diff --git a/configure.ac b/configure.ac
index ca3ecc2bc0c3cd7c7e810169b5e7c6067bbc164a..04fe42212fd4d1731cca2addcea1958306d0a900 100644
--- a/configure.ac
+++ b/configure.ac
@@ -328,7 +328,7 @@ AS_IF([test "${nls_cv_force_use_gnu_gettext}" = "yes"], [
   ])
 ])
 AC_SUBST(INCLUDED_LIBINTL)
-XGETTEXT="${XGETTEXT} --keyword=_NS --keyword=_ANS"
+XGETTEXT="${XGETTEXT} --keyword=_NS --keyword=_ANS --from-code=UTF-8"
 
 dnl
 dnl Iconv stuff
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 0089bedd52589cfc23a388e9437a8b28f1ad72a3..220cdfd1dbd4797a1402052232e5d2f1703c533e 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -23,18 +23,26 @@ include/snapshot.h
 include/stream_output.h
 include/variables.h
 include/video_output.h
+include/vlc/aout.h
+include/vlc/decoder.h
+include/vlc/input.h
+include/vlc/intf.h
+include/vlc/libvlc.h
+include/vlc/mediacontrol.h
+include/vlc/mediacontrol_structures.h
+include/vlc/sout.h
+include/vlc/vlc.h
+include/vlc/vout.h
 include/vlc_access.h
 include/vlc_acl.h
-include/vlc/aout.h
 include/vlc_bits.h
 include/vlc_block.h
 include/vlc_block_helper.h
 include/vlc_codec.h
 include/vlc_common.h
-include/vlc_config_cat.h
 include/vlc_config.h
+include/vlc_config_cat.h
 include/vlc_cpu.h
-include/vlc/decoder.h
 include/vlc_demux.h
 include/vlc_devices.h
 include/vlc_error.h
@@ -44,36 +52,28 @@ include/vlc_filter.h
 include/vlc_httpd.h
 include/vlc_image.h
 include/vlc_input.h
-include/vlc/input.h
 include/vlc_interaction.h
 include/vlc_interface.h
-include/vlc/intf.h
 include/vlc_intf_strings.h
 include/vlc_keys.h
-include/vlc/libvlc.h
 include/vlc_md5.h
-include/vlc/mediacontrol.h
-include/vlc/mediacontrol_structures.h
 include/vlc_messages.h
 include/vlc_meta.h
 include/vlc_objects.h
 include/vlc_osd.h
 include/vlc_playlist.h
-include/vlc/sout.h
 include/vlc_spu.h
 include/vlc_stream.h
 include/vlc_streaming.h
 include/vlc_strings.h
-include/vlc_threads_funcs.h
 include/vlc_threads.h
+include/vlc_threads_funcs.h
 include/vlc_tls.h
 include/vlc_update.h
 include/vlc_url.h
 include/vlc_video.h
-include/vlc/vlc.h
 include/vlc_vlm.h
 include/vlc_vod.h
-include/vlc/vout.h
 include/vlc_xml.h
 include/vout_synchro.h
 include/win32_specific.h
@@ -96,9 +96,9 @@ src/control/playlist.c
 src/control/video.c
 src/control/vlm.c
 src/extras/dirent.c
-src/extras/getopt1.c
 src/extras/getopt.c
 src/extras/getopt.h
+src/extras/getopt1.c
 src/extras/libc.c
 src/input/access.c
 src/input/clock.c
@@ -183,9 +183,9 @@ src/video_output/vout_synchro.c
 src/vlc.c
 
 # modules
+modules/access/cdda.c
 modules/access/cdda/access.c
 modules/access/cdda/access.h
-modules/access/cdda.c
 modules/access/cdda/callback.c
 modules/access/cdda/callback.h
 modules/access/cdda/cdda.c
@@ -198,18 +198,16 @@ modules/access/dshow/crossbar.cpp
 modules/access/dshow/dshow.cpp
 modules/access/dshow/filter.cpp
 modules/access/dshow/filter.h
+modules/access/dv.c
 modules/access/dvb/access.c
 modules/access/dvb/dvb.h
 modules/access/dvb/en50221.c
 modules/access/dvb/http.c
 modules/access/dvb/linux_dvb.c
-modules/access/dv.c
 modules/access/dvdnav.c
 modules/access/dvdread.c
 modules/access/fake.c
 modules/access/file.c
-modules/access_filter/record.c
-modules/access_filter/timeshift.c
 modules/access/ftp.c
 modules/access/gnomevfs.c
 modules/access/http.c
@@ -223,18 +221,11 @@ modules/access/mms/mmsh.c
 modules/access/mms/mmsh.h
 modules/access/mms/mmstu.c
 modules/access/mms/mmstu.h
-modules/access_output/bonjour.c
-modules/access_output/bonjour.h
-modules/access_output/dummy.c
-modules/access_output/file.c
-modules/access_output/http.c
-modules/access_output/shout.c
-modules/access_output/udp.c
 modules/access/pvr.c
 modules/access/rtsp/access.c
-modules/access/rtsp/real_asmrp.c
 modules/access/rtsp/real.c
 modules/access/rtsp/real.h
+modules/access/rtsp/real_asmrp.c
 modules/access/rtsp/real_rmff.c
 modules/access/rtsp/real_rmff.h
 modules/access/rtsp/real_sdpplin.c
@@ -250,8 +241,8 @@ modules/access/screen/x11.c
 modules/access/smb.c
 modules/access/tcp.c
 modules/access/udp.c
-modules/access/v4l2.c
 modules/access/v4l.c
+modules/access/v4l2.c
 modules/access/vcd/cdrom.c
 modules/access/vcd/cdrom.h
 modules/access/vcd/cdrom_internals.h
@@ -268,6 +259,15 @@ modules/access/vcdx/vcdplayer.c
 modules/access/vcdx/vcdplayer.h
 modules/access/videodev2.h
 modules/access/videodev_mjpeg.h
+modules/access_filter/record.c
+modules/access_filter/timeshift.c
+modules/access_output/bonjour.c
+modules/access_output/bonjour.h
+modules/access_output/dummy.c
+modules/access_output/file.c
+modules/access_output/http.c
+modules/access_output/shout.c
+modules/access_output/udp.c
 modules/audio_filter/channel_mixer/dolby.c
 modules/audio_filter/channel_mixer/headphone.c
 modules/audio_filter/channel_mixer/simple.c
@@ -476,10 +476,10 @@ modules/gui/beos/TransportButton.cpp
 modules/gui/beos/TransportButton.h
 modules/gui/beos/VideoOutput.cpp
 modules/gui/beos/VideoWindow.h
-modules/gui/macosx/about.h
-modules/gui/macosx/about.m
 modules/gui/macosx/AppleRemote.h
 modules/gui/macosx/AppleRemote.m
+modules/gui/macosx/about.h
+modules/gui/macosx/about.m
 modules/gui/macosx/applescript.h
 modules/gui/macosx/applescript.m
 modules/gui/macosx/bookmarks.h
@@ -504,9 +504,9 @@ modules/gui/macosx/open.m
 modules/gui/macosx/output.h
 modules/gui/macosx/output.m
 modules/gui/macosx/playlist.h
+modules/gui/macosx/playlist.m
 modules/gui/macosx/playlistinfo.h
 modules/gui/macosx/playlistinfo.m
-modules/gui/macosx/playlist.m
 modules/gui/macosx/prefs.h
 modules/gui/macosx/prefs.m
 modules/gui/macosx/prefs_widgets.h
@@ -515,17 +515,17 @@ modules/gui/macosx/sfilters.h
 modules/gui/macosx/sfilters.m
 modules/gui/macosx/update.h
 modules/gui/macosx/update.m
-modules/gui/macosx/voutgl.m
 modules/gui/macosx/vout.h
 modules/gui/macosx/vout.m
+modules/gui/macosx/voutgl.m
 modules/gui/macosx/voutqt.m
 modules/gui/macosx/wizard.h
 modules/gui/macosx/wizard.m
 modules/gui/ncurses.c
 modules/gui/pda/pda.c
+modules/gui/pda/pda.h
 modules/gui/pda/pda_callbacks.c
 modules/gui/pda/pda_callbacks.h
-modules/gui/pda/pda.h
 modules/gui/pda/pda_interface.c
 modules/gui/pda/pda_interface.h
 modules/gui/pda/pda_support.c
@@ -549,6 +549,8 @@ modules/gui/qt4/components/simple_preferences.cpp
 modules/gui/qt4/components/simple_preferences.hpp
 modules/gui/qt4/components/video_widget.cpp
 modules/gui/qt4/components/video_widget.hpp
+modules/gui/qt4/dialogs/errors.cpp
+modules/gui/qt4/dialogs/errors.hpp
 modules/gui/qt4/dialogs/interaction.cpp
 modules/gui/qt4/dialogs/interaction.hpp
 modules/gui/qt4/dialogs/messages.cpp
@@ -557,10 +559,10 @@ modules/gui/qt4/dialogs/playlist.cpp
 modules/gui/qt4/dialogs/playlist.hpp
 modules/gui/qt4/dialogs/prefs_dialog.cpp
 modules/gui/qt4/dialogs/prefs_dialog.hpp
-modules/gui/qt4/dialogs_provider.cpp
-modules/gui/qt4/dialogs_provider.hpp
 modules/gui/qt4/dialogs/streaminfo.cpp
 modules/gui/qt4/dialogs/streaminfo.hpp
+modules/gui/qt4/dialogs_provider.cpp
+modules/gui/qt4/dialogs_provider.hpp
 modules/gui/qt4/input_manager.cpp
 modules/gui/qt4/input_manager.hpp
 modules/gui/qt4/main_interface.cpp
@@ -577,7 +579,6 @@ modules/gui/qt4/util/directslider.hpp
 modules/gui/qt4/util/input_slider.cpp
 modules/gui/qt4/util/input_slider.hpp
 modules/gui/qt4/util/qvlcframe.hpp
-modules/gui/qt4/util/views.hpp
 modules/gui/skins2/commands/async_queue.cpp
 modules/gui/skins2/commands/async_queue.hpp
 modules/gui/skins2/commands/cmd_add_item.cpp
@@ -675,8 +676,8 @@ modules/gui/skins2/macosx/macosx_tooltip.hpp
 modules/gui/skins2/macosx/macosx_window.cpp
 modules/gui/skins2/macosx/macosx_window.hpp
 modules/gui/skins2/parser/builder.cpp
-modules/gui/skins2/parser/builder_data.hpp
 modules/gui/skins2/parser/builder.hpp
+modules/gui/skins2/parser/builder_data.hpp
 modules/gui/skins2/parser/expr_evaluator.cpp
 modules/gui/skins2/parser/expr_evaluator.hpp
 modules/gui/skins2/parser/interpreter.cpp
@@ -759,7 +760,6 @@ modules/gui/skins2/utils/ustring.cpp
 modules/gui/skins2/utils/ustring.hpp
 modules/gui/skins2/utils/var_bool.cpp
 modules/gui/skins2/utils/var_bool.hpp
-modules/gui/skins2/utils/variable.hpp
 modules/gui/skins2/utils/var_list.cpp
 modules/gui/skins2/utils/var_list.hpp
 modules/gui/skins2/utils/var_percent.cpp
@@ -768,6 +768,7 @@ modules/gui/skins2/utils/var_text.cpp
 modules/gui/skins2/utils/var_text.hpp
 modules/gui/skins2/utils/var_tree.cpp
 modules/gui/skins2/utils/var_tree.hpp
+modules/gui/skins2/utils/variable.hpp
 modules/gui/skins2/vars/equalizer.cpp
 modules/gui/skins2/vars/equalizer.hpp
 modules/gui/skins2/vars/playtree.cpp
@@ -826,9 +827,9 @@ modules/gui/wince/timer.cpp
 modules/gui/wince/video.cpp
 modules/gui/wince/wince.cpp
 modules/gui/wince/wince.h
+modules/gui/wxwidgets/dialogs.cpp
 modules/gui/wxwidgets/dialogs/bookmarks.cpp
 modules/gui/wxwidgets/dialogs/bookmarks.hpp
-modules/gui/wxwidgets/dialogs.cpp
 modules/gui/wxwidgets/dialogs/fileinfo.cpp
 modules/gui/wxwidgets/dialogs/fileinfo.hpp
 modules/gui/wxwidgets/dialogs/infopanels.cpp
@@ -897,8 +898,8 @@ modules/misc/growl.c
 modules/misc/gtk_main.c
 modules/misc/logger.c
 modules/misc/memcpy/fastmemcpy.h
-modules/misc/memcpy/memcpyaltivec.c
 modules/misc/memcpy/memcpy.c
+modules/misc/memcpy/memcpyaltivec.c
 modules/misc/msn.c
 modules/misc/network/ipv4.c
 modules/misc/network/ipv6.c
@@ -970,11 +971,11 @@ modules/stream_out/transrate/getvlc.h
 modules/stream_out/transrate/putvlc.h
 modules/stream_out/transrate/transrate.c
 modules/stream_out/transrate/transrate.h
+modules/video_chroma/i420_rgb.c
+modules/video_chroma/i420_rgb.h
 modules/video_chroma/i420_rgb16.c
 modules/video_chroma/i420_rgb8.c
-modules/video_chroma/i420_rgb.c
 modules/video_chroma/i420_rgb_c.h
-modules/video_chroma/i420_rgb.h
 modules/video_chroma/i420_rgb_mmx.h
 modules/video_chroma/i420_ymga.c
 modules/video_chroma/i420_yuy2.c
@@ -1007,13 +1008,13 @@ modules/video_filter/swscale/filter.c
 modules/video_filter/swscale/rgb2rgb.c
 modules/video_filter/swscale/rgb2rgb.h
 modules/video_filter/swscale/rgb2rgb_template.c
-modules/video_filter/swscale/swscale_altivec_template.c
 modules/video_filter/swscale/swscale.c
 modules/video_filter/swscale/swscale.h
+modules/video_filter/swscale/swscale_altivec_template.c
 modules/video_filter/swscale/swscale_internal.h
 modules/video_filter/swscale/swscale_template.c
-modules/video_filter/swscale/yuv2rgb_altivec.c
 modules/video_filter/swscale/yuv2rgb.c
+modules/video_filter/swscale/yuv2rgb_altivec.c
 modules/video_filter/swscale/yuv2rgb_mlib.c
 modules/video_filter/swscale/yuv2rgb_template.c
 modules/video_filter/time.c
@@ -1046,6 +1047,8 @@ modules/video_output/x11/x11.c
 modules/video_output/x11/xcommon.c
 modules/video_output/x11/xcommon.h
 modules/video_output/x11/xvideo.c
+modules/visualization/galaktos/PCM.c
+modules/visualization/galaktos/PCM.h
 modules/visualization/galaktos/beat_detect.c
 modules/visualization/galaktos/beat_detect.h
 modules/visualization/galaktos/builtin_funcs.c
@@ -1080,8 +1083,6 @@ modules/visualization/galaktos/param.h
 modules/visualization/galaktos/param_types.h
 modules/visualization/galaktos/parser.c
 modules/visualization/galaktos/parser.h
-modules/visualization/galaktos/PCM.c
-modules/visualization/galaktos/PCM.h
 modules/visualization/galaktos/per_frame_eqn.c
 modules/visualization/galaktos/per_frame_eqn.h
 modules/visualization/galaktos/per_frame_eqn_types.h
diff --git a/po/ca.po b/po/ca.po
index 141c424a23bfb345741d0dabd63b222bbc4ddcd8..16370caf93c63c2df0c2eff382feafcbc12450e7 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -9,14 +9,26 @@ msgid ""
 msgstr ""
 "Project-Id-Version: vlc 0.8.2-svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-31 15:10+0400\n"
+"POT-Creation-Date: 2006-09-04 11:13+0200\n"
 "PO-Revision-Date: 2005-04-28 19:16+0100\n"
 "Last-Translator: Lorena Gomes i Xènia Albà\n"
 "Language-Team: Catalan <ca@dodds.net>\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: include/vlc/vlc.h:576
+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"
+"see the file named COPYING for details.\n"
+"Written by the VideoLAN team; see the AUTHORS file.\n"
+msgstr ""
+"Aquest programa ve SENSE GARANTIA, permès segons la llei.\n"
+"Podeu redistribuir-lo sota els termes de la Llicència Pública General GNU;\n"
+"mireu l'arxiu nomenat COPYNG per veure els detalls.\n"
+"Escrit per l'equip de VideoLAN; mireu l'arxiu AUTHORS.\n"
+
 #: include/vlc_config_cat.h:32
 msgid "VLC preferences"
 msgstr "Preferències del VLC"
@@ -71,7 +83,7 @@ msgstr "Paràmetres per les interfícies del VLC"
 msgid "Hotkeys settings"
 msgstr "Configuració de les tecles ràpides"
 
-#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1209
+#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1217
 #: modules/gui/beos/InterfaceWindow.cpp:282 modules/gui/macosx/extended.m:81
 #: modules/gui/macosx/intf.m:555 modules/gui/macosx/output.m:170
 #: modules/gui/macosx/playlistinfo.m:96 modules/gui/macosx/wizard.m:421
@@ -117,9 +129,9 @@ msgstr "Mòduls de sortida"
 msgid "These are general settings for audio output modules."
 msgstr "Aquests són els paràmetres generals pels mòduls de sortida d'àudio"
 
-#: include/vlc_config_cat.h:71 src/libvlc.h:1553
+#: include/vlc_config_cat.h:71 src/libvlc.h:1563
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:578
-#: modules/gui/wxwidgets/menus.cpp:279 modules/stream_out/transcode.c:285
+#: modules/gui/wxwidgets/menus.cpp:280 modules/stream_out/transcode.c:285
 msgid "Miscellaneous"
 msgstr "Miscel·lània"
 
@@ -128,7 +140,7 @@ msgstr "Miscel·lània"
 msgid "Miscellaneous audio settings and modules."
 msgstr "Paràmetres i mòduls varis de l'àudio"
 
-#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1244
+#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1252
 #: modules/gui/macosx/extended.m:80 modules/gui/macosx/intf.m:568
 #: modules/gui/macosx/output.m:160 modules/gui/macosx/playlistinfo.m:86
 #: modules/gui/macosx/wizard.m:422
@@ -256,7 +268,7 @@ msgstr ""
 msgid "General input settings. Use with care."
 msgstr "Paràmetres avançats d'entrada. Utilitzeu-los amb atenció."
 
-#: include/vlc_config_cat.h:135 src/libvlc.h:1483
+#: include/vlc_config_cat.h:135 src/libvlc.h:1493
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:152
 msgid "Stream output"
 msgstr "Flux de sortida"
@@ -371,8 +383,8 @@ msgstr "VOC"
 msgid "VLC's implementation of Video On Demand"
 msgstr "Implementació de VLC de Video On Demand (Vídeo sota demanda)"
 
-#: include/vlc_config_cat.h:186 src/libvlc.h:1608 src/playlist/engine.c:79
-#: src/playlist/engine.c:81 modules/demux/playlist/playlist.c:56
+#: include/vlc_config_cat.h:186 src/libvlc.h:1618 src/playlist/engine.c:91
+#: src/playlist/engine.c:93 modules/demux/playlist/playlist.c:56
 #: modules/demux/playlist/playlist.c:57
 #: modules/gui/beos/InterfaceWindow.cpp:231
 #: modules/gui/beos/InterfaceWindow.cpp:325 modules/gui/macosx/intf.m:500
@@ -410,7 +422,7 @@ msgstr ""
 "Els mòduls de descobriment de serveis són mòduls que afegeixen "
 "automàticament elements a la llista de reproducció "
 
-#: include/vlc_config_cat.h:197 src/libvlc.h:1444
+#: include/vlc_config_cat.h:197 src/libvlc.h:1454
 #: modules/gui/macosx/prefs.m:124
 msgid "Advanced"
 msgstr "Avançat"
@@ -538,7 +550,7 @@ msgstr "Seleccioneu el fitxer on desar-ho"
 #: modules/gui/wxwidgets/interface.cpp:677
 #: modules/gui/wxwidgets/interface.cpp:688
 #: modules/gui/wxwidgets/interface.cpp:1216
-#: modules/gui/wxwidgets/menus.cpp:263 modules/gui/wxwidgets/menus.cpp:274
+#: modules/gui/wxwidgets/menus.cpp:264 modules/gui/wxwidgets/menus.cpp:275
 msgid "Play"
 msgstr "Reprodueix"
 
@@ -556,8 +568,8 @@ msgid "Delete"
 msgstr "Esborra"
 
 #: include/vlc_intf_strings.h:37 modules/gui/macosx/intf.m:599
-#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlistinfo.m:55
-#: modules/gui/macosx/playlistinfo.m:363 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/playlistinfo.m:55 modules/gui/macosx/playlistinfo.m:363
 #, fuzzy
 msgid "Information"
 msgstr "Transformació"
@@ -595,8 +607,8 @@ msgstr "Metainformació"
 msgid "Title"
 msgstr "Títol:"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:58
-#: modules/gui/macosx/playlist.m:130 modules/gui/macosx/wizard.m:393
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:130
+#: modules/gui/macosx/playlistinfo.m:58 modules/gui/macosx/wizard.m:393
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:50
 msgid "Author"
 msgstr "Autor:"
@@ -668,18 +680,6 @@ msgstr "Nom del còdec"
 msgid "Codec Description"
 msgstr "Descripció del còdec"
 
-#: include/vlc/vlc.h:576
-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"
-"see the file named COPYING for details.\n"
-"Written by the VideoLAN team; see the AUTHORS file.\n"
-msgstr ""
-"Aquest programa ve SENSE GARANTIA, permès segons la llei.\n"
-"Podeu redistribuir-lo sota els termes de la Llicència Pública General GNU;\n"
-"mireu l'arxiu nomenat COPYNG per veure els detalls.\n"
-"Escrit per l'equip de VideoLAN; mireu l'arxiu AUTHORS.\n"
-
 #: src/audio_output/filters.c:154 src/audio_output/filters.c:201
 #: src/audio_output/filters.c:224
 #, fuzzy
@@ -693,7 +693,7 @@ msgid "The maximum number of filters (%d) was reached."
 msgstr ""
 
 #: src/audio_output/input.c:80 src/audio_output/input.c:126
-#: src/input/es_out.c:361 src/libvlc.h:417 src/video_output/video_output.c:421
+#: src/input/es_out.c:361 src/libvlc.h:421 src/video_output/video_output.c:421
 #: modules/codec/ffmpeg/postprocess.c:94
 msgid "Disable"
 msgstr "Inhabilita"
@@ -843,13 +843,14 @@ msgid "VLC could not open the decoder module."
 msgstr ""
 
 #: src/input/decoder.c:136
-msgid "No suitable decoder module for FOURCC \"4.4s\" found"
+msgid "No suitable decoder module for format"
 msgstr ""
 
 #: src/input/decoder.c:137
+#, c-format
 msgid ""
-"VLC probably does not support this audio or video format. Regrettably, there "
-"is no way for you to fix this."
+"VLC probably does not support the “%4.4s” audio or video format. "
+"Unfortunately there is no way for you to fix this."
 msgstr ""
 
 #: src/input/es_out.c:383 src/input/es_out.c:385 src/input/es_out.c:391
@@ -860,7 +861,7 @@ msgid "Track %i"
 msgstr "Pista %i"
 
 #: src/input/es_out.c:465 src/input/es_out.c:467 src/input/es_out.c:567
-#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:443
+#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:447
 #: modules/gui/macosx/intf.m:548 modules/gui/macosx/intf.m:549
 msgid "Program"
 msgstr "Programa"
@@ -899,8 +900,8 @@ msgstr "%d Hz"
 msgid "Bits per sample"
 msgstr "Bits per mostra"
 
-#: src/input/es_out.c:1605 modules/access_output/shout.c:86
-#: modules/access/pvr.c:84
+#: src/input/es_out.c:1605 modules/access/pvr.c:84
+#: modules/access_output/shout.c:86
 msgid "Bitrate"
 msgstr "Velocitat de bit"
 
@@ -952,7 +953,7 @@ msgstr ""
 msgid "Bookmark"
 msgstr "Preferit"
 
-#: src/input/var.c:131 src/libvlc.h:449
+#: src/input/var.c:131 src/libvlc.h:453
 msgid "Programs"
 msgstr "Programació"
 
@@ -1711,45 +1712,55 @@ msgstr ""
 "(també us pot permetre estalviar alguna potència de processament)."
 
 #: src/libvlc.h:278
+#, fuzzy
+msgid "Embedded video"
+msgstr "Sortida de vídeo QT/Embedded"
+
+#: src/libvlc.h:280
+#, fuzzy
+msgid "Embed the video output in the main interface."
+msgstr "Incrusta el vídeo en la interfície"
+
+#: src/libvlc.h:282
 msgid "Fullscreen video output"
 msgstr "Sortida de vídeo en pantalla completa"
 
-#: src/libvlc.h:280
+#: src/libvlc.h:284
 #, fuzzy
 msgid "Start video in fullscreen mode"
 msgstr "Mètode de pantalla completa alternatiu"
 
-#: src/libvlc.h:282
+#: src/libvlc.h:286
 msgid "Overlay video output"
 msgstr "Sortida de vídeo superposada"
 
-#: src/libvlc.h:284
+#: src/libvlc.h:288
 msgid ""
 "Overlay is the hardware acceleration capability of your video card (ability "
 "to render video directly). VLC will try to use it by default."
 msgstr ""
 
-#: src/libvlc.h:287 src/video_output/vout_intf.c:399
+#: src/libvlc.h:291 src/video_output/vout_intf.c:399
 msgid "Always on top"
 msgstr "Sempre a dalt"
 
-#: src/libvlc.h:289
+#: src/libvlc.h:293
 msgid "Always place the video window on top of other windows."
 msgstr "Posa sempre la finestra de vídeo sobre les altres finestres."
 
-#: src/libvlc.h:291
+#: src/libvlc.h:295
 msgid "Disable screensaver"
 msgstr ""
 
-#: src/libvlc.h:292
+#: src/libvlc.h:296
 msgid "Disable the screensaver during video playback."
 msgstr ""
 
-#: src/libvlc.h:294
+#: src/libvlc.h:298
 msgid "Window decorations"
 msgstr "Decoracions de la finestra"
 
-#: src/libvlc.h:296
+#: src/libvlc.h:300
 #, fuzzy
 msgid ""
 "VLC can avoid creating window caption, frames, etc... around the video, "
@@ -1759,12 +1770,12 @@ msgstr ""
 "finestra, fotogrames, etc... al voltant del vídeo. Actualment només està "
 "permès sobre Windows. "
 
-#: src/libvlc.h:299
+#: src/libvlc.h:303
 #, fuzzy
 msgid "Video output filter module"
 msgstr "Mòdul de la sortida de vídeo"
 
-#: src/libvlc.h:301
+#: src/libvlc.h:305
 #, fuzzy
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
@@ -1774,11 +1785,11 @@ msgstr ""
 "de la imatge, per exemple desentrellaçat, clonar o distorsionar la finestra "
 "de vídeo."
 
-#: src/libvlc.h:305
+#: src/libvlc.h:309
 msgid "Video filter module"
 msgstr "Mòdul dels filtres de vídeo"
 
-#: src/libvlc.h:307
+#: src/libvlc.h:311
 #, fuzzy
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
@@ -1788,64 +1799,64 @@ msgstr ""
 "de la imatge, per exemple desentrellaçat, clonar o distorsionar la finestra "
 "de vídeo."
 
-#: src/libvlc.h:311
+#: src/libvlc.h:315
 #, fuzzy
 msgid "Video snapshot directory (or filename)"
 msgstr "Directori de la instantània del vídeo"
 
-#: src/libvlc.h:313
+#: src/libvlc.h:317
 #, fuzzy
 msgid "Directory where the video snapshots will be stored."
 msgstr ""
 "Us permet especificar el directori on les instantànies del vídeo seran "
 "emmagatzemades."
 
-#: src/libvlc.h:315 src/libvlc.h:317
+#: src/libvlc.h:319 src/libvlc.h:321
 #, fuzzy
 msgid "Video snapshot file prefix"
 msgstr "Format de la instantània del vídeo"
 
-#: src/libvlc.h:319
+#: src/libvlc.h:323
 msgid "Video snapshot format"
 msgstr "Format de la instantània del vídeo"
 
-#: src/libvlc.h:321
+#: src/libvlc.h:325
 msgid "Image format which will be used to store the video snapshots"
 msgstr ""
 
-#: src/libvlc.h:323
+#: src/libvlc.h:327
 #, fuzzy
 msgid "Display video snapshot preview"
 msgstr "Pren una instantània del vídeo"
 
-#: src/libvlc.h:325
+#: src/libvlc.h:329
 msgid "Display the snapshot preview in the screen's top-left corner."
 msgstr ""
 
-#: src/libvlc.h:327
+#: src/libvlc.h:331
 msgid "Use sequential numbers instead of timestamps"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:333
 msgid "Use sequential numbers instead of timestamps for snapshot numbering"
 msgstr ""
 
-#: src/libvlc.h:331
+#: src/libvlc.h:335
 #, fuzzy
 msgid "Video cropping"
 msgstr "Retall dret del vídeo"
 
-#: src/libvlc.h:333
+#: src/libvlc.h:337
 msgid ""
 "This forces the cropping of the source video. Accepted formats are x:y (4:3, "
 "16:9, etc.) expressing the global image aspect."
 msgstr ""
 
-#: src/libvlc.h:337
+#: src/libvlc.h:341
 msgid "Source aspect ratio"
 msgstr "Relació d'aspecte de la font"
 
-#: src/libvlc.h:339
+#: src/libvlc.h:343
 #, fuzzy
 msgid ""
 "This forces the source aspect ratio. For instance, some DVDs claim to be "
@@ -1861,82 +1872,82 @@ msgstr ""
 "l'aspecte de la imatge global, o un valor coma flotant (1.25, 1.3333, etc.) "
 "per expressar la relació quadràtica del píxel."
 
-#: src/libvlc.h:346
+#: src/libvlc.h:350
 msgid "Custom crop ratios list"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:352
 msgid ""
 "Comma seperated list of crop ratios which will be added in the interface's "
 "crop ratios list."
 msgstr ""
 
-#: src/libvlc.h:351
+#: src/libvlc.h:355
 #, fuzzy
 msgid "Custom aspect ratios list"
 msgstr "Relació d'aspecte de la font"
 
-#: src/libvlc.h:353
+#: src/libvlc.h:357
 msgid ""
 "Comma seperated list of aspect ratios which will be added in the interface's "
 "aspect ratio list."
 msgstr ""
 
-#: src/libvlc.h:356
+#: src/libvlc.h:360
 msgid "Fix HDTV height"
 msgstr ""
 
-#: src/libvlc.h:358
+#: src/libvlc.h:362
 msgid ""
 "This allows proper handling of HDTV-1080 video format even if broken encoder "
 "incorrectly sets height to 1088 lines. You should only disable this option "
 "if your video has a non-standard format requiring all 1088 lines."
 msgstr ""
 
-#: src/libvlc.h:363
+#: src/libvlc.h:367
 #, fuzzy
 msgid "Monitor pixel aspect ratio"
 msgstr "Relació d'aspecte de la font"
 
-#: src/libvlc.h:365
+#: src/libvlc.h:369
 msgid ""
 "This forces the monitor aspect ratio. Most monitors have square pixels "
 "(1:1). If you have a 16:9 screen, you might need to change this to 4:3 in "
 "order to keep proportions."
 msgstr ""
 
-#: src/libvlc.h:370
+#: src/libvlc.h:374
 msgid "Skip frames"
 msgstr "Omet els fotogrames"
 
-#: src/libvlc.h:372
+#: src/libvlc.h:376
 msgid ""
 "This option enables framedropping on MPEG2 stream. Framedropping occurs when "
 "your computer is not powerful enough"
 msgstr ""
 
-#: src/libvlc.h:375
+#: src/libvlc.h:379
 #, fuzzy
 msgid "Drop late frames"
 msgstr "Omet els fotogrames"
 
-#: src/libvlc.h:377
+#: src/libvlc.h:381
 msgid ""
 "This drops frames that are late (arrive to the video output after their "
 "intended display date)."
 msgstr ""
 
-#: src/libvlc.h:380
+#: src/libvlc.h:384
 msgid "Quiet synchro"
 msgstr ""
 
-#: src/libvlc.h:382
+#: src/libvlc.h:386
 msgid ""
 "This avoids flooding the message log with debug output from the video output "
 "synchronization mechanism."
 msgstr ""
 
-#: src/libvlc.h:391
+#: src/libvlc.h:395
 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 "
@@ -1946,17 +1957,17 @@ msgstr ""
 "tal com pot ser el DVD o el dispositiu VCD, els paràmetres de la interfície "
 "de xarxa o el canal de subtítol."
 
-#: src/libvlc.h:396
+#: src/libvlc.h:400
 msgid ""
 "If you live in France, it is not allowed to workaround any Digital "
 "Restrictions Management measure."
 msgstr ""
 
-#: src/libvlc.h:399
+#: src/libvlc.h:403
 msgid "Clock reference average counter"
 msgstr "Comptador mitjà de referència del rellotge "
 
-#: src/libvlc.h:401
+#: src/libvlc.h:405
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
@@ -1964,11 +1975,11 @@ msgstr ""
 "Al utilitzar l'entrada PVR (o una font molt irregular), ho haureu de posar a "
 "10000."
 
-#: src/libvlc.h:404
+#: src/libvlc.h:408
 msgid "Clock synchronisation"
 msgstr "Sincronització del rellotge"
 
-#: src/libvlc.h:406
+#: src/libvlc.h:410
 #, fuzzy
 msgid ""
 "It is possible to disable the input clock synchronisation for real-time "
@@ -1977,17 +1988,17 @@ msgstr ""
 "Us permet habilitar/inhabilitar la sincronització del rellotge d'entrada per "
 "fonts de temps real."
 
-#: src/libvlc.h:410 modules/control/netsync.c:71
+#: src/libvlc.h:414 modules/control/netsync.c:71
 msgid "Network synchronisation"
 msgstr "Sincronització de la xarxa"
 
-#: src/libvlc.h:411
+#: src/libvlc.h:415
 msgid ""
 "This allows you to remotely synchronise clocks for server and client. The "
 "detailed settings are available in Advanced / Network Sync."
 msgstr ""
 
-#: src/libvlc.h:417 src/libvlc.h:964 src/video_output/vout_intf.c:261
+#: src/libvlc.h:421 src/libvlc.h:972 src/video_output/vout_intf.c:261
 #: src/video_output/vout_intf.c:348 modules/access/dshow/dshow.cpp:74
 #: modules/access/dshow/dshow.cpp:76 modules/access/dshow/dshow.cpp:79
 #: modules/access/dshow/dshow.cpp:85 modules/audio_output/alsa.c:102
@@ -2000,7 +2011,7 @@ msgstr ""
 msgid "Default"
 msgstr "Per defecte"
 
-#: src/libvlc.h:417 modules/gui/macosx/equalizer.m:145
+#: src/libvlc.h:421 modules/gui/macosx/equalizer.m:145
 #: modules/gui/macosx/extended.m:113 modules/gui/macosx/wizard.m:395
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:633
 #: modules/gui/wxwidgets/extrapanel.cpp:216
@@ -2008,20 +2019,20 @@ msgstr "Per defecte"
 msgid "Enable"
 msgstr "Habilita"
 
-#: src/libvlc.h:419
+#: src/libvlc.h:423
 msgid "UDP port"
 msgstr "Port UDP"
 
-#: src/libvlc.h:421
+#: src/libvlc.h:425
 #, fuzzy
 msgid "This is the default port used for UDP streams. Default is 1234."
 msgstr "Port utilitzat per fluxos UDP. Per defecte, 1234."
 
-#: src/libvlc.h:423
+#: src/libvlc.h:427
 msgid "MTU of the network interface"
 msgstr "MTU de la interfície de xarxa"
 
-#: src/libvlc.h:425
+#: src/libvlc.h:429
 #, fuzzy
 msgid ""
 "This is the maximum packet size that can be transmitted over the network "
@@ -2029,11 +2040,11 @@ msgid ""
 msgstr ""
 "Mida típica dels paquets UDP esperats. Per Ethernet normalment és 1500."
 
-#: src/libvlc.h:428
+#: src/libvlc.h:432
 msgid "Hop limit (TTL)"
 msgstr ""
 
-#: src/libvlc.h:430
+#: src/libvlc.h:434
 #, fuzzy
 msgid ""
 "This is the hop limit (also known as \"Time-To-Live\" or TTL) of the "
@@ -2043,27 +2054,27 @@ msgstr ""
 "Indiqueu aquí el Temps de Vida dels paquets multidifusió enviats per la "
 "sortida de flux. "
 
-#: src/libvlc.h:434
+#: src/libvlc.h:438
 #, fuzzy
 msgid "IPv6 multicast output interface"
 msgstr "Interfície de control del joystick"
 
-#: src/libvlc.h:436
+#: src/libvlc.h:440
 msgid "Default IPv6 multicast interface. This overrides the routing table."
 msgstr ""
 
-#: src/libvlc.h:438
+#: src/libvlc.h:442
 #, fuzzy
 msgid "IPv4 multicast output interface address"
 msgstr "Interfície de control del joystick"
 
-#: src/libvlc.h:440
+#: src/libvlc.h:444
 msgid ""
 "IPv4 adress for the default multicast interface. This overrides the routing "
 "table."
 msgstr ""
 
-#: src/libvlc.h:445
+#: src/libvlc.h:449
 #, fuzzy
 msgid ""
 "Choose the program to select by giving its Service ID. Only use this option "
@@ -2073,7 +2084,7 @@ msgstr ""
 "Utilitzeu aquesta opció només si voleu llegir un flux multiprograma (com per "
 "exemple fluxos DVB)"
 
-#: src/libvlc.h:451
+#: src/libvlc.h:455
 #, fuzzy
 msgid ""
 "Choose the programs to select by giving a comma-separated list of Service "
@@ -2085,35 +2096,35 @@ msgstr ""
 "Utilitzar aquesta opció només si voleu llegir un flux multiprograma (com per "
 "exemple fluxos DVB)"
 
-#: src/libvlc.h:457 modules/gui/wxwidgets/dialogs/open.cpp:779
+#: src/libvlc.h:461 modules/gui/wxwidgets/dialogs/open.cpp:779
 #, fuzzy
 msgid "Audio track"
 msgstr "Pista d’àudio"
 
-#: src/libvlc.h:459
+#: src/libvlc.h:463
 #, fuzzy
 msgid "Stream number of the audio track to use (from 0 to n)."
 msgstr ""
 "Proporciona el nombre del flux del canal d'àudio que voleu utilitzar (de 0 a "
 "n)."
 
-#: src/libvlc.h:462 modules/gui/wxwidgets/dialogs/open.cpp:771
+#: src/libvlc.h:466 modules/gui/wxwidgets/dialogs/open.cpp:771
 msgid "Subtitles track"
 msgstr "Pista de subtítols"
 
-#: src/libvlc.h:464
+#: src/libvlc.h:468
 #, fuzzy
 msgid "Stream number of the subtitle track to use (from 0 to n)."
 msgstr ""
 "Proporciona el nombre de flux del canal de subtítol que voleu utilitzar (de "
 "0 a n)."
 
-#: src/libvlc.h:467
+#: src/libvlc.h:471
 #, fuzzy
 msgid "Audio language"
 msgstr "Escull l'idioma de l'àudio"
 
-#: src/libvlc.h:469
+#: src/libvlc.h:473
 #, fuzzy
 msgid ""
 "Language of the audio track you want to use (comma separated, two or three "
@@ -2122,12 +2133,12 @@ msgstr ""
 "Proporciona el llenguatge del canal d'àudio que voleu utilitzar (codi de "
 "país de dos o tres lletres, separats per comes)"
 
-#: src/libvlc.h:472
+#: src/libvlc.h:476
 #, fuzzy
 msgid "Subtitle language"
 msgstr "Escull l'idioma de l'àudio"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:478
 #, fuzzy
 msgid ""
 "Language of the subtitle track you want to use (comma separated, two or tree "
@@ -2136,61 +2147,61 @@ msgstr ""
 "Proporciona el llenguatge del canal de subtítol que voleu utilitzar (codi de "
 "país de dos o tres lletres, separats per comes)"
 
-#: src/libvlc.h:478
+#: src/libvlc.h:482
 #, fuzzy
 msgid "Audio track ID"
 msgstr "Pista d’àudio"
 
-#: src/libvlc.h:480
+#: src/libvlc.h:484
 #, fuzzy
 msgid "Stream ID of the audio track to use."
 msgstr ""
 "Proporciona el nombre del flux del canal d'àudio que voleu utilitzar (de 0 a "
 "n)."
 
-#: src/libvlc.h:482
+#: src/libvlc.h:486
 #, fuzzy
 msgid "Subtitles track ID"
 msgstr "Pista de subtítols"
 
-#: src/libvlc.h:484
+#: src/libvlc.h:488
 #, fuzzy
 msgid "Stream ID of the subtitle track to use."
 msgstr ""
 "Proporciona el nombre de flux del canal de subtítol que voleu utilitzar (de "
 "0 a n)."
 
-#: src/libvlc.h:486
+#: src/libvlc.h:490
 msgid "Input repetitions"
 msgstr "Repeticions d'entrada"
 
-#: src/libvlc.h:488
+#: src/libvlc.h:492
 msgid "Number of time the same input will be repeated"
 msgstr "Nombre de vegades que es repetirà la mateixa entrada"
 
-#: src/libvlc.h:490
+#: src/libvlc.h:494
 #, fuzzy
 msgid "Start time"
 msgstr "Inicia directament el menú"
 
-#: src/libvlc.h:492
+#: src/libvlc.h:496
 msgid "The stream will start at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:494
+#: src/libvlc.h:498
 #, fuzzy
 msgid "Stop time"
 msgstr "Atura el flux"
 
-#: src/libvlc.h:496
+#: src/libvlc.h:500
 msgid "The stream will stop at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:498
+#: src/libvlc.h:502
 msgid "Input list"
 msgstr "Llista d'entrada"
 
-#: src/libvlc.h:500
+#: src/libvlc.h:504
 #, fuzzy
 msgid ""
 "You can give a comma-separated list of inputs that will be concatenated "
@@ -2199,11 +2210,11 @@ msgstr ""
 "Us permet especificar una llista d'entrades separades per comes que seran "
 "concatenades."
 
-#: src/libvlc.h:503
+#: src/libvlc.h:507
 msgid "Input slave (experimental)"
 msgstr "Entrada esclava (experimental)"
 
-#: src/libvlc.h:505
+#: src/libvlc.h:509
 #, fuzzy
 msgid ""
 "This allows you to play from several inputs at the same time. This feature "
@@ -2213,11 +2224,11 @@ msgstr ""
 "Us permet reproduir diferents fitxers al mateix temps. Experimental, no tots "
 "els formats ho permeten."
 
-#: src/libvlc.h:509
+#: src/libvlc.h:513
 msgid "Bookmarks list for a stream"
 msgstr "Llista de preferits per un flux"
 
-#: src/libvlc.h:511
+#: src/libvlc.h:515
 #, fuzzy
 msgid ""
 "You can manually give a list of bookmarks for a stream in the form "
@@ -2228,7 +2239,7 @@ msgstr ""
 "següent forma \"{name=nom de l'enllaç, time=desplaçament de temps opcional, "
 "bytes=desplaçament de byte opcional}{etc...}\""
 
-#: src/libvlc.h:517
+#: src/libvlc.h:521
 msgid ""
 "These options allow you to modify the behavior of the subpictures subsystem. "
 "You can for example enable subpictures filters (logo, etc.). Enable these "
@@ -2240,12 +2251,12 @@ msgstr ""
 "etc.). Habiliteu-los aquí i configureu-los a la secció de mòduls \"filtres "
 "de subimatges\". També podeu definir vàries opcions de subimatges. "
 
-#: src/libvlc.h:523
+#: src/libvlc.h:527
 #, fuzzy
 msgid "Force subtitle position"
 msgstr "Imposa la posició SPU"
 
-#: src/libvlc.h:525
+#: src/libvlc.h:529
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
@@ -2253,21 +2264,21 @@ msgstr ""
 "Podeu utilitzar aquesta opció per posar els subtítols sota la pel·lícula, "
 "enlloc de sobre. Proveu diferents posicions. "
 
-#: src/libvlc.h:528
+#: src/libvlc.h:532
 #, fuzzy
 msgid "Enable sub-pictures"
 msgstr "Filtre de subimatges"
 
-#: src/libvlc.h:530
+#: src/libvlc.h:534
 msgid "You can completely disable the sub-picture processing."
 msgstr ""
 
-#: src/libvlc.h:532 src/libvlc.h:1324 src/misc/iso-639_def.h:143
+#: src/libvlc.h:536 src/libvlc.h:1334 src/misc/iso-639_def.h:143
 #: modules/stream_out/transcode.c:281
 msgid "On Screen Display"
 msgstr "En pantalla"
 
-#: src/libvlc.h:534
+#: src/libvlc.h:538
 #, fuzzy
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
@@ -2276,43 +2287,43 @@ msgstr ""
 "VLC pot mostrar missatges sobre el vídeo. Això s'anomena OSD (On Screen "
 "Display – En Pantalla). Podeu inhabilitar-ho aquí. "
 
-#: src/libvlc.h:537
+#: src/libvlc.h:541
 #, fuzzy
 msgid "Text rendering module"
 msgstr "Representació del text"
 
-#: src/libvlc.h:539
+#: src/libvlc.h:543
 msgid ""
 "VLC normally uses Freetype for rendering, but this allows you to use svg for "
 "instance."
 msgstr ""
 
-#: src/libvlc.h:542
+#: src/libvlc.h:546
 msgid "Subpictures filter module"
 msgstr "Mòdul de filtrat de subimatges"
 
-#: src/libvlc.h:544
+#: src/libvlc.h:548
 msgid ""
 "This adds so-called \"subpicture filters\". These filters overlay some "
 "images or text over the video (like a logo, arbitraty text...)."
 msgstr ""
 
-#: src/libvlc.h:547
+#: src/libvlc.h:551
 msgid "Autodetect subtitle files"
 msgstr "Autodetecta els fitxers de subtítols"
 
-#: src/libvlc.h:549
+#: src/libvlc.h:553
 #, fuzzy
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified "
 "(based on the filename of the movie)."
 msgstr "Detecta automàticament un arxiu de subtítols, si no s'especifica cap."
 
-#: src/libvlc.h:552
+#: src/libvlc.h:556
 msgid "Subtitle autodetection fuzziness"
 msgstr "Aproximació en autodetecció de subtítols. "
 
-#: src/libvlc.h:554
+#: src/libvlc.h:558
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -2331,11 +2342,11 @@ msgstr ""
 "addicionals\n"
 "4 = arxiu de subtítols exactament igual al nom de la pel·lícula. "
 
-#: src/libvlc.h:562
+#: src/libvlc.h:566
 msgid "Subtitle autodetection paths"
 msgstr "Camins per l'autodetecció dels subtítols"
 
-#: src/libvlc.h:564
+#: src/libvlc.h:568
 msgid ""
 "Look for a subtitle file in those paths too, if your subtitle file was not "
 "found in the current directory."
@@ -2343,11 +2354,11 @@ msgstr ""
 "Busca un arxiu de subtítols en aquests camins, si el vostre arxiu no s'ha "
 "trobat en el directori actual. "
 
-#: src/libvlc.h:567
+#: src/libvlc.h:571
 msgid "Use subtitle file"
 msgstr "Utilitza el fitxer de subtítols"
 
-#: src/libvlc.h:569
+#: src/libvlc.h:573
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
@@ -2355,11 +2366,11 @@ msgstr ""
 "Descarrega aquest arxiu de subtítols per a ser utilitzat quan l'autodetecció "
 "no pot detectar el vostre. "
 
-#: src/libvlc.h:572
+#: src/libvlc.h:576
 msgid "DVD device"
 msgstr "Dispositiu de DVD"
 
-#: src/libvlc.h:575
+#: src/libvlc.h:579
 msgid ""
 "This is the default DVD drive (or file) to use. Don't forget the colon after "
 "the drive letter (eg. D:)"
@@ -2367,15 +2378,15 @@ msgstr ""
 "Unitat (o arxiu) DVD a utilitzar per defecte. No oblideu els dos punts "
 "després de la lletra d'unitat (ex. D:)"
 
-#: src/libvlc.h:579
+#: src/libvlc.h:583
 msgid "This is the default DVD device to use."
 msgstr "Unitat DVD a utilitzar per defecte."
 
-#: src/libvlc.h:582
+#: src/libvlc.h:586
 msgid "VCD device"
 msgstr "Dispositiu de VCD"
 
-#: src/libvlc.h:585
+#: src/libvlc.h:589
 msgid ""
 "This is the default VCD device to use. If you don't specify anything, we'll "
 "scan for a suitable CD-ROM device."
@@ -2383,15 +2394,15 @@ msgstr ""
 "Unitat VCD a utilitzar per defecte. Si no especifiqueu cap, es buscarà una "
 "unitat CD-ROM adequada. "
 
-#: src/libvlc.h:589
+#: src/libvlc.h:593
 msgid "This is the default VCD device to use."
 msgstr "Unitat VCD a utilitzar per defecte."
 
-#: src/libvlc.h:592
+#: src/libvlc.h:596
 msgid "Audio CD device"
 msgstr "Dispositiu del CD d’àudio"
 
-#: src/libvlc.h:595
+#: src/libvlc.h:599
 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."
@@ -2399,47 +2410,47 @@ msgstr ""
 "Unitat Àudio CD a utilitzar per defecte. Si no especifiqueu cap, es buscarà "
 "una unitat CD-ROM adequada. "
 
-#: src/libvlc.h:599
+#: src/libvlc.h:603
 msgid "This is the default Audio CD device to use."
 msgstr "Unitat Àudio CD a utilitzar per defecte."
 
-#: src/libvlc.h:602 modules/gui/wxwidgets/dialogs/open.cpp:841
+#: src/libvlc.h:606 modules/gui/wxwidgets/dialogs/open.cpp:841
 msgid "Force IPv6"
 msgstr "Imposa IPv6"
 
-#: src/libvlc.h:604
+#: src/libvlc.h:608
 #, fuzzy
 msgid "IPv6 will be used by default for all connections."
 msgstr ""
 "Si trieu aquesta opció, Ipv6 s'utilitzarà per defecte en totes les "
 "connexions UDP i HTTP."
 
-#: src/libvlc.h:606
+#: src/libvlc.h:610
 msgid "Force IPv4"
 msgstr "Imposa IPv4"
 
-#: src/libvlc.h:608
+#: src/libvlc.h:612
 #, fuzzy
 msgid "IPv4 will be used by default for all connections."
 msgstr ""
 "Si trieu aquesta opció, Ipv4 s'utilitzarà per defecte en totes les "
 "connexions UDP i HTTP."
 
-#: src/libvlc.h:610
+#: src/libvlc.h:614
 #, fuzzy
 msgid "TCP connection timeout"
 msgstr "Temps d'espera de la connexió TCP en ms."
 
-#: src/libvlc.h:612
+#: src/libvlc.h:616
 #, fuzzy
 msgid "Default TCP connection timeout (in milliseconds). "
 msgstr "Temps d'espera de la connexió TCP en ms."
 
-#: src/libvlc.h:614
+#: src/libvlc.h:618
 msgid "SOCKS server"
 msgstr "Servidor SOCKS"
 
-#: src/libvlc.h:616
+#: src/libvlc.h:620
 #, fuzzy
 msgid ""
 "SOCKS proxy server to use. This must be of the form address:port. It will be "
@@ -2448,94 +2459,94 @@ msgstr ""
 "Us permet especificar el servidor SOCKS a utilitzar. Ha de ser de la forma "
 "adreça:port. Serà utilitzat per totes les connexions TCP."
 
-#: src/libvlc.h:619
+#: src/libvlc.h:623
 msgid "SOCKS user name"
 msgstr "Nom de l’usuari del SOCKS"
 
-#: src/libvlc.h:621
+#: src/libvlc.h:625
 #, fuzzy
 msgid "User name to be used for connection to the SOCKS proxy."
 msgstr ""
 "Us permet modificar el nom de l'usuari que serà utilitzat per la connexió al "
 "servidor SOCKS. "
 
-#: src/libvlc.h:623
+#: src/libvlc.h:627
 msgid "SOCKS password"
 msgstr "Contrasenya del SOCKS"
 
-#: src/libvlc.h:625
+#: src/libvlc.h:629
 #, fuzzy
 msgid "Password to be used for connection to the SOCKS proxy."
 msgstr ""
 "Us permet modificar la contrasenya que serà utilitzada per la connexió al "
 "servidor SOCKS."
 
-#: src/libvlc.h:627
+#: src/libvlc.h:631
 msgid "Title metadata"
 msgstr "Metadata del títol"
 
-#: src/libvlc.h:629
+#: src/libvlc.h:633
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr "Us permet especificar una metadata del \"\títol\" per una entrada."
 
-#: src/libvlc.h:631
+#: src/libvlc.h:635
 msgid "Author metadata"
 msgstr "Metadata de l'autor"
 
-#: src/libvlc.h:633
+#: src/libvlc.h:637
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr "Us permet especificar una metadata del \"autor\" per una entrada."
 
-#: src/libvlc.h:635
+#: src/libvlc.h:639
 msgid "Artist metadata"
 msgstr "Metadata de l'artista"
 
-#: src/libvlc.h:637
+#: src/libvlc.h:641
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr "Us permet especificar una metadata del \"artista\" per una entrada."
 
-#: src/libvlc.h:639
+#: src/libvlc.h:643
 msgid "Genre metadata"
 msgstr "Metadata del gènere"
 
-#: src/libvlc.h:641
+#: src/libvlc.h:645
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr "Us permet especificar una metadata del \"gènere\" per una entrada."
 
-#: src/libvlc.h:643
+#: src/libvlc.h:647
 msgid "Copyright metadata"
 msgstr "Metadata del copyright"
 
-#: src/libvlc.h:645
+#: src/libvlc.h:649
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr "Us permet especificar una metadata del \"copyright\" per una entrada."
 
-#: src/libvlc.h:647
+#: src/libvlc.h:651
 msgid "Description metadata"
 msgstr "Metadata de la descripció"
 
-#: src/libvlc.h:649
+#: src/libvlc.h:653
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr ""
 "Us permet especificar una metadata de la \"descripció\" per una entrada."
 
-#: src/libvlc.h:651
+#: src/libvlc.h:655
 msgid "Date metadata"
 msgstr "Metadata de la data"
 
-#: src/libvlc.h:653
+#: src/libvlc.h:657
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr "Us permet especificar una metadata de la \"data\" per una entrada."
 
-#: src/libvlc.h:655
+#: src/libvlc.h:659
 msgid "URL metadata"
 msgstr "Metadata del URL"
 
-#: src/libvlc.h:657
+#: src/libvlc.h:661
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr "Us permet especificar una metadata del \"url\" per una entrada."
 
-#: src/libvlc.h:661
+#: src/libvlc.h:665
 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 "
@@ -2545,12 +2556,12 @@ msgstr ""
 "còdecs (mètodes de descompressió). Només usuaris avançats haurien d'alterar "
 "aquesta opció, ja que pot interrompre el playback de tots els fluxos."
 
-#: src/libvlc.h:665
+#: src/libvlc.h:669
 #, fuzzy
 msgid "Preferred decoders list"
 msgstr "Llista dels codificadors preferits"
 
-#: src/libvlc.h:667
+#: src/libvlc.h:671
 #, fuzzy
 msgid ""
 "List of codecs that VLC will use in priority. For instance, 'dummy,a52' will "
@@ -2561,11 +2572,11 @@ msgstr ""
 "còdecs (mètodes de descompressió). Només usuaris avançats haurien d'alterar "
 "aquesta opció, ja que pot interrompre el playback de tots els fluxos."
 
-#: src/libvlc.h:672
+#: src/libvlc.h:676
 msgid "Preferred encoders list"
 msgstr "Llista dels codificadors preferits"
 
-#: src/libvlc.h:674
+#: src/libvlc.h:678
 #, fuzzy
 msgid ""
 "This allows you to select a list of encoders that VLC will use in priority."
@@ -2573,7 +2584,7 @@ msgstr ""
 "Us permet seleccionar una llista de codificadors que VLC utilitzarà "
 "prioritàriament"
 
-#: src/libvlc.h:683
+#: src/libvlc.h:687
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
@@ -2581,41 +2592,41 @@ msgstr ""
 "Aquestes opcions us permeten configurar les opcions globals per defecte pel "
 "subsistema de flux de sortida."
 
-#: src/libvlc.h:686
+#: src/libvlc.h:690
 #, fuzzy
 msgid "Default stream output chain"
 msgstr "Duplica el flux de sortida"
 
-#: src/libvlc.h:688
+#: src/libvlc.h:692
 msgid ""
 "You can enter here a default stream output chain. Refer to the documentation "
 "to learn how to build such chains.Warning: this chain will be enabled for "
 "all streams."
 msgstr ""
 
-#: src/libvlc.h:692
+#: src/libvlc.h:696
 msgid "Enable streaming of all ES"
 msgstr "Habilita el corrent de dades per tot el ES"
 
-#: src/libvlc.h:694
+#: src/libvlc.h:698
 #, fuzzy
 msgid "Stream all elementary streams (video, audio and subtitles)"
 msgstr "Us permet enviar tot el ES (vídeo, àudio i subtítols)"
 
-#: src/libvlc.h:696
+#: src/libvlc.h:700
 msgid "Display while streaming"
 msgstr "Visualitza mentre es transmet"
 
-#: src/libvlc.h:698
+#: src/libvlc.h:702
 #, fuzzy
 msgid "Play locally the stream while streaming it."
 msgstr "Us permet reproduir el flux mentre ho envieu. "
 
-#: src/libvlc.h:700
+#: src/libvlc.h:704
 msgid "Enable video stream output"
 msgstr "Habilita el flux de sortida de vídeo"
 
-#: src/libvlc.h:702
+#: src/libvlc.h:706
 #, fuzzy
 msgid ""
 "Choose whether the video stream should be redirected to the stream output "
@@ -2624,11 +2635,11 @@ msgstr ""
 "Us permet triar si el flux de vídeo hauria de ser redirigit a l'equipament "
 "de sortida de flux quan aquest últim es permet."
 
-#: src/libvlc.h:705
+#: src/libvlc.h:709
 msgid "Enable audio stream output"
 msgstr "Habilita el flux de sortida d'àudio"
 
-#: src/libvlc.h:707
+#: src/libvlc.h:711
 #, fuzzy
 msgid ""
 "Choose whether the audio stream should be redirected to the stream output "
@@ -2637,12 +2648,12 @@ msgstr ""
 "Us permet triar si el flux de vídeo hauria de ser redirigit a l'equipament "
 "de sortida de flux quan aquest últim es permet."
 
-#: src/libvlc.h:710
+#: src/libvlc.h:714
 #, fuzzy
 msgid "Enable SPU stream output"
 msgstr "Habilita el flux de sortida d'àudio"
 
-#: src/libvlc.h:712
+#: src/libvlc.h:716
 #, fuzzy
 msgid ""
 "Choose whether the SPU streams should be redirected to the stream output "
@@ -2651,11 +2662,11 @@ msgstr ""
 "Us permet triar si el flux de vídeo hauria de ser redirigit a l'equipament "
 "de sortida de flux quan aquest últim es permet."
 
-#: src/libvlc.h:715
+#: src/libvlc.h:719
 msgid "Keep stream output open"
 msgstr "Conserva el flux de sortida obert"
 
-#: src/libvlc.h:717
+#: src/libvlc.h:721
 msgid ""
 "This allows you to keep an unique stream output instance across multiple "
 "playlist item (automatically insert the gather stream output if not "
@@ -2665,37 +2676,37 @@ msgstr ""
 "múltiples elements de la llista de reproducció (insereix automàticament la "
 "sortida de flux recollida si no s'especifica)"
 
-#: src/libvlc.h:721
+#: src/libvlc.h:725
 msgid "Preferred packetizer list"
 msgstr "Llista d'empaquetadors preferits"
 
-#: src/libvlc.h:723
+#: src/libvlc.h:727
 msgid ""
 "This allows you to select the order in which VLC will choose its packetizers."
 msgstr ""
 "Us permet seleccionar l'ordre en el que VLC triarà els seus empaquetadors."
 
-#: src/libvlc.h:726
+#: src/libvlc.h:730
 msgid "Mux module"
 msgstr "Mòdul del multiplexor"
 
-#: src/libvlc.h:728
+#: src/libvlc.h:732
 msgid "This is a legacy entry to let you configure mux modules"
 msgstr "Entrada que us permet configurar els mòduls mux."
 
-#: src/libvlc.h:730
+#: src/libvlc.h:734
 msgid "Access output module"
 msgstr "Mòdul de sortida d'accés"
 
-#: src/libvlc.h:732
+#: src/libvlc.h:736
 msgid "This is a legacy entry to let you configure access output modules"
 msgstr "Entrada que us permet configurar els mòduls de la sortida d'accés"
 
-#: src/libvlc.h:734
+#: src/libvlc.h:738
 msgid "Control SAP flow"
 msgstr "Control del flux SAP"
 
-#: src/libvlc.h:736
+#: src/libvlc.h:740
 #, fuzzy
 msgid ""
 "If this option is enabled, the flow on the SAP multicast address will be "
@@ -2704,11 +2715,11 @@ msgstr ""
 "Si s'habilita aquesta opció, es controlarà el flux en la direcció de "
 "multidifusió SAP. És necessari si voleu fer anuncis en el MBone"
 
-#: src/libvlc.h:740
+#: src/libvlc.h:744
 msgid "SAP announcement interval"
 msgstr "Interval d'anunci de SAP"
 
-#: src/libvlc.h:742
+#: src/libvlc.h:746
 #, fuzzy
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
@@ -2717,7 +2728,7 @@ msgstr ""
 "Quan s'inhabilita el control de flux de SAP, us permet posar l'interval fixe "
 "entre anuncis de SAP"
 
-#: src/libvlc.h:752
+#: src/libvlc.h:756
 #, fuzzy
 msgid ""
 "These options allow you to enable special CPU optimizations. You should "
@@ -2726,12 +2737,12 @@ msgstr ""
 "Aquestes opcions us permeten habilitar optimitzacions especials de la CPU.\n"
 "Hauríeu de deixar-les habilitades."
 
-#: src/libvlc.h:755
+#: src/libvlc.h:759
 #, fuzzy
 msgid "Enable FPU support"
 msgstr "Habilita el suport CPU MMX"
 
-#: src/libvlc.h:757
+#: src/libvlc.h:761
 #, fuzzy
 msgid ""
 "If your processor has a floating point calculation unit, VLC can take "
@@ -2740,11 +2751,11 @@ msgstr ""
 "Si el vostre processador permet el conjunt d'instruccions AltiVec, VLC pot "
 "aprofitar-las."
 
-#: src/libvlc.h:760
+#: src/libvlc.h:764
 msgid "Enable CPU MMX support"
 msgstr "Habilita el suport CPU MMX"
 
-#: src/libvlc.h:762
+#: src/libvlc.h:766
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
@@ -2752,11 +2763,11 @@ msgstr ""
 "Si el vostre processador permet el conjunt d'instruccions MMX, VLC pot "
 "aprofitar-las."
 
-#: src/libvlc.h:765
+#: src/libvlc.h:769
 msgid "Enable CPU 3D Now! support"
 msgstr "Habilita el suport CPU 3D Now!"
 
-#: src/libvlc.h:767
+#: src/libvlc.h:771
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
@@ -2764,11 +2775,11 @@ msgstr ""
 "Si el vostre processador permet el conjunt d'instruccions 3D Now!, VLC pot "
 "aprofitar-las."
 
-#: src/libvlc.h:770
+#: src/libvlc.h:774
 msgid "Enable CPU MMX EXT support"
 msgstr "Habilita el suport CPU MMX EXT"
 
-#: src/libvlc.h:772
+#: src/libvlc.h:776
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
@@ -2776,11 +2787,11 @@ msgstr ""
 "Si el vostre processador permet el conjunt d'instruccions MMX EXT, VLC pot "
 "aprofitar-las."
 
-#: src/libvlc.h:775
+#: src/libvlc.h:779
 msgid "Enable CPU SSE support"
 msgstr "Habilita el suport CPU SSE"
 
-#: src/libvlc.h:777
+#: src/libvlc.h:781
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
@@ -2788,11 +2799,11 @@ msgstr ""
 "Si el vostre processador permet el conjunt d'instruccions SSE, VLC pot "
 "aprofitar-las."
 
-#: src/libvlc.h:780
+#: src/libvlc.h:784
 msgid "Enable CPU SSE2 support"
 msgstr "Habilita el suport CPU SSE2"
 
-#: src/libvlc.h:782
+#: src/libvlc.h:786
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
 "of them."
@@ -2800,11 +2811,11 @@ msgstr ""
 "Si el vostre processador permet el conjunt d'instruccions SSE2, VLC pot "
 "aprofitar-las."
 
-#: src/libvlc.h:785
+#: src/libvlc.h:789
 msgid "Enable CPU AltiVec support"
 msgstr "Habilita el suport CPU AltiVec"
 
-#: src/libvlc.h:787
+#: src/libvlc.h:791
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
@@ -2812,7 +2823,7 @@ msgstr ""
 "Si el vostre processador permet el conjunt d'instruccions AltiVec, VLC pot "
 "aprofitar-las."
 
-#: src/libvlc.h:792
+#: src/libvlc.h:796
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
@@ -2820,11 +2831,11 @@ msgstr ""
 "Aquestes opcions us permeten seleccionar els mòduls per defecte. No les "
 "modifiqueu si no sabeu realment el que esteu fent."
 
-#: src/libvlc.h:795
+#: src/libvlc.h:799
 msgid "Memory copy module"
 msgstr "Mòdul de la còpia de memòria"
 
-#: src/libvlc.h:797
+#: src/libvlc.h:801
 msgid ""
 "You can select which memory copy module you want to use. By default VLC will "
 "select the fastest one supported by your hardware."
@@ -2832,33 +2843,33 @@ msgstr ""
 "Podeu seleccionar quin mòdul de còpia de memòria voleu utilitzar. Per "
 "defecte VLC triarà el més ràpid permès pel vostre maquinari."
 
-#: src/libvlc.h:800
+#: src/libvlc.h:804
 msgid "Access module"
 msgstr "Mòdul d’accés"
 
-#: src/libvlc.h:802
+#: src/libvlc.h:806
 msgid ""
 "This allows you to force an access module. You can use it if the correct "
 "access is not automatically detected. You should not set this as a global "
 "option unless you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:806
+#: src/libvlc.h:810
 #, fuzzy
 msgid "Access filter module"
 msgstr "Mòdul d’accés"
 
-#: src/libvlc.h:808
+#: src/libvlc.h:812
 msgid ""
 "Access filters are used to modify the stream that is being read. This is "
 "used for instance for timeshifting."
 msgstr ""
 
-#: src/libvlc.h:811
+#: src/libvlc.h:815
 msgid "Demux module"
 msgstr "Mòdul demultiplexor"
 
-#: src/libvlc.h:813
+#: src/libvlc.h:817
 msgid ""
 "Demultiplexers are used to separate the \"elementary\" streams (like audio "
 "and video streams). You can use it if the correct demuxer is not "
@@ -2866,11 +2877,11 @@ msgid ""
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:818
+#: src/libvlc.h:822
 msgid "Allow real-time priority"
 msgstr "Permetre prioritat a temps real."
 
-#: src/libvlc.h:820
+#: src/libvlc.h:824
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -2882,11 +2893,11 @@ msgstr ""
 "dades . Pot també immobilitzar la vostra màquina, o fer que vagi molt lenta. "
 "Hauríeu d'activar això només si sabeu el que esteu fent."
 
-#: src/libvlc.h:826
+#: src/libvlc.h:830
 msgid "Adjust VLC priority"
 msgstr "Ajusta la prioritat del VLC"
 
-#: src/libvlc.h:828
+#: src/libvlc.h:832
 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 "
@@ -2896,93 +2907,93 @@ msgstr ""
 "predeterminades de VLC. Podeu utilitzar-la per ajustar la prioritat de VLC "
 "davant d'altres programes o instàncies de VLC."
 
-#: src/libvlc.h:832
+#: src/libvlc.h:836
 msgid "Minimize number of threads"
 msgstr "Minimitza el nombre de cadenes"
 
-#: src/libvlc.h:834
+#: src/libvlc.h:838
 #, fuzzy
 msgid "This option minimizes the number of threads needed to run VLC."
 msgstr ""
 "Aquesta opció minimitza el nombre de cadenes necessitades per executar VLC"
 
-#: src/libvlc.h:836
+#: src/libvlc.h:840
 msgid "Modules search path"
 msgstr "Camí de cerca dels mòduls"
 
-#: src/libvlc.h:838
+#: src/libvlc.h:842
 #, fuzzy
 msgid "Additional path for VLC to look for its modules."
 msgstr ""
 "Aquesta opció us permet especificar un camí addicional per VLC per buscar "
 "els seus mòduls."
 
-#: src/libvlc.h:840
+#: src/libvlc.h:844
 msgid "VLM configuration file"
 msgstr "Fitxer de configuració de VLM"
 
-#: src/libvlc.h:842
+#: src/libvlc.h:846
 msgid "Read a VLM configuration file as soon as VLM is started."
 msgstr ""
 
-#: src/libvlc.h:844
+#: src/libvlc.h:848
 msgid "Use a plugins cache"
 msgstr "Utilitza una memòria cau dels connectors"
 
-#: src/libvlc.h:846
+#: src/libvlc.h:850
 #, fuzzy
 msgid "Use a plugins cache which will greatly improve the startup time of VLC."
 msgstr ""
 "Aquesta opció us permet utilitzar una memòria de cau dels connectors que "
 "millorarà l'inici de VLC."
 
-#: src/libvlc.h:848
+#: src/libvlc.h:852
 msgid "Collect statistics"
 msgstr ""
 
-#: src/libvlc.h:850
+#: src/libvlc.h:854
 #, fuzzy
 msgid "Collect miscellaneous statistics."
 msgstr "Aquesta opció us permet seleccionar les interfícies de control."
 
-#: src/libvlc.h:852
+#: src/libvlc.h:856
 msgid "Run as daemon process"
 msgstr "Executar com un procés daemon"
 
-#: src/libvlc.h:854
+#: src/libvlc.h:858
 msgid "Runs VLC as a background daemon process."
 msgstr "Executa VLC com un procés daemon en segon pla."
 
-#: src/libvlc.h:856
+#: src/libvlc.h:860
 msgid "Write process id to file"
 msgstr ""
 
-#: src/libvlc.h:858
+#: src/libvlc.h:862
 msgid "Writes process id into specified file."
 msgstr ""
 
-#: src/libvlc.h:860
+#: src/libvlc.h:864
 #, fuzzy
 msgid "Log to file"
 msgstr "Nom del fitxer del logo"
 
-#: src/libvlc.h:862
+#: src/libvlc.h:866
 msgid "Log all VLC messages to a text file."
 msgstr ""
 
-#: src/libvlc.h:864
+#: src/libvlc.h:868
 msgid "Log to syslog"
 msgstr ""
 
-#: src/libvlc.h:866
+#: src/libvlc.h:870
 msgid "Log all VLC messages to syslog (UNIX systems)."
 msgstr ""
 
-#: src/libvlc.h:868
+#: src/libvlc.h:872
 msgid "Allow only one running instance"
 msgstr "Permetre només un VLC executant-se."
 
-#: src/libvlc.h:870
+#: src/libvlc.h:874
 #, fuzzy
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
@@ -2996,29 +3007,29 @@ msgstr ""
 "vegada que feu doble clic en un arxiu a l'explorador. Aquesta opció us "
 "permetrà reproduir l'arxiu amb el VLC executat o enviar-lo a la cua."
 
-#: src/libvlc.h:876
+#: src/libvlc.h:880
 msgid "VLC is started from file association"
 msgstr ""
 
-#: src/libvlc.h:878
+#: src/libvlc.h:882
 msgid "Tell VLC that it is being launched due to a file association in the OS"
 msgstr ""
 
-#: src/libvlc.h:881
+#: src/libvlc.h:885
 #, fuzzy
 msgid "One instance when started from file"
 msgstr "Permetre només un VLC executant-se."
 
-#: src/libvlc.h:883
+#: src/libvlc.h:887
 #, fuzzy
 msgid "Allow only one running instance when started from file."
 msgstr "Permetre només un VLC executant-se."
 
-#: src/libvlc.h:885
+#: src/libvlc.h:889
 msgid "Increase the priority of the process"
 msgstr "Incrementa la prioritat del procés"
 
-#: src/libvlc.h:887
+#: src/libvlc.h:891
 #, fuzzy
 msgid ""
 "Increasing the priority of the process will very likely improve your playing "
@@ -3035,11 +3046,11 @@ msgstr ""
 "prendre tot els temps de processador i convertir el sistema en insensible, "
 "el que podria requerir arrencar de nou la vostra màquina."
 
-#: src/libvlc.h:894
+#: src/libvlc.h:898
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr "Fast mutex en NT/2K/XP (només desenvolupadors)"
 
-#: src/libvlc.h:896
+#: src/libvlc.h:900
 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 "
@@ -3050,12 +3061,12 @@ msgstr ""
 "la implementació més ràpida de Win9x, tot i que podeu tenir problemes amb "
 "ella."
 
-#: src/libvlc.h:901
+#: src/libvlc.h:905
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr ""
 "Implementació de variables de condició per Win9x (només desenvolupadors)"
 
-#: src/libvlc.h:904
+#: src/libvlc.h:908
 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 "
@@ -3069,17 +3080,17 @@ msgstr ""
 "robustes. Actualment podeu triar entre implementació 0 (la més ràpida però "
 "parcialment incorrecta), 1 (per defecte) i 2."
 
-#: src/libvlc.h:913
+#: src/libvlc.h:917
 msgid "Enqueue items to playlist when in one instance mode"
 msgstr ""
 
-#: src/libvlc.h:915
+#: src/libvlc.h:919
 msgid ""
 "When using the one instance only option, enqueue items to playlist and keep "
 "playing current item."
 msgstr ""
 
-#: src/libvlc.h:924
+#: src/libvlc.h:928
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
@@ -3088,21 +3099,21 @@ msgstr ""
 "Algunes poden ser substituïdes a la finestra de diàleg de la llista de "
 "reproducció."
 
-#: src/libvlc.h:927
+#: src/libvlc.h:931
 msgid "Automatically preparse files"
 msgstr ""
 
-#: src/libvlc.h:929
+#: src/libvlc.h:933
 msgid ""
 "Automatically preparse files added to the playlist (to retrieve some "
 "metadata)."
 msgstr ""
 
-#: src/libvlc.h:932
+#: src/libvlc.h:936
 msgid "Services discovery modules"
 msgstr "Mòdul del descobriment de serveis"
 
-#: src/libvlc.h:934
+#: src/libvlc.h:938
 #, fuzzy
 msgid ""
 "Specifies the services discovery modules to load, separated by semi-colons. "
@@ -3111,185 +3122,195 @@ msgstr ""
 "Especifica els mòduls de descobriment dels serveis a carregar, separats per "
 "comes. Valors típics són sap, hal, ..."
 
-#: src/libvlc.h:937
+#: src/libvlc.h:941
 msgid "Play files randomly forever"
 msgstr "Reprodueix sempre els arxius aleatòriament "
 
-#: src/libvlc.h:939
+#: src/libvlc.h:943
 #, fuzzy
 msgid "VLC will randomly play files in the playlist until interrupted."
 msgstr ""
 "Quan es selecciona, VLC reproduirà els arxius de la llista de reproducció "
 "aleatòriament fins a ser interromput. "
 
-#: src/libvlc.h:941
+#: src/libvlc.h:945
 #, fuzzy
 msgid "Repeat all"
 msgstr "Repeteix tot"
 
-#: src/libvlc.h:943
+#: src/libvlc.h:947
 #, fuzzy
 msgid "VLC will keep playing the playlist indefinitely."
 msgstr ""
 "Habiliteu aquesta opció si voleu que VLC segueixi executant la llista de "
 "reproducció indefinidament."
 
-#: src/libvlc.h:945
+#: src/libvlc.h:949
 #, fuzzy
 msgid "Repeat current item"
 msgstr "Repeteix l'element actual"
 
-#: src/libvlc.h:947
+#: src/libvlc.h:951
 #, fuzzy
 msgid "VLC will keep playing the current playlist item."
 msgstr ""
 "Quan està actiu, VLC seguirà executant l'actual element de la llista de "
 "reproducció una i altra vegada."
 
-#: src/libvlc.h:949
+#: src/libvlc.h:953
 msgid "Play and stop"
 msgstr "Reprodueix i atura"
 
-#: src/libvlc.h:951
+#: src/libvlc.h:955
 #, fuzzy
 msgid "Stop the playlist after each played playlist item."
 msgstr ""
 "Atura la llista de reproducció després de cada element reproduït. Avança "
 "l'index de la llista de reproducció."
 
-#: src/libvlc.h:953
+#: src/libvlc.h:957
+#, fuzzy
+msgid "Play and exit"
+msgstr "Reprodueix i atura"
+
+#: src/libvlc.h:959
+#, fuzzy
+msgid "Exit if there are no more items in the playlist."
+msgstr "No hi ha cap element a la llista de reproducció"
+
+#: src/libvlc.h:961
 #, fuzzy
 msgid "Use media library"
 msgstr "Reproductor multimèdia VLC"
 
-#: src/libvlc.h:955
+#: src/libvlc.h:963
 msgid ""
 "The media library is automatically saved and reloaded each time you start "
 "VLC."
 msgstr ""
 
-#: src/libvlc.h:958
+#: src/libvlc.h:966
 #, fuzzy
 msgid "Use playlist tree"
 msgstr "Següent element de la llista de reproducció"
 
-#: src/libvlc.h:960
+#: src/libvlc.h:968
 msgid ""
 "The playlist can use a tree to categorize some items, like the contents of a "
 "directory. \"Default\" means that the tree will only be used when really "
 "needed."
 msgstr ""
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Always"
 msgstr "Sempre a dalt"
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Never"
 msgstr "Reverberació"
 
-#: src/libvlc.h:973
+#: src/libvlc.h:981
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr ""
 "Aquests paràmetres són les tecles vinculades globals de VLC, conegudes com a "
 "\" tecles ràpides\"."
 
-#: src/libvlc.h:976 src/video_output/vout_intf.c:408
+#: src/libvlc.h:984 src/video_output/vout_intf.c:408
 #: modules/gui/beos/VideoOutput.cpp:1057 modules/gui/macosx/applescript.m:126
-#: modules/gui/macosx/controls.m:338 modules/gui/macosx/controls.m:754
-#: modules/gui/macosx/controls.m:784 modules/gui/macosx/embeddedwindow.m:44
+#: modules/gui/macosx/controls.m:344 modules/gui/macosx/controls.m:760
+#: modules/gui/macosx/controls.m:790 modules/gui/macosx/embeddedwindow.m:44
 #: modules/gui/macosx/intf.m:497 modules/gui/macosx/intf.m:573
 #: modules/gui/macosx/intf.m:629
 msgid "Fullscreen"
 msgstr "Pantalla completa"
 
-#: src/libvlc.h:977
+#: src/libvlc.h:985
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr ""
 "Seleccioneu la tecla ràpida a utilitzar per canviar l'estat de pantalla "
 "completa."
 
-#: src/libvlc.h:978 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
+#: src/libvlc.h:986 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
 #: modules/gui/wxwidgets/interface.cpp:1504
 msgid "Play/Pause"
 msgstr "Reprodueix/Pausa"
 
-#: src/libvlc.h:979
+#: src/libvlc.h:987
 msgid "Select the hotkey to use to swap paused state."
 msgstr "Seleccioneu la tecla ràpida a utilitzar per canviar  l'estat de pausa."
 
-#: src/libvlc.h:980
+#: src/libvlc.h:988
 msgid "Pause only"
 msgstr "Només pausa"
 
-#: src/libvlc.h:981
+#: src/libvlc.h:989
 msgid "Select the hotkey to use to pause."
 msgstr "Seleccioneu la tecla ràpida a utilitzar per fer una pausa."
 
-#: src/libvlc.h:982
+#: src/libvlc.h:990
 msgid "Play only"
 msgstr "Només reprodueix"
 
-#: src/libvlc.h:983
+#: src/libvlc.h:991
 msgid "Select the hotkey to use to play."
 msgstr "Seleccioneu la tecla ràpida a utilitzar per reproduir."
 
-#: src/libvlc.h:984 modules/control/hotkeys.c:713
-#: modules/gui/macosx/controls.m:687 modules/gui/macosx/intf.m:538
+#: src/libvlc.h:992 modules/control/hotkeys.c:713
+#: modules/gui/macosx/controls.m:693 modules/gui/macosx/intf.m:538
 #: modules/gui/wxwidgets/interface.cpp:695
 msgid "Faster"
 msgstr "Més ràpid"
 
-#: src/libvlc.h:985
+#: src/libvlc.h:993
 msgid "Select the hotkey to use for fast forward playback."
 msgstr "Seleccioneu la tecla ràpida a utilitzar per avançar ràpid el playback."
 
-#: src/libvlc.h:986 modules/control/hotkeys.c:721
-#: modules/gui/macosx/controls.m:688 modules/gui/macosx/intf.m:539
+#: src/libvlc.h:994 modules/control/hotkeys.c:721
+#: modules/gui/macosx/controls.m:694 modules/gui/macosx/intf.m:539
 #: modules/gui/wxwidgets/interface.cpp:694
 msgid "Slower"
 msgstr "Més lent"
 
-#: src/libvlc.h:987
+#: src/libvlc.h:995
 msgid "Select the hotkey to use for slow motion playback."
 msgstr ""
 "Seleccioneu la tecla ràpida a utilitzar per reproduir lent el playback."
 
-#: src/libvlc.h:988 modules/control/hotkeys.c:680
-#: modules/gui/macosx/controls.m:708 modules/gui/macosx/intf.m:496
+#: src/libvlc.h:996 modules/control/hotkeys.c:680
+#: modules/gui/macosx/controls.m:714 modules/gui/macosx/intf.m:496
 #: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:617
 #: modules/gui/macosx/intf.m:625 modules/gui/macosx/wizard.m:313
 #: modules/gui/macosx/wizard.m:364 modules/gui/macosx/wizard.m:1606
 #: modules/gui/wxwidgets/interface.cpp:693
 #: modules/gui/wxwidgets/interface.cpp:1509
-#: modules/gui/wxwidgets/menus.cpp:258
+#: modules/gui/wxwidgets/menus.cpp:259
 msgid "Next"
 msgstr "Següent"
 
-#: src/libvlc.h:989
+#: src/libvlc.h:997
 msgid "Select the hotkey to use to skip to the next item in the playlist."
 msgstr ""
 "Seleccioneu la tecla ràpida a utilitzar per passar al següent element de la "
 "llista de reproducció."
 
-#: src/libvlc.h:990 modules/control/hotkeys.c:692
-#: modules/gui/macosx/controls.m:707 modules/gui/macosx/intf.m:491
+#: src/libvlc.h:998 modules/control/hotkeys.c:692
+#: modules/gui/macosx/controls.m:713 modules/gui/macosx/intf.m:491
 #: modules/gui/macosx/intf.m:540 modules/gui/macosx/intf.m:618
 #: modules/gui/macosx/intf.m:624 modules/gui/wxwidgets/interface.cpp:692
 #: modules/gui/wxwidgets/interface.cpp:1508
-#: modules/gui/wxwidgets/menus.cpp:257
+#: modules/gui/wxwidgets/menus.cpp:258
 msgid "Previous"
 msgstr "Anterior"
 
-#: src/libvlc.h:991
+#: src/libvlc.h:999
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
 msgstr ""
 "Seleccioneu la tecla ràpida a utilitzar per passar a l'anterior element de "
 "la llista de reproducció."
 
-#: src/libvlc.h:992 modules/gui/macosx/controls.m:699
+#: src/libvlc.h:1000 modules/gui/macosx/controls.m:705
 #: modules/gui/macosx/intf.m:494 modules/gui/macosx/intf.m:537
 #: modules/gui/macosx/intf.m:616 modules/gui/macosx/intf.m:623
 #: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
@@ -3297,442 +3318,442 @@ msgstr ""
 #: modules/gui/wxwidgets/interface.cpp:676
 #: modules/gui/wxwidgets/interface.cpp:687
 #: modules/gui/wxwidgets/interface.cpp:1510
-#: modules/gui/wxwidgets/menus.cpp:256 modules/visualization/xosd.c:237
+#: modules/gui/wxwidgets/menus.cpp:257 modules/visualization/xosd.c:237
 msgid "Stop"
 msgstr "Atura"
 
-#: src/libvlc.h:993
+#: src/libvlc.h:1001
 #, fuzzy
 msgid "Select the hotkey to stop playback."
 msgstr "Seleccioneu la tecla ràpida per aturar la llista de reproducció."
 
-#: src/libvlc.h:994 modules/gui/macosx/bookmarks.m:101
+#: src/libvlc.h:1002 modules/gui/macosx/bookmarks.m:101
 #: modules/gui/macosx/bookmarks.m:110 modules/gui/macosx/embeddedwindow.m:46
 #: modules/gui/macosx/intf.m:499 modules/video_filter/marq.c:122
 #: modules/video_filter/rss.c:174
 msgid "Position"
 msgstr "Posició"
 
-#: src/libvlc.h:995
+#: src/libvlc.h:1003
 msgid "Select the hotkey to display the position."
 msgstr "Seleccioneu la tecla ràpida per mostrar la posició."
 
-#: src/libvlc.h:997
+#: src/libvlc.h:1005
 msgid "Very short backwards jump"
 msgstr ""
 
-#: src/libvlc.h:999
+#: src/libvlc.h:1007
 #, fuzzy
 msgid "Select the hotkey to make a very short backwards jump."
 msgstr "Seleccioneu la tecla ràpida per saltar 5 minuts  enrere."
 
-#: src/libvlc.h:1000
+#: src/libvlc.h:1008
 #, fuzzy
 msgid "Short backwards jump"
 msgstr "Vés enrere"
 
-#: src/libvlc.h:1002
+#: src/libvlc.h:1010
 #, fuzzy
 msgid "Select the hotkey to make a short backwards jump."
 msgstr "Seleccioneu la tecla ràpida per saltar 10 segons enrere."
 
-#: src/libvlc.h:1003
+#: src/libvlc.h:1011
 msgid "Medium backwards jump"
 msgstr ""
 
-#: src/libvlc.h:1005
+#: src/libvlc.h:1013
 #, fuzzy
 msgid "Select the hotkey to make a medium backwards jump."
 msgstr "Seleccioneu la tecla ràpida per saltar 1 minut  enrere."
 
-#: src/libvlc.h:1006
+#: src/libvlc.h:1014
 #, fuzzy
 msgid "Long backwards jump"
 msgstr "Vés enrere"
 
-#: src/libvlc.h:1008
+#: src/libvlc.h:1016
 #, fuzzy
 msgid "Select the hotkey to make a long backwards jump."
 msgstr "Seleccioneu la tecla ràpida per saltar 10 segons enrere."
 
-#: src/libvlc.h:1010
+#: src/libvlc.h:1018
 msgid "Very short forward jump"
 msgstr ""
 
-#: src/libvlc.h:1012
+#: src/libvlc.h:1020
 #, fuzzy
 msgid "Select the hotkey to make a very short forward jump."
 msgstr "Seleccioneu la tecla ràpida a utilitzar per avançar ràpid el playback."
 
-#: src/libvlc.h:1013
+#: src/libvlc.h:1021
 #, fuzzy
 msgid "Short forward jump"
 msgstr "Endavant un cop"
 
-#: src/libvlc.h:1015
+#: src/libvlc.h:1023
 #, fuzzy
 msgid "Select the hotkey to make a short forward jump."
 msgstr "Seleccioneu la tecla ràpida per saltar 10 segons endavant."
 
-#: src/libvlc.h:1016
+#: src/libvlc.h:1024
 msgid "Medium forward jump"
 msgstr ""
 
-#: src/libvlc.h:1018
+#: src/libvlc.h:1026
 #, fuzzy
 msgid "Select the hotkey to make a medium forward jump."
 msgstr "Seleccioneu la tecla ràpida per saltar 1 minut  endavant."
 
-#: src/libvlc.h:1019
+#: src/libvlc.h:1027
 msgid "Long forward jump"
 msgstr ""
 
-#: src/libvlc.h:1021
+#: src/libvlc.h:1029
 #, fuzzy
 msgid "Select the hotkey to make a long forward jump."
 msgstr "Seleccioneu la tecla ràpida per saltar 10 segons endavant."
 
-#: src/libvlc.h:1023
+#: src/libvlc.h:1031
 msgid "Very short jump length"
 msgstr ""
 
-#: src/libvlc.h:1024
+#: src/libvlc.h:1032
 msgid "Very short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1025
+#: src/libvlc.h:1033
 msgid "Short jump length"
 msgstr ""
 
-#: src/libvlc.h:1026
+#: src/libvlc.h:1034
 msgid "Short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1027
+#: src/libvlc.h:1035
 msgid "Medium jump length"
 msgstr ""
 
-#: src/libvlc.h:1028
+#: src/libvlc.h:1036
 msgid "Medium jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1029
+#: src/libvlc.h:1037
 #, fuzzy
 msgid "Long jump length"
 msgstr "Mida de la lletra"
 
-#: src/libvlc.h:1030
+#: src/libvlc.h:1038
 msgid "Long jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1032 modules/control/hotkeys.c:258
+#: src/libvlc.h:1040 modules/control/hotkeys.c:258
 #: modules/gui/beos/InterfaceWindow.cpp:276
 msgid "Quit"
 msgstr "Surt"
 
-#: src/libvlc.h:1033
+#: src/libvlc.h:1041
 msgid "Select the hotkey to quit the application."
 msgstr "Seleccioneu la tecla ràpida per sortir de l'aplicació."
 
-#: src/libvlc.h:1034
+#: src/libvlc.h:1042
 msgid "Navigate up"
 msgstr "Mou cap a dalt"
 
-#: src/libvlc.h:1035
+#: src/libvlc.h:1043
 msgid "Select the key to move the selector up in DVD menus."
 msgstr "Seleccioneu la tecla per moure amunt el selector en els menús de DVD."
 
-#: src/libvlc.h:1036
+#: src/libvlc.h:1044
 msgid "Navigate down"
 msgstr "Mou cap avall"
 
-#: src/libvlc.h:1037
+#: src/libvlc.h:1045
 msgid "Select the key to move the selector down in DVD menus."
 msgstr "Seleccioneu la tecla per moure avall el selector en els menús de DVD."
 
-#: src/libvlc.h:1038
+#: src/libvlc.h:1046
 msgid "Navigate left"
 msgstr "Mou cap a l'esquerra"
 
-#: src/libvlc.h:1039
+#: src/libvlc.h:1047
 msgid "Select the key to move the selector left in DVD menus."
 msgstr ""
 "Seleccioneu la tecla per moure a l'esquerra el selector en els menús de DVD."
 
-#: src/libvlc.h:1040
+#: src/libvlc.h:1048
 msgid "Navigate right"
 msgstr "Mou cap a la dreta"
 
-#: src/libvlc.h:1041
+#: src/libvlc.h:1049
 msgid "Select the key to move the selector right in DVD menus."
 msgstr ""
 "Seleccioneu la tecla per moure a la dreta el selector en els menús de DVD."
 
-#: src/libvlc.h:1042
+#: src/libvlc.h:1050
 msgid "Activate"
 msgstr "Activar"
 
-#: src/libvlc.h:1043
+#: src/libvlc.h:1051
 msgid "Select the key to activate selected item in DVD menus."
 msgstr ""
 "Seleccioneu la tecla per activar l'element seleccionat en els menús de DVD."
 
-#: src/libvlc.h:1044
+#: src/libvlc.h:1052
 #, fuzzy
 msgid "Go to the DVD menu"
 msgstr "Utilitza els menús del DVD"
 
-#: src/libvlc.h:1045
+#: src/libvlc.h:1053
 #, fuzzy
 msgid "Select the key to take you to the DVD menu"
 msgstr ""
 "Seleccioneu la tecla per activar l'element seleccionat en els menús de DVD."
 
-#: src/libvlc.h:1046
+#: src/libvlc.h:1054
 #, fuzzy
 msgid "Select previous DVD title"
 msgstr "Selecciona el títol anterior"
 
-#: src/libvlc.h:1047
+#: src/libvlc.h:1055
 #, fuzzy
 msgid "Select the key to choose the previous title from the DVD"
 msgstr ""
 "Seleccioneu la tecla ràpida a utilitzar per passar a l'anterior element de "
 "la llista de reproducció."
 
-#: src/libvlc.h:1048
+#: src/libvlc.h:1056
 #, fuzzy
 msgid "Select next DVD title"
 msgstr "Selecciona el capítol següent"
 
-#: src/libvlc.h:1049
+#: src/libvlc.h:1057
 #, fuzzy
 msgid "Select the key to choose the next title from the DVD"
 msgstr ""
 "Seleccioneu la tecla per moure a l'esquerra el selector en els menús de DVD."
 
-#: src/libvlc.h:1050
+#: src/libvlc.h:1058
 #, fuzzy
 msgid "Select prev DVD chapter"
 msgstr "Selecciona el capítol anterior"
 
-#: src/libvlc.h:1051
+#: src/libvlc.h:1059
 #, fuzzy
 msgid "Select the key to choose the previous chapter from the DVD"
 msgstr ""
 "Seleccioneu la tecla ràpida a utilitzar per passar a l'anterior element de "
 "la llista de reproducció."
 
-#: src/libvlc.h:1052
+#: src/libvlc.h:1060
 #, fuzzy
 msgid "Select next DVD chapter"
 msgstr "Selecciona el capítol següent"
 
-#: src/libvlc.h:1053
+#: src/libvlc.h:1061
 #, fuzzy
 msgid "Select the key to choose the next chapter from the DVD"
 msgstr ""
 "Seleccioneu la tecla per moure a l'esquerra el selector en els menús de DVD."
 
-#: src/libvlc.h:1054
+#: src/libvlc.h:1062
 msgid "Volume up"
 msgstr "Puja el volum "
 
-#: src/libvlc.h:1055
+#: src/libvlc.h:1063
 msgid "Select the key to increase audio volume."
 msgstr "Seleccioneu la tecla per augmentar el volum de l'àudio."
 
-#: src/libvlc.h:1056
+#: src/libvlc.h:1064
 msgid "Volume down"
 msgstr "Baixa el volum "
 
-#: src/libvlc.h:1057
+#: src/libvlc.h:1065
 msgid "Select the key to decrease audio volume."
 msgstr "Seleccioneu la tecla per disminuir el volum de l'àudio."
 
-#: src/libvlc.h:1058 modules/gui/macosx/controls.m:744
+#: src/libvlc.h:1066 modules/gui/macosx/controls.m:750
 #: modules/gui/macosx/intf.m:558 modules/gui/macosx/intf.m:619
 #: modules/gui/macosx/intf.m:628
 msgid "Mute"
 msgstr "Mut"
 
-#: src/libvlc.h:1059
+#: src/libvlc.h:1067
 #, fuzzy
 msgid "Select the key to mute audio."
 msgstr "Seleccioneu la tecla ràpida a utilitzar per fer una pausa."
 
-#: src/libvlc.h:1060
+#: src/libvlc.h:1068
 msgid "Subtitle delay up"
 msgstr "Avança els subtítols"
 
-#: src/libvlc.h:1061
+#: src/libvlc.h:1069
 msgid "Select the key to increase the subtitle delay."
 msgstr "Seleccioneu la tecla per augmentar el retard dels subtítols."
 
-#: src/libvlc.h:1062
+#: src/libvlc.h:1070
 msgid "Subtitle delay down"
 msgstr "Retarda els subtítols"
 
-#: src/libvlc.h:1063
+#: src/libvlc.h:1071
 msgid "Select the key to decrease the subtitle delay."
 msgstr "Seleccioneu la tecla per disminuir el retard dels subtítols."
 
-#: src/libvlc.h:1064
+#: src/libvlc.h:1072
 msgid "Audio delay up"
 msgstr "Avança l'àudio"
 
-#: src/libvlc.h:1065
+#: src/libvlc.h:1073
 msgid "Select the key to increase the audio delay."
 msgstr "Seleccioneu la tecla per augmentar el retard de l'àudio."
 
-#: src/libvlc.h:1066
+#: src/libvlc.h:1074
 msgid "Audio delay down"
 msgstr "Retarda l'àudio"
 
-#: src/libvlc.h:1067
+#: src/libvlc.h:1075
 msgid "Select the key to decrease the audio delay."
 msgstr "Seleccioneu la tecla per disminuir el retard de l'àudio."
 
-#: src/libvlc.h:1068
+#: src/libvlc.h:1076
 msgid "Play playlist bookmark 1"
 msgstr "Reprodueix preferit 1 de la llista de reproducció"
 
-#: src/libvlc.h:1069
+#: src/libvlc.h:1077
 msgid "Play playlist bookmark 2"
 msgstr "Reprodueix preferit 2 de la llista de reproducció"
 
-#: src/libvlc.h:1070
+#: src/libvlc.h:1078
 msgid "Play playlist bookmark 3"
 msgstr "Reprodueix preferit 3 de la llista de reproducció"
 
-#: src/libvlc.h:1071
+#: src/libvlc.h:1079
 msgid "Play playlist bookmark 4"
 msgstr "Reprodueix preferit 4 de la llista de reproducció"
 
-#: src/libvlc.h:1072
+#: src/libvlc.h:1080
 msgid "Play playlist bookmark 5"
 msgstr "Reprodueix preferit 5 de la llista de reproducció"
 
-#: src/libvlc.h:1073
+#: src/libvlc.h:1081
 msgid "Play playlist bookmark 6"
 msgstr "Reprodueix preferit 6 de la llista de reproducció"
 
-#: src/libvlc.h:1074
+#: src/libvlc.h:1082
 msgid "Play playlist bookmark 7"
 msgstr "Reprodueix preferit 7 de la llista de reproducció"
 
-#: src/libvlc.h:1075
+#: src/libvlc.h:1083
 msgid "Play playlist bookmark 8"
 msgstr "Reprodueix preferit 8 de la llista de reproducció"
 
-#: src/libvlc.h:1076
+#: src/libvlc.h:1084
 msgid "Play playlist bookmark 9"
 msgstr "Reprodueix preferit 9 de la llista de reproducció"
 
-#: src/libvlc.h:1077
+#: src/libvlc.h:1085
 msgid "Play playlist bookmark 10"
 msgstr "Reprodueix preferit 10 de la llista de reproducció"
 
-#: src/libvlc.h:1078
+#: src/libvlc.h:1086
 msgid "Select the key to play this bookmark."
 msgstr "Seleccioneu la tecla per reproduir aquest preferit."
 
-#: src/libvlc.h:1079
+#: src/libvlc.h:1087
 msgid "Set playlist bookmark 1"
 msgstr "Defineix el preferit 1 de la llista de reproducció"
 
-#: src/libvlc.h:1080
+#: src/libvlc.h:1088
 msgid "Set playlist bookmark 2"
 msgstr "Defineix el preferit 2 de la llista de reproducció"
 
-#: src/libvlc.h:1081
+#: src/libvlc.h:1089
 msgid "Set playlist bookmark 3"
 msgstr "Defineix el preferit 3 de la llista de reproducció"
 
-#: src/libvlc.h:1082
+#: src/libvlc.h:1090
 msgid "Set playlist bookmark 4"
 msgstr "Defineix el preferit 4 de la llista de reproducció"
 
-#: src/libvlc.h:1083
+#: src/libvlc.h:1091
 msgid "Set playlist bookmark 5"
 msgstr "Defineix el preferit 5 de la llista de reproducció"
 
-#: src/libvlc.h:1084
+#: src/libvlc.h:1092
 msgid "Set playlist bookmark 6"
 msgstr "Defineix el preferit 6 de la llista de reproducció"
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1093
 msgid "Set playlist bookmark 7"
 msgstr "Defineix el preferit 7 de la llista de reproducció "
 
-#: src/libvlc.h:1086
+#: src/libvlc.h:1094
 msgid "Set playlist bookmark 8"
 msgstr "Defineix el preferit 8 de la llista de reproducció "
 
-#: src/libvlc.h:1087
+#: src/libvlc.h:1095
 msgid "Set playlist bookmark 9"
 msgstr "Defineix el preferit 9 de la llista de reproducció "
 
-#: src/libvlc.h:1088
+#: src/libvlc.h:1096
 msgid "Set playlist bookmark 10"
 msgstr "Defineix el preferit 10 de la llista de reproducció"
 
-#: src/libvlc.h:1089
+#: src/libvlc.h:1097
 msgid "Select the key to set this playlist bookmark."
 msgstr ""
 "Seleccioneu la tecla per definir aquest preferit de la llista de reproducció."
 
-#: src/libvlc.h:1091 modules/control/hotkeys.c:84
+#: src/libvlc.h:1099 modules/control/hotkeys.c:84
 msgid "Playlist bookmark 1"
 msgstr "Preferit 1 de la llista de reproducció"
 
-#: src/libvlc.h:1092 modules/control/hotkeys.c:85
+#: src/libvlc.h:1100 modules/control/hotkeys.c:85
 msgid "Playlist bookmark 2"
 msgstr "Preferit 2 de la llista de reproducció"
 
-#: src/libvlc.h:1093 modules/control/hotkeys.c:86
+#: src/libvlc.h:1101 modules/control/hotkeys.c:86
 msgid "Playlist bookmark 3"
 msgstr "Preferit 3 de la llista de reproducció "
 
-#: src/libvlc.h:1094 modules/control/hotkeys.c:87
+#: src/libvlc.h:1102 modules/control/hotkeys.c:87
 msgid "Playlist bookmark 4"
 msgstr "Preferit 4 de la llista de reproducció"
 
-#: src/libvlc.h:1095 modules/control/hotkeys.c:88
+#: src/libvlc.h:1103 modules/control/hotkeys.c:88
 msgid "Playlist bookmark 5"
 msgstr "Preferit 5 de la llista de reproducció"
 
-#: src/libvlc.h:1096 modules/control/hotkeys.c:89
+#: src/libvlc.h:1104 modules/control/hotkeys.c:89
 msgid "Playlist bookmark 6"
 msgstr "Preferit 6 de la llista de reproducció"
 
-#: src/libvlc.h:1097 modules/control/hotkeys.c:90
+#: src/libvlc.h:1105 modules/control/hotkeys.c:90
 msgid "Playlist bookmark 7"
 msgstr "Preferit 7 de la llista de reproducció"
 
-#: src/libvlc.h:1098 modules/control/hotkeys.c:91
+#: src/libvlc.h:1106 modules/control/hotkeys.c:91
 msgid "Playlist bookmark 8"
 msgstr "Preferit 8 de la llista de reproducció"
 
-#: src/libvlc.h:1099 modules/control/hotkeys.c:92
+#: src/libvlc.h:1107 modules/control/hotkeys.c:92
 msgid "Playlist bookmark 9"
 msgstr "Preferit 9 de la llista de reproducció"
 
-#: src/libvlc.h:1100 modules/control/hotkeys.c:93
+#: src/libvlc.h:1108 modules/control/hotkeys.c:93
 msgid "Playlist bookmark 10"
 msgstr "Preferit 10 de la llista de reproducció"
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1110
 #, fuzzy
 msgid "This allows you to define playlist bookmarks."
 msgstr ""
 "Aquesta opció us permet definir els preferits de la llista de reproducció."
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1112
 msgid "Go back in browsing history"
 msgstr "Vés endarrere a l'historial de navegació"
 
-#: src/libvlc.h:1105
+#: src/libvlc.h:1113
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
@@ -3740,11 +3761,11 @@ msgstr ""
 "Seleccioneu la tecla per anar endarrere (a l'element multimèdia previ) a "
 "l'historial de navegació."
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1114
 msgid "Go forward in browsing history"
 msgstr "Vés endavant a l'historial de navegació"
 
-#: src/libvlc.h:1107
+#: src/libvlc.h:1115
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
@@ -3752,133 +3773,133 @@ msgstr ""
 "Seleccioneu la tecla per anar endavant (a l'element multimèdia següent) a "
 "l'historial de navegació."
 
-#: src/libvlc.h:1109
+#: src/libvlc.h:1117
 msgid "Cycle audio track"
 msgstr "Gira la pista d'àudio"
 
-#: src/libvlc.h:1110
+#: src/libvlc.h:1118
 #, fuzzy
 msgid "Cycle through the available audio tracks(languages)."
 msgstr "Gira mitjançant les pistes d'àudio disponibles (llenguatges) "
 
-#: src/libvlc.h:1111
+#: src/libvlc.h:1119
 msgid "Cycle subtitle track"
 msgstr "Gira la pista de subtítols "
 
-#: src/libvlc.h:1112
+#: src/libvlc.h:1120
 #, fuzzy
 msgid "Cycle through the available subtitle tracks."
 msgstr "Gira mitjançant les pistes de subtítols disponibles"
 
-#: src/libvlc.h:1113
+#: src/libvlc.h:1121
 #, fuzzy
 msgid "Cycle source aspect ratio"
 msgstr "Relació d'aspecte de la font"
 
-#: src/libvlc.h:1114
+#: src/libvlc.h:1122
 #, fuzzy
 msgid "Cycle through a predefined list of source aspect ratios."
 msgstr "Relació d'aspecte de la font"
 
-#: src/libvlc.h:1115
+#: src/libvlc.h:1123
 #, fuzzy
 msgid "Cycle video crop"
 msgstr "Sortida de vídeo en escala de grisos"
 
-#: src/libvlc.h:1116
+#: src/libvlc.h:1124
 #, fuzzy
 msgid "Cycle through a predefined list of crop formats."
 msgstr "Gira mitjançant les pistes de subtítols disponibles"
 
-#: src/libvlc.h:1117
+#: src/libvlc.h:1125
 #, fuzzy
 msgid "Cycle deinterlace modes"
 msgstr "Mode desentrellaçat"
 
-#: src/libvlc.h:1118
+#: src/libvlc.h:1126
 #, fuzzy
 msgid "Cycle through deinterlace modes."
 msgstr "Gira mitjançant les pistes de subtítols disponibles"
 
-#: src/libvlc.h:1119
+#: src/libvlc.h:1127
 msgid "Show interface"
 msgstr "Mostra la interfície"
 
-#: src/libvlc.h:1120
+#: src/libvlc.h:1128
 #, fuzzy
 msgid "Raise the interface above all other windows."
 msgstr "Superposa la interfície sobre totes les altres finestres"
 
-#: src/libvlc.h:1121
+#: src/libvlc.h:1129
 #, fuzzy
 msgid "Hide interface"
 msgstr "_Oculta la interfície "
 
-#: src/libvlc.h:1122
+#: src/libvlc.h:1130
 #, fuzzy
 msgid "Lower the interface below all other windows."
 msgstr "Superposa la interfície sobre totes les altres finestres"
 
-#: src/libvlc.h:1123
+#: src/libvlc.h:1131
 msgid "Take video snapshot"
 msgstr "Pren una instantània del vídeo"
 
-#: src/libvlc.h:1124
+#: src/libvlc.h:1132
 msgid "Takes a video snapshot and writes it to disk."
 msgstr "Pren una instantània de vídeo i l'escriu al disc"
 
-#: src/libvlc.h:1126 modules/access_filter/record.c:51
+#: src/libvlc.h:1134 modules/access_filter/record.c:51
 #: modules/access_filter/record.c:52
 msgid "Record"
 msgstr ""
 
-#: src/libvlc.h:1127
+#: src/libvlc.h:1135
 msgid "Record access filter start/stop."
 msgstr ""
 
-#: src/libvlc.h:1129 src/libvlc.h:1130 src/video_output/vout_intf.c:211
+#: src/libvlc.h:1137 src/libvlc.h:1138 src/video_output/vout_intf.c:211
 msgid "Zoom"
 msgstr "Zoom"
 
-#: src/libvlc.h:1132 src/libvlc.h:1133
+#: src/libvlc.h:1140 src/libvlc.h:1141
 #, fuzzy
 msgid "Un-Zoom"
 msgstr "Zoom"
 
-#: src/libvlc.h:1135 src/libvlc.h:1136
+#: src/libvlc.h:1143 src/libvlc.h:1144
 msgid "Crop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1137 src/libvlc.h:1138
+#: src/libvlc.h:1145 src/libvlc.h:1146
 msgid "Uncrop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1140 src/libvlc.h:1141
+#: src/libvlc.h:1148 src/libvlc.h:1149
 msgid "Crop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1142 src/libvlc.h:1143
+#: src/libvlc.h:1150 src/libvlc.h:1151
 msgid "Uncrop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1145 src/libvlc.h:1146
+#: src/libvlc.h:1153 src/libvlc.h:1154
 msgid "Crop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1147 src/libvlc.h:1148
+#: src/libvlc.h:1155 src/libvlc.h:1156
 msgid "Uncrop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1150 src/libvlc.h:1151
+#: src/libvlc.h:1158 src/libvlc.h:1159
 #, fuzzy
 msgid "Crop one pixel from the right of the video"
 msgstr "Coeficient que modifica l’alçada de les bandes."
 
-#: src/libvlc.h:1152 src/libvlc.h:1153
+#: src/libvlc.h:1160 src/libvlc.h:1161
 msgid "Uncrop one pixel from the right of the video"
 msgstr ""
 
-#: src/libvlc.h:1157
+#: src/libvlc.h:1165
 #, fuzzy, c-format
 msgid ""
 "Usage: %s [options] [stream] ...\n"
@@ -3933,62 +3954,62 @@ msgstr ""
 "de reproducció\n"
 "  vlc:surt                       surt de VLC\n"
 
-#: src/libvlc.h:1267 src/video_output/vout_intf.c:420
-#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:753
+#: src/libvlc.h:1277 src/video_output/vout_intf.c:420
+#: modules/gui/macosx/controls.m:328 modules/gui/macosx/controls.m:759
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:630
 #: modules/video_output/snapshot.c:76
 msgid "Snapshot"
 msgstr "Instantània"
 
-#: src/libvlc.h:1280
+#: src/libvlc.h:1290
 #, fuzzy
 msgid "Window properties"
 msgstr "Propietats del sintonitzador"
 
-#: src/libvlc.h:1325
+#: src/libvlc.h:1335
 #, fuzzy
 msgid "Subpictures"
 msgstr "Filtre de subimatges"
 
-#: src/libvlc.h:1332 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
+#: src/libvlc.h:1342 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
 #: modules/gui/beos/InterfaceWindow.cpp:279
 msgid "Subtitles"
 msgstr "Subtítols"
 
-#: src/libvlc.h:1349 modules/stream_out/transcode.c:151
+#: src/libvlc.h:1359 modules/stream_out/transcode.c:151
 msgid "Overlays"
 msgstr "Superposats"
 
-#: src/libvlc.h:1359
+#: src/libvlc.h:1369
 #, fuzzy
 msgid "Track settings"
 msgstr "Paràmetres de les pistes"
 
-#: src/libvlc.h:1381
+#: src/libvlc.h:1391
 msgid "Playback control"
 msgstr "Control de playback"
 
-#: src/libvlc.h:1396
+#: src/libvlc.h:1406
 msgid "Default devices"
 msgstr "Dispositius predeterminats"
 
-#: src/libvlc.h:1405
+#: src/libvlc.h:1415
 msgid "Network settings"
 msgstr "Paràmetres de la xarxa"
 
-#: src/libvlc.h:1417
+#: src/libvlc.h:1427
 msgid "Socks proxy"
 msgstr "Socks proxy"
 
-#: src/libvlc.h:1426
+#: src/libvlc.h:1436
 msgid "Metadata"
 msgstr "Metadata"
 
-#: src/libvlc.h:1456
+#: src/libvlc.h:1466
 msgid "Decoders"
 msgstr "Descodificadors"
 
-#: src/libvlc.h:1463 modules/access/v4l2.c:56
+#: src/libvlc.h:1473 modules/access/v4l2.c:56
 #: modules/gui/macosx/playlistinfo.m:80
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:265
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:378
@@ -3997,88 +4018,88 @@ msgstr "Descodificadors"
 msgid "Input"
 msgstr "Llista d'entrada"
 
-#: src/libvlc.h:1499 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
+#: src/libvlc.h:1509 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
 msgid "VLM"
 msgstr ""
 
-#: src/libvlc.h:1530
+#: src/libvlc.h:1540
 #, fuzzy
 msgid "CPU"
 msgstr "TCP"
 
-#: src/libvlc.h:1552
+#: src/libvlc.h:1562
 #, fuzzy
 msgid "Special modules"
 msgstr "Mode escalat"
 
-#: src/libvlc.h:1559
+#: src/libvlc.h:1569
 msgid "Plugins"
 msgstr "Connectors"
 
-#: src/libvlc.h:1567
+#: src/libvlc.h:1577
 #, fuzzy
 msgid "Performance options"
 msgstr "Opcions de transcodificació"
 
-#: src/libvlc.h:1700
+#: src/libvlc.h:1714
 msgid "Hot keys"
 msgstr "Tecles ràpides"
 
-#: src/libvlc.h:2011
+#: src/libvlc.h:2025
 #, fuzzy
 msgid "Jump sizes"
 msgstr "Mida de la lletra"
 
-#: src/libvlc.h:2090
+#: src/libvlc.h:2104
 msgid "main program"
 msgstr "Programa principal"
 
-#: src/libvlc.h:2097
+#: src/libvlc.h:2111
 #, fuzzy
 msgid "print help for VLC (can be combined with --advanced)"
 msgstr "Imprimeix l'ajuda (es pot combinar amb --advanced)"
 
-#: src/libvlc.h:2099
+#: src/libvlc.h:2113
 #, fuzzy
 msgid ""
 "print help for VLC and all its modules (can be combined with --advanced)"
 msgstr "Imprimeix l'ajuda dels mòduls (es pot combinar amb --advanced)"
 
-#: src/libvlc.h:2101
+#: src/libvlc.h:2115
 #, fuzzy
 msgid "print help for the advanced options"
 msgstr "Mostra les opcions avançades"
 
-#: src/libvlc.h:2103
+#: src/libvlc.h:2117
 msgid "ask for extra verbosity when displaying help"
 msgstr "Pregunta per loquacitat extra quan mostra l'ajuda"
 
-#: src/libvlc.h:2105
+#: src/libvlc.h:2119
 msgid "print a list of available modules"
 msgstr "Imprimeix una llista dels mòduls disponibles"
 
-#: src/libvlc.h:2107
+#: src/libvlc.h:2121
 #, fuzzy
 msgid "print help on a specific module (can be combined with --advanced)"
 msgstr "Imprimeix l'ajuda dels mòduls (es pot combinar amb --advanced)"
 
-#: src/libvlc.h:2109
+#: src/libvlc.h:2123
 msgid "save the current command line options in the config"
 msgstr "Desa les opcions de la línia d'ordres actual a la configuració "
 
-#: src/libvlc.h:2111
+#: src/libvlc.h:2125
 msgid "reset the current config to the default values"
 msgstr "Reinicia la configuració actual als valors per defecte"
 
-#: src/libvlc.h:2113
+#: src/libvlc.h:2127
 msgid "use alternate config file"
 msgstr "Utilitza la configuració alternativa"
 
-#: src/libvlc.h:2115
+#: src/libvlc.h:2129
 msgid "resets the current plugins cache"
 msgstr "Reinicia la memòria cau dels connectors actuals"
 
-#: src/libvlc.h:2117
+#: src/libvlc.h:2131
 msgid "print version information"
 msgstr "Imprimeix la informació de la versió"
 
@@ -4687,7 +4708,8 @@ msgstr "Desconegut"
 msgid "Media: %s"
 msgstr ""
 
-#: src/playlist/engine.c:92 src/playlist/engine.c:94
+#: src/playlist/engine.c:104 src/playlist/engine.c:106
+#: src/playlist/loadsave.c:149
 msgid "Media Library"
 msgstr ""
 
@@ -4747,17 +4769,8 @@ msgstr "Retalla"
 msgid "Aspect-ratio"
 msgstr "Ràtio de l'aspecte"
 
-#: modules/access/cdda/access.c:293
-msgid "CD reading failed"
-msgstr ""
-
-#: modules/access/cdda/access.c:294
-#, c-format
-msgid "VLC could not get a new block of size: %i."
-msgstr ""
-
 #: modules/access/cdda.c:58 modules/access/dshow/dshow.cpp:91
-#: modules/access/dvb/access.c:73 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:73
 #: modules/access/dvdnav.c:64 modules/access/dvdread.c:62
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:43
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4821,7 +4834,16 @@ msgstr "Pista d’àudio"
 msgid "Audio CD - Track %i"
 msgstr "Pista d’àudio"
 
-#: modules/access/cdda/cdda.c:42 modules/access/directory.c:77
+#: modules/access/cdda/access.c:293
+msgid "CD reading failed"
+msgstr ""
+
+#: modules/access/cdda/access.c:294
+#, c-format
+msgid "VLC could not get a new block of size: %i."
+msgstr ""
+
+#: modules/access/cdda/cdda.c:42 modules/access/directory.c:78
 #: modules/codec/x264.c:280 modules/codec/x264.c:287 modules/codec/x264.c:292
 msgid "none"
 msgstr "cap"
@@ -5132,11 +5154,11 @@ msgstr "MRL"
 msgid "Track Number"
 msgstr "Número de la pista"
 
-#: modules/access/directory.c:69
+#: modules/access/directory.c:70
 msgid "Subdirectory behavior"
 msgstr "Comportament del subdirectori"
 
-#: modules/access/directory.c:71
+#: modules/access/directory.c:72
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -5149,19 +5171,19 @@ msgstr ""
 "reproducció.\n"
 "expandir: tots els subdirectoris s'expandeixen.\n"
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:78
 msgid "collapse"
 msgstr "Reduir"
 
-#: modules/access/directory.c:78
+#: modules/access/directory.c:79
 msgid "expand"
 msgstr "Expandeix"
 
-#: modules/access/directory.c:80
+#: modules/access/directory.c:81
 msgid "Ignored extensions"
 msgstr ""
 
-#: modules/access/directory.c:82
+#: modules/access/directory.c:83
 msgid ""
 "Files with these extensions will not be added to playlist when opening a "
 "directory.\n"
@@ -5169,11 +5191,11 @@ msgid ""
 "instance. Use a comma-separated list of extensions."
 msgstr ""
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:90
 msgid "Directory"
 msgstr "Directori"
 
-#: modules/access/directory.c:91
+#: modules/access/directory.c:92
 msgid "Standard filesystem directory input"
 msgstr "Entrada estàndard del directori del sistema d'arxius."
 
@@ -5424,6 +5446,21 @@ msgstr ""
 msgid "The capture device \"%s\" does not support the required parameters."
 msgstr ""
 
+#: modules/access/dv.c:70
+#, fuzzy
+msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
+msgstr ""
+"Us permet modificar el valor de captura predeterminat per fluxos UDP. "
+"S'hauria d'especificar en unitats de mil·lisegon."
+
+#: modules/access/dv.c:74
+msgid "Digital Video (Firewire/ieee1394)  input"
+msgstr ""
+
+#: modules/access/dv.c:75
+msgid "dv"
+msgstr ""
+
 #: modules/access/dvb/access.c:75
 #, fuzzy
 msgid ""
@@ -5696,21 +5733,6 @@ msgstr "Normalització del volum"
 msgid "The provided polarization \"%c\" is not valid."
 msgstr ""
 
-#: modules/access/dv.c:70
-#, fuzzy
-msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
-msgstr ""
-"Us permet modificar el valor de captura predeterminat per fluxos UDP. "
-"S'hauria d'especificar en unitats de mil·lisegon."
-
-#: modules/access/dv.c:74
-msgid "Digital Video (Firewire/ieee1394)  input"
-msgstr ""
-
-#: modules/access/dv.c:75
-msgid "dv"
-msgstr ""
-
 #: modules/access/dvdnav.c:60 modules/access/dvdread.c:58
 msgid "DVD angle"
 msgstr "Angle del DVD"
@@ -5943,72 +5965,23 @@ msgstr ""
 msgid "VLC could not open file \"%s\" (%s)."
 msgstr ""
 
-#: modules/access_filter/record.c:43
-#, fuzzy
-msgid "Record directory"
-msgstr "Directori font"
-
-#: modules/access_filter/record.c:45
+#: modules/access/ftp.c:45
 #, fuzzy
-msgid "Directory where the record will be stored."
+msgid ""
+"Caching value for FTP streams. This value should be set in milliseconds."
 msgstr ""
-"Us permet especificar el directori on les instantànies del vídeo seran "
-"emmagatzemades."
+"Us permet modificar el valor de captura predeterminat per fluxos FTP. "
+"S'hauria d'especificar en unitats de mil·lisegon."
 
-#: modules/access_filter/timeshift.c:44
-#, fuzzy
-msgid "Timeshift granularity"
-msgstr "Hora"
+#: modules/access/ftp.c:47
+msgid "FTP user name"
+msgstr "Nom d'usuari de l'FTP"
 
-#: modules/access_filter/timeshift.c:46
+#: modules/access/ftp.c:48 modules/access/smb.c:64
 #, fuzzy
-msgid ""
-"This is the size of the temporary files tha will be used to store the "
-"timeshifted streams."
+msgid "User name that will be used for the connection."
 msgstr ""
-"Els filtres de vídeo s'utilitzen pel post-processament del flux de vídeo"
-
-#: modules/access_filter/timeshift.c:48
-#, fuzzy
-msgid "Timeshift directory"
-msgstr "Directori de la instantània del vídeo"
-
-#: modules/access_filter/timeshift.c:49
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:51
-msgid "Force use of the timeshift module"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52
-msgid ""
-"Force use of the timeshift module even if the access declares that it can "
-"control pace or pause."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
-#, fuzzy
-msgid "Timeshift"
-msgstr "Hora"
-
-#: modules/access/ftp.c:45
-#, fuzzy
-msgid ""
-"Caching value for FTP streams. This value should be set in milliseconds."
-msgstr ""
-"Us permet modificar el valor de captura predeterminat per fluxos FTP. "
-"S'hauria d'especificar en unitats de mil·lisegon."
-
-#: modules/access/ftp.c:47
-msgid "FTP user name"
-msgstr "Nom d'usuari de l'FTP"
-
-#: modules/access/ftp.c:48 modules/access/smb.c:64
-#, fuzzy
-msgid "User name that will be used for the connection."
-msgstr ""
-"Us permet modificar el nom d'usuari que serà utilitzat per la connexió."
+"Us permet modificar el nom d'usuari que serà utilitzat per la connexió."
 
 #: modules/access/ftp.c:50
 msgid "FTP password"
@@ -6178,600 +6151,507 @@ msgstr "Selecciona sempre el flux amb la màxima taxa de bits"
 msgid "Microsoft Media Server (MMS) input"
 msgstr "Entrada Microsoft Media Server (MMS)"
 
-#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
-msgid "Dummy stream output"
-msgstr "Sortida de flux Dummy"
+#: modules/access/pvr.c:49
+#, fuzzy
+msgid ""
+"Default caching value for PVR streams. This value should be set in "
+"milliseconds."
+msgstr ""
+"Us permet modificar el valor de captura predeterminat per fluxos UDP. "
+"S'hauria d'especificar en unitats de mil·lisegon."
 
-#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
-msgid "Dummy"
-msgstr "Dummy"
+#: modules/access/pvr.c:52
+msgid "Device"
+msgstr "Dispositiu:"
 
-#: modules/access_output/file.c:61
-msgid "Append to file"
-msgstr "Afegeix a un fitxer"
+#: modules/access/pvr.c:53
+msgid "PVR video device"
+msgstr "Dispositiu de vídeo PVR"
 
-#: modules/access_output/file.c:62
-msgid "Append to file if it exists instead of replacing it."
-msgstr "Afegeix a un arxiu si existeix, enlloc de reemplaçar-ho. "
+#: modules/access/pvr.c:55
+#, fuzzy
+msgid "Radio device"
+msgstr "Dispositiu d'àudio"
 
-#: modules/access_output/file.c:66
-msgid "File stream output"
-msgstr "Sortida de flux del fitxer"
+#: modules/access/pvr.c:56
+#, fuzzy
+msgid "PVR radio device"
+msgstr "Dispositiu de vídeo PVR"
 
-#: modules/access_output/http.c:58
-msgid "Username"
-msgstr "Nom d'usuari"
+#: modules/access/pvr.c:58 modules/access/v4l.c:96
+msgid "Norm"
+msgstr "Norma"
 
-#: modules/access_output/http.c:59
+#: modules/access/pvr.c:59 modules/access/v4l.c:98
 #, fuzzy
-msgid "User name that will be requested to access the stream."
-msgstr "Us permet donar un nom d'usuari que serà preguntat al accedir al flux."
+msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
+msgstr "Defineix la norma del flux (Automàtic, SECAM, PAL, or NTSC)"
 
-#: modules/access_output/http.c:61 modules/control/telnet.c:81
-msgid "Password"
-msgstr "Contrasenya"
+#: modules/access/pvr.c:62 modules/access/v4l.c:102
+#: modules/video_filter/mosaic.c:96
+msgid "Width"
+msgstr "Amplada"
 
-#: modules/access_output/http.c:62
+#: modules/access/pvr.c:63
 #, fuzzy
-msgid "Password that will be requested to access the stream."
-msgstr "Us permet donar una contrasenya que serà preguntat al accedir al flux."
-
-#: modules/access_output/http.c:66
-msgid "Mime"
-msgstr "MIME"
+msgid "Width of the stream to capture (-1 for autodetection)."
+msgstr "Amplada del flux de captura (-1 per autodetectar)"
 
-#: modules/access_output/http.c:67
-msgid "MIME returned by the server (autodetected if not specified."
-msgstr ""
+#: modules/access/pvr.c:66 modules/access/v4l.c:105
+#: modules/video_filter/mosaic.c:94
+msgid "Height"
+msgstr "Alçada"
 
-#: modules/access_output/http.c:71
+#: modules/access/pvr.c:67
 #, fuzzy
-msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
-msgstr ""
-"Camí al arxiu certificat x509 PEM que s'utilitzarà per la sortida de flux "
-"HTTP/SSL"
+msgid "Height of the stream to capture (-1 for autodetection)."
+msgstr "Alçada del flux de captura (-1 per autodetectar)"
 
-#: modules/access_output/http.c:74
+#: modules/access/pvr.c:70 modules/access/v4l.c:89
+msgid "Frequency"
+msgstr "Freqüència"
+
+#: modules/access/pvr.c:71 modules/access/v4l.c:91
 #, fuzzy
-msgid ""
-"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
-"empty if you don't have one."
-msgstr ""
-"Camí al arxiu clau privat x509 PEM que s'utilitzarà per la sortida de flux "
-"HTTP/SSL. Deixeu-ho buit  si no teniu cap."
+msgid "Frequency to capture (in kHz), if applicable."
+msgstr "Freqüència a capturar (en kHz), si és aplicable"
 
-#: modules/access_output/http.c:78
+#: modules/access/pvr.c:74 modules/access/v4l.c:137
 #, fuzzy
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used for HTTPS. Leave empty if you don't have one."
-msgstr ""
-"Camí al fitxer del certificat  x509 PEM trusted root CA (autoritat de "
-"certificat) que serà utilitzat per la sortida de flux HTTP/SSL. Deixeu-ho "
-"buit si no en teniu un."
+msgid "Framerate to capture, if applicable (-1 for autodetect)."
+msgstr "Velocitat de fotogrames a capturar, si és aplicable (-1 per automàtic)"
 
-#: modules/access_output/http.c:83
+#: modules/access/pvr.c:77
+msgid "Key interval"
+msgstr "Interval de la tecla"
+
+#: modules/access/pvr.c:78
 #, fuzzy
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be used for "
-"SSL. Leave empty if you don't have one."
-msgstr ""
-"Camí al fitxer de la Llista de Revocació de Certificats  x509 PEM que serà "
-"utilitzat per la sortida de flux HTTP/SSL. Deixeu-ho buit si no en teniu un."
+msgid "Interval between keyframes (-1 for autodetect)."
+msgstr "Interval entre fotogrames clau (-1 per automàtic)"
 
-#: modules/access_output/http.c:86
-msgid "Advertise with Bonjour"
-msgstr ""
+#: modules/access/pvr.c:80
+msgid "B Frames"
+msgstr "Imatges B"
 
-#: modules/access_output/http.c:87
-msgid "Advertise the stream with the Bonjour protocol."
+#: modules/access/pvr.c:81
+msgid ""
+"If this option is set, B-Frames will be used. Use this option to set the "
+"number of B-Frames."
 msgstr ""
+"Si s'especifica aquesta opció, s'utilitzaran els Fotogrames-B. Utilitza-la "
+"per especificar el nombre de Fotogrames-B."
 
-#: modules/access_output/http.c:91
-msgid "HTTP stream output"
-msgstr "Sortida de flux de HTTP"
+#: modules/access/pvr.c:85
+#, fuzzy
+msgid "Bitrate to use (-1 for default)."
+msgstr "Velocitat de bit a utilitzar (Per defecte -1)"
 
-#: modules/access_output/http.c:93 modules/control/http/http.c:61
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
-msgid "HTTP"
-msgstr "HTTP"
+#: modules/access/pvr.c:87
+msgid "Bitrate peak"
+msgstr "Pic de la velocitat de bit"
 
-#: modules/access_output/shout.c:58
+#: modules/access/pvr.c:88
 #, fuzzy
-msgid "Stream name"
-msgstr "Corrent de dades"
+msgid "Peak bitrate in VBR mode."
+msgstr "Pic de la taxa de bits en el mode VBR"
 
-#: modules/access_output/shout.c:59
-msgid "Name to give to this stream/channel on the shoutcast/icecast server."
-msgstr ""
+#: modules/access/pvr.c:91
+#, fuzzy
+msgid "Bitrate mode)"
+msgstr "Mode de la velocitat de bit a utilitzar"
 
-#: modules/access_output/shout.c:62
+#: modules/access/pvr.c:92
 #, fuzzy
-msgid "Stream description"
-msgstr "Descripció de la sessió"
+msgid "Bitrate mode to use (VBR or CBR)."
+msgstr "Mode de la velocitat de bit a utilitzar"
 
-#: modules/access_output/shout.c:63
-msgid "Description of the stream content or information about your channel."
-msgstr ""
+#: modules/access/pvr.c:94
+msgid "Audio bitmask"
+msgstr "Màscara de bits de l’àudio"
 
-#: modules/access_output/shout.c:66
+#: modules/access/pvr.c:95
 #, fuzzy
-msgid "Stream MP3"
-msgstr "Corrent de dades"
-
-#: modules/access_output/shout.c:67
-msgid ""
-"You normally have to feed the shoutcast module with Ogg streams. It is also "
-"possible to stream MP3 instead, so you can forward MP3 streams to the "
-"shoutcast/icecast server."
+msgid "Bitmask that will get used by the audio part of the card."
 msgstr ""
+"Aquesta opció permet indicar la màscara de bits que utilitzarà la part "
+"d'àudio de la targeta."
 
-#: modules/access_output/shout.c:76
-#, fuzzy
-msgid "Genre description"
-msgstr "Descripció de la sessió"
+#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
+#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
+msgid "Volume"
+msgstr "Volum"
 
-#: modules/access_output/shout.c:77
-msgid "Genre of the content. "
+#: modules/access/pvr.c:99
+msgid "Audio volume (0-65535)."
 msgstr ""
 
-#: modules/access_output/shout.c:79
-#, fuzzy
-msgid "URL description"
-msgstr "Descripció"
+#: modules/access/pvr.c:101 modules/access/v4l.c:92
+msgid "Channel"
+msgstr "Canal"
 
-#: modules/access_output/shout.c:80
-msgid "URL with information about the stream or your channel. "
+#: modules/access/pvr.c:102
+msgid ""
+"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)"
 msgstr ""
+"Canal de la targeta a utilitzar (Normalment, 0=sintonitzador, 1=compost, "
+"2=svídeo)"
 
-#: modules/access_output/shout.c:87
-#, fuzzy
-msgid "Bitrate information of the transcoded stream. "
-msgstr "Velocitat de mostra de les captures del flux d'àudio, en Hz"
-
-#: modules/access_output/shout.c:89 modules/access/v4l.c:122
-msgid "Samplerate"
-msgstr "Velocitat de mostra"
-
-#: modules/access_output/shout.c:90
-#, fuzzy
-msgid "Samplerate information of the transcoded stream. "
-msgstr "Velocitat de mostra de les captures del flux d'àudio, en Hz"
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "Automatic"
+msgstr "Automàtic"
 
-#: modules/access_output/shout.c:92
-#, fuzzy
-msgid "Number of channels"
-msgstr "Nombre de clons"
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "SECAM"
+msgstr "SECAM"
 
-#: modules/access_output/shout.c:93
-#, fuzzy
-msgid "Number of channels information of the transcoded stream. "
-msgstr "Velocitat de mostra de les captures del flux d'àudio, en Hz"
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "PAL"
+msgstr "PAL"
 
-#: modules/access_output/shout.c:95
-msgid "Ogg Vorbis Quality"
-msgstr ""
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "NTSC"
+msgstr "NTSC"
 
-#: modules/access_output/shout.c:96
-#, fuzzy
-msgid "Ogg Vorbis Quality information of the transcoded stream. "
-msgstr "Velocitat de mostra de les captures del flux d'àudio, en Hz"
+#: modules/access/pvr.c:111
+msgid "vbr"
+msgstr "vbr"
 
-#: modules/access_output/shout.c:98
-#, fuzzy
-msgid "Stream public"
-msgstr "Flux de sortida"
+#: modules/access/pvr.c:111
+msgid "cbr"
+msgstr "cbr"
 
-#: modules/access_output/shout.c:99
-msgid ""
-"Make the server publicly available on the 'Yellow Pages' (directory listing "
-"of streams) on the icecast/shoutcast website. Requires the bitrate "
-"information specified for shoutcast. Requires Ogg streaming for icecast."
-msgstr ""
+#: modules/access/pvr.c:116
+msgid "PVR"
+msgstr "PVR"
 
-#: modules/access_output/shout.c:105
+#: modules/access/pvr.c:117
 #, fuzzy
-msgid "IceCAST output"
-msgstr "Sortida d'accés"
+msgid "IVTV MPEG Encoding cards input"
+msgstr "Entrada de les targetes Codificadores MPEG (amb controladors ivtv)"
 
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:41
+#: modules/access/rtsp/access.c:41 modules/access_output/udp.c:75
 #: modules/demux/live555.cpp:63
 msgid "Caching value (ms)"
 msgstr "Valor de captura (ms)"
 
-#: modules/access_output/udp.c:77
+#: modules/access/rtsp/access.c:43
 #, fuzzy
 msgid ""
-"Default caching value for outbound UDP streams. This value should be set in "
-"milliseconds."
+"Caching value for RTSP streams. This value should be set in milliseconds."
 msgstr ""
-"Us permet modificar el valor de captura predeterminat per fluxos UDP. "
-"S'hauria d'especificar en unitats de mil·lisegon."
+"Us permet modificar el valor de la memòria caché predeterminat per a fluxes "
+"RTSP. Aquest valor ha d'estar en unitats de mil·lisegon."
 
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
-#: modules/gui/macosx/wizard.m:1848
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
-msgid "Time-To-Live (TTL)"
-msgstr "Temps de vida (TTL)"
+#: modules/access/rtsp/access.c:47 modules/access/rtsp/access.c:48
+#, fuzzy
+msgid "Real RTSP"
+msgstr "RTSP"
 
-#: modules/access_output/udp.c:81
+#: modules/access/rtsp/access.c:93
 #, fuzzy
-msgid "Time-To-Live of the outgoing stream."
-msgstr "Us permet definir el temps de vida del flux de sortida."
+msgid "Connection failed"
+msgstr "Fitxer de configuració de VLM"
 
-#: modules/access_output/udp.c:84
-msgid "Group packets"
-msgstr "Agrupa paquets"
+#: modules/access/rtsp/access.c:94
+#, c-format
+msgid "VLC could not connect to \"%s:%d\"."
+msgstr ""
 
-#: modules/access_output/udp.c:85
+#: modules/access/rtsp/access.c:221
+#, fuzzy
+msgid "Session failed"
+msgstr "Adreça electrònica de la sessió"
+
+#: modules/access/rtsp/access.c:222
+msgid "The requested RTSP session could not be established."
+msgstr ""
+
+#: modules/access/screen/screen.c:39
 #, fuzzy
 msgid ""
-"Packets can be sent one by one at the right time or by groups. You can "
-"choose the number of packets that will be sent at a time. It helps reducing "
-"the scheduling load on heavily-loaded systems."
+"Caching value for screen capture. This value should be set in milliseconds."
 msgstr ""
-"Els paquets poden enviar-se un per un en el moment exacte o per grups. Us "
-"permet donar el nombre de paquets que seran enviats en un moment. Ajuda a "
-"reduir la càrrega de planificació sobre sistemes molt carregats."
+"Us permet modificar el valor de captura predeterminat per fluxos de captura "
+"de pantalla. S'hauria d'especificar en unitats de mil·lisegon."
 
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr "Escriure en el format Raw"
+#: modules/access/screen/screen.c:43
+#, fuzzy
+msgid "Desired frame rate for the capture."
+msgstr ""
+"Us permet especificar la velocitat de fotogrames desitjada per la captura."
 
-#: modules/access_output/udp.c:91
+#: modules/access/screen/screen.c:46
+msgid "Capture fragment size"
+msgstr "Captura la mida del fragment"
+
+#: modules/access/screen/screen.c:48
 #, fuzzy
 msgid ""
-"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)."
+"Optimize the capture by fragmenting the screen in chunks of predefined "
+"height (16 might be a good value, and 0 means disabled)."
 msgstr ""
-"Si habiliteu aquesta opció, els paquets s'enviaran directament, sense "
-"intentar emplenar la MTU (ex. sense intentar fer els paquets el més gran "
-"possible per millorar la transmissió)"
+"Us permet optimitzar la captura dividint la pantalla en fragments d'alçada "
+"predeterminada (16 pot ser un bon valor, i 0 significa inhabilitat)"
 
-#: modules/access_output/udp.c:97
-msgid "UDP stream output"
-msgstr "Flux de sortida UDP"
+#: modules/access/screen/screen.c:62
+msgid "Screen Input"
+msgstr "Entrada de la pantalla"
 
-#: modules/access_output/udp.c:98
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
-msgid "UDP"
-msgstr "UDP"
+#: modules/access/screen/screen.c:63 modules/gui/macosx/vout.m:210
+msgid "Screen"
+msgstr "Pantalla"
 
-#: modules/access/pvr.c:49
+#: modules/access/smb.c:61
 #, fuzzy
 msgid ""
-"Default caching value for PVR streams. This value should be set in "
-"milliseconds."
+"Caching value for SMB streams. This value should be set in milliseconds."
 msgstr ""
-"Us permet modificar el valor de captura predeterminat per fluxos UDP. "
+"Us permet modificar el valor de captura predeterminat per fluxos SMB. "
 "S'hauria d'especificar en unitats de mil·lisegon."
 
-#: modules/access/pvr.c:52
-msgid "Device"
-msgstr "Dispositiu:"
+#: modules/access/smb.c:63
+msgid "SMB user name"
+msgstr "Nom de l’usuari SMB"
 
-#: modules/access/pvr.c:53
-msgid "PVR video device"
-msgstr "Dispositiu de vídeo PVR"
+#: modules/access/smb.c:66
+msgid "SMB password"
+msgstr "Contrasenya SMB"
 
-#: modules/access/pvr.c:55
-#, fuzzy
-msgid "Radio device"
-msgstr "Dispositiu d'àudio"
+#: modules/access/smb.c:69
+msgid "SMB domain"
+msgstr "Domini SMB"
 
-#: modules/access/pvr.c:56
+#: modules/access/smb.c:70
 #, fuzzy
-msgid "PVR radio device"
-msgstr "Dispositiu de vídeo PVR"
+msgid "Domain/Workgroup that will be used for the connection."
+msgstr ""
+"Us permet modificar el domini/grup de treball que serà utilitzat per la "
+"connexió."
 
-#: modules/access/pvr.c:58 modules/access/v4l.c:96
-msgid "Norm"
-msgstr "Norma"
+#: modules/access/smb.c:75
+msgid "SMB input"
+msgstr "Entrada de SMB"
 
-#: modules/access/pvr.c:59 modules/access/v4l.c:98
+#: modules/access/tcp.c:39
 #, fuzzy
-msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
-msgstr "Defineix la norma del flux (Automàtic, SECAM, PAL, or NTSC)"
-
-#: modules/access/pvr.c:62 modules/access/v4l.c:102
-#: modules/video_filter/mosaic.c:96
-msgid "Width"
-msgstr "Amplada"
+msgid ""
+"Caching value for TCP streams. This value should be set in milliseconds."
+msgstr ""
+"Us permet modificar el valor de captura predeterminat per fluxos TCP. "
+"S'hauria d'especificar en unitats de mil·lisegon."
 
-#: modules/access/pvr.c:63
-#, fuzzy
-msgid "Width of the stream to capture (-1 for autodetection)."
-msgstr "Amplada del flux de captura (-1 per autodetectar)"
+#: modules/access/tcp.c:46
+msgid "TCP"
+msgstr "TCP"
 
-#: modules/access/pvr.c:66 modules/access/v4l.c:105
-#: modules/video_filter/mosaic.c:94
-msgid "Height"
-msgstr "Alçada"
+#: modules/access/tcp.c:47
+msgid "TCP input"
+msgstr "Entrada del TCP"
 
-#: modules/access/pvr.c:67
+#: modules/access/udp.c:44
 #, fuzzy
-msgid "Height of the stream to capture (-1 for autodetection)."
-msgstr "Alçada del flux de captura (-1 per autodetectar)"
+msgid ""
+"Caching value for UDP streams. This value should be set in milliseconds."
+msgstr ""
+"Us permet modificar el valor de captura predeterminat per fluxos UDP. "
+"S'hauria d'especificar en unitats de mil·lisegon."
 
-#: modules/access/pvr.c:70 modules/access/v4l.c:89
-msgid "Frequency"
-msgstr "Freqüència"
+#: modules/access/udp.c:47
+msgid "Autodetection of MTU"
+msgstr "Autodetecció de la MTU"
 
-#: modules/access/pvr.c:71 modules/access/v4l.c:91
-#, fuzzy
-msgid "Frequency to capture (in kHz), if applicable."
-msgstr "Freqüència a capturar (en kHz), si és aplicable"
+#: modules/access/udp.c:49
+msgid ""
+"Automatically detect the line's MTU. This will increase the size if "
+"truncated packets are found"
+msgstr ""
 
-#: modules/access/pvr.c:74 modules/access/v4l.c:137
+#: modules/access/udp.c:52
 #, fuzzy
-msgid "Framerate to capture, if applicable (-1 for autodetect)."
-msgstr "Velocitat de fotogrames a capturar, si és aplicable (-1 per automàtic)"
-
-#: modules/access/pvr.c:77
-msgid "Key interval"
-msgstr "Interval de la tecla"
+msgid "RTP reordering timeout in ms"
+msgstr "Temps d'espera de la connexió TCP en ms."
 
-#: modules/access/pvr.c:78
+#: modules/access/udp.c:54
 #, fuzzy
-msgid "Interval between keyframes (-1 for autodetect)."
-msgstr "Interval entre fotogrames clau (-1 per automàtic)"
-
-#: modules/access/pvr.c:80
-msgid "B Frames"
-msgstr "Imatges B"
-
-#: modules/access/pvr.c:81
 msgid ""
-"If this option is set, B-Frames will be used. Use this option to set the "
-"number of B-Frames."
+"VLC reorders RTP packets. The input will wait for late packets at most the "
+"time specified here (in milliseconds)."
 msgstr ""
-"Si s'especifica aquesta opció, s'utilitzaran els Fotogrames-B. Utilitza-la "
-"per especificar el nombre de Fotogrames-B."
-
-#: modules/access/pvr.c:85
-#, fuzzy
-msgid "Bitrate to use (-1 for default)."
-msgstr "Velocitat de bit a utilitzar (Per defecte -1)"
+"Us permet modificar el temps d'espera de la connexió TCP predeterminat. "
+"Aquest valor ha d'estar definit en mil•lisegons."
 
-#: modules/access/pvr.c:87
-msgid "Bitrate peak"
-msgstr "Pic de la velocitat de bit"
+#: modules/access/udp.c:61 modules/gui/macosx/open.m:183
+#: modules/gui/macosx/open.m:654 modules/gui/macosx/open.m:692
+#: modules/gui/wxwidgets/dialogs/open.cpp:804
+msgid "UDP/RTP"
+msgstr "UDP/RTP"
 
-#: modules/access/pvr.c:88
-#, fuzzy
-msgid "Peak bitrate in VBR mode."
-msgstr "Pic de la taxa de bits en el mode VBR"
+#: modules/access/udp.c:62
+msgid "UDP/RTP input"
+msgstr "Entrada UDP/RTP"
 
-#: modules/access/pvr.c:91
+#: modules/access/v4l.c:75
 #, fuzzy
-msgid "Bitrate mode)"
-msgstr "Mode de la velocitat de bit a utilitzar"
+msgid ""
+"Caching value for V4L captures. This value should be set in milliseconds."
+msgstr ""
+"Us permet modificar el valor de captura predeterminat per fluxos v4l. "
+"S'hauria d'especificar en unitats de mil·lisegon."
 
-#: modules/access/pvr.c:92
+#: modules/access/v4l.c:79
 #, fuzzy
-msgid "Bitrate mode to use (VBR or CBR)."
-msgstr "Mode de la velocitat de bit a utilitzar"
-
-#: modules/access/pvr.c:94
-msgid "Audio bitmask"
-msgstr "Màscara de bits de l’àudio"
+msgid ""
+"Name of the video device to use. If you don't specify anything, no video "
+"device will be used."
+msgstr ""
+"Especifica el nom del dispositiu de vídeo que s'utilitzarà. Si no "
+"especifiqueu res, utilitzarà el dispositiu per defecte."
 
-#: modules/access/pvr.c:95
+#: modules/access/v4l.c:83
 #, fuzzy
-msgid "Bitmask that will get used by the audio part of the card."
+msgid ""
+"Name of the audio device to use. If you don't specify anything, no audio "
+"device will be used."
 msgstr ""
-"Aquesta opció permet indicar la màscara de bits que utilitzarà la part "
-"d'àudio de la targeta."
-
-#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
-msgid "Volume"
-msgstr "Volum"
+"Especifica el nom del dispositiu d'àudio que s'utilitzarà. Si no "
+"especifiqueu res, utilitzarà el dispositiu per defecte."
 
-#: modules/access/pvr.c:99
-msgid "Audio volume (0-65535)."
+#: modules/access/v4l.c:87
+msgid ""
+"Force the Video4Linux video device to use a specific chroma format (eg. I420 "
+"(default), RV24, etc.)"
 msgstr ""
+"Imposa al dispositiu de vídeo Video4Linux a utilitzar un format de croma "
+"específic (ex. l420 (per defecte), RV24, etc.)"
 
-#: modules/access/pvr.c:101 modules/access/v4l.c:92
-msgid "Channel"
-msgstr "Canal"
-
-#: modules/access/pvr.c:102
+#: modules/access/v4l.c:94
+#, fuzzy
 msgid ""
-"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)"
+"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
 msgstr ""
 "Canal de la targeta a utilitzar (Normalment, 0=sintonitzador, 1=compost, "
 "2=svídeo)"
 
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "Automatic"
-msgstr "Automàtic"
+#: modules/access/v4l.c:99
+msgid "Audio Channel"
+msgstr "Canal d'àudio"
 
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "SECAM"
-msgstr "SECAM"
+#: modules/access/v4l.c:101
+#, fuzzy
+msgid "Audio Channel to use, if there are several audio inputs."
+msgstr "Canal d'àudio a utilitzar, si hi ha vàries entrades d'àudio. "
 
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "PAL"
-msgstr "PAL"
+#: modules/access/v4l.c:103
+#, fuzzy
+msgid "Width of the stream to capture (-1 for autodetect)."
+msgstr "Amplada del flux de captura (-1 per autodetectar)"
 
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "NTSC"
-msgstr "NTSC"
+#: modules/access/v4l.c:106
+#, fuzzy
+msgid "Height of the stream to capture (-1 for autodetect)."
+msgstr "Alçada del flux de captura (-1 per autodetectar)"
 
-#: modules/access/pvr.c:111
-msgid "vbr"
-msgstr "vbr"
+#: modules/access/v4l.c:108 modules/gui/macosx/extended.m:114
+#: modules/gui/wxwidgets/extrapanel.cpp:234
+msgid "Brightness"
+msgstr "Brillantor"
 
-#: modules/access/pvr.c:111
-msgid "cbr"
-msgstr "cbr"
+#: modules/access/v4l.c:110
+#, fuzzy
+msgid "Brightness of the video input."
+msgstr "Especifica la brillantor de l'entrada de vídeo. "
 
-#: modules/access/pvr.c:116
-msgid "PVR"
-msgstr "PVR"
+#: modules/access/v4l.c:111 modules/gui/macosx/extended.m:117
+#: modules/gui/wxwidgets/extrapanel.cpp:224
+msgid "Hue"
+msgstr "Matís"
 
-#: modules/access/pvr.c:117
+#: modules/access/v4l.c:113
 #, fuzzy
-msgid "IVTV MPEG Encoding cards input"
-msgstr "Entrada de les targetes Codificadores MPEG (amb controladors ivtv)"
+msgid "Hue of the video input."
+msgstr "Especifica el matís de l'entrada de vídeo. "
 
-#: modules/access/rtsp/access.c:43
+#: modules/access/v4l.c:114 modules/video_filter/marq.c:93
+#: modules/video_filter/rss.c:146 modules/video_filter/time.c:85
+#: modules/visualization/xosd.c:78
 #, fuzzy
-msgid ""
-"Caching value for RTSP streams. This value should be set in milliseconds."
-msgstr ""
-"Us permet modificar el valor de la memòria caché predeterminat per a fluxes "
-"RTSP. Aquest valor ha d'estar en unitats de mil·lisegon."
+msgid "Color"
+msgstr "Color"
 
-#: modules/access/rtsp/access.c:47 modules/access/rtsp/access.c:48
+#: modules/access/v4l.c:116
 #, fuzzy
-msgid "Real RTSP"
-msgstr "RTSP"
+msgid "Color of the video input."
+msgstr "Especifica el color de l'entrada de vídeo. "
 
-#: modules/access/rtsp/access.c:93
+#: modules/access/v4l.c:117 modules/gui/macosx/extended.m:115
+#: modules/gui/wxwidgets/extrapanel.cpp:229
+msgid "Contrast"
+msgstr "Contrast"
+
+#: modules/access/v4l.c:119
 #, fuzzy
-msgid "Connection failed"
-msgstr "Fitxer de configuració de VLM"
+msgid "Contrast of the video input."
+msgstr "Especifica el contrast de l'entrada de vídeo. "
 
-#: modules/access/rtsp/access.c:94
-#, c-format
-msgid "VLC could not connect to \"%s:%d\"."
-msgstr ""
+#: modules/access/v4l.c:120
+msgid "Tuner"
+msgstr "Sintonitzador"
 
-#: modules/access/rtsp/access.c:221
+#: modules/access/v4l.c:121
 #, fuzzy
-msgid "Session failed"
-msgstr "Adreça electrònica de la sessió"
+msgid "Tuner to use, if there are several ones."
+msgstr "Sintonitzador a utilitzar, si hi ha varis."
 
-#: modules/access/rtsp/access.c:222
-msgid "The requested RTSP session could not be established."
-msgstr ""
+#: modules/access/v4l.c:122 modules/access_output/shout.c:89
+msgid "Samplerate"
+msgstr "Velocitat de mostra"
 
-#: modules/access/screen/screen.c:39
+#: modules/access/v4l.c:124
 #, fuzzy
 msgid ""
-"Caching value for screen capture. This value should be set in milliseconds."
-msgstr ""
-"Us permet modificar el valor de captura predeterminat per fluxos de captura "
-"de pantalla. S'hauria d'especificar en unitats de mil·lisegon."
+"Samplerate of the captured audio stream, in Hz (eg: 11025, 22050, 44100)"
+msgstr "Velocitat de mostra de les captures del flux d'àudio, en Hz"
 
-#: modules/access/screen/screen.c:43
+#: modules/access/v4l.c:127
 #, fuzzy
-msgid "Desired frame rate for the capture."
-msgstr ""
-"Us permet especificar la velocitat de fotogrames desitjada per la captura."
+msgid "Capture the audio stream in stereo."
+msgstr "Velocitat de mostra de les captures del flux d'àudio, en Hz"
 
-#: modules/access/screen/screen.c:46
-msgid "Capture fragment size"
-msgstr "Captura la mida del fragment"
+#: modules/access/v4l.c:128
+msgid "MJPEG"
+msgstr "MJPEG"
 
-#: modules/access/screen/screen.c:48
-#, fuzzy
-msgid ""
-"Optimize the capture by fragmenting the screen in chunks of predefined "
-"height (16 might be a good value, and 0 means disabled)."
+#: modules/access/v4l.c:130
+msgid "Set this option if the capture device outputs MJPEG"
 msgstr ""
-"Us permet optimitzar la captura dividint la pantalla en fragments d'alçada "
-"predeterminada (16 pot ser un bon valor, i 0 significa inhabilitat)"
-
-#: modules/access/screen/screen.c:62
-msgid "Screen Input"
-msgstr "Entrada de la pantalla"
+"Defineix aquesta opció si les sortides del dispositiu de captura són MJPEG"
 
-#: modules/access/screen/screen.c:63 modules/gui/macosx/vout.m:210
-msgid "Screen"
-msgstr "Pantalla"
+#: modules/access/v4l.c:131
+msgid "Decimation"
+msgstr "Delmat"
 
-#: modules/access/smb.c:61
+#: modules/access/v4l.c:133
 #, fuzzy
-msgid ""
-"Caching value for SMB streams. This value should be set in milliseconds."
-msgstr ""
-"Us permet modificar el valor de captura predeterminat per fluxos SMB. "
-"S'hauria d'especificar en unitats de mil·lisegon."
+msgid "Decimation level for MJPEG streams"
+msgstr "Especifica el nivell de Delmat per fluxos MJPEG"
 
-#: modules/access/smb.c:63
-msgid "SMB user name"
-msgstr "Nom de l’usuari SMB"
+#: modules/access/v4l.c:134
+msgid "Quality"
+msgstr "Qualitat"
 
-#: modules/access/smb.c:66
-msgid "SMB password"
-msgstr "Contrasenya SMB"
+#: modules/access/v4l.c:135
+#, fuzzy
+msgid "Quality of the stream."
+msgstr "Defineix la qualitat del flux"
 
-#: modules/access/smb.c:69
-msgid "SMB domain"
-msgstr "Domini SMB"
+#: modules/access/v4l.c:146
+msgid "Video4Linux"
+msgstr "Video4Linux"
 
-#: modules/access/smb.c:70
-#, fuzzy
-msgid "Domain/Workgroup that will be used for the connection."
-msgstr ""
-"Us permet modificar el domini/grup de treball que serà utilitzat per la "
-"connexió."
-
-#: modules/access/smb.c:75
-msgid "SMB input"
-msgstr "Entrada de SMB"
-
-#: modules/access/tcp.c:39
-#, fuzzy
-msgid ""
-"Caching value for TCP streams. This value should be set in milliseconds."
-msgstr ""
-"Us permet modificar el valor de captura predeterminat per fluxos TCP. "
-"S'hauria d'especificar en unitats de mil·lisegon."
-
-#: modules/access/tcp.c:46
-msgid "TCP"
-msgstr "TCP"
-
-#: modules/access/tcp.c:47
-msgid "TCP input"
-msgstr "Entrada del TCP"
-
-#: modules/access/udp.c:44
-#, fuzzy
-msgid ""
-"Caching value for UDP streams. This value should be set in milliseconds."
-msgstr ""
-"Us permet modificar el valor de captura predeterminat per fluxos UDP. "
-"S'hauria d'especificar en unitats de mil·lisegon."
-
-#: modules/access/udp.c:47
-msgid "Autodetection of MTU"
-msgstr "Autodetecció de la MTU"
-
-#: modules/access/udp.c:49
-msgid ""
-"Automatically detect the line's MTU. This will increase the size if "
-"truncated packets are found"
-msgstr ""
-
-#: modules/access/udp.c:52
-#, fuzzy
-msgid "RTP reordering timeout in ms"
-msgstr "Temps d'espera de la connexió TCP en ms."
-
-#: modules/access/udp.c:54
-#, fuzzy
-msgid ""
-"VLC reorders RTP packets. The input will wait for late packets at most the "
-"time specified here (in milliseconds)."
-msgstr ""
-"Us permet modificar el temps d'espera de la connexió TCP predeterminat. "
-"Aquest valor ha d'estar definit en mil•lisegons."
-
-#: modules/access/udp.c:61 modules/gui/macosx/open.m:183
-#: modules/gui/macosx/open.m:654 modules/gui/macosx/open.m:692
-#: modules/gui/wxwidgets/dialogs/open.cpp:804
-msgid "UDP/RTP"
-msgstr "UDP/RTP"
-
-#: modules/access/udp.c:62
-msgid "UDP/RTP input"
-msgstr "Entrada UDP/RTP"
+#: modules/access/v4l.c:147
+msgid "Video4Linux input"
+msgstr "Entrada Video4Linux"
 
 #: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
 #: modules/gui/wxwidgets/dialogs/open.cpp:723
@@ -6805,164 +6685,6 @@ msgstr "Video4Linux"
 msgid "Video4Linux2 input"
 msgstr "Entrada Video4Linux"
 
-#: modules/access/v4l.c:75
-#, fuzzy
-msgid ""
-"Caching value for V4L captures. This value should be set in milliseconds."
-msgstr ""
-"Us permet modificar el valor de captura predeterminat per fluxos v4l. "
-"S'hauria d'especificar en unitats de mil·lisegon."
-
-#: modules/access/v4l.c:79
-#, fuzzy
-msgid ""
-"Name of the video device to use. If you don't specify anything, no video "
-"device will be used."
-msgstr ""
-"Especifica el nom del dispositiu de vídeo que s'utilitzarà. Si no "
-"especifiqueu res, utilitzarà el dispositiu per defecte."
-
-#: modules/access/v4l.c:83
-#, fuzzy
-msgid ""
-"Name of the audio device to use. If you don't specify anything, no audio "
-"device will be used."
-msgstr ""
-"Especifica el nom del dispositiu d'àudio que s'utilitzarà. Si no "
-"especifiqueu res, utilitzarà el dispositiu per defecte."
-
-#: modules/access/v4l.c:87
-msgid ""
-"Force the Video4Linux video device to use a specific chroma format (eg. I420 "
-"(default), RV24, etc.)"
-msgstr ""
-"Imposa al dispositiu de vídeo Video4Linux a utilitzar un format de croma "
-"específic (ex. l420 (per defecte), RV24, etc.)"
-
-#: modules/access/v4l.c:94
-#, fuzzy
-msgid ""
-"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
-msgstr ""
-"Canal de la targeta a utilitzar (Normalment, 0=sintonitzador, 1=compost, "
-"2=svídeo)"
-
-#: modules/access/v4l.c:99
-msgid "Audio Channel"
-msgstr "Canal d'àudio"
-
-#: modules/access/v4l.c:101
-#, fuzzy
-msgid "Audio Channel to use, if there are several audio inputs."
-msgstr "Canal d'àudio a utilitzar, si hi ha vàries entrades d'àudio. "
-
-#: modules/access/v4l.c:103
-#, fuzzy
-msgid "Width of the stream to capture (-1 for autodetect)."
-msgstr "Amplada del flux de captura (-1 per autodetectar)"
-
-#: modules/access/v4l.c:106
-#, fuzzy
-msgid "Height of the stream to capture (-1 for autodetect)."
-msgstr "Alçada del flux de captura (-1 per autodetectar)"
-
-#: modules/access/v4l.c:108 modules/gui/macosx/extended.m:114
-#: modules/gui/wxwidgets/extrapanel.cpp:234
-msgid "Brightness"
-msgstr "Brillantor"
-
-#: modules/access/v4l.c:110
-#, fuzzy
-msgid "Brightness of the video input."
-msgstr "Especifica la brillantor de l'entrada de vídeo. "
-
-#: modules/access/v4l.c:111 modules/gui/macosx/extended.m:117
-#: modules/gui/wxwidgets/extrapanel.cpp:224
-msgid "Hue"
-msgstr "Matís"
-
-#: modules/access/v4l.c:113
-#, fuzzy
-msgid "Hue of the video input."
-msgstr "Especifica el matís de l'entrada de vídeo. "
-
-#: modules/access/v4l.c:114 modules/video_filter/marq.c:93
-#: modules/video_filter/rss.c:146 modules/video_filter/time.c:85
-#: modules/visualization/xosd.c:78
-#, fuzzy
-msgid "Color"
-msgstr "Color"
-
-#: modules/access/v4l.c:116
-#, fuzzy
-msgid "Color of the video input."
-msgstr "Especifica el color de l'entrada de vídeo. "
-
-#: modules/access/v4l.c:117 modules/gui/macosx/extended.m:115
-#: modules/gui/wxwidgets/extrapanel.cpp:229
-msgid "Contrast"
-msgstr "Contrast"
-
-#: modules/access/v4l.c:119
-#, fuzzy
-msgid "Contrast of the video input."
-msgstr "Especifica el contrast de l'entrada de vídeo. "
-
-#: modules/access/v4l.c:120
-msgid "Tuner"
-msgstr "Sintonitzador"
-
-#: modules/access/v4l.c:121
-#, fuzzy
-msgid "Tuner to use, if there are several ones."
-msgstr "Sintonitzador a utilitzar, si hi ha varis."
-
-#: modules/access/v4l.c:124
-#, fuzzy
-msgid ""
-"Samplerate of the captured audio stream, in Hz (eg: 11025, 22050, 44100)"
-msgstr "Velocitat de mostra de les captures del flux d'àudio, en Hz"
-
-#: modules/access/v4l.c:127
-#, fuzzy
-msgid "Capture the audio stream in stereo."
-msgstr "Velocitat de mostra de les captures del flux d'àudio, en Hz"
-
-#: modules/access/v4l.c:128
-msgid "MJPEG"
-msgstr "MJPEG"
-
-#: modules/access/v4l.c:130
-msgid "Set this option if the capture device outputs MJPEG"
-msgstr ""
-"Defineix aquesta opció si les sortides del dispositiu de captura són MJPEG"
-
-#: modules/access/v4l.c:131
-msgid "Decimation"
-msgstr "Delmat"
-
-#: modules/access/v4l.c:133
-#, fuzzy
-msgid "Decimation level for MJPEG streams"
-msgstr "Especifica el nivell de Delmat per fluxos MJPEG"
-
-#: modules/access/v4l.c:134
-msgid "Quality"
-msgstr "Qualitat"
-
-#: modules/access/v4l.c:135
-#, fuzzy
-msgid "Quality of the stream."
-msgstr "Defineix la qualitat del flux"
-
-#: modules/access/v4l.c:146
-msgid "Video4Linux"
-msgstr "Video4Linux"
-
-#: modules/access/v4l.c:147
-msgid "Video4Linux input"
-msgstr "Entrada Video4Linux"
-
 #: modules/access/vcd/vcd.c:42
 #, fuzzy
 msgid "Caching value for VCDs. This value should be set in milliseconds."
@@ -7062,100 +6784,400 @@ msgstr "Últim punt d’entrada"
 msgid "Track size (in sectors)"
 msgstr "Mida de la pista (en sectors)"
 
-#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
-#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
-msgid "type"
-msgstr "Tipus"
+#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
+#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
+msgid "type"
+msgstr "Tipus"
+
+#: modules/access/vcdx/info.c:139
+msgid "end"
+msgstr "Fi"
+
+#: modules/access/vcdx/info.c:142
+msgid "play list"
+msgstr "Reprodueix la llista"
+
+#: modules/access/vcdx/info.c:153
+msgid "extended selection list"
+msgstr "Llista de selecció ampliada"
+
+#: modules/access/vcdx/info.c:154
+msgid "selection list"
+msgstr "Llista de selecció "
+
+#: modules/access/vcdx/info.c:166
+msgid "unknown type"
+msgstr "Tipus de fitxer desconegut."
+
+#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
+#: modules/access/vcdx/info.c:316
+msgid "List ID"
+msgstr "Identificador de la llista"
+
+#: modules/access/vcdx/vcd.c:95
+msgid "(Super) Video CD"
+msgstr "(Super) Video CD"
+
+#: modules/access/vcdx/vcd.c:96
+msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+msgstr "Entrada de Vídeo CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD)"
+
+#: modules/access/vcdx/vcd.c:97
+msgid "vcdx://[device-or-file][@{P,S,T}num]"
+msgstr "vcdx://[dispositiu-o-fitxer][@{P,S,T}nombre]"
+
+#: modules/access/vcdx/vcd.c:106
+msgid "If nonzero, this gives additional debug information."
+msgstr "Si no és zero, proporciona informació de depuració addicional."
+
+#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+msgid "Number of CD blocks to get in a single read."
+msgstr "Nombre de blocs de CD a aconseguir en una lectura simple."
+
+#: modules/access/vcdx/vcd.c:116
+msgid "Use playback control?"
+msgstr "Voleu utilitzar el control de playback?"
+
+#: modules/access/vcdx/vcd.c:117
+msgid ""
+"If VCD is authored with playback control, use it. Otherwise we play by "
+"tracks."
+msgstr ""
+"Si VCD és dut a terme amb control de playback, utilitza'l. Altrament, ho "
+"reproduirem per pistes."
+
+#: modules/access/vcdx/vcd.c:123
+msgid "Use track length as maximum unit in seek?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:124
+msgid ""
+"If set, the length of the seek bar is the track rather than the length of an "
+"entry."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:129
+msgid "Show extended VCD info?"
+msgstr "Voleu mostrar la informació de VCD ampliada?"
+
+#: modules/access/vcdx/vcd.c:130
+#, fuzzy
+msgid ""
+"Show the maximum amount of information under Stream and Media Info. Shows "
+"for example playback control navigation."
+msgstr ""
+"Mostra el màxim sobre la informació del medi i el flux. Mostra per exemple "
+"la navegació del control de playback."
+
+#: modules/access/vcdx/vcd.c:137
+#, fuzzy
+msgid "Format to use in the playlist's \"author\" field."
+msgstr "Format a utilitzar a la llista de reproducció \"autor\""
+
+#: modules/access/vcdx/vcd.c:143
+#, fuzzy
+msgid "Format to use in the playlist's \"title\" field."
+msgstr "Format a utilitzar a la llista de reproducció del camp  \"títol\""
+
+#: modules/access_filter/record.c:43
+#, fuzzy
+msgid "Record directory"
+msgstr "Directori font"
+
+#: modules/access_filter/record.c:45
+#, fuzzy
+msgid "Directory where the record will be stored."
+msgstr ""
+"Us permet especificar el directori on les instantànies del vídeo seran "
+"emmagatzemades."
+
+#: modules/access_filter/timeshift.c:44
+#, fuzzy
+msgid "Timeshift granularity"
+msgstr "Hora"
+
+#: modules/access_filter/timeshift.c:46
+#, fuzzy
+msgid ""
+"This is the size of the temporary files tha will be used to store the "
+"timeshifted streams."
+msgstr ""
+"Els filtres de vídeo s'utilitzen pel post-processament del flux de vídeo"
+
+#: modules/access_filter/timeshift.c:48
+#, fuzzy
+msgid "Timeshift directory"
+msgstr "Directori de la instantània del vídeo"
+
+#: modules/access_filter/timeshift.c:49
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:51
+msgid "Force use of the timeshift module"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52
+msgid ""
+"Force use of the timeshift module even if the access declares that it can "
+"control pace or pause."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
+#, fuzzy
+msgid "Timeshift"
+msgstr "Hora"
+
+#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
+msgid "Dummy stream output"
+msgstr "Sortida de flux Dummy"
+
+#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
+msgid "Dummy"
+msgstr "Dummy"
+
+#: modules/access_output/file.c:61
+msgid "Append to file"
+msgstr "Afegeix a un fitxer"
+
+#: modules/access_output/file.c:62
+msgid "Append to file if it exists instead of replacing it."
+msgstr "Afegeix a un arxiu si existeix, enlloc de reemplaçar-ho. "
+
+#: modules/access_output/file.c:66
+msgid "File stream output"
+msgstr "Sortida de flux del fitxer"
+
+#: modules/access_output/http.c:58
+msgid "Username"
+msgstr "Nom d'usuari"
+
+#: modules/access_output/http.c:59
+#, fuzzy
+msgid "User name that will be requested to access the stream."
+msgstr "Us permet donar un nom d'usuari que serà preguntat al accedir al flux."
+
+#: modules/access_output/http.c:61 modules/control/telnet.c:81
+msgid "Password"
+msgstr "Contrasenya"
+
+#: modules/access_output/http.c:62
+#, fuzzy
+msgid "Password that will be requested to access the stream."
+msgstr "Us permet donar una contrasenya que serà preguntat al accedir al flux."
+
+#: modules/access_output/http.c:66
+msgid "Mime"
+msgstr "MIME"
+
+#: modules/access_output/http.c:67
+msgid "MIME returned by the server (autodetected if not specified."
+msgstr ""
+
+#: modules/access_output/http.c:71
+#, fuzzy
+msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
+msgstr ""
+"Camí al arxiu certificat x509 PEM que s'utilitzarà per la sortida de flux "
+"HTTP/SSL"
+
+#: modules/access_output/http.c:74
+#, fuzzy
+msgid ""
+"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
+"empty if you don't have one."
+msgstr ""
+"Camí al arxiu clau privat x509 PEM que s'utilitzarà per la sortida de flux "
+"HTTP/SSL. Deixeu-ho buit  si no teniu cap."
+
+#: modules/access_output/http.c:78
+#, fuzzy
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used for HTTPS. Leave empty if you don't have one."
+msgstr ""
+"Camí al fitxer del certificat  x509 PEM trusted root CA (autoritat de "
+"certificat) que serà utilitzat per la sortida de flux HTTP/SSL. Deixeu-ho "
+"buit si no en teniu un."
+
+#: modules/access_output/http.c:83
+#, fuzzy
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be used for "
+"SSL. Leave empty if you don't have one."
+msgstr ""
+"Camí al fitxer de la Llista de Revocació de Certificats  x509 PEM que serà "
+"utilitzat per la sortida de flux HTTP/SSL. Deixeu-ho buit si no en teniu un."
+
+#: modules/access_output/http.c:86
+msgid "Advertise with Bonjour"
+msgstr ""
+
+#: modules/access_output/http.c:87
+msgid "Advertise the stream with the Bonjour protocol."
+msgstr ""
+
+#: modules/access_output/http.c:91
+msgid "HTTP stream output"
+msgstr "Sortida de flux de HTTP"
+
+#: modules/access_output/http.c:93 modules/control/http/http.c:61
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
+msgstr "HTTP"
+
+#: modules/access_output/shout.c:58
+#, fuzzy
+msgid "Stream name"
+msgstr "Corrent de dades"
+
+#: modules/access_output/shout.c:59
+msgid "Name to give to this stream/channel on the shoutcast/icecast server."
+msgstr ""
+
+#: modules/access_output/shout.c:62
+#, fuzzy
+msgid "Stream description"
+msgstr "Descripció de la sessió"
+
+#: modules/access_output/shout.c:63
+msgid "Description of the stream content or information about your channel."
+msgstr ""
+
+#: modules/access_output/shout.c:66
+#, fuzzy
+msgid "Stream MP3"
+msgstr "Corrent de dades"
 
-#: modules/access/vcdx/info.c:139
-msgid "end"
-msgstr "Fi"
+#: modules/access_output/shout.c:67
+msgid ""
+"You normally have to feed the shoutcast module with Ogg streams. It is also "
+"possible to stream MP3 instead, so you can forward MP3 streams to the "
+"shoutcast/icecast server."
+msgstr ""
 
-#: modules/access/vcdx/info.c:142
-msgid "play list"
-msgstr "Reprodueix la llista"
+#: modules/access_output/shout.c:76
+#, fuzzy
+msgid "Genre description"
+msgstr "Descripció de la sessió"
 
-#: modules/access/vcdx/info.c:153
-msgid "extended selection list"
-msgstr "Llista de selecció ampliada"
+#: modules/access_output/shout.c:77
+msgid "Genre of the content. "
+msgstr ""
 
-#: modules/access/vcdx/info.c:154
-msgid "selection list"
-msgstr "Llista de selecció "
+#: modules/access_output/shout.c:79
+#, fuzzy
+msgid "URL description"
+msgstr "Descripció"
 
-#: modules/access/vcdx/info.c:166
-msgid "unknown type"
-msgstr "Tipus de fitxer desconegut."
+#: modules/access_output/shout.c:80
+msgid "URL with information about the stream or your channel. "
+msgstr ""
 
-#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
-#: modules/access/vcdx/info.c:316
-msgid "List ID"
-msgstr "Identificador de la llista"
+#: modules/access_output/shout.c:87
+#, fuzzy
+msgid "Bitrate information of the transcoded stream. "
+msgstr "Velocitat de mostra de les captures del flux d'àudio, en Hz"
 
-#: modules/access/vcdx/vcd.c:95
-msgid "(Super) Video CD"
-msgstr "(Super) Video CD"
+#: modules/access_output/shout.c:90
+#, fuzzy
+msgid "Samplerate information of the transcoded stream. "
+msgstr "Velocitat de mostra de les captures del flux d'àudio, en Hz"
 
-#: modules/access/vcdx/vcd.c:96
-msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
-msgstr "Entrada de Vídeo CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD)"
+#: modules/access_output/shout.c:92
+#, fuzzy
+msgid "Number of channels"
+msgstr "Nombre de clons"
 
-#: modules/access/vcdx/vcd.c:97
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
-msgstr "vcdx://[dispositiu-o-fitxer][@{P,S,T}nombre]"
+#: modules/access_output/shout.c:93
+#, fuzzy
+msgid "Number of channels information of the transcoded stream. "
+msgstr "Velocitat de mostra de les captures del flux d'àudio, en Hz"
 
-#: modules/access/vcdx/vcd.c:106
-msgid "If nonzero, this gives additional debug information."
-msgstr "Si no és zero, proporciona informació de depuració addicional."
+#: modules/access_output/shout.c:95
+msgid "Ogg Vorbis Quality"
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
-msgid "Number of CD blocks to get in a single read."
-msgstr "Nombre de blocs de CD a aconseguir en una lectura simple."
+#: modules/access_output/shout.c:96
+#, fuzzy
+msgid "Ogg Vorbis Quality information of the transcoded stream. "
+msgstr "Velocitat de mostra de les captures del flux d'àudio, en Hz"
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
-msgstr "Voleu utilitzar el control de playback?"
+#: modules/access_output/shout.c:98
+#, fuzzy
+msgid "Stream public"
+msgstr "Flux de sortida"
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/shout.c:99
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Make the server publicly available on the 'Yellow Pages' (directory listing "
+"of streams) on the icecast/shoutcast website. Requires the bitrate "
+"information specified for shoutcast. Requires Ogg streaming for icecast."
 msgstr ""
-"Si VCD és dut a terme amb control de playback, utilitza'l. Altrament, ho "
-"reproduirem per pistes."
 
-#: modules/access/vcdx/vcd.c:123
-msgid "Use track length as maximum unit in seek?"
-msgstr ""
+#: modules/access_output/shout.c:105
+#, fuzzy
+msgid "IceCAST output"
+msgstr "Sortida d'accés"
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:77
+#, fuzzy
 msgid ""
-"If set, the length of the seek bar is the track rather than the length of an "
-"entry."
+"Default caching value for outbound UDP streams. This value should be set in "
+"milliseconds."
 msgstr ""
+"Us permet modificar el valor de captura predeterminat per fluxos UDP. "
+"S'hauria d'especificar en unitats de mil·lisegon."
 
-#: modules/access/vcdx/vcd.c:129
-msgid "Show extended VCD info?"
-msgstr "Voleu mostrar la informació de VCD ampliada?"
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
+#: modules/gui/macosx/wizard.m:1848
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
+msgid "Time-To-Live (TTL)"
+msgstr "Temps de vida (TTL)"
 
-#: modules/access/vcdx/vcd.c:130
+#: modules/access_output/udp.c:81
+#, fuzzy
+msgid "Time-To-Live of the outgoing stream."
+msgstr "Us permet definir el temps de vida del flux de sortida."
+
+#: modules/access_output/udp.c:84
+msgid "Group packets"
+msgstr "Agrupa paquets"
+
+#: modules/access_output/udp.c:85
 #, fuzzy
 msgid ""
-"Show the maximum amount of information under Stream and Media Info. Shows "
-"for example playback control navigation."
+"Packets can be sent one by one at the right time or by groups. You can "
+"choose the number of packets that will be sent at a time. It helps reducing "
+"the scheduling load on heavily-loaded systems."
 msgstr ""
-"Mostra el màxim sobre la informació del medi i el flux. Mostra per exemple "
-"la navegació del control de playback."
+"Els paquets poden enviar-se un per un en el moment exacte o per grups. Us "
+"permet donar el nombre de paquets que seran enviats en un moment. Ajuda a "
+"reduir la càrrega de planificació sobre sistemes molt carregats."
 
-#: modules/access/vcdx/vcd.c:137
-#, fuzzy
-msgid "Format to use in the playlist's \"author\" field."
-msgstr "Format a utilitzar a la llista de reproducció \"autor\""
+#: modules/access_output/udp.c:90
+msgid "Raw write"
+msgstr "Escriure en el format Raw"
 
-#: modules/access/vcdx/vcd.c:143
+#: modules/access_output/udp.c:91
 #, fuzzy
-msgid "Format to use in the playlist's \"title\" field."
-msgstr "Format a utilitzar a la llista de reproducció del camp  \"títol\""
+msgid ""
+"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 ""
+"Si habiliteu aquesta opció, els paquets s'enviaran directament, sense "
+"intentar emplenar la MTU (ex. sense intentar fer els paquets el més gran "
+"possible per millorar la transmissió)"
+
+#: modules/access_output/udp.c:97
+msgid "UDP stream output"
+msgstr "Flux de sortida UDP"
+
+#: modules/access_output/udp.c:98
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
+msgid "UDP"
+msgstr "UDP"
 
 #: modules/audio_filter/channel_mixer/dolby.c:47
 msgid "Simple decoder for Dolby Surround encoded streams"
@@ -9696,36 +9718,36 @@ msgstr "Serveis"
 msgid "Windows Service interface"
 msgstr "Interfície del Servei de Windows "
 
-#: modules/control/rc.c:154
+#: modules/control/rc.c:156
 msgid "Show stream position"
 msgstr "Mostra la posició del flux"
 
-#: modules/control/rc.c:155
+#: modules/control/rc.c:157
 msgid ""
 "Show the current position in seconds within the stream from time to time."
 msgstr "Mostra la posició actual en segons dins del flux de tant en tant. "
 
-#: modules/control/rc.c:158
+#: modules/control/rc.c:160
 msgid "Fake TTY"
 msgstr "TTY fals"
 
-#: modules/control/rc.c:159
+#: modules/control/rc.c:161
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr "Força al mòdul rc a utilitzar stdin com si fos un TTY"
 
-#: modules/control/rc.c:161
+#: modules/control/rc.c:163
 msgid "UNIX socket command input"
 msgstr "Entrada d'ordres del sócol UNIX"
 
-#: modules/control/rc.c:162
+#: modules/control/rc.c:164
 msgid "Accept commands over a Unix socket rather than stdin."
 msgstr "Accepta ordres sobre un sòcol Unix en comptes de stdin."
 
-#: modules/control/rc.c:165
+#: modules/control/rc.c:167
 msgid "TCP command input"
 msgstr "Entrada de les ordres TCP"
 
-#: modules/control/rc.c:166
+#: modules/control/rc.c:168
 msgid ""
 "Accept commands over a socket rather than stdin. You can set the address and "
 "port the interface will bind to."
@@ -9733,11 +9755,11 @@ msgstr ""
 "Accepta ordres sobre un sòcol en comptes del stdin. Podeu definir l'adreça i "
 "el port de la interfície vinculada."
 
-#: modules/control/rc.c:170 modules/misc/dummy/dummy.c:49
+#: modules/control/rc.c:172 modules/misc/dummy/dummy.c:49
 msgid "Do not open a DOS command box interface"
 msgstr "No s'obre cap finestra d'ordres DOS"
 
-#: modules/control/rc.c:172
+#: modules/control/rc.c:174
 msgid ""
 "By default the rc interface plugin will start a DOS command box. Enabling "
 "the quiet mode will not bring this command box but can also be pretty "
@@ -9748,443 +9770,443 @@ msgstr ""
 "pot ser  molest quan vulgueu aturar el VLC i no estigui oberta cap finestra "
 "de vídeo."
 
-#: modules/control/rc.c:179
+#: modules/control/rc.c:181
 #, fuzzy
 msgid "RC"
 msgstr "C"
 
-#: modules/control/rc.c:182
+#: modules/control/rc.c:184
 msgid "Remote control interface"
 msgstr "Interfície del control remot"
 
-#: modules/control/rc.c:323
+#: modules/control/rc.c:325
 #, fuzzy
 msgid "Remote control interface initialized. Type `help' for help."
 msgstr "Interfície de control remot inicalitzada, 'h' per ajuda\n"
 
-#: modules/control/rc.c:848
+#: modules/control/rc.c:850
 #, fuzzy, c-format
 msgid "Unknown command `%s'. Type `help' for help."
 msgstr "Ordre desconeguda '%s', escriu 'help' per ajuda\n"
 
-#: modules/control/rc.c:881
+#: modules/control/rc.c:883
 #, fuzzy
 msgid "+----[ Remote control commands ]"
 msgstr "+----[ Ordres del control remot ]\n"
 
-#: modules/control/rc.c:883
+#: modules/control/rc.c:885
 #, fuzzy
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist"
 msgstr "| add XYZ . . . . . . . . . . afegeix XYZ a la llista de reproducció\n"
 
-#: modules/control/rc.c:884
+#: modules/control/rc.c:886
 #, fuzzy
 msgid "| enqueue XYZ  . . . . . . . queue XYZ to playlist"
 msgstr "| add XYZ . . . . . . . . . . afegeix XYZ a la llista de reproducció\n"
 
-#: modules/control/rc.c:885
+#: modules/control/rc.c:887
 #, fuzzy
 msgid "| playlist . . .  show items currently in playlist"
 msgstr ""
 "| playlist . . .  mostra els elements actuals de la llista de reproducció\n"
 
-#: modules/control/rc.c:886
+#: modules/control/rc.c:888
 #, fuzzy
 msgid "| play . . . . . . . . . . . . . . . . play stream"
 msgstr "| play. . . . . . . . . . . . . . . . reprodueix el flux\n"
 
-#: modules/control/rc.c:887
+#: modules/control/rc.c:889
 #, fuzzy
 msgid "| stop . . . . . . . . . . . . . . . . stop stream"
 msgstr "| stop . . . . . . . . . . . . . . . . atura el flux\n"
 
-#: modules/control/rc.c:888
+#: modules/control/rc.c:890
 #, fuzzy
 msgid "| next . . . . . . . . . . . .  next playlist item"
 msgstr ""
 "| next . . . . . . . . . . . .  següent element de la llista de reproducció\n"
 
-#: modules/control/rc.c:889
+#: modules/control/rc.c:891
 #, fuzzy
 msgid "| prev . . . . . . . . . .  previous playlist item"
 msgstr ""
 "| prev . . . . . . . . . .  element previ de la llista de la reproducció\n"
 
-#: modules/control/rc.c:890
+#: modules/control/rc.c:892
 #, fuzzy
 msgid "| goto . . . . . . . . . . . .  goto item at index"
 msgstr "| goto . . . . . . . . . . . .  vés a l'element de l'índex\n"
 
-#: modules/control/rc.c:891
+#: modules/control/rc.c:893
 #, fuzzy
 msgid "| clear . . . . . . . . . . .   clear the playlist"
 msgstr ""
 "| next . . . . . . . . . . . .  següent element de la llista de reproducció\n"
 
-#: modules/control/rc.c:892
+#: modules/control/rc.c:894
 #, fuzzy
 msgid "| status . . . . . . . . . current playlist status"
 msgstr ""
 "| next . . . . . . . . . . . .  següent element de la llista de reproducció\n"
 
-#: modules/control/rc.c:893
+#: modules/control/rc.c:895
 #, fuzzy
 msgid "| title [X]  . . . . set/get title in current item"
 msgstr "| title [X]  . . . . defineix/reb el títol en l'element actual\n"
 
-#: modules/control/rc.c:894
+#: modules/control/rc.c:896
 #, fuzzy
 msgid "| title_n  . . . . . .  next title in current item"
 msgstr "| title_n  . . . . . .  el títol següent en l'element actual\n"
 
-#: modules/control/rc.c:895
+#: modules/control/rc.c:897
 #, fuzzy
 msgid "| title_p  . . . .  previous title in current item"
 msgstr "| title_p  . . . .  el títol anterior en l'element actual\n"
 
-#: modules/control/rc.c:896
+#: modules/control/rc.c:898
 #, fuzzy
 msgid "| chapter [X]  . . set/get chapter in current item"
 msgstr "| chapter [X]  . . defineix/reb el capítol en l'element actual\n"
 
-#: modules/control/rc.c:897
+#: modules/control/rc.c:899
 #, fuzzy
 msgid "| chapter_n  . . . .  next chapter in current item"
 msgstr "| chapter_n  . . . .  el següent capítol en l'element actual\n"
 
-#: modules/control/rc.c:898
+#: modules/control/rc.c:900
 #, fuzzy
 msgid "| chapter_p  . .  previous chapter in current item"
 msgstr "| chapter_p  . .  el capítol anterior en l'element actual\n"
 
-#: modules/control/rc.c:900
+#: modules/control/rc.c:902
 #, fuzzy
 msgid "| seek X . seek in seconds, for instance `seek 12'"
 msgstr "| seek X . cerca en segons, per exemple 'seek 12'\n"
 
-#: modules/control/rc.c:901
+#: modules/control/rc.c:903
 #, fuzzy
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause"
 msgstr "| pause  . . . . . . . . . . . . . .  commuta a pausa\n"
 
-#: modules/control/rc.c:902
+#: modules/control/rc.c:904
 #, fuzzy
 msgid "| fastforward  . . . . . .  .  set to maximum rate"
 msgstr "| fastforward  . . . . . .  .  defineix la velocitat màxima\n"
 
-#: modules/control/rc.c:903
+#: modules/control/rc.c:905
 #, fuzzy
 msgid "| rewind  . . . . . . . . . .  set to minimum rate"
 msgstr "| rewind  . . . . . . . . . .  defineix la velocitat mínima\n"
 
-#: modules/control/rc.c:904
+#: modules/control/rc.c:906
 #, fuzzy
 msgid "| faster . . . . . . . .  faster playing of stream"
 msgstr "| play. . . . . . . . . . . . . . . . reprodueix el flux\n"
 
-#: modules/control/rc.c:905
+#: modules/control/rc.c:907
 #, fuzzy
 msgid "| slower . . . . . . . .  slower playing of stream"
 msgstr "| play. . . . . . . . . . . . . . . . reprodueix el flux\n"
 
-#: modules/control/rc.c:906
+#: modules/control/rc.c:908
 #, fuzzy
 msgid "| normal . . . . . . . .  normal playing of stream"
 msgstr "| play. . . . . . . . . . . . . . . . reprodueix el flux\n"
 
-#: modules/control/rc.c:907
+#: modules/control/rc.c:909
 #, fuzzy
 msgid "| f [on|off] . . . . . . . . . . toggle fullscreen"
 msgstr "| f  . . . . . . . . . . . . . . commuta a pantalla sencera\n"
 
-#: modules/control/rc.c:908
+#: modules/control/rc.c:910
 #, fuzzy
 msgid "| info . . .  information about the current stream"
 msgstr "| info . . .  informació sobre el flux actual\n"
 
-#: modules/control/rc.c:909
+#: modules/control/rc.c:911
 msgid "| get_time . . seconds elapsed since stream's beginning"
 msgstr ""
 
-#: modules/control/rc.c:910
+#: modules/control/rc.c:912
 msgid "| is_playing . .  1 if a stream plays, 0 otherwise"
 msgstr ""
 
-#: modules/control/rc.c:911
+#: modules/control/rc.c:913
 #, fuzzy
 msgid "| get_title . . .  the title of the current stream"
 msgstr "| title [X]  . . . . defineix/reb el títol en l'element actual\n"
 
-#: modules/control/rc.c:912
+#: modules/control/rc.c:914
 #, fuzzy
 msgid "| get_length . .  the length of the current stream"
 msgstr "| info . . .  informació sobre el flux actual\n"
 
-#: modules/control/rc.c:914
+#: modules/control/rc.c:916
 #, fuzzy
 msgid "| volume [X] . . . . . . . .  set/get audio volume"
 msgstr "| volume [X] . . . . . . . .  defineix/reb el volum d'àudio\n"
 
-#: modules/control/rc.c:915
+#: modules/control/rc.c:917
 #, fuzzy
 msgid "| volup [X]  . . . . .  raise audio volume X steps"
 msgstr "| volup [X]  . . . . . puja el volum de l'àudio X punts\n"
 
-#: modules/control/rc.c:916
+#: modules/control/rc.c:918
 #, fuzzy
 msgid "| voldown [X]  . . . .  lower audio volume X steps"
 msgstr "| voldown [X]  . . . .  baixa el volum de l'àudio X punts\n"
 
-#: modules/control/rc.c:917
+#: modules/control/rc.c:919
 #, fuzzy
 msgid "| adev [X] . . . . . . . . .  set/get audio device"
 msgstr "| adev [X] . . . . . . . . . defineix/reb el dispositiu d'àudio\n"
 
-#: modules/control/rc.c:918
+#: modules/control/rc.c:920
 #, fuzzy
 msgid "| achan [X]. . . . . . . .  set/get audio channels"
 msgstr "| achan [X]. . . . . . . .  defineix/reb els canals d'àudio\n"
 
-#: modules/control/rc.c:919
+#: modules/control/rc.c:921
 #, fuzzy
 msgid "| atrack [X] . . . . . . . . . set/get audio track"
 msgstr "| adev [X] . . . . . . . . . defineix/reb el dispositiu d'àudio\n"
 
-#: modules/control/rc.c:920
+#: modules/control/rc.c:922
 #, fuzzy
 msgid "| vtrack [X] . . . . . . . . . set/get video track"
 msgstr "| adev [X] . . . . . . . . . defineix/reb el dispositiu d'àudio\n"
 
-#: modules/control/rc.c:921
+#: modules/control/rc.c:923
 #, fuzzy
 msgid "| strack [X] . . . . . . . set/get subtitles track"
 msgstr "| achan [X]. . . . . . . .  defineix/reb els canals d'àudio\n"
 
-#: modules/control/rc.c:922
+#: modules/control/rc.c:924
 msgid "| menu [on|off|up|down|left|right|select] use menu"
 msgstr ""
 
-#: modules/control/rc.c:927
+#: modules/control/rc.c:929
 #, fuzzy
 msgid "| marq-marquee STRING  . . overlay STRING in video"
 msgstr "| marq-marquee STRING  . . superposar STRING en el vídeo\n"
 
-#: modules/control/rc.c:928
+#: modules/control/rc.c:930
 #, fuzzy
 msgid "| marq-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 "| marq-x X . . . . .  desplaçament de la marquesina, des de l'esquerra\n"
 
-#: modules/control/rc.c:929
+#: modules/control/rc.c:931
 #, fuzzy
 msgid "| marq-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 "| marq-y Y . . . . . . temps d'espera de la marquesina, des de la part "
 "superior\n"
 
-#: modules/control/rc.c:930
+#: modules/control/rc.c:932
 #, fuzzy
 msgid "| marq-position #. . .  .relative position control"
 msgstr "| goto . . . . . . . . . . . .  vés a l'element de l'índex\n"
 
-#: modules/control/rc.c:931
+#: modules/control/rc.c:933
 #, fuzzy
 msgid "| marq-color # . . . . . . . . . . font color, RGB"
 msgstr "| goto . . . . . . . . . . . .  vés a l'element de l'índex\n"
 
-#: modules/control/rc.c:932
+#: modules/control/rc.c:934
 #, fuzzy
 msgid "| marq-opacity # . . . . . . . . . . . . . opacity"
 msgstr "| play. . . . . . . . . . . . . . . . reprodueix el flux\n"
 
-#: modules/control/rc.c:933
+#: modules/control/rc.c:935
 #, fuzzy
 msgid "| marq-timeout T. . . . . . . . . . timeout, in ms"
 msgstr "| marq-timeout T. . . . temps d'espera de la marquesina, en ms\n"
 
-#: modules/control/rc.c:934
+#: modules/control/rc.c:936
 #, fuzzy
 msgid "| marq-size # . . . . . . . . font size, in pixels"
 msgstr "| title_n  . . . . . .  el títol següent en l'element actual\n"
 
-#: modules/control/rc.c:936
+#: modules/control/rc.c:938
 #, fuzzy
 msgid "| time-format STRING . . . overlay STRING in video"
 msgstr "| marq-marquee STRING  . . superposar STRING en el vídeo\n"
 
-#: modules/control/rc.c:937
+#: modules/control/rc.c:939
 #, fuzzy
 msgid "| time-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 "| marq-x X . . . . .  desplaçament de la marquesina, des de l'esquerra\n"
 
-#: modules/control/rc.c:938
+#: modules/control/rc.c:940
 #, fuzzy
 msgid "| time-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 "| marq-y Y . . . . . . temps d'espera de la marquesina, des de la part "
 "superior\n"
 
-#: modules/control/rc.c:939
+#: modules/control/rc.c:941
 #, fuzzy
 msgid "| time-position #. . . . . . . . relative position"
 msgstr "| goto . . . . . . . . . . . .  vés a l'element de l'índex\n"
 
-#: modules/control/rc.c:940
+#: modules/control/rc.c:942
 #, fuzzy
 msgid "| time-color # . . . . . . . . . . font color, RGB"
 msgstr ""
 "| next . . . . . . . . . . . .  següent element de la llista de reproducció\n"
 
-#: modules/control/rc.c:941
+#: modules/control/rc.c:943
 #, fuzzy
 msgid "| time-opacity # . . . . . . . . . . . . . opacity"
 msgstr "| play. . . . . . . . . . . . . . . . reprodueix el flux\n"
 
-#: modules/control/rc.c:942
+#: modules/control/rc.c:944
 #, fuzzy
 msgid "| time-size # . . . . . . . . font size, in pixels"
 msgstr "| title_n  . . . . . .  el títol següent en l'element actual\n"
 
-#: modules/control/rc.c:944
+#: modules/control/rc.c:946
 msgid "| logo-file STRING . . .the overlay file path/name"
 msgstr ""
 
-#: modules/control/rc.c:945
+#: modules/control/rc.c:947
 #, fuzzy
 msgid "| logo-x X . . . . . . . . . . . .offset from left"
 msgstr "| goto . . . . . . . . . . . .  vés a l'element de l'índex\n"
 
-#: modules/control/rc.c:946
+#: modules/control/rc.c:948
 #, fuzzy
 msgid "| logo-y Y . . . . . . . . . . . . offset from top"
 msgstr "| goto . . . . . . . . . . . .  vés a l'element de l'índex\n"
 
-#: modules/control/rc.c:947
+#: modules/control/rc.c:949
 #, fuzzy
 msgid "| logo-position #. . . . . . . . relative position"
 msgstr "| goto . . . . . . . . . . . .  vés a l'element de l'índex\n"
 
-#: modules/control/rc.c:948
+#: modules/control/rc.c:950
 #, fuzzy
 msgid "| logo-transparency #. . . . . . . . .transparency"
 msgstr "| goto . . . . . . . . . . . .  vés a l'element de l'índex\n"
 
-#: modules/control/rc.c:950
+#: modules/control/rc.c:952
 #, fuzzy
 msgid "| mosaic-alpha # . . . . . . . . . . . . . . alpha"
 msgstr "| pause  . . . . . . . . . . . . . .  commuta a pausa\n"
 
-#: modules/control/rc.c:951
+#: modules/control/rc.c:953
 #, fuzzy
 msgid "| mosaic-height #. . . . . . . . . . . . . .height"
 msgstr "| help . . . . . . . . . . . . . aquest missatge d’ajuda\n"
 
-#: modules/control/rc.c:952
+#: modules/control/rc.c:954
 #, fuzzy
 msgid "| mosaic-width # . . . . . . . . . . . . . . width"
 msgstr "| quit . . . . . . . . . . . . . . . . .  surt del programa\n"
 
-#: modules/control/rc.c:953
+#: modules/control/rc.c:955
 msgid "| mosaic-xoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:954
+#: modules/control/rc.c:956
 msgid "| mosaic-yoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:955
+#: modules/control/rc.c:957
 msgid "| mosaic-align 0..2,4..6,8..10. . .mosaic alignment"
 msgstr ""
 
-#: modules/control/rc.c:956
+#: modules/control/rc.c:958
 #, fuzzy
 msgid "| mosaic-vborder # . . . . . . . . vertical border"
 msgstr "| stop . . . . . . . . . . . . . . . . atura el flux\n"
 
-#: modules/control/rc.c:957
+#: modules/control/rc.c:959
 #, fuzzy
 msgid "| mosaic-hborder # . . . . . . . horizontal border"
 msgstr "| pause  . . . . . . . . . . . . . .  commuta a pausa\n"
 
-#: modules/control/rc.c:958
+#: modules/control/rc.c:960
 msgid "| mosaic-position {0=auto,1=fixed} . . . .position"
 msgstr ""
 
-#: modules/control/rc.c:959
+#: modules/control/rc.c:961
 #, fuzzy
 msgid "| mosaic-rows #. . . . . . . . . . .number of rows"
 msgstr "| stop . . . . . . . . . . . . . . . . atura el flux\n"
 
-#: modules/control/rc.c:960
+#: modules/control/rc.c:962
 #, fuzzy
 msgid "| mosaic-cols #. . . . . . . . . . .number of cols"
 msgstr "| pause  . . . . . . . . . . . . . .  commuta a pausa\n"
 
-#: modules/control/rc.c:961
+#: modules/control/rc.c:963
 #, fuzzy
 msgid "| mosaic-order id(,id)* . . . . order of pictures "
 msgstr "| pause  . . . . . . . . . . . . . .  commuta a pausa\n"
 
-#: modules/control/rc.c:962
+#: modules/control/rc.c:964
 msgid "| mosaic-keep-aspect-ratio {0,1} . . .aspect ratio"
 msgstr ""
 
-#: modules/control/rc.c:964
+#: modules/control/rc.c:966
 msgid ""
 "| check-updates [newer] [equal] [older]\n"
 "|               [undef] [info] [source] [binary] [plugin]"
 msgstr ""
 
-#: modules/control/rc.c:968
+#: modules/control/rc.c:970
 #, fuzzy
 msgid "| help . . . . . . . . . . . . . this help message"
 msgstr "| help . . . . . . . . . . . . . aquest missatge d’ajuda\n"
 
-#: modules/control/rc.c:969
+#: modules/control/rc.c:971
 #, fuzzy
 msgid "| longhelp . . . . . . . . . a longer help message"
 msgstr "| help . . . . . . . . . . . . . aquest missatge d’ajuda\n"
 
-#: modules/control/rc.c:970
+#: modules/control/rc.c:972
 #, fuzzy
 msgid "| logout . . . . .  exit (if in socket connection)"
 msgstr "| logout . . . . . .surt (si és en la connexió del sòcol )\n"
 
-#: modules/control/rc.c:971
+#: modules/control/rc.c:973
 #, fuzzy
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc"
 msgstr "| quit . . . . . . . . . . . . . . . . .  surt del programa\n"
 
-#: modules/control/rc.c:973
+#: modules/control/rc.c:975
 #, fuzzy
 msgid "+----[ end of help ]"
 msgstr "+----[ fi de l’ajuda ]\n"
 
-#: modules/control/rc.c:1080
+#: modules/control/rc.c:1082
 #, fuzzy
 msgid "Press menu select or pause to continue."
 msgstr ""
 "\n"
 "Premeu la tecla RETORN per continuar...\n"
 
-#: modules/control/rc.c:1324 modules/control/rc.c:1809
-#: modules/control/rc.c:1879 modules/control/rc.c:1928
-#: modules/control/rc.c:2027
+#: modules/control/rc.c:1326 modules/control/rc.c:1811
+#: modules/control/rc.c:1881 modules/control/rc.c:1930
+#: modules/control/rc.c:2029
 #, fuzzy
 msgid "Type 'menu select' or 'pause' to continue."
 msgstr ""
 "\n"
 "Premeu la tecla RETORN per continuar...\n"
 
-#: modules/control/rc.c:1461
+#: modules/control/rc.c:1463
 #, fuzzy
 msgid "Type 'pause' to continue."
 msgstr ""
 "\n"
 "Premeu la tecla RETORN per continuar...\n"
 
-#: modules/control/rc.c:2012 modules/control/rc.c:2051
+#: modules/control/rc.c:2014 modules/control/rc.c:2053
 msgid "Please provide one of the following parameters:"
 msgstr ""
 
@@ -10323,6 +10345,7 @@ msgstr ""
 #: modules/gui/macosx/interaction.m:135 modules/gui/macosx/open.m:158
 #: modules/gui/macosx/playlistinfo.m:60 modules/gui/macosx/prefs.m:122
 #: modules/gui/macosx/prefs.m:142 modules/gui/macosx/wizard.m:363
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:88
 msgid "Cancel"
 msgstr "Cancel·la"
 
@@ -11304,8 +11327,8 @@ msgstr "Voleu obrir els fitxers de totes les subcarpetes?"
 #: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:440
 #: modules/gui/macosx/open.m:634 modules/gui/macosx/open.m:738
 #: modules/gui/macosx/open.m:784 modules/gui/wxwidgets/interface.cpp:675
-#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:348
-#: modules/gui/wxwidgets/menus.cpp:404
+#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:349
+#: modules/gui/wxwidgets/menus.cpp:405
 msgid "Open"
 msgstr "Obre"
 
@@ -11317,7 +11340,7 @@ msgstr "Preferències"
 
 #: modules/gui/beos/InterfaceWindow.cpp:237
 #: modules/gui/beos/InterfaceWindow.cpp:328 modules/gui/macosx/intf.m:503
-#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:35
+#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:41
 #: modules/gui/wxwidgets/dialogs/messages.cpp:47
 msgid "Messages"
 msgstr "Missatges"
@@ -11470,6 +11493,7 @@ msgstr "Aplica"
 
 #: modules/gui/beos/PreferencesWindow.cpp:254 modules/gui/macosx/output.m:526
 #: modules/gui/macosx/playlist.m:704 modules/gui/macosx/prefs.m:121
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:87
 msgid "Save"
 msgstr "Desa"
 
@@ -11601,7 +11625,7 @@ msgstr "No s'ha trobat cap entrada"
 msgid "The stream must be playing or paused for bookmarks to work."
 msgstr "El flux ha de ser reproduït o pausat per a que els preferits funcionin"
 
-#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:735
+#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:741
 #, fuzzy
 msgid "Jump To Time"
 msgstr "Salta a:"
@@ -11620,64 +11644,64 @@ msgstr "Salta a:"
 msgid "Random On"
 msgstr "Aleatori activat"
 
-#: modules/gui/macosx/controls.m:167
+#: modules/gui/macosx/controls.m:168
 msgid "Random Off"
 msgstr "Aleatori desactivat"
 
-#: modules/gui/macosx/controls.m:195 modules/gui/macosx/controls.m:719
+#: modules/gui/macosx/controls.m:197 modules/gui/macosx/controls.m:725
 #: modules/gui/macosx/intf.m:543 modules/gui/macosx/playlist.m:453
 #: modules/gui/macosx/playlist.m:1167
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:54
 msgid "Repeat One"
 msgstr "Repeteix un"
 
-#: modules/gui/macosx/controls.m:199 modules/gui/macosx/controls.m:231
+#: modules/gui/macosx/controls.m:202 modules/gui/macosx/controls.m:236
 #: modules/gui/macosx/playlist.m:1186
 msgid "Repeat Off"
 msgstr "Repetició desactivada"
 
-#: modules/gui/macosx/controls.m:227 modules/gui/macosx/controls.m:726
+#: modules/gui/macosx/controls.m:231 modules/gui/macosx/controls.m:732
 #: modules/gui/macosx/intf.m:544 modules/gui/macosx/playlist.m:454
 #: modules/gui/macosx/playlist.m:1175
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:53
 msgid "Repeat All"
 msgstr "Repeteix tot"
 
-#: modules/gui/macosx/controls.m:308 modules/gui/macosx/controls.m:749
+#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
 #: modules/gui/macosx/intf.m:569
 msgid "Half Size"
 msgstr "Meitat de la mida"
 
-#: modules/gui/macosx/controls.m:310 modules/gui/macosx/controls.m:750
+#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:756
 #: modules/gui/macosx/intf.m:570
 msgid "Normal Size"
 msgstr "Mida normal"
 
-#: modules/gui/macosx/controls.m:312 modules/gui/macosx/controls.m:751
+#: modules/gui/macosx/controls.m:318 modules/gui/macosx/controls.m:757
 #: modules/gui/macosx/intf.m:571
 msgid "Double Size"
 msgstr "Mida doble"
 
-#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
-#: modules/gui/macosx/controls.m:766 modules/gui/macosx/intf.m:574
+#: modules/gui/macosx/controls.m:320 modules/gui/macosx/controls.m:761
+#: modules/gui/macosx/controls.m:772 modules/gui/macosx/intf.m:574
 msgid "Float on Top"
 msgstr "Flota a sobre de tot"
 
-#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:752
+#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:758
 #: modules/gui/macosx/intf.m:572
 msgid "Fit to Screen"
 msgstr "Ajusta a la pantalla"
 
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:542
+#: modules/gui/macosx/controls.m:718 modules/gui/macosx/intf.m:542
 #: modules/gui/macosx/playlist.m:447
 msgid "Random"
 msgstr "Aleatori"
 
-#: modules/gui/macosx/controls.m:733 modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/controls.m:739 modules/gui/macosx/intf.m:545
 msgid "Step Forward"
 msgstr "Endavant un cop"
 
-#: modules/gui/macosx/controls.m:734 modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/controls.m:740 modules/gui/macosx/intf.m:546
 msgid "Step Backward"
 msgstr "Endarrere un cop"
 
@@ -11696,7 +11720,7 @@ msgstr "Avança ràpid"
 #: modules/gui/pda/pda_interface.c:251 modules/gui/wxwidgets/interface.cpp:678
 #: modules/gui/wxwidgets/interface.cpp:689
 #: modules/gui/wxwidgets/interface.cpp:1210
-#: modules/gui/wxwidgets/menus.cpp:265 modules/visualization/xosd.c:242
+#: modules/gui/wxwidgets/menus.cpp:266 modules/visualization/xosd.c:242
 msgid "Pause"
 msgstr "Pausa"
 
@@ -11924,7 +11948,7 @@ msgstr "VLC - Controlador"
 
 #: modules/gui/macosx/intf.m:488 modules/gui/macosx/intf.m:999
 #: modules/gui/macosx/intf.m:1321 modules/gui/pda/pda_interface.c:212
-#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:52
+#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:54
 msgid "VLC media player"
 msgstr "Reproductor multimèdia VLC"
 
@@ -12379,81 +12403,6 @@ msgstr "SDP URL"
 msgid "Save File"
 msgstr "Desa el fitxer"
 
-#: modules/gui/macosx/playlistinfo.m:56
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
-msgid "URI"
-msgstr "URI"
-
-#: modules/gui/macosx/playlistinfo.m:63
-#, fuzzy
-msgid "Advanced Information"
-msgstr "Opcions avançades"
-
-#: modules/gui/macosx/playlistinfo.m:81
-msgid "Read at media"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:82
-#, fuzzy
-msgid "Input bitrate"
-msgstr "Flux Sout"
-
-#: modules/gui/macosx/playlistinfo.m:83
-#, fuzzy
-msgid "Demuxed"
-msgstr "Demultiplexors"
-
-#: modules/gui/macosx/playlistinfo.m:84
-#, fuzzy
-msgid "Stream bitrate"
-msgstr "Màxima velocitat de bit de la codificació "
-
-#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
-#, fuzzy
-msgid "Decoded blocks"
-msgstr "Descodificadors"
-
-#: modules/gui/macosx/playlistinfo.m:88
-#, fuzzy
-msgid "Displayed frames"
-msgstr "Omet els fotogrames"
-
-#: modules/gui/macosx/playlistinfo.m:89
-#, fuzzy
-msgid "Lost frames"
-msgstr "Fotogrames B"
-
-#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
-#: modules/video_filter/deinterlace.c:137
-msgid "Streaming"
-msgstr "Reproducció en temps real"
-
-#: modules/gui/macosx/playlistinfo.m:92
-#, fuzzy
-msgid "Sent packets"
-msgstr "Agrupa paquets"
-
-#: modules/gui/macosx/playlistinfo.m:93
-msgid "Sent bytes"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:94
-#, fuzzy
-msgid "Send rate"
-msgstr "Velocitat de mostratge"
-
-#: modules/gui/macosx/playlistinfo.m:98
-#, fuzzy
-msgid "Played buffers"
-msgstr "Reprodueix més ràpid"
-
-#: modules/gui/macosx/playlistinfo.m:99
-msgid "Lost buffers"
-msgstr ""
-
 #: modules/gui/macosx/playlist.m:434
 msgid "Save Playlist..."
 msgstr "Desa la llista de reproducció"
@@ -12542,6 +12491,81 @@ msgstr ""
 msgid "Empty Folder"
 msgstr ""
 
+#: modules/gui/macosx/playlistinfo.m:56
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
+msgid "URI"
+msgstr "URI"
+
+#: modules/gui/macosx/playlistinfo.m:63
+#, fuzzy
+msgid "Advanced Information"
+msgstr "Opcions avançades"
+
+#: modules/gui/macosx/playlistinfo.m:81
+msgid "Read at media"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:82
+#, fuzzy
+msgid "Input bitrate"
+msgstr "Flux Sout"
+
+#: modules/gui/macosx/playlistinfo.m:83
+#, fuzzy
+msgid "Demuxed"
+msgstr "Demultiplexors"
+
+#: modules/gui/macosx/playlistinfo.m:84
+#, fuzzy
+msgid "Stream bitrate"
+msgstr "Màxima velocitat de bit de la codificació "
+
+#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
+#, fuzzy
+msgid "Decoded blocks"
+msgstr "Descodificadors"
+
+#: modules/gui/macosx/playlistinfo.m:88
+#, fuzzy
+msgid "Displayed frames"
+msgstr "Omet els fotogrames"
+
+#: modules/gui/macosx/playlistinfo.m:89
+#, fuzzy
+msgid "Lost frames"
+msgstr "Fotogrames B"
+
+#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
+#: modules/video_filter/deinterlace.c:137
+msgid "Streaming"
+msgstr "Reproducció en temps real"
+
+#: modules/gui/macosx/playlistinfo.m:92
+#, fuzzy
+msgid "Sent packets"
+msgstr "Agrupa paquets"
+
+#: modules/gui/macosx/playlistinfo.m:93
+msgid "Sent bytes"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:94
+#, fuzzy
+msgid "Send rate"
+msgstr "Velocitat de mostratge"
+
+#: modules/gui/macosx/playlistinfo.m:98
+#, fuzzy
+msgid "Played buffers"
+msgstr "Reprodueix més ràpid"
+
+#: modules/gui/macosx/playlistinfo.m:99
+msgid "Lost buffers"
+msgstr ""
+
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:213
 msgid "Reset All"
@@ -13878,11 +13902,22 @@ msgstr "No s'ha pogut trobar el fitxer del mapa de píxels : %s"
 msgid "QNX RTOS video and audio output"
 msgstr "Sortida de vídeo i àudio QNX RTOS"
 
+#: modules/gui/qt4/dialogs/errors.cpp:37
+#, fuzzy
+msgid "Errors"
+msgstr "Error"
+
 #: modules/gui/qt4/dialogs/streaminfo.cpp:35
 #, fuzzy
 msgid "Stream information"
 msgstr "Metainformació"
 
+#: modules/gui/qt4/dialogs_provider.cpp:235
+#: modules/gui/qt4/dialogs_provider.cpp:246
+#, fuzzy
+msgid "Open directory"
+msgstr "Obre el &disc...\tCtrl-D"
+
 #: modules/gui/qt4/qt4.cpp:45
 #, fuzzy
 msgid "QT interface"
@@ -14073,6 +14108,11 @@ msgstr "Mòdul d'nterfície WinCE"
 msgid "WinCE dialogs provider"
 msgstr "Proveïdor de diàlegs wxWindows"
 
+#: modules/gui/wxwidgets/dialogs.cpp:433
+#: modules/gui/wxwidgets/dialogs/open.cpp:1265
+msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
+msgstr ""
+
 #: modules/gui/wxwidgets/dialogs/bookmarks.cpp:75
 msgid "Edit bookmark"
 msgstr "Edita el preferit"
@@ -14143,26 +14183,6 @@ msgstr ""
 msgid "Input has changed "
 msgstr "Ha canviat l'entrada"
 
-#: modules/gui/wxwidgets/dialogs.cpp:433
-#: modules/gui/wxwidgets/dialogs/open.cpp:1265
-msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:435
-#: modules/gui/wxwidgets/dialogs/open.cpp:1267
-msgid "|Video Files (*.avi, *.mpg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:436
-#: modules/gui/wxwidgets/dialogs/open.cpp:1268
-msgid "|Playlist Files (*.m3u, *.pls, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:437
-#: modules/gui/wxwidgets/dialogs/open.cpp:1269
-msgid "|Subtitle Files (*.srt, *.sub, etc.)|"
-msgstr ""
-
 #: modules/gui/wxwidgets/dialogs/fileinfo.cpp:54
 #, fuzzy
 msgid "Stream and Media Info"
@@ -14721,11 +14741,6 @@ msgstr "URL de la sortida"
 msgid "Loop"
 msgstr "Bucle"
 
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:415
-#, fuzzy
-msgid "Create"
-msgstr "Velocitat de fotogrames"
-
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:560
 #, fuzzy
 msgid "VLM stream"
@@ -14822,11 +14837,6 @@ msgid ""
 msgstr ""
 "Seleccioneu el vostre còdec de vídeo. Feu un clic per obtenir més informació"
 
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
-#, fuzzy
-msgid "Transcode audio (if available)"
-msgstr "Transcodificació de l'àudio"
-
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:135
 #, fuzzy
 msgid ""
@@ -14916,6 +14926,11 @@ msgstr "Més informació"
 msgid "Save to file"
 msgstr "Desa fitxer"
 
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
+#, fuzzy
+msgid "Transcode audio (if available)"
+msgstr "Transcodificació de l'àudio"
+
 #: modules/gui/wxwidgets/extrapanel.cpp:41
 #, fuzzy
 msgid ""
@@ -15222,7 +15237,7 @@ msgstr "&Missatges..."
 msgid "&Preferences..."
 msgstr "P&referències..."
 
-#: modules/gui/wxwidgets/menus.cpp:572 modules/gui/wxwidgets/menus.cpp:599
+#: modules/gui/wxwidgets/menus.cpp:573 modules/gui/wxwidgets/menus.cpp:600
 msgid "Empty"
 msgstr "Buit"
 
@@ -15775,10 +15790,6 @@ msgstr "Fitxer de sortida"
 msgid "Output data for RRDTool in this file."
 msgstr ""
 
-#: modules/misc/memcpy/memcpyaltivec.c:56
-msgid "AltiVec memcpy"
-msgstr "AltiVec memcpy"
-
 #: modules/misc/memcpy/memcpy.c:83
 msgid "libc memcpy"
 msgstr "libc memcpy"
@@ -15795,6 +15806,10 @@ msgstr "MMX memcpy"
 msgid "MMX EXT memcpy"
 msgstr "MMX EXT memcpy"
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr "AltiVec memcpy"
+
 #: modules/misc/msn.c:64
 msgid "MSN Title format string"
 msgstr ""
@@ -17361,13 +17376,6 @@ msgstr "MMX I420,IYUV,YV12  per les conversions  RV15, RV16,RV24,RV32"
 msgid "Conversions from "
 msgstr "Conversions des de"
 
-#: 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 "a"
-
 #: 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 "
@@ -19111,8 +19119,11 @@ msgid "XOSD interface"
 msgstr "Interfície XOSD"
 
 #, fuzzy
-#~ msgid "Errors"
-#~ msgstr "Error"
+#~ msgid "Create"
+#~ msgstr "Velocitat de fotogrames"
+
+#~ msgid " to "
+#~ msgstr "a"
 
 #, fuzzy
 #~ msgid "Yes"
diff --git a/po/cs.po b/po/cs.po
index 09cc248057b7dd69826c7998bb7a8942bf1dd278..b482fe27500837f761bfa73ec94d301e84fd7e40 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: cs\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-31 15:10+0400\n"
+"POT-Creation-Date: 2006-09-04 11:13+0200\n"
 "PO-Revision-Date: 2006-05-18 19:31+0100\n"
 "Last-Translator: Miroslav Oujeský <oujesky@mail.muni.cz>\n"
 "Language-Team: \n"
@@ -19,6 +19,14 @@ msgstr ""
 "X-Poedit-Language: Czech\n"
 "X-Poedit-Country: CZECH REPUBLIC\n"
 
+#: include/vlc/vlc.h:576
+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"
+"see the file named COPYING for details.\n"
+"Written by the VideoLAN team; see the AUTHORS file.\n"
+msgstr ""
+
 #: include/vlc_config_cat.h:32
 msgid "VLC preferences"
 msgstr "Nastavení VLC"
@@ -72,7 +80,7 @@ msgstr ""
 msgid "Hotkeys settings"
 msgstr "Nastavení klávesových zkratek"
 
-#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1209
+#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1217
 #: modules/gui/beos/InterfaceWindow.cpp:282 modules/gui/macosx/extended.m:81
 #: modules/gui/macosx/intf.m:555 modules/gui/macosx/output.m:170
 #: modules/gui/macosx/playlistinfo.m:96 modules/gui/macosx/wizard.m:421
@@ -119,9 +127,9 @@ msgstr "Podporované moduly:"
 msgid "These are general settings for audio output modules."
 msgstr "Toto jsou obecná nastavení pro moduly zvukového výstupu"
 
-#: include/vlc_config_cat.h:71 src/libvlc.h:1553
+#: include/vlc_config_cat.h:71 src/libvlc.h:1563
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:578
-#: modules/gui/wxwidgets/menus.cpp:279 modules/stream_out/transcode.c:285
+#: modules/gui/wxwidgets/menus.cpp:280 modules/stream_out/transcode.c:285
 msgid "Miscellaneous"
 msgstr "Různé"
 
@@ -129,7 +137,7 @@ msgstr "Různé"
 msgid "Miscellaneous audio settings and modules."
 msgstr ""
 
-#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1244
+#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1252
 #: modules/gui/macosx/extended.m:80 modules/gui/macosx/intf.m:568
 #: modules/gui/macosx/output.m:160 modules/gui/macosx/playlistinfo.m:86
 #: modules/gui/macosx/wizard.m:422
@@ -241,7 +249,7 @@ msgstr ""
 msgid "General input settings. Use with care."
 msgstr ""
 
-#: include/vlc_config_cat.h:135 src/libvlc.h:1483
+#: include/vlc_config_cat.h:135 src/libvlc.h:1493
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:152
 #, fuzzy
 msgid "Stream output"
@@ -331,8 +339,8 @@ msgstr "Video On Demand"
 msgid "VLC's implementation of Video On Demand"
 msgstr ""
 
-#: include/vlc_config_cat.h:186 src/libvlc.h:1608 src/playlist/engine.c:79
-#: src/playlist/engine.c:81 modules/demux/playlist/playlist.c:56
+#: include/vlc_config_cat.h:186 src/libvlc.h:1618 src/playlist/engine.c:91
+#: src/playlist/engine.c:93 modules/demux/playlist/playlist.c:56
 #: modules/demux/playlist/playlist.c:57
 #: modules/gui/beos/InterfaceWindow.cpp:231
 #: modules/gui/beos/InterfaceWindow.cpp:325 modules/gui/macosx/intf.m:500
@@ -365,7 +373,7 @@ msgid ""
 "playlist."
 msgstr ""
 
-#: include/vlc_config_cat.h:197 src/libvlc.h:1444
+#: include/vlc_config_cat.h:197 src/libvlc.h:1454
 #: modules/gui/macosx/prefs.m:124
 msgid "Advanced"
 msgstr "Rozšířené"
@@ -483,7 +491,7 @@ msgstr "Vyberte soubor k uložení"
 #: modules/gui/wxwidgets/interface.cpp:677
 #: modules/gui/wxwidgets/interface.cpp:688
 #: modules/gui/wxwidgets/interface.cpp:1216
-#: modules/gui/wxwidgets/menus.cpp:263 modules/gui/wxwidgets/menus.cpp:274
+#: modules/gui/wxwidgets/menus.cpp:264 modules/gui/wxwidgets/menus.cpp:275
 msgid "Play"
 msgstr "Přehrát"
 
@@ -501,8 +509,8 @@ msgid "Delete"
 msgstr "Odstranit"
 
 #: include/vlc_intf_strings.h:37 modules/gui/macosx/intf.m:599
-#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlistinfo.m:55
-#: modules/gui/macosx/playlistinfo.m:363 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/playlistinfo.m:55 modules/gui/macosx/playlistinfo.m:363
 msgid "Information"
 msgstr "Information"
 
@@ -536,8 +544,8 @@ msgstr "Meta-informace"
 msgid "Title"
 msgstr "Titul"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:58
-#: modules/gui/macosx/playlist.m:130 modules/gui/macosx/wizard.m:393
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:130
+#: modules/gui/macosx/playlistinfo.m:58 modules/gui/macosx/wizard.m:393
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:50
 msgid "Author"
 msgstr "Autor"
@@ -612,14 +620,6 @@ msgstr "Název kodeku"
 msgid "Codec Description"
 msgstr "Popis kodeku"
 
-#: include/vlc/vlc.h:576
-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"
-"see the file named COPYING for details.\n"
-"Written by the VideoLAN team; see the AUTHORS file.\n"
-msgstr ""
-
 #: src/audio_output/filters.c:154 src/audio_output/filters.c:201
 #: src/audio_output/filters.c:224
 #, fuzzy
@@ -633,7 +633,7 @@ msgid "The maximum number of filters (%d) was reached."
 msgstr ""
 
 #: src/audio_output/input.c:80 src/audio_output/input.c:126
-#: src/input/es_out.c:361 src/libvlc.h:417 src/video_output/video_output.c:421
+#: src/input/es_out.c:361 src/libvlc.h:421 src/video_output/video_output.c:421
 #: modules/codec/ffmpeg/postprocess.c:94
 msgid "Disable"
 msgstr "Vypnout"
@@ -787,13 +787,14 @@ msgid "VLC could not open the decoder module."
 msgstr ""
 
 #: src/input/decoder.c:136
-msgid "No suitable decoder module for FOURCC \"4.4s\" found"
+msgid "No suitable decoder module for format"
 msgstr ""
 
 #: src/input/decoder.c:137
+#, c-format
 msgid ""
-"VLC probably does not support this audio or video format. Regrettably, there "
-"is no way for you to fix this."
+"VLC probably does not support the “%4.4s” audio or video format. "
+"Unfortunately there is no way for you to fix this."
 msgstr ""
 
 #: src/input/es_out.c:383 src/input/es_out.c:385 src/input/es_out.c:391
@@ -804,7 +805,7 @@ msgid "Track %i"
 msgstr "Stopa %i"
 
 #: src/input/es_out.c:465 src/input/es_out.c:467 src/input/es_out.c:567
-#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:443
+#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:447
 #: modules/gui/macosx/intf.m:548 modules/gui/macosx/intf.m:549
 msgid "Program"
 msgstr "Program"
@@ -844,8 +845,8 @@ msgstr "%d Hz"
 msgid "Bits per sample"
 msgstr "Bitů na vzorek"
 
-#: src/input/es_out.c:1605 modules/access_output/shout.c:86
-#: modules/access/pvr.c:84
+#: src/input/es_out.c:1605 modules/access/pvr.c:84
+#: modules/access_output/shout.c:86
 msgid "Bitrate"
 msgstr "Bitrate"
 
@@ -899,7 +900,7 @@ msgstr ""
 msgid "Bookmark"
 msgstr "Záložka"
 
-#: src/input/var.c:131 src/libvlc.h:449
+#: src/input/var.c:131 src/libvlc.h:453
 msgid "Programs"
 msgstr "Programy"
 
@@ -1578,132 +1579,142 @@ msgstr ""
 
 #: src/libvlc.h:278
 #, fuzzy
-msgid "Fullscreen video output"
+msgid "Embedded video"
 msgstr "Šířka video výstupu."
 
 #: src/libvlc.h:280
 #, fuzzy
+msgid "Embed the video output in the main interface."
+msgstr "kodek, ve kterém jsou uložena data videa"
+
+#: src/libvlc.h:282
+#, fuzzy
+msgid "Fullscreen video output"
+msgstr "Šířka video výstupu."
+
+#: src/libvlc.h:284
+#, fuzzy
 msgid "Start video in fullscreen mode"
 msgstr "Zamkne Epiphany v režimu přes celou obrazovku."
 
-#: src/libvlc.h:282
+#: src/libvlc.h:286
 #, fuzzy
 msgid "Overlay video output"
 msgstr "Šířka video výstupu."
 
-#: src/libvlc.h:284
+#: src/libvlc.h:288
 msgid ""
 "Overlay is the hardware acceleration capability of your video card (ability "
 "to render video directly). VLC will try to use it by default."
 msgstr ""
 
-#: src/libvlc.h:287 src/video_output/vout_intf.c:399
+#: src/libvlc.h:291 src/video_output/vout_intf.c:399
 msgid "Always on top"
 msgstr "Vždy navrchu"
 
-#: src/libvlc.h:289
+#: src/libvlc.h:293
 msgid "Always place the video window on top of other windows."
 msgstr ""
 
-#: src/libvlc.h:291
+#: src/libvlc.h:295
 #, fuzzy
 msgid "Disable screensaver"
 msgstr "Spustit šetřič obrazovky"
 
-#: src/libvlc.h:292
+#: src/libvlc.h:296
 msgid "Disable the screensaver during video playback."
 msgstr ""
 
-#: src/libvlc.h:294
+#: src/libvlc.h:298
 #, fuzzy
 msgid "Window decorations"
 msgstr "Včetně dekorace"
 
-#: src/libvlc.h:296
+#: src/libvlc.h:300
 msgid ""
 "VLC can avoid creating window caption, frames, etc... around the video, "
 "giving a \"minimal\" window."
 msgstr ""
 
-#: src/libvlc.h:299
+#: src/libvlc.h:303
 #, fuzzy
 msgid "Video output filter module"
 msgstr "Šířka video výstupu."
 
-#: src/libvlc.h:301
+#: src/libvlc.h:305
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
 "instance deinterlacing, or to clone or distort the video window."
 msgstr ""
 
-#: src/libvlc.h:305
+#: src/libvlc.h:309
 #, fuzzy
 msgid "Video filter module"
 msgstr "nastavit název modulu"
 
-#: src/libvlc.h:307
+#: src/libvlc.h:311
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
 "instance deinterlacing, or distortthe video."
 msgstr ""
 
-#: src/libvlc.h:311
+#: src/libvlc.h:315
 #, fuzzy
 msgid "Video snapshot directory (or filename)"
 msgstr "Uložit snímek videa"
 
-#: src/libvlc.h:313
+#: src/libvlc.h:317
 msgid "Directory where the video snapshots will be stored."
 msgstr ""
 
-#: src/libvlc.h:315 src/libvlc.h:317
+#: src/libvlc.h:319 src/libvlc.h:321
 #, fuzzy
 msgid "Video snapshot file prefix"
 msgstr "Uložit snímek videa"
 
-#: src/libvlc.h:319
+#: src/libvlc.h:323
 #, fuzzy
 msgid "Video snapshot format"
 msgstr "Uložit snímek videa"
 
-#: src/libvlc.h:321
+#: src/libvlc.h:325
 msgid "Image format which will be used to store the video snapshots"
 msgstr ""
 
-#: src/libvlc.h:323
+#: src/libvlc.h:327
 #, fuzzy
 msgid "Display video snapshot preview"
 msgstr "Uložit snímek aktuálního videa"
 
-#: src/libvlc.h:325
+#: src/libvlc.h:329
 msgid "Display the snapshot preview in the screen's top-left corner."
 msgstr ""
 
-#: src/libvlc.h:327
+#: src/libvlc.h:331
 msgid "Use sequential numbers instead of timestamps"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:333
 msgid "Use sequential numbers instead of timestamps for snapshot numbering"
 msgstr ""
 
-#: src/libvlc.h:331
+#: src/libvlc.h:335
 #, fuzzy
 msgid "Video cropping"
 msgstr "<b>Videokonference</b>"
 
-#: src/libvlc.h:333
+#: src/libvlc.h:337
 msgid ""
 "This forces the cropping of the source video. Accepted formats are x:y (4:3, "
 "16:9, etc.) expressing the global image aspect."
 msgstr ""
 
-#: src/libvlc.h:337
+#: src/libvlc.h:341
 #, fuzzy
 msgid "Source aspect ratio"
 msgstr "Zachovat poměr stran"
 
-#: src/libvlc.h:339
+#: src/libvlc.h:343
 msgid ""
 "This forces 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 "
@@ -1712,130 +1723,130 @@ msgid ""
 "(1.25, 1.3333, etc.) expressing pixel squareness."
 msgstr ""
 
-#: src/libvlc.h:346
+#: src/libvlc.h:350
 msgid "Custom crop ratios list"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:352
 msgid ""
 "Comma seperated list of crop ratios which will be added in the interface's "
 "crop ratios list."
 msgstr ""
 
-#: src/libvlc.h:351
+#: src/libvlc.h:355
 msgid "Custom aspect ratios list"
 msgstr ""
 
-#: src/libvlc.h:353
+#: src/libvlc.h:357
 msgid ""
 "Comma seperated list of aspect ratios which will be added in the interface's "
 "aspect ratio list."
 msgstr ""
 
-#: src/libvlc.h:356
+#: src/libvlc.h:360
 #, fuzzy
 msgid "Fix HDTV height"
 msgstr "Výška hlavního okna"
 
-#: src/libvlc.h:358
+#: src/libvlc.h:362
 msgid ""
 "This allows proper handling of HDTV-1080 video format even if broken encoder "
 "incorrectly sets height to 1088 lines. You should only disable this option "
 "if your video has a non-standard format requiring all 1088 lines."
 msgstr ""
 
-#: src/libvlc.h:363
+#: src/libvlc.h:367
 #, fuzzy
 msgid "Monitor pixel aspect ratio"
 msgstr "Určuje poměr stran stopy"
 
-#: src/libvlc.h:365
+#: src/libvlc.h:369
 msgid ""
 "This forces the monitor aspect ratio. Most monitors have square pixels "
 "(1:1). If you have a 16:9 screen, you might need to change this to 4:3 in "
 "order to keep proportions."
 msgstr ""
 
-#: src/libvlc.h:370
+#: src/libvlc.h:374
 #, fuzzy
 msgid "Skip frames"
 msgstr "Zobrazovat rámce"
 
-#: src/libvlc.h:372
+#: src/libvlc.h:376
 msgid ""
 "This option enables framedropping on MPEG2 stream. Framedropping occurs when "
 "your computer is not powerful enough"
 msgstr ""
 
-#: src/libvlc.h:375
+#: src/libvlc.h:379
 #, fuzzy
 msgid "Drop late frames"
 msgstr "Zahazovat video snímky podle potřeby"
 
-#: src/libvlc.h:377
+#: src/libvlc.h:381
 msgid ""
 "This drops frames that are late (arrive to the video output after their "
 "intended display date)."
 msgstr ""
 
-#: src/libvlc.h:380
+#: src/libvlc.h:384
 #, fuzzy
 msgid "Quiet synchro"
 msgstr "Potichu"
 
-#: src/libvlc.h:382
+#: src/libvlc.h:386
 msgid ""
 "This avoids flooding the message log with debug output from the video output "
 "synchronization mechanism."
 msgstr ""
 
-#: src/libvlc.h:391
+#: src/libvlc.h:395
 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:396
+#: src/libvlc.h:400
 msgid ""
 "If you live in France, it is not allowed to workaround any Digital "
 "Restrictions Management measure."
 msgstr ""
 
-#: src/libvlc.h:399
+#: src/libvlc.h:403
 #, fuzzy
 msgid "Clock reference average counter"
 msgstr "Čítač stupňů po směru hodinových ručiček od 3 hodin"
 
-#: src/libvlc.h:401
+#: src/libvlc.h:405
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
 msgstr ""
 
-#: src/libvlc.h:404
+#: src/libvlc.h:408
 #, fuzzy
 msgid "Clock synchronisation"
 msgstr "Tradiční hodiny"
 
-#: src/libvlc.h:406
+#: src/libvlc.h:410
 msgid ""
 "It is possible to disable the input clock synchronisation for real-time "
 "sources. Use this if you experience jerky playback of network streams."
 msgstr ""
 
-#: src/libvlc.h:410 modules/control/netsync.c:71
+#: src/libvlc.h:414 modules/control/netsync.c:71
 #, fuzzy
 msgid "Network synchronisation"
 msgstr "Proxy sítě"
 
-#: src/libvlc.h:411
+#: src/libvlc.h:415
 msgid ""
 "This allows you to remotely synchronise clocks for server and client. The "
 "detailed settings are available in Advanced / Network Sync."
 msgstr ""
 
-#: src/libvlc.h:417 src/libvlc.h:964 src/video_output/vout_intf.c:261
+#: src/libvlc.h:421 src/libvlc.h:972 src/video_output/vout_intf.c:261
 #: src/video_output/vout_intf.c:348 modules/access/dshow/dshow.cpp:74
 #: modules/access/dshow/dshow.cpp:76 modules/access/dshow/dshow.cpp:79
 #: modules/access/dshow/dshow.cpp:85 modules/audio_output/alsa.c:102
@@ -1849,7 +1860,7 @@ msgstr ""
 msgid "Default"
 msgstr "Implicitní"
 
-#: src/libvlc.h:417 modules/gui/macosx/equalizer.m:145
+#: src/libvlc.h:421 modules/gui/macosx/equalizer.m:145
 #: modules/gui/macosx/extended.m:113 modules/gui/macosx/wizard.m:395
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:633
 #: modules/gui/wxwidgets/extrapanel.cpp:216
@@ -1858,181 +1869,181 @@ msgstr "Implicitní"
 msgid "Enable"
 msgstr "Zapnout"
 
-#: src/libvlc.h:419
+#: src/libvlc.h:423
 msgid "UDP port"
 msgstr "UDP port"
 
-#: src/libvlc.h:421
+#: src/libvlc.h:425
 msgid "This is the default port used for UDP streams. Default is 1234."
 msgstr ""
 
-#: src/libvlc.h:423
+#: src/libvlc.h:427
 #, fuzzy
 msgid "MTU of the network interface"
 msgstr "Nastavit síťové rozhraní."
 
-#: src/libvlc.h:425
+#: src/libvlc.h:429
 msgid ""
 "This is the maximum packet size that can be transmitted over the network "
 "interface. On Ethernet it is usually 1500 bytes."
 msgstr ""
 
-#: src/libvlc.h:428
+#: src/libvlc.h:432
 #, fuzzy
 msgid "Hop limit (TTL)"
 msgstr "       TTL  := { 1..255 | inherit }\n"
 
-#: src/libvlc.h:430
+#: src/libvlc.h:434
 msgid ""
 "This is the hop limit (also known as \"Time-To-Live\" or TTL) of the "
 "multicast packets sent by the stream output (0 = use operating system built-"
 "in default)."
 msgstr ""
 
-#: src/libvlc.h:434
+#: src/libvlc.h:438
 msgid "IPv6 multicast output interface"
 msgstr ""
 
-#: src/libvlc.h:436
+#: src/libvlc.h:440
 msgid "Default IPv6 multicast interface. This overrides the routing table."
 msgstr ""
 
-#: src/libvlc.h:438
+#: src/libvlc.h:442
 msgid "IPv4 multicast output interface address"
 msgstr ""
 
-#: src/libvlc.h:440
+#: src/libvlc.h:444
 msgid ""
 "IPv4 adress for the default multicast interface. This overrides the routing "
 "table."
 msgstr ""
 
-#: src/libvlc.h:445
+#: src/libvlc.h:449
 msgid ""
 "Choose the program to select by giving its Service ID. Only use this option "
 "if you want to read a multi-program stream (like DVB streams for example)."
 msgstr ""
 
-#: src/libvlc.h:451
+#: src/libvlc.h:455
 msgid ""
 "Choose the programs to select by giving a comma-separated list of Service "
 "IDs (SIDs). Only use this option if you want to read a multi-program stream "
 "(like DVB streams for example)."
 msgstr ""
 
-#: src/libvlc.h:457 modules/gui/wxwidgets/dialogs/open.cpp:779
+#: src/libvlc.h:461 modules/gui/wxwidgets/dialogs/open.cpp:779
 msgid "Audio track"
 msgstr "Zvuková stopa"
 
-#: src/libvlc.h:459
+#: src/libvlc.h:463
 msgid "Stream number of the audio track to use (from 0 to n)."
 msgstr ""
 
-#: src/libvlc.h:462 modules/gui/wxwidgets/dialogs/open.cpp:771
+#: src/libvlc.h:466 modules/gui/wxwidgets/dialogs/open.cpp:771
 msgid "Subtitles track"
 msgstr "Titulky"
 
-#: src/libvlc.h:464
+#: src/libvlc.h:468
 msgid "Stream number of the subtitle track to use (from 0 to n)."
 msgstr ""
 
-#: src/libvlc.h:467
+#: src/libvlc.h:471
 msgid "Audio language"
 msgstr "Jazyk zvukové stopy"
 
-#: src/libvlc.h:469
+#: src/libvlc.h:473
 msgid ""
 "Language of the audio track you want to use (comma separated, two or three "
 "letter country code)."
 msgstr ""
 
-#: src/libvlc.h:472
+#: src/libvlc.h:476
 msgid "Subtitle language"
 msgstr "Jazyk titulků"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:478
 msgid ""
 "Language of the subtitle track you want to use (comma separated, two or tree "
 "letter country code)."
 msgstr ""
 
-#: src/libvlc.h:478
+#: src/libvlc.h:482
 msgid "Audio track ID"
 msgstr "ID zvukové stopy"
 
-#: src/libvlc.h:480
+#: src/libvlc.h:484
 msgid "Stream ID of the audio track to use."
 msgstr "ID proudu audio stopy."
 
-#: src/libvlc.h:482
+#: src/libvlc.h:486
 msgid "Subtitles track ID"
 msgstr "ID titulků"
 
-#: src/libvlc.h:484
+#: src/libvlc.h:488
 msgid "Stream ID of the subtitle track to use."
 msgstr "ID proudu titulků"
 
-#: src/libvlc.h:486
+#: src/libvlc.h:490
 #, fuzzy
 msgid "Input repetitions"
 msgstr "Neplatný vstup"
 
-#: src/libvlc.h:488
+#: src/libvlc.h:492
 msgid "Number of time the same input will be repeated"
 msgstr ""
 
-#: src/libvlc.h:490
+#: src/libvlc.h:494
 msgid "Start time"
 msgstr "Čas začátku"
 
-#: src/libvlc.h:492
+#: src/libvlc.h:496
 msgid "The stream will start at this position (in seconds)."
 msgstr "Tento proud se spustí od této pozice (v sekundách)."
 
-#: src/libvlc.h:494
+#: src/libvlc.h:498
 msgid "Stop time"
 msgstr "ÄŒas konce"
 
-#: src/libvlc.h:496
+#: src/libvlc.h:500
 msgid "The stream will stop at this position (in seconds)."
 msgstr "Tento proud se zastaví na této pozici (v sekundách)."
 
-#: src/libvlc.h:498
+#: src/libvlc.h:502
 #, fuzzy
 msgid "Input list"
 msgstr "položka seznamu"
 
-#: src/libvlc.h:500
+#: src/libvlc.h:504
 msgid ""
 "You can give a comma-separated list of inputs that will be concatenated "
 "together after the normal one."
 msgstr ""
 
-#: src/libvlc.h:503
+#: src/libvlc.h:507
 #, fuzzy
 msgid "Input slave (experimental)"
 msgstr "Chybný vstupní řádek %s\n"
 
-#: src/libvlc.h:505
+#: src/libvlc.h:509
 msgid ""
 "This allows you to play from several inputs at the same time. This feature "
 "is experimental, not all formats are supported. Use a '#' separated list of "
 "inputs."
 msgstr ""
 
-#: src/libvlc.h:509
+#: src/libvlc.h:513
 #, fuzzy
 msgid "Bookmarks list for a stream"
 msgstr "nelze otevřít `%i' pro proud"
 
-#: src/libvlc.h:511
+#: src/libvlc.h:515
 msgid ""
 "You can manually give a list of bookmarks for a stream in the form "
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
 "{...}\""
 msgstr ""
 
-#: src/libvlc.h:517
+#: src/libvlc.h:521
 msgid ""
 "These options allow you to modify the behavior of the subpictures subsystem. "
 "You can for example enable subpictures filters (logo, etc.). Enable these "
@@ -2040,77 +2051,77 @@ msgid ""
 "section. You can also set many miscellaneous subpictures options."
 msgstr ""
 
-#: src/libvlc.h:523
+#: src/libvlc.h:527
 #, fuzzy
 msgid "Force subtitle position"
 msgstr "Zobrazovat umístění myši"
 
-#: src/libvlc.h:525
+#: src/libvlc.h:529
 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:528
+#: src/libvlc.h:532
 #, fuzzy
 msgid "Enable sub-pictures"
 msgstr "Obrázky a text"
 
-#: src/libvlc.h:530
+#: src/libvlc.h:534
 msgid "You can completely disable the sub-picture processing."
 msgstr ""
 
-#: src/libvlc.h:532 src/libvlc.h:1324 src/misc/iso-639_def.h:143
+#: src/libvlc.h:536 src/libvlc.h:1334 src/misc/iso-639_def.h:143
 #: modules/stream_out/transcode.c:281
 #, fuzzy
 msgid "On Screen Display"
 msgstr "Displej v horní části obrazovky"
 
-#: src/libvlc.h:534
+#: src/libvlc.h:538
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
 "Display)."
 msgstr ""
 
-#: src/libvlc.h:537
+#: src/libvlc.h:541
 #, fuzzy
 msgid "Text rendering module"
 msgstr "Uvolňuji modul pro provoz nad textem se značkami."
 
-#: src/libvlc.h:539
+#: src/libvlc.h:543
 msgid ""
 "VLC normally uses Freetype for rendering, but this allows you to use svg for "
 "instance."
 msgstr ""
 
-#: src/libvlc.h:542
+#: src/libvlc.h:546
 #, fuzzy
 msgid "Subpictures filter module"
 msgstr "nastavit název modulu"
 
-#: src/libvlc.h:544
+#: src/libvlc.h:548
 msgid ""
 "This adds so-called \"subpicture filters\". These filters overlay some "
 "images or text over the video (like a logo, arbitraty text...)."
 msgstr ""
 
-#: src/libvlc.h:547
+#: src/libvlc.h:551
 #, fuzzy
 msgid "Autodetect subtitle files"
 msgstr "Kopíruji soubory z '%s'\n"
 
-#: src/libvlc.h:549
+#: src/libvlc.h:553
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified "
 "(based on the filename of the movie)."
 msgstr ""
 
-#: src/libvlc.h:552
+#: src/libvlc.h:556
 #, fuzzy
 msgid "Subtitle autodetection fuzziness"
 msgstr "Autodetekce kódování titulků UTF-8"
 
-#: src/libvlc.h:554
+#: src/libvlc.h:558
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -2121,33 +2132,33 @@ msgid ""
 "4 = subtitle file matching the movie name exactly"
 msgstr ""
 
-#: src/libvlc.h:562
+#: src/libvlc.h:566
 #, fuzzy
 msgid "Subtitle autodetection paths"
 msgstr "Sloučit viditelné cesty"
 
-#: src/libvlc.h:564
+#: src/libvlc.h:568
 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:567
+#: src/libvlc.h:571
 #, fuzzy
 msgid "Use subtitle file"
 msgstr "Používat bezpečné ukládání souborů"
 
-#: src/libvlc.h:569
+#: src/libvlc.h:573
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
 msgstr ""
 
-#: src/libvlc.h:572
+#: src/libvlc.h:576
 msgid "DVD device"
 msgstr "DVD zařízení"
 
-#: src/libvlc.h:575
+#: src/libvlc.h:579
 msgid ""
 "This is the default DVD drive (or file) to use. Don't forget the colon after "
 "the drive letter (eg. D:)"
@@ -2155,15 +2166,15 @@ msgstr ""
 "Toto je výchozí DVD mechanika (nebo soubor). Nezapomeňte uvést za písmenem "
 "mechaniky dvojtečku (např. D:)"
 
-#: src/libvlc.h:579
+#: src/libvlc.h:583
 msgid "This is the default DVD device to use."
 msgstr "Toto je výchozí DVD zařízení."
 
-#: src/libvlc.h:582
+#: src/libvlc.h:586
 msgid "VCD device"
 msgstr "VCD zařízení"
 
-#: src/libvlc.h:585
+#: src/libvlc.h:589
 msgid ""
 "This is the default VCD device to use. If you don't specify anything, we'll "
 "scan for a suitable CD-ROM device."
@@ -2171,15 +2182,15 @@ msgstr ""
 "Toto je výchozí VCD zařízení. Pokud zde nic neuvedete, zkusíme nalézt "
 "vhodnou CD-ROM mechaniku."
 
-#: src/libvlc.h:589
+#: src/libvlc.h:593
 msgid "This is the default VCD device to use."
 msgstr "Toto je výchozí zařízení pro VCD."
 
-#: src/libvlc.h:592
+#: src/libvlc.h:596
 msgid "Audio CD device"
 msgstr "zařízení pro zvukové CD"
 
-#: src/libvlc.h:595
+#: src/libvlc.h:599
 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."
@@ -2187,421 +2198,421 @@ msgstr ""
 "Toto je výchozí zařízení pro zvukové CD. Pokud zde nic neuvedete, zkusíme "
 "nalézt vhodnou CD-ROM mechaniku."
 
-#: src/libvlc.h:599
+#: src/libvlc.h:603
 msgid "This is the default Audio CD device to use."
 msgstr "Toto je výchozí zařízení pro zvukové CD."
 
-#: src/libvlc.h:602 modules/gui/wxwidgets/dialogs/open.cpp:841
+#: src/libvlc.h:606 modules/gui/wxwidgets/dialogs/open.cpp:841
 #, fuzzy
 msgid "Force IPv6"
 msgstr "Tunel IPv6"
 
-#: src/libvlc.h:604
+#: src/libvlc.h:608
 msgid "IPv6 will be used by default for all connections."
 msgstr ""
 
-#: src/libvlc.h:606
+#: src/libvlc.h:610
 #, fuzzy
 msgid "Force IPv4"
 msgstr "Lidská síla"
 
-#: src/libvlc.h:608
+#: src/libvlc.h:612
 msgid "IPv4 will be used by default for all connections."
 msgstr ""
 
-#: src/libvlc.h:610
+#: src/libvlc.h:614
 #, fuzzy
 msgid "TCP connection timeout"
 msgstr "<b>Interval dvojitého kliknutí</b>"
 
-#: src/libvlc.h:612
+#: src/libvlc.h:616
 msgid "Default TCP connection timeout (in milliseconds). "
 msgstr ""
 
-#: src/libvlc.h:614
+#: src/libvlc.h:618
 #, fuzzy
 msgid "SOCKS server"
 msgstr "Komunikační server"
 
-#: src/libvlc.h:616
+#: src/libvlc.h:620
 msgid ""
 "SOCKS proxy server to use. This must be of the form address:port. It will be "
 "used for all TCP connections"
 msgstr ""
 
-#: src/libvlc.h:619
+#: src/libvlc.h:623
 #, fuzzy
 msgid "SOCKS user name"
 msgstr "_Jméno uživatele ve Windows:"
 
-#: src/libvlc.h:621
+#: src/libvlc.h:625
 msgid "User name to be used for connection to the SOCKS proxy."
 msgstr ""
 
-#: src/libvlc.h:623
+#: src/libvlc.h:627
 #, fuzzy
 msgid "SOCKS password"
 msgstr "text hesla"
 
-#: src/libvlc.h:625
+#: src/libvlc.h:629
 msgid "Password to be used for connection to the SOCKS proxy."
 msgstr ""
 
-#: src/libvlc.h:627
+#: src/libvlc.h:631
 #, fuzzy
 msgid "Title metadata"
 msgstr "<b>Jiná metadata</b>"
 
-#: src/libvlc.h:629
+#: src/libvlc.h:633
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:631
+#: src/libvlc.h:635
 #, fuzzy
 msgid "Author metadata"
 msgstr "<b>Jiná metadata</b>"
 
-#: src/libvlc.h:633
+#: src/libvlc.h:637
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:635
+#: src/libvlc.h:639
 #, fuzzy
 msgid "Artist metadata"
 msgstr "<b>Jiná metadata</b>"
 
-#: src/libvlc.h:637
+#: src/libvlc.h:641
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:639
+#: src/libvlc.h:643
 #, fuzzy
 msgid "Genre metadata"
 msgstr "<b>Jiná metadata</b>"
 
-#: src/libvlc.h:641
+#: src/libvlc.h:645
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:643
+#: src/libvlc.h:647
 #, fuzzy
 msgid "Copyright metadata"
 msgstr "<b>Jiná metadata</b>"
 
-#: src/libvlc.h:645
+#: src/libvlc.h:649
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:647
+#: src/libvlc.h:651
 #, fuzzy
 msgid "Description metadata"
 msgstr "<b>Jiná metadata</b>"
 
-#: src/libvlc.h:649
+#: src/libvlc.h:653
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:651
+#: src/libvlc.h:655
 #, fuzzy
 msgid "Date metadata"
 msgstr "<b>Jiná metadata</b>"
 
-#: src/libvlc.h:653
+#: src/libvlc.h:657
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:655
+#: src/libvlc.h:659
 #, fuzzy
 msgid "URL metadata"
 msgstr "<b>Jiná metadata</b>"
 
-#: src/libvlc.h:657
+#: src/libvlc.h:661
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:661
+#: src/libvlc.h:665
 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:665
+#: src/libvlc.h:669
 #, fuzzy
 msgid "Preferred decoders list"
 msgstr "^Aktualizovat seznam balíků"
 
-#: src/libvlc.h:667
+#: src/libvlc.h:671
 msgid ""
 "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. Only advanced "
 "users should alter this option as it can break playback of all your streams."
 msgstr ""
 
-#: src/libvlc.h:672
+#: src/libvlc.h:676
 #, fuzzy
 msgid "Preferred encoders list"
 msgstr "^Aktualizovat seznam balíků"
 
-#: src/libvlc.h:674
+#: src/libvlc.h:678
 msgid ""
 "This allows you to select a list of encoders that VLC will use in priority."
 msgstr ""
 
-#: src/libvlc.h:683
+#: src/libvlc.h:687
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
 msgstr ""
 
-#: src/libvlc.h:686
+#: src/libvlc.h:690
 #, fuzzy
 msgid "Default stream output chain"
 msgstr "Nemohu zapisovat data do výstupního proudu\n"
 
-#: src/libvlc.h:688
+#: src/libvlc.h:692
 msgid ""
 "You can enter here a default stream output chain. Refer to the documentation "
 "to learn how to build such chains.Warning: this chain will be enabled for "
 "all streams."
 msgstr ""
 
-#: src/libvlc.h:692
+#: src/libvlc.h:696
 #, fuzzy
 msgid "Enable streaming of all ES"
 msgstr "Zapnout SHOUT/Icecast streamování názvů"
 
-#: src/libvlc.h:694
+#: src/libvlc.h:698
 msgid "Stream all elementary streams (video, audio and subtitles)"
 msgstr ""
 
-#: src/libvlc.h:696
+#: src/libvlc.h:700
 #, fuzzy
 msgid "Display while streaming"
 msgstr "Chyba při zpracování %s\n"
 
-#: src/libvlc.h:698
+#: src/libvlc.h:702
 msgid "Play locally the stream while streaming it."
 msgstr ""
 
-#: src/libvlc.h:700
+#: src/libvlc.h:704
 #, fuzzy
 msgid "Enable video stream output"
 msgstr "ASCII-art video výstup"
 
-#: src/libvlc.h:702
+#: src/libvlc.h:706
 msgid ""
 "Choose whether the video stream should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:705
+#: src/libvlc.h:709
 #, fuzzy
 msgid "Enable audio stream output"
 msgstr "vyberte prosím zařízení výstupu zvuku:"
 
-#: src/libvlc.h:707
+#: src/libvlc.h:711
 msgid ""
 "Choose whether the audio stream should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:710
+#: src/libvlc.h:714
 #, fuzzy
 msgid "Enable SPU stream output"
 msgstr "Nemohu zapisovat data do výstupního proudu\n"
 
-#: src/libvlc.h:712
+#: src/libvlc.h:716
 msgid ""
 "Choose whether the SPU streams should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:715
+#: src/libvlc.h:719
 #, fuzzy
 msgid "Keep stream output open"
 msgstr "Nelze otevřít výstupní soubor %s: %s\n"
 
-#: src/libvlc.h:717
+#: src/libvlc.h:721
 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:721
+#: src/libvlc.h:725
 #, fuzzy
 msgid "Preferred packetizer list"
 msgstr "^Aktualizovat seznam balíků"
 
-#: src/libvlc.h:723
+#: src/libvlc.h:727
 msgid ""
 "This allows you to select the order in which VLC will choose its packetizers."
 msgstr ""
 
-#: src/libvlc.h:726
+#: src/libvlc.h:730
 #, fuzzy
 msgid "Mux module"
 msgstr "Adresáře s moduly"
 
-#: src/libvlc.h:728
+#: src/libvlc.h:732
 msgid "This is a legacy entry to let you configure mux modules"
 msgstr ""
 
-#: src/libvlc.h:730
+#: src/libvlc.h:734
 #, fuzzy
 msgid "Access output module"
 msgstr "nastavit název modulu"
 
-#: src/libvlc.h:732
+#: src/libvlc.h:736
 msgid "This is a legacy entry to let you configure access output modules"
 msgstr ""
 
-#: src/libvlc.h:734
+#: src/libvlc.h:738
 #, fuzzy
 msgid "Control SAP flow"
 msgstr " F - Hardwarová kontrola toku   :"
 
-#: src/libvlc.h:736
+#: src/libvlc.h:740
 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:740
+#: src/libvlc.h:744
 #, fuzzy
 msgid "SAP announcement interval"
 msgstr "_Interval přestávky trvá:"
 
-#: src/libvlc.h:742
+#: src/libvlc.h:746
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
 "between SAP announcements."
 msgstr ""
 
-#: src/libvlc.h:752
+#: src/libvlc.h:756
 msgid ""
 "These options allow you to enable special CPU optimizations. You should "
 "always leave all these enabled."
 msgstr ""
 
-#: src/libvlc.h:755
+#: src/libvlc.h:759
 msgid "Enable FPU support"
 msgstr "Zapnout podporu FPU"
 
-#: src/libvlc.h:757
+#: src/libvlc.h:761
 msgid ""
 "If your processor has a floating point calculation unit, VLC can take "
 "advantage of it."
 msgstr ""
 
-#: src/libvlc.h:760
+#: src/libvlc.h:764
 msgid "Enable CPU MMX support"
 msgstr "Zapnout podporu CPU MMX"
 
-#: src/libvlc.h:762
+#: src/libvlc.h:766
 #, fuzzy
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
 msgstr "Pokud váš procesor podporuje MMX EXT instrukce, VLC jich může využít."
 
-#: src/libvlc.h:765
+#: src/libvlc.h:769
 msgid "Enable CPU 3D Now! support"
 msgstr "Zapnout podporu 3D Now!"
 
-#: src/libvlc.h:767
+#: src/libvlc.h:771
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
 msgstr "Pokud váš procesor podporuje 3D Now! instrukce, VLC jich může využít."
 
-#: src/libvlc.h:770
+#: src/libvlc.h:774
 msgid "Enable CPU MMX EXT support"
 msgstr "Zapnout podporu MMX EXT"
 
-#: src/libvlc.h:772
+#: src/libvlc.h:776
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
 msgstr "Pokud váš procesor podporuje MMX EXT instrukce, VLC jich může využít."
 
-#: src/libvlc.h:775
+#: src/libvlc.h:779
 msgid "Enable CPU SSE support"
 msgstr "Zapnout podporu CPU SSE"
 
-#: src/libvlc.h:777
+#: src/libvlc.h:781
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
 msgstr "Pokud váš procesor podporuje SSE instrukce, VLC jich může využít."
 
-#: src/libvlc.h:780
+#: src/libvlc.h:784
 msgid "Enable CPU SSE2 support"
 msgstr "Zapnout podporu CPU SSE2"
 
-#: src/libvlc.h:782
+#: src/libvlc.h:786
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
 "of them."
 msgstr "Pokud váš procesor podporuje SSE2 instrukce, VLC jich může využít."
 
-#: src/libvlc.h:785
+#: src/libvlc.h:789
 msgid "Enable CPU AltiVec support"
 msgstr "Zapnout podporu CPU AltiVec"
 
-#: src/libvlc.h:787
+#: src/libvlc.h:791
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
 msgstr "Pokud váš procesor podporuje AltiVec instrukce, VLC jich může využít."
 
-#: src/libvlc.h:792
+#: src/libvlc.h:796
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:795
+#: src/libvlc.h:799
 #, fuzzy
 msgid "Memory copy module"
 msgstr "nastavit název modulu"
 
-#: src/libvlc.h:797
+#: src/libvlc.h:801
 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:800
+#: src/libvlc.h:804
 #, fuzzy
 msgid "Access module"
 msgstr "Adresáře s moduly"
 
-#: src/libvlc.h:802
+#: src/libvlc.h:806
 msgid ""
 "This allows you to force an access module. You can use it if the correct "
 "access is not automatically detected. You should not set this as a global "
 "option unless you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:806
+#: src/libvlc.h:810
 #, fuzzy
 msgid "Access filter module"
 msgstr "nastavit název modulu"
 
-#: src/libvlc.h:808
+#: src/libvlc.h:812
 msgid ""
 "Access filters are used to modify the stream that is being read. This is "
 "used for instance for timeshifting."
 msgstr ""
 
-#: src/libvlc.h:811
+#: src/libvlc.h:815
 #, fuzzy
 msgid "Demux module"
 msgstr "Adresáře s moduly"
 
-#: src/libvlc.h:813
+#: src/libvlc.h:817
 msgid ""
 "Demultiplexers are used to separate the \"elementary\" streams (like audio "
 "and video streams). You can use it if the correct demuxer is not "
@@ -2609,12 +2620,12 @@ msgid ""
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:818
+#: src/libvlc.h:822
 #, fuzzy
 msgid "Allow real-time priority"
 msgstr "Povolení/zákaz náhledu na změny v reálném čase"
 
-#: src/libvlc.h:820
+#: src/libvlc.h:824
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -2622,46 +2633,46 @@ msgid ""
 "only activate this if you know what you're doing."
 msgstr ""
 
-#: src/libvlc.h:826
+#: src/libvlc.h:830
 #, fuzzy
 msgid "Adjust VLC priority"
 msgstr "Ignoruji neplatnou prioritu \"%s\""
 
-#: src/libvlc.h:828
+#: src/libvlc.h:832
 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:832
+#: src/libvlc.h:836
 #, fuzzy
 msgid "Minimize number of threads"
 msgstr "Spustí POČET vláken"
 
-#: src/libvlc.h:834
+#: src/libvlc.h:838
 msgid "This option minimizes the number of threads needed to run VLC."
 msgstr ""
 
-#: src/libvlc.h:836
+#: src/libvlc.h:840
 #, fuzzy
 msgid "Modules search path"
 msgstr "Aktuální hledací cesta je:\n"
 
-#: src/libvlc.h:838
+#: src/libvlc.h:842
 msgid "Additional path for VLC to look for its modules."
 msgstr ""
 
-#: src/libvlc.h:840
+#: src/libvlc.h:844
 #, fuzzy
 msgid "VLM configuration file"
 msgstr "hlavní soubor nastavení"
 
-#: src/libvlc.h:842
+#: src/libvlc.h:846
 msgid "Read a VLM configuration file as soon as VLM is started."
 msgstr ""
 
-#: src/libvlc.h:844
+#: src/libvlc.h:848
 #, fuzzy
 msgid "Use a plugins cache"
 msgstr ""
@@ -2669,55 +2680,55 @@ msgstr ""
 "Používá se %u%%, z čehož\n"
 "%u%% je cache"
 
-#: src/libvlc.h:846
+#: src/libvlc.h:850
 msgid "Use a plugins cache which will greatly improve the startup time of VLC."
 msgstr ""
 
-#: src/libvlc.h:848
+#: src/libvlc.h:852
 msgid "Collect statistics"
 msgstr "Shromažďovat statistiky"
 
-#: src/libvlc.h:850
+#: src/libvlc.h:854
 msgid "Collect miscellaneous statistics."
 msgstr "Shromažďuje různé statistické informace."
 
-#: src/libvlc.h:852
+#: src/libvlc.h:856
 msgid "Run as daemon process"
 msgstr "Spouštět jako daemon"
 
-#: src/libvlc.h:854
+#: src/libvlc.h:858
 msgid "Runs VLC as a background daemon process."
 msgstr ""
 
-#: src/libvlc.h:856
+#: src/libvlc.h:860
 msgid "Write process id to file"
 msgstr ""
 
-#: src/libvlc.h:858
+#: src/libvlc.h:862
 msgid "Writes process id into specified file."
 msgstr ""
 
-#: src/libvlc.h:860
+#: src/libvlc.h:864
 msgid "Log to file"
 msgstr "Uložit záznamy do souboru"
 
-#: src/libvlc.h:862
+#: src/libvlc.h:866
 msgid "Log all VLC messages to a text file."
 msgstr ""
 
-#: src/libvlc.h:864
+#: src/libvlc.h:868
 msgid "Log to syslog"
 msgstr "Uložit záznamy do syslogu"
 
-#: src/libvlc.h:866
+#: src/libvlc.h:870
 msgid "Log all VLC messages to syslog (UNIX systems)."
 msgstr ""
 
-#: src/libvlc.h:868
+#: src/libvlc.h:872
 msgid "Allow only one running instance"
 msgstr "Povolit pouze jednu instanci"
 
-#: src/libvlc.h:870
+#: src/libvlc.h:874
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
 "example if you associated VLC with some media types and you don't want a new "
@@ -2730,29 +2741,29 @@ msgstr ""
 "nějaký otevřete, spustila nová instance VLC. Toto nastavení vám umožní "
 "přehrát soubor v již spuštěné instanci, nebo jej zařadit do fronty."
 
-#: src/libvlc.h:876
+#: src/libvlc.h:880
 msgid "VLC is started from file association"
 msgstr ""
 
-#: src/libvlc.h:878
+#: src/libvlc.h:882
 msgid "Tell VLC that it is being launched due to a file association in the OS"
 msgstr ""
 
-#: src/libvlc.h:881
+#: src/libvlc.h:885
 msgid "One instance when started from file"
 msgstr ""
 
-#: src/libvlc.h:883
+#: src/libvlc.h:887
 #, fuzzy
 msgid "Allow only one running instance when started from file."
 msgstr "Povolit pouze jednu instanci"
 
-#: src/libvlc.h:885
+#: src/libvlc.h:889
 #, fuzzy
 msgid "Increase the priority of the process"
 msgstr "Zvýšit prioritu modulu"
 
-#: src/libvlc.h:887
+#: src/libvlc.h:891
 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 "
@@ -2762,22 +2773,22 @@ msgid ""
 "machine."
 msgstr ""
 
-#: src/libvlc.h:894
+#: src/libvlc.h:898
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr ""
 
-#: src/libvlc.h:896
+#: src/libvlc.h:900
 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:901
+#: src/libvlc.h:905
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr ""
 
-#: src/libvlc.h:904
+#: src/libvlc.h:908
 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 "
@@ -2786,202 +2797,212 @@ msgid ""
 "fastest but slightly incorrect), 1 (default) and 2."
 msgstr ""
 
-#: src/libvlc.h:913
+#: src/libvlc.h:917
 msgid "Enqueue items to playlist when in one instance mode"
 msgstr ""
 
-#: src/libvlc.h:915
+#: src/libvlc.h:919
 msgid ""
 "When using the one instance only option, enqueue items to playlist and keep "
 "playing current item."
 msgstr ""
 
-#: src/libvlc.h:924
+#: src/libvlc.h:928
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
 msgstr ""
 
-#: src/libvlc.h:927
+#: src/libvlc.h:931
 #, fuzzy
 msgid "Automatically preparse files"
 msgstr "Kopíruji soubory z '%s'\n"
 
-#: src/libvlc.h:929
+#: src/libvlc.h:933
 msgid ""
 "Automatically preparse files added to the playlist (to retrieve some "
 "metadata)."
 msgstr ""
 
-#: src/libvlc.h:932
+#: src/libvlc.h:936
 #, fuzzy
 msgid "Services discovery modules"
 msgstr "Povolit moduly _zpřístupnění"
 
-#: src/libvlc.h:934
+#: src/libvlc.h:938
 msgid ""
 "Specifies the services discovery modules to load, separated by semi-colons. "
 "Typical values are sap, hal, ..."
 msgstr ""
 
-#: src/libvlc.h:937
+#: src/libvlc.h:941
 msgid "Play files randomly forever"
 msgstr ""
 
-#: src/libvlc.h:939
+#: src/libvlc.h:943
 msgid "VLC will randomly play files in the playlist until interrupted."
 msgstr ""
 
-#: src/libvlc.h:941
+#: src/libvlc.h:945
 msgid "Repeat all"
 msgstr "Opakovat vše"
 
-#: src/libvlc.h:943
+#: src/libvlc.h:947
 msgid "VLC will keep playing the playlist indefinitely."
 msgstr ""
 
-#: src/libvlc.h:945
+#: src/libvlc.h:949
 msgid "Repeat current item"
 msgstr "Opakovat aktuální položku"
 
-#: src/libvlc.h:947
+#: src/libvlc.h:951
 msgid "VLC will keep playing the current playlist item."
 msgstr ""
 
-#: src/libvlc.h:949
+#: src/libvlc.h:953
 msgid "Play and stop"
 msgstr "Hrát a zastavit"
 
-#: src/libvlc.h:951
+#: src/libvlc.h:955
 msgid "Stop the playlist after each played playlist item."
 msgstr ""
 
-#: src/libvlc.h:953
+#: src/libvlc.h:957
+#, fuzzy
+msgid "Play and exit"
+msgstr "Hrát a zastavit"
+
+#: src/libvlc.h:959
+#, fuzzy
+msgid "Exit if there are no more items in the playlist."
+msgstr "Žádné položky v seznamu skladeb"
+
+#: src/libvlc.h:961
 #, fuzzy
 msgid "Use media library"
 msgstr "Knihovna médií"
 
-#: src/libvlc.h:955
+#: src/libvlc.h:963
 msgid ""
 "The media library is automatically saved and reloaded each time you start "
 "VLC."
 msgstr ""
 
-#: src/libvlc.h:958
+#: src/libvlc.h:966
 #, fuzzy
 msgid "Use playlist tree"
 msgstr "Následující položka seznamu skladeb"
 
-#: src/libvlc.h:960
+#: src/libvlc.h:968
 msgid ""
 "The playlist can use a tree to categorize some items, like the contents of a "
 "directory. \"Default\" means that the tree will only be used when really "
 "needed."
 msgstr ""
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Always"
 msgstr "Vždy navrchu"
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Never"
 msgstr "Nová vlna"
 
-#: src/libvlc.h:973
+#: src/libvlc.h:981
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr ""
 
-#: src/libvlc.h:976 src/video_output/vout_intf.c:408
+#: src/libvlc.h:984 src/video_output/vout_intf.c:408
 #: modules/gui/beos/VideoOutput.cpp:1057 modules/gui/macosx/applescript.m:126
-#: modules/gui/macosx/controls.m:338 modules/gui/macosx/controls.m:754
-#: modules/gui/macosx/controls.m:784 modules/gui/macosx/embeddedwindow.m:44
+#: modules/gui/macosx/controls.m:344 modules/gui/macosx/controls.m:760
+#: modules/gui/macosx/controls.m:790 modules/gui/macosx/embeddedwindow.m:44
 #: modules/gui/macosx/intf.m:497 modules/gui/macosx/intf.m:573
 #: modules/gui/macosx/intf.m:629
 msgid "Fullscreen"
 msgstr "Celoobrazovkový režim"
 
-#: src/libvlc.h:977
+#: src/libvlc.h:985
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr "Vyberte klávesovou zkratku pro přepnutí režimu celé obrazovky."
 
-#: src/libvlc.h:978 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
+#: src/libvlc.h:986 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
 #: modules/gui/wxwidgets/interface.cpp:1504
 msgid "Play/Pause"
 msgstr "Hrát/Pozastavit"
 
-#: src/libvlc.h:979
+#: src/libvlc.h:987
 msgid "Select the hotkey to use to swap paused state."
 msgstr "Vyberte klávesovou zkratku pro pozastavení."
 
-#: src/libvlc.h:980
+#: src/libvlc.h:988
 msgid "Pause only"
 msgstr "Jen pozastavit"
 
-#: src/libvlc.h:981
+#: src/libvlc.h:989
 msgid "Select the hotkey to use to pause."
 msgstr "Vyberte klávesovou zkratku pro pozastavení."
 
-#: src/libvlc.h:982
+#: src/libvlc.h:990
 msgid "Play only"
 msgstr "Pouze hrát"
 
-#: src/libvlc.h:983
+#: src/libvlc.h:991
 msgid "Select the hotkey to use to play."
 msgstr "Vyberte klávesovou zkratku pro přehrávání."
 
-#: src/libvlc.h:984 modules/control/hotkeys.c:713
-#: modules/gui/macosx/controls.m:687 modules/gui/macosx/intf.m:538
+#: src/libvlc.h:992 modules/control/hotkeys.c:713
+#: modules/gui/macosx/controls.m:693 modules/gui/macosx/intf.m:538
 #: modules/gui/wxwidgets/interface.cpp:695
 msgid "Faster"
 msgstr "Rychleji"
 
-#: src/libvlc.h:985
+#: src/libvlc.h:993
 msgid "Select the hotkey to use for fast forward playback."
 msgstr "Vyberte klávesovou zkratku pro zrychlené přehrávání."
 
-#: src/libvlc.h:986 modules/control/hotkeys.c:721
-#: modules/gui/macosx/controls.m:688 modules/gui/macosx/intf.m:539
+#: src/libvlc.h:994 modules/control/hotkeys.c:721
+#: modules/gui/macosx/controls.m:694 modules/gui/macosx/intf.m:539
 #: modules/gui/wxwidgets/interface.cpp:694
 msgid "Slower"
 msgstr "Pomaleji"
 
-#: src/libvlc.h:987
+#: src/libvlc.h:995
 msgid "Select the hotkey to use for slow motion playback."
 msgstr "Vyberte klávesovou zkratku pro zpomalené přehrávání."
 
-#: src/libvlc.h:988 modules/control/hotkeys.c:680
-#: modules/gui/macosx/controls.m:708 modules/gui/macosx/intf.m:496
+#: src/libvlc.h:996 modules/control/hotkeys.c:680
+#: modules/gui/macosx/controls.m:714 modules/gui/macosx/intf.m:496
 #: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:617
 #: modules/gui/macosx/intf.m:625 modules/gui/macosx/wizard.m:313
 #: modules/gui/macosx/wizard.m:364 modules/gui/macosx/wizard.m:1606
 #: modules/gui/wxwidgets/interface.cpp:693
 #: modules/gui/wxwidgets/interface.cpp:1509
-#: modules/gui/wxwidgets/menus.cpp:258
+#: modules/gui/wxwidgets/menus.cpp:259
 msgid "Next"
 msgstr "Další"
 
-#: src/libvlc.h:989
+#: src/libvlc.h:997
 msgid "Select the hotkey to use to skip to the next item in the playlist."
 msgstr ""
 "Vyberte klávesovou zkratku pro skok na následující položku seznamu skladeb."
 
-#: src/libvlc.h:990 modules/control/hotkeys.c:692
-#: modules/gui/macosx/controls.m:707 modules/gui/macosx/intf.m:491
+#: src/libvlc.h:998 modules/control/hotkeys.c:692
+#: modules/gui/macosx/controls.m:713 modules/gui/macosx/intf.m:491
 #: modules/gui/macosx/intf.m:540 modules/gui/macosx/intf.m:618
 #: modules/gui/macosx/intf.m:624 modules/gui/wxwidgets/interface.cpp:692
 #: modules/gui/wxwidgets/interface.cpp:1508
-#: modules/gui/wxwidgets/menus.cpp:257
+#: modules/gui/wxwidgets/menus.cpp:258
 msgid "Previous"
 msgstr "Předchozí"
 
-#: src/libvlc.h:991
+#: src/libvlc.h:999
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
 msgstr ""
 "Vyberte klávesovou zkratku pro skok na předchozí položku seznamu skladeb."
 
-#: src/libvlc.h:992 modules/gui/macosx/controls.m:699
+#: src/libvlc.h:1000 modules/gui/macosx/controls.m:705
 #: modules/gui/macosx/intf.m:494 modules/gui/macosx/intf.m:537
 #: modules/gui/macosx/intf.m:616 modules/gui/macosx/intf.m:623
 #: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
@@ -2989,543 +3010,543 @@ msgstr ""
 #: modules/gui/wxwidgets/interface.cpp:676
 #: modules/gui/wxwidgets/interface.cpp:687
 #: modules/gui/wxwidgets/interface.cpp:1510
-#: modules/gui/wxwidgets/menus.cpp:256 modules/visualization/xosd.c:237
+#: modules/gui/wxwidgets/menus.cpp:257 modules/visualization/xosd.c:237
 msgid "Stop"
 msgstr "Zastavit"
 
-#: src/libvlc.h:993
+#: src/libvlc.h:1001
 msgid "Select the hotkey to stop playback."
 msgstr "Vyberte klávesovou zkratku pro zastavení přehrávání."
 
-#: src/libvlc.h:994 modules/gui/macosx/bookmarks.m:101
+#: src/libvlc.h:1002 modules/gui/macosx/bookmarks.m:101
 #: modules/gui/macosx/bookmarks.m:110 modules/gui/macosx/embeddedwindow.m:46
 #: modules/gui/macosx/intf.m:499 modules/video_filter/marq.c:122
 #: modules/video_filter/rss.c:174
 msgid "Position"
 msgstr "Pozice"
 
-#: src/libvlc.h:995
+#: src/libvlc.h:1003
 msgid "Select the hotkey to display the position."
 msgstr "Vyberte klávesovou zkratku pro zobrazení pozice."
 
-#: src/libvlc.h:997
+#: src/libvlc.h:1005
 msgid "Very short backwards jump"
 msgstr "Velmi krátký skok zpět"
 
-#: src/libvlc.h:999
+#: src/libvlc.h:1007
 msgid "Select the hotkey to make a very short backwards jump."
 msgstr "Vyberte klávesovou zkratku pro velmi krátký skok zpět."
 
-#: src/libvlc.h:1000
+#: src/libvlc.h:1008
 msgid "Short backwards jump"
 msgstr "Krátký skok zpět"
 
-#: src/libvlc.h:1002
+#: src/libvlc.h:1010
 msgid "Select the hotkey to make a short backwards jump."
 msgstr "Vyberte klávesovou zkratku pro krátký skok zpět."
 
-#: src/libvlc.h:1003
+#: src/libvlc.h:1011
 msgid "Medium backwards jump"
 msgstr "Střední skok zpět"
 
-#: src/libvlc.h:1005
+#: src/libvlc.h:1013
 msgid "Select the hotkey to make a medium backwards jump."
 msgstr "Vyberte klávesovou zkratku pro střední skok zpět."
 
-#: src/libvlc.h:1006
+#: src/libvlc.h:1014
 msgid "Long backwards jump"
 msgstr "Dlouhý skok zpět"
 
-#: src/libvlc.h:1008
+#: src/libvlc.h:1016
 msgid "Select the hotkey to make a long backwards jump."
 msgstr "Vyberte klávesovou zkratku pro dlouhý skok zpět."
 
-#: src/libvlc.h:1010
+#: src/libvlc.h:1018
 msgid "Very short forward jump"
 msgstr "Velmi krátký skok vpřed"
 
-#: src/libvlc.h:1012
+#: src/libvlc.h:1020
 msgid "Select the hotkey to make a very short forward jump."
 msgstr "Vyberte klávesovou zkratku pro velmi krátký skok vpřed."
 
-#: src/libvlc.h:1013
+#: src/libvlc.h:1021
 msgid "Short forward jump"
 msgstr "Krátký skok vpřed"
 
-#: src/libvlc.h:1015
+#: src/libvlc.h:1023
 msgid "Select the hotkey to make a short forward jump."
 msgstr "Vyberte klávesovou zkratku pro krátký skok vpřed."
 
-#: src/libvlc.h:1016
+#: src/libvlc.h:1024
 msgid "Medium forward jump"
 msgstr "Střední skok vpřed"
 
-#: src/libvlc.h:1018
+#: src/libvlc.h:1026
 msgid "Select the hotkey to make a medium forward jump."
 msgstr "Vyberte klávesovou zkratku pro střední skok vpřed."
 
-#: src/libvlc.h:1019
+#: src/libvlc.h:1027
 msgid "Long forward jump"
 msgstr "Dlouhý skok vpřed"
 
-#: src/libvlc.h:1021
+#: src/libvlc.h:1029
 msgid "Select the hotkey to make a long forward jump."
 msgstr "Vyberte klávesovou zkratku pro dlouhý skok vpřed."
 
-#: src/libvlc.h:1023
+#: src/libvlc.h:1031
 msgid "Very short jump length"
 msgstr "Délka velmi krátkého skoku"
 
-#: src/libvlc.h:1024
+#: src/libvlc.h:1032
 msgid "Very short jump length, in seconds."
 msgstr "Délka velmi krátkého skoku v sekundách."
 
-#: src/libvlc.h:1025
+#: src/libvlc.h:1033
 msgid "Short jump length"
 msgstr "Délka krátkého skoku"
 
-#: src/libvlc.h:1026
+#: src/libvlc.h:1034
 msgid "Short jump length, in seconds."
 msgstr "Délka krátkého skoku v sekundách."
 
-#: src/libvlc.h:1027
+#: src/libvlc.h:1035
 msgid "Medium jump length"
 msgstr "Délka středního skoku"
 
-#: src/libvlc.h:1028
+#: src/libvlc.h:1036
 msgid "Medium jump length, in seconds."
 msgstr "Délka středního skoku v sekundách."
 
-#: src/libvlc.h:1029
+#: src/libvlc.h:1037
 msgid "Long jump length"
 msgstr "Délka dlouhéhé skoku"
 
-#: src/libvlc.h:1030
+#: src/libvlc.h:1038
 msgid "Long jump length, in seconds."
 msgstr "Délka dlouhého skoku v sekundách."
 
-#: src/libvlc.h:1032 modules/control/hotkeys.c:258
+#: src/libvlc.h:1040 modules/control/hotkeys.c:258
 #: modules/gui/beos/InterfaceWindow.cpp:276
 msgid "Quit"
 msgstr "Konec"
 
-#: src/libvlc.h:1033
+#: src/libvlc.h:1041
 msgid "Select the hotkey to quit the application."
 msgstr "Vyberte klávesovou zkratku pro ukončení aplikace."
 
-#: src/libvlc.h:1034
+#: src/libvlc.h:1042
 msgid "Navigate up"
 msgstr "Posun nahoru"
 
-#: src/libvlc.h:1035
+#: src/libvlc.h:1043
 msgid "Select the key to move the selector up in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1036
+#: src/libvlc.h:1044
 msgid "Navigate down"
 msgstr "Posun dolů"
 
-#: src/libvlc.h:1037
+#: src/libvlc.h:1045
 msgid "Select the key to move the selector down in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1038
+#: src/libvlc.h:1046
 msgid "Navigate left"
 msgstr "Posun doleva"
 
-#: src/libvlc.h:1039
+#: src/libvlc.h:1047
 msgid "Select the key to move the selector left in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1040
+#: src/libvlc.h:1048
 msgid "Navigate right"
 msgstr "Posun doprava"
 
-#: src/libvlc.h:1041
+#: src/libvlc.h:1049
 msgid "Select the key to move the selector right in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1042
+#: src/libvlc.h:1050
 msgid "Activate"
 msgstr "Aktivovat"
 
-#: src/libvlc.h:1043
+#: src/libvlc.h:1051
 msgid "Select the key to activate selected item in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1044
+#: src/libvlc.h:1052
 msgid "Go to the DVD menu"
 msgstr "Jít do menu DVD"
 
-#: src/libvlc.h:1045
+#: src/libvlc.h:1053
 msgid "Select the key to take you to the DVD menu"
 msgstr ""
 
-#: src/libvlc.h:1046
+#: src/libvlc.h:1054
 msgid "Select previous DVD title"
 msgstr "Vybrat předchozí titul DVD"
 
-#: src/libvlc.h:1047
+#: src/libvlc.h:1055
 msgid "Select the key to choose the previous title from the DVD"
 msgstr ""
 
-#: src/libvlc.h:1048
+#: src/libvlc.h:1056
 msgid "Select next DVD title"
 msgstr "Vybrat následující titul DVD"
 
-#: src/libvlc.h:1049
+#: src/libvlc.h:1057
 msgid "Select the key to choose the next title from the DVD"
 msgstr ""
 
-#: src/libvlc.h:1050
+#: src/libvlc.h:1058
 #, fuzzy
 msgid "Select prev DVD chapter"
 msgstr "Vybrat následující kapitolu DVD"
 
-#: src/libvlc.h:1051
+#: src/libvlc.h:1059
 msgid "Select the key to choose the previous chapter from the DVD"
 msgstr ""
 
-#: src/libvlc.h:1052
+#: src/libvlc.h:1060
 msgid "Select next DVD chapter"
 msgstr "Vybrat následující kapitolu DVD"
 
-#: src/libvlc.h:1053
+#: src/libvlc.h:1061
 msgid "Select the key to choose the next chapter from the DVD"
 msgstr ""
 
-#: src/libvlc.h:1054
+#: src/libvlc.h:1062
 msgid "Volume up"
 msgstr "Zvýšit hlasitost"
 
-#: src/libvlc.h:1055
+#: src/libvlc.h:1063
 msgid "Select the key to increase audio volume."
 msgstr ""
 
-#: src/libvlc.h:1056
+#: src/libvlc.h:1064
 msgid "Volume down"
 msgstr "Snížit hlasitost"
 
-#: src/libvlc.h:1057
+#: src/libvlc.h:1065
 msgid "Select the key to decrease audio volume."
 msgstr ""
 
-#: src/libvlc.h:1058 modules/gui/macosx/controls.m:744
+#: src/libvlc.h:1066 modules/gui/macosx/controls.m:750
 #: modules/gui/macosx/intf.m:558 modules/gui/macosx/intf.m:619
 #: modules/gui/macosx/intf.m:628
 msgid "Mute"
 msgstr "Umlčet"
 
-#: src/libvlc.h:1059
+#: src/libvlc.h:1067
 #, fuzzy
 msgid "Select the key to mute audio."
 msgstr "Vyberte zařízení vstupu zvuku, které používat"
 
-#: src/libvlc.h:1060
+#: src/libvlc.h:1068
 msgid "Subtitle delay up"
 msgstr "Zvýšit zpoždění titulků"
 
-#: src/libvlc.h:1061
+#: src/libvlc.h:1069
 msgid "Select the key to increase the subtitle delay."
 msgstr ""
 
-#: src/libvlc.h:1062
+#: src/libvlc.h:1070
 msgid "Subtitle delay down"
 msgstr "Snížit zpoždění titulků"
 
-#: src/libvlc.h:1063
+#: src/libvlc.h:1071
 msgid "Select the key to decrease the subtitle delay."
 msgstr ""
 
-#: src/libvlc.h:1064
+#: src/libvlc.h:1072
 msgid "Audio delay up"
 msgstr "Zvýšit zpoždění titulků"
 
-#: src/libvlc.h:1065
+#: src/libvlc.h:1073
 msgid "Select the key to increase the audio delay."
 msgstr ""
 
-#: src/libvlc.h:1066
+#: src/libvlc.h:1074
 msgid "Audio delay down"
 msgstr "Snížit zpoždění titulků"
 
-#: src/libvlc.h:1067
+#: src/libvlc.h:1075
 msgid "Select the key to decrease the audio delay."
 msgstr ""
 
-#: src/libvlc.h:1068
+#: src/libvlc.h:1076
 msgid "Play playlist bookmark 1"
 msgstr "Přehrát záložku playlistu 1"
 
-#: src/libvlc.h:1069
+#: src/libvlc.h:1077
 msgid "Play playlist bookmark 2"
 msgstr "Přehrát záložku playlistu 2"
 
-#: src/libvlc.h:1070
+#: src/libvlc.h:1078
 msgid "Play playlist bookmark 3"
 msgstr "Přehrát záložku playlistu 3"
 
-#: src/libvlc.h:1071
+#: src/libvlc.h:1079
 msgid "Play playlist bookmark 4"
 msgstr "Přehrát záložku playlistu 4"
 
-#: src/libvlc.h:1072
+#: src/libvlc.h:1080
 msgid "Play playlist bookmark 5"
 msgstr "Přehrát záložku playlistu 5"
 
-#: src/libvlc.h:1073
+#: src/libvlc.h:1081
 msgid "Play playlist bookmark 6"
 msgstr "Přehrát záložku playlistu 6"
 
-#: src/libvlc.h:1074
+#: src/libvlc.h:1082
 msgid "Play playlist bookmark 7"
 msgstr "Přehrát záložku playlistu 7"
 
-#: src/libvlc.h:1075
+#: src/libvlc.h:1083
 msgid "Play playlist bookmark 8"
 msgstr "Přehrát záložku playlistu 8"
 
-#: src/libvlc.h:1076
+#: src/libvlc.h:1084
 msgid "Play playlist bookmark 9"
 msgstr "Přehrát záložku playlistu 9"
 
-#: src/libvlc.h:1077
+#: src/libvlc.h:1085
 #, fuzzy
 msgid "Play playlist bookmark 10"
 msgstr "Nastavit záložku playlistu 10"
 
-#: src/libvlc.h:1078
+#: src/libvlc.h:1086
 msgid "Select the key to play this bookmark."
 msgstr ""
 
-#: src/libvlc.h:1079
+#: src/libvlc.h:1087
 msgid "Set playlist bookmark 1"
 msgstr "Nastavit záložku playlistu 1"
 
-#: src/libvlc.h:1080
+#: src/libvlc.h:1088
 msgid "Set playlist bookmark 2"
 msgstr "Nastavit záložku playlistu 2"
 
-#: src/libvlc.h:1081
+#: src/libvlc.h:1089
 msgid "Set playlist bookmark 3"
 msgstr "Nastavit záložku playlistu 3"
 
-#: src/libvlc.h:1082
+#: src/libvlc.h:1090
 msgid "Set playlist bookmark 4"
 msgstr "Nastavit záložku playlistu 4"
 
-#: src/libvlc.h:1083
+#: src/libvlc.h:1091
 msgid "Set playlist bookmark 5"
 msgstr "Nastavit záložku playlistu 5"
 
-#: src/libvlc.h:1084
+#: src/libvlc.h:1092
 msgid "Set playlist bookmark 6"
 msgstr "Nastavit záložku playlistu 6"
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1093
 msgid "Set playlist bookmark 7"
 msgstr "Nastavit záložku playlistu 7"
 
-#: src/libvlc.h:1086
+#: src/libvlc.h:1094
 msgid "Set playlist bookmark 8"
 msgstr "Nastavit záložku playlistu 8"
 
-#: src/libvlc.h:1087
+#: src/libvlc.h:1095
 msgid "Set playlist bookmark 9"
 msgstr "Nastavit záložku playlistu 9"
 
-#: src/libvlc.h:1088
+#: src/libvlc.h:1096
 msgid "Set playlist bookmark 10"
 msgstr "Nastavit záložku playlistu 10"
 
-#: src/libvlc.h:1089
+#: src/libvlc.h:1097
 msgid "Select the key to set this playlist bookmark."
 msgstr ""
 
-#: src/libvlc.h:1091 modules/control/hotkeys.c:84
+#: src/libvlc.h:1099 modules/control/hotkeys.c:84
 msgid "Playlist bookmark 1"
 msgstr "Záložka playlistu 1"
 
-#: src/libvlc.h:1092 modules/control/hotkeys.c:85
+#: src/libvlc.h:1100 modules/control/hotkeys.c:85
 msgid "Playlist bookmark 2"
 msgstr "Záložka playlistu 2"
 
-#: src/libvlc.h:1093 modules/control/hotkeys.c:86
+#: src/libvlc.h:1101 modules/control/hotkeys.c:86
 msgid "Playlist bookmark 3"
 msgstr "Záložka playlistu 3"
 
-#: src/libvlc.h:1094 modules/control/hotkeys.c:87
+#: src/libvlc.h:1102 modules/control/hotkeys.c:87
 msgid "Playlist bookmark 4"
 msgstr "Záložka playlistu 4"
 
-#: src/libvlc.h:1095 modules/control/hotkeys.c:88
+#: src/libvlc.h:1103 modules/control/hotkeys.c:88
 msgid "Playlist bookmark 5"
 msgstr "Záložka playlistu 5"
 
-#: src/libvlc.h:1096 modules/control/hotkeys.c:89
+#: src/libvlc.h:1104 modules/control/hotkeys.c:89
 msgid "Playlist bookmark 6"
 msgstr "Záložka playlistu 6"
 
-#: src/libvlc.h:1097 modules/control/hotkeys.c:90
+#: src/libvlc.h:1105 modules/control/hotkeys.c:90
 msgid "Playlist bookmark 7"
 msgstr "Záložka playlistu 7"
 
-#: src/libvlc.h:1098 modules/control/hotkeys.c:91
+#: src/libvlc.h:1106 modules/control/hotkeys.c:91
 msgid "Playlist bookmark 8"
 msgstr "Záložka playlistu 8"
 
-#: src/libvlc.h:1099 modules/control/hotkeys.c:92
+#: src/libvlc.h:1107 modules/control/hotkeys.c:92
 msgid "Playlist bookmark 9"
 msgstr "Záložka playlistu 9"
 
-#: src/libvlc.h:1100 modules/control/hotkeys.c:93
+#: src/libvlc.h:1108 modules/control/hotkeys.c:93
 msgid "Playlist bookmark 10"
 msgstr "Záložka playlistu 10"
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1110
 msgid "This allows you to define playlist bookmarks."
 msgstr ""
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1112
 msgid "Go back in browsing history"
 msgstr ""
 
-#: src/libvlc.h:1105
+#: src/libvlc.h:1113
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1114
 msgid "Go forward in browsing history"
 msgstr ""
 
-#: src/libvlc.h:1107
+#: src/libvlc.h:1115
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:1109
+#: src/libvlc.h:1117
 #, fuzzy
 msgid "Cycle audio track"
 msgstr "Stopa %s: záznam zvuku"
 
-#: src/libvlc.h:1110
+#: src/libvlc.h:1118
 msgid "Cycle through the available audio tracks(languages)."
 msgstr ""
 
-#: src/libvlc.h:1111
+#: src/libvlc.h:1119
 #, fuzzy
 msgid "Cycle subtitle track"
 msgstr "Sledovat stav zprávy..."
 
-#: src/libvlc.h:1112
+#: src/libvlc.h:1120
 msgid "Cycle through the available subtitle tracks."
 msgstr ""
 
-#: src/libvlc.h:1113
+#: src/libvlc.h:1121
 #, fuzzy
 msgid "Cycle source aspect ratio"
 msgstr "Určuje poměr stran stopy"
 
-#: src/libvlc.h:1114
+#: src/libvlc.h:1122
 msgid "Cycle through a predefined list of source aspect ratios."
 msgstr ""
 
-#: src/libvlc.h:1115
+#: src/libvlc.h:1123
 #, fuzzy
 msgid "Cycle video crop"
 msgstr "Informace o ořezu a rozměrech plátna"
 
-#: src/libvlc.h:1116
+#: src/libvlc.h:1124
 msgid "Cycle through a predefined list of crop formats."
 msgstr ""
 
-#: src/libvlc.h:1117
+#: src/libvlc.h:1125
 #, fuzzy
 msgid "Cycle deinterlace modes"
 msgstr "<I>%s</I> odstranil všechny režimy <I>%s</I>"
 
-#: src/libvlc.h:1118
+#: src/libvlc.h:1126
 #, fuzzy
 msgid "Cycle through deinterlace modes."
 msgstr "Cyklí po obrazovkách s informacemi"
 
-#: src/libvlc.h:1119
+#: src/libvlc.h:1127
 msgid "Show interface"
 msgstr "Zobrazit rozhraní"
 
-#: src/libvlc.h:1120
+#: src/libvlc.h:1128
 msgid "Raise the interface above all other windows."
 msgstr ""
 
-#: src/libvlc.h:1121
+#: src/libvlc.h:1129
 msgid "Hide interface"
 msgstr "Skrýt rozhraní"
 
-#: src/libvlc.h:1122
+#: src/libvlc.h:1130
 msgid "Lower the interface below all other windows."
 msgstr ""
 
-#: src/libvlc.h:1123
+#: src/libvlc.h:1131
 msgid "Take video snapshot"
 msgstr "Uložit snímek videa"
 
-#: src/libvlc.h:1124
+#: src/libvlc.h:1132
 msgid "Takes a video snapshot and writes it to disk."
 msgstr ""
 
-#: src/libvlc.h:1126 modules/access_filter/record.c:51
+#: src/libvlc.h:1134 modules/access_filter/record.c:51
 #: modules/access_filter/record.c:52
 msgid "Record"
 msgstr "Nahrávání"
 
-#: src/libvlc.h:1127
+#: src/libvlc.h:1135
 msgid "Record access filter start/stop."
 msgstr ""
 
-#: src/libvlc.h:1129 src/libvlc.h:1130 src/video_output/vout_intf.c:211
+#: src/libvlc.h:1137 src/libvlc.h:1138 src/video_output/vout_intf.c:211
 msgid "Zoom"
 msgstr "Zvětšit"
 
-#: src/libvlc.h:1132 src/libvlc.h:1133
+#: src/libvlc.h:1140 src/libvlc.h:1141
 msgid "Un-Zoom"
 msgstr "Zmenšit"
 
-#: src/libvlc.h:1135 src/libvlc.h:1136
+#: src/libvlc.h:1143 src/libvlc.h:1144
 msgid "Crop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1137 src/libvlc.h:1138
+#: src/libvlc.h:1145 src/libvlc.h:1146
 msgid "Uncrop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1140 src/libvlc.h:1141
+#: src/libvlc.h:1148 src/libvlc.h:1149
 msgid "Crop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1142 src/libvlc.h:1143
+#: src/libvlc.h:1150 src/libvlc.h:1151
 msgid "Uncrop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1145 src/libvlc.h:1146
+#: src/libvlc.h:1153 src/libvlc.h:1154
 msgid "Crop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1147 src/libvlc.h:1148
+#: src/libvlc.h:1155 src/libvlc.h:1156
 msgid "Uncrop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1150 src/libvlc.h:1151
+#: src/libvlc.h:1158 src/libvlc.h:1159
 msgid "Crop one pixel from the right of the video"
 msgstr ""
 
-#: src/libvlc.h:1152 src/libvlc.h:1153
+#: src/libvlc.h:1160 src/libvlc.h:1161
 msgid "Uncrop one pixel from the right of the video"
 msgstr ""
 
-#: src/libvlc.h:1157
+#: src/libvlc.h:1165
 #, c-format
 msgid ""
 "Usage: %s [options] [stream] ...\n"
@@ -3562,61 +3583,61 @@ msgid ""
 "  vlc:quit                       Special item to quit VLC\n"
 msgstr ""
 
-#: src/libvlc.h:1267 src/video_output/vout_intf.c:420
-#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:753
+#: src/libvlc.h:1277 src/video_output/vout_intf.c:420
+#: modules/gui/macosx/controls.m:328 modules/gui/macosx/controls.m:759
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:630
 #: modules/video_output/snapshot.c:76
 msgid "Snapshot"
 msgstr "Snímek obrazovky"
 
-#: src/libvlc.h:1280
+#: src/libvlc.h:1290
 msgid "Window properties"
 msgstr "Vlastnosti okna"
 
-#: src/libvlc.h:1325
+#: src/libvlc.h:1335
 msgid "Subpictures"
 msgstr ""
 
-#: src/libvlc.h:1332 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
+#: src/libvlc.h:1342 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
 #: modules/gui/beos/InterfaceWindow.cpp:279
 msgid "Subtitles"
 msgstr "Titulky"
 
-#: src/libvlc.h:1349 modules/stream_out/transcode.c:151
+#: src/libvlc.h:1359 modules/stream_out/transcode.c:151
 msgid "Overlays"
 msgstr ""
 
-#: src/libvlc.h:1359
+#: src/libvlc.h:1369
 msgid "Track settings"
 msgstr "Nastavení stopy"
 
-#: src/libvlc.h:1381
+#: src/libvlc.h:1391
 #, fuzzy
 msgid "Playback control"
 msgstr "Téma ovládacích prvků"
 
-#: src/libvlc.h:1396
+#: src/libvlc.h:1406
 msgid "Default devices"
 msgstr "Výchozí zařízení"
 
-#: src/libvlc.h:1405
+#: src/libvlc.h:1415
 msgid "Network settings"
 msgstr "Nastavení sítě"
 
-#: src/libvlc.h:1417
+#: src/libvlc.h:1427
 #, fuzzy
 msgid "Socks proxy"
 msgstr "Port SOCKS proxy"
 
-#: src/libvlc.h:1426
+#: src/libvlc.h:1436
 msgid "Metadata"
 msgstr "Metadata"
 
-#: src/libvlc.h:1456
+#: src/libvlc.h:1466
 msgid "Decoders"
 msgstr ""
 
-#: src/libvlc.h:1463 modules/access/v4l2.c:56
+#: src/libvlc.h:1473 modules/access/v4l2.c:56
 #: modules/gui/macosx/playlistinfo.m:80
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:265
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:378
@@ -3624,82 +3645,82 @@ msgstr ""
 msgid "Input"
 msgstr "Vstup"
 
-#: src/libvlc.h:1499 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
+#: src/libvlc.h:1509 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
 msgid "VLM"
 msgstr ""
 
-#: src/libvlc.h:1530
+#: src/libvlc.h:1540
 msgid "CPU"
 msgstr "Procesor"
 
-#: src/libvlc.h:1552
+#: src/libvlc.h:1562
 msgid "Special modules"
 msgstr "Speciální moduly"
 
-#: src/libvlc.h:1559
+#: src/libvlc.h:1569
 msgid "Plugins"
 msgstr "Zásuvné moduly"
 
-#: src/libvlc.h:1567
+#: src/libvlc.h:1577
 #, fuzzy
 msgid "Performance options"
 msgstr "Původní nastavení"
 
-#: src/libvlc.h:1700
+#: src/libvlc.h:1714
 msgid "Hot keys"
 msgstr "Klávesové zkratky"
 
-#: src/libvlc.h:2011
+#: src/libvlc.h:2025
 msgid "Jump sizes"
 msgstr "Délky skoků"
 
-#: src/libvlc.h:2090
+#: src/libvlc.h:2104
 msgid "main program"
 msgstr "hlavní program"
 
-#: src/libvlc.h:2097
+#: src/libvlc.h:2111
 msgid "print help for VLC (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:2099
+#: src/libvlc.h:2113
 msgid ""
 "print help for VLC and all its modules (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:2101
+#: src/libvlc.h:2115
 msgid "print help for the advanced options"
 msgstr "vypsání nápovědy pro rozšířené nastavení"
 
-#: src/libvlc.h:2103
+#: src/libvlc.h:2117
 msgid "ask for extra verbosity when displaying help"
 msgstr ""
 
-#: src/libvlc.h:2105
+#: src/libvlc.h:2119
 msgid "print a list of available modules"
 msgstr "vypsání seznamu dostupných modulů"
 
-#: src/libvlc.h:2107
+#: src/libvlc.h:2121
 msgid "print help on a specific module (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:2109
+#: src/libvlc.h:2123
 msgid "save the current command line options in the config"
 msgstr ""
 
-#: src/libvlc.h:2111
+#: src/libvlc.h:2125
 #, fuzzy
 msgid "reset the current config to the default values"
 msgstr "Přenastavit vybraný filtr na implicitní hodnoty"
 
-#: src/libvlc.h:2113
+#: src/libvlc.h:2127
 msgid "use alternate config file"
 msgstr "použije alternativní konfigurační soubor"
 
-#: src/libvlc.h:2115
+#: src/libvlc.h:2129
 msgid "resets the current plugins cache"
 msgstr ""
 
-#: src/libvlc.h:2117
+#: src/libvlc.h:2131
 msgid "print version information"
 msgstr "vypsání informací o verzi"
 
@@ -4308,7 +4329,8 @@ msgstr "Neznámý"
 msgid "Media: %s"
 msgstr "Médium: %s"
 
-#: src/playlist/engine.c:92 src/playlist/engine.c:94
+#: src/playlist/engine.c:104 src/playlist/engine.c:106
+#: src/playlist/loadsave.c:149
 msgid "Media Library"
 msgstr "Knihovna médií"
 
@@ -4367,17 +4389,8 @@ msgstr "Ořez"
 msgid "Aspect-ratio"
 msgstr "Poměr stran"
 
-#: modules/access/cdda/access.c:293
-msgid "CD reading failed"
-msgstr ""
-
-#: modules/access/cdda/access.c:294
-#, c-format
-msgid "VLC could not get a new block of size: %i."
-msgstr ""
-
 #: modules/access/cdda.c:58 modules/access/dshow/dshow.cpp:91
-#: modules/access/dvb/access.c:73 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:73
 #: modules/access/dvdnav.c:64 modules/access/dvdread.c:62
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:43
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4435,7 +4448,16 @@ msgstr "Audio CD - Stopa"
 msgid "Audio CD - Track %i"
 msgstr "Audio CD - Stopa %i"
 
-#: modules/access/cdda/cdda.c:42 modules/access/directory.c:77
+#: modules/access/cdda/access.c:293
+msgid "CD reading failed"
+msgstr ""
+
+#: modules/access/cdda/access.c:294
+#, c-format
+msgid "VLC could not get a new block of size: %i."
+msgstr ""
+
+#: modules/access/cdda/cdda.c:42 modules/access/directory.c:78
 #: modules/codec/x264.c:280 modules/codec/x264.c:287 modules/codec/x264.c:292
 msgid "none"
 msgstr "nic"
@@ -4690,11 +4712,11 @@ msgstr "MRL"
 msgid "Track Number"
 msgstr "Číslo stopy"
 
-#: modules/access/directory.c:69
+#: modules/access/directory.c:70
 msgid "Subdirectory behavior"
 msgstr "Chování složek"
 
-#: modules/access/directory.c:71
+#: modules/access/directory.c:72
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -4702,19 +4724,19 @@ msgid ""
 "expand: all subdirectories are expanded.\n"
 msgstr ""
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:78
 msgid "collapse"
 msgstr "sbalit"
 
-#: modules/access/directory.c:78
+#: modules/access/directory.c:79
 msgid "expand"
 msgstr "rozbalit"
 
-#: modules/access/directory.c:80
+#: modules/access/directory.c:81
 msgid "Ignored extensions"
 msgstr "Ignorovaná rozšíření"
 
-#: modules/access/directory.c:82
+#: modules/access/directory.c:83
 msgid ""
 "Files with these extensions will not be added to playlist when opening a "
 "directory.\n"
@@ -4722,11 +4744,11 @@ msgid ""
 "instance. Use a comma-separated list of extensions."
 msgstr ""
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:90
 msgid "Directory"
 msgstr "Adresář"
 
-#: modules/access/directory.c:91
+#: modules/access/directory.c:92
 #, fuzzy
 msgid "Standard filesystem directory input"
 msgstr "standardní vstup je uzavřen"
@@ -4949,6 +4971,19 @@ msgstr ""
 msgid "The capture device \"%s\" does not support the required parameters."
 msgstr ""
 
+#: modules/access/dv.c:70
+msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
+msgstr ""
+
+#: modules/access/dv.c:74
+msgid "Digital Video (Firewire/ieee1394)  input"
+msgstr ""
+
+#: modules/access/dv.c:75
+#, fuzzy
+msgid "dv"
+msgstr "Video DV"
+
 #: modules/access/dvb/access.c:75
 msgid ""
 "Caching value for DVB streams. This value should be set in milliseconds."
@@ -5215,19 +5250,6 @@ msgstr "Normalizace hlasitosti"
 msgid "The provided polarization \"%c\" is not valid."
 msgstr ""
 
-#: modules/access/dv.c:70
-msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
-msgstr ""
-
-#: modules/access/dv.c:74
-msgid "Digital Video (Firewire/ieee1394)  input"
-msgstr ""
-
-#: modules/access/dv.c:75
-#, fuzzy
-msgid "dv"
-msgstr "Video DV"
-
 #: modules/access/dvdnav.c:60 modules/access/dvdread.c:58
 #, fuzzy
 msgid "DVD angle"
@@ -5430,74 +5452,30 @@ msgstr ""
 msgid "VLC could not open file \"%s\" (%s)."
 msgstr ""
 
-#: modules/access_filter/record.c:43
-#, fuzzy
-msgid "Record directory"
-msgstr "Odstraňuji adresář %s.\n"
-
-#: modules/access_filter/record.c:45
-msgid "Directory where the record will be stored."
+#: modules/access/ftp.c:45
+msgid ""
+"Caching value for FTP streams. This value should be set in milliseconds."
 msgstr ""
 
-#: modules/access_filter/timeshift.c:44
-#, fuzzy
-msgid "Timeshift granularity"
-msgstr "Hrubost mřížky"
+#: modules/access/ftp.c:47
+msgid "FTP user name"
+msgstr "FTP uživatelské jméno"
 
-#: modules/access_filter/timeshift.c:46
-msgid ""
-"This is the size of the temporary files tha will be used to store the "
-"timeshifted streams."
+#: modules/access/ftp.c:48 modules/access/smb.c:64
+msgid "User name that will be used for the connection."
 msgstr ""
 
-#: modules/access_filter/timeshift.c:48
-#, fuzzy
-msgid "Timeshift directory"
-msgstr "Odstraňuji adresář %s.\n"
+#: modules/access/ftp.c:50
+msgid "FTP password"
+msgstr "FTP heslo"
 
-#: modules/access_filter/timeshift.c:49
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
+#: modules/access/ftp.c:51 modules/access/smb.c:67
+msgid "Password that will be used for the connection."
+msgstr "Heslo, které bude použito pro připojení."
 
-#: modules/access_filter/timeshift.c:51
-#, fuzzy
-msgid "Force use of the timeshift module"
-msgstr "Snížení hlasitosti na konci modulu"
-
-#: modules/access_filter/timeshift.c:52
-msgid ""
-"Force use of the timeshift module even if the access declares that it can "
-"control pace or pause."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
-msgid "Timeshift"
-msgstr ""
-
-#: modules/access/ftp.c:45
-msgid ""
-"Caching value for FTP streams. This value should be set in milliseconds."
-msgstr ""
-
-#: modules/access/ftp.c:47
-msgid "FTP user name"
-msgstr "FTP uživatelské jméno"
-
-#: modules/access/ftp.c:48 modules/access/smb.c:64
-msgid "User name that will be used for the connection."
-msgstr ""
-
-#: modules/access/ftp.c:50
-msgid "FTP password"
-msgstr "FTP heslo"
-
-#: modules/access/ftp.c:51 modules/access/smb.c:67
-msgid "Password that will be used for the connection."
-msgstr "Heslo, které bude použito pro připojení."
-
-#: modules/access/ftp.c:53
-msgid "FTP account"
-msgstr "FTP účet"
+#: modules/access/ftp.c:53
+msgid "FTP account"
+msgstr "FTP účet"
 
 #: modules/access/ftp.c:54
 #, fuzzy
@@ -5632,414 +5610,179 @@ msgstr ""
 msgid "Microsoft Media Server (MMS) input"
 msgstr ""
 
-#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
-#, fuzzy
-msgid "Dummy stream output"
-msgstr "fiktivní modul zvukového výstupu xine"
+#: modules/access/pvr.c:49
+msgid ""
+"Default caching value for PVR streams. This value should be set in "
+"milliseconds."
+msgstr ""
 
-#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
-#, fuzzy
-msgid "Dummy"
-msgstr "prázdné"
+#: modules/access/pvr.c:52
+msgid "Device"
+msgstr "Zařízení"
 
-#: modules/access_output/file.c:61
-msgid "Append to file"
-msgstr "Připojit do souboru"
+#: modules/access/pvr.c:53
+#, fuzzy
+msgid "PVR video device"
+msgstr "Zařízení vstupu videa"
 
-#: modules/access_output/file.c:62
-msgid "Append to file if it exists instead of replacing it."
-msgstr ""
+#: modules/access/pvr.c:55
+#, fuzzy
+msgid "Radio device"
+msgstr "zařízení rádia v4l"
 
-#: modules/access_output/file.c:66
+#: modules/access/pvr.c:56
 #, fuzzy
-msgid "File stream output"
-msgstr "Volby výstupu souborů:"
+msgid "PVR radio device"
+msgstr "zařízení rádia v4l"
 
-#: modules/access_output/http.c:58
-msgid "Username"
-msgstr "Uživatel"
+#: modules/access/pvr.c:58 modules/access/v4l.c:96
+#, fuzzy
+msgid "Norm"
+msgstr "Varování: Firstzone != Norm_firstzone\n"
 
-#: modules/access_output/http.c:59
-msgid "User name that will be requested to access the stream."
+#: modules/access/pvr.c:59 modules/access/v4l.c:98
+msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
 msgstr ""
 
-#: modules/access_output/http.c:61 modules/control/telnet.c:81
-msgid "Password"
-msgstr "Heslo"
+#: modules/access/pvr.c:62 modules/access/v4l.c:102
+#: modules/video_filter/mosaic.c:96
+msgid "Width"
+msgstr "Šířka"
 
-#: modules/access_output/http.c:62
-msgid "Password that will be requested to access the stream."
+#: modules/access/pvr.c:63
+msgid "Width of the stream to capture (-1 for autodetection)."
 msgstr ""
 
-#: modules/access_output/http.c:66
-#, fuzzy
-msgid "Mime"
-msgstr "MIME"
+#: modules/access/pvr.c:66 modules/access/v4l.c:105
+#: modules/video_filter/mosaic.c:94
+msgid "Height"
+msgstr "Výška"
 
-#: modules/access_output/http.c:67
-msgid "MIME returned by the server (autodetected if not specified."
+#: modules/access/pvr.c:67
+msgid "Height of the stream to capture (-1 for autodetection)."
 msgstr ""
 
-#: modules/access_output/http.c:71
-msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
-msgstr ""
+#: modules/access/pvr.c:70 modules/access/v4l.c:89
+msgid "Frequency"
+msgstr "Frekvence"
 
-#: modules/access_output/http.c:74
-msgid ""
-"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
-"empty if you don't have one."
+#: modules/access/pvr.c:71 modules/access/v4l.c:91
+msgid "Frequency to capture (in kHz), if applicable."
 msgstr ""
 
-#: modules/access_output/http.c:78
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used for HTTPS. Leave empty if you don't have one."
+#: modules/access/pvr.c:74 modules/access/v4l.c:137
+msgid "Framerate to capture, if applicable (-1 for autodetect)."
 msgstr ""
 
-#: modules/access_output/http.c:83
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be used for "
-"SSL. Leave empty if you don't have one."
+#: modules/access/pvr.c:77
+#, fuzzy
+msgid "Key interval"
+msgstr "Špatný interval - %s"
+
+#: modules/access/pvr.c:78
+msgid "Interval between keyframes (-1 for autodetect)."
 msgstr ""
 
-#: modules/access_output/http.c:86
+#: modules/access/pvr.c:80
 #, fuzzy
-msgid "Advertise with Bonjour"
-msgstr "Provzdušňovač s bublinkami"
+msgid "B Frames"
+msgstr "Počet políček"
 
-#: modules/access_output/http.c:87
-msgid "Advertise the stream with the Bonjour protocol."
+#: modules/access/pvr.c:81
+msgid ""
+"If this option is set, B-Frames will be used. Use this option to set the "
+"number of B-Frames."
 msgstr ""
 
-#: modules/access_output/http.c:91
+#: modules/access/pvr.c:85
 #, fuzzy
-msgid "HTTP stream output"
-msgstr "jméno výstupního souboru s psf písmem"
-
-#: modules/access_output/http.c:93 modules/control/http/http.c:61
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
-msgid "HTTP"
-msgstr "HTTP"
+msgid "Bitrate to use (-1 for default)."
+msgstr "Používat implicitně \"_Bod na bod\""
 
-#: modules/access_output/shout.c:58
+#: modules/access/pvr.c:87
 #, fuzzy
-msgid "Stream name"
-msgstr "Zpřístupněný název"
+msgid "Bitrate peak"
+msgstr "Maximum paměti"
 
-#: modules/access_output/shout.c:59
-msgid "Name to give to this stream/channel on the shoutcast/icecast server."
+#: modules/access/pvr.c:88
+msgid "Peak bitrate in VBR mode."
 msgstr ""
 
-#: modules/access_output/shout.c:62
+#: modules/access/pvr.c:91
 #, fuzzy
-msgid "Stream description"
-msgstr "Zpřístupněný popis"
+msgid "Bitrate mode)"
+msgstr "chyba \"%mode:1\""
 
-#: modules/access_output/shout.c:63
-msgid "Description of the stream content or information about your channel."
+#: modules/access/pvr.c:92
+msgid "Bitrate mode to use (VBR or CBR)."
 msgstr ""
 
-#: modules/access_output/shout.c:66
+#: modules/access/pvr.c:94
 #, fuzzy
-msgid "Stream MP3"
-msgstr "Zvuk MP3"
+msgid "Audio bitmask"
+msgstr "Informace o zvuku"
 
-#: modules/access_output/shout.c:67
-msgid ""
-"You normally have to feed the shoutcast module with Ogg streams. It is also "
-"possible to stream MP3 instead, so you can forward MP3 streams to the "
-"shoutcast/icecast server."
+#: modules/access/pvr.c:95
+msgid "Bitmask that will get used by the audio part of the card."
 msgstr ""
 
-#: modules/access_output/shout.c:76
-#, fuzzy
-msgid "Genre description"
-msgstr "Zpřístupněný popis"
+#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
+#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
+msgid "Volume"
+msgstr "Hlasitost"
 
-#: modules/access_output/shout.c:77
-msgid "Genre of the content. "
-msgstr ""
+#: modules/access/pvr.c:99
+msgid "Audio volume (0-65535)."
+msgstr "Hlasitost zvuku (0-65535)."
 
-#: modules/access_output/shout.c:79
-#, fuzzy
-msgid "URL description"
-msgstr "Popis"
+#: modules/access/pvr.c:101 modules/access/v4l.c:92
+msgid "Channel"
+msgstr "Kanál"
 
-#: modules/access_output/shout.c:80
-msgid "URL with information about the stream or your channel. "
+#: modules/access/pvr.c:102
+msgid ""
+"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)"
 msgstr ""
 
-#: modules/access_output/shout.c:87
-#, fuzzy
-msgid "Bitrate information of the transcoded stream. "
-msgstr "Zobrazení informací o současné stránce"
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "Automatic"
+msgstr "Automatický"
 
-#: modules/access_output/shout.c:89 modules/access/v4l.c:122
-msgid "Samplerate"
-msgstr "Vzorkovací frekvence"
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "SECAM"
+msgstr "SECAM"
 
-#: modules/access_output/shout.c:90
-msgid "Samplerate information of the transcoded stream. "
-msgstr ""
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "PAL"
+msgstr "PAL"
 
-#: modules/access_output/shout.c:92
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "NTSC"
+msgstr "NTSC"
+
+#: modules/access/pvr.c:111
 #, fuzzy
-msgid "Number of channels"
-msgstr "Počet výstupních kanálů"
+msgid "vbr"
+msgstr "Režim VBR"
 
-#: modules/access_output/shout.c:93
-msgid "Number of channels information of the transcoded stream. "
+#: modules/access/pvr.c:111
+msgid "cbr"
 msgstr ""
 
-#: modules/access_output/shout.c:95
-msgid "Ogg Vorbis Quality"
+#: modules/access/pvr.c:116
+msgid "PVR"
 msgstr ""
 
-#: modules/access_output/shout.c:96
-msgid "Ogg Vorbis Quality information of the transcoded stream. "
+#: modules/access/pvr.c:117
+msgid "IVTV MPEG Encoding cards input"
 msgstr ""
 
-#: modules/access_output/shout.c:98
-#, fuzzy
-msgid "Stream public"
-msgstr "výstupní soubor"
-
-#: modules/access_output/shout.c:99
-msgid ""
-"Make the server publicly available on the 'Yellow Pages' (directory listing "
-"of streams) on the icecast/shoutcast website. Requires the bitrate "
-"information specified for shoutcast. Requires Ogg streaming for icecast."
-msgstr ""
-
-#: modules/access_output/shout.c:105
-#, fuzzy
-msgid "IceCAST output"
-msgstr "výstupní soubor"
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:41
+#: modules/access/rtsp/access.c:41 modules/access_output/udp.c:75
 #: modules/demux/live555.cpp:63
 #, fuzzy
 msgid "Caching value (ms)"
 msgstr "/SS/df/MS/F/P-hodnota/kritická hodnota F"
 
-#: modules/access_output/udp.c:77
-msgid ""
-"Default caching value for outbound UDP streams. This value should be set in "
-"milliseconds."
-msgstr ""
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
-#: modules/gui/macosx/wizard.m:1848
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
-#, fuzzy
-msgid "Time-To-Live (TTL)"
-msgstr "Time To Live (TTL):"
-
-#: modules/access_output/udp.c:81
-msgid "Time-To-Live of the outgoing stream."
-msgstr ""
-
-#: modules/access_output/udp.c:84
-#, fuzzy
-msgid "Group packets"
-msgstr "Odmítnout pakety"
-
-#: modules/access_output/udp.c:85
-msgid ""
-"Packets can be sent one by one at the right time or by groups. You can "
-"choose the number of packets that will be sent at a time. It helps reducing "
-"the scheduling load on heavily-loaded systems."
-msgstr ""
-
-#: modules/access_output/udp.c:90
-#, fuzzy
-msgid "Raw write"
-msgstr "Zapsat animaci"
-
-#: modules/access_output/udp.c:91
-msgid ""
-"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 ""
-
-#: modules/access_output/udp.c:97
-#, fuzzy
-msgid "UDP stream output"
-msgstr "jméno výstupního souboru s psf písmem"
-
-#: modules/access_output/udp.c:98
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
-msgid "UDP"
-msgstr "UDP"
-
-#: modules/access/pvr.c:49
-msgid ""
-"Default caching value for PVR streams. This value should be set in "
-"milliseconds."
-msgstr ""
-
-#: modules/access/pvr.c:52
-msgid "Device"
-msgstr "Zařízení"
-
-#: modules/access/pvr.c:53
-#, fuzzy
-msgid "PVR video device"
-msgstr "Zařízení vstupu videa"
-
-#: modules/access/pvr.c:55
-#, fuzzy
-msgid "Radio device"
-msgstr "zařízení rádia v4l"
-
-#: modules/access/pvr.c:56
-#, fuzzy
-msgid "PVR radio device"
-msgstr "zařízení rádia v4l"
-
-#: modules/access/pvr.c:58 modules/access/v4l.c:96
-#, fuzzy
-msgid "Norm"
-msgstr "Varování: Firstzone != Norm_firstzone\n"
-
-#: modules/access/pvr.c:59 modules/access/v4l.c:98
-msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
-msgstr ""
-
-#: modules/access/pvr.c:62 modules/access/v4l.c:102
-#: modules/video_filter/mosaic.c:96
-msgid "Width"
-msgstr "Šířka"
-
-#: modules/access/pvr.c:63
-msgid "Width of the stream to capture (-1 for autodetection)."
-msgstr ""
-
-#: modules/access/pvr.c:66 modules/access/v4l.c:105
-#: modules/video_filter/mosaic.c:94
-msgid "Height"
-msgstr "Výška"
-
-#: modules/access/pvr.c:67
-msgid "Height of the stream to capture (-1 for autodetection)."
-msgstr ""
-
-#: modules/access/pvr.c:70 modules/access/v4l.c:89
-msgid "Frequency"
-msgstr "Frekvence"
-
-#: modules/access/pvr.c:71 modules/access/v4l.c:91
-msgid "Frequency to capture (in kHz), if applicable."
-msgstr ""
-
-#: modules/access/pvr.c:74 modules/access/v4l.c:137
-msgid "Framerate to capture, if applicable (-1 for autodetect)."
-msgstr ""
-
-#: modules/access/pvr.c:77
-#, fuzzy
-msgid "Key interval"
-msgstr "Špatný interval - %s"
-
-#: modules/access/pvr.c:78
-msgid "Interval between keyframes (-1 for autodetect)."
-msgstr ""
-
-#: modules/access/pvr.c:80
-#, fuzzy
-msgid "B Frames"
-msgstr "Počet políček"
-
-#: modules/access/pvr.c:81
-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.c:85
-#, fuzzy
-msgid "Bitrate to use (-1 for default)."
-msgstr "Používat implicitně \"_Bod na bod\""
-
-#: modules/access/pvr.c:87
-#, fuzzy
-msgid "Bitrate peak"
-msgstr "Maximum paměti"
-
-#: modules/access/pvr.c:88
-msgid "Peak bitrate in VBR mode."
-msgstr ""
-
-#: modules/access/pvr.c:91
-#, fuzzy
-msgid "Bitrate mode)"
-msgstr "chyba \"%mode:1\""
-
-#: modules/access/pvr.c:92
-msgid "Bitrate mode to use (VBR or CBR)."
-msgstr ""
-
-#: modules/access/pvr.c:94
-#, fuzzy
-msgid "Audio bitmask"
-msgstr "Informace o zvuku"
-
-#: modules/access/pvr.c:95
-msgid "Bitmask that will get used by the audio part of the card."
-msgstr ""
-
-#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
-msgid "Volume"
-msgstr "Hlasitost"
-
-#: modules/access/pvr.c:99
-msgid "Audio volume (0-65535)."
-msgstr "Hlasitost zvuku (0-65535)."
-
-#: modules/access/pvr.c:101 modules/access/v4l.c:92
-msgid "Channel"
-msgstr "Kanál"
-
-#: modules/access/pvr.c:102
-msgid ""
-"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)"
-msgstr ""
-
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "Automatic"
-msgstr "Automatický"
-
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "SECAM"
-msgstr "SECAM"
-
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "PAL"
-msgstr "PAL"
-
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "NTSC"
-msgstr "NTSC"
-
-#: modules/access/pvr.c:111
-#, fuzzy
-msgid "vbr"
-msgstr "Režim VBR"
-
-#: modules/access/pvr.c:111
-msgid "cbr"
-msgstr ""
-
-#: modules/access/pvr.c:116
-msgid "PVR"
-msgstr ""
-
-#: modules/access/pvr.c:117
-msgid "IVTV MPEG Encoding cards input"
-msgstr ""
-
 #: modules/access/rtsp/access.c:43
 msgid ""
 "Caching value for RTSP streams. This value should be set in milliseconds."
@@ -6171,44 +5914,15 @@ msgstr "UDP/RTP"
 msgid "UDP/RTP input"
 msgstr "UDP/RTP vstup"
 
-#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
-#: modules/gui/wxwidgets/dialogs/open.cpp:723
-msgid "Device name"
-msgstr "Název zařízení"
-
-#: modules/access/v4l2.c:54
-#, fuzzy
+#: modules/access/v4l.c:75
 msgid ""
-"Name of the device to use. If you don't specify anything, /dev/video0 will "
-"be used."
+"Caching value for V4L captures. This value should be set in milliseconds."
 msgstr ""
-"Toto je výchozí VCD zařízení. Pokud zde nic neuvedete, zkusíme nalézt "
-"vhodnou CD-ROM mechaniku."
 
-#: modules/access/v4l2.c:58
+#: modules/access/v4l.c:79
 msgid ""
-"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
-msgstr ""
-
-#: modules/access/v4l2.c:63
-#, fuzzy
-msgid "Video4Linux2"
-msgstr "Video4Linux"
-
-#: modules/access/v4l2.c:64
-#, fuzzy
-msgid "Video4Linux2 input"
-msgstr "Video4Linux vstup"
-
-#: modules/access/v4l.c:75
-msgid ""
-"Caching value for V4L captures. This value should be set in milliseconds."
-msgstr ""
-
-#: modules/access/v4l.c:79
-msgid ""
-"Name of the video device to use. If you don't specify anything, no video "
-"device will be used."
+"Name of the video device to use. If you don't specify anything, no video "
+"device will be used."
 msgstr ""
 
 #: modules/access/v4l.c:83
@@ -6289,6 +6003,10 @@ msgstr ""
 msgid "Tuner to use, if there are several ones."
 msgstr ""
 
+#: modules/access/v4l.c:122 modules/access_output/shout.c:89
+msgid "Samplerate"
+msgstr "Vzorkovací frekvence"
+
 #: modules/access/v4l.c:124
 msgid ""
 "Samplerate of the captured audio stream, in Hz (eg: 11025, 22050, 44100)"
@@ -6331,6 +6049,35 @@ msgstr "Video4Linux"
 msgid "Video4Linux input"
 msgstr "Video4Linux vstup"
 
+#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
+#: modules/gui/wxwidgets/dialogs/open.cpp:723
+msgid "Device name"
+msgstr "Název zařízení"
+
+#: modules/access/v4l2.c:54
+#, fuzzy
+msgid ""
+"Name of the device to use. If you don't specify anything, /dev/video0 will "
+"be used."
+msgstr ""
+"Toto je výchozí VCD zařízení. Pokud zde nic neuvedete, zkusíme nalézt "
+"vhodnou CD-ROM mechaniku."
+
+#: modules/access/v4l2.c:58
+msgid ""
+"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
+msgstr ""
+
+#: modules/access/v4l2.c:63
+#, fuzzy
+msgid "Video4Linux2"
+msgstr "Video4Linux"
+
+#: modules/access/v4l2.c:64
+#, fuzzy
+msgid "Video4Linux2 input"
+msgstr "Video4Linux vstup"
+
 #: modules/access/vcd/vcd.c:42
 msgid "Caching value for VCDs. This value should be set in milliseconds."
 msgstr ""
@@ -6406,122 +6153,397 @@ msgstr "Maximální hlasitost #"
 msgid "Volume Set"
 msgstr "Nastavit úroveň hlasitosti"
 
-#: modules/access/vcdx/info.c:99
+#: modules/access/vcdx/info.c:99
+#, fuzzy
+msgid "System Id"
+msgstr "   t   změní id diskového oddílu"
+
+#: modules/access/vcdx/info.c:101
+msgid "Entries"
+msgstr "Záznamy"
+
+#: modules/access/vcdx/info.c:122
+#, fuzzy
+msgid "First Entry Point"
+msgstr "První položka je zobrazena."
+
+#: modules/access/vcdx/info.c:126
+#, fuzzy
+msgid "Last Entry Point"
+msgstr "Poslední položka je zobrazena."
+
+#: modules/access/vcdx/info.c:127
+msgid "Track size (in sectors)"
+msgstr "Velikost stopy (v sektorech)"
+
+#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
+#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
+msgid "type"
+msgstr "typ"
+
+#: modules/access/vcdx/info.c:139
+msgid "end"
+msgstr "konec"
+
+#: modules/access/vcdx/info.c:142
+msgid "play list"
+msgstr "seznam skladeb"
+
+#: modules/access/vcdx/info.c:153
+#, fuzzy
+msgid "extended selection list"
+msgstr "Režim výběru seznamu"
+
+#: modules/access/vcdx/info.c:154
+#, fuzzy
+msgid "selection list"
+msgstr "Režim výběru seznamu"
+
+#: modules/access/vcdx/info.c:166
+msgid "unknown type"
+msgstr "neznámý typ"
+
+#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
+#: modules/access/vcdx/info.c:316
+#, fuzzy
+msgid "List ID"
+msgstr "Seznam Id Groupwise"
+
+#: modules/access/vcdx/vcd.c:95
+#, fuzzy
+msgid "(Super) Video CD"
+msgstr "Vstupní modul pro video CD"
+
+#: modules/access/vcdx/vcd.c:96
+msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:97
+msgid "vcdx://[device-or-file][@{P,S,T}num]"
+msgstr "vcdx://[zařízení-nebo-soubor][@{P,S,T}num]"
+
+#: modules/access/vcdx/vcd.c:106
+msgid "If nonzero, this gives additional debug information."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+msgid "Number of CD blocks to get in a single read."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:116
+#, fuzzy
+msgid "Use playback control?"
+msgstr " Použijte Control-U pro smazání implicitních hodnot.\n"
+
+#: modules/access/vcdx/vcd.c:117
+msgid ""
+"If VCD is authored with playback control, use it. Otherwise we play by "
+"tracks."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:123
+msgid "Use track length as maximum unit in seek?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:124
+msgid ""
+"If set, the length of the seek bar is the track rather than the length of an "
+"entry."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:129
+#, fuzzy
+msgid "Show extended VCD info?"
+msgstr "/Výběr/Načíst další informace"
+
+#: modules/access/vcdx/vcd.c:130
+msgid ""
+"Show the maximum amount of information under Stream and Media Info. Shows "
+"for example playback control navigation."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:137
+msgid "Format to use in the playlist's \"author\" field."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:143
+msgid "Format to use in the playlist's \"title\" field."
+msgstr ""
+
+#: modules/access_filter/record.c:43
+#, fuzzy
+msgid "Record directory"
+msgstr "Odstraňuji adresář %s.\n"
+
+#: modules/access_filter/record.c:45
+msgid "Directory where the record will be stored."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:44
+#, fuzzy
+msgid "Timeshift granularity"
+msgstr "Hrubost mřížky"
+
+#: modules/access_filter/timeshift.c:46
+msgid ""
+"This is the size of the temporary files tha will be used to store the "
+"timeshifted streams."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:48
+#, fuzzy
+msgid "Timeshift directory"
+msgstr "Odstraňuji adresář %s.\n"
+
+#: modules/access_filter/timeshift.c:49
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:51
+#, fuzzy
+msgid "Force use of the timeshift module"
+msgstr "Snížení hlasitosti na konci modulu"
+
+#: modules/access_filter/timeshift.c:52
+msgid ""
+"Force use of the timeshift module even if the access declares that it can "
+"control pace or pause."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
+msgid "Timeshift"
+msgstr ""
+
+#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
+#, fuzzy
+msgid "Dummy stream output"
+msgstr "fiktivní modul zvukového výstupu xine"
+
+#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
+#, fuzzy
+msgid "Dummy"
+msgstr "prázdné"
+
+#: modules/access_output/file.c:61
+msgid "Append to file"
+msgstr "Připojit do souboru"
+
+#: modules/access_output/file.c:62
+msgid "Append to file if it exists instead of replacing it."
+msgstr ""
+
+#: modules/access_output/file.c:66
+#, fuzzy
+msgid "File stream output"
+msgstr "Volby výstupu souborů:"
+
+#: modules/access_output/http.c:58
+msgid "Username"
+msgstr "Uživatel"
+
+#: modules/access_output/http.c:59
+msgid "User name that will be requested to access the stream."
+msgstr ""
+
+#: modules/access_output/http.c:61 modules/control/telnet.c:81
+msgid "Password"
+msgstr "Heslo"
+
+#: modules/access_output/http.c:62
+msgid "Password that will be requested to access the stream."
+msgstr ""
+
+#: modules/access_output/http.c:66
+#, fuzzy
+msgid "Mime"
+msgstr "MIME"
+
+#: modules/access_output/http.c:67
+msgid "MIME returned by the server (autodetected if not specified."
+msgstr ""
+
+#: modules/access_output/http.c:71
+msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
+msgstr ""
+
+#: modules/access_output/http.c:74
+msgid ""
+"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
+"empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:78
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used for HTTPS. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:83
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be used for "
+"SSL. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:86
+#, fuzzy
+msgid "Advertise with Bonjour"
+msgstr "Provzdušňovač s bublinkami"
+
+#: modules/access_output/http.c:87
+msgid "Advertise the stream with the Bonjour protocol."
+msgstr ""
+
+#: modules/access_output/http.c:91
 #, fuzzy
-msgid "System Id"
-msgstr "   t   změní id diskového oddílu"
+msgid "HTTP stream output"
+msgstr "jméno výstupního souboru s psf písmem"
 
-#: modules/access/vcdx/info.c:101
-msgid "Entries"
-msgstr "Záznamy"
+#: modules/access_output/http.c:93 modules/control/http/http.c:61
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
+msgstr "HTTP"
 
-#: modules/access/vcdx/info.c:122
+#: modules/access_output/shout.c:58
 #, fuzzy
-msgid "First Entry Point"
-msgstr "První položka je zobrazena."
+msgid "Stream name"
+msgstr "Zpřístupněný název"
 
-#: modules/access/vcdx/info.c:126
-#, fuzzy
-msgid "Last Entry Point"
-msgstr "Poslední položka je zobrazena."
+#: modules/access_output/shout.c:59
+msgid "Name to give to this stream/channel on the shoutcast/icecast server."
+msgstr ""
 
-#: modules/access/vcdx/info.c:127
-msgid "Track size (in sectors)"
-msgstr "Velikost stopy (v sektorech)"
+#: modules/access_output/shout.c:62
+#, fuzzy
+msgid "Stream description"
+msgstr "Zpřístupněný popis"
 
-#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
-#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
-msgid "type"
-msgstr "typ"
+#: modules/access_output/shout.c:63
+msgid "Description of the stream content or information about your channel."
+msgstr ""
 
-#: modules/access/vcdx/info.c:139
-msgid "end"
-msgstr "konec"
+#: modules/access_output/shout.c:66
+#, fuzzy
+msgid "Stream MP3"
+msgstr "Zvuk MP3"
 
-#: modules/access/vcdx/info.c:142
-msgid "play list"
-msgstr "seznam skladeb"
+#: modules/access_output/shout.c:67
+msgid ""
+"You normally have to feed the shoutcast module with Ogg streams. It is also "
+"possible to stream MP3 instead, so you can forward MP3 streams to the "
+"shoutcast/icecast server."
+msgstr ""
 
-#: modules/access/vcdx/info.c:153
+#: modules/access_output/shout.c:76
 #, fuzzy
-msgid "extended selection list"
-msgstr "Režim výběru seznamu"
+msgid "Genre description"
+msgstr "Zpřístupněný popis"
 
-#: modules/access/vcdx/info.c:154
+#: modules/access_output/shout.c:77
+msgid "Genre of the content. "
+msgstr ""
+
+#: modules/access_output/shout.c:79
 #, fuzzy
-msgid "selection list"
-msgstr "Režim výběru seznamu"
+msgid "URL description"
+msgstr "Popis"
 
-#: modules/access/vcdx/info.c:166
-msgid "unknown type"
-msgstr "neznámý typ"
+#: modules/access_output/shout.c:80
+msgid "URL with information about the stream or your channel. "
+msgstr ""
 
-#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
-#: modules/access/vcdx/info.c:316
+#: modules/access_output/shout.c:87
 #, fuzzy
-msgid "List ID"
-msgstr "Seznam Id Groupwise"
+msgid "Bitrate information of the transcoded stream. "
+msgstr "Zobrazení informací o současné stránce"
 
-#: modules/access/vcdx/vcd.c:95
+#: modules/access_output/shout.c:90
+msgid "Samplerate information of the transcoded stream. "
+msgstr ""
+
+#: modules/access_output/shout.c:92
 #, fuzzy
-msgid "(Super) Video CD"
-msgstr "Vstupní modul pro video CD"
+msgid "Number of channels"
+msgstr "Počet výstupních kanálů"
 
-#: modules/access/vcdx/vcd.c:96
-msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+#: modules/access_output/shout.c:93
+msgid "Number of channels information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:97
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
-msgstr "vcdx://[zařízení-nebo-soubor][@{P,S,T}num]"
+#: modules/access_output/shout.c:95
+msgid "Ogg Vorbis Quality"
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:106
-msgid "If nonzero, this gives additional debug information."
+#: modules/access_output/shout.c:96
+msgid "Ogg Vorbis Quality information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
-msgid "Number of CD blocks to get in a single read."
+#: modules/access_output/shout.c:98
+#, fuzzy
+msgid "Stream public"
+msgstr "výstupní soubor"
+
+#: modules/access_output/shout.c:99
+msgid ""
+"Make the server publicly available on the 'Yellow Pages' (directory listing "
+"of streams) on the icecast/shoutcast website. Requires the bitrate "
+"information specified for shoutcast. Requires Ogg streaming for icecast."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:116
+#: modules/access_output/shout.c:105
 #, fuzzy
-msgid "Use playback control?"
-msgstr " Použijte Control-U pro smazání implicitních hodnot.\n"
+msgid "IceCAST output"
+msgstr "výstupní soubor"
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/udp.c:77
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Default caching value for outbound UDP streams. This value should be set in "
+"milliseconds."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:123
-msgid "Use track length as maximum unit in seek?"
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
+#: modules/gui/macosx/wizard.m:1848
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
+#, fuzzy
+msgid "Time-To-Live (TTL)"
+msgstr "Time To Live (TTL):"
+
+#: modules/access_output/udp.c:81
+msgid "Time-To-Live of the outgoing stream."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:84
+#, fuzzy
+msgid "Group packets"
+msgstr "Odmítnout pakety"
+
+#: modules/access_output/udp.c:85
 msgid ""
-"If set, the length of the seek bar is the track rather than the length of an "
-"entry."
+"Packets can be sent one by one at the right time or by groups. You can "
+"choose the number of packets that will be sent at a time. It helps reducing "
+"the scheduling load on heavily-loaded systems."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:129
+#: modules/access_output/udp.c:90
 #, fuzzy
-msgid "Show extended VCD info?"
-msgstr "/Výběr/Načíst další informace"
+msgid "Raw write"
+msgstr "Zapsat animaci"
 
-#: modules/access/vcdx/vcd.c:130
+#: modules/access_output/udp.c:91
 msgid ""
-"Show the maximum amount of information under Stream and Media Info. Shows "
-"for example playback control navigation."
+"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 ""
 
-#: modules/access/vcdx/vcd.c:137
-msgid "Format to use in the playlist's \"author\" field."
-msgstr ""
+#: modules/access_output/udp.c:97
+#, fuzzy
+msgid "UDP stream output"
+msgstr "jméno výstupního souboru s psf písmem"
 
-#: modules/access/vcdx/vcd.c:143
-msgid "Format to use in the playlist's \"title\" field."
-msgstr ""
+#: modules/access_output/udp.c:98
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
+msgid "UDP"
+msgstr "UDP"
 
 #: modules/audio_filter/channel_mixer/dolby.c:47
 msgid "Simple decoder for Dolby Surround encoded streams"
@@ -8936,457 +8958,457 @@ msgstr "Služba NT"
 msgid "Windows Service interface"
 msgstr "Rozhraní služby Windows"
 
-#: modules/control/rc.c:154
+#: modules/control/rc.c:156
 msgid "Show stream position"
 msgstr "Zobrazovat umístění proudu"
 
-#: modules/control/rc.c:155
+#: modules/control/rc.c:157
 msgid ""
 "Show the current position in seconds within the stream from time to time."
 msgstr ""
 
-#: modules/control/rc.c:158
+#: modules/control/rc.c:160
 msgid "Fake TTY"
 msgstr "Falešné TTY"
 
-#: modules/control/rc.c:159
+#: modules/control/rc.c:161
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr ""
 
-#: modules/control/rc.c:161
+#: modules/control/rc.c:163
 #, fuzzy
 msgid "UNIX socket command input"
 msgstr "svc_unix.c - při vytváření AF_UNIX soketu vznikla chyba"
 
-#: modules/control/rc.c:162
+#: modules/control/rc.c:164
 msgid "Accept commands over a Unix socket rather than stdin."
 msgstr ""
 
-#: modules/control/rc.c:165
+#: modules/control/rc.c:167
 #, fuzzy
 msgid "TCP command input"
 msgstr "Chybný vstupní řádek %s\n"
 
-#: modules/control/rc.c:166
+#: modules/control/rc.c:168
 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:170 modules/misc/dummy/dummy.c:49
+#: modules/control/rc.c:172 modules/misc/dummy/dummy.c:49
 msgid "Do not open a DOS command box interface"
 msgstr ""
 
-#: modules/control/rc.c:172
+#: modules/control/rc.c:174
 msgid ""
 "By default the rc 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 ""
 
-#: modules/control/rc.c:179
+#: modules/control/rc.c:181
 msgid "RC"
 msgstr "RC"
 
-#: modules/control/rc.c:182
+#: modules/control/rc.c:184
 msgid "Remote control interface"
 msgstr "Rozhraní pro dálkové ovládání"
 
-#: modules/control/rc.c:323
+#: modules/control/rc.c:325
 msgid "Remote control interface initialized. Type `help' for help."
 msgstr ""
 
-#: modules/control/rc.c:848
+#: modules/control/rc.c:850
 #, c-format
 msgid "Unknown command `%s'. Type `help' for help."
 msgstr "Neznámý příkaz `%s'. Zadejte `help' pro nápovědu."
 
-#: modules/control/rc.c:881
+#: modules/control/rc.c:883
 #, fuzzy
 msgid "+----[ Remote control commands ]"
 msgstr "Rozhraní pro dálkové ovládání"
 
-#: modules/control/rc.c:883
+#: modules/control/rc.c:885
 #, fuzzy
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist"
 msgstr "Přidat složku do seznamu skladeb"
 
-#: modules/control/rc.c:884
+#: modules/control/rc.c:886
 #, fuzzy
 msgid "| enqueue XYZ  . . . . . . . queue XYZ to playlist"
 msgstr "Přidat složku do seznamu skladeb"
 
-#: modules/control/rc.c:885
+#: modules/control/rc.c:887
 #, fuzzy
 msgid "| playlist . . .  show items currently in playlist"
 msgstr "Kdy zobrazovat počet položek v adresáři"
 
-#: modules/control/rc.c:886
+#: modules/control/rc.c:888
 #, fuzzy
 msgid "| play . . . . . . . . . . . . . . . . play stream"
 msgstr "Inicializuji proud"
 
-#: modules/control/rc.c:887
+#: modules/control/rc.c:889
 #, fuzzy
 msgid "| stop . . . . . . . . . . . . . . . . stop stream"
 msgstr "Inicializuji proud"
 
-#: modules/control/rc.c:888
+#: modules/control/rc.c:890
 #, fuzzy
 msgid "| next . . . . . . . . . . . .  next playlist item"
 msgstr "Následující položka seznamu skladeb"
 
-#: modules/control/rc.c:889
+#: modules/control/rc.c:891
 #, fuzzy
 msgid "| prev . . . . . . . . . .  previous playlist item"
 msgstr "Přesunout se na předchozí položku"
 
-#: modules/control/rc.c:890
+#: modules/control/rc.c:892
 #, fuzzy
 msgid "| goto . . . . . . . . . . . .  goto item at index"
 msgstr "KDGKBENT na pozici %d v tabulce %d: "
 
-#: modules/control/rc.c:891
+#: modules/control/rc.c:893
 #, fuzzy
 msgid "| clear . . . . . . . . . . .   clear the playlist"
 msgstr "Nesmaže seznam skladeb"
 
-#: modules/control/rc.c:892
+#: modules/control/rc.c:894
 #, fuzzy
 msgid "| status . . . . . . . . . current playlist status"
 msgstr "Váš momentální stav"
 
-#: modules/control/rc.c:893
+#: modules/control/rc.c:895
 msgid "| title [X]  . . . . set/get title in current item"
 msgstr ""
 
-#: modules/control/rc.c:894
+#: modules/control/rc.c:896
 msgid "| title_n  . . . . . .  next title in current item"
 msgstr ""
 
-#: modules/control/rc.c:895
+#: modules/control/rc.c:897
 msgid "| title_p  . . . .  previous title in current item"
 msgstr ""
 
-#: modules/control/rc.c:896
+#: modules/control/rc.c:898
 msgid "| chapter [X]  . . set/get chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:897
+#: modules/control/rc.c:899
 msgid "| chapter_n  . . . .  next chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:898
+#: modules/control/rc.c:900
 msgid "| chapter_p  . .  previous chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:900
+#: modules/control/rc.c:902
 msgid "| seek X . seek in seconds, for instance `seek 12'"
 msgstr ""
 
-#: modules/control/rc.c:901
+#: modules/control/rc.c:903
 #, fuzzy
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause"
 msgstr "Přepnout režim přehrávání/pozastavení"
 
-#: modules/control/rc.c:902
+#: modules/control/rc.c:904
 #, fuzzy
 msgid "| fastforward  . . . . . .  .  set to maximum rate"
 msgstr "rychlost hlasů bude nastavena na implicitní hodnotu"
 
-#: modules/control/rc.c:903
+#: modules/control/rc.c:905
 #, fuzzy
 msgid "| rewind  . . . . . . . . . .  set to minimum rate"
 msgstr "rychlost hlasů bude nastavena na implicitní hodnotu"
 
-#: modules/control/rc.c:904
+#: modules/control/rc.c:906
 #, fuzzy
 msgid "| faster . . . . . . . .  faster playing of stream"
 msgstr "Reinicializuji proud"
 
-#: modules/control/rc.c:905
+#: modules/control/rc.c:907
 #, fuzzy
 msgid "| slower . . . . . . . .  slower playing of stream"
 msgstr "Reinicializuji proud"
 
-#: modules/control/rc.c:906
+#: modules/control/rc.c:908
 #, fuzzy
 msgid "| normal . . . . . . . .  normal playing of stream"
 msgstr "Reinicializuji proud"
 
-#: modules/control/rc.c:907
+#: modules/control/rc.c:909
 #, fuzzy
 msgid "| f [on|off] . . . . . . . . . . toggle fullscreen"
 msgstr "Sledování Braille zapnuto/vypnuto"
 
-#: modules/control/rc.c:908
+#: modules/control/rc.c:910
 #, fuzzy
 msgid "| info . . .  information about the current stream"
 msgstr "Zobrazení informací o současné stránce"
 
-#: modules/control/rc.c:909
+#: modules/control/rc.c:911
 msgid "| get_time . . seconds elapsed since stream's beginning"
 msgstr ""
 
-#: modules/control/rc.c:910
+#: modules/control/rc.c:912
 msgid "| is_playing . .  1 if a stream plays, 0 otherwise"
 msgstr ""
 
-#: modules/control/rc.c:911
+#: modules/control/rc.c:913
 #, fuzzy
 msgid "| get_title . . .  the title of the current stream"
 msgstr "Získat aktuální datum a čas"
 
-#: modules/control/rc.c:912
+#: modules/control/rc.c:914
 #, fuzzy
 msgid "| get_length . .  the length of the current stream"
 msgstr "Získat aktuální datum a čas"
 
-#: modules/control/rc.c:914
+#: modules/control/rc.c:916
 #, fuzzy
 msgid "| volume [X] . . . . . . . .  set/get audio volume"
 msgstr "Nelze nastavit hlasitost zvuku"
 
-#: modules/control/rc.c:915
+#: modules/control/rc.c:917
 msgid "| volup [X]  . . . . .  raise audio volume X steps"
 msgstr ""
 
-#: modules/control/rc.c:916
+#: modules/control/rc.c:918
 msgid "| voldown [X]  . . . .  lower audio volume X steps"
 msgstr ""
 
-#: modules/control/rc.c:917
+#: modules/control/rc.c:919
 #, fuzzy
 msgid "| adev [X] . . . . . . . . .  set/get audio device"
 msgstr "Nemohu nastavit zařízení zvuku \"%s\" na %d Hz."
 
-#: modules/control/rc.c:918
+#: modules/control/rc.c:920
 msgid "| achan [X]. . . . . . . .  set/get audio channels"
 msgstr ""
 
-#: modules/control/rc.c:919
+#: modules/control/rc.c:921
 #, fuzzy
 msgid "| atrack [X] . . . . . . . . . set/get audio track"
 msgstr "Nemohu nastavit zařízení zvuku \"%s\" na %d Hz."
 
-#: modules/control/rc.c:920
+#: modules/control/rc.c:922
 #, fuzzy
 msgid "| vtrack [X] . . . . . . . . . set/get video track"
 msgstr "Nemohu nastavit zařízení zvuku \"%s\" na %d Hz."
 
-#: modules/control/rc.c:921
+#: modules/control/rc.c:923
 #, fuzzy
 msgid "| strack [X] . . . . . . . set/get subtitles track"
 msgstr "Nemohu nastavit zařízení zvuku \"%s\" na %d Hz."
 
-#: modules/control/rc.c:922
+#: modules/control/rc.c:924
 msgid "| menu [on|off|up|down|left|right|select] use menu"
 msgstr ""
 
-#: modules/control/rc.c:927
+#: modules/control/rc.c:929
 msgid "| marq-marquee STRING  . . overlay STRING in video"
 msgstr ""
 
-#: modules/control/rc.c:928
+#: modules/control/rc.c:930
 #, fuzzy
 msgid "| marq-x X . . . . . . . . . . . .offset from left"
 msgstr "Zleva doprava"
 
-#: modules/control/rc.c:929
+#: modules/control/rc.c:931
 #, fuzzy
 msgid "| marq-y Y . . . . . . . . . . . . offset from top"
 msgstr "Odshora zleva dolů doprava"
 
-#: modules/control/rc.c:930
+#: modules/control/rc.c:932
 #, fuzzy
 msgid "| marq-position #. . .  .relative position control"
 msgstr "Pozice widgetu vzhledem k jeho sourozencům"
 
-#: modules/control/rc.c:931
+#: modules/control/rc.c:933
 #, fuzzy
 msgid "| marq-color # . . . . . . . . . . font color, RGB"
 msgstr "Implicitní barva písma"
 
-#: modules/control/rc.c:932
+#: modules/control/rc.c:934
 #, fuzzy
 msgid "| marq-opacity # . . . . . . . . . . . . . opacity"
 msgstr "Krytí vyplňování:"
 
-#: modules/control/rc.c:933
+#: modules/control/rc.c:935
 #, fuzzy
 msgid "| marq-timeout T. . . . . . . . . . timeout, in ms"
 msgstr "Časový limit pro vypršení spojení (v sekundách)."
 
-#: modules/control/rc.c:934
+#: modules/control/rc.c:936
 #, fuzzy
 msgid "| marq-size # . . . . . . . . font size, in pixels"
 msgstr "Velikost písma v jednotkách Pango"
 
-#: modules/control/rc.c:936
+#: modules/control/rc.c:938
 msgid "| time-format STRING . . . overlay STRING in video"
 msgstr ""
 
-#: modules/control/rc.c:937
+#: modules/control/rc.c:939
 #, fuzzy
 msgid "| time-x X . . . . . . . . . . . .offset from left"
 msgstr "Zleva doprava"
 
-#: modules/control/rc.c:938
+#: modules/control/rc.c:940
 #, fuzzy
 msgid "| time-y Y . . . . . . . . . . . . offset from top"
 msgstr "Vyberte čas ze seznamu"
 
-#: modules/control/rc.c:939
+#: modules/control/rc.c:941
 #, fuzzy
 msgid "| time-position #. . . . . . . . relative position"
 msgstr "s časem vztahujícím se k současnému času"
 
-#: modules/control/rc.c:940
+#: modules/control/rc.c:942
 #, fuzzy
 msgid "| time-color # . . . . . . . . . . font color, RGB"
 msgstr "Implicitní barva písma"
 
-#: modules/control/rc.c:941
+#: modules/control/rc.c:943
 #, fuzzy
 msgid "| time-opacity # . . . . . . . . . . . . . opacity"
 msgstr "Krytí vyplňování:"
 
-#: modules/control/rc.c:942
+#: modules/control/rc.c:944
 #, fuzzy
 msgid "| time-size # . . . . . . . . font size, in pixels"
 msgstr "Velikost písma v jednotkách Pango"
 
-#: modules/control/rc.c:944
+#: modules/control/rc.c:946
 msgid "| logo-file STRING . . .the overlay file path/name"
 msgstr ""
 
-#: modules/control/rc.c:945
+#: modules/control/rc.c:947
 #, fuzzy
 msgid "| logo-x X . . . . . . . . . . . .offset from left"
 msgstr "Zleva doprava"
 
-#: modules/control/rc.c:946
+#: modules/control/rc.c:948
 #, fuzzy
 msgid "| logo-y Y . . . . . . . . . . . . offset from top"
 msgstr "Odshora zleva dolů doprava"
 
-#: modules/control/rc.c:947
+#: modules/control/rc.c:949
 #, fuzzy
 msgid "| logo-position #. . . . . . . . relative position"
 msgstr "Poměrná vzdálenost obzoru"
 
-#: modules/control/rc.c:948
+#: modules/control/rc.c:950
 #, fuzzy
 msgid "| logo-transparency #. . . . . . . . .transparency"
 msgstr "Průhlednost loga"
 
-#: modules/control/rc.c:950
+#: modules/control/rc.c:952
 #, fuzzy
 msgid "| mosaic-alpha # . . . . . . . . . . . . . . alpha"
 msgstr "Řecká alfa"
 
-#: modules/control/rc.c:951
+#: modules/control/rc.c:953
 #, fuzzy
 msgid "| mosaic-height #. . . . . . . . . . . . . .height"
 msgstr "Výška desky: "
 
-#: modules/control/rc.c:952
+#: modules/control/rc.c:954
 #, fuzzy
 msgid "| mosaic-width # . . . . . . . . . . . . . . width"
 msgstr "Šířka desky: "
 
-#: modules/control/rc.c:953
+#: modules/control/rc.c:955
 msgid "| mosaic-xoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:954
+#: modules/control/rc.c:956
 msgid "| mosaic-yoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:955
+#: modules/control/rc.c:957
 msgid "| mosaic-align 0..2,4..6,8..10. . .mosaic alignment"
 msgstr ""
 
-#: modules/control/rc.c:956
+#: modules/control/rc.c:958
 #, fuzzy
 msgid "| mosaic-vborder # . . . . . . . . vertical border"
 msgstr "Velikost vertikální hranice úchytek listů sešitu"
 
-#: modules/control/rc.c:957
+#: modules/control/rc.c:959
 #, fuzzy
 msgid "| mosaic-hborder # . . . . . . . horizontal border"
 msgstr "Velikost horizontální hranice úchytek listů sešitu"
 
-#: modules/control/rc.c:958
+#: modules/control/rc.c:960
 msgid "| mosaic-position {0=auto,1=fixed} . . . .position"
 msgstr ""
 
-#: modules/control/rc.c:959
+#: modules/control/rc.c:961
 #, fuzzy
 msgid "| mosaic-rows #. . . . . . . . . . .number of rows"
 msgstr "Počet řádků v pixbufu"
 
-#: modules/control/rc.c:960
+#: modules/control/rc.c:962
 #, fuzzy
 msgid "| mosaic-cols #. . . . . . . . . . .number of cols"
 msgstr "číslo mezi 0 a 1"
 
-#: modules/control/rc.c:961
+#: modules/control/rc.c:963
 #, fuzzy
 msgid "| mosaic-order id(,id)* . . . . order of pictures "
 msgstr "Vyprávěj příběh uspořádáním obrázků"
 
-#: modules/control/rc.c:962
+#: modules/control/rc.c:964
 #, fuzzy
 msgid "| mosaic-keep-aspect-ratio {0,1} . . .aspect ratio"
 msgstr "Určuje poměr stran stopy"
 
-#: modules/control/rc.c:964
+#: modules/control/rc.c:966
 msgid ""
 "| check-updates [newer] [equal] [older]\n"
 "|               [undef] [info] [source] [binary] [plugin]"
 msgstr ""
 
-#: modules/control/rc.c:968
+#: modules/control/rc.c:970
 #, fuzzy
 msgid "| help . . . . . . . . . . . . . this help message"
 msgstr "Zobrazit tuto nápovědu"
 
-#: modules/control/rc.c:969
+#: modules/control/rc.c:971
 #, fuzzy
 msgid "| longhelp . . . . . . . . . a longer help message"
 msgstr "  help             zobrazit podrobnou zprávu s nápovědou"
 
-#: modules/control/rc.c:970
+#: modules/control/rc.c:972
 msgid "| logout . . . . .  exit (if in socket connection)"
 msgstr ""
 
-#: modules/control/rc.c:971
+#: modules/control/rc.c:973
 #, fuzzy
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc"
 msgstr "Ukončit VLC"
 
-#: modules/control/rc.c:973
+#: modules/control/rc.c:975
 #, fuzzy
 msgid "+----[ end of help ]"
 msgstr "help-cs.txt"
 
-#: modules/control/rc.c:1080
+#: modules/control/rc.c:1082
 msgid "Press menu select or pause to continue."
 msgstr ""
 
-#: modules/control/rc.c:1324 modules/control/rc.c:1809
-#: modules/control/rc.c:1879 modules/control/rc.c:1928
-#: modules/control/rc.c:2027
+#: modules/control/rc.c:1326 modules/control/rc.c:1811
+#: modules/control/rc.c:1881 modules/control/rc.c:1930
+#: modules/control/rc.c:2029
 msgid "Type 'menu select' or 'pause' to continue."
 msgstr ""
 
-#: modules/control/rc.c:1461
+#: modules/control/rc.c:1463
 #, fuzzy
 msgid "Type 'pause' to continue."
 msgstr "Pro pokračování napište frázi \"%s\":\n"
 
-#: modules/control/rc.c:2012 modules/control/rc.c:2051
+#: modules/control/rc.c:2014 modules/control/rc.c:2053
 msgid "Please provide one of the following parameters:"
 msgstr ""
 
@@ -9528,6 +9550,7 @@ msgstr ""
 #: modules/gui/macosx/interaction.m:135 modules/gui/macosx/open.m:158
 #: modules/gui/macosx/playlistinfo.m:60 modules/gui/macosx/prefs.m:122
 #: modules/gui/macosx/prefs.m:142 modules/gui/macosx/wizard.m:363
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:88
 msgid "Cancel"
 msgstr "Zrušit"
 
@@ -10485,8 +10508,8 @@ msgstr ""
 #: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:440
 #: modules/gui/macosx/open.m:634 modules/gui/macosx/open.m:738
 #: modules/gui/macosx/open.m:784 modules/gui/wxwidgets/interface.cpp:675
-#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:348
-#: modules/gui/wxwidgets/menus.cpp:404
+#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:349
+#: modules/gui/wxwidgets/menus.cpp:405
 msgid "Open"
 msgstr "Otevřít"
 
@@ -10498,7 +10521,7 @@ msgstr "Nastavení"
 
 #: modules/gui/beos/InterfaceWindow.cpp:237
 #: modules/gui/beos/InterfaceWindow.cpp:328 modules/gui/macosx/intf.m:503
-#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:35
+#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:41
 #: modules/gui/wxwidgets/dialogs/messages.cpp:47
 msgid "Messages"
 msgstr "Zprávy"
@@ -10653,6 +10676,7 @@ msgstr "Použít"
 
 #: modules/gui/beos/PreferencesWindow.cpp:254 modules/gui/macosx/output.m:526
 #: modules/gui/macosx/playlist.m:704 modules/gui/macosx/prefs.m:121
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:87
 msgid "Save"
 msgstr "Uložit"
 
@@ -10775,7 +10799,7 @@ msgstr "Nenalezen žádný vstup"
 msgid "The stream must be playing or paused for bookmarks to work."
 msgstr ""
 
-#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:735
+#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:741
 msgid "Jump To Time"
 msgstr "Přejít na čas"
 
@@ -10791,66 +10815,66 @@ msgstr "Přejít na čas"
 msgid "Random On"
 msgstr "Náhodné zapnuto"
 
-#: modules/gui/macosx/controls.m:167
+#: modules/gui/macosx/controls.m:168
 msgid "Random Off"
 msgstr "Náhodné vypnuto"
 
-#: modules/gui/macosx/controls.m:195 modules/gui/macosx/controls.m:719
+#: modules/gui/macosx/controls.m:197 modules/gui/macosx/controls.m:725
 #: modules/gui/macosx/intf.m:543 modules/gui/macosx/playlist.m:453
 #: modules/gui/macosx/playlist.m:1167
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:54
 msgid "Repeat One"
 msgstr "Opakovat aktuální"
 
-#: modules/gui/macosx/controls.m:199 modules/gui/macosx/controls.m:231
+#: modules/gui/macosx/controls.m:202 modules/gui/macosx/controls.m:236
 #: modules/gui/macosx/playlist.m:1186
 msgid "Repeat Off"
 msgstr "Opakování vypnuto"
 
-#: modules/gui/macosx/controls.m:227 modules/gui/macosx/controls.m:726
+#: modules/gui/macosx/controls.m:231 modules/gui/macosx/controls.m:732
 #: modules/gui/macosx/intf.m:544 modules/gui/macosx/playlist.m:454
 #: modules/gui/macosx/playlist.m:1175
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:53
 msgid "Repeat All"
 msgstr "Opakovat vše"
 
-#: modules/gui/macosx/controls.m:308 modules/gui/macosx/controls.m:749
+#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
 #: modules/gui/macosx/intf.m:569
 msgid "Half Size"
 msgstr "Poloviční velikost"
 
-#: modules/gui/macosx/controls.m:310 modules/gui/macosx/controls.m:750
+#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:756
 #: modules/gui/macosx/intf.m:570
 msgid "Normal Size"
 msgstr "Normální velikost"
 
-#: modules/gui/macosx/controls.m:312 modules/gui/macosx/controls.m:751
+#: modules/gui/macosx/controls.m:318 modules/gui/macosx/controls.m:757
 #: modules/gui/macosx/intf.m:571
 msgid "Double Size"
 msgstr "Dvojitá velikost"
 
-#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
-#: modules/gui/macosx/controls.m:766 modules/gui/macosx/intf.m:574
+#: modules/gui/macosx/controls.m:320 modules/gui/macosx/controls.m:761
+#: modules/gui/macosx/controls.m:772 modules/gui/macosx/intf.m:574
 #, fuzzy
 msgid "Float on Top"
 msgstr "Vždy na_vrchu"
 
-#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:752
+#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:758
 #: modules/gui/macosx/intf.m:572
 #, fuzzy
 msgid "Fit to Screen"
 msgstr "Pře_sunout na obrazovku..."
 
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:542
+#: modules/gui/macosx/controls.m:718 modules/gui/macosx/intf.m:542
 #: modules/gui/macosx/playlist.m:447
 msgid "Random"
 msgstr "Náhodně"
 
-#: modules/gui/macosx/controls.m:733 modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/controls.m:739 modules/gui/macosx/intf.m:545
 msgid "Step Forward"
 msgstr "Posunout vpřed"
 
-#: modules/gui/macosx/controls.m:734 modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/controls.m:740 modules/gui/macosx/intf.m:546
 msgid "Step Backward"
 msgstr "Posunout vzad"
 
@@ -10869,7 +10893,7 @@ msgstr "Rychle vpřed"
 #: modules/gui/pda/pda_interface.c:251 modules/gui/wxwidgets/interface.cpp:678
 #: modules/gui/wxwidgets/interface.cpp:689
 #: modules/gui/wxwidgets/interface.cpp:1210
-#: modules/gui/wxwidgets/menus.cpp:265 modules/visualization/xosd.c:242
+#: modules/gui/wxwidgets/menus.cpp:266 modules/visualization/xosd.c:242
 msgid "Pause"
 msgstr "Pozastavit"
 
@@ -11084,7 +11108,7 @@ msgstr "VLC - Ovladač"
 
 #: modules/gui/macosx/intf.m:488 modules/gui/macosx/intf.m:999
 #: modules/gui/macosx/intf.m:1321 modules/gui/pda/pda_interface.c:212
-#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:52
+#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:54
 msgid "VLC media player"
 msgstr "VLC media player"
 
@@ -11545,77 +11569,6 @@ msgstr "SDP URL"
 msgid "Save File"
 msgstr "Uložit soubor"
 
-#: modules/gui/macosx/playlistinfo.m:56
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
-msgid "URI"
-msgstr "URI"
-
-#: modules/gui/macosx/playlistinfo.m:63
-msgid "Advanced Information"
-msgstr "Rozšířené informace"
-
-#: modules/gui/macosx/playlistinfo.m:81
-#, fuzzy
-msgid "Read at media"
-msgstr "nelze přečíst `%s' na řádku %d"
-
-#: modules/gui/macosx/playlistinfo.m:82
-#, fuzzy
-msgid "Input bitrate"
-msgstr "maximální bitrate"
-
-#: modules/gui/macosx/playlistinfo.m:83
-msgid "Demuxed"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:84
-#, fuzzy
-msgid "Stream bitrate"
-msgstr "maximální bitrate"
-
-#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
-msgid "Decoded blocks"
-msgstr "Dekódované bloky "
-
-#: modules/gui/macosx/playlistinfo.m:88
-msgid "Displayed frames"
-msgstr "Zobrazené rámce"
-
-#: modules/gui/macosx/playlistinfo.m:89
-msgid "Lost frames"
-msgstr "Ztracené rámce"
-
-#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
-#: modules/video_filter/deinterlace.c:137
-#, fuzzy
-msgid "Streaming"
-msgstr "Streamování"
-
-#: modules/gui/macosx/playlistinfo.m:92
-msgid "Sent packets"
-msgstr "Odeslané pakety"
-
-#: modules/gui/macosx/playlistinfo.m:93
-msgid "Sent bytes"
-msgstr "Odeslané byty"
-
-#: modules/gui/macosx/playlistinfo.m:94
-msgid "Send rate"
-msgstr "Přenosová rychlost"
-
-#: modules/gui/macosx/playlistinfo.m:98
-#, fuzzy
-msgid "Played buffers"
-msgstr "Menu Buffery"
-
-#: modules/gui/macosx/playlistinfo.m:99
-#, fuzzy
-msgid "Lost buffers"
-msgstr "Menu Buffery"
-
 #: modules/gui/macosx/playlist.m:434
 msgid "Save Playlist..."
 msgstr "Uložit seznam skladeb..."
@@ -11701,6 +11654,77 @@ msgstr "Zadejte prosím název uzlu"
 msgid "Empty Folder"
 msgstr "Prázdná složka"
 
+#: modules/gui/macosx/playlistinfo.m:56
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
+msgid "URI"
+msgstr "URI"
+
+#: modules/gui/macosx/playlistinfo.m:63
+msgid "Advanced Information"
+msgstr "Rozšířené informace"
+
+#: modules/gui/macosx/playlistinfo.m:81
+#, fuzzy
+msgid "Read at media"
+msgstr "nelze přečíst `%s' na řádku %d"
+
+#: modules/gui/macosx/playlistinfo.m:82
+#, fuzzy
+msgid "Input bitrate"
+msgstr "maximální bitrate"
+
+#: modules/gui/macosx/playlistinfo.m:83
+msgid "Demuxed"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:84
+#, fuzzy
+msgid "Stream bitrate"
+msgstr "maximální bitrate"
+
+#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
+msgid "Decoded blocks"
+msgstr "Dekódované bloky "
+
+#: modules/gui/macosx/playlistinfo.m:88
+msgid "Displayed frames"
+msgstr "Zobrazené rámce"
+
+#: modules/gui/macosx/playlistinfo.m:89
+msgid "Lost frames"
+msgstr "Ztracené rámce"
+
+#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
+#: modules/video_filter/deinterlace.c:137
+#, fuzzy
+msgid "Streaming"
+msgstr "Streamování"
+
+#: modules/gui/macosx/playlistinfo.m:92
+msgid "Sent packets"
+msgstr "Odeslané pakety"
+
+#: modules/gui/macosx/playlistinfo.m:93
+msgid "Sent bytes"
+msgstr "Odeslané byty"
+
+#: modules/gui/macosx/playlistinfo.m:94
+msgid "Send rate"
+msgstr "Přenosová rychlost"
+
+#: modules/gui/macosx/playlistinfo.m:98
+#, fuzzy
+msgid "Played buffers"
+msgstr "Menu Buffery"
+
+#: modules/gui/macosx/playlistinfo.m:99
+#, fuzzy
+msgid "Lost buffers"
+msgstr "Menu Buffery"
+
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:213
 #, fuzzy
@@ -12941,11 +12965,21 @@ msgstr "Nemohu nalézt soubor pixmapy: %s"
 msgid "QNX RTOS video and audio output"
 msgstr ""
 
+#: modules/gui/qt4/dialogs/errors.cpp:37
+msgid "Errors"
+msgstr "Chyby"
+
 #: modules/gui/qt4/dialogs/streaminfo.cpp:35
 #, fuzzy
 msgid "Stream information"
 msgstr "Získat informace o uživateli"
 
+#: modules/gui/qt4/dialogs_provider.cpp:235
+#: modules/gui/qt4/dialogs_provider.cpp:246
+#, fuzzy
+msgid "Open directory"
+msgstr "Otevřít &složku..."
+
 #: modules/gui/qt4/qt4.cpp:45
 #, fuzzy
 msgid "QT interface"
@@ -13123,6 +13157,11 @@ msgstr "nastavit název modulu"
 msgid "WinCE dialogs provider"
 msgstr "Otvírat dialogy v:"
 
+#: modules/gui/wxwidgets/dialogs.cpp:433
+#: modules/gui/wxwidgets/dialogs/open.cpp:1265
+msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
+msgstr ""
+
 #: modules/gui/wxwidgets/dialogs/bookmarks.cpp:75
 msgid "Edit bookmark"
 msgstr "Editovat záložku"
@@ -13187,26 +13226,6 @@ msgstr ""
 msgid "Input has changed "
 msgstr "Vstup se změnil"
 
-#: modules/gui/wxwidgets/dialogs.cpp:433
-#: modules/gui/wxwidgets/dialogs/open.cpp:1265
-msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:435
-#: modules/gui/wxwidgets/dialogs/open.cpp:1267
-msgid "|Video Files (*.avi, *.mpg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:436
-#: modules/gui/wxwidgets/dialogs/open.cpp:1268
-msgid "|Playlist Files (*.m3u, *.pls, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:437
-#: modules/gui/wxwidgets/dialogs/open.cpp:1269
-msgid "|Subtitle Files (*.srt, *.sub, etc.)|"
-msgstr ""
-
 #: modules/gui/wxwidgets/dialogs/fileinfo.cpp:54
 #, fuzzy
 msgid "Stream and Media Info"
@@ -13737,10 +13756,6 @@ msgstr "Výstup"
 msgid "Loop"
 msgstr "Smyčka"
 
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:415
-msgid "Create"
-msgstr "Vytvořit"
-
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:560
 #, fuzzy
 msgid "VLM stream"
@@ -13812,11 +13827,6 @@ msgid ""
 "about it."
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
-#, fuzzy
-msgid "Transcode audio (if available)"
-msgstr "Používat TLS, pokud je k dispozici"
-
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:135
 msgid ""
 "Select the target audio codec. Choose a codec to display more information "
@@ -13881,6 +13891,11 @@ msgstr "Více informací"
 msgid "Save to file"
 msgstr "Uložit do souboru"
 
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
+#, fuzzy
+msgid "Transcode audio (if available)"
+msgstr "Používat TLS, pokud je k dispozici"
+
 #: modules/gui/wxwidgets/extrapanel.cpp:41
 msgid ""
 "Controls the blending of equalizer bands. The higher this value is, the more "
@@ -14161,7 +14176,7 @@ msgstr "&Zprávy..."
 msgid "&Preferences..."
 msgstr "&Nastavení..."
 
-#: modules/gui/wxwidgets/menus.cpp:572 modules/gui/wxwidgets/menus.cpp:599
+#: modules/gui/wxwidgets/menus.cpp:573 modules/gui/wxwidgets/menus.cpp:600
 msgid "Empty"
 msgstr "Prázdný"
 
@@ -14672,11 +14687,6 @@ msgstr "Volby výstupu souborů:"
 msgid "Output data for RRDTool in this file."
 msgstr ""
 
-#: modules/misc/memcpy/memcpyaltivec.c:56
-#, fuzzy
-msgid "AltiVec memcpy"
-msgstr "libc memcpy"
-
 #: modules/misc/memcpy/memcpy.c:83
 msgid "libc memcpy"
 msgstr "libc memcpy"
@@ -14693,6 +14703,11 @@ msgstr "MMX memcpy"
 msgid "MMX EXT memcpy"
 msgstr "MMX EXT memcpy"
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+#, fuzzy
+msgid "AltiVec memcpy"
+msgstr "libc memcpy"
+
 #: modules/misc/msn.c:64
 #, fuzzy
 msgid "MSN Title format string"
@@ -16205,13 +16220,6 @@ msgstr ""
 msgid "Conversions from "
 msgstr "Vybírám z %s %s (%s).\n"
 
-#: 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 " do "
-
 #: modules/video_chroma/i420_ymga.c:51 modules/video_chroma/i420_yuy2.c:78
 #: modules/video_chroma/i422_yuy2.c:66
 #, fuzzy
@@ -17849,8 +17857,11 @@ msgstr ""
 msgid "XOSD interface"
 msgstr "Uživatelské rozhraní"
 
-#~ msgid "Errors"
-#~ msgstr "Chyby"
+#~ msgid "Create"
+#~ msgstr "Vytvořit"
+
+#~ msgid " to "
+#~ msgstr " do "
 
 #~ msgid "Yes"
 #~ msgstr "Ano"
diff --git a/po/da.po b/po/da.po
index ee32dc45ede2c8c58113054b3bda84b0403b85e9..ed58b210b813789281c9966ab31037bcbe1da158 100644
--- a/po/da.po
+++ b/po/da.po
@@ -17,7 +17,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: da\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-31 15:10+0400\n"
+"POT-Creation-Date: 2006-09-04 11:13+0200\n"
 "PO-Revision-Date: 2005-06-23 21:55+0100\n"
 "Last-Translator: Jonas A. Larsen <jonas@vrt.dk>\n"
 "Language-Team: Danish <da@li.org>\n"
@@ -25,6 +25,19 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: include/vlc/vlc.h:576
+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"
+"see the file named COPYING for details.\n"
+"Written by the VideoLAN team; see the AUTHORS file.\n"
+msgstr ""
+"Dette program kommer med INGEN GARANTI, til hvad der omfang der tillades \n"
+"ved lov.\n"
+"Du må re-distribuere det under de forhold der gælder for GNU General Public\n"
+" License; se filen navngivet COPYING for detaljer.\n"
+"Skrevet af VdieoLAN-holdet; se AUTHORS-filen.\n"
+
 #: include/vlc_config_cat.h:32
 msgid "VLC preferences"
 msgstr "VLC indstillinger"
@@ -79,7 +92,7 @@ msgstr "Indstillinger for VLC grænseflader"
 msgid "Hotkeys settings"
 msgstr "Indstillinger for genvejstaster"
 
-#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1209
+#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1217
 #: modules/gui/beos/InterfaceWindow.cpp:282 modules/gui/macosx/extended.m:81
 #: modules/gui/macosx/intf.m:555 modules/gui/macosx/output.m:170
 #: modules/gui/macosx/playlistinfo.m:96 modules/gui/macosx/wizard.m:421
@@ -124,9 +137,9 @@ msgstr "Udgangsmoduler"
 msgid "These are general settings for audio output modules."
 msgstr "Disse er generelle indstillinger for lydudgangs moduler."
 
-#: include/vlc_config_cat.h:71 src/libvlc.h:1553
+#: include/vlc_config_cat.h:71 src/libvlc.h:1563
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:578
-#: modules/gui/wxwidgets/menus.cpp:279 modules/stream_out/transcode.c:285
+#: modules/gui/wxwidgets/menus.cpp:280 modules/stream_out/transcode.c:285
 msgid "Miscellaneous"
 msgstr "Diverse"
 
@@ -135,7 +148,7 @@ msgstr "Diverse"
 msgid "Miscellaneous audio settings and modules."
 msgstr "Diverse lydindstillinger og moduler"
 
-#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1244
+#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1252
 #: modules/gui/macosx/extended.m:80 modules/gui/macosx/intf.m:568
 #: modules/gui/macosx/output.m:160 modules/gui/macosx/playlistinfo.m:86
 #: modules/gui/macosx/wizard.m:422
@@ -261,7 +274,7 @@ msgstr "Indstillinger for lyd+video dekodere og indkodere"
 msgid "General input settings. Use with care."
 msgstr "Advancerede inddata indstillinger. Brug med omtanke."
 
-#: include/vlc_config_cat.h:135 src/libvlc.h:1483
+#: include/vlc_config_cat.h:135 src/libvlc.h:1493
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:152
 msgid "Stream output"
 msgstr "Streamuddata"
@@ -357,8 +370,8 @@ msgstr "VOD"
 msgid "VLC's implementation of Video On Demand"
 msgstr "VLCs implementering af Video On Demand"
 
-#: include/vlc_config_cat.h:186 src/libvlc.h:1608 src/playlist/engine.c:79
-#: src/playlist/engine.c:81 modules/demux/playlist/playlist.c:56
+#: include/vlc_config_cat.h:186 src/libvlc.h:1618 src/playlist/engine.c:91
+#: src/playlist/engine.c:93 modules/demux/playlist/playlist.c:56
 #: modules/demux/playlist/playlist.c:57
 #: modules/gui/beos/InterfaceWindow.cpp:231
 #: modules/gui/beos/InterfaceWindow.cpp:325 modules/gui/macosx/intf.m:500
@@ -396,7 +409,7 @@ msgstr ""
 "Tjenesteopdagelsesmoduler er moduler der automatisk tilføjer elementer til "
 "spillelisten"
 
-#: include/vlc_config_cat.h:197 src/libvlc.h:1444
+#: include/vlc_config_cat.h:197 src/libvlc.h:1454
 #: modules/gui/macosx/prefs.m:124
 msgid "Advanced"
 msgstr "Advanceret"
@@ -522,7 +535,7 @@ msgstr "Vælg filen der skal gemmes som"
 #: modules/gui/wxwidgets/interface.cpp:677
 #: modules/gui/wxwidgets/interface.cpp:688
 #: modules/gui/wxwidgets/interface.cpp:1216
-#: modules/gui/wxwidgets/menus.cpp:263 modules/gui/wxwidgets/menus.cpp:274
+#: modules/gui/wxwidgets/menus.cpp:264 modules/gui/wxwidgets/menus.cpp:275
 msgid "Play"
 msgstr "Afspil"
 
@@ -540,8 +553,8 @@ msgid "Delete"
 msgstr "Fjern"
 
 #: include/vlc_intf_strings.h:37 modules/gui/macosx/intf.m:599
-#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlistinfo.m:55
-#: modules/gui/macosx/playlistinfo.m:363 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/playlistinfo.m:55 modules/gui/macosx/playlistinfo.m:363
 #, fuzzy
 msgid "Information"
 msgstr "Transformation"
@@ -579,8 +592,8 @@ msgstr "Meta-oplysninger"
 msgid "Title"
 msgstr "Titel"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:58
-#: modules/gui/macosx/playlist.m:130 modules/gui/macosx/wizard.m:393
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:130
+#: modules/gui/macosx/playlistinfo.m:58 modules/gui/macosx/wizard.m:393
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:50
 msgid "Author"
 msgstr "Forfatter"
@@ -652,19 +665,6 @@ msgstr "Codec navn"
 msgid "Codec Description"
 msgstr "Codec beskrivelse"
 
-#: include/vlc/vlc.h:576
-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"
-"see the file named COPYING for details.\n"
-"Written by the VideoLAN team; see the AUTHORS file.\n"
-msgstr ""
-"Dette program kommer med INGEN GARANTI, til hvad der omfang der tillades \n"
-"ved lov.\n"
-"Du må re-distribuere det under de forhold der gælder for GNU General Public\n"
-" License; se filen navngivet COPYING for detaljer.\n"
-"Skrevet af VdieoLAN-holdet; se AUTHORS-filen.\n"
-
 #: src/audio_output/filters.c:154 src/audio_output/filters.c:201
 #: src/audio_output/filters.c:224
 #, fuzzy
@@ -678,7 +678,7 @@ msgid "The maximum number of filters (%d) was reached."
 msgstr ""
 
 #: src/audio_output/input.c:80 src/audio_output/input.c:126
-#: src/input/es_out.c:361 src/libvlc.h:417 src/video_output/video_output.c:421
+#: src/input/es_out.c:361 src/libvlc.h:421 src/video_output/video_output.c:421
 #: modules/codec/ffmpeg/postprocess.c:94
 msgid "Disable"
 msgstr "Deaktivér"
@@ -828,13 +828,14 @@ msgid "VLC could not open the decoder module."
 msgstr ""
 
 #: src/input/decoder.c:136
-msgid "No suitable decoder module for FOURCC \"4.4s\" found"
+msgid "No suitable decoder module for format"
 msgstr ""
 
 #: src/input/decoder.c:137
+#, c-format
 msgid ""
-"VLC probably does not support this audio or video format. Regrettably, there "
-"is no way for you to fix this."
+"VLC probably does not support the “%4.4s” audio or video format. "
+"Unfortunately there is no way for you to fix this."
 msgstr ""
 
 #: src/input/es_out.c:383 src/input/es_out.c:385 src/input/es_out.c:391
@@ -845,7 +846,7 @@ msgid "Track %i"
 msgstr "Spor %i"
 
 #: src/input/es_out.c:465 src/input/es_out.c:467 src/input/es_out.c:567
-#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:443
+#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:447
 #: modules/gui/macosx/intf.m:548 modules/gui/macosx/intf.m:549
 msgid "Program"
 msgstr "Program"
@@ -884,8 +885,8 @@ msgstr "%d Hz"
 msgid "Bits per sample"
 msgstr "Bits pr. sample"
 
-#: src/input/es_out.c:1605 modules/access_output/shout.c:86
-#: modules/access/pvr.c:84
+#: src/input/es_out.c:1605 modules/access/pvr.c:84
+#: modules/access_output/shout.c:86
 msgid "Bitrate"
 msgstr "Bitrate"
 
@@ -937,7 +938,7 @@ msgstr ""
 msgid "Bookmark"
 msgstr "Bogmærke"
 
-#: src/input/var.c:131 src/libvlc.h:449
+#: src/input/var.c:131 src/libvlc.h:453
 msgid "Programs"
 msgstr "Programmer"
 
@@ -1672,45 +1673,55 @@ msgstr ""
 "sparer dig også for lidt processor kraft)"
 
 #: src/libvlc.h:278
+#, fuzzy
+msgid "Embedded video"
+msgstr "Indlejret QT video-uddata"
+
+#: src/libvlc.h:280
+#, fuzzy
+msgid "Embed the video output in the main interface."
+msgstr "Indlejr video i brugergrænsefladen"
+
+#: src/libvlc.h:282
 msgid "Fullscreen video output"
 msgstr "Fuldskærms video"
 
-#: src/libvlc.h:280
+#: src/libvlc.h:284
 #, fuzzy
 msgid "Start video in fullscreen mode"
 msgstr "Alternativ fuldskærms metode"
 
-#: src/libvlc.h:282
+#: src/libvlc.h:286
 msgid "Overlay video output"
 msgstr "Videooverlægning (hardware)"
 
-#: src/libvlc.h:284
+#: src/libvlc.h:288
 msgid ""
 "Overlay is the hardware acceleration capability of your video card (ability "
 "to render video directly). VLC will try to use it by default."
 msgstr ""
 
-#: src/libvlc.h:287 src/video_output/vout_intf.c:399
+#: src/libvlc.h:291 src/video_output/vout_intf.c:399
 msgid "Always on top"
 msgstr "Altid øverst"
 
-#: src/libvlc.h:289
+#: src/libvlc.h:293
 msgid "Always place the video window on top of other windows."
 msgstr "Placer altid video vinduet foran andre vinduer."
 
-#: src/libvlc.h:291
+#: src/libvlc.h:295
 msgid "Disable screensaver"
 msgstr ""
 
-#: src/libvlc.h:292
+#: src/libvlc.h:296
 msgid "Disable the screensaver during video playback."
 msgstr ""
 
-#: src/libvlc.h:294
+#: src/libvlc.h:298
 msgid "Window decorations"
 msgstr "Vindue dekorationer"
 
-#: src/libvlc.h:296
+#: src/libvlc.h:300
 #, fuzzy
 msgid ""
 "VLC can avoid creating window caption, frames, etc... around the video, "
@@ -1719,12 +1730,12 @@ msgstr ""
 "Hvis denne indstilling er slået til, vil VLC altid starte en video i fuld "
 "skærm."
 
-#: src/libvlc.h:299
+#: src/libvlc.h:303
 #, fuzzy
 msgid "Video output filter module"
 msgstr "Video udgangs modul"
 
-#: src/libvlc.h:301
+#: src/libvlc.h:305
 #, fuzzy
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
@@ -1733,11 +1744,11 @@ msgstr ""
 "Dette tillader dig at tilføje filtre som kan forbedre billedkvaliteten, f."
 "eks. deinterlacing, kloning eller fordrejning af videovinduet."
 
-#: src/libvlc.h:305
+#: src/libvlc.h:309
 msgid "Video filter module"
 msgstr "Videofilter modul"
 
-#: src/libvlc.h:307
+#: src/libvlc.h:311
 #, fuzzy
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
@@ -1746,62 +1757,62 @@ msgstr ""
 "Dette tillader dig at tilføje filtre som kan forbedre billedkvaliteten, f."
 "eks. deinterlacing, kloning eller fordrejning af videovinduet."
 
-#: src/libvlc.h:311
+#: src/libvlc.h:315
 #, fuzzy
 msgid "Video snapshot directory (or filename)"
 msgstr "Video snapshot mappe"
 
-#: src/libvlc.h:313
+#: src/libvlc.h:317
 #, fuzzy
 msgid "Directory where the video snapshots will be stored."
 msgstr "Lader dig indstille hvilken mappe video snapshots skal gemmes i."
 
-#: src/libvlc.h:315 src/libvlc.h:317
+#: src/libvlc.h:319 src/libvlc.h:321
 #, fuzzy
 msgid "Video snapshot file prefix"
 msgstr "Video snapshot format"
 
-#: src/libvlc.h:319
+#: src/libvlc.h:323
 msgid "Video snapshot format"
 msgstr "Video snapshot format"
 
-#: src/libvlc.h:321
+#: src/libvlc.h:325
 msgid "Image format which will be used to store the video snapshots"
 msgstr ""
 
-#: src/libvlc.h:323
+#: src/libvlc.h:327
 #, fuzzy
 msgid "Display video snapshot preview"
 msgstr "Tag et video snapshot"
 
-#: src/libvlc.h:325
+#: src/libvlc.h:329
 msgid "Display the snapshot preview in the screen's top-left corner."
 msgstr ""
 
-#: src/libvlc.h:327
+#: src/libvlc.h:331
 msgid "Use sequential numbers instead of timestamps"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:333
 msgid "Use sequential numbers instead of timestamps for snapshot numbering"
 msgstr ""
 
-#: src/libvlc.h:331
+#: src/libvlc.h:335
 #, fuzzy
 msgid "Video cropping"
 msgstr "Video skalering"
 
-#: src/libvlc.h:333
+#: src/libvlc.h:337
 msgid ""
 "This forces the cropping of the source video. Accepted formats are x:y (4:3, "
 "16:9, etc.) expressing the global image aspect."
 msgstr ""
 
-#: src/libvlc.h:337
+#: src/libvlc.h:341
 msgid "Source aspect ratio"
 msgstr ""
 
-#: src/libvlc.h:339
+#: src/libvlc.h:343
 msgid ""
 "This forces 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 "
@@ -1810,99 +1821,99 @@ msgid ""
 "(1.25, 1.3333, etc.) expressing pixel squareness."
 msgstr ""
 
-#: src/libvlc.h:346
+#: src/libvlc.h:350
 msgid "Custom crop ratios list"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:352
 msgid ""
 "Comma seperated list of crop ratios which will be added in the interface's "
 "crop ratios list."
 msgstr ""
 
-#: src/libvlc.h:351
+#: src/libvlc.h:355
 #, fuzzy
 msgid "Custom aspect ratios list"
 msgstr "Element udseendesforhold"
 
-#: src/libvlc.h:353
+#: src/libvlc.h:357
 msgid ""
 "Comma seperated list of aspect ratios which will be added in the interface's "
 "aspect ratio list."
 msgstr ""
 
-#: src/libvlc.h:356
+#: src/libvlc.h:360
 msgid "Fix HDTV height"
 msgstr ""
 
-#: src/libvlc.h:358
+#: src/libvlc.h:362
 msgid ""
 "This allows proper handling of HDTV-1080 video format even if broken encoder "
 "incorrectly sets height to 1088 lines. You should only disable this option "
 "if your video has a non-standard format requiring all 1088 lines."
 msgstr ""
 
-#: src/libvlc.h:363
+#: src/libvlc.h:367
 #, fuzzy
 msgid "Monitor pixel aspect ratio"
 msgstr "Element udseendesforhold"
 
-#: src/libvlc.h:365
+#: src/libvlc.h:369
 msgid ""
 "This forces the monitor aspect ratio. Most monitors have square pixels "
 "(1:1). If you have a 16:9 screen, you might need to change this to 4:3 in "
 "order to keep proportions."
 msgstr ""
 
-#: src/libvlc.h:370
+#: src/libvlc.h:374
 msgid "Skip frames"
 msgstr "Spring frames over"
 
-#: src/libvlc.h:372
+#: src/libvlc.h:376
 msgid ""
 "This option enables framedropping on MPEG2 stream. Framedropping occurs when "
 "your computer is not powerful enough"
 msgstr ""
 
-#: src/libvlc.h:375
+#: src/libvlc.h:379
 #, fuzzy
 msgid "Drop late frames"
 msgstr "Spring frames over"
 
-#: src/libvlc.h:377
+#: src/libvlc.h:381
 msgid ""
 "This drops frames that are late (arrive to the video output after their "
 "intended display date)."
 msgstr ""
 
-#: src/libvlc.h:380
+#: src/libvlc.h:384
 msgid "Quiet synchro"
 msgstr "Stille synkronisering"
 
-#: src/libvlc.h:382
+#: src/libvlc.h:386
 msgid ""
 "This avoids flooding the message log with debug output from the video output "
 "synchronization mechanism."
 msgstr ""
 
-#: src/libvlc.h:391
+#: src/libvlc.h:395
 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:396
+#: src/libvlc.h:400
 msgid ""
 "If you live in France, it is not allowed to workaround any Digital "
 "Restrictions Management measure."
 msgstr ""
 
-#: src/libvlc.h:399
+#: src/libvlc.h:403
 msgid "Clock reference average counter"
 msgstr ""
 
-#: src/libvlc.h:401
+#: src/libvlc.h:405
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
@@ -1910,27 +1921,27 @@ msgstr ""
 "Hvis der bruges inddata for PVR (eller anden iregulær kilde) bør denne "
 "indstilling sættes til 10000."
 
-#: src/libvlc.h:404
+#: src/libvlc.h:408
 msgid "Clock synchronisation"
 msgstr "Clock synkronisering"
 
-#: src/libvlc.h:406
+#: src/libvlc.h:410
 msgid ""
 "It is possible to disable the input clock synchronisation for real-time "
 "sources. Use this if you experience jerky playback of network streams."
 msgstr ""
 
-#: src/libvlc.h:410 modules/control/netsync.c:71
+#: src/libvlc.h:414 modules/control/netsync.c:71
 msgid "Network synchronisation"
 msgstr "Netværkssynkronisering"
 
-#: src/libvlc.h:411
+#: src/libvlc.h:415
 msgid ""
 "This allows you to remotely synchronise clocks for server and client. The "
 "detailed settings are available in Advanced / Network Sync."
 msgstr ""
 
-#: src/libvlc.h:417 src/libvlc.h:964 src/video_output/vout_intf.c:261
+#: src/libvlc.h:421 src/libvlc.h:972 src/video_output/vout_intf.c:261
 #: src/video_output/vout_intf.c:348 modules/access/dshow/dshow.cpp:74
 #: modules/access/dshow/dshow.cpp:76 modules/access/dshow/dshow.cpp:79
 #: modules/access/dshow/dshow.cpp:85 modules/audio_output/alsa.c:102
@@ -1943,7 +1954,7 @@ msgstr ""
 msgid "Default"
 msgstr "Standard"
 
-#: src/libvlc.h:417 modules/gui/macosx/equalizer.m:145
+#: src/libvlc.h:421 modules/gui/macosx/equalizer.m:145
 #: modules/gui/macosx/extended.m:113 modules/gui/macosx/wizard.m:395
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:633
 #: modules/gui/wxwidgets/extrapanel.cpp:216
@@ -1951,20 +1962,20 @@ msgstr "Standard"
 msgid "Enable"
 msgstr "Aktivér"
 
-#: src/libvlc.h:419
+#: src/libvlc.h:423
 msgid "UDP port"
 msgstr "UDP Port"
 
-#: src/libvlc.h:421
+#: src/libvlc.h:425
 #, fuzzy
 msgid "This is the default port used for UDP streams. Default is 1234."
 msgstr "Dette er porten brugt af UDP-streams. Som standard vælger vi 1234."
 
-#: src/libvlc.h:423
+#: src/libvlc.h:427
 msgid "MTU of the network interface"
 msgstr "Netværk kortets MTU"
 
-#: src/libvlc.h:425
+#: src/libvlc.h:429
 #, fuzzy
 msgid ""
 "This is the maximum packet size that can be transmitted over the network "
@@ -1973,76 +1984,76 @@ msgstr ""
 "Dette er den typiske størrelse på UDP-pakker som vi forventer. På Ethernet "
 "vil det normalt være 1500."
 
-#: src/libvlc.h:428
+#: src/libvlc.h:432
 msgid "Hop limit (TTL)"
 msgstr ""
 
-#: src/libvlc.h:430
+#: src/libvlc.h:434
 msgid ""
 "This is the hop limit (also known as \"Time-To-Live\" or TTL) of the "
 "multicast packets sent by the stream output (0 = use operating system built-"
 "in default)."
 msgstr ""
 
-#: src/libvlc.h:434
+#: src/libvlc.h:438
 #, fuzzy
 msgid "IPv6 multicast output interface"
 msgstr "Joystick kontrol"
 
-#: src/libvlc.h:436
+#: src/libvlc.h:440
 msgid "Default IPv6 multicast interface. This overrides the routing table."
 msgstr ""
 
-#: src/libvlc.h:438
+#: src/libvlc.h:442
 #, fuzzy
 msgid "IPv4 multicast output interface address"
 msgstr "Joystick kontrol"
 
-#: src/libvlc.h:440
+#: src/libvlc.h:444
 msgid ""
 "IPv4 adress for the default multicast interface. This overrides the routing "
 "table."
 msgstr ""
 
-#: src/libvlc.h:445
+#: src/libvlc.h:449
 msgid ""
 "Choose the program to select by giving its Service ID. Only use this option "
 "if you want to read a multi-program stream (like DVB streams for example)."
 msgstr ""
 
-#: src/libvlc.h:451
+#: src/libvlc.h:455
 msgid ""
 "Choose the programs to select by giving a comma-separated list of Service "
 "IDs (SIDs). Only use this option if you want to read a multi-program stream "
 "(like DVB streams for example)."
 msgstr ""
 
-#: src/libvlc.h:457 modules/gui/wxwidgets/dialogs/open.cpp:779
+#: src/libvlc.h:461 modules/gui/wxwidgets/dialogs/open.cpp:779
 #, fuzzy
 msgid "Audio track"
 msgstr "Lydspor"
 
-#: src/libvlc.h:459
+#: src/libvlc.h:463
 #, fuzzy
 msgid "Stream number of the audio track to use (from 0 to n)."
 msgstr "Sæt nummeret på den stream i lydsporet du vil bruge (fra 0 til n)"
 
-#: src/libvlc.h:462 modules/gui/wxwidgets/dialogs/open.cpp:771
+#: src/libvlc.h:466 modules/gui/wxwidgets/dialogs/open.cpp:771
 msgid "Subtitles track"
 msgstr "Undertitel spor"
 
-#: src/libvlc.h:464
+#: src/libvlc.h:468
 #, fuzzy
 msgid "Stream number of the subtitle track to use (from 0 to n)."
 msgstr ""
 "Sæt nummeret på den stream i undertekstsporet du vil bruge (fra 0 til n)"
 
-#: src/libvlc.h:467
+#: src/libvlc.h:471
 #, fuzzy
 msgid "Audio language"
 msgstr "Vælg sprog"
 
-#: src/libvlc.h:469
+#: src/libvlc.h:473
 #, fuzzy
 msgid ""
 "Language of the audio track you want to use (comma separated, two or three "
@@ -2051,12 +2062,12 @@ msgstr ""
 "Angiv sproget på det lydspor du vil foretrække (komma sepereret to eller tre "
 "bogstavs landekoder)"
 
-#: src/libvlc.h:472
+#: src/libvlc.h:476
 #, fuzzy
 msgid "Subtitle language"
 msgstr "Vælg sprog for undertekster"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:478
 #, fuzzy
 msgid ""
 "Language of the subtitle track you want to use (comma separated, two or tree "
@@ -2065,58 +2076,58 @@ msgstr ""
 "Angiv sproget på det undertekstspor du vil foretrække (komma sepereret to "
 "eller tre bogstavs landekoder)"
 
-#: src/libvlc.h:478
+#: src/libvlc.h:482
 #, fuzzy
 msgid "Audio track ID"
 msgstr "Lydspor"
 
-#: src/libvlc.h:480
+#: src/libvlc.h:484
 #, fuzzy
 msgid "Stream ID of the audio track to use."
 msgstr "Sæt nummeret på den stream i lydsporet du vil bruge (fra 0 til n)"
 
-#: src/libvlc.h:482
+#: src/libvlc.h:486
 #, fuzzy
 msgid "Subtitles track ID"
 msgstr "Undertitel spor"
 
-#: src/libvlc.h:484
+#: src/libvlc.h:488
 #, fuzzy
 msgid "Stream ID of the subtitle track to use."
 msgstr ""
 "Sæt nummeret på den stream i undertekstsporet du vil bruge (fra 0 til n)"
 
-#: src/libvlc.h:486
+#: src/libvlc.h:490
 msgid "Input repetitions"
 msgstr "Inddata-repetitioner"
 
-#: src/libvlc.h:488
+#: src/libvlc.h:492
 msgid "Number of time the same input will be repeated"
 msgstr "Antal af gange det samme inddata skal gentages"
 
-#: src/libvlc.h:490
+#: src/libvlc.h:494
 #, fuzzy
 msgid "Start time"
 msgstr "Start direkte i menu"
 
-#: src/libvlc.h:492
+#: src/libvlc.h:496
 msgid "The stream will start at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:494
+#: src/libvlc.h:498
 #, fuzzy
 msgid "Stop time"
 msgstr "Stop stream"
 
-#: src/libvlc.h:496
+#: src/libvlc.h:500
 msgid "The stream will stop at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:498
+#: src/libvlc.h:502
 msgid "Input list"
 msgstr "Inddata liste"
 
-#: src/libvlc.h:500
+#: src/libvlc.h:504
 #, fuzzy
 msgid ""
 "You can give a comma-separated list of inputs that will be concatenated "
@@ -2124,29 +2135,29 @@ msgid ""
 msgstr ""
 "Lader dig angive en komme-adskilt liste af inddata der vil blive konkateneret"
 
-#: src/libvlc.h:503
+#: src/libvlc.h:507
 msgid "Input slave (experimental)"
 msgstr "Inddata-slave (eksperimentel)"
 
-#: src/libvlc.h:505
+#: src/libvlc.h:509
 msgid ""
 "This allows you to play from several inputs at the same time. This feature "
 "is experimental, not all formats are supported. Use a '#' separated list of "
 "inputs."
 msgstr ""
 
-#: src/libvlc.h:509
+#: src/libvlc.h:513
 msgid "Bookmarks list for a stream"
 msgstr "Streammens bogmærkeliste"
 
-#: src/libvlc.h:511
+#: src/libvlc.h:515
 msgid ""
 "You can manually give a list of bookmarks for a stream in the form "
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
 "{...}\""
 msgstr ""
 
-#: src/libvlc.h:517
+#: src/libvlc.h:521
 msgid ""
 "These options allow you to modify the behavior of the subpictures subsystem. "
 "You can for example enable subpictures filters (logo, etc.). Enable these "
@@ -2154,62 +2165,62 @@ msgid ""
 "section. You can also set many miscellaneous subpictures options."
 msgstr ""
 
-#: src/libvlc.h:523
+#: src/libvlc.h:527
 msgid "Force subtitle position"
 msgstr "Gennemtving undertekstposition"
 
-#: src/libvlc.h:525
+#: src/libvlc.h:529
 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:528
+#: src/libvlc.h:532
 #, fuzzy
 msgid "Enable sub-pictures"
 msgstr "Aktivér"
 
-#: src/libvlc.h:530
+#: src/libvlc.h:534
 msgid "You can completely disable the sub-picture processing."
 msgstr ""
 
-#: src/libvlc.h:532 src/libvlc.h:1324 src/misc/iso-639_def.h:143
+#: src/libvlc.h:536 src/libvlc.h:1334 src/misc/iso-639_def.h:143
 #: modules/stream_out/transcode.c:281
 msgid "On Screen Display"
 msgstr "On Screen Display"
 
-#: src/libvlc.h:534
+#: src/libvlc.h:538
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
 "Display)."
 msgstr ""
 
-#: src/libvlc.h:537
+#: src/libvlc.h:541
 #, fuzzy
 msgid "Text rendering module"
 msgstr "Tekstudførelse"
 
-#: src/libvlc.h:539
+#: src/libvlc.h:543
 msgid ""
 "VLC normally uses Freetype for rendering, but this allows you to use svg for "
 "instance."
 msgstr ""
 
-#: src/libvlc.h:542
+#: src/libvlc.h:546
 msgid "Subpictures filter module"
 msgstr ""
 
-#: src/libvlc.h:544
+#: src/libvlc.h:548
 msgid ""
 "This adds so-called \"subpicture filters\". These filters overlay some "
 "images or text over the video (like a logo, arbitraty text...)."
 msgstr ""
 
-#: src/libvlc.h:547
+#: src/libvlc.h:551
 msgid "Autodetect subtitle files"
 msgstr "Find undertekstnings filer automatisk."
 
-#: src/libvlc.h:549
+#: src/libvlc.h:553
 #, fuzzy
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified "
@@ -2217,11 +2228,11 @@ msgid ""
 msgstr ""
 "Find undertekstfiler automatisk,hvis ingen undertekst fil er specificeret"
 
-#: src/libvlc.h:552
+#: src/libvlc.h:556
 msgid "Subtitle autodetection fuzziness"
 msgstr ""
 
-#: src/libvlc.h:554
+#: src/libvlc.h:558
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -2232,11 +2243,11 @@ msgid ""
 "4 = subtitle file matching the movie name exactly"
 msgstr ""
 
-#: src/libvlc.h:562
+#: src/libvlc.h:566
 msgid "Subtitle autodetection paths"
 msgstr "Undertekst autodektekterings sti'er"
 
-#: src/libvlc.h:564
+#: src/libvlc.h:568
 msgid ""
 "Look for a subtitle file in those paths too, if your subtitle file was not "
 "found in the current directory."
@@ -2244,11 +2255,11 @@ msgstr ""
 "Kig efter en undertekstfil i disse sti'er også, hvis din undertekstfil ikke "
 "var fundet i den nuværende mappe."
 
-#: src/libvlc.h:567
+#: src/libvlc.h:571
 msgid "Use subtitle file"
 msgstr "Brug undertekstningsfil"
 
-#: src/libvlc.h:569
+#: src/libvlc.h:573
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
@@ -2256,11 +2267,11 @@ msgstr ""
 "Indlæs denne undertekstningsfil. Den bruges når autodetektering ikke kan "
 "finde din undertekstningsfil."
 
-#: src/libvlc.h:572
+#: src/libvlc.h:576
 msgid "DVD device"
 msgstr "DVD enhed"
 
-#: src/libvlc.h:575
+#: src/libvlc.h:579
 msgid ""
 "This is the default DVD drive (or file) to use. Don't forget the colon after "
 "the drive letter (eg. D:)"
@@ -2268,15 +2279,15 @@ msgstr ""
 "Dette er standard DVD-drevet (eller fil) der skal bruges. Glem ikke kolonnet "
 "efter drev-bogstavet (f.eks. D:)"
 
-#: src/libvlc.h:579
+#: src/libvlc.h:583
 msgid "This is the default DVD device to use."
 msgstr "Dette er standard DVD-enheden der skal bruges."
 
-#: src/libvlc.h:582
+#: src/libvlc.h:586
 msgid "VCD device"
 msgstr "VCD enhed"
 
-#: src/libvlc.h:585
+#: src/libvlc.h:589
 msgid ""
 "This is the default VCD device to use. If you don't specify anything, we'll "
 "scan for a suitable CD-ROM device."
@@ -2284,15 +2295,15 @@ msgstr ""
 "Dette er standard VCD-enheden der skal bruges. Hvis du ikke angiver noget, "
 "vil vi skanne efter en passende CD-ROM enhed."
 
-#: src/libvlc.h:589
+#: src/libvlc.h:593
 msgid "This is the default VCD device to use."
 msgstr "Dette er standard VCD-enheden der skal bruges."
 
-#: src/libvlc.h:592
+#: src/libvlc.h:596
 msgid "Audio CD device"
 msgstr "Lyd cd enhed"
 
-#: src/libvlc.h:595
+#: src/libvlc.h:599
 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."
@@ -2300,47 +2311,47 @@ msgstr ""
 "Dette er standard lyd-CD enheden der skal bruges. Hvis du ikke angiver "
 "noget, vil vi skanne efter en passende CD-ROM enhed."
 
-#: src/libvlc.h:599
+#: src/libvlc.h:603
 msgid "This is the default Audio CD device to use."
 msgstr "Dette er standard lyd-CD enheden der skal bruges."
 
-#: src/libvlc.h:602 modules/gui/wxwidgets/dialogs/open.cpp:841
+#: src/libvlc.h:606 modules/gui/wxwidgets/dialogs/open.cpp:841
 msgid "Force IPv6"
 msgstr "Gennemtving IPv6"
 
-#: src/libvlc.h:604
+#: src/libvlc.h:608
 #, fuzzy
 msgid "IPv6 will be used by default for all connections."
 msgstr ""
 "Hvis du sætter kryds i denne boks, vil IPv6 blive brugt som standard for "
 "alle UDP- og HTTP-forbindelser."
 
-#: src/libvlc.h:606
+#: src/libvlc.h:610
 msgid "Force IPv4"
 msgstr "Gennemtving IPv4"
 
-#: src/libvlc.h:608
+#: src/libvlc.h:612
 #, fuzzy
 msgid "IPv4 will be used by default for all connections."
 msgstr ""
 "Hvis du sætter kryds i denne boks, vil IPv4 blive brugt som standard for "
 "alle UDP- og HTTP-forbindelser."
 
-#: src/libvlc.h:610
+#: src/libvlc.h:614
 #, fuzzy
 msgid "TCP connection timeout"
 msgstr "TCP forbindelse tidsudløb i ms"
 
-#: src/libvlc.h:612
+#: src/libvlc.h:616
 #, fuzzy
 msgid "Default TCP connection timeout (in milliseconds). "
 msgstr "TCP forbindelse tidsudløb i ms"
 
-#: src/libvlc.h:614
+#: src/libvlc.h:618
 msgid "SOCKS server"
 msgstr "SOCKS server"
 
-#: src/libvlc.h:616
+#: src/libvlc.h:620
 #, fuzzy
 msgid ""
 "SOCKS proxy server to use. This must be of the form address:port. It will be "
@@ -2349,93 +2360,93 @@ msgstr ""
 "Tillader dig at angive en SOCKS server der skal bruges. Den skal være i "
 "formen adresse:port . Den vil blive brugt af alle TCP-forbindelser."
 
-#: src/libvlc.h:619
+#: src/libvlc.h:623
 msgid "SOCKS user name"
 msgstr "SOCKS brugernavn"
 
-#: src/libvlc.h:621
+#: src/libvlc.h:625
 #, fuzzy
 msgid "User name to be used for connection to the SOCKS proxy."
 msgstr ""
 "Tillader dig at redigere brugernavnet der bruges til at forbinde til SOCKS "
 "serveren."
 
-#: src/libvlc.h:623
+#: src/libvlc.h:627
 msgid "SOCKS password"
 msgstr "SOCKS adgangskode"
 
-#: src/libvlc.h:625
+#: src/libvlc.h:629
 #, fuzzy
 msgid "Password to be used for connection to the SOCKS proxy."
 msgstr ""
 "Tillader dig at redigere adgangskoden der bruges til at forbinde til SOCKS "
 "serveren."
 
-#: src/libvlc.h:627
+#: src/libvlc.h:631
 msgid "Title metadata"
 msgstr "Titel meta-oplysninger"
 
-#: src/libvlc.h:629
+#: src/libvlc.h:633
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr "Angiver \"titel\" meta-oplysninger for inddata."
 
-#: src/libvlc.h:631
+#: src/libvlc.h:635
 msgid "Author metadata"
 msgstr "Forfatter meta-oplysninger"
 
-#: src/libvlc.h:633
+#: src/libvlc.h:637
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr "Angiver \"forfatter\" meta-information for inddata."
 
-#: src/libvlc.h:635
+#: src/libvlc.h:639
 msgid "Artist metadata"
 msgstr "Kunstner meta-oplysninger"
 
-#: src/libvlc.h:637
+#: src/libvlc.h:641
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr "Angiver \"kunstner\" meta-information for inddata."
 
-#: src/libvlc.h:639
+#: src/libvlc.h:643
 msgid "Genre metadata"
 msgstr "Genre meta-oplysninger"
 
-#: src/libvlc.h:641
+#: src/libvlc.h:645
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr "Angiver \"genre\" meta-oplysninger for inddata."
 
-#: src/libvlc.h:643
+#: src/libvlc.h:647
 msgid "Copyright metadata"
 msgstr "Copyright metadata"
 
-#: src/libvlc.h:645
+#: src/libvlc.h:649
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr "Angiver \"copyright\" meta-oplysninger for inddata."
 
-#: src/libvlc.h:647
+#: src/libvlc.h:651
 msgid "Description metadata"
 msgstr "Beskrivelse meta-oplysninger"
 
-#: src/libvlc.h:649
+#: src/libvlc.h:653
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr "Angiver \"beskrivelse\" meta-oplysninger for inddata."
 
-#: src/libvlc.h:651
+#: src/libvlc.h:655
 msgid "Date metadata"
 msgstr "Dato meta-oplysninger"
 
-#: src/libvlc.h:653
+#: src/libvlc.h:657
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr "Angiver \"dato\" meta-oplysninger for inddata."
 
-#: src/libvlc.h:655
+#: src/libvlc.h:659
 msgid "URL metadata"
 msgstr "URL meta-oplysninger"
 
-#: src/libvlc.h:657
+#: src/libvlc.h:661
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr "Angiver \"url\" meta-oplysninger for inddata."
 
-#: src/libvlc.h:661
+#: src/libvlc.h:665
 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 "
@@ -2445,12 +2456,12 @@ msgstr ""
 "(dekomprimeringsmetoder). Kun advancerede bruger bør ændre denne indstilling "
 "eftersom det kan ødelægge afspilning af alle dine streams."
 
-#: src/libvlc.h:665
+#: src/libvlc.h:669
 #, fuzzy
 msgid "Preferred decoders list"
 msgstr "Liste af foretrukne encodere"
 
-#: src/libvlc.h:667
+#: src/libvlc.h:671
 #, fuzzy
 msgid ""
 "List of codecs that VLC will use in priority. For instance, 'dummy,a52' will "
@@ -2461,11 +2472,11 @@ msgstr ""
 "(dekomprimeringsmetoder). Kun advancerede bruger bør ændre denne indstilling "
 "eftersom det kan ødelægge afspilning af alle dine streams."
 
-#: src/libvlc.h:672
+#: src/libvlc.h:676
 msgid "Preferred encoders list"
 msgstr "Liste af foretrukne encodere"
 
-#: src/libvlc.h:674
+#: src/libvlc.h:678
 #, fuzzy
 msgid ""
 "This allows you to select a list of encoders that VLC will use in priority."
@@ -2473,7 +2484,7 @@ msgstr ""
 "Dette tillader dig at vælge en liste af encodere som VLC vil bruge, i "
 "prioriteret rækkefølge"
 
-#: src/libvlc.h:683
+#: src/libvlc.h:687
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
@@ -2481,240 +2492,240 @@ msgstr ""
 "Disse indstillinger tillader dig at sætte globale indstillinger for stream-"
 "udgangs systemet."
 
-#: src/libvlc.h:686
+#: src/libvlc.h:690
 msgid "Default stream output chain"
 msgstr "Standard stream uddata kæde"
 
-#: src/libvlc.h:688
+#: src/libvlc.h:692
 msgid ""
 "You can enter here a default stream output chain. Refer to the documentation "
 "to learn how to build such chains.Warning: this chain will be enabled for "
 "all streams."
 msgstr ""
 
-#: src/libvlc.h:692
+#: src/libvlc.h:696
 msgid "Enable streaming of all ES"
 msgstr "Aktiver streamning af alle ES"
 
-#: src/libvlc.h:694
+#: src/libvlc.h:698
 #, fuzzy
 msgid "Stream all elementary streams (video, audio and subtitles)"
 msgstr "Lader dig streame all ES ( lyd, video og undertekster)"
 
-#: src/libvlc.h:696
+#: src/libvlc.h:700
 msgid "Display while streaming"
 msgstr "Vis under streamning"
 
-#: src/libvlc.h:698
+#: src/libvlc.h:702
 #, fuzzy
 msgid "Play locally the stream while streaming it."
 msgstr "Dette tillader dig at afspille streamen imens du streamer den."
 
-#: src/libvlc.h:700
+#: src/libvlc.h:704
 msgid "Enable video stream output"
 msgstr "Aktiver videostream-uddata"
 
-#: src/libvlc.h:702
+#: src/libvlc.h:706
 msgid ""
 "Choose whether the video stream should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:705
+#: src/libvlc.h:709
 msgid "Enable audio stream output"
 msgstr "Aktiver lydstream-uddata"
 
-#: src/libvlc.h:707
+#: src/libvlc.h:711
 msgid ""
 "Choose whether the audio stream should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:710
+#: src/libvlc.h:714
 #, fuzzy
 msgid "Enable SPU stream output"
 msgstr "Aktiver lydstream-uddata"
 
-#: src/libvlc.h:712
+#: src/libvlc.h:716
 msgid ""
 "Choose whether the SPU streams should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:715
+#: src/libvlc.h:719
 msgid "Keep stream output open"
 msgstr "Hold stream udgang åben"
 
-#: src/libvlc.h:717
+#: src/libvlc.h:721
 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:721
+#: src/libvlc.h:725
 msgid "Preferred packetizer list"
 msgstr ""
 
-#: src/libvlc.h:723
+#: src/libvlc.h:727
 msgid ""
 "This allows you to select the order in which VLC will choose its packetizers."
 msgstr ""
 
-#: src/libvlc.h:726
+#: src/libvlc.h:730
 msgid "Mux module"
 msgstr "Mux modul"
 
-#: src/libvlc.h:728
+#: src/libvlc.h:732
 msgid "This is a legacy entry to let you configure mux modules"
 msgstr ""
 
-#: src/libvlc.h:730
+#: src/libvlc.h:734
 msgid "Access output module"
 msgstr "Uddata tilgangsmodul"
 
-#: src/libvlc.h:732
+#: src/libvlc.h:736
 msgid "This is a legacy entry to let you configure access output modules"
 msgstr ""
 
-#: src/libvlc.h:734
+#: src/libvlc.h:738
 msgid "Control SAP flow"
 msgstr ""
 
-#: src/libvlc.h:736
+#: src/libvlc.h:740
 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:740
+#: src/libvlc.h:744
 msgid "SAP announcement interval"
 msgstr "SAP annonceringsinterval"
 
-#: src/libvlc.h:742
+#: src/libvlc.h:746
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
 "between SAP announcements."
 msgstr ""
 
-#: src/libvlc.h:752
+#: src/libvlc.h:756
 msgid ""
 "These options allow you to enable special CPU optimizations. You should "
 "always leave all these enabled."
 msgstr ""
 
-#: src/libvlc.h:755
+#: src/libvlc.h:759
 msgid "Enable FPU support"
 msgstr "Aktiver FPU understøttelse i CPU'n"
 
-#: src/libvlc.h:757
+#: src/libvlc.h:761
 msgid ""
 "If your processor has a floating point calculation unit, VLC can take "
 "advantage of it."
 msgstr "Hvis din CPU har en kommatal beregningsenhed kan VLC udnytte denne."
 
-#: src/libvlc.h:760
+#: src/libvlc.h:764
 msgid "Enable CPU MMX support"
 msgstr "Aktiver MMX understøttelse i CPU'n"
 
-#: src/libvlc.h:762
+#: src/libvlc.h:766
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:765
+#: src/libvlc.h:769
 msgid "Enable CPU 3D Now! support"
 msgstr "Aktiver CPU 3D Now! understøttelse"
 
-#: src/libvlc.h:767
+#: src/libvlc.h:771
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
 msgstr "Hvis din CPU understøtter 3D Now! instruktioner kan VLC udnytte disse."
 
-#: src/libvlc.h:770
+#: src/libvlc.h:774
 msgid "Enable CPU MMX EXT support"
 msgstr "Aktiver CPU MMX EXT understøttelse"
 
-#: src/libvlc.h:772
+#: src/libvlc.h:776
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
 msgstr "Hvis din CPU understøtter MMX EXT instruktioner kan VLC udnytte disse"
 
-#: src/libvlc.h:775
+#: src/libvlc.h:779
 msgid "Enable CPU SSE support"
 msgstr "Aktiver CPU SSE understøttelse"
 
-#: src/libvlc.h:777
+#: src/libvlc.h:781
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
 msgstr "Hvis din CPU understøtter SSE instruktioner kan VLC udnytte disse"
 
-#: src/libvlc.h:780
+#: src/libvlc.h:784
 msgid "Enable CPU SSE2 support"
 msgstr "Aktiver CPU SSE2 understøttelse"
 
-#: src/libvlc.h:782
+#: src/libvlc.h:786
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
 "of them."
 msgstr "Hvis din CPU understøtter SSE2 instruktioner kan VLC udnytte disse"
 
-#: src/libvlc.h:785
+#: src/libvlc.h:789
 msgid "Enable CPU AltiVec support"
 msgstr "Aktivér CPU AltiVec understøttelse"
 
-#: src/libvlc.h:787
+#: src/libvlc.h:791
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
 msgstr "Hvis din CPU understøtter AltiVec instruktioner kan VLC udnytte disse"
 
-#: src/libvlc.h:792
+#: src/libvlc.h:796
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:795
+#: src/libvlc.h:799
 msgid "Memory copy module"
 msgstr "Hukommelsekopierings modul"
 
-#: src/libvlc.h:797
+#: src/libvlc.h:801
 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:800
+#: src/libvlc.h:804
 msgid "Access module"
 msgstr "Adgangsmodul"
 
-#: src/libvlc.h:802
+#: src/libvlc.h:806
 msgid ""
 "This allows you to force an access module. You can use it if the correct "
 "access is not automatically detected. You should not set this as a global "
 "option unless you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:806
+#: src/libvlc.h:810
 msgid "Access filter module"
 msgstr "Adgangfiltermodul"
 
-#: src/libvlc.h:808
+#: src/libvlc.h:812
 msgid ""
 "Access filters are used to modify the stream that is being read. This is "
 "used for instance for timeshifting."
 msgstr ""
 
-#: src/libvlc.h:811
+#: src/libvlc.h:815
 msgid "Demux module"
 msgstr "Demux modul"
 
-#: src/libvlc.h:813
+#: src/libvlc.h:817
 msgid ""
 "Demultiplexers are used to separate the \"elementary\" streams (like audio "
 "and video streams). You can use it if the correct demuxer is not "
@@ -2722,11 +2733,11 @@ msgid ""
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:818
+#: src/libvlc.h:822
 msgid "Allow real-time priority"
 msgstr "Tillad real-time prioritet"
 
-#: src/libvlc.h:820
+#: src/libvlc.h:824
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -2738,98 +2749,98 @@ msgstr ""
 "låse din maskine eller gøre den meget langsom. Aktiver kun indstillingen "
 "hvis du er bekendt med konsekvenserne."
 
-#: src/libvlc.h:826
+#: src/libvlc.h:830
 msgid "Adjust VLC priority"
 msgstr "Juster VLC prioritet"
 
-#: src/libvlc.h:828
+#: src/libvlc.h:832
 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:832
+#: src/libvlc.h:836
 msgid "Minimize number of threads"
 msgstr "Minimer antal tråde"
 
-#: src/libvlc.h:834
+#: src/libvlc.h:838
 #, fuzzy
 msgid "This option minimizes the number of threads needed to run VLC."
 msgstr ""
 "Denne indstillinger minimerer antallet af tråde der kræves for at køre VLC"
 
-#: src/libvlc.h:836
+#: src/libvlc.h:840
 msgid "Modules search path"
 msgstr "Søgemappe for moduler"
 
-#: src/libvlc.h:838
+#: src/libvlc.h:842
 msgid "Additional path for VLC to look for its modules."
 msgstr ""
 
-#: src/libvlc.h:840
+#: src/libvlc.h:844
 msgid "VLM configuration file"
 msgstr "VLM opsætningsfil"
 
-#: src/libvlc.h:842
+#: src/libvlc.h:846
 msgid "Read a VLM configuration file as soon as VLM is started."
 msgstr ""
 
-#: src/libvlc.h:844
+#: src/libvlc.h:848
 msgid "Use a plugins cache"
 msgstr "Brug en cache til plugins"
 
-#: src/libvlc.h:846
+#: src/libvlc.h:850
 msgid "Use a plugins cache which will greatly improve the startup time of VLC."
 msgstr ""
 
-#: src/libvlc.h:848
+#: src/libvlc.h:852
 msgid "Collect statistics"
 msgstr ""
 
-#: src/libvlc.h:850
+#: src/libvlc.h:854
 #, fuzzy
 msgid "Collect miscellaneous statistics."
 msgstr "Denne indstilling tillader dig at vælge kontrol grænseflader. "
 
-#: src/libvlc.h:852
+#: src/libvlc.h:856
 msgid "Run as daemon process"
 msgstr "Kør som dæmon proces"
 
-#: src/libvlc.h:854
+#: src/libvlc.h:858
 msgid "Runs VLC as a background daemon process."
 msgstr "Køre VLC i baggrunden. (Daemon)"
 
-#: src/libvlc.h:856
+#: src/libvlc.h:860
 msgid "Write process id to file"
 msgstr ""
 
-#: src/libvlc.h:858
+#: src/libvlc.h:862
 msgid "Writes process id into specified file."
 msgstr ""
 
-#: src/libvlc.h:860
+#: src/libvlc.h:864
 #, fuzzy
 msgid "Log to file"
 msgstr "Logo filnavn"
 
-#: src/libvlc.h:862
+#: src/libvlc.h:866
 msgid "Log all VLC messages to a text file."
 msgstr ""
 
-#: src/libvlc.h:864
+#: src/libvlc.h:868
 msgid "Log to syslog"
 msgstr ""
 
-#: src/libvlc.h:866
+#: src/libvlc.h:870
 msgid "Log all VLC messages to syslog (UNIX systems)."
 msgstr ""
 
-#: src/libvlc.h:868
+#: src/libvlc.h:872
 msgid "Allow only one running instance"
 msgstr "Tillad kun 1 instans af VLC af gangen"
 
-#: src/libvlc.h:870
+#: src/libvlc.h:874
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
 "example if you associated VLC with some media types and you don't want a new "
@@ -2838,29 +2849,29 @@ msgid ""
 "running instance or enqueue it."
 msgstr ""
 
-#: src/libvlc.h:876
+#: src/libvlc.h:880
 msgid "VLC is started from file association"
 msgstr ""
 
-#: src/libvlc.h:878
+#: src/libvlc.h:882
 msgid "Tell VLC that it is being launched due to a file association in the OS"
 msgstr ""
 
-#: src/libvlc.h:881
+#: src/libvlc.h:885
 #, fuzzy
 msgid "One instance when started from file"
 msgstr "Tillad kun 1 instans af VLC af gangen"
 
-#: src/libvlc.h:883
+#: src/libvlc.h:887
 #, fuzzy
 msgid "Allow only one running instance when started from file."
 msgstr "Tillad kun 1 instans af VLC af gangen"
 
-#: src/libvlc.h:885
+#: src/libvlc.h:889
 msgid "Increase the priority of the process"
 msgstr "Forhøj processens prioritet"
 
-#: src/libvlc.h:887
+#: src/libvlc.h:891
 #, fuzzy
 msgid ""
 "Increasing the priority of the process will very likely improve your playing "
@@ -2876,22 +2887,22 @@ msgstr ""
 "Det kan dog ske at under visse omstændigheder (bugs) kan VLC bruge alt CPU "
 "tid og dermed fryse dit system, hvad der kan kræve en genstart af systemet."
 
-#: src/libvlc.h:894
+#: src/libvlc.h:898
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr ""
 
-#: src/libvlc.h:896
+#: src/libvlc.h:900
 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:901
+#: src/libvlc.h:905
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr ""
 
-#: src/libvlc.h:904
+#: src/libvlc.h:908
 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 "
@@ -2900,37 +2911,37 @@ msgid ""
 "fastest but slightly incorrect), 1 (default) and 2."
 msgstr ""
 
-#: src/libvlc.h:913
+#: src/libvlc.h:917
 msgid "Enqueue items to playlist when in one instance mode"
 msgstr ""
 
-#: src/libvlc.h:915
+#: src/libvlc.h:919
 msgid ""
 "When using the one instance only option, enqueue items to playlist and keep "
 "playing current item."
 msgstr ""
 
-#: src/libvlc.h:924
+#: src/libvlc.h:928
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
 msgstr ""
 
-#: src/libvlc.h:927
+#: src/libvlc.h:931
 msgid "Automatically preparse files"
 msgstr ""
 
-#: src/libvlc.h:929
+#: src/libvlc.h:933
 msgid ""
 "Automatically preparse files added to the playlist (to retrieve some "
 "metadata)."
 msgstr ""
 
-#: src/libvlc.h:932
+#: src/libvlc.h:936
 msgid "Services discovery modules"
 msgstr "Service opdagelses moduler"
 
-#: src/libvlc.h:934
+#: src/libvlc.h:938
 #, fuzzy
 msgid ""
 "Specifies the services discovery modules to load, separated by semi-colons. "
@@ -2939,175 +2950,185 @@ msgstr ""
 "Angiver hvilke service opdagelses moduler der skal indlæses, sperereret af "
 "kommaer. Typiske værdier er sap, hal, ..."
 
-#: src/libvlc.h:937
+#: src/libvlc.h:941
 msgid "Play files randomly forever"
 msgstr "Afspil filerne tilfældigt i en uendelighed"
 
-#: src/libvlc.h:939
+#: src/libvlc.h:943
 #, fuzzy
 msgid "VLC will randomly play files in the playlist until interrupted."
 msgstr ""
 "Når denne er valgt, vil VLC tilfældigt afspille filer i spillelisten indtil "
 "afbrudt."
 
-#: src/libvlc.h:941
+#: src/libvlc.h:945
 msgid "Repeat all"
 msgstr "Gentag alle"
 
-#: src/libvlc.h:943
+#: src/libvlc.h:947
 #, fuzzy
 msgid "VLC will keep playing the playlist indefinitely."
 msgstr "Aktivér indstillingen hvis du vil have VLC til at spille uafbrudt."
 
-#: src/libvlc.h:945
+#: src/libvlc.h:949
 msgid "Repeat current item"
 msgstr "Gentag det aktuelle emne"
 
-#: src/libvlc.h:947
+#: src/libvlc.h:951
 #, fuzzy
 msgid "VLC will keep playing the current playlist item."
 msgstr ""
 "Når denne er aktiveret, vil VLC blive ved med at afspille det nuværende "
 "spilleliste element igen og igen."
 
-#: src/libvlc.h:949
+#: src/libvlc.h:953
 msgid "Play and stop"
 msgstr "Afspil og stop"
 
-#: src/libvlc.h:951
+#: src/libvlc.h:955
 msgid "Stop the playlist after each played playlist item."
 msgstr ""
 
-#: src/libvlc.h:953
+#: src/libvlc.h:957
+#, fuzzy
+msgid "Play and exit"
+msgstr "Afspil og stop"
+
+#: src/libvlc.h:959
+#, fuzzy
+msgid "Exit if there are no more items in the playlist."
+msgstr "ingen elementer i spilleliste"
+
+#: src/libvlc.h:961
 #, fuzzy
 msgid "Use media library"
 msgstr "VLC medieafspiller"
 
-#: src/libvlc.h:955
+#: src/libvlc.h:963
 msgid ""
 "The media library is automatically saved and reloaded each time you start "
 "VLC."
 msgstr ""
 
-#: src/libvlc.h:958
+#: src/libvlc.h:966
 #, fuzzy
 msgid "Use playlist tree"
 msgstr "Næste på spillelisten"
 
-#: src/libvlc.h:960
+#: src/libvlc.h:968
 msgid ""
 "The playlist can use a tree to categorize some items, like the contents of a "
 "directory. \"Default\" means that the tree will only be used when really "
 "needed."
 msgstr ""
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Always"
 msgstr "Altid øverst"
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Never"
 msgstr "Rumklang"
 
-#: src/libvlc.h:973
+#: src/libvlc.h:981
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr ""
 "Disse indstillinger er de globale VLC tastatur genveje, kendt som "
 "genvejstaster."
 
-#: src/libvlc.h:976 src/video_output/vout_intf.c:408
+#: src/libvlc.h:984 src/video_output/vout_intf.c:408
 #: modules/gui/beos/VideoOutput.cpp:1057 modules/gui/macosx/applescript.m:126
-#: modules/gui/macosx/controls.m:338 modules/gui/macosx/controls.m:754
-#: modules/gui/macosx/controls.m:784 modules/gui/macosx/embeddedwindow.m:44
+#: modules/gui/macosx/controls.m:344 modules/gui/macosx/controls.m:760
+#: modules/gui/macosx/controls.m:790 modules/gui/macosx/embeddedwindow.m:44
 #: modules/gui/macosx/intf.m:497 modules/gui/macosx/intf.m:573
 #: modules/gui/macosx/intf.m:629
 msgid "Fullscreen"
 msgstr "Fuld skærm"
 
-#: src/libvlc.h:977
+#: src/libvlc.h:985
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr "Vælg genvejstasten der skal bruges for at slå fuld skærm til og fra."
 
-#: src/libvlc.h:978 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
+#: src/libvlc.h:986 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
 #: modules/gui/wxwidgets/interface.cpp:1504
 msgid "Play/Pause"
 msgstr "Afspil/Pause"
 
-#: src/libvlc.h:979
+#: src/libvlc.h:987
 msgid "Select the hotkey to use to swap paused state."
 msgstr "Vælg genvejstasten der skal bruges til at slå pause til og fra."
 
-#: src/libvlc.h:980
+#: src/libvlc.h:988
 msgid "Pause only"
 msgstr "Kun pause"
 
-#: src/libvlc.h:981
+#: src/libvlc.h:989
 msgid "Select the hotkey to use to pause."
 msgstr "Vælg genvejstasten der skal bruges til at slå pause til."
 
-#: src/libvlc.h:982
+#: src/libvlc.h:990
 msgid "Play only"
 msgstr "Afspil kun"
 
-#: src/libvlc.h:983
+#: src/libvlc.h:991
 msgid "Select the hotkey to use to play."
 msgstr "Vælg genvejstasten der skal bruges til at afspille."
 
-#: src/libvlc.h:984 modules/control/hotkeys.c:713
-#: modules/gui/macosx/controls.m:687 modules/gui/macosx/intf.m:538
+#: src/libvlc.h:992 modules/control/hotkeys.c:713
+#: modules/gui/macosx/controls.m:693 modules/gui/macosx/intf.m:538
 #: modules/gui/wxwidgets/interface.cpp:695
 msgid "Faster"
 msgstr "Hurtigere"
 
-#: src/libvlc.h:985
+#: src/libvlc.h:993
 msgid "Select the hotkey to use for fast forward playback."
 msgstr "Vælg genvejstasten der skal bruges for at afspille hurtigere."
 
-#: src/libvlc.h:986 modules/control/hotkeys.c:721
-#: modules/gui/macosx/controls.m:688 modules/gui/macosx/intf.m:539
+#: src/libvlc.h:994 modules/control/hotkeys.c:721
+#: modules/gui/macosx/controls.m:694 modules/gui/macosx/intf.m:539
 #: modules/gui/wxwidgets/interface.cpp:694
 msgid "Slower"
 msgstr "Langsommere"
 
-#: src/libvlc.h:987
+#: src/libvlc.h:995
 msgid "Select the hotkey to use for slow motion playback."
 msgstr "Vælg genvejstasten der skal bruges for at afspillere langsommere."
 
-#: src/libvlc.h:988 modules/control/hotkeys.c:680
-#: modules/gui/macosx/controls.m:708 modules/gui/macosx/intf.m:496
+#: src/libvlc.h:996 modules/control/hotkeys.c:680
+#: modules/gui/macosx/controls.m:714 modules/gui/macosx/intf.m:496
 #: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:617
 #: modules/gui/macosx/intf.m:625 modules/gui/macosx/wizard.m:313
 #: modules/gui/macosx/wizard.m:364 modules/gui/macosx/wizard.m:1606
 #: modules/gui/wxwidgets/interface.cpp:693
 #: modules/gui/wxwidgets/interface.cpp:1509
-#: modules/gui/wxwidgets/menus.cpp:258
+#: modules/gui/wxwidgets/menus.cpp:259
 msgid "Next"
 msgstr "Næste"
 
-#: src/libvlc.h:989
+#: src/libvlc.h:997
 msgid "Select the hotkey to use to skip to the next item in the playlist."
 msgstr ""
 "Vælg genvejstasten der skal bruges for at springe til næste punkt i "
 "spillelisten."
 
-#: src/libvlc.h:990 modules/control/hotkeys.c:692
-#: modules/gui/macosx/controls.m:707 modules/gui/macosx/intf.m:491
+#: src/libvlc.h:998 modules/control/hotkeys.c:692
+#: modules/gui/macosx/controls.m:713 modules/gui/macosx/intf.m:491
 #: modules/gui/macosx/intf.m:540 modules/gui/macosx/intf.m:618
 #: modules/gui/macosx/intf.m:624 modules/gui/wxwidgets/interface.cpp:692
 #: modules/gui/wxwidgets/interface.cpp:1508
-#: modules/gui/wxwidgets/menus.cpp:257
+#: modules/gui/wxwidgets/menus.cpp:258
 msgid "Previous"
 msgstr "Forrige"
 
-#: src/libvlc.h:991
+#: src/libvlc.h:999
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
 msgstr ""
 "Vælg genvejstasten der skal bruges for at springe til forrige punkt i "
 "spillelisten."
 
-#: src/libvlc.h:992 modules/gui/macosx/controls.m:699
+#: src/libvlc.h:1000 modules/gui/macosx/controls.m:705
 #: modules/gui/macosx/intf.m:494 modules/gui/macosx/intf.m:537
 #: modules/gui/macosx/intf.m:616 modules/gui/macosx/intf.m:623
 #: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
@@ -3115,434 +3136,434 @@ msgstr ""
 #: modules/gui/wxwidgets/interface.cpp:676
 #: modules/gui/wxwidgets/interface.cpp:687
 #: modules/gui/wxwidgets/interface.cpp:1510
-#: modules/gui/wxwidgets/menus.cpp:256 modules/visualization/xosd.c:237
+#: modules/gui/wxwidgets/menus.cpp:257 modules/visualization/xosd.c:237
 msgid "Stop"
 msgstr "Stop"
 
-#: src/libvlc.h:993
+#: src/libvlc.h:1001
 #, fuzzy
 msgid "Select the hotkey to stop playback."
 msgstr "Vælg genvejstasten der skal stoppe afspilningen."
 
-#: src/libvlc.h:994 modules/gui/macosx/bookmarks.m:101
+#: src/libvlc.h:1002 modules/gui/macosx/bookmarks.m:101
 #: modules/gui/macosx/bookmarks.m:110 modules/gui/macosx/embeddedwindow.m:46
 #: modules/gui/macosx/intf.m:499 modules/video_filter/marq.c:122
 #: modules/video_filter/rss.c:174
 msgid "Position"
 msgstr "Position"
 
-#: src/libvlc.h:995
+#: src/libvlc.h:1003
 msgid "Select the hotkey to display the position."
 msgstr "Vælg genvejstasten for at vise positionen."
 
-#: src/libvlc.h:997
+#: src/libvlc.h:1005
 msgid "Very short backwards jump"
 msgstr ""
 
-#: src/libvlc.h:999
+#: src/libvlc.h:1007
 #, fuzzy
 msgid "Select the hotkey to make a very short backwards jump."
 msgstr "Vælg genvejstasten for at hoppe 5 minuter tilbage."
 
-#: src/libvlc.h:1000
+#: src/libvlc.h:1008
 #, fuzzy
 msgid "Short backwards jump"
 msgstr "GÃ¥ tilbage"
 
-#: src/libvlc.h:1002
+#: src/libvlc.h:1010
 #, fuzzy
 msgid "Select the hotkey to make a short backwards jump."
 msgstr "Vælg genvejstasten for at hoppe 10 sekunder tilbage."
 
-#: src/libvlc.h:1003
+#: src/libvlc.h:1011
 msgid "Medium backwards jump"
 msgstr ""
 
-#: src/libvlc.h:1005
+#: src/libvlc.h:1013
 #, fuzzy
 msgid "Select the hotkey to make a medium backwards jump."
 msgstr "Vælg genvejstasten for at hoppe 1 minut tilbage."
 
-#: src/libvlc.h:1006
+#: src/libvlc.h:1014
 #, fuzzy
 msgid "Long backwards jump"
 msgstr "GÃ¥ tilbage"
 
-#: src/libvlc.h:1008
+#: src/libvlc.h:1016
 #, fuzzy
 msgid "Select the hotkey to make a long backwards jump."
 msgstr "Vælg genvejstasten for at hoppe 10 sekunder tilbage."
 
-#: src/libvlc.h:1010
+#: src/libvlc.h:1018
 msgid "Very short forward jump"
 msgstr ""
 
-#: src/libvlc.h:1012
+#: src/libvlc.h:1020
 #, fuzzy
 msgid "Select the hotkey to make a very short forward jump."
 msgstr "Vælg genvejstasten der skal bruges for at afspille hurtigere."
 
-#: src/libvlc.h:1013
+#: src/libvlc.h:1021
 #, fuzzy
 msgid "Short forward jump"
 msgstr "GÃ¥ fremad"
 
-#: src/libvlc.h:1015
+#: src/libvlc.h:1023
 #, fuzzy
 msgid "Select the hotkey to make a short forward jump."
 msgstr "Vælg genvejstasten for at hoppe 10 sekunder frem."
 
-#: src/libvlc.h:1016
+#: src/libvlc.h:1024
 msgid "Medium forward jump"
 msgstr ""
 
-#: src/libvlc.h:1018
+#: src/libvlc.h:1026
 #, fuzzy
 msgid "Select the hotkey to make a medium forward jump."
 msgstr "Vælg genvejstasten for at hoppe 1 minut frem."
 
-#: src/libvlc.h:1019
+#: src/libvlc.h:1027
 msgid "Long forward jump"
 msgstr ""
 
-#: src/libvlc.h:1021
+#: src/libvlc.h:1029
 #, fuzzy
 msgid "Select the hotkey to make a long forward jump."
 msgstr "Vælg genvejstasten for at hoppe 10 sekunder frem."
 
-#: src/libvlc.h:1023
+#: src/libvlc.h:1031
 msgid "Very short jump length"
 msgstr ""
 
-#: src/libvlc.h:1024
+#: src/libvlc.h:1032
 msgid "Very short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1025
+#: src/libvlc.h:1033
 msgid "Short jump length"
 msgstr ""
 
-#: src/libvlc.h:1026
+#: src/libvlc.h:1034
 msgid "Short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1027
+#: src/libvlc.h:1035
 msgid "Medium jump length"
 msgstr ""
 
-#: src/libvlc.h:1028
+#: src/libvlc.h:1036
 msgid "Medium jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1029
+#: src/libvlc.h:1037
 #, fuzzy
 msgid "Long jump length"
 msgstr "Skrifttypestørrelse"
 
-#: src/libvlc.h:1030
+#: src/libvlc.h:1038
 msgid "Long jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1032 modules/control/hotkeys.c:258
+#: src/libvlc.h:1040 modules/control/hotkeys.c:258
 #: modules/gui/beos/InterfaceWindow.cpp:276
 msgid "Quit"
 msgstr "Afslut"
 
-#: src/libvlc.h:1033
+#: src/libvlc.h:1041
 msgid "Select the hotkey to quit the application."
 msgstr "Vælg genvejstasten der skal afslutte programmet."
 
-#: src/libvlc.h:1034
+#: src/libvlc.h:1042
 msgid "Navigate up"
 msgstr "Navigér op"
 
-#: src/libvlc.h:1035
+#: src/libvlc.h:1043
 msgid "Select the key to move the selector up in DVD menus."
 msgstr "Vælg genvejstasten der skal flytte vælgeren op i DVD-menuer."
 
-#: src/libvlc.h:1036
+#: src/libvlc.h:1044
 msgid "Navigate down"
 msgstr "Navigér ned"
 
-#: src/libvlc.h:1037
+#: src/libvlc.h:1045
 msgid "Select the key to move the selector down in DVD menus."
 msgstr "Vælg genvejstasten der skal flytte vælgeren ned i DVD-menuer."
 
-#: src/libvlc.h:1038
+#: src/libvlc.h:1046
 msgid "Navigate left"
 msgstr "Navigér venstre"
 
-#: src/libvlc.h:1039
+#: src/libvlc.h:1047
 msgid "Select the key to move the selector left in DVD menus."
 msgstr "Vælg genvejstasten der skal flytte vælgeren til venstre i DVD-menuer."
 
-#: src/libvlc.h:1040
+#: src/libvlc.h:1048
 msgid "Navigate right"
 msgstr "Navigér højre"
 
-#: src/libvlc.h:1041
+#: src/libvlc.h:1049
 msgid "Select the key to move the selector right in DVD menus."
 msgstr "Vælg genvejstasten der skal flytte vælgeren til højre i DVD-menuer."
 
-#: src/libvlc.h:1042
+#: src/libvlc.h:1050
 msgid "Activate"
 msgstr "Aktivér"
 
-#: src/libvlc.h:1043
+#: src/libvlc.h:1051
 msgid "Select the key to activate selected item in DVD menus."
 msgstr "Vælg genvejstasten der skal aktivere valgte emner i DVD-menuer."
 
-#: src/libvlc.h:1044
+#: src/libvlc.h:1052
 #, fuzzy
 msgid "Go to the DVD menu"
 msgstr "Udnyt DVD menuer"
 
-#: src/libvlc.h:1045
+#: src/libvlc.h:1053
 #, fuzzy
 msgid "Select the key to take you to the DVD menu"
 msgstr "Vælg genvejstasten der skal aktivere valgte emner i DVD-menuer."
 
-#: src/libvlc.h:1046
+#: src/libvlc.h:1054
 #, fuzzy
 msgid "Select previous DVD title"
 msgstr "Vælg forrige titel"
 
-#: src/libvlc.h:1047
+#: src/libvlc.h:1055
 #, fuzzy
 msgid "Select the key to choose the previous title from the DVD"
 msgstr ""
 "Vælg genvejstasten der skal bruges for at springe til forrige punkt i "
 "spillelisten."
 
-#: src/libvlc.h:1048
+#: src/libvlc.h:1056
 #, fuzzy
 msgid "Select next DVD title"
 msgstr "Vælg næste kapitel"
 
-#: src/libvlc.h:1049
+#: src/libvlc.h:1057
 #, fuzzy
 msgid "Select the key to choose the next title from the DVD"
 msgstr "Vælg genvejstasten der skal flytte vælgeren til venstre i DVD-menuer."
 
-#: src/libvlc.h:1050
+#: src/libvlc.h:1058
 #, fuzzy
 msgid "Select prev DVD chapter"
 msgstr "Vælg forrige kapitel"
 
-#: src/libvlc.h:1051
+#: src/libvlc.h:1059
 #, fuzzy
 msgid "Select the key to choose the previous chapter from the DVD"
 msgstr ""
 "Vælg genvejstasten der skal bruges for at springe til forrige punkt i "
 "spillelisten."
 
-#: src/libvlc.h:1052
+#: src/libvlc.h:1060
 #, fuzzy
 msgid "Select next DVD chapter"
 msgstr "Vælg næste kapitel"
 
-#: src/libvlc.h:1053
+#: src/libvlc.h:1061
 #, fuzzy
 msgid "Select the key to choose the next chapter from the DVD"
 msgstr "Vælg genvejstasten der skal flytte vælgeren til venstre i DVD-menuer."
 
-#: src/libvlc.h:1054
+#: src/libvlc.h:1062
 msgid "Volume up"
 msgstr "Lydstyrke op"
 
-#: src/libvlc.h:1055
+#: src/libvlc.h:1063
 msgid "Select the key to increase audio volume."
 msgstr "Vælg genvejstasten der skal øge lydstyrken."
 
-#: src/libvlc.h:1056
+#: src/libvlc.h:1064
 msgid "Volume down"
 msgstr "Lydstyrke ned"
 
-#: src/libvlc.h:1057
+#: src/libvlc.h:1065
 msgid "Select the key to decrease audio volume."
 msgstr "Vælg genvejstasten der skal formindske lydstyrken."
 
-#: src/libvlc.h:1058 modules/gui/macosx/controls.m:744
+#: src/libvlc.h:1066 modules/gui/macosx/controls.m:750
 #: modules/gui/macosx/intf.m:558 modules/gui/macosx/intf.m:619
 #: modules/gui/macosx/intf.m:628
 msgid "Mute"
 msgstr "Lyd fra"
 
-#: src/libvlc.h:1059
+#: src/libvlc.h:1067
 #, fuzzy
 msgid "Select the key to mute audio."
 msgstr "Vælg genvejstasten der skal bruges til at slå pause til."
 
-#: src/libvlc.h:1060
+#: src/libvlc.h:1068
 msgid "Subtitle delay up"
 msgstr "Undertekstforsinkelse op"
 
-#: src/libvlc.h:1061
+#: src/libvlc.h:1069
 msgid "Select the key to increase the subtitle delay."
 msgstr "Vælg genvejstasten der øger undertekstforsinkelsen."
 
-#: src/libvlc.h:1062
+#: src/libvlc.h:1070
 msgid "Subtitle delay down"
 msgstr "Undertekstforsinkelse ned"
 
-#: src/libvlc.h:1063
+#: src/libvlc.h:1071
 msgid "Select the key to decrease the subtitle delay."
 msgstr "Vælg genvejstasten der formindsker undertekstforsinkelsen."
 
-#: src/libvlc.h:1064
+#: src/libvlc.h:1072
 msgid "Audio delay up"
 msgstr "Lydforsinkelse op"
 
-#: src/libvlc.h:1065
+#: src/libvlc.h:1073
 msgid "Select the key to increase the audio delay."
 msgstr "Vælg genvejstasten der øger lydforsinkelsen."
 
-#: src/libvlc.h:1066
+#: src/libvlc.h:1074
 msgid "Audio delay down"
 msgstr "Lydforsinkelse ned"
 
-#: src/libvlc.h:1067
+#: src/libvlc.h:1075
 msgid "Select the key to decrease the audio delay."
 msgstr "Vælg genvejstasten der formindsker lydforsinkelsen."
 
-#: src/libvlc.h:1068
+#: src/libvlc.h:1076
 msgid "Play playlist bookmark 1"
 msgstr "Afspil bogmærke 1 på spilleliste"
 
-#: src/libvlc.h:1069
+#: src/libvlc.h:1077
 msgid "Play playlist bookmark 2"
 msgstr "Afspil bogmærke 2 på spilleliste"
 
-#: src/libvlc.h:1070
+#: src/libvlc.h:1078
 msgid "Play playlist bookmark 3"
 msgstr "Afspil bogmærke 3 på spilleliste"
 
-#: src/libvlc.h:1071
+#: src/libvlc.h:1079
 msgid "Play playlist bookmark 4"
 msgstr "Afspil bogmærke 4 på spilleliste"
 
-#: src/libvlc.h:1072
+#: src/libvlc.h:1080
 msgid "Play playlist bookmark 5"
 msgstr "Afspil bogmærke 5 på spilleliste"
 
-#: src/libvlc.h:1073
+#: src/libvlc.h:1081
 msgid "Play playlist bookmark 6"
 msgstr "Afspil bogmærke 6 på spilleliste"
 
-#: src/libvlc.h:1074
+#: src/libvlc.h:1082
 msgid "Play playlist bookmark 7"
 msgstr "Afspil bogmærke 7 på spilleliste"
 
-#: src/libvlc.h:1075
+#: src/libvlc.h:1083
 msgid "Play playlist bookmark 8"
 msgstr "Afspil bogmærke 8 på spilleliste"
 
-#: src/libvlc.h:1076
+#: src/libvlc.h:1084
 msgid "Play playlist bookmark 9"
 msgstr "Afspil bogmærke 9 på spilleliste"
 
-#: src/libvlc.h:1077
+#: src/libvlc.h:1085
 msgid "Play playlist bookmark 10"
 msgstr "Afspil bogmærke 10 på spilleliste"
 
-#: src/libvlc.h:1078
+#: src/libvlc.h:1086
 msgid "Select the key to play this bookmark."
 msgstr "Vælg genvejstasten for at afspille dette bogmærke."
 
-#: src/libvlc.h:1079
+#: src/libvlc.h:1087
 msgid "Set playlist bookmark 1"
 msgstr "Indstil bogmærke 1 på spilleliste"
 
-#: src/libvlc.h:1080
+#: src/libvlc.h:1088
 msgid "Set playlist bookmark 2"
 msgstr "Indstil bogmærke 2 på spilleliste"
 
-#: src/libvlc.h:1081
+#: src/libvlc.h:1089
 msgid "Set playlist bookmark 3"
 msgstr "Indstil bogmærke 3 på spilleliste"
 
-#: src/libvlc.h:1082
+#: src/libvlc.h:1090
 msgid "Set playlist bookmark 4"
 msgstr "Indstil bogmærke 4 på spilleliste"
 
-#: src/libvlc.h:1083
+#: src/libvlc.h:1091
 msgid "Set playlist bookmark 5"
 msgstr "Indstil bogmærke 5 på spilleliste"
 
-#: src/libvlc.h:1084
+#: src/libvlc.h:1092
 msgid "Set playlist bookmark 6"
 msgstr "Indstil bogmærke 6 på spilleliste"
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1093
 msgid "Set playlist bookmark 7"
 msgstr "Indstil bogmærke 7 på spilleliste"
 
-#: src/libvlc.h:1086
+#: src/libvlc.h:1094
 msgid "Set playlist bookmark 8"
 msgstr "Indstil bogmærke 8 på spilleliste"
 
-#: src/libvlc.h:1087
+#: src/libvlc.h:1095
 msgid "Set playlist bookmark 9"
 msgstr "Indstil bogmærke 9 på spilleliste"
 
-#: src/libvlc.h:1088
+#: src/libvlc.h:1096
 msgid "Set playlist bookmark 10"
 msgstr "Indstil bogmærke 10 på spilleliste"
 
-#: src/libvlc.h:1089
+#: src/libvlc.h:1097
 msgid "Select the key to set this playlist bookmark."
 msgstr "Vælg genvejstasten der indstillinger dette bogmærke på spillelisten."
 
-#: src/libvlc.h:1091 modules/control/hotkeys.c:84
+#: src/libvlc.h:1099 modules/control/hotkeys.c:84
 msgid "Playlist bookmark 1"
 msgstr "Bogmærke 1 på spilleliste"
 
-#: src/libvlc.h:1092 modules/control/hotkeys.c:85
+#: src/libvlc.h:1100 modules/control/hotkeys.c:85
 msgid "Playlist bookmark 2"
 msgstr "Bogmærke 2 på spilleliste"
 
-#: src/libvlc.h:1093 modules/control/hotkeys.c:86
+#: src/libvlc.h:1101 modules/control/hotkeys.c:86
 msgid "Playlist bookmark 3"
 msgstr "Bogmærke 3 på spilleliste"
 
-#: src/libvlc.h:1094 modules/control/hotkeys.c:87
+#: src/libvlc.h:1102 modules/control/hotkeys.c:87
 msgid "Playlist bookmark 4"
 msgstr "Bogmærke 4 på spilleliste"
 
-#: src/libvlc.h:1095 modules/control/hotkeys.c:88
+#: src/libvlc.h:1103 modules/control/hotkeys.c:88
 msgid "Playlist bookmark 5"
 msgstr "Bogmærke 5 på spilleliste"
 
-#: src/libvlc.h:1096 modules/control/hotkeys.c:89
+#: src/libvlc.h:1104 modules/control/hotkeys.c:89
 msgid "Playlist bookmark 6"
 msgstr "Bogmærke 6 på spilleliste"
 
-#: src/libvlc.h:1097 modules/control/hotkeys.c:90
+#: src/libvlc.h:1105 modules/control/hotkeys.c:90
 msgid "Playlist bookmark 7"
 msgstr "Bogmærke 7 på spilleliste"
 
-#: src/libvlc.h:1098 modules/control/hotkeys.c:91
+#: src/libvlc.h:1106 modules/control/hotkeys.c:91
 msgid "Playlist bookmark 8"
 msgstr "Bogmærke 8 på spilleliste"
 
-#: src/libvlc.h:1099 modules/control/hotkeys.c:92
+#: src/libvlc.h:1107 modules/control/hotkeys.c:92
 msgid "Playlist bookmark 9"
 msgstr "Bogmærke 9 på spilleliste"
 
-#: src/libvlc.h:1100 modules/control/hotkeys.c:93
+#: src/libvlc.h:1108 modules/control/hotkeys.c:93
 msgid "Playlist bookmark 10"
 msgstr "Bogmærke 10 på spilleliste"
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1110
 #, fuzzy
 msgid "This allows you to define playlist bookmarks."
 msgstr "Denne indstilling lader dig angive spilleliste bogmærker"
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1112
 msgid "Go back in browsing history"
 msgstr "GÃ¥ tilbage i browse-historikken"
 
-#: src/libvlc.h:1105
+#: src/libvlc.h:1113
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
@@ -3550,11 +3571,11 @@ msgstr ""
 "Vælg genvejstasten til at gå tilbage (til det forrige medie) i browse-"
 "historikken."
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1114
 msgid "Go forward in browsing history"
 msgstr "GÃ¥ fremad i browse-historikken"
 
-#: src/libvlc.h:1107
+#: src/libvlc.h:1115
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
@@ -3562,134 +3583,134 @@ msgstr ""
 "Vælg genvejstasten til at gå fremad (til det forrige medie) i browse-"
 "historikken."
 
-#: src/libvlc.h:1109
+#: src/libvlc.h:1117
 msgid "Cycle audio track"
 msgstr "Gennemløb lydspor"
 
-#: src/libvlc.h:1110
+#: src/libvlc.h:1118
 #, fuzzy
 msgid "Cycle through the available audio tracks(languages)."
 msgstr "Gennemløb de tilgængelige lydspor (sprog)"
 
-#: src/libvlc.h:1111
+#: src/libvlc.h:1119
 msgid "Cycle subtitle track"
 msgstr "Gennemløb undertekstspor"
 
-#: src/libvlc.h:1112
+#: src/libvlc.h:1120
 #, fuzzy
 msgid "Cycle through the available subtitle tracks."
 msgstr "Gennemløb de tilgængelige undertekstspor"
 
-#: src/libvlc.h:1113
+#: src/libvlc.h:1121
 #, fuzzy
 msgid "Cycle source aspect ratio"
 msgstr "Element udseendesforhold"
 
-#: src/libvlc.h:1114
+#: src/libvlc.h:1122
 #, fuzzy
 msgid "Cycle through a predefined list of source aspect ratios."
 msgstr "Element udseendesforhold"
 
-#: src/libvlc.h:1115
+#: src/libvlc.h:1123
 #, fuzzy
 msgid "Cycle video crop"
 msgstr "Gråtone video-ud"
 
-#: src/libvlc.h:1116
+#: src/libvlc.h:1124
 #, fuzzy
 msgid "Cycle through a predefined list of crop formats."
 msgstr "Gennemløb de tilgængelige undertekstspor"
 
-#: src/libvlc.h:1117
+#: src/libvlc.h:1125
 #, fuzzy
 msgid "Cycle deinterlace modes"
 msgstr "Grænseflade-modul"
 
-#: src/libvlc.h:1118
+#: src/libvlc.h:1126
 #, fuzzy
 msgid "Cycle through deinterlace modes."
 msgstr "Gennemløb de tilgængelige undertekstspor"
 
-#: src/libvlc.h:1119
+#: src/libvlc.h:1127
 msgid "Show interface"
 msgstr "Vis grænseflade"
 
-#: src/libvlc.h:1120
+#: src/libvlc.h:1128
 #, fuzzy
 msgid "Raise the interface above all other windows."
 msgstr "Hæv grænsefladen over alle andre vinduer"
 
-#: src/libvlc.h:1121
+#: src/libvlc.h:1129
 #, fuzzy
 msgid "Hide interface"
 msgstr "_Skjul grænseflade"
 
-#: src/libvlc.h:1122
+#: src/libvlc.h:1130
 #, fuzzy
 msgid "Lower the interface below all other windows."
 msgstr "Hæv grænsefladen over alle andre vinduer"
 
-#: src/libvlc.h:1123
+#: src/libvlc.h:1131
 msgid "Take video snapshot"
 msgstr "Tag et video snapshot"
 
-#: src/libvlc.h:1124
+#: src/libvlc.h:1132
 msgid "Takes a video snapshot and writes it to disk."
 msgstr "Tager et video snapshot og gemmer det på disken."
 
-#: src/libvlc.h:1126 modules/access_filter/record.c:51
+#: src/libvlc.h:1134 modules/access_filter/record.c:51
 #: modules/access_filter/record.c:52
 #, fuzzy
 msgid "Record"
 msgstr "Rød"
 
-#: src/libvlc.h:1127
+#: src/libvlc.h:1135
 msgid "Record access filter start/stop."
 msgstr ""
 
-#: src/libvlc.h:1129 src/libvlc.h:1130 src/video_output/vout_intf.c:211
+#: src/libvlc.h:1137 src/libvlc.h:1138 src/video_output/vout_intf.c:211
 msgid "Zoom"
 msgstr "Zoom"
 
-#: src/libvlc.h:1132 src/libvlc.h:1133
+#: src/libvlc.h:1140 src/libvlc.h:1141
 #, fuzzy
 msgid "Un-Zoom"
 msgstr "Zoom"
 
-#: src/libvlc.h:1135 src/libvlc.h:1136
+#: src/libvlc.h:1143 src/libvlc.h:1144
 msgid "Crop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1137 src/libvlc.h:1138
+#: src/libvlc.h:1145 src/libvlc.h:1146
 msgid "Uncrop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1140 src/libvlc.h:1141
+#: src/libvlc.h:1148 src/libvlc.h:1149
 msgid "Crop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1142 src/libvlc.h:1143
+#: src/libvlc.h:1150 src/libvlc.h:1151
 msgid "Uncrop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1145 src/libvlc.h:1146
+#: src/libvlc.h:1153 src/libvlc.h:1154
 msgid "Crop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1147 src/libvlc.h:1148
+#: src/libvlc.h:1155 src/libvlc.h:1156
 msgid "Uncrop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1150 src/libvlc.h:1151
+#: src/libvlc.h:1158 src/libvlc.h:1159
 #, fuzzy
 msgid "Crop one pixel from the right of the video"
 msgstr "Lader dig indstille hvilken højde video snapshots skal have."
 
-#: src/libvlc.h:1152 src/libvlc.h:1153
+#: src/libvlc.h:1160 src/libvlc.h:1161
 msgid "Uncrop one pixel from the right of the video"
 msgstr ""
 
-#: src/libvlc.h:1157
+#: src/libvlc.h:1165
 #, c-format
 msgid ""
 "Usage: %s [options] [stream] ...\n"
@@ -3726,59 +3747,59 @@ msgid ""
 "  vlc:quit                       Special item to quit VLC\n"
 msgstr ""
 
-#: src/libvlc.h:1267 src/video_output/vout_intf.c:420
-#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:753
+#: src/libvlc.h:1277 src/video_output/vout_intf.c:420
+#: modules/gui/macosx/controls.m:328 modules/gui/macosx/controls.m:759
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:630
 #: modules/video_output/snapshot.c:76
 msgid "Snapshot"
 msgstr "Gem skærmbillede"
 
-#: src/libvlc.h:1280
+#: src/libvlc.h:1290
 msgid "Window properties"
 msgstr "Vindues indstillinger"
 
-#: src/libvlc.h:1325
+#: src/libvlc.h:1335
 msgid "Subpictures"
 msgstr ""
 
-#: src/libvlc.h:1332 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
+#: src/libvlc.h:1342 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
 #: modules/gui/beos/InterfaceWindow.cpp:279
 msgid "Subtitles"
 msgstr "Undertekster"
 
-#: src/libvlc.h:1349 modules/stream_out/transcode.c:151
+#: src/libvlc.h:1359 modules/stream_out/transcode.c:151
 msgid "Overlays"
 msgstr "Overlægninger"
 
-#: src/libvlc.h:1359
+#: src/libvlc.h:1369
 msgid "Track settings"
 msgstr "Spor indstillinger"
 
-#: src/libvlc.h:1381
+#: src/libvlc.h:1391
 msgid "Playback control"
 msgstr "Afspilnings kontrol"
 
-#: src/libvlc.h:1396
+#: src/libvlc.h:1406
 msgid "Default devices"
 msgstr "Standardenheder"
 
-#: src/libvlc.h:1405
+#: src/libvlc.h:1415
 msgid "Network settings"
 msgstr "Netværks indstillinger"
 
-#: src/libvlc.h:1417
+#: src/libvlc.h:1427
 msgid "Socks proxy"
 msgstr "Socks proxy"
 
-#: src/libvlc.h:1426
+#: src/libvlc.h:1436
 msgid "Metadata"
 msgstr "Meta-oplysninger"
 
-#: src/libvlc.h:1456
+#: src/libvlc.h:1466
 msgid "Decoders"
 msgstr "Decoders"
 
-#: src/libvlc.h:1463 modules/access/v4l2.c:56
+#: src/libvlc.h:1473 modules/access/v4l2.c:56
 #: modules/gui/macosx/playlistinfo.m:80
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:265
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:378
@@ -3786,83 +3807,83 @@ msgstr "Decoders"
 msgid "Input"
 msgstr "Inddata"
 
-#: src/libvlc.h:1499 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
+#: src/libvlc.h:1509 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
 msgid "VLM"
 msgstr ""
 
-#: src/libvlc.h:1530
+#: src/libvlc.h:1540
 msgid "CPU"
 msgstr "CPU"
 
-#: src/libvlc.h:1552
+#: src/libvlc.h:1562
 msgid "Special modules"
 msgstr "Specielle moduler"
 
-#: src/libvlc.h:1559
+#: src/libvlc.h:1569
 msgid "Plugins"
 msgstr "Moduler"
 
-#: src/libvlc.h:1567
+#: src/libvlc.h:1577
 msgid "Performance options"
 msgstr "Ydelses indstillinger"
 
-#: src/libvlc.h:1700
+#: src/libvlc.h:1714
 msgid "Hot keys"
 msgstr "Genvejstaster"
 
-#: src/libvlc.h:2011
+#: src/libvlc.h:2025
 #, fuzzy
 msgid "Jump sizes"
 msgstr "Skrifttypestørrelse"
 
-#: src/libvlc.h:2090
+#: src/libvlc.h:2104
 msgid "main program"
 msgstr "hoved program"
 
-#: src/libvlc.h:2097
+#: src/libvlc.h:2111
 msgid "print help for VLC (can be combined with --advanced)"
 msgstr "udskriv hjælp (kan kombineres med --advanced)"
 
-#: src/libvlc.h:2099
+#: src/libvlc.h:2113
 #, fuzzy
 msgid ""
 "print help for VLC and all its modules (can be combined with --advanced)"
 msgstr ""
 "udskriv hjælp for VLC og alle dets moduler (kan kombineres med --advanced)"
 
-#: src/libvlc.h:2101
+#: src/libvlc.h:2115
 msgid "print help for the advanced options"
 msgstr "udskriv hjælp for de advancerede indstillinger"
 
-#: src/libvlc.h:2103
+#: src/libvlc.h:2117
 msgid "ask for extra verbosity when displaying help"
 msgstr "brug udvidet detaljegrad ved visning af hjælp"
 
-#: src/libvlc.h:2105
+#: src/libvlc.h:2119
 msgid "print a list of available modules"
 msgstr "udskriv en liste af tilgængelige moduler"
 
-#: src/libvlc.h:2107
+#: src/libvlc.h:2121
 msgid "print help on a specific module (can be combined with --advanced)"
 msgstr "udskriv hjælp for et specifikt modul (kan kombineres med --advanced)"
 
-#: src/libvlc.h:2109
+#: src/libvlc.h:2123
 msgid "save the current command line options in the config"
 msgstr "Gem de nuværende kommandolinie indstillinger i konfigurationen"
 
-#: src/libvlc.h:2111
+#: src/libvlc.h:2125
 msgid "reset the current config to the default values"
 msgstr "nulstil den nuværende konfiguration til standard værdierne"
 
-#: src/libvlc.h:2113
+#: src/libvlc.h:2127
 msgid "use alternate config file"
 msgstr "brug alternativ konfigurationsfil"
 
-#: src/libvlc.h:2115
+#: src/libvlc.h:2129
 msgid "resets the current plugins cache"
 msgstr "nulstil det det midlertidige lager for plugins"
 
-#: src/libvlc.h:2117
+#: src/libvlc.h:2131
 msgid "print version information"
 msgstr "udskriv versionsoplysninger"
 
@@ -4471,7 +4492,8 @@ msgstr "Ukendt"
 msgid "Media: %s"
 msgstr ""
 
-#: src/playlist/engine.c:92 src/playlist/engine.c:94
+#: src/playlist/engine.c:104 src/playlist/engine.c:106
+#: src/playlist/loadsave.c:149
 msgid "Media Library"
 msgstr ""
 
@@ -4531,17 +4553,8 @@ msgstr "Beskær"
 msgid "Aspect-ratio"
 msgstr "Udseendeforhold"
 
-#: modules/access/cdda/access.c:293
-msgid "CD reading failed"
-msgstr ""
-
-#: modules/access/cdda/access.c:294
-#, c-format
-msgid "VLC could not get a new block of size: %i."
-msgstr ""
-
 #: modules/access/cdda.c:58 modules/access/dshow/dshow.cpp:91
-#: modules/access/dvb/access.c:73 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:73
 #: modules/access/dvdnav.c:64 modules/access/dvdread.c:62
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:43
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4605,7 +4618,16 @@ msgstr "Lydspor"
 msgid "Audio CD - Track %i"
 msgstr "Lydspor"
 
-#: modules/access/cdda/cdda.c:42 modules/access/directory.c:77
+#: modules/access/cdda/access.c:293
+msgid "CD reading failed"
+msgstr ""
+
+#: modules/access/cdda/access.c:294
+#, c-format
+msgid "VLC could not get a new block of size: %i."
+msgstr ""
+
+#: modules/access/cdda/cdda.c:42 modules/access/directory.c:78
 #: modules/codec/x264.c:280 modules/codec/x264.c:287 modules/codec/x264.c:292
 msgid "none"
 msgstr "ingen"
@@ -4857,11 +4879,11 @@ msgstr "MRL"
 msgid "Track Number"
 msgstr "Spornummer"
 
-#: modules/access/directory.c:69
+#: modules/access/directory.c:70
 msgid "Subdirectory behavior"
 msgstr "Undermappe-opførsel"
 
-#: modules/access/directory.c:71
+#: modules/access/directory.c:72
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -4869,20 +4891,20 @@ msgid ""
 "expand: all subdirectories are expanded.\n"
 msgstr ""
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:78
 msgid "collapse"
 msgstr "luk sammen"
 
-#: modules/access/directory.c:78
+#: modules/access/directory.c:79
 msgid "expand"
 msgstr "udvid"
 
-#: modules/access/directory.c:80
+#: modules/access/directory.c:81
 #, fuzzy
 msgid "Ignored extensions"
 msgstr "Ignorer filer med disse endelser"
 
-#: modules/access/directory.c:82
+#: modules/access/directory.c:83
 msgid ""
 "Files with these extensions will not be added to playlist when opening a "
 "directory.\n"
@@ -4890,11 +4912,11 @@ msgid ""
 "instance. Use a comma-separated list of extensions."
 msgstr ""
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:90
 msgid "Directory"
 msgstr "Mappe"
 
-#: modules/access/directory.c:91
+#: modules/access/directory.c:92
 msgid "Standard filesystem directory input"
 msgstr "Standard filsystem mappe inddata"
 
@@ -5131,6 +5153,21 @@ msgstr ""
 msgid "The capture device \"%s\" does not support the required parameters."
 msgstr ""
 
+#: modules/access/dv.c:70
+#, fuzzy
+msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
+msgstr ""
+"Lader dig indstille standard cache størelse for UDP streams. Angives i "
+"milisekunder."
+
+#: modules/access/dv.c:74
+msgid "Digital Video (Firewire/ieee1394)  input"
+msgstr ""
+
+#: modules/access/dv.c:75
+msgid "dv"
+msgstr ""
+
 #: modules/access/dvb/access.c:75
 #, fuzzy
 msgid ""
@@ -5393,21 +5430,6 @@ msgstr "Lydstyrke normalisering"
 msgid "The provided polarization \"%c\" is not valid."
 msgstr ""
 
-#: modules/access/dv.c:70
-#, fuzzy
-msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
-msgstr ""
-"Lader dig indstille standard cache størelse for UDP streams. Angives i "
-"milisekunder."
-
-#: modules/access/dv.c:74
-msgid "Digital Video (Firewire/ieee1394)  input"
-msgstr ""
-
-#: modules/access/dv.c:75
-msgid "dv"
-msgstr ""
-
 #: modules/access/dvdnav.c:60 modules/access/dvdread.c:58
 msgid "DVD angle"
 msgstr "DVD vinkel"
@@ -5617,73 +5639,28 @@ msgstr ""
 msgid "VLC could not open file \"%s\" (%s)."
 msgstr ""
 
-#: modules/access_filter/record.c:43
+#: modules/access/ftp.c:45
 #, fuzzy
-msgid "Record directory"
-msgstr "Kildemappe"
+msgid ""
+"Caching value for FTP streams. This value should be set in milliseconds."
+msgstr ""
+"Lader dig indstille standard cache størelse for FTP streams. Angives i "
+"milisekunder."
 
-#: modules/access_filter/record.c:45
-#, fuzzy
-msgid "Directory where the record will be stored."
-msgstr "Lader dig indstille hvilken mappe video snapshots skal gemmes i."
+#: modules/access/ftp.c:47
+msgid "FTP user name"
+msgstr "FTP brugernavn"
 
-#: modules/access_filter/timeshift.c:44
+#: modules/access/ftp.c:48 modules/access/smb.c:64
 #, fuzzy
-msgid "Timeshift granularity"
-msgstr "Tidsforskydelse"
+msgid "User name that will be used for the connection."
+msgstr "Lader dig ændre brugernavnet der bruges af forbindelsen"
 
-#: modules/access_filter/timeshift.c:46
-#, fuzzy
-msgid ""
-"This is the size of the temporary files tha will be used to store the "
-"timeshifted streams."
-msgstr "Video filtre bruges til at efter-bearbejde video streamen."
-
-#: modules/access_filter/timeshift.c:48
-#, fuzzy
-msgid "Timeshift directory"
-msgstr "Video snapshot mappe"
-
-#: modules/access_filter/timeshift.c:49
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:51
-msgid "Force use of the timeshift module"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52
-msgid ""
-"Force use of the timeshift module even if the access declares that it can "
-"control pace or pause."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
-msgid "Timeshift"
-msgstr "Tidsforskydelse"
-
-#: modules/access/ftp.c:45
-#, fuzzy
-msgid ""
-"Caching value for FTP streams. This value should be set in milliseconds."
-msgstr ""
-"Lader dig indstille standard cache størelse for FTP streams. Angives i "
-"milisekunder."
-
-#: modules/access/ftp.c:47
-msgid "FTP user name"
-msgstr "FTP brugernavn"
-
-#: modules/access/ftp.c:48 modules/access/smb.c:64
-#, fuzzy
-msgid "User name that will be used for the connection."
-msgstr "Lader dig ændre brugernavnet der bruges af forbindelsen"
-
-#: modules/access/ftp.c:50
-msgid "FTP password"
-msgstr "FTP kodeord"
-
-#: modules/access/ftp.c:51 modules/access/smb.c:67
+#: modules/access/ftp.c:50
+msgid "FTP password"
+msgstr "FTP kodeord"
+
+#: modules/access/ftp.c:51 modules/access/smb.c:67
 #, fuzzy
 msgid "Password that will be used for the connection."
 msgstr "Lader dig ændre kodeordet der bruges af forbindelsen"
@@ -5843,377 +5820,136 @@ msgstr ""
 msgid "Microsoft Media Server (MMS) input"
 msgstr "Microsoft Media Server (MMS) inddata"
 
-#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
-msgid "Dummy stream output"
-msgstr "Attrap-stream uddata"
-
-#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
-msgid "Dummy"
-msgstr "Attrap"
-
-#: modules/access_output/file.c:61
-msgid "Append to file"
-msgstr "Tilføj til fil"
-
-#: modules/access_output/file.c:62
-msgid "Append to file if it exists instead of replacing it."
+#: modules/access/pvr.c:49
+#, fuzzy
+msgid ""
+"Default caching value for PVR streams. This value should be set in "
+"milliseconds."
 msgstr ""
-"Tilføjer til filen hvis den findes i forvejen i stedet for at erstatte den"
-
-#: modules/access_output/file.c:66
-msgid "File stream output"
-msgstr "Fil-stream uddata"
-
-#: modules/access_output/http.c:58
-msgid "Username"
-msgstr "Brugernavn"
+"Lader dig indstille standard cache størelse for UDP streams. Angives i "
+"milisekunder."
 
-#: modules/access_output/http.c:59
-msgid "User name that will be requested to access the stream."
-msgstr ""
+#: modules/access/pvr.c:52
+msgid "Device"
+msgstr "Enhed"
 
-#: modules/access_output/http.c:61 modules/control/telnet.c:81
-msgid "Password"
-msgstr "Adgangskode"
+#: modules/access/pvr.c:53
+msgid "PVR video device"
+msgstr "PVR video enhed"
 
-#: modules/access_output/http.c:62
-msgid "Password that will be requested to access the stream."
-msgstr ""
+#: modules/access/pvr.c:55
+#, fuzzy
+msgid "Radio device"
+msgstr "Lyd enhed"
 
-#: modules/access_output/http.c:66
-msgid "Mime"
-msgstr "Mime"
+#: modules/access/pvr.c:56
+#, fuzzy
+msgid "PVR radio device"
+msgstr "PVR video enhed"
 
-#: modules/access_output/http.c:67
-msgid "MIME returned by the server (autodetected if not specified."
-msgstr ""
+#: modules/access/pvr.c:58 modules/access/v4l.c:96
+msgid "Norm"
+msgstr "Type"
 
-#: modules/access_output/http.c:71
+#: modules/access/pvr.c:59 modules/access/v4l.c:98
 #, fuzzy
-msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
-msgstr "HTTP grændseflade x509 PEM certifikat (Aktivere SSL)"
+msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
+msgstr "Angiver streamens signaltype (Automatisk, SECAM, PAL eller NTSC)"
 
-#: modules/access_output/http.c:74
-#, fuzzy
-msgid ""
-"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
-"empty if you don't have one."
-msgstr "HTTP grændseflade x509 PEM certifikat (Aktivere SSL)"
+#: modules/access/pvr.c:62 modules/access/v4l.c:102
+#: modules/video_filter/mosaic.c:96
+msgid "Width"
+msgstr "Bredde"
 
-#: modules/access_output/http.c:78
+#: modules/access/pvr.c:63
 #, fuzzy
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used for HTTPS. Leave empty if you don't have one."
-msgstr "HTTP grændseflade x509 PEM certifikat (Aktivere SSL)"
-
-#: modules/access_output/http.c:83
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be used for "
-"SSL. Leave empty if you don't have one."
-msgstr ""
+msgid "Width of the stream to capture (-1 for autodetection)."
+msgstr "Bredden på den stream der modtages (-1 for auto)"
 
-#: modules/access_output/http.c:86
-msgid "Advertise with Bonjour"
-msgstr ""
+#: modules/access/pvr.c:66 modules/access/v4l.c:105
+#: modules/video_filter/mosaic.c:94
+msgid "Height"
+msgstr "Højde"
 
-#: modules/access_output/http.c:87
-msgid "Advertise the stream with the Bonjour protocol."
-msgstr ""
+#: modules/access/pvr.c:67
+#, fuzzy
+msgid "Height of the stream to capture (-1 for autodetection)."
+msgstr "Højden på den stream der modtages (-1 for auto)"
 
-#: modules/access_output/http.c:91
-msgid "HTTP stream output"
-msgstr "HTTP stream-uddata"
+#: modules/access/pvr.c:70 modules/access/v4l.c:89
+msgid "Frequency"
+msgstr "Frekvens"
 
-#: modules/access_output/http.c:93 modules/control/http/http.c:61
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
-msgid "HTTP"
-msgstr "HTTP"
+#: modules/access/pvr.c:71 modules/access/v4l.c:91
+#, fuzzy
+msgid "Frequency to capture (in kHz), if applicable."
+msgstr "Frekvens i Khz. Kun hvis relevant."
 
-#: modules/access_output/shout.c:58
+#: modules/access/pvr.c:74 modules/access/v4l.c:137
 #, fuzzy
-msgid "Stream name"
-msgstr "Stream"
+msgid "Framerate to capture, if applicable (-1 for autodetect)."
+msgstr "Framerate for stream. Kun hvis relevant. (-1 for auto)"
 
-#: modules/access_output/shout.c:59
-msgid "Name to give to this stream/channel on the shoutcast/icecast server."
+#: modules/access/pvr.c:77
+msgid "Key interval"
 msgstr ""
 
-#: modules/access_output/shout.c:62
+#: modules/access/pvr.c:78
 #, fuzzy
-msgid "Stream description"
-msgstr "Sesions beskrivelse"
+msgid "Interval between keyframes (-1 for autodetect)."
+msgstr "Interval mellem keyframes (-1 for auto)"
 
-#: modules/access_output/shout.c:63
-msgid "Description of the stream content or information about your channel."
+#: modules/access/pvr.c:80
+msgid "B Frames"
+msgstr "B-frames"
+
+#: modules/access/pvr.c:81
+msgid ""
+"If this option is set, B-Frames will be used. Use this option to set the "
+"number of B-Frames."
 msgstr ""
+"Hvis denne indstilling aktiveres vil der blive brugt B-frames i enkodningen. "
+"Indstil antallet her."
 
-#: modules/access_output/shout.c:66
+#: modules/access/pvr.c:85
 #, fuzzy
-msgid "Stream MP3"
-msgstr "Stream"
+msgid "Bitrate to use (-1 for default)."
+msgstr "Brug denne bitrate (-1 for standard)"
 
-#: modules/access_output/shout.c:67
-msgid ""
-"You normally have to feed the shoutcast module with Ogg streams. It is also "
-"possible to stream MP3 instead, so you can forward MP3 streams to the "
-"shoutcast/icecast server."
-msgstr ""
+#: modules/access/pvr.c:87
+msgid "Bitrate peak"
+msgstr "Bitrate max."
 
-#: modules/access_output/shout.c:76
+#: modules/access/pvr.c:88
 #, fuzzy
-msgid "Genre description"
-msgstr "Sesions beskrivelse"
+msgid "Peak bitrate in VBR mode."
+msgstr "Max. bitrate for VBR indstilling"
 
-#: modules/access_output/shout.c:77
-msgid "Genre of the content. "
-msgstr ""
+#: modules/access/pvr.c:91
+#, fuzzy
+msgid "Bitrate mode)"
+msgstr "Den brugte bitrate indstillinger"
 
-#: modules/access_output/shout.c:79
+#: modules/access/pvr.c:92
 #, fuzzy
-msgid "URL description"
-msgstr "Beskrivelse"
+msgid "Bitrate mode to use (VBR or CBR)."
+msgstr "Den brugte bitrate indstillinger"
 
-#: modules/access_output/shout.c:80
-msgid "URL with information about the stream or your channel. "
+#: modules/access/pvr.c:94
+msgid "Audio bitmask"
 msgstr ""
 
-#: modules/access_output/shout.c:87
-msgid "Bitrate information of the transcoded stream. "
+#: modules/access/pvr.c:95
+msgid "Bitmask that will get used by the audio part of the card."
 msgstr ""
 
-#: modules/access_output/shout.c:89 modules/access/v4l.c:122
-msgid "Samplerate"
-msgstr "Samplerate"
+#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
+#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
+msgid "Volume"
+msgstr "Lydstyrke"
 
-#: modules/access_output/shout.c:90
-msgid "Samplerate information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:92
-#, fuzzy
-msgid "Number of channels"
-msgstr "Antal kloner"
-
-#: modules/access_output/shout.c:93
-msgid "Number of channels information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:95
-msgid "Ogg Vorbis Quality"
-msgstr ""
-
-#: modules/access_output/shout.c:96
-msgid "Ogg Vorbis Quality information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:98
-#, fuzzy
-msgid "Stream public"
-msgstr "Streamuddata"
-
-#: modules/access_output/shout.c:99
-msgid ""
-"Make the server publicly available on the 'Yellow Pages' (directory listing "
-"of streams) on the icecast/shoutcast website. Requires the bitrate "
-"information specified for shoutcast. Requires Ogg streaming for icecast."
-msgstr ""
-
-#: modules/access_output/shout.c:105
-#, fuzzy
-msgid "IceCAST output"
-msgstr "Uddata tilgang"
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:41
-#: modules/demux/live555.cpp:63
-msgid "Caching value (ms)"
-msgstr "Cache størrelse (ms)"
-
-#: modules/access_output/udp.c:77
-#, fuzzy
-msgid ""
-"Default caching value for outbound UDP streams. This value should be set in "
-"milliseconds."
-msgstr ""
-"Lader dig indstille standard cache størelse for UDP streams. Angives i "
-"milisekunder."
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
-#: modules/gui/macosx/wizard.m:1848
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
-msgid "Time-To-Live (TTL)"
-msgstr "Time-To-Live (TTL)"
-
-#: modules/access_output/udp.c:81
-#, fuzzy
-msgid "Time-To-Live of the outgoing stream."
-msgstr "Lader dig skalere videoen før encoding"
-
-#: modules/access_output/udp.c:84
-msgid "Group packets"
-msgstr "Gruppér pakker"
-
-#: modules/access_output/udp.c:85
-#, fuzzy
-msgid ""
-"Packets can be sent one by one at the right time or by groups. You can "
-"choose the number of packets that will be sent at a time. It helps reducing "
-"the scheduling load on heavily-loaded systems."
-msgstr ""
-"Pakker kan sendes en ad gangen eller via grupper. Dette tillader dig at "
-"kontrollere antallet af pakker der bliver sendt af gangen. Det kan hjælpe "
-"med frigive ressourcer på et presset system."
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr ""
-
-#: modules/access_output/udp.c:91
-msgid ""
-"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 ""
-
-#: modules/access_output/udp.c:97
-msgid "UDP stream output"
-msgstr "UDP stream uddata"
-
-#: modules/access_output/udp.c:98
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
-msgid "UDP"
-msgstr "UDP"
-
-#: modules/access/pvr.c:49
-#, fuzzy
-msgid ""
-"Default caching value for PVR streams. This value should be set in "
-"milliseconds."
-msgstr ""
-"Lader dig indstille standard cache størelse for UDP streams. Angives i "
-"milisekunder."
-
-#: modules/access/pvr.c:52
-msgid "Device"
-msgstr "Enhed"
-
-#: modules/access/pvr.c:53
-msgid "PVR video device"
-msgstr "PVR video enhed"
-
-#: modules/access/pvr.c:55
-#, fuzzy
-msgid "Radio device"
-msgstr "Lyd enhed"
-
-#: modules/access/pvr.c:56
-#, fuzzy
-msgid "PVR radio device"
-msgstr "PVR video enhed"
-
-#: modules/access/pvr.c:58 modules/access/v4l.c:96
-msgid "Norm"
-msgstr "Type"
-
-#: modules/access/pvr.c:59 modules/access/v4l.c:98
-#, fuzzy
-msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
-msgstr "Angiver streamens signaltype (Automatisk, SECAM, PAL eller NTSC)"
-
-#: modules/access/pvr.c:62 modules/access/v4l.c:102
-#: modules/video_filter/mosaic.c:96
-msgid "Width"
-msgstr "Bredde"
-
-#: modules/access/pvr.c:63
-#, fuzzy
-msgid "Width of the stream to capture (-1 for autodetection)."
-msgstr "Bredden på den stream der modtages (-1 for auto)"
-
-#: modules/access/pvr.c:66 modules/access/v4l.c:105
-#: modules/video_filter/mosaic.c:94
-msgid "Height"
-msgstr "Højde"
-
-#: modules/access/pvr.c:67
-#, fuzzy
-msgid "Height of the stream to capture (-1 for autodetection)."
-msgstr "Højden på den stream der modtages (-1 for auto)"
-
-#: modules/access/pvr.c:70 modules/access/v4l.c:89
-msgid "Frequency"
-msgstr "Frekvens"
-
-#: modules/access/pvr.c:71 modules/access/v4l.c:91
-#, fuzzy
-msgid "Frequency to capture (in kHz), if applicable."
-msgstr "Frekvens i Khz. Kun hvis relevant."
-
-#: modules/access/pvr.c:74 modules/access/v4l.c:137
-#, fuzzy
-msgid "Framerate to capture, if applicable (-1 for autodetect)."
-msgstr "Framerate for stream. Kun hvis relevant. (-1 for auto)"
-
-#: modules/access/pvr.c:77
-msgid "Key interval"
-msgstr ""
-
-#: modules/access/pvr.c:78
-#, fuzzy
-msgid "Interval between keyframes (-1 for autodetect)."
-msgstr "Interval mellem keyframes (-1 for auto)"
-
-#: modules/access/pvr.c:80
-msgid "B Frames"
-msgstr "B-frames"
-
-#: modules/access/pvr.c:81
-msgid ""
-"If this option is set, B-Frames will be used. Use this option to set the "
-"number of B-Frames."
-msgstr ""
-"Hvis denne indstilling aktiveres vil der blive brugt B-frames i enkodningen. "
-"Indstil antallet her."
-
-#: modules/access/pvr.c:85
-#, fuzzy
-msgid "Bitrate to use (-1 for default)."
-msgstr "Brug denne bitrate (-1 for standard)"
-
-#: modules/access/pvr.c:87
-msgid "Bitrate peak"
-msgstr "Bitrate max."
-
-#: modules/access/pvr.c:88
-#, fuzzy
-msgid "Peak bitrate in VBR mode."
-msgstr "Max. bitrate for VBR indstilling"
-
-#: modules/access/pvr.c:91
-#, fuzzy
-msgid "Bitrate mode)"
-msgstr "Den brugte bitrate indstillinger"
-
-#: modules/access/pvr.c:92
-#, fuzzy
-msgid "Bitrate mode to use (VBR or CBR)."
-msgstr "Den brugte bitrate indstillinger"
-
-#: modules/access/pvr.c:94
-msgid "Audio bitmask"
-msgstr ""
-
-#: modules/access/pvr.c:95
-msgid "Bitmask that will get used by the audio part of the card."
-msgstr ""
-
-#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
-msgid "Volume"
-msgstr "Lydstyrke"
-
-#: modules/access/pvr.c:99
-msgid "Audio volume (0-65535)."
+#: modules/access/pvr.c:99
+msgid "Audio volume (0-65535)."
 msgstr ""
 
 #: modules/access/pvr.c:101 modules/access/v4l.c:92
@@ -6259,6 +5995,11 @@ msgstr "PVR"
 msgid "IVTV MPEG Encoding cards input"
 msgstr ""
 
+#: modules/access/rtsp/access.c:41 modules/access_output/udp.c:75
+#: modules/demux/live555.cpp:63
+msgid "Caching value (ms)"
+msgstr "Cache størrelse (ms)"
+
 #: modules/access/rtsp/access.c:43
 #, fuzzy
 msgid ""
@@ -6410,38 +6151,6 @@ msgstr "UDP/RTP"
 msgid "UDP/RTP input"
 msgstr "UDP/RTP inddata"
 
-#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
-#: modules/gui/wxwidgets/dialogs/open.cpp:723
-msgid "Device name"
-msgstr "Enheds navn"
-
-#: modules/access/v4l2.c:54
-#, fuzzy
-msgid ""
-"Name of the device to use. If you don't specify anything, /dev/video0 will "
-"be used."
-msgstr ""
-"Angiver navnet på den video enhed der vil blive brugt. Hvis intet angives, "
-"vil der ikke blive brugt nogen video enhed."
-
-#: modules/access/v4l2.c:58
-#, fuzzy
-msgid ""
-"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
-msgstr ""
-"Kanalen der skal andvendes på kortet (Normalt er: 0 = tuner, 1 = composite "
-"og 2 = svideo)"
-
-#: modules/access/v4l2.c:63
-#, fuzzy
-msgid "Video4Linux2"
-msgstr "Video4Linux"
-
-#: modules/access/v4l2.c:64
-#, fuzzy
-msgid "Video4Linux2 input"
-msgstr "Video4Linux input"
-
 #: modules/access/v4l.c:75
 #, fuzzy
 msgid ""
@@ -6552,7 +6261,11 @@ msgstr "Tuner"
 msgid "Tuner to use, if there are several ones."
 msgstr ""
 
-#: modules/access/v4l.c:124
+#: modules/access/v4l.c:122 modules/access_output/shout.c:89
+msgid "Samplerate"
+msgstr "Samplerate"
+
+#: modules/access/v4l.c:124
 msgid ""
 "Samplerate of the captured audio stream, in Hz (eg: 11025, 22050, 44100)"
 msgstr ""
@@ -6594,6 +6307,38 @@ msgstr "Video4Linux"
 msgid "Video4Linux input"
 msgstr "Video4Linux input"
 
+#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
+#: modules/gui/wxwidgets/dialogs/open.cpp:723
+msgid "Device name"
+msgstr "Enheds navn"
+
+#: modules/access/v4l2.c:54
+#, fuzzy
+msgid ""
+"Name of the device to use. If you don't specify anything, /dev/video0 will "
+"be used."
+msgstr ""
+"Angiver navnet på den video enhed der vil blive brugt. Hvis intet angives, "
+"vil der ikke blive brugt nogen video enhed."
+
+#: modules/access/v4l2.c:58
+#, fuzzy
+msgid ""
+"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
+msgstr ""
+"Kanalen der skal andvendes på kortet (Normalt er: 0 = tuner, 1 = composite "
+"og 2 = svideo)"
+
+#: modules/access/v4l2.c:63
+#, fuzzy
+msgid "Video4Linux2"
+msgstr "Video4Linux"
+
+#: modules/access/v4l2.c:64
+#, fuzzy
+msgid "Video4Linux2 input"
+msgstr "Video4Linux input"
+
 #: modules/access/vcd/vcd.c:42
 #, fuzzy
 msgid "Caching value for VCDs. This value should be set in milliseconds."
@@ -6684,102 +6429,379 @@ msgstr "Indlæg"
 msgid "First Entry Point"
 msgstr "Første indlægspunkt"
 
-#: modules/access/vcdx/info.c:126
-msgid "Last Entry Point"
-msgstr "Sidste indløgspunkt"
+#: modules/access/vcdx/info.c:126
+msgid "Last Entry Point"
+msgstr "Sidste indløgspunkt"
+
+#: modules/access/vcdx/info.c:127
+msgid "Track size (in sectors)"
+msgstr "Sporstørrelse (i sektorer)"
+
+#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
+#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
+msgid "type"
+msgstr "type"
+
+#: modules/access/vcdx/info.c:139
+msgid "end"
+msgstr "slut"
+
+#: modules/access/vcdx/info.c:142
+msgid "play list"
+msgstr "spilleliste"
+
+#: modules/access/vcdx/info.c:153
+msgid "extended selection list"
+msgstr "udvidet udvælgelsesliste"
+
+#: modules/access/vcdx/info.c:154
+msgid "selection list"
+msgstr "udvælgelsesliste"
+
+#: modules/access/vcdx/info.c:166
+msgid "unknown type"
+msgstr "ukendt type"
+
+#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
+#: modules/access/vcdx/info.c:316
+msgid "List ID"
+msgstr "Liste ID"
+
+#: modules/access/vcdx/vcd.c:95
+msgid "(Super) Video CD"
+msgstr "(Super) Video CD"
+
+#: modules/access/vcdx/vcd.c:96
+msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+msgstr "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) inddata"
+
+#: modules/access/vcdx/vcd.c:97
+msgid "vcdx://[device-or-file][@{P,S,T}num]"
+msgstr "vcdx://[enhed-eller-fil][@{P,S,T}num]"
+
+#: modules/access/vcdx/vcd.c:106
+msgid "If nonzero, this gives additional debug information."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+msgid "Number of CD blocks to get in a single read."
+msgstr "Antal blokke på CD'n der læses af gangen."
+
+#: modules/access/vcdx/vcd.c:116
+msgid "Use playback control?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:117
+msgid ""
+"If VCD is authored with playback control, use it. Otherwise we play by "
+"tracks."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:123
+msgid "Use track length as maximum unit in seek?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:124
+msgid ""
+"If set, the length of the seek bar is the track rather than the length of an "
+"entry."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:129
+msgid "Show extended VCD info?"
+msgstr "Vis udvidet VCD oplysninger?"
+
+#: modules/access/vcdx/vcd.c:130
+msgid ""
+"Show the maximum amount of information under Stream and Media Info. Shows "
+"for example playback control navigation."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:137
+msgid "Format to use in the playlist's \"author\" field."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:143
+msgid "Format to use in the playlist's \"title\" field."
+msgstr ""
+
+#: modules/access_filter/record.c:43
+#, fuzzy
+msgid "Record directory"
+msgstr "Kildemappe"
+
+#: modules/access_filter/record.c:45
+#, fuzzy
+msgid "Directory where the record will be stored."
+msgstr "Lader dig indstille hvilken mappe video snapshots skal gemmes i."
+
+#: modules/access_filter/timeshift.c:44
+#, fuzzy
+msgid "Timeshift granularity"
+msgstr "Tidsforskydelse"
+
+#: modules/access_filter/timeshift.c:46
+#, fuzzy
+msgid ""
+"This is the size of the temporary files tha will be used to store the "
+"timeshifted streams."
+msgstr "Video filtre bruges til at efter-bearbejde video streamen."
+
+#: modules/access_filter/timeshift.c:48
+#, fuzzy
+msgid "Timeshift directory"
+msgstr "Video snapshot mappe"
+
+#: modules/access_filter/timeshift.c:49
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:51
+msgid "Force use of the timeshift module"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52
+msgid ""
+"Force use of the timeshift module even if the access declares that it can "
+"control pace or pause."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
+msgid "Timeshift"
+msgstr "Tidsforskydelse"
+
+#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
+msgid "Dummy stream output"
+msgstr "Attrap-stream uddata"
+
+#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
+msgid "Dummy"
+msgstr "Attrap"
+
+#: modules/access_output/file.c:61
+msgid "Append to file"
+msgstr "Tilføj til fil"
+
+#: modules/access_output/file.c:62
+msgid "Append to file if it exists instead of replacing it."
+msgstr ""
+"Tilføjer til filen hvis den findes i forvejen i stedet for at erstatte den"
+
+#: modules/access_output/file.c:66
+msgid "File stream output"
+msgstr "Fil-stream uddata"
+
+#: modules/access_output/http.c:58
+msgid "Username"
+msgstr "Brugernavn"
+
+#: modules/access_output/http.c:59
+msgid "User name that will be requested to access the stream."
+msgstr ""
+
+#: modules/access_output/http.c:61 modules/control/telnet.c:81
+msgid "Password"
+msgstr "Adgangskode"
+
+#: modules/access_output/http.c:62
+msgid "Password that will be requested to access the stream."
+msgstr ""
+
+#: modules/access_output/http.c:66
+msgid "Mime"
+msgstr "Mime"
+
+#: modules/access_output/http.c:67
+msgid "MIME returned by the server (autodetected if not specified."
+msgstr ""
+
+#: modules/access_output/http.c:71
+#, fuzzy
+msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
+msgstr "HTTP grændseflade x509 PEM certifikat (Aktivere SSL)"
+
+#: modules/access_output/http.c:74
+#, fuzzy
+msgid ""
+"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
+"empty if you don't have one."
+msgstr "HTTP grændseflade x509 PEM certifikat (Aktivere SSL)"
+
+#: modules/access_output/http.c:78
+#, fuzzy
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used for HTTPS. Leave empty if you don't have one."
+msgstr "HTTP grændseflade x509 PEM certifikat (Aktivere SSL)"
+
+#: modules/access_output/http.c:83
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be used for "
+"SSL. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:86
+msgid "Advertise with Bonjour"
+msgstr ""
+
+#: modules/access_output/http.c:87
+msgid "Advertise the stream with the Bonjour protocol."
+msgstr ""
+
+#: modules/access_output/http.c:91
+msgid "HTTP stream output"
+msgstr "HTTP stream-uddata"
+
+#: modules/access_output/http.c:93 modules/control/http/http.c:61
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
+msgstr "HTTP"
+
+#: modules/access_output/shout.c:58
+#, fuzzy
+msgid "Stream name"
+msgstr "Stream"
+
+#: modules/access_output/shout.c:59
+msgid "Name to give to this stream/channel on the shoutcast/icecast server."
+msgstr ""
 
-#: modules/access/vcdx/info.c:127
-msgid "Track size (in sectors)"
-msgstr "Sporstørrelse (i sektorer)"
+#: modules/access_output/shout.c:62
+#, fuzzy
+msgid "Stream description"
+msgstr "Sesions beskrivelse"
 
-#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
-#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
-msgid "type"
-msgstr "type"
+#: modules/access_output/shout.c:63
+msgid "Description of the stream content or information about your channel."
+msgstr ""
 
-#: modules/access/vcdx/info.c:139
-msgid "end"
-msgstr "slut"
+#: modules/access_output/shout.c:66
+#, fuzzy
+msgid "Stream MP3"
+msgstr "Stream"
 
-#: modules/access/vcdx/info.c:142
-msgid "play list"
-msgstr "spilleliste"
+#: modules/access_output/shout.c:67
+msgid ""
+"You normally have to feed the shoutcast module with Ogg streams. It is also "
+"possible to stream MP3 instead, so you can forward MP3 streams to the "
+"shoutcast/icecast server."
+msgstr ""
 
-#: modules/access/vcdx/info.c:153
-msgid "extended selection list"
-msgstr "udvidet udvælgelsesliste"
+#: modules/access_output/shout.c:76
+#, fuzzy
+msgid "Genre description"
+msgstr "Sesions beskrivelse"
 
-#: modules/access/vcdx/info.c:154
-msgid "selection list"
-msgstr "udvælgelsesliste"
+#: modules/access_output/shout.c:77
+msgid "Genre of the content. "
+msgstr ""
 
-#: modules/access/vcdx/info.c:166
-msgid "unknown type"
-msgstr "ukendt type"
+#: modules/access_output/shout.c:79
+#, fuzzy
+msgid "URL description"
+msgstr "Beskrivelse"
 
-#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
-#: modules/access/vcdx/info.c:316
-msgid "List ID"
-msgstr "Liste ID"
+#: modules/access_output/shout.c:80
+msgid "URL with information about the stream or your channel. "
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:95
-msgid "(Super) Video CD"
-msgstr "(Super) Video CD"
+#: modules/access_output/shout.c:87
+msgid "Bitrate information of the transcoded stream. "
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:96
-msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
-msgstr "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) inddata"
+#: modules/access_output/shout.c:90
+msgid "Samplerate information of the transcoded stream. "
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:97
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
-msgstr "vcdx://[enhed-eller-fil][@{P,S,T}num]"
+#: modules/access_output/shout.c:92
+#, fuzzy
+msgid "Number of channels"
+msgstr "Antal kloner"
 
-#: modules/access/vcdx/vcd.c:106
-msgid "If nonzero, this gives additional debug information."
+#: modules/access_output/shout.c:93
+msgid "Number of channels information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
-msgid "Number of CD blocks to get in a single read."
-msgstr "Antal blokke på CD'n der læses af gangen."
+#: modules/access_output/shout.c:95
+msgid "Ogg Vorbis Quality"
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
+#: modules/access_output/shout.c:96
+msgid "Ogg Vorbis Quality information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/shout.c:98
+#, fuzzy
+msgid "Stream public"
+msgstr "Streamuddata"
+
+#: modules/access_output/shout.c:99
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Make the server publicly available on the 'Yellow Pages' (directory listing "
+"of streams) on the icecast/shoutcast website. Requires the bitrate "
+"information specified for shoutcast. Requires Ogg streaming for icecast."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:123
-msgid "Use track length as maximum unit in seek?"
-msgstr ""
+#: modules/access_output/shout.c:105
+#, fuzzy
+msgid "IceCAST output"
+msgstr "Uddata tilgang"
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:77
+#, fuzzy
 msgid ""
-"If set, the length of the seek bar is the track rather than the length of an "
-"entry."
+"Default caching value for outbound UDP streams. This value should be set in "
+"milliseconds."
 msgstr ""
+"Lader dig indstille standard cache størelse for UDP streams. Angives i "
+"milisekunder."
 
-#: modules/access/vcdx/vcd.c:129
-msgid "Show extended VCD info?"
-msgstr "Vis udvidet VCD oplysninger?"
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
+#: modules/gui/macosx/wizard.m:1848
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
+msgid "Time-To-Live (TTL)"
+msgstr "Time-To-Live (TTL)"
 
-#: modules/access/vcdx/vcd.c:130
+#: modules/access_output/udp.c:81
+#, fuzzy
+msgid "Time-To-Live of the outgoing stream."
+msgstr "Lader dig skalere videoen før encoding"
+
+#: modules/access_output/udp.c:84
+msgid "Group packets"
+msgstr "Gruppér pakker"
+
+#: modules/access_output/udp.c:85
+#, fuzzy
 msgid ""
-"Show the maximum amount of information under Stream and Media Info. Shows "
-"for example playback control navigation."
+"Packets can be sent one by one at the right time or by groups. You can "
+"choose the number of packets that will be sent at a time. It helps reducing "
+"the scheduling load on heavily-loaded systems."
 msgstr ""
+"Pakker kan sendes en ad gangen eller via grupper. Dette tillader dig at "
+"kontrollere antallet af pakker der bliver sendt af gangen. Det kan hjælpe "
+"med frigive ressourcer på et presset system."
 
-#: modules/access/vcdx/vcd.c:137
-msgid "Format to use in the playlist's \"author\" field."
+#: modules/access_output/udp.c:90
+msgid "Raw write"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:143
-msgid "Format to use in the playlist's \"title\" field."
+#: modules/access_output/udp.c:91
+msgid ""
+"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 ""
 
+#: modules/access_output/udp.c:97
+msgid "UDP stream output"
+msgstr "UDP stream uddata"
+
+#: modules/access_output/udp.c:98
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
+msgid "UDP"
+msgstr "UDP"
+
 #: modules/audio_filter/channel_mixer/dolby.c:47
 msgid "Simple decoder for Dolby Surround encoded streams"
 msgstr ""
@@ -9173,447 +9195,447 @@ msgstr "NT Tjeneste"
 msgid "Windows Service interface"
 msgstr ""
 
-#: modules/control/rc.c:154
+#: modules/control/rc.c:156
 msgid "Show stream position"
 msgstr "Vis stream position"
 
-#: modules/control/rc.c:155
+#: modules/control/rc.c:157
 msgid ""
 "Show the current position in seconds within the stream from time to time."
 msgstr ""
 
-#: modules/control/rc.c:158
+#: modules/control/rc.c:160
 msgid "Fake TTY"
 msgstr "Falsk TTY"
 
-#: modules/control/rc.c:159
+#: modules/control/rc.c:161
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr ""
 
-#: modules/control/rc.c:161
+#: modules/control/rc.c:163
 msgid "UNIX socket command input"
 msgstr ""
 
-#: modules/control/rc.c:162
+#: modules/control/rc.c:164
 msgid "Accept commands over a Unix socket rather than stdin."
 msgstr ""
 
-#: modules/control/rc.c:165
+#: modules/control/rc.c:167
 msgid "TCP command input"
 msgstr ""
 
-#: modules/control/rc.c:166
+#: modules/control/rc.c:168
 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:170 modules/misc/dummy/dummy.c:49
+#: modules/control/rc.c:172 modules/misc/dummy/dummy.c:49
 msgid "Do not open a DOS command box interface"
 msgstr ""
 
-#: modules/control/rc.c:172
+#: modules/control/rc.c:174
 msgid ""
 "By default the rc 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 ""
 
-#: modules/control/rc.c:179
+#: modules/control/rc.c:181
 msgid "RC"
 msgstr "RC"
 
-#: modules/control/rc.c:182
+#: modules/control/rc.c:184
 msgid "Remote control interface"
 msgstr "Fjernkontrol grænseflade"
 
-#: modules/control/rc.c:323
+#: modules/control/rc.c:325
 #, fuzzy
 msgid "Remote control interface initialized. Type `help' for help."
 msgstr "Fjernkontrol grænseflade startet, `h' for hjælp\n"
 
-#: modules/control/rc.c:848
+#: modules/control/rc.c:850
 #, c-format
 msgid "Unknown command `%s'. Type `help' for help."
 msgstr ""
 
-#: modules/control/rc.c:881
+#: modules/control/rc.c:883
 msgid "+----[ Remote control commands ]"
 msgstr ""
 
-#: modules/control/rc.c:883
+#: modules/control/rc.c:885
 #, fuzzy
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist"
 msgstr "| marq-y Y . . . . . . . . . . . . forskydelse fra venstre\n"
 
-#: modules/control/rc.c:884
+#: modules/control/rc.c:886
 #, fuzzy
 msgid "| enqueue XYZ  . . . . . . . queue XYZ to playlist"
 msgstr "| marq-y Y . . . . . . . . . . . . forskydelse fra venstre\n"
 
-#: modules/control/rc.c:885
+#: modules/control/rc.c:887
 msgid "| playlist . . .  show items currently in playlist"
 msgstr ""
 
-#: modules/control/rc.c:886
+#: modules/control/rc.c:888
 #, fuzzy
 msgid "| play . . . . . . . . . . . . . . . . play stream"
 msgstr "| marq-y Y . . . . . . . . . . . . forskydelse fra toppen\n"
 
-#: modules/control/rc.c:887
+#: modules/control/rc.c:889
 #, fuzzy
 msgid "| stop . . . . . . . . . . . . . . . . stop stream"
 msgstr "| time-x X . . . . . . . . . . . .forskydelser fra toppen\n"
 
-#: modules/control/rc.c:888
+#: modules/control/rc.c:890
 #, fuzzy
 msgid "| next . . . . . . . . . . . .  next playlist item"
 msgstr "| time-x X . . . . . . . . . . . .forskydelser fra venstre\n"
 
-#: modules/control/rc.c:889
+#: modules/control/rc.c:891
 msgid "| prev . . . . . . . . . .  previous playlist item"
 msgstr ""
 
-#: modules/control/rc.c:890
+#: modules/control/rc.c:892
 #, fuzzy
 msgid "| goto . . . . . . . . . . . .  goto item at index"
 msgstr "| logo-x X . . . . . . . . . . . .forskydelser fra toppen\n"
 
-#: modules/control/rc.c:891
+#: modules/control/rc.c:893
 #, fuzzy
 msgid "| clear . . . . . . . . . . .   clear the playlist"
 msgstr "| time-x X . . . . . . . . . . . .forskydelser fra venstre\n"
 
-#: modules/control/rc.c:892
+#: modules/control/rc.c:894
 #, fuzzy
 msgid "| status . . . . . . . . . current playlist status"
 msgstr "| time-x X . . . . . . . . . . . .forskydelser fra venstre\n"
 
-#: modules/control/rc.c:893
+#: modules/control/rc.c:895
 msgid "| title [X]  . . . . set/get title in current item"
 msgstr ""
 
-#: modules/control/rc.c:894
+#: modules/control/rc.c:896
 msgid "| title_n  . . . . . .  next title in current item"
 msgstr ""
 
-#: modules/control/rc.c:895
+#: modules/control/rc.c:897
 msgid "| title_p  . . . .  previous title in current item"
 msgstr ""
 
-#: modules/control/rc.c:896
+#: modules/control/rc.c:898
 msgid "| chapter [X]  . . set/get chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:897
+#: modules/control/rc.c:899
 msgid "| chapter_n  . . . .  next chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:898
+#: modules/control/rc.c:900
 msgid "| chapter_p  . .  previous chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:900
+#: modules/control/rc.c:902
 msgid "| seek X . seek in seconds, for instance `seek 12'"
 msgstr ""
 
-#: modules/control/rc.c:901
+#: modules/control/rc.c:903
 #, fuzzy
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause"
 msgstr "| marq-y Y . . . . . . . . . . . . forskydelse fra toppen\n"
 
-#: modules/control/rc.c:902
+#: modules/control/rc.c:904
 msgid "| fastforward  . . . . . .  .  set to maximum rate"
 msgstr ""
 
-#: modules/control/rc.c:903
+#: modules/control/rc.c:905
 #, fuzzy
 msgid "| rewind  . . . . . . . . . .  set to minimum rate"
 msgstr "| marq-y Y . . . . . . . . . . . . forskydelse fra venstre\n"
 
-#: modules/control/rc.c:904
+#: modules/control/rc.c:906
 msgid "| faster . . . . . . . .  faster playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:905
+#: modules/control/rc.c:907
 msgid "| slower . . . . . . . .  slower playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:906
+#: modules/control/rc.c:908
 msgid "| normal . . . . . . . .  normal playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:907
+#: modules/control/rc.c:909
 #, fuzzy
 msgid "| f [on|off] . . . . . . . . . . toggle fullscreen"
 msgstr "| marq-y Y . . . . . . . . . . . . forskydelse fra venstre\n"
 
-#: modules/control/rc.c:908
+#: modules/control/rc.c:910
 msgid "| info . . .  information about the current stream"
 msgstr ""
 
-#: modules/control/rc.c:909
+#: modules/control/rc.c:911
 msgid "| get_time . . seconds elapsed since stream's beginning"
 msgstr ""
 
-#: modules/control/rc.c:910
+#: modules/control/rc.c:912
 msgid "| is_playing . .  1 if a stream plays, 0 otherwise"
 msgstr ""
 
-#: modules/control/rc.c:911
+#: modules/control/rc.c:913
 msgid "| get_title . . .  the title of the current stream"
 msgstr ""
 
-#: modules/control/rc.c:912
+#: modules/control/rc.c:914
 msgid "| get_length . .  the length of the current stream"
 msgstr ""
 
-#: modules/control/rc.c:914
+#: modules/control/rc.c:916
 #, fuzzy
 msgid "| volume [X] . . . . . . . .  set/get audio volume"
 msgstr "| volup [X]  . . . . . forøg lydstyrken X-trin\n"
 
-#: modules/control/rc.c:915
+#: modules/control/rc.c:917
 #, fuzzy
 msgid "| volup [X]  . . . . .  raise audio volume X steps"
 msgstr "| volup [X]  . . . . . forøg lydstyrken X-trin\n"
 
-#: modules/control/rc.c:916
+#: modules/control/rc.c:918
 #, fuzzy
 msgid "| voldown [X]  . . . .  lower audio volume X steps"
 msgstr "| volup [X]  . . . . . forøg lydstyrken X-trin\n"
 
-#: modules/control/rc.c:917
+#: modules/control/rc.c:919
 #, fuzzy
 msgid "| adev [X] . . . . . . . . .  set/get audio device"
 msgstr "| marq-y Y . . . . . . . . . . . . forskydelse fra venstre\n"
 
-#: modules/control/rc.c:918
+#: modules/control/rc.c:920
 msgid "| achan [X]. . . . . . . .  set/get audio channels"
 msgstr ""
 
-#: modules/control/rc.c:919
+#: modules/control/rc.c:921
 #, fuzzy
 msgid "| atrack [X] . . . . . . . . . set/get audio track"
 msgstr "| marq-y Y . . . . . . . . . . . . forskydelse fra venstre\n"
 
-#: modules/control/rc.c:920
+#: modules/control/rc.c:922
 #, fuzzy
 msgid "| vtrack [X] . . . . . . . . . set/get video track"
 msgstr "| marq-y Y . . . . . . . . . . . . forskydelse fra venstre\n"
 
-#: modules/control/rc.c:921
+#: modules/control/rc.c:923
 #, fuzzy
 msgid "| strack [X] . . . . . . . set/get subtitles track"
 msgstr "| marq-y Y . . . . . . . . . . . . forskydelse fra venstre\n"
 
-#: modules/control/rc.c:922
+#: modules/control/rc.c:924
 msgid "| menu [on|off|up|down|left|right|select] use menu"
 msgstr ""
 
-#: modules/control/rc.c:927
+#: modules/control/rc.c:929
 msgid "| marq-marquee STRING  . . overlay STRING in video"
 msgstr ""
 
-#: modules/control/rc.c:928
+#: modules/control/rc.c:930
 #, fuzzy
 msgid "| marq-x X . . . . . . . . . . . .offset from left"
 msgstr "| marq-y Y . . . . . . . . . . . . forskydelse fra venstre\n"
 
-#: modules/control/rc.c:929
+#: modules/control/rc.c:931
 #, fuzzy
 msgid "| marq-y Y . . . . . . . . . . . . offset from top"
 msgstr "| marq-y Y . . . . . . . . . . . . forskydelse fra toppen\n"
 
-#: modules/control/rc.c:930
+#: modules/control/rc.c:932
 msgid "| marq-position #. . .  .relative position control"
 msgstr ""
 
-#: modules/control/rc.c:931
+#: modules/control/rc.c:933
 #, fuzzy
 msgid "| marq-color # . . . . . . . . . . font color, RGB"
 msgstr "| marq-y Y . . . . . . . . . . . . forskydelse fra venstre\n"
 
-#: modules/control/rc.c:932
+#: modules/control/rc.c:934
 #, fuzzy
 msgid "| marq-opacity # . . . . . . . . . . . . . opacity"
 msgstr "| marq-y Y . . . . . . . . . . . . forskydelse fra toppen\n"
 
-#: modules/control/rc.c:933
+#: modules/control/rc.c:935
 #, fuzzy
 msgid "| marq-timeout T. . . . . . . . . . timeout, in ms"
 msgstr "| marq-y Y . . . . . . . . . . . . forskydelse fra venstre\n"
 
-#: modules/control/rc.c:934
+#: modules/control/rc.c:936
 #, fuzzy
 msgid "| marq-size # . . . . . . . . font size, in pixels"
 msgstr "| marq-y Y . . . . . . . . . . . . forskydelse fra toppen\n"
 
-#: modules/control/rc.c:936
+#: modules/control/rc.c:938
 msgid "| time-format STRING . . . overlay STRING in video"
 msgstr ""
 
-#: modules/control/rc.c:937
+#: modules/control/rc.c:939
 #, fuzzy
 msgid "| time-x X . . . . . . . . . . . .offset from left"
 msgstr "| time-x X . . . . . . . . . . . .forskydelser fra venstre\n"
 
-#: modules/control/rc.c:938
+#: modules/control/rc.c:940
 #, fuzzy
 msgid "| time-y Y . . . . . . . . . . . . offset from top"
 msgstr "| time-x X . . . . . . . . . . . .forskydelser fra toppen\n"
 
-#: modules/control/rc.c:939
+#: modules/control/rc.c:941
 msgid "| time-position #. . . . . . . . relative position"
 msgstr ""
 
-#: modules/control/rc.c:940
+#: modules/control/rc.c:942
 #, fuzzy
 msgid "| time-color # . . . . . . . . . . font color, RGB"
 msgstr "| time-x X . . . . . . . . . . . .forskydelser fra venstre\n"
 
-#: modules/control/rc.c:941
+#: modules/control/rc.c:943
 #, fuzzy
 msgid "| time-opacity # . . . . . . . . . . . . . opacity"
 msgstr "| time-x X . . . . . . . . . . . .forskydelser fra toppen\n"
 
-#: modules/control/rc.c:942
+#: modules/control/rc.c:944
 #, fuzzy
 msgid "| time-size # . . . . . . . . font size, in pixels"
 msgstr "| time-x X . . . . . . . . . . . .forskydelser fra toppen\n"
 
-#: modules/control/rc.c:944
+#: modules/control/rc.c:946
 msgid "| logo-file STRING . . .the overlay file path/name"
 msgstr ""
 
-#: modules/control/rc.c:945
+#: modules/control/rc.c:947
 #, fuzzy
 msgid "| logo-x X . . . . . . . . . . . .offset from left"
 msgstr "| logo-x X . . . . . . . . . . . .forskydelser fra venstre\n"
 
-#: modules/control/rc.c:946
+#: modules/control/rc.c:948
 #, fuzzy
 msgid "| logo-y Y . . . . . . . . . . . . offset from top"
 msgstr "| logo-x X . . . . . . . . . . . .forskydelser fra toppen\n"
 
-#: modules/control/rc.c:947
+#: modules/control/rc.c:949
 msgid "| logo-position #. . . . . . . . relative position"
 msgstr ""
 
-#: modules/control/rc.c:948
+#: modules/control/rc.c:950
 msgid "| logo-transparency #. . . . . . . . .transparency"
 msgstr ""
 
-#: modules/control/rc.c:950
+#: modules/control/rc.c:952
 #, fuzzy
 msgid "| mosaic-alpha # . . . . . . . . . . . . . . alpha"
 msgstr "| marq-y Y . . . . . . . . . . . . forskydelse fra toppen\n"
 
-#: modules/control/rc.c:951
+#: modules/control/rc.c:953
 #, fuzzy
 msgid "| mosaic-height #. . . . . . . . . . . . . .height"
 msgstr "| marq-y Y . . . . . . . . . . . . forskydelse fra venstre\n"
 
-#: modules/control/rc.c:952
+#: modules/control/rc.c:954
 #, fuzzy
 msgid "| mosaic-width # . . . . . . . . . . . . . . width"
 msgstr "| marq-y Y . . . . . . . . . . . . forskydelse fra toppen\n"
 
-#: modules/control/rc.c:953
+#: modules/control/rc.c:955
 msgid "| mosaic-xoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:954
+#: modules/control/rc.c:956
 msgid "| mosaic-yoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:955
+#: modules/control/rc.c:957
 msgid "| mosaic-align 0..2,4..6,8..10. . .mosaic alignment"
 msgstr ""
 
-#: modules/control/rc.c:956
+#: modules/control/rc.c:958
 msgid "| mosaic-vborder # . . . . . . . . vertical border"
 msgstr ""
 
-#: modules/control/rc.c:957
+#: modules/control/rc.c:959
 msgid "| mosaic-hborder # . . . . . . . horizontal border"
 msgstr ""
 
-#: modules/control/rc.c:958
+#: modules/control/rc.c:960
 msgid "| mosaic-position {0=auto,1=fixed} . . . .position"
 msgstr ""
 
-#: modules/control/rc.c:959
+#: modules/control/rc.c:961
 #, fuzzy
 msgid "| mosaic-rows #. . . . . . . . . . .number of rows"
 msgstr "| marq-y Y . . . . . . . . . . . . forskydelse fra venstre\n"
 
-#: modules/control/rc.c:960
+#: modules/control/rc.c:962
 #, fuzzy
 msgid "| mosaic-cols #. . . . . . . . . . .number of cols"
 msgstr "| marq-y Y . . . . . . . . . . . . forskydelse fra venstre\n"
 
-#: modules/control/rc.c:961
+#: modules/control/rc.c:963
 msgid "| mosaic-order id(,id)* . . . . order of pictures "
 msgstr ""
 
-#: modules/control/rc.c:962
+#: modules/control/rc.c:964
 msgid "| mosaic-keep-aspect-ratio {0,1} . . .aspect ratio"
 msgstr ""
 
-#: modules/control/rc.c:964
+#: modules/control/rc.c:966
 msgid ""
 "| check-updates [newer] [equal] [older]\n"
 "|               [undef] [info] [source] [binary] [plugin]"
 msgstr ""
 
-#: modules/control/rc.c:968
+#: modules/control/rc.c:970
 #, fuzzy
 msgid "| help . . . . . . . . . . . . . this help message"
 msgstr "| time-x X . . . . . . . . . . . .forskydelser fra venstre\n"
 
-#: modules/control/rc.c:969
+#: modules/control/rc.c:971
 #, fuzzy
 msgid "| longhelp . . . . . . . . . a longer help message"
 msgstr "| logo-x X . . . . . . . . . . . .forskydelser fra venstre\n"
 
-#: modules/control/rc.c:970
+#: modules/control/rc.c:972
 msgid "| logout . . . . .  exit (if in socket connection)"
 msgstr ""
 
-#: modules/control/rc.c:971
+#: modules/control/rc.c:973
 #, fuzzy
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc"
 msgstr "| marq-y Y . . . . . . . . . . . . forskydelse fra toppen\n"
 
-#: modules/control/rc.c:973
+#: modules/control/rc.c:975
 msgid "+----[ end of help ]"
 msgstr ""
 
-#: modules/control/rc.c:1080
+#: modules/control/rc.c:1082
 #, fuzzy
 msgid "Press menu select or pause to continue."
 msgstr ""
 "\n"
 "Tryk RETUR-tasten for at fortsætte...\n"
 
-#: modules/control/rc.c:1324 modules/control/rc.c:1809
-#: modules/control/rc.c:1879 modules/control/rc.c:1928
-#: modules/control/rc.c:2027
+#: modules/control/rc.c:1326 modules/control/rc.c:1811
+#: modules/control/rc.c:1881 modules/control/rc.c:1930
+#: modules/control/rc.c:2029
 #, fuzzy
 msgid "Type 'menu select' or 'pause' to continue."
 msgstr ""
 "\n"
 "Tryk RETUR-tasten for at fortsætte...\n"
 
-#: modules/control/rc.c:1461
+#: modules/control/rc.c:1463
 #, fuzzy
 msgid "Type 'pause' to continue."
 msgstr ""
 "\n"
 "Tryk RETUR-tasten for at fortsætte...\n"
 
-#: modules/control/rc.c:2012 modules/control/rc.c:2051
+#: modules/control/rc.c:2014 modules/control/rc.c:2053
 msgid "Please provide one of the following parameters:"
 msgstr ""
 
@@ -9748,6 +9770,7 @@ msgstr ""
 #: modules/gui/macosx/interaction.m:135 modules/gui/macosx/open.m:158
 #: modules/gui/macosx/playlistinfo.m:60 modules/gui/macosx/prefs.m:122
 #: modules/gui/macosx/prefs.m:142 modules/gui/macosx/wizard.m:363
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:88
 msgid "Cancel"
 msgstr "Annullér"
 
@@ -10705,8 +10728,8 @@ msgstr "Åbn også filer fra alle undermapper?"
 #: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:440
 #: modules/gui/macosx/open.m:634 modules/gui/macosx/open.m:738
 #: modules/gui/macosx/open.m:784 modules/gui/wxwidgets/interface.cpp:675
-#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:348
-#: modules/gui/wxwidgets/menus.cpp:404
+#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:349
+#: modules/gui/wxwidgets/menus.cpp:405
 msgid "Open"
 msgstr "Ã…bn"
 
@@ -10718,7 +10741,7 @@ msgstr "Indstillinger"
 
 #: modules/gui/beos/InterfaceWindow.cpp:237
 #: modules/gui/beos/InterfaceWindow.cpp:328 modules/gui/macosx/intf.m:503
-#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:35
+#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:41
 #: modules/gui/wxwidgets/dialogs/messages.cpp:47
 msgid "Messages"
 msgstr "Beskeder"
@@ -10871,6 +10894,7 @@ msgstr "Anvend"
 
 #: modules/gui/beos/PreferencesWindow.cpp:254 modules/gui/macosx/output.m:526
 #: modules/gui/macosx/playlist.m:704 modules/gui/macosx/prefs.m:121
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:87
 msgid "Save"
 msgstr "Gem"
 
@@ -11003,7 +11027,7 @@ msgid "The stream must be playing or paused for bookmarks to work."
 msgstr ""
 "Streammen skal være spillende eller sat på pause for at bogmærker kan virke"
 
-#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:735
+#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:741
 #, fuzzy
 msgid "Jump To Time"
 msgstr "Hop til: "
@@ -11022,64 +11046,64 @@ msgstr "Hop til: "
 msgid "Random On"
 msgstr "Tilfældig til"
 
-#: modules/gui/macosx/controls.m:167
+#: modules/gui/macosx/controls.m:168
 msgid "Random Off"
 msgstr "Tilfældig fra"
 
-#: modules/gui/macosx/controls.m:195 modules/gui/macosx/controls.m:719
+#: modules/gui/macosx/controls.m:197 modules/gui/macosx/controls.m:725
 #: modules/gui/macosx/intf.m:543 modules/gui/macosx/playlist.m:453
 #: modules/gui/macosx/playlist.m:1167
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:54
 msgid "Repeat One"
 msgstr "Gentag én gang"
 
-#: modules/gui/macosx/controls.m:199 modules/gui/macosx/controls.m:231
+#: modules/gui/macosx/controls.m:202 modules/gui/macosx/controls.m:236
 #: modules/gui/macosx/playlist.m:1186
 msgid "Repeat Off"
 msgstr "Gentag fra"
 
-#: modules/gui/macosx/controls.m:227 modules/gui/macosx/controls.m:726
+#: modules/gui/macosx/controls.m:231 modules/gui/macosx/controls.m:732
 #: modules/gui/macosx/intf.m:544 modules/gui/macosx/playlist.m:454
 #: modules/gui/macosx/playlist.m:1175
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:53
 msgid "Repeat All"
 msgstr "Gentag alle"
 
-#: modules/gui/macosx/controls.m:308 modules/gui/macosx/controls.m:749
+#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
 #: modules/gui/macosx/intf.m:569
 msgid "Half Size"
 msgstr "Halv størrelse"
 
-#: modules/gui/macosx/controls.m:310 modules/gui/macosx/controls.m:750
+#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:756
 #: modules/gui/macosx/intf.m:570
 msgid "Normal Size"
 msgstr "Normal størrelse"
 
-#: modules/gui/macosx/controls.m:312 modules/gui/macosx/controls.m:751
+#: modules/gui/macosx/controls.m:318 modules/gui/macosx/controls.m:757
 #: modules/gui/macosx/intf.m:571
 msgid "Double Size"
 msgstr "Dobbel størrelse"
 
-#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
-#: modules/gui/macosx/controls.m:766 modules/gui/macosx/intf.m:574
+#: modules/gui/macosx/controls.m:320 modules/gui/macosx/controls.m:761
+#: modules/gui/macosx/controls.m:772 modules/gui/macosx/intf.m:574
 msgid "Float on Top"
 msgstr "Flyd på toppen"
 
-#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:752
+#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:758
 #: modules/gui/macosx/intf.m:572
 msgid "Fit to Screen"
 msgstr "Tilpas til skærm"
 
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:542
+#: modules/gui/macosx/controls.m:718 modules/gui/macosx/intf.m:542
 #: modules/gui/macosx/playlist.m:447
 msgid "Random"
 msgstr "Tilfældig"
 
-#: modules/gui/macosx/controls.m:733 modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/controls.m:739 modules/gui/macosx/intf.m:545
 msgid "Step Forward"
 msgstr "GÃ¥ fremad"
 
-#: modules/gui/macosx/controls.m:734 modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/controls.m:740 modules/gui/macosx/intf.m:546
 msgid "Step Backward"
 msgstr "GÃ¥ tilbage"
 
@@ -11098,7 +11122,7 @@ msgstr "Hurtig fremad"
 #: modules/gui/pda/pda_interface.c:251 modules/gui/wxwidgets/interface.cpp:678
 #: modules/gui/wxwidgets/interface.cpp:689
 #: modules/gui/wxwidgets/interface.cpp:1210
-#: modules/gui/wxwidgets/menus.cpp:265 modules/visualization/xosd.c:242
+#: modules/gui/wxwidgets/menus.cpp:266 modules/visualization/xosd.c:242
 msgid "Pause"
 msgstr "Pause"
 
@@ -11315,7 +11339,7 @@ msgstr "VLC - styring"
 
 #: modules/gui/macosx/intf.m:488 modules/gui/macosx/intf.m:999
 #: modules/gui/macosx/intf.m:1321 modules/gui/pda/pda_interface.c:212
-#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:52
+#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:54
 msgid "VLC media player"
 msgstr "VLC medieafspiller"
 
@@ -11764,81 +11788,6 @@ msgstr "SDP adresse"
 msgid "Save File"
 msgstr "Gem fil"
 
-#: modules/gui/macosx/playlistinfo.m:56
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
-msgid "URI"
-msgstr "URI"
-
-#: modules/gui/macosx/playlistinfo.m:63
-#, fuzzy
-msgid "Advanced Information"
-msgstr "Advancerede indstillinger"
-
-#: modules/gui/macosx/playlistinfo.m:81
-msgid "Read at media"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:82
-#, fuzzy
-msgid "Input bitrate"
-msgstr "Sout stream"
-
-#: modules/gui/macosx/playlistinfo.m:83
-#, fuzzy
-msgid "Demuxed"
-msgstr "Demuxere"
-
-#: modules/gui/macosx/playlistinfo.m:84
-#, fuzzy
-msgid "Stream bitrate"
-msgstr "Maksimal indkodnings bitrate"
-
-#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
-#, fuzzy
-msgid "Decoded blocks"
-msgstr "Decoders"
-
-#: modules/gui/macosx/playlistinfo.m:88
-#, fuzzy
-msgid "Displayed frames"
-msgstr "Spring frames over"
-
-#: modules/gui/macosx/playlistinfo.m:89
-#, fuzzy
-msgid "Lost frames"
-msgstr "B-frames"
-
-#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
-#: modules/video_filter/deinterlace.c:137
-msgid "Streaming"
-msgstr "Streaming"
-
-#: modules/gui/macosx/playlistinfo.m:92
-#, fuzzy
-msgid "Sent packets"
-msgstr "Gruppér pakker"
-
-#: modules/gui/macosx/playlistinfo.m:93
-msgid "Sent bytes"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:94
-#, fuzzy
-msgid "Send rate"
-msgstr "Sample rate"
-
-#: modules/gui/macosx/playlistinfo.m:98
-#, fuzzy
-msgid "Played buffers"
-msgstr "Afspil hurtigere"
-
-#: modules/gui/macosx/playlistinfo.m:99
-msgid "Lost buffers"
-msgstr ""
-
 #: modules/gui/macosx/playlist.m:434
 msgid "Save Playlist..."
 msgstr "Gem spilleliste..."
@@ -11927,6 +11876,81 @@ msgstr ""
 msgid "Empty Folder"
 msgstr ""
 
+#: modules/gui/macosx/playlistinfo.m:56
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
+msgid "URI"
+msgstr "URI"
+
+#: modules/gui/macosx/playlistinfo.m:63
+#, fuzzy
+msgid "Advanced Information"
+msgstr "Advancerede indstillinger"
+
+#: modules/gui/macosx/playlistinfo.m:81
+msgid "Read at media"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:82
+#, fuzzy
+msgid "Input bitrate"
+msgstr "Sout stream"
+
+#: modules/gui/macosx/playlistinfo.m:83
+#, fuzzy
+msgid "Demuxed"
+msgstr "Demuxere"
+
+#: modules/gui/macosx/playlistinfo.m:84
+#, fuzzy
+msgid "Stream bitrate"
+msgstr "Maksimal indkodnings bitrate"
+
+#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
+#, fuzzy
+msgid "Decoded blocks"
+msgstr "Decoders"
+
+#: modules/gui/macosx/playlistinfo.m:88
+#, fuzzy
+msgid "Displayed frames"
+msgstr "Spring frames over"
+
+#: modules/gui/macosx/playlistinfo.m:89
+#, fuzzy
+msgid "Lost frames"
+msgstr "B-frames"
+
+#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
+#: modules/video_filter/deinterlace.c:137
+msgid "Streaming"
+msgstr "Streaming"
+
+#: modules/gui/macosx/playlistinfo.m:92
+#, fuzzy
+msgid "Sent packets"
+msgstr "Gruppér pakker"
+
+#: modules/gui/macosx/playlistinfo.m:93
+msgid "Sent bytes"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:94
+#, fuzzy
+msgid "Send rate"
+msgstr "Sample rate"
+
+#: modules/gui/macosx/playlistinfo.m:98
+#, fuzzy
+msgid "Played buffers"
+msgstr "Afspil hurtigere"
+
+#: modules/gui/macosx/playlistinfo.m:99
+msgid "Lost buffers"
+msgstr ""
+
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:213
 msgid "Reset All"
@@ -13184,11 +13208,22 @@ msgstr "Kunne ikke finde pixmap-filen: %s"
 msgid "QNX RTOS video and audio output"
 msgstr "QNX RTOS video- og lyd-uddata"
 
+#: modules/gui/qt4/dialogs/errors.cpp:37
+#, fuzzy
+msgid "Errors"
+msgstr "Fejl"
+
 #: modules/gui/qt4/dialogs/streaminfo.cpp:35
 #, fuzzy
 msgid "Stream information"
 msgstr "Meta-oplysninger"
 
+#: modules/gui/qt4/dialogs_provider.cpp:235
+#: modules/gui/qt4/dialogs_provider.cpp:246
+#, fuzzy
+msgid "Open directory"
+msgstr "Ã…bn M&appe...\tCtrl-F"
+
 #: modules/gui/qt4/qt4.cpp:45
 #, fuzzy
 msgid "QT interface"
@@ -13372,6 +13407,11 @@ msgstr "WinCE grænseflademodul"
 msgid "WinCE dialogs provider"
 msgstr "WinCE dialogudbyder"
 
+#: modules/gui/wxwidgets/dialogs.cpp:433
+#: modules/gui/wxwidgets/dialogs/open.cpp:1265
+msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
+msgstr ""
+
 #: modules/gui/wxwidgets/dialogs/bookmarks.cpp:75
 msgid "Edit bookmark"
 msgstr "Redigér bogmærke"
@@ -13440,26 +13480,6 @@ msgstr ""
 msgid "Input has changed "
 msgstr "Inddata har ændret sig"
 
-#: modules/gui/wxwidgets/dialogs.cpp:433
-#: modules/gui/wxwidgets/dialogs/open.cpp:1265
-msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:435
-#: modules/gui/wxwidgets/dialogs/open.cpp:1267
-msgid "|Video Files (*.avi, *.mpg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:436
-#: modules/gui/wxwidgets/dialogs/open.cpp:1268
-msgid "|Playlist Files (*.m3u, *.pls, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:437
-#: modules/gui/wxwidgets/dialogs/open.cpp:1269
-msgid "|Subtitle Files (*.srt, *.sub, etc.)|"
-msgstr ""
-
 #: modules/gui/wxwidgets/dialogs/fileinfo.cpp:54
 #, fuzzy
 msgid "Stream and Media Info"
@@ -14003,11 +14023,6 @@ msgstr "Uddata fil"
 msgid "Loop"
 msgstr "Løkke"
 
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:415
-#, fuzzy
-msgid "Create"
-msgstr "Framerate"
-
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:560
 #, fuzzy
 msgid "VLM stream"
@@ -14094,11 +14109,6 @@ msgid ""
 msgstr ""
 "Vælg det video codec du ønsker. Tryk på et for at få yderligere information"
 
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
-#, fuzzy
-msgid "Transcode audio (if available)"
-msgstr "Konverter lyd"
-
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:135
 #, fuzzy
 msgid ""
@@ -14171,6 +14181,11 @@ msgstr "Flere oplysninger"
 msgid "Save to file"
 msgstr "Gem fil"
 
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
+#, fuzzy
+msgid "Transcode audio (if available)"
+msgstr "Konverter lyd"
+
 #: modules/gui/wxwidgets/extrapanel.cpp:41
 msgid ""
 "Controls the blending of equalizer bands. The higher this value is, the more "
@@ -14454,7 +14469,7 @@ msgstr "&Beskeder..."
 msgid "&Preferences..."
 msgstr "&Indstillinger..."
 
-#: modules/gui/wxwidgets/menus.cpp:572 modules/gui/wxwidgets/menus.cpp:599
+#: modules/gui/wxwidgets/menus.cpp:573 modules/gui/wxwidgets/menus.cpp:600
 msgid "Empty"
 msgstr "Tom"
 
@@ -14970,10 +14985,6 @@ msgstr "Uddata fil"
 msgid "Output data for RRDTool in this file."
 msgstr ""
 
-#: modules/misc/memcpy/memcpyaltivec.c:56
-msgid "AltiVec memcpy"
-msgstr "AltiVec memcpy"
-
 #: modules/misc/memcpy/memcpy.c:83
 msgid "libc memcpy"
 msgstr "libc memcpy"
@@ -14990,6 +15001,10 @@ msgstr "MMX memcpy"
 msgid "MMX EXT memcpy"
 msgstr "MMX EXT memcpy"
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr "AltiVec memcpy"
+
 #: modules/misc/msn.c:64
 msgid "MSN Title format string"
 msgstr ""
@@ -16454,13 +16469,6 @@ msgstr ""
 msgid "Conversions from "
 msgstr "Konverter fra "
 
-#: 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 " til "
-
 #: 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 "
@@ -18106,8 +18114,11 @@ msgid "XOSD interface"
 msgstr "XOSD grænseflade"
 
 #, fuzzy
-#~ msgid "Errors"
-#~ msgstr "Fejl"
+#~ msgid "Create"
+#~ msgstr "Framerate"
+
+#~ msgid " to "
+#~ msgstr " til "
 
 #, fuzzy
 #~ msgid "Yes"
diff --git a/po/de.po b/po/de.po
index e7a007c05d155d1d7c19a95ebde1dfc90db2b27c..4ceba0a002f3a6adf37daa4d36a7bcee51e191d1 100644
--- a/po/de.po
+++ b/po/de.po
@@ -14,7 +14,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: de\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-31 15:10+0400\n"
+"POT-Creation-Date: 2006-09-04 11:13+0200\n"
 "PO-Revision-Date: 2006-07-10 23:27+0200\n"
 "Last-Translator: Felix Kühne\n"
 "Language-Team: German\n"
@@ -23,6 +23,19 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 1.10\n"
 
+#: include/vlc/vlc.h:576
+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"
+"see the file named COPYING for details.\n"
+"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"
+"Lesen Sie für Details die Datei COPYING.\n"
+"Entwickelt vom VideoLAN Team; Lesen Sie die Datei AUTHORS.\n"
+
 #: include/vlc_config_cat.h:32
 msgid "VLC preferences"
 msgstr "VLC Einstellungen"
@@ -72,7 +85,7 @@ msgstr "Einstellungen für das VLC Bedieninterfaces"
 msgid "Hotkeys settings"
 msgstr "Hotkeys-Einstellungen"
 
-#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1209
+#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1217
 #: modules/gui/beos/InterfaceWindow.cpp:282 modules/gui/macosx/extended.m:81
 #: modules/gui/macosx/intf.m:555 modules/gui/macosx/output.m:170
 #: modules/gui/macosx/playlistinfo.m:96 modules/gui/macosx/wizard.m:421
@@ -116,9 +129,9 @@ msgstr "Ausgabemodule"
 msgid "These are general settings for audio output modules."
 msgstr "Diese sind allgemeine Einstellungen für Tonausgabe-Module."
 
-#: include/vlc_config_cat.h:71 src/libvlc.h:1553
+#: include/vlc_config_cat.h:71 src/libvlc.h:1563
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:578
-#: modules/gui/wxwidgets/menus.cpp:279 modules/stream_out/transcode.c:285
+#: modules/gui/wxwidgets/menus.cpp:280 modules/stream_out/transcode.c:285
 msgid "Miscellaneous"
 msgstr "Verschiedenes"
 
@@ -126,7 +139,7 @@ msgstr "Verschiedenes"
 msgid "Miscellaneous audio settings and modules."
 msgstr "Verschiedene Audioeinstellungen und -module."
 
-#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1244
+#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1252
 #: modules/gui/macosx/extended.m:80 modules/gui/macosx/intf.m:568
 #: modules/gui/macosx/output.m:160 modules/gui/macosx/playlistinfo.m:86
 #: modules/gui/macosx/wizard.m:422
@@ -246,7 +259,7 @@ msgstr "Einstellungen für Audio+Video und verschiedene Decoder und Encoder."
 msgid "General input settings. Use with care."
 msgstr "Allgemeine Input-Einstellungen. Mit Vorsicht verwenden."
 
-#: include/vlc_config_cat.h:135 src/libvlc.h:1483
+#: include/vlc_config_cat.h:135 src/libvlc.h:1493
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:152
 msgid "Stream output"
 msgstr "Streamausgabe"
@@ -358,8 +371,8 @@ msgstr "VOD"
 msgid "VLC's implementation of Video On Demand"
 msgstr "VLCs Implementierung von Video-On-Demand"
 
-#: include/vlc_config_cat.h:186 src/libvlc.h:1608 src/playlist/engine.c:79
-#: src/playlist/engine.c:81 modules/demux/playlist/playlist.c:56
+#: include/vlc_config_cat.h:186 src/libvlc.h:1618 src/playlist/engine.c:91
+#: src/playlist/engine.c:93 modules/demux/playlist/playlist.c:56
 #: modules/demux/playlist/playlist.c:57
 #: modules/gui/beos/InterfaceWindow.cpp:231
 #: modules/gui/beos/InterfaceWindow.cpp:325 modules/gui/macosx/intf.m:500
@@ -395,7 +408,7 @@ msgstr ""
 "Services-Discovery-Module sind Einrichtungen, die automatisch Objekte zur "
 "Wiedergabeliste hinzufügen."
 
-#: include/vlc_config_cat.h:197 src/libvlc.h:1444
+#: include/vlc_config_cat.h:197 src/libvlc.h:1454
 #: modules/gui/macosx/prefs.m:124
 msgid "Advanced"
 msgstr "Erweitert"
@@ -518,7 +531,7 @@ msgstr "Wählen Sie die Datei, in die gesichert wird"
 #: modules/gui/wxwidgets/interface.cpp:677
 #: modules/gui/wxwidgets/interface.cpp:688
 #: modules/gui/wxwidgets/interface.cpp:1216
-#: modules/gui/wxwidgets/menus.cpp:263 modules/gui/wxwidgets/menus.cpp:274
+#: modules/gui/wxwidgets/menus.cpp:264 modules/gui/wxwidgets/menus.cpp:275
 msgid "Play"
 msgstr "Wiedergabe"
 
@@ -536,8 +549,8 @@ msgid "Delete"
 msgstr "Löschen"
 
 #: include/vlc_intf_strings.h:37 modules/gui/macosx/intf.m:599
-#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlistinfo.m:55
-#: modules/gui/macosx/playlistinfo.m:363 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/playlistinfo.m:55 modules/gui/macosx/playlistinfo.m:363
 msgid "Information"
 msgstr "Information"
 
@@ -573,8 +586,8 @@ msgstr "Meta-Information"
 msgid "Title"
 msgstr "Titel"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:58
-#: modules/gui/macosx/playlist.m:130 modules/gui/macosx/wizard.m:393
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:130
+#: modules/gui/macosx/playlistinfo.m:58 modules/gui/macosx/wizard.m:393
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:50
 msgid "Author"
 msgstr "Autor"
@@ -646,19 +659,6 @@ msgstr "Codec-Name"
 msgid "Codec Description"
 msgstr "Codec-Beschreibung"
 
-#: include/vlc/vlc.h:576
-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"
-"see the file named COPYING for details.\n"
-"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"
-"Lesen Sie für Details die Datei COPYING.\n"
-"Entwickelt vom VideoLAN Team; Lesen Sie die Datei AUTHORS.\n"
-
 #: src/audio_output/filters.c:154 src/audio_output/filters.c:201
 #: src/audio_output/filters.c:224
 #, fuzzy
@@ -672,7 +672,7 @@ msgid "The maximum number of filters (%d) was reached."
 msgstr ""
 
 #: src/audio_output/input.c:80 src/audio_output/input.c:126
-#: src/input/es_out.c:361 src/libvlc.h:417 src/video_output/video_output.c:421
+#: src/input/es_out.c:361 src/libvlc.h:421 src/video_output/video_output.c:421
 #: modules/codec/ffmpeg/postprocess.c:94
 msgid "Disable"
 msgstr "Deaktivieren"
@@ -821,13 +821,14 @@ msgid "VLC could not open the decoder module."
 msgstr ""
 
 #: src/input/decoder.c:136
-msgid "No suitable decoder module for FOURCC \"4.4s\" found"
+msgid "No suitable decoder module for format"
 msgstr ""
 
 #: src/input/decoder.c:137
+#, c-format
 msgid ""
-"VLC probably does not support this audio or video format. Regrettably, there "
-"is no way for you to fix this."
+"VLC probably does not support the “%4.4s” audio or video format. "
+"Unfortunately there is no way for you to fix this."
 msgstr ""
 
 #: src/input/es_out.c:383 src/input/es_out.c:385 src/input/es_out.c:391
@@ -838,7 +839,7 @@ msgid "Track %i"
 msgstr "Track %i"
 
 #: src/input/es_out.c:465 src/input/es_out.c:467 src/input/es_out.c:567
-#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:443
+#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:447
 #: modules/gui/macosx/intf.m:548 modules/gui/macosx/intf.m:549
 msgid "Program"
 msgstr "Programm"
@@ -877,8 +878,8 @@ msgstr "%d Hz"
 msgid "Bits per sample"
 msgstr "Bits pro Sample"
 
-#: src/input/es_out.c:1605 modules/access_output/shout.c:86
-#: modules/access/pvr.c:84
+#: src/input/es_out.c:1605 modules/access/pvr.c:84
+#: modules/access_output/shout.c:86
 msgid "Bitrate"
 msgstr "Bitrate"
 
@@ -930,7 +931,7 @@ msgstr ""
 msgid "Bookmark"
 msgstr "Lesezeichen"
 
-#: src/input/var.c:131 src/libvlc.h:449
+#: src/input/var.c:131 src/libvlc.h:453
 msgid "Programs"
 msgstr "Programme"
 
@@ -1662,18 +1663,28 @@ msgstr ""
 "werden, wird die Prozessorlast verringert."
 
 #: src/libvlc.h:278
+#, fuzzy
+msgid "Embedded video"
+msgstr "Integrierte Videoausgabe"
+
+#: src/libvlc.h:280
+#, fuzzy
+msgid "Embed the video output in the main interface."
+msgstr "Videoausgabe in Interface integrieren"
+
+#: src/libvlc.h:282
 msgid "Fullscreen video output"
 msgstr "Vollbildausgabe"
 
-#: src/libvlc.h:280
+#: src/libvlc.h:284
 msgid "Start video in fullscreen mode"
 msgstr "Video im Vollbildmodus starten"
 
-#: src/libvlc.h:282
+#: src/libvlc.h:286
 msgid "Overlay video output"
 msgstr "Videoausgabe überlagern"
 
-#: src/libvlc.h:284
+#: src/libvlc.h:288
 msgid ""
 "Overlay is the hardware acceleration capability of your video card (ability "
 "to render video directly). VLC will try to use it by default."
@@ -1682,27 +1693,27 @@ msgstr ""
 "auf den Bildschirm zu zeichnen). VLC versucht standardmäßig, diese Option zu "
 "benutzen."
 
-#: src/libvlc.h:287 src/video_output/vout_intf.c:399
+#: src/libvlc.h:291 src/video_output/vout_intf.c:399
 msgid "Always on top"
 msgstr "Immer im Vordergrund"
 
-#: src/libvlc.h:289
+#: src/libvlc.h:293
 msgid "Always place the video window on top of other windows."
 msgstr "Plaziert das Videofenster immer über allen anderen Fenstern."
 
-#: src/libvlc.h:291
+#: src/libvlc.h:295
 msgid "Disable screensaver"
 msgstr "Bildschirmschoner deaktivieren"
 
-#: src/libvlc.h:292
+#: src/libvlc.h:296
 msgid "Disable the screensaver during video playback."
 msgstr "Bildschirmschoner für die Dauer der Wiedergabe deaktivieren."
 
-#: src/libvlc.h:294
+#: src/libvlc.h:298
 msgid "Window decorations"
 msgstr "Fensterdekorationen"
 
-#: src/libvlc.h:296
+#: src/libvlc.h:300
 msgid ""
 "VLC can avoid creating window caption, frames, etc... around the video, "
 "giving a \"minimal\" window."
@@ -1710,12 +1721,12 @@ msgstr ""
 "VLC kann die Erstellung von Fensterbeschriftungen, Rahmen, etc. um das Video "
 "verhindern, um ein \"minimales\" Fenster zu zeigen."
 
-#: src/libvlc.h:299
+#: src/libvlc.h:303
 #, fuzzy
 msgid "Video output filter module"
 msgstr "Videoausgabe-Modul"
 
-#: src/libvlc.h:301
+#: src/libvlc.h:305
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
 "instance deinterlacing, or to clone or distort the video window."
@@ -1723,11 +1734,11 @@ msgstr ""
 "Dies fügt Nachbearbeitungsfilter hinzu, um die Bildqualität zu erhöhen, z.B. "
 "\"Deinterlacing\", oder um das Ausgabefenster zu klonen oder zu verzerren."
 
-#: src/libvlc.h:305
+#: src/libvlc.h:309
 msgid "Video filter module"
 msgstr "Videofilter-Modul"
 
-#: src/libvlc.h:307
+#: src/libvlc.h:311
 #, fuzzy
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
@@ -1736,50 +1747,50 @@ msgstr ""
 "Dies fügt Nachbearbeitungsfilter hinzu, um die Bildqualität zu erhöhen, z.B. "
 "\"Deinterlacing\", oder um das Ausgabefenster zu klonen oder zu verzerren."
 
-#: src/libvlc.h:311
+#: src/libvlc.h:315
 #, fuzzy
 msgid "Video snapshot directory (or filename)"
 msgstr "Videoschnappschuss-Verzeichnis"
 
-#: src/libvlc.h:313
+#: src/libvlc.h:317
 msgid "Directory where the video snapshots will be stored."
 msgstr "Verzeichnis, in dem die Videoschnappschüsse gespeichert werden."
 
-#: src/libvlc.h:315 src/libvlc.h:317
+#: src/libvlc.h:319 src/libvlc.h:321
 #, fuzzy
 msgid "Video snapshot file prefix"
 msgstr "Videoschnappschuss-Format"
 
-#: src/libvlc.h:319
+#: src/libvlc.h:323
 msgid "Video snapshot format"
 msgstr "Videoschnappschuss-Format"
 
-#: src/libvlc.h:321
+#: src/libvlc.h:325
 msgid "Image format which will be used to store the video snapshots"
 msgstr "Dateiformat in dem der Schnappschuss eines Videos abgespeichert wird"
 
-#: src/libvlc.h:323
+#: src/libvlc.h:327
 msgid "Display video snapshot preview"
 msgstr "Videoschnappschuss-Vorschau anzeigen"
 
-#: src/libvlc.h:325
+#: src/libvlc.h:329
 msgid "Display the snapshot preview in the screen's top-left corner."
 msgstr ""
 "Zeit die Schnappschussvorschau in der linken oberen Ecke des Bildschirms an."
 
-#: src/libvlc.h:327
+#: src/libvlc.h:331
 msgid "Use sequential numbers instead of timestamps"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:333
 msgid "Use sequential numbers instead of timestamps for snapshot numbering"
 msgstr ""
 
-#: src/libvlc.h:331
+#: src/libvlc.h:335
 msgid "Video cropping"
 msgstr "Videobeschneidung"
 
-#: src/libvlc.h:333
+#: src/libvlc.h:337
 msgid ""
 "This forces the cropping of the source video. Accepted formats are x:y (4:3, "
 "16:9, etc.) expressing the global image aspect."
@@ -1787,11 +1798,11 @@ msgstr ""
 "Dies erzwingt das Beschneiden des Quellvideos. Akzeptierte Formate sind x:y "
 "(4:3, 16:9, etc.), die ein generelles Seitenverhältniss darstellen."
 
-#: src/libvlc.h:337
+#: src/libvlc.h:341
 msgid "Source aspect ratio"
 msgstr "Bildseitenverhältnis"
 
-#: src/libvlc.h:339
+#: src/libvlc.h:343
 msgid ""
 "This forces 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 "
@@ -1806,11 +1817,11 @@ msgstr ""
 "Seitenverhältnis oder Fließkommazahlen (z.B. 1.25, 1.3333) um die "
 "Pixelbreite auszudrücken."
 
-#: src/libvlc.h:346
+#: src/libvlc.h:350
 msgid "Custom crop ratios list"
 msgstr "Benutzerdefinierte Zuschnittsverhältnisse"
 
-#: src/libvlc.h:348
+#: src/libvlc.h:352
 msgid ""
 "Comma seperated list of crop ratios which will be added in the interface's "
 "crop ratios list."
@@ -1818,11 +1829,11 @@ msgstr ""
 "Komma separierte Liste der Zuschnittsverhältnisse, die dem "
 "Zuschnittsverhältniss des Benutzerinterfaces hinzugefügt werden."
 
-#: src/libvlc.h:351
+#: src/libvlc.h:355
 msgid "Custom aspect ratios list"
 msgstr "Benutzerdefinierte Bildseitenverhältnisse"
 
-#: src/libvlc.h:353
+#: src/libvlc.h:357
 msgid ""
 "Comma seperated list of aspect ratios which will be added in the interface's "
 "aspect ratio list."
@@ -1830,11 +1841,11 @@ msgstr ""
 "Komma separierte Liste der Seitenverhältnisse, die dem Seitenverhältnis des "
 "Benutzerinterfaces hinzugefügt werden."
 
-#: src/libvlc.h:356
+#: src/libvlc.h:360
 msgid "Fix HDTV height"
 msgstr "HDTC Höhe anpassen"
 
-#: src/libvlc.h:358
+#: src/libvlc.h:362
 msgid ""
 "This allows proper handling of HDTV-1080 video format even if broken encoder "
 "incorrectly sets height to 1088 lines. You should only disable this option "
@@ -1845,11 +1856,11 @@ msgstr ""
 "Option sollte nur ausgeschaltet werden, wenn dein Video in einem speziellen "
 "Format vorliegt und alle 1088 Zeilen erfordert."
 
-#: src/libvlc.h:363
+#: src/libvlc.h:367
 msgid "Monitor pixel aspect ratio"
 msgstr "Seitenverhältnis der Monitorpixel"
 
-#: src/libvlc.h:365
+#: src/libvlc.h:369
 msgid ""
 "This forces the monitor aspect ratio. Most monitors have square pixels "
 "(1:1). If you have a 16:9 screen, you might need to change this to 4:3 in "
@@ -1859,11 +1870,11 @@ msgstr ""
 "quadratische Pixel (1:1). Wenn Sie einen 16:9 Bildschirm haben, müssen Sie "
 "dies eventuell auf 4:3 setzen, um die Proportionen zu erhalten."
 
-#: src/libvlc.h:370
+#: src/libvlc.h:374
 msgid "Skip frames"
 msgstr "Frames überspringen"
 
-#: src/libvlc.h:372
+#: src/libvlc.h:376
 msgid ""
 "This option enables framedropping on MPEG2 stream. Framedropping occurs when "
 "your computer is not powerful enough"
@@ -1871,11 +1882,11 @@ msgstr ""
 "Diese Option erlaubt das Auslassen einzelner Bilder in einem MPEG2 stream. "
 "Dies geschieht, wenn dein Computer zu langsam ist."
 
-#: src/libvlc.h:375
+#: src/libvlc.h:379
 msgid "Drop late frames"
 msgstr "Verspätete Frames fallen lassen"
 
-#: src/libvlc.h:377
+#: src/libvlc.h:381
 msgid ""
 "This drops frames that are late (arrive to the video output after their "
 "intended display date)."
@@ -1883,11 +1894,11 @@ msgstr ""
 "Bilder auslassen, wenn sie zu spät angezeigt würden (hält das Video mit der "
 "Sprache synchron, wenn möglich)"
 
-#: src/libvlc.h:380
+#: src/libvlc.h:384
 msgid "Quiet synchro"
 msgstr "Stilles synchronisieren"
 
-#: src/libvlc.h:382
+#: src/libvlc.h:386
 msgid ""
 "This avoids flooding the message log with debug output from the video output "
 "synchronization mechanism."
@@ -1895,7 +1906,7 @@ msgstr ""
 "Dies verhindert eine Ãœberflutung des Meldungsprotokolls durch die Video-"
 "Output-Synchronisierung."
 
-#: src/libvlc.h:391
+#: src/libvlc.h:395
 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 "
@@ -1905,17 +1916,17 @@ msgstr ""
 "verändern, wie das DVD- oder VCD-Device, die Netzwerkinterface-Einstellungen "
 "oder den Untertitelkanal."
 
-#: src/libvlc.h:396
+#: src/libvlc.h:400
 msgid ""
 "If you live in France, it is not allowed to workaround any Digital "
 "Restrictions Management measure."
 msgstr ""
 
-#: src/libvlc.h:399
+#: src/libvlc.h:403
 msgid "Clock reference average counter"
 msgstr "Durchschnittlicher Zähler der Uhrreferenz"
 
-#: src/libvlc.h:401
+#: src/libvlc.h:405
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
@@ -1923,11 +1934,11 @@ msgstr ""
 "Wenn der PVR-Input (oder eine sehr ungeregelmäßige Quelle) benutzt wird, "
 "sollten Sie dies auf 10000 einstellen."
 
-#: src/libvlc.h:404
+#: src/libvlc.h:408
 msgid "Clock synchronisation"
 msgstr "Uhrsynchronisation"
 
-#: src/libvlc.h:406
+#: src/libvlc.h:410
 msgid ""
 "It is possible to disable the input clock synchronisation for real-time "
 "sources. Use this if you experience jerky playback of network streams."
@@ -1936,11 +1947,11 @@ msgstr ""
 "deaktivieren. Benutzen Sie dies, wenn die Wiedergabe von Netzwerkstreams "
 "ruckelt."
 
-#: src/libvlc.h:410 modules/control/netsync.c:71
+#: src/libvlc.h:414 modules/control/netsync.c:71
 msgid "Network synchronisation"
 msgstr "Netzwerksynchronisation"
 
-#: src/libvlc.h:411
+#: src/libvlc.h:415
 msgid ""
 "This allows you to remotely synchronise clocks for server and client. The "
 "detailed settings are available in Advanced / Network Sync."
@@ -1948,7 +1959,7 @@ msgstr ""
 "Erlaubt das Abgleichen der Uhr für Server und Client. Die detaillierten "
 "Einstellungen sind unter Erweitert / Netzwerk Synchronisation zu finden."
 
-#: src/libvlc.h:417 src/libvlc.h:964 src/video_output/vout_intf.c:261
+#: src/libvlc.h:421 src/libvlc.h:972 src/video_output/vout_intf.c:261
 #: src/video_output/vout_intf.c:348 modules/access/dshow/dshow.cpp:74
 #: modules/access/dshow/dshow.cpp:76 modules/access/dshow/dshow.cpp:79
 #: modules/access/dshow/dshow.cpp:85 modules/audio_output/alsa.c:102
@@ -1961,7 +1972,7 @@ msgstr ""
 msgid "Default"
 msgstr "Standard"
 
-#: src/libvlc.h:417 modules/gui/macosx/equalizer.m:145
+#: src/libvlc.h:421 modules/gui/macosx/equalizer.m:145
 #: modules/gui/macosx/extended.m:113 modules/gui/macosx/wizard.m:395
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:633
 #: modules/gui/wxwidgets/extrapanel.cpp:216
@@ -1969,19 +1980,19 @@ msgstr "Standard"
 msgid "Enable"
 msgstr "Aktivieren"
 
-#: src/libvlc.h:419
+#: src/libvlc.h:423
 msgid "UDP port"
 msgstr "UDP-Port"
 
-#: src/libvlc.h:421
+#: src/libvlc.h:425
 msgid "This is the default port used for UDP streams. Default is 1234."
 msgstr "Dies ist der Standardport für UDP-Streams. Der Standardwert ist 1234."
 
-#: src/libvlc.h:423
+#: src/libvlc.h:427
 msgid "MTU of the network interface"
 msgstr "MTU des Netzwerk-Interfaces"
 
-#: src/libvlc.h:425
+#: src/libvlc.h:429
 msgid ""
 "This is the maximum packet size that can be transmitted over the network "
 "interface. On Ethernet it is usually 1500 bytes."
@@ -1989,11 +2000,11 @@ msgstr ""
 "Dies ist die maximal über die Netzwerkschnittstelle verschickte Paketgröße. "
 "Bei Ethernet sind dies normalerweise 1500 Bytes."
 
-#: src/libvlc.h:428
+#: src/libvlc.h:432
 msgid "Hop limit (TTL)"
 msgstr "Hop limit (TTL)"
 
-#: src/libvlc.h:430
+#: src/libvlc.h:434
 msgid ""
 "This is the hop limit (also known as \"Time-To-Live\" or TTL) of the "
 "multicast packets sent by the stream output (0 = use operating system built-"
@@ -2002,21 +2013,21 @@ msgstr ""
 "Dies ist das Etappenlimit (auch als \"Time To Live\" oder TTL bekannt) der "
 "von der Streamausgabe gesendeten Multicast-Pakete."
 
-#: src/libvlc.h:434
+#: src/libvlc.h:438
 msgid "IPv6 multicast output interface"
 msgstr "IPv6 Multicast-Outputinterface"
 
-#: src/libvlc.h:436
+#: src/libvlc.h:440
 msgid "Default IPv6 multicast interface. This overrides the routing table."
 msgstr ""
 "Standard-IPv6-Multicast-Ausgabeinterface. Dies überschreibt den Routing-"
 "Table."
 
-#: src/libvlc.h:438
+#: src/libvlc.h:442
 msgid "IPv4 multicast output interface address"
 msgstr "Adresse des IPv4-Multicast-Outputinterfaces"
 
-#: src/libvlc.h:440
+#: src/libvlc.h:444
 msgid ""
 "IPv4 adress for the default multicast interface. This overrides the routing "
 "table."
@@ -2024,7 +2035,7 @@ msgstr ""
 "IPv4-Adresse für das standardmäßige Multicast-Interface. Dies überschreibt "
 "den Routing-Table."
 
-#: src/libvlc.h:445
+#: src/libvlc.h:449
 msgid ""
 "Choose the program to select by giving its Service ID. Only use this option "
 "if you want to read a multi-program stream (like DVB streams for example)."
@@ -2033,7 +2044,7 @@ msgstr ""
 "diese Option nur, wenn Sie Streams mit mehreren Programmen (wie "
 "beispielsweise DVB-Streams) lesen möchten."
 
-#: src/libvlc.h:451
+#: src/libvlc.h:455
 msgid ""
 "Choose the programs to select by giving a comma-separated list of Service "
 "IDs (SIDs). Only use this option if you want to read a multi-program stream "
@@ -2043,27 +2054,27 @@ msgstr ""
 "Liste von SIDs angeben. Benutzen Sie diese Option nur, wenn Sie Streams mit "
 "mehreren Programmen (wie beispielsweise DVB-Streams) lesen möchten."
 
-#: src/libvlc.h:457 modules/gui/wxwidgets/dialogs/open.cpp:779
+#: src/libvlc.h:461 modules/gui/wxwidgets/dialogs/open.cpp:779
 msgid "Audio track"
 msgstr "Audiospur"
 
-#: src/libvlc.h:459
+#: src/libvlc.h:463
 msgid "Stream number of the audio track to use (from 0 to n)."
 msgstr "Stream-Nummer der zu benutzenden Audiospur (von 0 bis n)."
 
-#: src/libvlc.h:462 modules/gui/wxwidgets/dialogs/open.cpp:771
+#: src/libvlc.h:466 modules/gui/wxwidgets/dialogs/open.cpp:771
 msgid "Subtitles track"
 msgstr "Untertitelspur"
 
-#: src/libvlc.h:464
+#: src/libvlc.h:468
 msgid "Stream number of the subtitle track to use (from 0 to n)."
 msgstr "Stream-Nummer der zu benutzenden Untertitelspur (von 0 bis n)."
 
-#: src/libvlc.h:467
+#: src/libvlc.h:471
 msgid "Audio language"
 msgstr "Audio-Sprache"
 
-#: src/libvlc.h:469
+#: src/libvlc.h:473
 msgid ""
 "Language of the audio track you want to use (comma separated, two or three "
 "letter country code)."
@@ -2071,11 +2082,11 @@ msgstr ""
 "Sprache der zu benutzenden Audiospur (durch Kommata getrennte 2er oder 3er "
 "Landescodes)."
 
-#: src/libvlc.h:472
+#: src/libvlc.h:476
 msgid "Subtitle language"
 msgstr "Untertitelsprache"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:478
 msgid ""
 "Language of the subtitle track you want to use (comma separated, two or tree "
 "letter country code)."
@@ -2083,51 +2094,51 @@ msgstr ""
 "Sprache der zu benutzenden Untertitelspur (durch Kommata getrennte 2er oder "
 "3er Landescodes)."
 
-#: src/libvlc.h:478
+#: src/libvlc.h:482
 msgid "Audio track ID"
 msgstr "Audiospur_ID"
 
-#: src/libvlc.h:480
+#: src/libvlc.h:484
 msgid "Stream ID of the audio track to use."
 msgstr "Stream-ID der zu benutzenden Audiospur."
 
-#: src/libvlc.h:482
+#: src/libvlc.h:486
 msgid "Subtitles track ID"
 msgstr "Untertitelspur-ID"
 
-#: src/libvlc.h:484
+#: src/libvlc.h:488
 msgid "Stream ID of the subtitle track to use."
 msgstr "Stream-ID der zu benutzenden Untertitelspur."
 
-#: src/libvlc.h:486
+#: src/libvlc.h:490
 msgid "Input repetitions"
 msgstr "Inputwiederholungen"
 
-#: src/libvlc.h:488
+#: src/libvlc.h:492
 msgid "Number of time the same input will be repeated"
 msgstr "Anzahl, wie oft der gleiche Input wiederholt werden soll"
 
-#: src/libvlc.h:490
+#: src/libvlc.h:494
 msgid "Start time"
 msgstr "Startzeit"
 
-#: src/libvlc.h:492
+#: src/libvlc.h:496
 msgid "The stream will start at this position (in seconds)."
 msgstr "Startet den Stream an dieser Position (in Sekunden)."
 
-#: src/libvlc.h:494
+#: src/libvlc.h:498
 msgid "Stop time"
 msgstr "Stoppzeit"
 
-#: src/libvlc.h:496
+#: src/libvlc.h:500
 msgid "The stream will stop at this position (in seconds)."
 msgstr "Beendet den Stream an dieser Position (in Sekunden)."
 
-#: src/libvlc.h:498
+#: src/libvlc.h:502
 msgid "Input list"
 msgstr "Input-Liste"
 
-#: src/libvlc.h:500
+#: src/libvlc.h:504
 msgid ""
 "You can give a comma-separated list of inputs that will be concatenated "
 "together after the normal one."
@@ -2135,11 +2146,11 @@ msgstr ""
 "Sie können eine durch komma-getrennte Liste von Inputs angeben, die mit dem "
 "normalen verknüpft werden sollen."
 
-#: src/libvlc.h:503
+#: src/libvlc.h:507
 msgid "Input slave (experimental)"
 msgstr "Input-Slave (experimentell)"
 
-#: src/libvlc.h:505
+#: src/libvlc.h:509
 msgid ""
 "This allows you to play from several inputs at the same time. This feature "
 "is experimental, not all formats are supported. Use a '#' separated list of "
@@ -2149,11 +2160,11 @@ msgstr ""
 "Feature ist experimentell, nicht alle Formate werden unterstützt. Benutzen "
 "Sie eine durch '#' getrennte Liste von Inputs."
 
-#: src/libvlc.h:509
+#: src/libvlc.h:513
 msgid "Bookmarks list for a stream"
 msgstr "Lesezeichenliste für einen Stream"
 
-#: src/libvlc.h:511
+#: src/libvlc.h:515
 msgid ""
 "You can manually give a list of bookmarks for a stream in the form "
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
@@ -2163,7 +2174,7 @@ msgstr ""
 "\"{name=Lesezeichenname,time=optionaler-Zeitversatz,bytes=optionaler-"
 "Byteversatz},{...}\" angeben."
 
-#: src/libvlc.h:517
+#: src/libvlc.h:521
 msgid ""
 "These options allow you to modify the behavior of the subpictures subsystem. "
 "You can for example enable subpictures filters (logo, etc.). Enable these "
@@ -2176,11 +2187,11 @@ msgstr ""
 "\"Unterbildfilter\"-Sektion. Sie können auch diverse Unterbildoptionen "
 "einstellen."
 
-#: src/libvlc.h:523
+#: src/libvlc.h:527
 msgid "Force subtitle position"
 msgstr "Untertitelposition erzwingen"
 
-#: src/libvlc.h:525
+#: src/libvlc.h:529
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
@@ -2188,20 +2199,20 @@ msgstr ""
 "Sie können diese Option benutzen, um die Untertitel unter dem Film statt im "
 "Film darzustellen. Probieren Sie mehrere Positionen."
 
-#: src/libvlc.h:528
+#: src/libvlc.h:532
 msgid "Enable sub-pictures"
 msgstr "Unterbilder aktivieren"
 
-#: src/libvlc.h:530
+#: src/libvlc.h:534
 msgid "You can completely disable the sub-picture processing."
 msgstr "Sie können die Verarbeitung von Unterbildern komplett deaktivieren."
 
-#: src/libvlc.h:532 src/libvlc.h:1324 src/misc/iso-639_def.h:143
+#: src/libvlc.h:536 src/libvlc.h:1334 src/misc/iso-639_def.h:143
 #: modules/stream_out/transcode.c:281
 msgid "On Screen Display"
 msgstr "On Screen Display"
 
-#: src/libvlc.h:534
+#: src/libvlc.h:538
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
 "Display)."
@@ -2209,11 +2220,11 @@ msgstr ""
 "VLC kann Meldungen im Bild anzeigen. Dies wird On Screen Display (OSD) "
 "genannt."
 
-#: src/libvlc.h:537
+#: src/libvlc.h:541
 msgid "Text rendering module"
 msgstr "Textrenderer-Modul"
 
-#: src/libvlc.h:539
+#: src/libvlc.h:543
 msgid ""
 "VLC normally uses Freetype for rendering, but this allows you to use svg for "
 "instance."
@@ -2221,11 +2232,11 @@ msgstr ""
 "VLC benutzt normalerweise für das Rendern Freetype, aber dies erlaubt Ihnen "
 "beispielsweise svg zu benutzen."
 
-#: src/libvlc.h:542
+#: src/libvlc.h:546
 msgid "Subpictures filter module"
 msgstr "Unterbilder-Filtermodul"
 
-#: src/libvlc.h:544
+#: src/libvlc.h:548
 msgid ""
 "This adds so-called \"subpicture filters\". These filters overlay some "
 "images or text over the video (like a logo, arbitraty text...)."
@@ -2233,11 +2244,11 @@ msgstr ""
 "Objekte einblenden. Dieser Filter lässt Bilder oder Texte auf dem Video "
 "anzeigen (Logo, Untertitel, ...)."
 
-#: src/libvlc.h:547
+#: src/libvlc.h:551
 msgid "Autodetect subtitle files"
 msgstr "Untertiteldateien automatisch erkennen"
 
-#: src/libvlc.h:549
+#: src/libvlc.h:553
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified "
 "(based on the filename of the movie)."
@@ -2245,11 +2256,11 @@ msgstr ""
 "Automatisch eine Untertiteldatei erkennen, wenn kein Untertiteldateiname "
 "angegeben ist (basierend auf dem Dateinamen des Films)."
 
-#: src/libvlc.h:552
+#: src/libvlc.h:556
 msgid "Subtitle autodetection fuzziness"
 msgstr "Toleranz der automatischen Untertitelsuche"
 
-#: src/libvlc.h:554
+#: src/libvlc.h:558
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -2268,11 +2279,11 @@ msgstr ""
 "übereinstimmen\n"
 "4 = Untertiteldateien, die mit Filmnamen exakt übereinstimmen"
 
-#: src/libvlc.h:562
+#: src/libvlc.h:566
 msgid "Subtitle autodetection paths"
 msgstr "Pfade der automatischen Untertitelfeststellung"
 
-#: src/libvlc.h:564
+#: src/libvlc.h:568
 msgid ""
 "Look for a subtitle file in those paths too, if your subtitle file was not "
 "found in the current directory."
@@ -2280,11 +2291,11 @@ msgstr ""
 "Auch in diesen Pfaden nach einer Untertiteldatei suchen, wenn Ihr Untertitel "
 "im derzeitigen Verzeichnis gefunden wurde."
 
-#: src/libvlc.h:567
+#: src/libvlc.h:571
 msgid "Use subtitle file"
 msgstr "Untertiteldatei benutzen"
 
-#: src/libvlc.h:569
+#: src/libvlc.h:573
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
@@ -2292,11 +2303,11 @@ msgstr ""
 "Diese Untertiteldatei laden. Zur Benutzung, falls Ihre Untertiteldatei nicht "
 "automatisch aufgespürt werden kann."
 
-#: src/libvlc.h:572
+#: src/libvlc.h:576
 msgid "DVD device"
 msgstr "DVD-Device"
 
-#: src/libvlc.h:575
+#: src/libvlc.h:579
 msgid ""
 "This is the default DVD drive (or file) to use. Don't forget the colon after "
 "the drive letter (eg. D:)"
@@ -2304,15 +2315,15 @@ 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:579
+#: src/libvlc.h:583
 msgid "This is the default DVD device to use."
 msgstr "Dies ist das standardmäßig benutzte DVD-Device."
 
-#: src/libvlc.h:582
+#: src/libvlc.h:586
 msgid "VCD device"
 msgstr "VCD-Device"
 
-#: src/libvlc.h:585
+#: src/libvlc.h:589
 msgid ""
 "This is the default VCD device to use. If you don't specify anything, we'll "
 "scan for a suitable CD-ROM device."
@@ -2320,15 +2331,15 @@ 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:589
+#: src/libvlc.h:593
 msgid "This is the default VCD device to use."
 msgstr "Dies ist das standardmäßig benutzte VCD-Device."
 
-#: src/libvlc.h:592
+#: src/libvlc.h:596
 msgid "Audio CD device"
 msgstr "Audio-CD - Device"
 
-#: src/libvlc.h:595
+#: src/libvlc.h:599
 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."
@@ -2336,41 +2347,41 @@ msgstr ""
 "Dies ist das standardmäßig benutzte Audio-CD - Device. Wenn Sie nichts "
 "angeben, werden wir nach einem passenden suchen."
 
-#: src/libvlc.h:599
+#: src/libvlc.h:603
 msgid "This is the default Audio CD device to use."
 msgstr "Dies ist das standardmäßig benutzte Audio-CD - Device."
 
-#: src/libvlc.h:602 modules/gui/wxwidgets/dialogs/open.cpp:841
+#: src/libvlc.h:606 modules/gui/wxwidgets/dialogs/open.cpp:841
 msgid "Force IPv6"
 msgstr "IPv6 erzwingen"
 
-#: src/libvlc.h:604
+#: src/libvlc.h:608
 msgid "IPv6 will be used by default for all connections."
 msgstr ""
 "IPv6 wird standardmäßig für alle UDP- und HTTP-Verbindungen benutzt werden."
 
-#: src/libvlc.h:606
+#: src/libvlc.h:610
 msgid "Force IPv4"
 msgstr "IPv4 erzwingen"
 
-#: src/libvlc.h:608
+#: src/libvlc.h:612
 msgid "IPv4 will be used by default for all connections."
 msgstr ""
 "IPv4 wird standardmäßig für alle UDP- und HTTP-Verbindungen benutzt werden."
 
-#: src/libvlc.h:610
+#: src/libvlc.h:614
 msgid "TCP connection timeout"
 msgstr "TCP-Verbindungs-Time-Out"
 
-#: src/libvlc.h:612
+#: src/libvlc.h:616
 msgid "Default TCP connection timeout (in milliseconds). "
 msgstr "Standardmäßiger TCP-Verbindungs-Time-Out (in Millisekunden)."
 
-#: src/libvlc.h:614
+#: src/libvlc.h:618
 msgid "SOCKS server"
 msgstr "SOCKS-Server"
 
-#: src/libvlc.h:616
+#: src/libvlc.h:620
 msgid ""
 "SOCKS proxy server to use. This must be of the form address:port. It will be "
 "used for all TCP connections"
@@ -2378,91 +2389,91 @@ msgstr ""
 "Zu benutzender SOCKS-Server. Dieser muss in der Form Adresse:Port angegeben "
 "werden. Er wird für alle TCP-Verbindungen benutzt werden."
 
-#: src/libvlc.h:619
+#: src/libvlc.h:623
 msgid "SOCKS user name"
 msgstr "SOCKS-Benutzername"
 
-#: src/libvlc.h:621
+#: src/libvlc.h:625
 msgid "User name to be used for connection to the SOCKS proxy."
 msgstr "Zu benutzender Username für die Verbindung zum SOCKS-Proxy."
 
-#: src/libvlc.h:623
+#: src/libvlc.h:627
 msgid "SOCKS password"
 msgstr "SOCKS-Passwort"
 
-#: src/libvlc.h:625
+#: src/libvlc.h:629
 msgid "Password to be used for connection to the SOCKS proxy."
 msgstr "Zu benutzendes Passwort für die Verbindung zum SOCKS-Proxy."
 
-#: src/libvlc.h:627
+#: src/libvlc.h:631
 msgid "Title metadata"
 msgstr "Titel-Metadaten"
 
-#: src/libvlc.h:629
+#: src/libvlc.h:633
 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:631
+#: src/libvlc.h:635
 msgid "Author metadata"
 msgstr "Autor-Metadaten"
 
-#: src/libvlc.h:633
+#: src/libvlc.h:637
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr ""
 "Erlaubt Ihnen \"author\"(Autoren-) Metadaten für einen Input festzulegen."
 
-#: src/libvlc.h:635
+#: src/libvlc.h:639
 msgid "Artist metadata"
 msgstr "Künstler-Metadaten"
 
-#: src/libvlc.h:637
+#: src/libvlc.h:641
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr ""
 "Erlaubt Ihnen \"artist\" (Künstler) - Metadaten für einen Input anzugeben."
 
-#: src/libvlc.h:639
+#: src/libvlc.h:643
 msgid "Genre metadata"
 msgstr "Genre-Metadaten"
 
-#: src/libvlc.h:641
+#: src/libvlc.h:645
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr "Erlaubt Ihnen \"Genre\"-Metadaten für einen Input festzulegen."
 
-#: src/libvlc.h:643
+#: src/libvlc.h:647
 msgid "Copyright metadata"
 msgstr "Copyright-Metadaten"
 
-#: src/libvlc.h:645
+#: src/libvlc.h:649
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr "Erlaubt Ihnen \"copyright\"-Metadaten für einen Input anzugeben."
 
-#: src/libvlc.h:647
+#: src/libvlc.h:651
 msgid "Description metadata"
 msgstr "Beschreibungs-Metadaten"
 
-#: src/libvlc.h:649
+#: src/libvlc.h:653
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr ""
 "Erlaubt Ihnen \"description\"(Beschreibungs-) Metadaten für einen Input "
 "anzugeben."
 
-#: src/libvlc.h:651
+#: src/libvlc.h:655
 msgid "Date metadata"
 msgstr "Datums-Metadaten"
 
-#: src/libvlc.h:653
+#: src/libvlc.h:657
 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:655
+#: src/libvlc.h:659
 msgid "URL metadata"
 msgstr "URL-Metadaten"
 
-#: src/libvlc.h:657
+#: src/libvlc.h:661
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr "Erlaubt Ihnen \"url\"-Metadaten für einen Input anzugeben."
 
-#: src/libvlc.h:661
+#: src/libvlc.h:665
 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 "
@@ -2473,11 +2484,11 @@ msgstr ""
 "Benutzer  sollten diese Option verändern, da sie die Wiedergabe aller Ihrer "
 "Streams zerstören kann."
 
-#: src/libvlc.h:665
+#: src/libvlc.h:669
 msgid "Preferred decoders list"
 msgstr "Liste der bevorzugten Decoder"
 
-#: src/libvlc.h:667
+#: src/libvlc.h:671
 msgid ""
 "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. Only advanced "
@@ -2488,18 +2499,18 @@ msgstr ""
 "werden. Nur fortgeschrittene Benutzer sollten diese Option verändern, da sie "
 "die Wiedergabe aller Ihrer Streams zerstören kann."
 
-#: src/libvlc.h:672
+#: src/libvlc.h:676
 msgid "Preferred encoders list"
 msgstr "Liste der bevorzugten Encoder"
 
-#: src/libvlc.h:674
+#: src/libvlc.h:678
 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 "
 "bevorzugt benutzen wird."
 
-#: src/libvlc.h:683
+#: src/libvlc.h:687
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
@@ -2507,11 +2518,11 @@ msgstr ""
 "Diese Optionen erlauben Ihnen globale Einstellungen für das Streamausgabe-"
 "Untersystem festzulegen."
 
-#: src/libvlc.h:686
+#: src/libvlc.h:690
 msgid "Default stream output chain"
 msgstr "Standard-Streamausgabe-Kette"
 
-#: src/libvlc.h:688
+#: src/libvlc.h:692
 msgid ""
 "You can enter here a default stream output chain. Refer to the documentation "
 "to learn how to build such chains.Warning: this chain will be enabled for "
@@ -2521,27 +2532,27 @@ msgstr ""
 "die Dokumentation, um die Erstellung von solchen Ketten zu lernen. Achtung: "
 "diese Kette wird für alle Streams aktiviert sein."
 
-#: src/libvlc.h:692
+#: src/libvlc.h:696
 msgid "Enable streaming of all ES"
 msgstr "Streaming von allen ES aktivieren"
 
-#: src/libvlc.h:694
+#: src/libvlc.h:698
 msgid "Stream all elementary streams (video, audio and subtitles)"
 msgstr "Alle Elementarstreams (Video, Audio und Untertitel) streamen."
 
-#: src/libvlc.h:696
+#: src/libvlc.h:700
 msgid "Display while streaming"
 msgstr "Während des Streamens anzeigen"
 
-#: src/libvlc.h:698
+#: src/libvlc.h:702
 msgid "Play locally the stream while streaming it."
 msgstr "Den Stream während des Streamens lokal wiedergeben."
 
-#: src/libvlc.h:700
+#: src/libvlc.h:704
 msgid "Enable video stream output"
 msgstr "Videostreamausgabe aktivieren"
 
-#: src/libvlc.h:702
+#: src/libvlc.h:706
 msgid ""
 "Choose whether the video stream should be redirected to the stream output "
 "facility when this last one is enabled."
@@ -2549,11 +2560,11 @@ msgstr ""
 "Wählen Sie ob der Videostream zum Video-Stream-Ausgabedienst umgeleitet "
 "werden soll, falls dieser aktiviert ist."
 
-#: src/libvlc.h:705
+#: src/libvlc.h:709
 msgid "Enable audio stream output"
 msgstr "Audiostreamausgabe aktivieren"
 
-#: src/libvlc.h:707
+#: src/libvlc.h:711
 msgid ""
 "Choose whether the audio stream should be redirected to the stream output "
 "facility when this last one is enabled."
@@ -2561,11 +2572,11 @@ msgstr ""
 "Wählen Sie, ob der Audiostream zum Audio-Stream-Ausgabedienst umgeleitet "
 "werden soll, falls dieser aktiviert ist."
 
-#: src/libvlc.h:710
+#: src/libvlc.h:714
 msgid "Enable SPU stream output"
 msgstr "SPU-Streamausgabe aktivieren"
 
-#: src/libvlc.h:712
+#: src/libvlc.h:716
 msgid ""
 "Choose whether the SPU streams should be redirected to the stream output "
 "facility when this last one is enabled."
@@ -2573,11 +2584,11 @@ msgstr ""
 "Wählen Sie, ob die SPU-Streams zum Audio-Stream-Ausgabedienst umgeleitet "
 "werden sollen, falls dieser aktiviert ist."
 
-#: src/libvlc.h:715
+#: src/libvlc.h:719
 msgid "Keep stream output open"
 msgstr "Streamausgabe offen lassen"
 
-#: src/libvlc.h:717
+#: src/libvlc.h:721
 msgid ""
 "This allows you to keep an unique stream output instance across multiple "
 "playlist item (automatically insert the gather stream output if not "
@@ -2587,41 +2598,41 @@ msgstr ""
 "Wiedergabelistenobjekte hinweg beizubehalten (automatisch wird die'gather'-"
 "Streamausgabe benutzt, wenn nichts angeben wird)."
 
-#: src/libvlc.h:721
+#: src/libvlc.h:725
 msgid "Preferred packetizer list"
 msgstr "Liste der bevorzugten Packetizer"
 
-#: src/libvlc.h:723
+#: src/libvlc.h:727
 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:726
+#: src/libvlc.h:730
 msgid "Mux module"
 msgstr "Mux-Modul"
 
-#: src/libvlc.h:728
+#: src/libvlc.h:732
 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."
 
-#: src/libvlc.h:730
+#: src/libvlc.h:734
 msgid "Access output module"
 msgstr "Zugriffsausgabemodul"
 
-#: src/libvlc.h:732
+#: src/libvlc.h:736
 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."
 
-#: src/libvlc.h:734
+#: src/libvlc.h:738
 msgid "Control SAP flow"
 msgstr "SAP-Durchlauf kontrollieren"
 
-#: src/libvlc.h:736
+#: src/libvlc.h:740
 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."
@@ -2630,11 +2641,11 @@ msgstr ""
 "Adresse kontrolliert. Dies wird benötigt, wenn Sie Ankündigungen auf dem "
 "MBone machen."
 
-#: src/libvlc.h:740
+#: src/libvlc.h:744
 msgid "SAP announcement interval"
 msgstr "SAP-Ankündigungsintervall"
 
-#: src/libvlc.h:742
+#: src/libvlc.h:746
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
 "between SAP announcements."
@@ -2642,7 +2653,7 @@ msgstr ""
 "Wenn die SAP-Durchlauf-Kontrolle deaktiviert ist, können Sie hiermit die "
 "fixierten Intervalle zwischen SAP-Ankündigungen einstellen."
 
-#: src/libvlc.h:752
+#: src/libvlc.h:756
 msgid ""
 "These options allow you to enable special CPU optimizations. You should "
 "always leave all these enabled."
@@ -2650,11 +2661,11 @@ msgstr ""
 "Diese Optionen erlauben Ihnen, besondere Prozessoroptimierungen zu "
 "aktivieren. Sie sollten immer alle aktiviert lassen."
 
-#: src/libvlc.h:755
+#: src/libvlc.h:759
 msgid "Enable FPU support"
 msgstr "FPU-Unterstützung aktivieren"
 
-#: src/libvlc.h:757
+#: src/libvlc.h:761
 msgid ""
 "If your processor has a floating point calculation unit, VLC can take "
 "advantage of it."
@@ -2662,71 +2673,71 @@ msgstr ""
 "Falls Ihr Prozessor eine Fließkommaberechnungseinheit besitzt, kann VLC von "
 "dieser profitieren."
 
-#: src/libvlc.h:760
+#: src/libvlc.h:764
 msgid "Enable CPU MMX support"
 msgstr "Prozessor-MMX Unterstützung aktivieren"
 
-#: src/libvlc.h:762
+#: src/libvlc.h:766
 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:765
+#: src/libvlc.h:769
 msgid "Enable CPU 3D Now! support"
 msgstr "Prozessor-'3D Now!' Unterstützung aktivieren"
 
-#: src/libvlc.h:767
+#: src/libvlc.h:771
 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:770
+#: src/libvlc.h:774
 msgid "Enable CPU MMX EXT support"
 msgstr "MMX EXT Unterstützung aktivieren."
 
-#: src/libvlc.h:772
+#: src/libvlc.h:776
 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:775
+#: src/libvlc.h:779
 msgid "Enable CPU SSE support"
 msgstr "SSE Unterstützung aktivieren"
 
-#: src/libvlc.h:777
+#: src/libvlc.h:781
 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:780
+#: src/libvlc.h:784
 msgid "Enable CPU SSE2 support"
 msgstr "CPU SSE2 Unterstützung aktivieren"
 
-#: src/libvlc.h:782
+#: src/libvlc.h:786
 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:785
+#: src/libvlc.h:789
 msgid "Enable CPU AltiVec support"
 msgstr "AltiVec Unterstützung aktivieren"
 
-#: src/libvlc.h:787
+#: src/libvlc.h:791
 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:792
+#: src/libvlc.h:796
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
@@ -2734,11 +2745,11 @@ msgstr ""
 "Diese erlauben Ihnen, Standard-Module festzulegen. Lassen Sie diese in Ruhe, "
 "außer wenn Sie wirklich wissen, was Sie tun."
 
-#: src/libvlc.h:795
+#: src/libvlc.h:799
 msgid "Memory copy module"
 msgstr "Speicher-Kopiermodul"
 
-#: src/libvlc.h:797
+#: src/libvlc.h:801
 msgid ""
 "You can select which memory copy module you want to use. By default VLC will "
 "select the fastest one supported by your hardware."
@@ -2746,11 +2757,11 @@ 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:800
+#: src/libvlc.h:804
 msgid "Access module"
 msgstr "Zugriffsmodul"
 
-#: src/libvlc.h:802
+#: src/libvlc.h:806
 msgid ""
 "This allows you to force an access module. You can use it if the correct "
 "access is not automatically detected. You should not set this as a global "
@@ -2760,11 +2771,11 @@ msgstr ""
 "korrekte Modul nicht automatisch erkannt wird. Aktiviere die Option als "
 "generelle Option nur, wenn du genau weisst, was sie bewirkt."
 
-#: src/libvlc.h:806
+#: src/libvlc.h:810
 msgid "Access filter module"
 msgstr "Access-Filter-Modul"
 
-#: src/libvlc.h:808
+#: src/libvlc.h:812
 msgid ""
 "Access filters are used to modify the stream that is being read. This is "
 "used for instance for timeshifting."
@@ -2772,11 +2783,11 @@ msgstr ""
 "Access Filter werden benutzt, um den eingelesenen Stream zu modifizieren. "
 "Die wird beispielsweise für zeitversetzte Aufnahme benutzt."
 
-#: src/libvlc.h:811
+#: src/libvlc.h:815
 msgid "Demux module"
 msgstr "Demux-Modul"
 
-#: src/libvlc.h:813
+#: src/libvlc.h:817
 msgid ""
 "Demultiplexers are used to separate the \"elementary\" streams (like audio "
 "and video streams). You can use it if the correct demuxer is not "
@@ -2788,11 +2799,11 @@ msgstr ""
 "der korrekte Demuxer nicht automatisch erkannt wird. Sie sollten dies nur "
 "als globale Option einstellen, wenn Sie genau wissen, was Sie tun."
 
-#: src/libvlc.h:818
+#: src/libvlc.h:822
 msgid "Allow real-time priority"
 msgstr "Echtzeitpriorität erlauben"
 
-#: src/libvlc.h:820
+#: src/libvlc.h:824
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -2805,11 +2816,11 @@ msgstr ""
 "langsam machen. Sie sollten dies nur aktivieren, wenn Sie wissen, was Sie "
 "tun."
 
-#: src/libvlc.h:826
+#: src/libvlc.h:830
 msgid "Adjust VLC priority"
 msgstr "Priorität von VLC anpassen"
 
-#: src/libvlc.h:828
+#: src/libvlc.h:832
 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 "
@@ -2819,87 +2830,87 @@ msgstr ""
 "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:832
+#: src/libvlc.h:836
 msgid "Minimize number of threads"
 msgstr "Anzahl von Threads minimieren"
 
-#: src/libvlc.h:834
+#: src/libvlc.h:838
 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."
 
-#: src/libvlc.h:836
+#: src/libvlc.h:840
 msgid "Modules search path"
 msgstr "Modulsuchpfad"
 
-#: src/libvlc.h:838
+#: src/libvlc.h:842
 msgid "Additional path for VLC to look for its modules."
 msgstr "Zusätzlicher Pfad für VLC, um dort nach seinen Modulen zu suchen."
 
-#: src/libvlc.h:840
+#: src/libvlc.h:844
 msgid "VLM configuration file"
 msgstr "VLM-Konfigurationsdatei"
 
-#: src/libvlc.h:842
+#: src/libvlc.h:846
 msgid "Read a VLM configuration file as soon as VLM is started."
 msgstr "VLM Konfigurationsdatei einlesen, sobald VLM startet."
 
-#: src/libvlc.h:844
+#: src/libvlc.h:848
 msgid "Use a plugins cache"
 msgstr "Plugin-Cache benutzen"
 
-#: src/libvlc.h:846
+#: src/libvlc.h:850
 msgid "Use a plugins cache which will greatly improve the startup time of VLC."
 msgstr ""
 "Die Benutzung eines Plugin-Caches verbessert die Startzeit von VLC deutlich."
 
-#: src/libvlc.h:848
+#: src/libvlc.h:852
 msgid "Collect statistics"
 msgstr "Statistiken sammeln"
 
-#: src/libvlc.h:850
+#: src/libvlc.h:854
 msgid "Collect miscellaneous statistics."
 msgstr "Diverse Statistiken sammeln."
 
-#: src/libvlc.h:852
+#: src/libvlc.h:856
 msgid "Run as daemon process"
 msgstr "Als Daemon-Prozess laufen"
 
-#: src/libvlc.h:854
+#: src/libvlc.h:858
 msgid "Runs VLC as a background daemon process."
 msgstr "Führt VLC als Hintergrund-Daemon-Prozess aus."
 
-#: src/libvlc.h:856
+#: src/libvlc.h:860
 msgid "Write process id to file"
 msgstr "Prozess-ID in Datei schreiben"
 
-#: src/libvlc.h:858
+#: src/libvlc.h:862
 #, fuzzy
 msgid "Writes process id into specified file."
 msgstr "Schreibt die Prozess-ID in die angegebene Datei."
 
-#: src/libvlc.h:860
+#: src/libvlc.h:864
 msgid "Log to file"
 msgstr "Protokoll in Datei schreiben"
 
-#: src/libvlc.h:862
+#: src/libvlc.h:866
 msgid "Log all VLC messages to a text file."
 msgstr "Alle VLC Meldungen in eine Textdatei speichern"
 
-#: src/libvlc.h:864
+#: src/libvlc.h:868
 msgid "Log to syslog"
 msgstr "Meldungen in das Systemlogbuch"
 
-#: src/libvlc.h:866
+#: src/libvlc.h:870
 msgid "Log all VLC messages to syslog (UNIX systems)."
 msgstr "Sendet alle Meldungen von VLC in das Systemlogbuch (UNIX Systeme)"
 
-#: src/libvlc.h:868
+#: src/libvlc.h:872
 msgid "Allow only one running instance"
 msgstr "Nur eine laufende Instanz erlauben"
 
-#: src/libvlc.h:870
+#: src/libvlc.h:874
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
 "example if you associated VLC with some media types and you don't want a new "
@@ -2913,30 +2924,30 @@ msgstr ""
 "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:876
+#: src/libvlc.h:880
 msgid "VLC is started from file association"
 msgstr "VLC wird mittels einer Dateiassoziierung gestartet."
 
-#: src/libvlc.h:878
+#: src/libvlc.h:882
 msgid "Tell VLC that it is being launched due to a file association in the OS"
 msgstr ""
 "VLC mitteilen, dass es mittels einer Dateiassoziierung im System gestartet "
 "wurde."
 
-#: src/libvlc.h:881
+#: src/libvlc.h:885
 msgid "One instance when started from file"
 msgstr "Ein-Instanz-Modus benutzen, wenn über Datei gestartet"
 
-#: src/libvlc.h:883
+#: src/libvlc.h:887
 msgid "Allow only one running instance when started from file."
 msgstr ""
 "Erlaubt nur eine laufende Instanz, wenn VLC über eine Datei gestartet wurde."
 
-#: src/libvlc.h:885
+#: src/libvlc.h:889
 msgid "Increase the priority of the process"
 msgstr "Die Priorität des Prozesses erhöhen"
 
-#: src/libvlc.h:887
+#: src/libvlc.h:891
 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 "
@@ -2952,11 +2963,11 @@ msgstr ""
 "nehmen, wodurch das System auf keine Eingaben mehr reagieren würde, was "
 "eventuell einen Neustart Ihres Rechners erfordern wird."
 
-#: src/libvlc.h:894
+#: src/libvlc.h:898
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr "Schnelles Mutex auf NT/2K/XP (nur für Entwickler)"
 
-#: src/libvlc.h:896
+#: src/libvlc.h:900
 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 "
@@ -2967,11 +2978,11 @@ msgstr ""
 "auch die schnellere Win9x-Implementation benutzen, aber Sie werden "
 "vielleicht Probleme damit haben."
 
-#: src/libvlc.h:901
+#: src/libvlc.h:905
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr "Umgebungsvariablen-Implementation für Win9x (nur für Entwickler)"
 
-#: src/libvlc.h:904
+#: src/libvlc.h:908
 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 "
@@ -2985,13 +2996,13 @@ msgstr ""
 "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:913
+#: src/libvlc.h:917
 msgid "Enqueue items to playlist when in one instance mode"
 msgstr ""
 "Merkt sich den Titel zur Wiedergabe vor (wenn VLC nur einmal gleichzeitig "
 "gestartet werden soll)."
 
-#: src/libvlc.h:915
+#: src/libvlc.h:919
 msgid ""
 "When using the one instance only option, enqueue items to playlist and keep "
 "playing current item."
@@ -3000,7 +3011,7 @@ msgstr ""
 "Wiedergabeliste hinzugefügt; der aktuell laufende Titel wird dabei nicht "
 "unterbrochen."
 
-#: src/libvlc.h:924
+#: src/libvlc.h:928
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
@@ -3008,11 +3019,11 @@ msgstr ""
 "Diese Optionen legen das Verhalten der Wiedergabeliste fest. Einige von "
 "ihnen können im Wiedergabelistendialog überschrieben werden."
 
-#: src/libvlc.h:927
+#: src/libvlc.h:931
 msgid "Automatically preparse files"
 msgstr "Automatisch "
 
-#: src/libvlc.h:929
+#: src/libvlc.h:933
 msgid ""
 "Automatically preparse files added to the playlist (to retrieve some "
 "metadata)."
@@ -3020,11 +3031,11 @@ msgstr ""
 "Automatisch Titelinformation von Dateien laden, die zur Wiedergabeliste "
 "hinzugefügt wurden (Metadaten auslesen)."
 
-#: src/libvlc.h:932
+#: src/libvlc.h:936
 msgid "Services discovery modules"
 msgstr "Services discovery - Module"
 
-#: src/libvlc.h:934
+#: src/libvlc.h:938
 msgid ""
 "Specifies the services discovery modules to load, separated by semi-colons. "
 "Typical values are sap, hal, ..."
@@ -3032,45 +3043,55 @@ msgstr ""
 "Legt die zu ladenden Diensterkennungsmodule fest, getrennt durch Semikolons. "
 "Typische Werte sind sap, hal, ..."
 
-#: src/libvlc.h:937
+#: src/libvlc.h:941
 msgid "Play files randomly forever"
 msgstr "Dateien immer in zufälliger Reihenfolge abspielen"
 
-#: src/libvlc.h:939
+#: src/libvlc.h:943
 msgid "VLC will randomly play files in the playlist until interrupted."
 msgstr ""
 "VLC wird die Dateien der Wiedergabeliste in zufälliger Reihenfolge "
 "abspielen, bis es unterbrochen wird."
 
-#: src/libvlc.h:941
+#: src/libvlc.h:945
 msgid "Repeat all"
 msgstr "Alle wiederholen"
 
-#: src/libvlc.h:943
+#: src/libvlc.h:947
 msgid "VLC will keep playing the playlist indefinitely."
 msgstr "VLC wird die Wiedergabeliste unendlich lange abspielen."
 
-#: src/libvlc.h:945
+#: src/libvlc.h:949
 msgid "Repeat current item"
 msgstr "Aktuelles Objekt wiederholen"
 
-#: src/libvlc.h:947
+#: src/libvlc.h:951
 msgid "VLC will keep playing the current playlist item."
 msgstr "VLC wird das aktuelle Wiedergabelistenobjekt immer wieder wiederholen."
 
-#: src/libvlc.h:949
+#: src/libvlc.h:953
 msgid "Play and stop"
 msgstr "Abspielen und Stoppen"
 
-#: src/libvlc.h:951
+#: src/libvlc.h:955
 msgid "Stop the playlist after each played playlist item."
 msgstr "Stoppt die Wiedergabeliste nach jedem gespielten Objekt."
 
-#: src/libvlc.h:953
+#: src/libvlc.h:957
+#, fuzzy
+msgid "Play and exit"
+msgstr "Abspielen und Stoppen"
+
+#: src/libvlc.h:959
+#, fuzzy
+msgid "Exit if there are no more items in the playlist."
+msgstr "Keine Objekte in der Wiedergabeliste"
+
+#: src/libvlc.h:961
 msgid "Use media library"
 msgstr "Medienbibliothek benutzen"
 
-#: src/libvlc.h:955
+#: src/libvlc.h:963
 msgid ""
 "The media library is automatically saved and reloaded each time you start "
 "VLC."
@@ -3078,11 +3099,11 @@ msgstr ""
 "Die Medienbibliothek wird automatisch gespeichert und jedes Mal wieder "
 "geladen, wenn VLC gestartet wird."
 
-#: src/libvlc.h:958
+#: src/libvlc.h:966
 msgid "Use playlist tree"
 msgstr "Wiedergabelistenbaum benutzen"
 
-#: src/libvlc.h:960
+#: src/libvlc.h:968
 msgid ""
 "The playlist can use a tree to categorize some items, like the contents of a "
 "directory. \"Default\" means that the tree will only be used when really "
@@ -3092,109 +3113,109 @@ msgstr ""
 "z.B. die Inhalte eines Ordners. \"Standard\" bedeutet, dass der Baum nur "
 "benutzt wird, wenn er wirklich gebraucht wird."
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 msgid "Always"
 msgstr "Immer"
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 msgid "Never"
 msgstr "Nie"
 
-#: src/libvlc.h:973
+#: src/libvlc.h:981
 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:976 src/video_output/vout_intf.c:408
+#: src/libvlc.h:984 src/video_output/vout_intf.c:408
 #: modules/gui/beos/VideoOutput.cpp:1057 modules/gui/macosx/applescript.m:126
-#: modules/gui/macosx/controls.m:338 modules/gui/macosx/controls.m:754
-#: modules/gui/macosx/controls.m:784 modules/gui/macosx/embeddedwindow.m:44
+#: modules/gui/macosx/controls.m:344 modules/gui/macosx/controls.m:760
+#: modules/gui/macosx/controls.m:790 modules/gui/macosx/embeddedwindow.m:44
 #: modules/gui/macosx/intf.m:497 modules/gui/macosx/intf.m:573
 #: modules/gui/macosx/intf.m:629
 msgid "Fullscreen"
 msgstr "Vollbild"
 
-#: src/libvlc.h:977
+#: src/libvlc.h:985
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr "Wählen Sie den Hotkey zum Umschalten des Vollbildstatuses."
 
-#: src/libvlc.h:978 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
+#: src/libvlc.h:986 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
 #: modules/gui/wxwidgets/interface.cpp:1504
 msgid "Play/Pause"
 msgstr "Abspielen/Pause"
 
-#: src/libvlc.h:979
+#: src/libvlc.h:987
 msgid "Select the hotkey to use to swap paused state."
 msgstr "Wählen Sie den Hotkey zum Umschalten des Pause-Statuses."
 
-#: src/libvlc.h:980
+#: src/libvlc.h:988
 msgid "Pause only"
 msgstr "Nur Pause"
 
-#: src/libvlc.h:981
+#: src/libvlc.h:989
 msgid "Select the hotkey to use to pause."
 msgstr "Wählen Sie den Hotkey zum Pausieren."
 
-#: src/libvlc.h:982
+#: src/libvlc.h:990
 msgid "Play only"
 msgstr "Nur Abspielen"
 
-#: src/libvlc.h:983
+#: src/libvlc.h:991
 msgid "Select the hotkey to use to play."
 msgstr "Wählen Sie den Hotkey zum Abspielen."
 
-#: src/libvlc.h:984 modules/control/hotkeys.c:713
-#: modules/gui/macosx/controls.m:687 modules/gui/macosx/intf.m:538
+#: src/libvlc.h:992 modules/control/hotkeys.c:713
+#: modules/gui/macosx/controls.m:693 modules/gui/macosx/intf.m:538
 #: modules/gui/wxwidgets/interface.cpp:695
 msgid "Faster"
 msgstr "Schneller"
 
-#: src/libvlc.h:985
+#: src/libvlc.h:993
 msgid "Select the hotkey to use for fast forward playback."
 msgstr "Wählen Sie den Hotkey zum Vorspulen."
 
-#: src/libvlc.h:986 modules/control/hotkeys.c:721
-#: modules/gui/macosx/controls.m:688 modules/gui/macosx/intf.m:539
+#: src/libvlc.h:994 modules/control/hotkeys.c:721
+#: modules/gui/macosx/controls.m:694 modules/gui/macosx/intf.m:539
 #: modules/gui/wxwidgets/interface.cpp:694
 msgid "Slower"
 msgstr "Langsamer"
 
-#: src/libvlc.h:987
+#: src/libvlc.h:995
 msgid "Select the hotkey to use for slow motion playback."
 msgstr "Wählen Sie den Hotkey zur Verlangsamung der Wiedergabe."
 
-#: src/libvlc.h:988 modules/control/hotkeys.c:680
-#: modules/gui/macosx/controls.m:708 modules/gui/macosx/intf.m:496
+#: src/libvlc.h:996 modules/control/hotkeys.c:680
+#: modules/gui/macosx/controls.m:714 modules/gui/macosx/intf.m:496
 #: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:617
 #: modules/gui/macosx/intf.m:625 modules/gui/macosx/wizard.m:313
 #: modules/gui/macosx/wizard.m:364 modules/gui/macosx/wizard.m:1606
 #: modules/gui/wxwidgets/interface.cpp:693
 #: modules/gui/wxwidgets/interface.cpp:1509
-#: modules/gui/wxwidgets/menus.cpp:258
+#: modules/gui/wxwidgets/menus.cpp:259
 msgid "Next"
 msgstr "Nächstes"
 
-#: src/libvlc.h:989
+#: src/libvlc.h:997
 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."
 
-#: src/libvlc.h:990 modules/control/hotkeys.c:692
-#: modules/gui/macosx/controls.m:707 modules/gui/macosx/intf.m:491
+#: src/libvlc.h:998 modules/control/hotkeys.c:692
+#: modules/gui/macosx/controls.m:713 modules/gui/macosx/intf.m:491
 #: modules/gui/macosx/intf.m:540 modules/gui/macosx/intf.m:618
 #: modules/gui/macosx/intf.m:624 modules/gui/wxwidgets/interface.cpp:692
 #: modules/gui/wxwidgets/interface.cpp:1508
-#: modules/gui/wxwidgets/menus.cpp:257
+#: modules/gui/wxwidgets/menus.cpp:258
 msgid "Previous"
 msgstr "Vorheriges"
 
-#: src/libvlc.h:991
+#: src/libvlc.h:999
 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:992 modules/gui/macosx/controls.m:699
+#: src/libvlc.h:1000 modules/gui/macosx/controls.m:705
 #: modules/gui/macosx/intf.m:494 modules/gui/macosx/intf.m:537
 #: modules/gui/macosx/intf.m:616 modules/gui/macosx/intf.m:623
 #: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
@@ -3202,408 +3223,408 @@ msgstr ""
 #: modules/gui/wxwidgets/interface.cpp:676
 #: modules/gui/wxwidgets/interface.cpp:687
 #: modules/gui/wxwidgets/interface.cpp:1510
-#: modules/gui/wxwidgets/menus.cpp:256 modules/visualization/xosd.c:237
+#: modules/gui/wxwidgets/menus.cpp:257 modules/visualization/xosd.c:237
 msgid "Stop"
 msgstr "Stopp"
 
-#: src/libvlc.h:993
+#: src/libvlc.h:1001
 msgid "Select the hotkey to stop playback."
 msgstr "Wählen Sie den Hotkey zum Anhalten der Wiedergabe."
 
-#: src/libvlc.h:994 modules/gui/macosx/bookmarks.m:101
+#: src/libvlc.h:1002 modules/gui/macosx/bookmarks.m:101
 #: modules/gui/macosx/bookmarks.m:110 modules/gui/macosx/embeddedwindow.m:46
 #: modules/gui/macosx/intf.m:499 modules/video_filter/marq.c:122
 #: modules/video_filter/rss.c:174
 msgid "Position"
 msgstr "Position"
 
-#: src/libvlc.h:995
+#: src/libvlc.h:1003
 msgid "Select the hotkey to display the position."
 msgstr "Wählen Sie den Hotkey zum Anzeigen der Position."
 
-#: src/libvlc.h:997
+#: src/libvlc.h:1005
 msgid "Very short backwards jump"
 msgstr "Sehr kurzer Sprung zurück"
 
-#: src/libvlc.h:999
+#: src/libvlc.h:1007
 msgid "Select the hotkey to make a very short backwards jump."
 msgstr "Wählen Sie den Hotkey zum sehr kurzen Zurückspringen."
 
-#: src/libvlc.h:1000
+#: src/libvlc.h:1008
 msgid "Short backwards jump"
 msgstr "Kurz zurück springen"
 
-#: src/libvlc.h:1002
+#: src/libvlc.h:1010
 msgid "Select the hotkey to make a short backwards jump."
 msgstr "Wählen Sie den Hotkey um kurz rückwärts zu Springen."
 
-#: src/libvlc.h:1003
+#: src/libvlc.h:1011
 msgid "Medium backwards jump"
 msgstr "Sprung zurück"
 
-#: src/libvlc.h:1005
+#: src/libvlc.h:1013
 msgid "Select the hotkey to make a medium backwards jump."
 msgstr "Wählen Sie den Hotkey um einen mittleren Rückwärtssprung zu machen."
 
-#: src/libvlc.h:1006
+#: src/libvlc.h:1014
 msgid "Long backwards jump"
 msgstr "Lang Sprung zurück"
 
-#: src/libvlc.h:1008
+#: src/libvlc.h:1016
 msgid "Select the hotkey to make a long backwards jump."
 msgstr "Wählen Sie den Hotkey, um einen langen Rückwärtssprungen zu machen."
 
-#: src/libvlc.h:1010
+#: src/libvlc.h:1018
 msgid "Very short forward jump"
 msgstr "Sehr kurzer Sprung vorwärts"
 
-#: src/libvlc.h:1012
+#: src/libvlc.h:1020
 msgid "Select the hotkey to make a very short forward jump."
 msgstr "Wählen Sie den Hotkey, um sehr kurz voran zu springen."
 
-#: src/libvlc.h:1013
+#: src/libvlc.h:1021
 msgid "Short forward jump"
 msgstr "Kurzer Sprung voran"
 
-#: src/libvlc.h:1015
+#: src/libvlc.h:1023
 msgid "Select the hotkey to make a short forward jump."
 msgstr "Wählen Sie den Hotkey um einen kurzen Sprung voran zu machen."
 
-#: src/libvlc.h:1016
+#: src/libvlc.h:1024
 msgid "Medium forward jump"
 msgstr "Sprung vorwärts"
 
-#: src/libvlc.h:1018
+#: src/libvlc.h:1026
 msgid "Select the hotkey to make a medium forward jump."
 msgstr "Wählen Sie den Hotkey, um einen mittleren Sprung voran zu machen."
 
-#: src/libvlc.h:1019
+#: src/libvlc.h:1027
 msgid "Long forward jump"
 msgstr "Weit vorspringen"
 
-#: src/libvlc.h:1021
+#: src/libvlc.h:1029
 msgid "Select the hotkey to make a long forward jump."
 msgstr "Wählen Sie den Hotkey, um einen langen Sprung voran zu machen."
 
-#: src/libvlc.h:1023
+#: src/libvlc.h:1031
 msgid "Very short jump length"
 msgstr "'Sehr kurz vorspulen' Länge"
 
-#: src/libvlc.h:1024
+#: src/libvlc.h:1032
 msgid "Very short jump length, in seconds."
 msgstr "'Sehr kurz vorspulen' Länge in Sekunden"
 
-#: src/libvlc.h:1025
+#: src/libvlc.h:1033
 msgid "Short jump length"
 msgstr "'Kurz vorspulen' Länge"
 
-#: src/libvlc.h:1026
+#: src/libvlc.h:1034
 msgid "Short jump length, in seconds."
 msgstr "'Kurz vorspulen' Länge, in Sekunden"
 
-#: src/libvlc.h:1027
+#: src/libvlc.h:1035
 msgid "Medium jump length"
 msgstr "Vorspulen Länge"
 
-#: src/libvlc.h:1028
+#: src/libvlc.h:1036
 msgid "Medium jump length, in seconds."
 msgstr "Vorspulen Länge, in Sekunden"
 
-#: src/libvlc.h:1029
+#: src/libvlc.h:1037
 msgid "Long jump length"
 msgstr "Länge des langen Sprungs"
 
-#: src/libvlc.h:1030
+#: src/libvlc.h:1038
 msgid "Long jump length, in seconds."
 msgstr "'Weit vorspulen' Länge, in Sekunden"
 
-#: src/libvlc.h:1032 modules/control/hotkeys.c:258
+#: src/libvlc.h:1040 modules/control/hotkeys.c:258
 #: modules/gui/beos/InterfaceWindow.cpp:276
 msgid "Quit"
 msgstr "Beenden"
 
-#: src/libvlc.h:1033
+#: src/libvlc.h:1041
 msgid "Select the hotkey to quit the application."
 msgstr "Wählen Sie den Hotkey zum Beenden des Programms."
 
-#: src/libvlc.h:1034
+#: src/libvlc.h:1042
 msgid "Navigate up"
 msgstr "Nach oben bewegen"
 
-#: src/libvlc.h:1035
+#: src/libvlc.h:1043
 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:1036
+#: src/libvlc.h:1044
 msgid "Navigate down"
 msgstr "Nach unten bewegen"
 
-#: src/libvlc.h:1037
+#: src/libvlc.h:1045
 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:1038
+#: src/libvlc.h:1046
 msgid "Navigate left"
 msgstr "Nach links bewegen"
 
-#: src/libvlc.h:1039
+#: src/libvlc.h:1047
 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:1040
+#: src/libvlc.h:1048
 msgid "Navigate right"
 msgstr "Nach rechts bewegen"
 
-#: src/libvlc.h:1041
+#: src/libvlc.h:1049
 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."
 
-#: src/libvlc.h:1042
+#: src/libvlc.h:1050
 msgid "Activate"
 msgstr "Aktivieren"
 
-#: src/libvlc.h:1043
+#: src/libvlc.h:1051
 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."
 
-#: src/libvlc.h:1044
+#: src/libvlc.h:1052
 msgid "Go to the DVD menu"
 msgstr "Zum DVD-Menü gehen"
 
-#: src/libvlc.h:1045
+#: src/libvlc.h:1053
 msgid "Select the key to take you to the DVD menu"
 msgstr "Wählen Sie den Hotkey, der Sie zum DVD-Menü bringen wird."
 
-#: src/libvlc.h:1046
+#: src/libvlc.h:1054
 msgid "Select previous DVD title"
 msgstr "Vorherigen DVD-Titel auswählen"
 
-#: src/libvlc.h:1047
+#: src/libvlc.h:1055
 msgid "Select the key to choose the previous title from the DVD"
 msgstr "Wählen Sie den Hotkey, um den vorherigen DVD-Titel auszuwählen."
 
-#: src/libvlc.h:1048
+#: src/libvlc.h:1056
 msgid "Select next DVD title"
 msgstr "Den nächsten DVD-Titel wählen"
 
-#: src/libvlc.h:1049
+#: src/libvlc.h:1057
 msgid "Select the key to choose the next title from the DVD"
 msgstr "Wählen Sie den Hotkey, um den nächsten DVD-Titel auszuwählen."
 
-#: src/libvlc.h:1050
+#: src/libvlc.h:1058
 msgid "Select prev DVD chapter"
 msgstr "Vorheriges DVD-Kapitel auswählen"
 
-#: src/libvlc.h:1051
+#: src/libvlc.h:1059
 msgid "Select the key to choose the previous chapter from the DVD"
 msgstr "Wählen Sie den Hotkey, um das vorherige DVD-Kapitel auszuwählen."
 
-#: src/libvlc.h:1052
+#: src/libvlc.h:1060
 msgid "Select next DVD chapter"
 msgstr "Nächstes DVD-Kapitel auswählen"
 
-#: src/libvlc.h:1053
+#: src/libvlc.h:1061
 msgid "Select the key to choose the next chapter from the DVD"
 msgstr "Wählen Sie den Hotkey, um das nächste DVD-Kapitel auszuwählen."
 
-#: src/libvlc.h:1054
+#: src/libvlc.h:1062
 msgid "Volume up"
 msgstr "Lauter"
 
-#: src/libvlc.h:1055
+#: src/libvlc.h:1063
 msgid "Select the key to increase audio volume."
 msgstr "Wählen Sie den Hotkey zum Erhöhen der Lautstärke."
 
-#: src/libvlc.h:1056
+#: src/libvlc.h:1064
 msgid "Volume down"
 msgstr "Leiser"
 
-#: src/libvlc.h:1057
+#: src/libvlc.h:1065
 msgid "Select the key to decrease audio volume."
 msgstr "Wählen Sie den Hotkey zum Verringern der Lautstärke."
 
-#: src/libvlc.h:1058 modules/gui/macosx/controls.m:744
+#: src/libvlc.h:1066 modules/gui/macosx/controls.m:750
 #: modules/gui/macosx/intf.m:558 modules/gui/macosx/intf.m:619
 #: modules/gui/macosx/intf.m:628
 msgid "Mute"
 msgstr "Ton aus"
 
-#: src/libvlc.h:1059
+#: src/libvlc.h:1067
 msgid "Select the key to mute audio."
 msgstr "Wählen Sie den Hotkey, um den Ton stumm zu schalten."
 
-#: src/libvlc.h:1060
+#: src/libvlc.h:1068
 msgid "Subtitle delay up"
 msgstr "Untertitelverzögerung erhöhen"
 
-#: src/libvlc.h:1061
+#: src/libvlc.h:1069
 msgid "Select the key to increase the subtitle delay."
 msgstr "Wählen Sie den Hotkey zur Erhöhung der Untertitelverzögerung."
 
-#: src/libvlc.h:1062
+#: src/libvlc.h:1070
 msgid "Subtitle delay down"
 msgstr "Untertitelverzögerung verringern"
 
-#: src/libvlc.h:1063
+#: src/libvlc.h:1071
 msgid "Select the key to decrease the subtitle delay."
 msgstr "Wählen Sie den Hotkey zur Verringerung der Untertitelverzögerung."
 
-#: src/libvlc.h:1064
+#: src/libvlc.h:1072
 msgid "Audio delay up"
 msgstr "Audioverzögerung erhöhen"
 
-#: src/libvlc.h:1065
+#: src/libvlc.h:1073
 msgid "Select the key to increase the audio delay."
 msgstr "Wählen Sie die Taste zur Erhöhung der Audioverzögerung."
 
-#: src/libvlc.h:1066
+#: src/libvlc.h:1074
 msgid "Audio delay down"
 msgstr "Audioverzögerung verringern"
 
-#: src/libvlc.h:1067
+#: src/libvlc.h:1075
 msgid "Select the key to decrease the audio delay."
 msgstr "Wählen Sie die Taste zur Verringerung der Audioverzögerung."
 
-#: src/libvlc.h:1068
+#: src/libvlc.h:1076
 msgid "Play playlist bookmark 1"
 msgstr "Wiedergabelistenlesezeichen 1 abspielen"
 
-#: src/libvlc.h:1069
+#: src/libvlc.h:1077
 msgid "Play playlist bookmark 2"
 msgstr "Wiedergabelistenlesezeichen 2 abspielen"
 
-#: src/libvlc.h:1070
+#: src/libvlc.h:1078
 msgid "Play playlist bookmark 3"
 msgstr "Wiedergabelistenlesezeichen 3 abspielen"
 
-#: src/libvlc.h:1071
+#: src/libvlc.h:1079
 msgid "Play playlist bookmark 4"
 msgstr "Wiedergabelistenlesezeichen 4 abspielen"
 
-#: src/libvlc.h:1072
+#: src/libvlc.h:1080
 msgid "Play playlist bookmark 5"
 msgstr "Wiedergabelistenlesezeichen 5 abspielen"
 
-#: src/libvlc.h:1073
+#: src/libvlc.h:1081
 msgid "Play playlist bookmark 6"
 msgstr "Wiedergabelistenlesezeichen 6 abspielen"
 
-#: src/libvlc.h:1074
+#: src/libvlc.h:1082
 msgid "Play playlist bookmark 7"
 msgstr "Wiedergabelistenlesezeichen 7 abspielen"
 
-#: src/libvlc.h:1075
+#: src/libvlc.h:1083
 msgid "Play playlist bookmark 8"
 msgstr "Wiedergabelistenlesezeichen 8 abspielen"
 
-#: src/libvlc.h:1076
+#: src/libvlc.h:1084
 msgid "Play playlist bookmark 9"
 msgstr "Wiedergabelistenlesezeichen 9 abspielen"
 
-#: src/libvlc.h:1077
+#: src/libvlc.h:1085
 msgid "Play playlist bookmark 10"
 msgstr "Wiedergabelistenlesezeichen 10 abspielen"
 
-#: src/libvlc.h:1078
+#: src/libvlc.h:1086
 msgid "Select the key to play this bookmark."
 msgstr "Wählen Sie den Hotkey zur Wiedergabe dieses Lesezeichens."
 
-#: src/libvlc.h:1079
+#: src/libvlc.h:1087
 msgid "Set playlist bookmark 1"
 msgstr "Wiedergabelistenlesezeichen 1 festlegen"
 
-#: src/libvlc.h:1080
+#: src/libvlc.h:1088
 msgid "Set playlist bookmark 2"
 msgstr "Wiedergabelistenlesezeichen 2 festlegen"
 
-#: src/libvlc.h:1081
+#: src/libvlc.h:1089
 msgid "Set playlist bookmark 3"
 msgstr "Wiedergabelistenlesezeichen 3 festlegen"
 
-#: src/libvlc.h:1082
+#: src/libvlc.h:1090
 msgid "Set playlist bookmark 4"
 msgstr "Wiedergabelistenlesezeichen 4 festlegen"
 
-#: src/libvlc.h:1083
+#: src/libvlc.h:1091
 msgid "Set playlist bookmark 5"
 msgstr "Wiedergabelistenlesezeichen 5 festlegen"
 
-#: src/libvlc.h:1084
+#: src/libvlc.h:1092
 msgid "Set playlist bookmark 6"
 msgstr "Wiedergabelistenlesezeichen 6 festlegen"
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1093
 msgid "Set playlist bookmark 7"
 msgstr "Wiedergabelistenlesezeichen 7 festlegen"
 
-#: src/libvlc.h:1086
+#: src/libvlc.h:1094
 msgid "Set playlist bookmark 8"
 msgstr "Wiedergabelistenlesezeichen 8 festlegen"
 
-#: src/libvlc.h:1087
+#: src/libvlc.h:1095
 msgid "Set playlist bookmark 9"
 msgstr "Wiedergabelistenlesezeichen 9 festlegen"
 
-#: src/libvlc.h:1088
+#: src/libvlc.h:1096
 msgid "Set playlist bookmark 10"
 msgstr "Wiedergabelistenlesezeichen 10 festlegen"
 
-#: src/libvlc.h:1089
+#: src/libvlc.h:1097
 msgid "Select the key to set this playlist bookmark."
 msgstr ""
 "Wählen Sie den Hotkey zum Festlegen dieses Wiedergabelistenlesezeichens."
 
-#: src/libvlc.h:1091 modules/control/hotkeys.c:84
+#: src/libvlc.h:1099 modules/control/hotkeys.c:84
 msgid "Playlist bookmark 1"
 msgstr "Wiedergabelisten-Lesezeichen 1"
 
-#: src/libvlc.h:1092 modules/control/hotkeys.c:85
+#: src/libvlc.h:1100 modules/control/hotkeys.c:85
 msgid "Playlist bookmark 2"
 msgstr "Wiedergabelisten-Lesezeichen 2"
 
-#: src/libvlc.h:1093 modules/control/hotkeys.c:86
+#: src/libvlc.h:1101 modules/control/hotkeys.c:86
 msgid "Playlist bookmark 3"
 msgstr "Wiedergabelisten-Lesezeichen 3"
 
-#: src/libvlc.h:1094 modules/control/hotkeys.c:87
+#: src/libvlc.h:1102 modules/control/hotkeys.c:87
 msgid "Playlist bookmark 4"
 msgstr "Wiedergabelisten-Lesezeichen 4"
 
-#: src/libvlc.h:1095 modules/control/hotkeys.c:88
+#: src/libvlc.h:1103 modules/control/hotkeys.c:88
 msgid "Playlist bookmark 5"
 msgstr "Wiedergabelisten-Lesezeichen 5"
 
-#: src/libvlc.h:1096 modules/control/hotkeys.c:89
+#: src/libvlc.h:1104 modules/control/hotkeys.c:89
 msgid "Playlist bookmark 6"
 msgstr "Wiedergabelisten-Lesezeichen 6"
 
-#: src/libvlc.h:1097 modules/control/hotkeys.c:90
+#: src/libvlc.h:1105 modules/control/hotkeys.c:90
 msgid "Playlist bookmark 7"
 msgstr "Wiedergabelisten-Lesezeichen 7"
 
-#: src/libvlc.h:1098 modules/control/hotkeys.c:91
+#: src/libvlc.h:1106 modules/control/hotkeys.c:91
 msgid "Playlist bookmark 8"
 msgstr "Wiedergabelisten-Lesezeichen 8"
 
-#: src/libvlc.h:1099 modules/control/hotkeys.c:92
+#: src/libvlc.h:1107 modules/control/hotkeys.c:92
 msgid "Playlist bookmark 9"
 msgstr "Wiedergabelisten-Lesezeichen 9"
 
-#: src/libvlc.h:1100 modules/control/hotkeys.c:93
+#: src/libvlc.h:1108 modules/control/hotkeys.c:93
 msgid "Playlist bookmark 10"
 msgstr "Wiedergabelisten-Lesezeichen 10"
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1110
 msgid "This allows you to define playlist bookmarks."
 msgstr "Dies erlaubt Ihnen Wiedergabelistenlesezeichen festzulegen."
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1112
 msgid "Go back in browsing history"
 msgstr "Im Durchsuchungsverlauf zurückgehen"
 
-#: src/libvlc.h:1105
+#: src/libvlc.h:1113
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
@@ -3611,11 +3632,11 @@ msgstr ""
 "Wählen Sie den Hotkey, um im Durchsuchungsverlauf (zum vorherigen "
 "Medienobjekt) zurückzugehen."
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1114
 msgid "Go forward in browsing history"
 msgstr "Im Durchsuchungsverlauf vorwärtsgehen"
 
-#: src/libvlc.h:1107
+#: src/libvlc.h:1115
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
@@ -3623,120 +3644,120 @@ msgstr ""
 "Wählen Sie den Hotkey, um im Durchsuchungsverlauf (zum nächsten "
 "Medienobjekt) vorwärts zugehen."
 
-#: src/libvlc.h:1109
+#: src/libvlc.h:1117
 msgid "Cycle audio track"
 msgstr "Audiospur tauschen"
 
-#: src/libvlc.h:1110
+#: src/libvlc.h:1118
 msgid "Cycle through the available audio tracks(languages)."
 msgstr "Durch die verfügbaren Audiospuren (Sprachen) blättern."
 
-#: src/libvlc.h:1111
+#: src/libvlc.h:1119
 msgid "Cycle subtitle track"
 msgstr "Untertitelspur tauschen"
 
-#: src/libvlc.h:1112
+#: src/libvlc.h:1120
 msgid "Cycle through the available subtitle tracks."
 msgstr "Durch die verfügbaren Untertitelspuren blättern."
 
-#: src/libvlc.h:1113
+#: src/libvlc.h:1121
 msgid "Cycle source aspect ratio"
 msgstr "Durch die verfügbaren Bildseitenverhältnisse blättern."
 
-#: src/libvlc.h:1114
+#: src/libvlc.h:1122
 msgid "Cycle through a predefined list of source aspect ratios."
 msgstr "Durch eine vorgegebene Liste von Bildseitenverhältnissen blättern."
 
-#: src/libvlc.h:1115
+#: src/libvlc.h:1123
 msgid "Cycle video crop"
 msgstr "Durch verschiedene Videobeschneiden wechseln."
 
-#: src/libvlc.h:1116
+#: src/libvlc.h:1124
 msgid "Cycle through a predefined list of crop formats."
 msgstr "Durch eine vorgegebene Liste von Beschneidungsformaten blättern."
 
-#: src/libvlc.h:1117
+#: src/libvlc.h:1125
 msgid "Cycle deinterlace modes"
 msgstr "Durch Deinterlace-Modi blättern"
 
-#: src/libvlc.h:1118
+#: src/libvlc.h:1126
 msgid "Cycle through deinterlace modes."
 msgstr "Durch vorgegebene Deinterlace-Modi blättern."
 
-#: src/libvlc.h:1119
+#: src/libvlc.h:1127
 msgid "Show interface"
 msgstr "Interface anzeigen"
 
-#: src/libvlc.h:1120
+#: src/libvlc.h:1128
 msgid "Raise the interface above all other windows."
 msgstr "Das Interface über alle anderen Fenster heben."
 
-#: src/libvlc.h:1121
+#: src/libvlc.h:1129
 msgid "Hide interface"
 msgstr "Interface ausblenden"
 
-#: src/libvlc.h:1122
+#: src/libvlc.h:1130
 msgid "Lower the interface below all other windows."
 msgstr "Das Interface unter alle anderen Fenster schieben."
 
-#: src/libvlc.h:1123
+#: src/libvlc.h:1131
 msgid "Take video snapshot"
 msgstr "Videoschnappschuss machen"
 
-#: src/libvlc.h:1124
+#: src/libvlc.h:1132
 msgid "Takes a video snapshot and writes it to disk."
 msgstr "Macht einen Schnappschuss des Videos und speichert ihn."
 
-#: src/libvlc.h:1126 modules/access_filter/record.c:51
+#: src/libvlc.h:1134 modules/access_filter/record.c:51
 #: modules/access_filter/record.c:52
 msgid "Record"
 msgstr "Aufnehmen"
 
-#: src/libvlc.h:1127
+#: src/libvlc.h:1135
 msgid "Record access filter start/stop."
 msgstr "Aufnahme-Accessfilter starten/stoppen."
 
-#: src/libvlc.h:1129 src/libvlc.h:1130 src/video_output/vout_intf.c:211
+#: src/libvlc.h:1137 src/libvlc.h:1138 src/video_output/vout_intf.c:211
 msgid "Zoom"
 msgstr "Zoomen"
 
-#: src/libvlc.h:1132 src/libvlc.h:1133
+#: src/libvlc.h:1140 src/libvlc.h:1141
 msgid "Un-Zoom"
 msgstr "Verkleinern"
 
-#: src/libvlc.h:1135 src/libvlc.h:1136
+#: src/libvlc.h:1143 src/libvlc.h:1144
 msgid "Crop one pixel from the top of the video"
 msgstr "(Weitere) Pixelzeile oben verstecken"
 
-#: src/libvlc.h:1137 src/libvlc.h:1138
+#: src/libvlc.h:1145 src/libvlc.h:1146
 msgid "Uncrop one pixel from the top of the video"
 msgstr "(Weitere) Pixelzeile oben anzeigen"
 
-#: src/libvlc.h:1140 src/libvlc.h:1141
+#: src/libvlc.h:1148 src/libvlc.h:1149
 msgid "Crop one pixel from the left of the video"
 msgstr "(Weitere) Pixelspalte links verstecken"
 
-#: src/libvlc.h:1142 src/libvlc.h:1143
+#: src/libvlc.h:1150 src/libvlc.h:1151
 msgid "Uncrop one pixel from the left of the video"
 msgstr "(Weitere) Pixelspalte links anzeigen"
 
-#: src/libvlc.h:1145 src/libvlc.h:1146
+#: src/libvlc.h:1153 src/libvlc.h:1154
 msgid "Crop one pixel from the bottom of the video"
 msgstr "(Weitere) Pixelzeile unten verstecken"
 
-#: src/libvlc.h:1147 src/libvlc.h:1148
+#: src/libvlc.h:1155 src/libvlc.h:1156
 msgid "Uncrop one pixel from the bottom of the video"
 msgstr "(Weitere) Pixelzeile unten anzeigen"
 
-#: src/libvlc.h:1150 src/libvlc.h:1151
+#: src/libvlc.h:1158 src/libvlc.h:1159
 msgid "Crop one pixel from the right of the video"
 msgstr "(Weitere) Pixelspalte rechts verstecken"
 
-#: src/libvlc.h:1152 src/libvlc.h:1153
+#: src/libvlc.h:1160 src/libvlc.h:1161
 msgid "Uncrop one pixel from the right of the video"
 msgstr "(Weitere) Pixelspalte rechts anzeigen"
 
-#: src/libvlc.h:1157
+#: src/libvlc.h:1165
 #, c-format
 msgid ""
 "Usage: %s [options] [stream] ...\n"
@@ -3805,59 +3826,59 @@ msgstr ""
 "Wiedergabe                                   für eine gewisse Zeit\n"
 "  vlc:quit                       VLC beenden\n"
 
-#: src/libvlc.h:1267 src/video_output/vout_intf.c:420
-#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:753
+#: src/libvlc.h:1277 src/video_output/vout_intf.c:420
+#: modules/gui/macosx/controls.m:328 modules/gui/macosx/controls.m:759
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:630
 #: modules/video_output/snapshot.c:76
 msgid "Snapshot"
 msgstr "Schnappschuss"
 
-#: src/libvlc.h:1280
+#: src/libvlc.h:1290
 msgid "Window properties"
 msgstr "Fenstereigenschaften"
 
-#: src/libvlc.h:1325
+#: src/libvlc.h:1335
 msgid "Subpictures"
 msgstr "Unterbilder"
 
-#: src/libvlc.h:1332 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
+#: src/libvlc.h:1342 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
 #: modules/gui/beos/InterfaceWindow.cpp:279
 msgid "Subtitles"
 msgstr "Untertitel"
 
-#: src/libvlc.h:1349 modules/stream_out/transcode.c:151
+#: src/libvlc.h:1359 modules/stream_out/transcode.c:151
 msgid "Overlays"
 msgstr "Ãœberlagert"
 
-#: src/libvlc.h:1359
+#: src/libvlc.h:1369
 msgid "Track settings"
 msgstr "Track-Einstellungen"
 
-#: src/libvlc.h:1381
+#: src/libvlc.h:1391
 msgid "Playback control"
 msgstr "Wiedergabesteuerung"
 
-#: src/libvlc.h:1396
+#: src/libvlc.h:1406
 msgid "Default devices"
 msgstr "Standardgeräte"
 
-#: src/libvlc.h:1405
+#: src/libvlc.h:1415
 msgid "Network settings"
 msgstr "Netzwerkeinstellungen"
 
-#: src/libvlc.h:1417
+#: src/libvlc.h:1427
 msgid "Socks proxy"
 msgstr "SOCKS-Proxy"
 
-#: src/libvlc.h:1426
+#: src/libvlc.h:1436
 msgid "Metadata"
 msgstr "Metadaten"
 
-#: src/libvlc.h:1456
+#: src/libvlc.h:1466
 msgid "Decoders"
 msgstr "Dekoder"
 
-#: src/libvlc.h:1463 modules/access/v4l2.c:56
+#: src/libvlc.h:1473 modules/access/v4l2.c:56
 #: modules/gui/macosx/playlistinfo.m:80
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:265
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:378
@@ -3865,84 +3886,84 @@ msgstr "Dekoder"
 msgid "Input"
 msgstr "Input"
 
-#: src/libvlc.h:1499 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
+#: src/libvlc.h:1509 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
 msgid "VLM"
 msgstr "VLM"
 
-#: src/libvlc.h:1530
+#: src/libvlc.h:1540
 msgid "CPU"
 msgstr "CPU"
 
-#: src/libvlc.h:1552
+#: src/libvlc.h:1562
 msgid "Special modules"
 msgstr "Spezialmodule"
 
-#: src/libvlc.h:1559
+#: src/libvlc.h:1569
 msgid "Plugins"
 msgstr "Module"
 
-#: src/libvlc.h:1567
+#: src/libvlc.h:1577
 msgid "Performance options"
 msgstr "Performanceoptionen"
 
-#: src/libvlc.h:1700
+#: src/libvlc.h:1714
 msgid "Hot keys"
 msgstr "Hotkeys"
 
-#: src/libvlc.h:2011
+#: src/libvlc.h:2025
 msgid "Jump sizes"
 msgstr "Sprunggrößen"
 
-#: src/libvlc.h:2090
+#: src/libvlc.h:2104
 msgid "main program"
 msgstr "Hauptprogramm"
 
-#: src/libvlc.h:2097
+#: src/libvlc.h:2111
 msgid "print help for VLC (can be combined with --advanced)"
 msgstr "Hilfe für VLC ausgeben (kann mit --advanced kombiniert werden)"
 
-#: src/libvlc.h:2099
+#: src/libvlc.h:2113
 msgid ""
 "print help for VLC and all its modules (can be combined with --advanced)"
 msgstr ""
 "Hilfe für VLC und alle Module ausgeben (kann mit --advanced kombiniert "
 "werden)"
 
-#: src/libvlc.h:2101
+#: src/libvlc.h:2115
 msgid "print help for the advanced options"
 msgstr "Hilfe für die erweiterten Optionen ausgeben"
 
-#: src/libvlc.h:2103
+#: src/libvlc.h:2117
 msgid "ask for extra verbosity when displaying help"
 msgstr "Nach besonderer Ausführlichkeit fragen, wenn Hilfe angezeigt wird"
 
-#: src/libvlc.h:2105
+#: src/libvlc.h:2119
 msgid "print a list of available modules"
 msgstr "Liste aller verfügbaren Plugins ausgeben"
 
-#: src/libvlc.h:2107
+#: src/libvlc.h:2121
 msgid "print help on a specific module (can be combined with --advanced)"
 msgstr ""
 "Hilfe über ein bestimmtes Modul ausgeben (kann mit --advanced kombiniert "
 "werden)"
 
-#: src/libvlc.h:2109
+#: src/libvlc.h:2123
 msgid "save the current command line options in the config"
 msgstr "Die derzeitigen Befehlszeilenoptionen in den Einstellungen speichern"
 
-#: src/libvlc.h:2111
+#: src/libvlc.h:2125
 msgid "reset the current config to the default values"
 msgstr "Die derzeitigen Einstellungen auf die Standardwerte zurücksetzen"
 
-#: src/libvlc.h:2113
+#: src/libvlc.h:2127
 msgid "use alternate config file"
 msgstr "alternative Einstellungsdatei benutzen"
 
-#: src/libvlc.h:2115
+#: src/libvlc.h:2129
 msgid "resets the current plugins cache"
 msgstr "Den derzeitigen Plugin-Cache zurücksetzen"
 
-#: src/libvlc.h:2117
+#: src/libvlc.h:2131
 msgid "print version information"
 msgstr "Versionsinformationen ausgeben"
 
@@ -4551,7 +4572,8 @@ msgstr "Unbekannt"
 msgid "Media: %s"
 msgstr "Medium: %s"
 
-#: src/playlist/engine.c:92 src/playlist/engine.c:94
+#: src/playlist/engine.c:104 src/playlist/engine.c:106
+#: src/playlist/loadsave.c:149
 msgid "Media Library"
 msgstr "Medienbibliothek"
 
@@ -4610,17 +4632,8 @@ msgstr "Beschneiden"
 msgid "Aspect-ratio"
 msgstr "Seitenverhältnis"
 
-#: modules/access/cdda/access.c:293
-msgid "CD reading failed"
-msgstr ""
-
-#: modules/access/cdda/access.c:294
-#, c-format
-msgid "VLC could not get a new block of size: %i."
-msgstr ""
-
 #: modules/access/cdda.c:58 modules/access/dshow/dshow.cpp:91
-#: modules/access/dvb/access.c:73 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:73
 #: modules/access/dvdnav.c:64 modules/access/dvdread.c:62
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:43
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4677,7 +4690,16 @@ msgstr "Audio CD - Titel"
 msgid "Audio CD - Track %i"
 msgstr "Audio CD - Titel %i"
 
-#: modules/access/cdda/cdda.c:42 modules/access/directory.c:77
+#: modules/access/cdda/access.c:293
+msgid "CD reading failed"
+msgstr ""
+
+#: modules/access/cdda/access.c:294
+#, c-format
+msgid "VLC could not get a new block of size: %i."
+msgstr ""
+
+#: modules/access/cdda/cdda.c:42 modules/access/directory.c:78
 #: modules/codec/x264.c:280 modules/codec/x264.c:287 modules/codec/x264.c:292
 msgid "none"
 msgstr "gar nicht"
@@ -4980,11 +5002,11 @@ msgstr "MRL"
 msgid "Track Number"
 msgstr "Titel-Nummer"
 
-#: modules/access/directory.c:69
+#: modules/access/directory.c:70
 msgid "Subdirectory behavior"
 msgstr "Unterverzeichnisverhalten"
 
-#: modules/access/directory.c:71
+#: modules/access/directory.c:72
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -4997,19 +5019,19 @@ msgstr ""
 "aufgefächert.\n"
 "expand: Unterverzeichnisse werden aufgefächert.\n"
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:78
 msgid "collapse"
 msgstr "verbergen"
 
-#: modules/access/directory.c:78
+#: modules/access/directory.c:79
 msgid "expand"
 msgstr "auffächern"
 
-#: modules/access/directory.c:80
+#: modules/access/directory.c:81
 msgid "Ignored extensions"
 msgstr "Endungen ignorieren"
 
-#: modules/access/directory.c:82
+#: modules/access/directory.c:83
 msgid ""
 "Files with these extensions will not be added to playlist when opening a "
 "directory.\n"
@@ -5022,11 +5044,11 @@ msgstr ""
 "Playlist-Dateien enthalten. Benutzen Sie eine durch Kommata getrennte Liste "
 "von Endungen."
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:90
 msgid "Directory"
 msgstr "Verzeichnis"
 
-#: modules/access/directory.c:91
+#: modules/access/directory.c:92
 msgid "Standard filesystem directory input"
 msgstr "Standard-Dateisystem für Ordner-Input"
 
@@ -5259,6 +5281,18 @@ msgstr ""
 msgid "The capture device \"%s\" does not support the required parameters."
 msgstr ""
 
+#: modules/access/dv.c:70
+msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
+msgstr "Cachewert für DV-Streams. Dieser Wert sollte in Millisekunden sein."
+
+#: modules/access/dv.c:74
+msgid "Digital Video (Firewire/ieee1394)  input"
+msgstr "Digitaler Video Eingang (Firewire/ieee1394) "
+
+#: modules/access/dv.c:75
+msgid "dv"
+msgstr "dv"
+
 #: modules/access/dvb/access.c:75
 msgid ""
 "Caching value for DVB streams. This value should be set in milliseconds."
@@ -5528,18 +5562,6 @@ msgstr "Lautstärkennormalisierung"
 msgid "The provided polarization \"%c\" is not valid."
 msgstr ""
 
-#: modules/access/dv.c:70
-msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
-msgstr "Cachewert für DV-Streams. Dieser Wert sollte in Millisekunden sein."
-
-#: modules/access/dv.c:74
-msgid "Digital Video (Firewire/ieee1394)  input"
-msgstr "Digitaler Video Eingang (Firewire/ieee1394) "
-
-#: modules/access/dv.c:75
-msgid "dv"
-msgstr "dv"
-
 #: modules/access/dvdnav.c:60 modules/access/dvdread.c:58
 msgid "DVD angle"
 msgstr "DVD-Winkel"
@@ -5761,71 +5783,26 @@ msgstr ""
 msgid "VLC could not open file \"%s\" (%s)."
 msgstr ""
 
-#: modules/access_filter/record.c:43
-msgid "Record directory"
-msgstr "Aufnahmeverzeichnis"
+#: modules/access/ftp.c:45
+msgid ""
+"Caching value for FTP streams. This value should be set in milliseconds."
+msgstr "Cachewert für FTP-Streams. Dieser Wert sollte in Millisekunden sein."
 
-#: modules/access_filter/record.c:45
-msgid "Directory where the record will be stored."
-msgstr "Verzeichnis, in dem die Aufnahmen gespeichert werden."
+#: modules/access/ftp.c:47
+msgid "FTP user name"
+msgstr "FTP Benutzername"
 
-#: modules/access_filter/timeshift.c:44
-msgid "Timeshift granularity"
-msgstr "Timeshift-Granularität"
+#: modules/access/ftp.c:48 modules/access/smb.c:64
+msgid "User name that will be used for the connection."
+msgstr "Für die Verbindung benutzter Benutzername."
 
-#: modules/access_filter/timeshift.c:46
-msgid ""
-"This is the size of the temporary files tha will be used to store the "
-"timeshifted streams."
-msgstr ""
-"Dies ist die Größe der temporären Dateien für die Speicherung der timeshift-"
-"benutzenden Streams."
+#: modules/access/ftp.c:50
+msgid "FTP password"
+msgstr "FTP Passwort"
 
-#: modules/access_filter/timeshift.c:48
-msgid "Timeshift directory"
-msgstr "TimeShift-Verzeichnis"
-
-#: modules/access_filter/timeshift.c:49
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-"Verzeichnis, in dem die zeitversetzten Dateien temporär abgespeichert werden."
-
-#: modules/access_filter/timeshift.c:51
-msgid "Force use of the timeshift module"
-msgstr "Erzwingt die Benutzung des Timeshift-Moduls"
-
-#: modules/access_filter/timeshift.c:52
-msgid ""
-"Force use of the timeshift module even if the access declares that it can "
-"control pace or pause."
-msgstr ""
-"Erzwingt die Benutzung des Timeshift-Moduls, selbst wenn das Access-Modul "
-"vorgibt, dass Geschwindigkeit oder Pause kontrolliert werden können."
-
-#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
-msgid "Timeshift"
-msgstr "Timeshift"
-
-#: modules/access/ftp.c:45
-msgid ""
-"Caching value for FTP streams. This value should be set in milliseconds."
-msgstr "Cachewert für FTP-Streams. Dieser Wert sollte in Millisekunden sein."
-
-#: modules/access/ftp.c:47
-msgid "FTP user name"
-msgstr "FTP Benutzername"
-
-#: modules/access/ftp.c:48 modules/access/smb.c:64
-msgid "User name that will be used for the connection."
-msgstr "Für die Verbindung benutzter Benutzername."
-
-#: modules/access/ftp.c:50
-msgid "FTP password"
-msgstr "FTP Passwort"
-
-#: modules/access/ftp.c:51 modules/access/smb.c:67
-msgid "Password that will be used for the connection."
-msgstr "Für die Verbindung benutztes Passwort."
+#: modules/access/ftp.c:51 modules/access/smb.c:67
+msgid "Password that will be used for the connection."
+msgstr "Für die Verbindung benutztes Passwort."
 
 #: modules/access/ftp.c:53
 msgid "FTP account"
@@ -5973,397 +5950,145 @@ msgstr ""
 msgid "Microsoft Media Server (MMS) input"
 msgstr "Microsoft Media Server (MMS) Input"
 
-#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
-msgid "Dummy stream output"
-msgstr "Dummy-Streamausgabe"
+#: modules/access/pvr.c:49
+msgid ""
+"Default caching value for PVR streams. This value should be set in "
+"milliseconds."
+msgstr "Cachewert für PVR-Streams. Dieser Wert sollte in Millisekunden sein."
 
-#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
-msgid "Dummy"
-msgstr "Dummy"
+#: modules/access/pvr.c:52
+msgid "Device"
+msgstr "Device"
 
-#: modules/access_output/file.c:61
-msgid "Append to file"
-msgstr "An Datei anhängen"
+#: modules/access/pvr.c:53
+msgid "PVR video device"
+msgstr "PVR-Videodevice"
 
-#: modules/access_output/file.c:62
-msgid "Append to file if it exists instead of replacing it."
-msgstr "An Datei anhängen, falls sie existiert, anstatt sie zu ersetzen."
+#: modules/access/pvr.c:55
+msgid "Radio device"
+msgstr "Radio-Device"
 
-#: modules/access_output/file.c:66
-msgid "File stream output"
-msgstr "Datei-Streamausgabe"
+#: modules/access/pvr.c:56
+msgid "PVR radio device"
+msgstr "PVR-Radio-Device"
 
-#: modules/access_output/http.c:58
-msgid "Username"
-msgstr "Benutzername"
+#: modules/access/pvr.c:58 modules/access/v4l.c:96
+msgid "Norm"
+msgstr "Norm"
 
-#: modules/access_output/http.c:59
-msgid "User name that will be requested to access the stream."
-msgstr "Benutzernamen, der beim Zugriff auf den Stream angefordert wird."
+#: modules/access/pvr.c:59 modules/access/v4l.c:98
+msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
+msgstr "Norm des Streams (automatisch, SECAM, PAL oder NTSC)."
 
-#: modules/access_output/http.c:61 modules/control/telnet.c:81
-msgid "Password"
-msgstr "Passwort"
+#: modules/access/pvr.c:62 modules/access/v4l.c:102
+#: modules/video_filter/mosaic.c:96
+msgid "Width"
+msgstr "Breite"
 
-#: modules/access_output/http.c:62
-msgid "Password that will be requested to access the stream."
-msgstr "Passwort, das beim Zugriff auf den Stream angefordert wird."
+#: modules/access/pvr.c:63
+msgid "Width of the stream to capture (-1 for autodetection)."
+msgstr "Breite des aufzunehmenden Streams (-1 für automatische Erkennung)."
 
-#: modules/access_output/http.c:66
-msgid "Mime"
-msgstr "Mime"
+#: modules/access/pvr.c:66 modules/access/v4l.c:105
+#: modules/video_filter/mosaic.c:94
+msgid "Height"
+msgstr "Höhe"
 
-#: modules/access_output/http.c:67
-msgid "MIME returned by the server (autodetected if not specified."
-msgstr ""
-"Vom Server zurückgegebenes MIME (automatisch ermittelt, wenn nicht "
-"angegeben)."
+#: modules/access/pvr.c:67
+msgid "Height of the stream to capture (-1 for autodetection)."
+msgstr "Höhe des aufzunehmenenden Streams (-1 für automatische Feststellung)."
 
-#: modules/access_output/http.c:71
-msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
-msgstr "Pfad zur x509 PEM Zertifikatsdatei, die für HTTPS benutzt wird."
+#: modules/access/pvr.c:70 modules/access/v4l.c:89
+msgid "Frequency"
+msgstr "Frequenz"
 
-#: modules/access_output/http.c:74
-msgid ""
-"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
-"empty if you don't have one."
-msgstr ""
-"Pfad zur privaten x509 PEM Schlüsselsdatei, die für HTTPS benutzt wird. "
-"Lassen Sie dies leer, wenn Sie keine haben."
+#: modules/access/pvr.c:71 modules/access/v4l.c:91
+msgid "Frequency to capture (in kHz), if applicable."
+msgstr "Aufzunehmende Frequenz (in kHz), falls anwendbar."
 
-#: modules/access_output/http.c:78
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used for HTTPS. Leave empty if you don't have one."
-msgstr ""
-"Pfad zur verlässlichen x509 PEM Root-CA (certificate authority)-"
-"Zertifikatsdatei, die für HTTPS benutzt wird. Lassen Sie dies leer, wenn Sie "
-"keine haben."
+#: modules/access/pvr.c:74 modules/access/v4l.c:137
+msgid "Framerate to capture, if applicable (-1 for autodetect)."
+msgstr "Aufzunehmende Framerate, falls anwendbar (-1 für automatisch)."
 
-#: modules/access_output/http.c:83
+#: modules/access/pvr.c:77
+msgid "Key interval"
+msgstr "Key-Intervall"
+
+#: modules/access/pvr.c:78
+msgid "Interval between keyframes (-1 for autodetect)."
+msgstr "Intervall zwischen Keyframes (-1 für automatisch)."
+
+#: modules/access/pvr.c:80
+msgid "B Frames"
+msgstr "B-Frames"
+
+#: modules/access/pvr.c:81
 msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be used for "
-"SSL. Leave empty if you don't have one."
+"If this option is set, B-Frames will be used. Use this option to set the "
+"number of B-Frames."
 msgstr ""
-"Pfad zur x509 PEM Zertifikatswiderrufslistendatei, die für HTTPS benutzt "
-"wird. Lassen Sie dies leer, wenn Sie keine haben."
+"Wenn diese Option aktiviert ist, werden B-Frames benutzt. Benutzen Sie diese "
+"Option, um die Anzahl von B-Frames festzulegen."
 
-#: modules/access_output/http.c:86
-msgid "Advertise with Bonjour"
-msgstr "Ankündigen mit Bonjour"
+#: modules/access/pvr.c:85
+msgid "Bitrate to use (-1 for default)."
+msgstr "Zubenutzende Bitrate (-1 für den Standardwert)."
 
-#: modules/access_output/http.c:87
-msgid "Advertise the stream with the Bonjour protocol."
-msgstr "Kündigt den Stream mit dem Bonjour Protokoll an."
+#: modules/access/pvr.c:87
+msgid "Bitrate peak"
+msgstr "Bitraten-Höchstwert"
 
-#: modules/access_output/http.c:91
-msgid "HTTP stream output"
-msgstr "HTTP-Streamausgabe"
+#: modules/access/pvr.c:88
+msgid "Peak bitrate in VBR mode."
+msgstr "Bitraten-Höchstwert im VBR-Modus."
 
-#: modules/access_output/http.c:93 modules/control/http/http.c:61
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
-msgid "HTTP"
-msgstr "HTTP"
+#: modules/access/pvr.c:91
+msgid "Bitrate mode)"
+msgstr "Bitratenmodus)"
 
-#: modules/access_output/shout.c:58
-msgid "Stream name"
-msgstr "Streamname"
+#: modules/access/pvr.c:92
+msgid "Bitrate mode to use (VBR or CBR)."
+msgstr "Zubenutzender Bitratenmodus (VBR oder CBR)."
 
-#: modules/access_output/shout.c:59
-#, fuzzy
-msgid "Name to give to this stream/channel on the shoutcast/icecast server."
-msgstr "Namen für diesen Stream/Kanal auf einem Icecast Server."
+#: modules/access/pvr.c:94
+msgid "Audio bitmask"
+msgstr "Audio-Bitmaske"
 
-#: modules/access_output/shout.c:62
-msgid "Stream description"
-msgstr "Streambeschreibung"
+#: modules/access/pvr.c:95
+msgid "Bitmask that will get used by the audio part of the card."
+msgstr "Bitmaske, die vom Audio-Teil der Karte benutzt wird."
 
-#: modules/access_output/shout.c:63
-msgid "Description of the stream content or information about your channel."
-msgstr "Beschreibung des Streaminhalts oder Informationen über deinen Kanal."
+#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
+#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
+msgid "Volume"
+msgstr "Lautstärke"
 
-#: modules/access_output/shout.c:66
-msgid "Stream MP3"
-msgstr "MP3-Stream"
+#: modules/access/pvr.c:99
+msgid "Audio volume (0-65535)."
+msgstr "Lautstärke (0-65535)."
 
-#: modules/access_output/shout.c:67
-#, fuzzy
+#: modules/access/pvr.c:101 modules/access/v4l.c:92
+msgid "Channel"
+msgstr "Kanal"
+
+#: modules/access/pvr.c:102
 msgid ""
-"You normally have to feed the shoutcast module with Ogg streams. It is also "
-"possible to stream MP3 instead, so you can forward MP3 streams to the "
-"shoutcast/icecast server."
+"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)"
 msgstr ""
-"Sie sollten das Shoutcast Modul normalerweise mit ogg streams benutzen. Es "
-"ist aber ebenfalls möglich, MP3 zu verwenden, so dass man die MP3 streams an "
-"einen icecast server weiterleiten kann."
+"Zubenutzender Kanal der Karte (üblicherweise: 0 = Tuner, 1 = Composite, 2 = "
+"svideo)"
 
-#: modules/access_output/shout.c:76
-#, fuzzy
-msgid "Genre description"
-msgstr "Streambeschreibung"
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "Automatic"
+msgstr "Automatisch"
 
-#: modules/access_output/shout.c:77
-msgid "Genre of the content. "
-msgstr ""
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "SECAM"
+msgstr "SECAM"
 
-#: modules/access_output/shout.c:79
-#, fuzzy
-msgid "URL description"
-msgstr "Beschreibung"
-
-#: modules/access_output/shout.c:80
-msgid "URL with information about the stream or your channel. "
-msgstr ""
-
-#: modules/access_output/shout.c:87
-#, fuzzy
-msgid "Bitrate information of the transcoded stream. "
-msgstr "Ziel Bitrate für den neu kodierten Videostream."
-
-#: modules/access_output/shout.c:89 modules/access/v4l.c:122
-msgid "Samplerate"
-msgstr "Samplerate"
-
-#: modules/access_output/shout.c:90
-#, fuzzy
-msgid "Samplerate information of the transcoded stream. "
-msgstr "Ziel Bitrate für den neu kodierten Videostream."
-
-#: modules/access_output/shout.c:92
-#, fuzzy
-msgid "Number of channels"
-msgstr "Anzahl von Ausgabekanälen"
-
-#: modules/access_output/shout.c:93
-#, fuzzy
-msgid "Number of channels information of the transcoded stream. "
-msgstr "Anzahl der Audiokanäle des neukodierten Streams."
-
-#: modules/access_output/shout.c:95
-msgid "Ogg Vorbis Quality"
-msgstr ""
-
-#: modules/access_output/shout.c:96
-#, fuzzy
-msgid "Ogg Vorbis Quality information of the transcoded stream. "
-msgstr "Ziel Bitrate für den neu kodierten Videostream."
-
-#: modules/access_output/shout.c:98
-#, fuzzy
-msgid "Stream public"
-msgstr "Streamausgabe"
-
-#: modules/access_output/shout.c:99
-msgid ""
-"Make the server publicly available on the 'Yellow Pages' (directory listing "
-"of streams) on the icecast/shoutcast website. Requires the bitrate "
-"information specified for shoutcast. Requires Ogg streaming for icecast."
-msgstr ""
-
-#: modules/access_output/shout.c:105
-msgid "IceCAST output"
-msgstr "IceCAST-Ausgabe"
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:41
-#: modules/demux/live555.cpp:63
-msgid "Caching value (ms)"
-msgstr "Cachewert in ms"
-
-#: modules/access_output/udp.c:77
-msgid ""
-"Default caching value for outbound UDP streams. This value should be set in "
-"milliseconds."
-msgstr ""
-"Cachewert für ausgehende UDP-Streams. Dieser Wert sollte in Millisekunden "
-"sein."
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
-#: modules/gui/macosx/wizard.m:1848
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
-msgid "Time-To-Live (TTL)"
-msgstr "Time-To-Live (TTL)"
-
-#: modules/access_output/udp.c:81
-msgid "Time-To-Live of the outgoing stream."
-msgstr "\"Time To Live\" des ausgehenden Streams."
-
-#: modules/access_output/udp.c:84
-msgid "Group packets"
-msgstr "Pakete gruppieren"
-
-#: modules/access_output/udp.c:85
-msgid ""
-"Packets can be sent one by one at the right time or by groups. You can "
-"choose 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 einzeln zur richtigen Zeit oder in Gruppen gesendet werden. "
-"Sie können die Anzahl von Paketen angeben, die zu einer Zeit gesendet "
-"werden. Dies hilft, die Planungsbelastung auf hochbelasteten Systemen zu "
-"reduzieren."
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr "Roh schreiben"
-
-#: modules/access_output/udp.c:91
-msgid ""
-"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 ""
-"Pakete werden 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:97
-msgid "UDP stream output"
-msgstr "UDP-Streamausgabe"
-
-#: modules/access_output/udp.c:98
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
-msgid "UDP"
-msgstr "UDP"
-
-#: modules/access/pvr.c:49
-msgid ""
-"Default caching value for PVR streams. This value should be set in "
-"milliseconds."
-msgstr "Cachewert für PVR-Streams. Dieser Wert sollte in Millisekunden sein."
-
-#: modules/access/pvr.c:52
-msgid "Device"
-msgstr "Device"
-
-#: modules/access/pvr.c:53
-msgid "PVR video device"
-msgstr "PVR-Videodevice"
-
-#: modules/access/pvr.c:55
-msgid "Radio device"
-msgstr "Radio-Device"
-
-#: modules/access/pvr.c:56
-msgid "PVR radio device"
-msgstr "PVR-Radio-Device"
-
-#: modules/access/pvr.c:58 modules/access/v4l.c:96
-msgid "Norm"
-msgstr "Norm"
-
-#: modules/access/pvr.c:59 modules/access/v4l.c:98
-msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
-msgstr "Norm des Streams (automatisch, SECAM, PAL oder NTSC)."
-
-#: modules/access/pvr.c:62 modules/access/v4l.c:102
-#: modules/video_filter/mosaic.c:96
-msgid "Width"
-msgstr "Breite"
-
-#: modules/access/pvr.c:63
-msgid "Width of the stream to capture (-1 for autodetection)."
-msgstr "Breite des aufzunehmenden Streams (-1 für automatische Erkennung)."
-
-#: modules/access/pvr.c:66 modules/access/v4l.c:105
-#: modules/video_filter/mosaic.c:94
-msgid "Height"
-msgstr "Höhe"
-
-#: modules/access/pvr.c:67
-msgid "Height of the stream to capture (-1 for autodetection)."
-msgstr "Höhe des aufzunehmenenden Streams (-1 für automatische Feststellung)."
-
-#: modules/access/pvr.c:70 modules/access/v4l.c:89
-msgid "Frequency"
-msgstr "Frequenz"
-
-#: modules/access/pvr.c:71 modules/access/v4l.c:91
-msgid "Frequency to capture (in kHz), if applicable."
-msgstr "Aufzunehmende Frequenz (in kHz), falls anwendbar."
-
-#: modules/access/pvr.c:74 modules/access/v4l.c:137
-msgid "Framerate to capture, if applicable (-1 for autodetect)."
-msgstr "Aufzunehmende Framerate, falls anwendbar (-1 für automatisch)."
-
-#: modules/access/pvr.c:77
-msgid "Key interval"
-msgstr "Key-Intervall"
-
-#: modules/access/pvr.c:78
-msgid "Interval between keyframes (-1 for autodetect)."
-msgstr "Intervall zwischen Keyframes (-1 für automatisch)."
-
-#: modules/access/pvr.c:80
-msgid "B Frames"
-msgstr "B-Frames"
-
-#: modules/access/pvr.c:81
-msgid ""
-"If this option is set, B-Frames will be used. Use this option to set the "
-"number of B-Frames."
-msgstr ""
-"Wenn diese Option aktiviert ist, werden B-Frames benutzt. Benutzen Sie diese "
-"Option, um die Anzahl von B-Frames festzulegen."
-
-#: modules/access/pvr.c:85
-msgid "Bitrate to use (-1 for default)."
-msgstr "Zubenutzende Bitrate (-1 für den Standardwert)."
-
-#: modules/access/pvr.c:87
-msgid "Bitrate peak"
-msgstr "Bitraten-Höchstwert"
-
-#: modules/access/pvr.c:88
-msgid "Peak bitrate in VBR mode."
-msgstr "Bitraten-Höchstwert im VBR-Modus."
-
-#: modules/access/pvr.c:91
-msgid "Bitrate mode)"
-msgstr "Bitratenmodus)"
-
-#: modules/access/pvr.c:92
-msgid "Bitrate mode to use (VBR or CBR)."
-msgstr "Zubenutzender Bitratenmodus (VBR oder CBR)."
-
-#: modules/access/pvr.c:94
-msgid "Audio bitmask"
-msgstr "Audio-Bitmaske"
-
-#: modules/access/pvr.c:95
-msgid "Bitmask that will get used by the audio part of the card."
-msgstr "Bitmaske, die vom Audio-Teil der Karte benutzt wird."
-
-#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
-msgid "Volume"
-msgstr "Lautstärke"
-
-#: modules/access/pvr.c:99
-msgid "Audio volume (0-65535)."
-msgstr "Lautstärke (0-65535)."
-
-#: modules/access/pvr.c:101 modules/access/v4l.c:92
-msgid "Channel"
-msgstr "Kanal"
-
-#: modules/access/pvr.c:102
-msgid ""
-"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)"
-msgstr ""
-"Zubenutzender Kanal der Karte (üblicherweise: 0 = Tuner, 1 = Composite, 2 = "
-"svideo)"
-
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "Automatic"
-msgstr "Automatisch"
-
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "SECAM"
-msgstr "SECAM"
-
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "PAL"
-msgstr "PAL"
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "PAL"
+msgstr "PAL"
 
 #: modules/access/pvr.c:108 modules/access/v4l.c:143
 msgid "NTSC"
@@ -6385,6 +6110,11 @@ msgstr "PVR"
 msgid "IVTV MPEG Encoding cards input"
 msgstr "IVTV-MPEG-Encodingkarten-Input"
 
+#: modules/access/rtsp/access.c:41 modules/access_output/udp.c:75
+#: modules/demux/live555.cpp:63
+msgid "Caching value (ms)"
+msgstr "Cachewert in ms"
+
 #: modules/access/rtsp/access.c:43
 msgid ""
 "Caching value for RTSP streams. This value should be set in milliseconds."
@@ -6523,38 +6253,6 @@ msgstr "UDP/RTP"
 msgid "UDP/RTP input"
 msgstr "UDP/RTP Input"
 
-#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
-#: modules/gui/wxwidgets/dialogs/open.cpp:723
-msgid "Device name"
-msgstr "Devicename"
-
-#: modules/access/v4l2.c:54
-#, fuzzy
-msgid ""
-"Name of the device to use. If you don't specify anything, /dev/video0 will "
-"be used."
-msgstr ""
-"Name des zubenutzenden Videodevices. Wenn Sie nichts angeben, wird kein "
-"Videodevice benutzt."
-
-#: modules/access/v4l2.c:58
-#, fuzzy
-msgid ""
-"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
-msgstr ""
-"Zubenutzender Kanal der Karte (üblicherweise: 0 = Tuner, 1 = Composite, 2 = "
-"svideo)."
-
-#: modules/access/v4l2.c:63
-#, fuzzy
-msgid "Video4Linux2"
-msgstr "Video4Linux"
-
-#: modules/access/v4l2.c:64
-#, fuzzy
-msgid "Video4Linux2 input"
-msgstr "Video4Linux Input"
-
 #: modules/access/v4l.c:75
 msgid ""
 "Caching value for V4L captures. This value should be set in milliseconds."
@@ -6652,6 +6350,10 @@ msgstr "Tuner"
 msgid "Tuner to use, if there are several ones."
 msgstr "Zu benutzender Tuner, wenn mehrere vorhanden sind."
 
+#: modules/access/v4l.c:122 modules/access_output/shout.c:89
+msgid "Samplerate"
+msgstr "Samplerate"
+
 #: modules/access/v4l.c:124
 msgid ""
 "Samplerate of the captured audio stream, in Hz (eg: 11025, 22050, 44100)"
@@ -6694,6 +6396,38 @@ msgstr "Video4Linux"
 msgid "Video4Linux input"
 msgstr "Video4Linux Input"
 
+#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
+#: modules/gui/wxwidgets/dialogs/open.cpp:723
+msgid "Device name"
+msgstr "Devicename"
+
+#: modules/access/v4l2.c:54
+#, fuzzy
+msgid ""
+"Name of the device to use. If you don't specify anything, /dev/video0 will "
+"be used."
+msgstr ""
+"Name des zubenutzenden Videodevices. Wenn Sie nichts angeben, wird kein "
+"Videodevice benutzt."
+
+#: modules/access/v4l2.c:58
+#, fuzzy
+msgid ""
+"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
+msgstr ""
+"Zubenutzender Kanal der Karte (üblicherweise: 0 = Tuner, 1 = Composite, 2 = "
+"svideo)."
+
+#: modules/access/v4l2.c:63
+#, fuzzy
+msgid "Video4Linux2"
+msgstr "Video4Linux"
+
+#: modules/access/v4l2.c:64
+#, fuzzy
+msgid "Video4Linux2 input"
+msgstr "Video4Linux Input"
+
 #: modules/access/vcd/vcd.c:42
 msgid "Caching value for VCDs. This value should be set in milliseconds."
 msgstr "Cachewert für VCDs. Dieser Wert sollte in Millisekunden sein."
@@ -6768,119 +6502,407 @@ msgstr "Max. Lautstärke #"
 msgid "Volume Set"
 msgstr "Eingestellte Lautstärke"
 
-#: modules/access/vcdx/info.c:99
-msgid "System Id"
-msgstr "System ID"
+#: modules/access/vcdx/info.c:99
+msgid "System Id"
+msgstr "System ID"
+
+#: modules/access/vcdx/info.c:101
+msgid "Entries"
+msgstr "Einträge"
+
+#: modules/access/vcdx/info.c:122
+msgid "First Entry Point"
+msgstr "Erster Eingangspunkt"
+
+#: modules/access/vcdx/info.c:126
+msgid "Last Entry Point"
+msgstr "Letzter Eingangspunkt"
+
+#: modules/access/vcdx/info.c:127
+msgid "Track size (in sectors)"
+msgstr "Trackgröße (in Sektoren)"
+
+#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
+#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
+msgid "type"
+msgstr "Typ"
+
+#: modules/access/vcdx/info.c:139
+msgid "end"
+msgstr "Ende"
+
+#: modules/access/vcdx/info.c:142
+msgid "play list"
+msgstr "Liste wiedergeben"
+
+#: modules/access/vcdx/info.c:153
+msgid "extended selection list"
+msgstr "Erweiterte Auswahlliste"
+
+#: modules/access/vcdx/info.c:154
+msgid "selection list"
+msgstr "Auswahlliste"
+
+#: modules/access/vcdx/info.c:166
+msgid "unknown type"
+msgstr "unbekannter Typ"
+
+#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
+#: modules/access/vcdx/info.c:316
+msgid "List ID"
+msgstr "Listen-ID"
+
+#: modules/access/vcdx/vcd.c:95
+msgid "(Super) Video CD"
+msgstr "(Super-) Video-CD"
+
+#: modules/access/vcdx/vcd.c:96
+msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+msgstr "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) - Input"
+
+#: modules/access/vcdx/vcd.c:97
+msgid "vcdx://[device-or-file][@{P,S,T}num]"
+msgstr "vcdx://[Device-oder-Datei][@{P,S,T}Zahl]"
+
+#: modules/access/vcdx/vcd.c:106
+msgid "If nonzero, this gives additional debug information."
+msgstr "Wenn ungleich null, gibt dies zusätzliche Debug-Information,"
+
+#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+msgid "Number of CD blocks to get in a single read."
+msgstr "Anzahl von Blöcken, die in einem Lesezugriff erfasst werden."
+
+#: modules/access/vcdx/vcd.c:116
+msgid "Use playback control?"
+msgstr "Wiedergabesteuerung benutzen?"
+
+#: modules/access/vcdx/vcd.c:117
+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:123
+msgid "Use track length as maximum unit in seek?"
+msgstr "Tracklänge als maximale Einheit beim Suchen verwenden?"
+
+#: modules/access/vcdx/vcd.c:124
+msgid ""
+"If set, the length of the seek bar is the track rather than the length of an "
+"entry."
+msgstr ""
+"Wenn aktiviert, ist die Länge des Suchbalken die des Tracks statt der eines "
+"Eintrags."
+
+#: modules/access/vcdx/vcd.c:129
+msgid "Show extended VCD info?"
+msgstr "Erweiterte VCD-Info zeigen?"
+
+#: modules/access/vcdx/vcd.c:130
+msgid ""
+"Show the maximum amount of information under Stream and Media Info. Shows "
+"for example playback control navigation."
+msgstr ""
+"Die maximale Informationsmenge im Stream- und Medieninfo anzeigen. Zeigt "
+"beispielsweise die Wiedergabesteuerungsnavigation."
+
+#: modules/access/vcdx/vcd.c:137
+msgid "Format to use in the playlist's \"author\" field."
+msgstr "Format zur Benutzung im Wiedergabelistenfeld \"Autor\"."
+
+#: modules/access/vcdx/vcd.c:143
+msgid "Format to use in the playlist's \"title\" field."
+msgstr "Format zur Benutzung im Wiedergabelistenfeld \"Titel\"."
+
+#: modules/access_filter/record.c:43
+msgid "Record directory"
+msgstr "Aufnahmeverzeichnis"
+
+#: modules/access_filter/record.c:45
+msgid "Directory where the record will be stored."
+msgstr "Verzeichnis, in dem die Aufnahmen gespeichert werden."
+
+#: modules/access_filter/timeshift.c:44
+msgid "Timeshift granularity"
+msgstr "Timeshift-Granularität"
+
+#: modules/access_filter/timeshift.c:46
+msgid ""
+"This is the size of the temporary files tha will be used to store the "
+"timeshifted streams."
+msgstr ""
+"Dies ist die Größe der temporären Dateien für die Speicherung der timeshift-"
+"benutzenden Streams."
+
+#: modules/access_filter/timeshift.c:48
+msgid "Timeshift directory"
+msgstr "TimeShift-Verzeichnis"
+
+#: modules/access_filter/timeshift.c:49
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+"Verzeichnis, in dem die zeitversetzten Dateien temporär abgespeichert werden."
+
+#: modules/access_filter/timeshift.c:51
+msgid "Force use of the timeshift module"
+msgstr "Erzwingt die Benutzung des Timeshift-Moduls"
+
+#: modules/access_filter/timeshift.c:52
+msgid ""
+"Force use of the timeshift module even if the access declares that it can "
+"control pace or pause."
+msgstr ""
+"Erzwingt die Benutzung des Timeshift-Moduls, selbst wenn das Access-Modul "
+"vorgibt, dass Geschwindigkeit oder Pause kontrolliert werden können."
+
+#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
+msgid "Timeshift"
+msgstr "Timeshift"
+
+#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
+msgid "Dummy stream output"
+msgstr "Dummy-Streamausgabe"
+
+#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
+msgid "Dummy"
+msgstr "Dummy"
+
+#: modules/access_output/file.c:61
+msgid "Append to file"
+msgstr "An Datei anhängen"
+
+#: modules/access_output/file.c:62
+msgid "Append to file if it exists instead of replacing it."
+msgstr "An Datei anhängen, falls sie existiert, anstatt sie zu ersetzen."
+
+#: modules/access_output/file.c:66
+msgid "File stream output"
+msgstr "Datei-Streamausgabe"
+
+#: modules/access_output/http.c:58
+msgid "Username"
+msgstr "Benutzername"
+
+#: modules/access_output/http.c:59
+msgid "User name that will be requested to access the stream."
+msgstr "Benutzernamen, der beim Zugriff auf den Stream angefordert wird."
+
+#: modules/access_output/http.c:61 modules/control/telnet.c:81
+msgid "Password"
+msgstr "Passwort"
+
+#: modules/access_output/http.c:62
+msgid "Password that will be requested to access the stream."
+msgstr "Passwort, das beim Zugriff auf den Stream angefordert wird."
+
+#: modules/access_output/http.c:66
+msgid "Mime"
+msgstr "Mime"
+
+#: modules/access_output/http.c:67
+msgid "MIME returned by the server (autodetected if not specified."
+msgstr ""
+"Vom Server zurückgegebenes MIME (automatisch ermittelt, wenn nicht "
+"angegeben)."
+
+#: modules/access_output/http.c:71
+msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
+msgstr "Pfad zur x509 PEM Zertifikatsdatei, die für HTTPS benutzt wird."
+
+#: modules/access_output/http.c:74
+msgid ""
+"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
+"empty if you don't have one."
+msgstr ""
+"Pfad zur privaten x509 PEM Schlüsselsdatei, die für HTTPS benutzt wird. "
+"Lassen Sie dies leer, wenn Sie keine haben."
+
+#: modules/access_output/http.c:78
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used for HTTPS. Leave empty if you don't have one."
+msgstr ""
+"Pfad zur verlässlichen x509 PEM Root-CA (certificate authority)-"
+"Zertifikatsdatei, die für HTTPS benutzt wird. Lassen Sie dies leer, wenn Sie "
+"keine haben."
+
+#: modules/access_output/http.c:83
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be used for "
+"SSL. Leave empty if you don't have one."
+msgstr ""
+"Pfad zur x509 PEM Zertifikatswiderrufslistendatei, die für HTTPS benutzt "
+"wird. Lassen Sie dies leer, wenn Sie keine haben."
+
+#: modules/access_output/http.c:86
+msgid "Advertise with Bonjour"
+msgstr "Ankündigen mit Bonjour"
+
+#: modules/access_output/http.c:87
+msgid "Advertise the stream with the Bonjour protocol."
+msgstr "Kündigt den Stream mit dem Bonjour Protokoll an."
+
+#: modules/access_output/http.c:91
+msgid "HTTP stream output"
+msgstr "HTTP-Streamausgabe"
+
+#: modules/access_output/http.c:93 modules/control/http/http.c:61
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
+msgstr "HTTP"
+
+#: modules/access_output/shout.c:58
+msgid "Stream name"
+msgstr "Streamname"
+
+#: modules/access_output/shout.c:59
+#, fuzzy
+msgid "Name to give to this stream/channel on the shoutcast/icecast server."
+msgstr "Namen für diesen Stream/Kanal auf einem Icecast Server."
 
-#: modules/access/vcdx/info.c:101
-msgid "Entries"
-msgstr "Einträge"
+#: modules/access_output/shout.c:62
+msgid "Stream description"
+msgstr "Streambeschreibung"
 
-#: modules/access/vcdx/info.c:122
-msgid "First Entry Point"
-msgstr "Erster Eingangspunkt"
+#: modules/access_output/shout.c:63
+msgid "Description of the stream content or information about your channel."
+msgstr "Beschreibung des Streaminhalts oder Informationen über deinen Kanal."
 
-#: modules/access/vcdx/info.c:126
-msgid "Last Entry Point"
-msgstr "Letzter Eingangspunkt"
+#: modules/access_output/shout.c:66
+msgid "Stream MP3"
+msgstr "MP3-Stream"
 
-#: modules/access/vcdx/info.c:127
-msgid "Track size (in sectors)"
-msgstr "Trackgröße (in Sektoren)"
+#: modules/access_output/shout.c:67
+#, fuzzy
+msgid ""
+"You normally have to feed the shoutcast module with Ogg streams. It is also "
+"possible to stream MP3 instead, so you can forward MP3 streams to the "
+"shoutcast/icecast server."
+msgstr ""
+"Sie sollten das Shoutcast Modul normalerweise mit ogg streams benutzen. Es "
+"ist aber ebenfalls möglich, MP3 zu verwenden, so dass man die MP3 streams an "
+"einen icecast server weiterleiten kann."
 
-#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
-#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
-msgid "type"
-msgstr "Typ"
+#: modules/access_output/shout.c:76
+#, fuzzy
+msgid "Genre description"
+msgstr "Streambeschreibung"
 
-#: modules/access/vcdx/info.c:139
-msgid "end"
-msgstr "Ende"
+#: modules/access_output/shout.c:77
+msgid "Genre of the content. "
+msgstr ""
 
-#: modules/access/vcdx/info.c:142
-msgid "play list"
-msgstr "Liste wiedergeben"
+#: modules/access_output/shout.c:79
+#, fuzzy
+msgid "URL description"
+msgstr "Beschreibung"
 
-#: modules/access/vcdx/info.c:153
-msgid "extended selection list"
-msgstr "Erweiterte Auswahlliste"
+#: modules/access_output/shout.c:80
+msgid "URL with information about the stream or your channel. "
+msgstr ""
 
-#: modules/access/vcdx/info.c:154
-msgid "selection list"
-msgstr "Auswahlliste"
+#: modules/access_output/shout.c:87
+#, fuzzy
+msgid "Bitrate information of the transcoded stream. "
+msgstr "Ziel Bitrate für den neu kodierten Videostream."
 
-#: modules/access/vcdx/info.c:166
-msgid "unknown type"
-msgstr "unbekannter Typ"
+#: modules/access_output/shout.c:90
+#, fuzzy
+msgid "Samplerate information of the transcoded stream. "
+msgstr "Ziel Bitrate für den neu kodierten Videostream."
 
-#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
-#: modules/access/vcdx/info.c:316
-msgid "List ID"
-msgstr "Listen-ID"
+#: modules/access_output/shout.c:92
+#, fuzzy
+msgid "Number of channels"
+msgstr "Anzahl von Ausgabekanälen"
 
-#: modules/access/vcdx/vcd.c:95
-msgid "(Super) Video CD"
-msgstr "(Super-) Video-CD"
+#: modules/access_output/shout.c:93
+#, fuzzy
+msgid "Number of channels information of the transcoded stream. "
+msgstr "Anzahl der Audiokanäle des neukodierten Streams."
 
-#: modules/access/vcdx/vcd.c:96
-msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
-msgstr "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) - Input"
+#: modules/access_output/shout.c:95
+msgid "Ogg Vorbis Quality"
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:97
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
-msgstr "vcdx://[Device-oder-Datei][@{P,S,T}Zahl]"
+#: modules/access_output/shout.c:96
+#, fuzzy
+msgid "Ogg Vorbis Quality information of the transcoded stream. "
+msgstr "Ziel Bitrate für den neu kodierten Videostream."
 
-#: modules/access/vcdx/vcd.c:106
-msgid "If nonzero, this gives additional debug information."
-msgstr "Wenn ungleich null, gibt dies zusätzliche Debug-Information,"
+#: modules/access_output/shout.c:98
+#, fuzzy
+msgid "Stream public"
+msgstr "Streamausgabe"
 
-#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
-msgid "Number of CD blocks to get in a single read."
-msgstr "Anzahl von Blöcken, die in einem Lesezugriff erfasst werden."
+#: modules/access_output/shout.c:99
+msgid ""
+"Make the server publicly available on the 'Yellow Pages' (directory listing "
+"of streams) on the icecast/shoutcast website. Requires the bitrate "
+"information specified for shoutcast. Requires Ogg streaming for icecast."
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
-msgstr "Wiedergabesteuerung benutzen?"
+#: modules/access_output/shout.c:105
+msgid "IceCAST output"
+msgstr "IceCAST-Ausgabe"
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/udp.c:77
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Default caching value for outbound UDP streams. This value should be set in "
+"milliseconds."
 msgstr ""
-"Wenn die VCD mit Wiedergabesteuerung erstellt wurde, diese benutzen. Sonst "
-"werden wir nach Titeln wiedergeben."
+"Cachewert für ausgehende UDP-Streams. Dieser Wert sollte in Millisekunden "
+"sein."
 
-#: modules/access/vcdx/vcd.c:123
-msgid "Use track length as maximum unit in seek?"
-msgstr "Tracklänge als maximale Einheit beim Suchen verwenden?"
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
+#: modules/gui/macosx/wizard.m:1848
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
+msgid "Time-To-Live (TTL)"
+msgstr "Time-To-Live (TTL)"
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:81
+msgid "Time-To-Live of the outgoing stream."
+msgstr "\"Time To Live\" des ausgehenden Streams."
+
+#: modules/access_output/udp.c:84
+msgid "Group packets"
+msgstr "Pakete gruppieren"
+
+#: modules/access_output/udp.c:85
 msgid ""
-"If set, the length of the seek bar is the track rather than the length of an "
-"entry."
+"Packets can be sent one by one at the right time or by groups. You can "
+"choose the number of packets that will be sent at a time. It helps reducing "
+"the scheduling load on heavily-loaded systems."
 msgstr ""
-"Wenn aktiviert, ist die Länge des Suchbalken die des Tracks statt der eines "
-"Eintrags."
+"Pakete können einzeln zur richtigen Zeit oder in Gruppen gesendet werden. "
+"Sie können die Anzahl von Paketen angeben, die zu einer Zeit gesendet "
+"werden. Dies hilft, die Planungsbelastung auf hochbelasteten Systemen zu "
+"reduzieren."
 
-#: modules/access/vcdx/vcd.c:129
-msgid "Show extended VCD info?"
-msgstr "Erweiterte VCD-Info zeigen?"
+#: modules/access_output/udp.c:90
+msgid "Raw write"
+msgstr "Roh schreiben"
 
-#: modules/access/vcdx/vcd.c:130
+#: modules/access_output/udp.c:91
 msgid ""
-"Show the maximum amount of information under Stream and Media Info. Shows "
-"for example playback control navigation."
+"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 ""
-"Die maximale Informationsmenge im Stream- und Medieninfo anzeigen. Zeigt "
-"beispielsweise die Wiedergabesteuerungsnavigation."
+"Pakete werden 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/vcdx/vcd.c:137
-msgid "Format to use in the playlist's \"author\" field."
-msgstr "Format zur Benutzung im Wiedergabelistenfeld \"Autor\"."
+#: modules/access_output/udp.c:97
+msgid "UDP stream output"
+msgstr "UDP-Streamausgabe"
 
-#: modules/access/vcdx/vcd.c:143
-msgid "Format to use in the playlist's \"title\" field."
-msgstr "Format zur Benutzung im Wiedergabelistenfeld \"Titel\"."
+#: modules/access_output/udp.c:98
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
+msgid "UDP"
+msgstr "UDP"
 
 #: modules/audio_filter/channel_mixer/dolby.c:47
 msgid "Simple decoder for Dolby Surround encoded streams"
@@ -9364,36 +9386,36 @@ msgstr "NT-Dienst"
 msgid "Windows Service interface"
 msgstr "Windows-Dienst-Interface"
 
-#: modules/control/rc.c:154
+#: modules/control/rc.c:156
 msgid "Show stream position"
 msgstr "Streamposition anzeigen"
 
-#: modules/control/rc.c:155
+#: modules/control/rc.c:157
 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:158
+#: modules/control/rc.c:160
 msgid "Fake TTY"
 msgstr "TTY vortäuschen"
 
-#: modules/control/rc.c:159
+#: modules/control/rc.c:161
 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:161
+#: modules/control/rc.c:163
 msgid "UNIX socket command input"
 msgstr "UNIX-Socketbefehl-Input"
 
-#: modules/control/rc.c:162
+#: modules/control/rc.c:164
 msgid "Accept commands over a Unix socket rather than stdin."
 msgstr "Befehle über ein Unix-Socket statt über stdin akzeptieren."
 
-#: modules/control/rc.c:165
+#: modules/control/rc.c:167
 msgid "TCP command input"
 msgstr "TCP-Befehlsinput"
 
-#: modules/control/rc.c:166
+#: modules/control/rc.c:168
 msgid ""
 "Accept commands over a socket rather than stdin. You can set the address and "
 "port the interface will bind to."
@@ -9401,11 +9423,11 @@ msgstr ""
 "Befehle über ein Socket statt über stdin akzeptieren. Sie können die Adresse "
 "und Port festlegen, an den sich das Interface binden wird."
 
-#: modules/control/rc.c:170 modules/misc/dummy/dummy.c:49
+#: modules/control/rc.c:172 modules/misc/dummy/dummy.c:49
 msgid "Do not open a DOS command box interface"
 msgstr "Kein DOS-Befehlszeileninterface öffnen"
 
-#: modules/control/rc.c:172
+#: modules/control/rc.c:174
 msgid ""
 "By default the rc interface plugin will start a DOS command box. Enabling "
 "the quiet mode will not bring this command box but can also be pretty "
@@ -9416,316 +9438,316 @@ msgstr ""
 "Dies kann jedoch recht nervig sein, wenn Sie VLC stoppen möchten und kein "
 "Videofenster geöffnet ist."
 
-#: modules/control/rc.c:179
+#: modules/control/rc.c:181
 msgid "RC"
 msgstr "RC"
 
-#: modules/control/rc.c:182
+#: modules/control/rc.c:184
 msgid "Remote control interface"
 msgstr "Remote-Control-Interface"
 
-#: modules/control/rc.c:323
+#: modules/control/rc.c:325
 msgid "Remote control interface initialized. Type `help' for help."
 msgstr "Remote-Control-Interface initialisiert. Geben Sie `h' für Hilfe ein."
 
-#: modules/control/rc.c:848
+#: modules/control/rc.c:850
 #, c-format
 msgid "Unknown command `%s'. Type `help' for help."
 msgstr "Unbekannter Befehl `%s'. Geben Sie `help' für Hilfe ein."
 
-#: modules/control/rc.c:881
+#: modules/control/rc.c:883
 msgid "+----[ Remote control commands ]"
 msgstr "+----[ Remote-Control-Befehle ]"
 
-#: modules/control/rc.c:883
+#: modules/control/rc.c:885
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist"
 msgstr "| add XYZ  . . . . . . . . .  XYZ der Wiedergabeliste hinzufügen"
 
-#: modules/control/rc.c:884
+#: modules/control/rc.c:886
 #, fuzzy
 msgid "| enqueue XYZ  . . . . . . . queue XYZ to playlist"
 msgstr "| add XYZ  . . . . . . . . .  XYZ der Wiedergabeliste hinzufügen"
 
-#: modules/control/rc.c:885
+#: modules/control/rc.c:887
 msgid "| playlist . . .  show items currently in playlist"
 msgstr "| playlist . . . . . aktuelle Objekte der Wiedergabeliste zeigen"
 
-#: modules/control/rc.c:886
+#: modules/control/rc.c:888
 msgid "| play . . . . . . . . . . . . . . . . play stream"
 msgstr "| play . . . . . . . . . . . . . . . . . . .  Stream wiedergeben"
 
-#: modules/control/rc.c:887
+#: modules/control/rc.c:889
 msgid "| stop . . . . . . . . . . . . . . . . stop stream"
 msgstr "| stop . . . . . . . . . . . . . . . . . . . . .  Stream stoppen"
 
-#: modules/control/rc.c:888
+#: modules/control/rc.c:890
 msgid "| next . . . . . . . . . . . .  next playlist item"
 msgstr "| next . . . . . . . . . . . . . nächstes Wiedergabelistenobjekt"
 
-#: modules/control/rc.c:889
+#: modules/control/rc.c:891
 msgid "| prev . . . . . . . . . .  previous playlist item"
 msgstr "| prev . . . . . . . . . . . . vorheriges Wiedergabelistenobjekt"
 
-#: modules/control/rc.c:890
+#: modules/control/rc.c:892
 msgid "| goto . . . . . . . . . . . .  goto item at index"
 msgstr "| gehe zu. . . . . . . . . .  gehe zu Objekt bei gegebenem Index"
 
-#: modules/control/rc.c:891
+#: modules/control/rc.c:893
 msgid "| clear . . . . . . . . . . .   clear the playlist"
 msgstr "| clear . . . . . . . . . . . . . . . . . Wiedergabeliste leeren"
 
-#: modules/control/rc.c:892
+#: modules/control/rc.c:894
 msgid "| status . . . . . . . . . current playlist status"
 msgstr "| status . . . . . . . . . . .  aktueller Wiedergabelistenstatus"
 
-#: modules/control/rc.c:893
+#: modules/control/rc.c:895
 msgid "| title [X]  . . . . set/get title in current item"
 msgstr "| title [X] . . . . .  Titel im aktuellen Objekt ein-/darstellen"
 
-#: modules/control/rc.c:894
+#: modules/control/rc.c:896
 msgid "| title_n  . . . . . .  next title in current item"
 msgstr "| title_n  . . . . . . . . .  nächster Titel im aktuellen Objekt"
 
-#: modules/control/rc.c:895
+#: modules/control/rc.c:897
 msgid "| title_p  . . . .  previous title in current item"
 msgstr "| title_p  . . . . . . . .  vorheriger Titel im aktuellen Objekt"
 
-#: modules/control/rc.c:896
+#: modules/control/rc.c:898
 msgid "| chapter [X]  . . set/get chapter in current item"
 msgstr "| chapter [X]  . . . Kapitel im aktuellen Objekt ein-/darstellen"
 
-#: modules/control/rc.c:897
+#: modules/control/rc.c:899
 msgid "| chapter_n  . . . .  next chapter in current item"
 msgstr "| chapter_n  . . . . . . .  nächstes Kapitel im aktuellen Objekt"
 
-#: modules/control/rc.c:898
+#: modules/control/rc.c:900
 msgid "| chapter_p  . .  previous chapter in current item"
 msgstr "| chapter_p  . . . . . .  vorheriges Kapitel im aktuellen Objekt"
 
-#: modules/control/rc.c:900
+#: modules/control/rc.c:902
 msgid "| seek X . seek in seconds, for instance `seek 12'"
 msgstr "| seek X . . . . .  Suchen in Sekunden, beispielsweise `seek 12'"
 
-#: modules/control/rc.c:901
+#: modules/control/rc.c:903
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause"
 msgstr "| pause  . . . . . . . . . . . . . . . . . . .  Pause umschalten"
 
-#: modules/control/rc.c:902
+#: modules/control/rc.c:904
 msgid "| fastforward  . . . . . .  .  set to maximum rate"
 msgstr "| fastforward . . . . . . . . . . . . auf maximale Rate schalten"
 
-#: modules/control/rc.c:903
+#: modules/control/rc.c:905
 msgid "| rewind  . . . . . . . . . .  set to minimum rate"
 msgstr "| rewind . . . . . . . . . . . . . .  auf minimale Rate schalten"
 
-#: modules/control/rc.c:904
+#: modules/control/rc.c:906
 msgid "| faster . . . . . . . .  faster playing of stream"
 msgstr "| faster . . . . . . . . . . . schnellere Wiedergabe des Streams"
 
-#: modules/control/rc.c:905
+#: modules/control/rc.c:907
 msgid "| slower . . . . . . . .  slower playing of stream"
 msgstr "| slower . . . . . . . . . . . langsamere Wiedergabe des Streams"
 
-#: modules/control/rc.c:906
+#: modules/control/rc.c:908
 msgid "| normal . . . . . . . .  normal playing of stream"
 msgstr "| normal . . . . . . . . . . . .  normale Wiedergabe des Streams"
 
-#: modules/control/rc.c:907
+#: modules/control/rc.c:909
 msgid "| f [on|off] . . . . . . . . . . toggle fullscreen"
 msgstr "| f [on|off] . . . . . . . . . . . . . . . . Vollbild umschalten"
 
-#: modules/control/rc.c:908
+#: modules/control/rc.c:910
 msgid "| info . . .  information about the current stream"
 msgstr "| info . . . . . . . . . Informationen über den aktuellen Stream"
 
-#: modules/control/rc.c:909
+#: modules/control/rc.c:911
 msgid "| get_time . . seconds elapsed since stream's beginning"
 msgstr "| get_time . . Verstrichene Sekunden seit dem Beginn des Streams"
 
-#: modules/control/rc.c:910
+#: modules/control/rc.c:912
 msgid "| is_playing . .  1 if a stream plays, 0 otherwise"
 msgstr "| is_playing . .  1 wenn der Stream gerade läuft, andernfalls 0"
 
-#: modules/control/rc.c:911
+#: modules/control/rc.c:913
 msgid "| get_title . . .  the title of the current stream"
 msgstr "| title [X] . . . . .  Titel des aktuellen Streams"
 
-#: modules/control/rc.c:912
+#: modules/control/rc.c:914
 msgid "| get_length . .  the length of the current stream"
 msgstr "| info . . . . . . . . . Länge des aktuellen Streams"
 
-#: modules/control/rc.c:914
+#: modules/control/rc.c:916
 msgid "| volume [X] . . . . . . . .  set/get audio volume"
 msgstr "| volume [X] . . . . . . . . . . . . Lautstärke zeigen/festlegen"
 
-#: modules/control/rc.c:915
+#: modules/control/rc.c:917
 msgid "| volup [X]  . . . . .  raise audio volume X steps"
 msgstr "| volup [X]  . . . . . . . . . .  Lautstärke um X Stufen erhöhen"
 
-#: modules/control/rc.c:916
+#: modules/control/rc.c:918
 msgid "| voldown [X]  . . . .  lower audio volume X steps"
 msgstr "| voldown [X]  . . . . . . . . Lautstärke um X Stufen verringern"
 
-#: modules/control/rc.c:917
+#: modules/control/rc.c:919
 msgid "| adev [X] . . . . . . . . .  set/get audio device"
 msgstr "| adev [X] . . . . . . . . . . . . .  Ton-Device dar-/einstellen"
 
-#: modules/control/rc.c:918
+#: modules/control/rc.c:920
 msgid "| achan [X]. . . . . . . .  set/get audio channels"
 msgstr "| achan [X]. . . . . . . . . . . . . Tonkanäle zeigen/einstellen"
 
-#: modules/control/rc.c:919
+#: modules/control/rc.c:921
 #, fuzzy
 msgid "| atrack [X] . . . . . . . . . set/get audio track"
 msgstr "| adev [X] . . . . . . . . . . . . .  Ton-Device dar-/einstellen"
 
-#: modules/control/rc.c:920
+#: modules/control/rc.c:922
 #, fuzzy
 msgid "| vtrack [X] . . . . . . . . . set/get video track"
 msgstr "| adev [X] . . . . . . . . . . . . .  Ton-Device dar-/einstellen"
 
-#: modules/control/rc.c:921
+#: modules/control/rc.c:923
 #, fuzzy
 msgid "| strack [X] . . . . . . . set/get subtitles track"
 msgstr "| achan [X]. . . . . . . . . . . . . Tonkanäle zeigen/einstellen"
 
-#: modules/control/rc.c:922
+#: modules/control/rc.c:924
 msgid "| menu [on|off|up|down|left|right|select] use menu"
 msgstr "| menu [on|off|up|down|left|right|select] use menu"
 
-#: modules/control/rc.c:927
+#: modules/control/rc.c:929
 msgid "| marq-marquee STRING  . . overlay STRING in video"
 msgstr "| marq-marquee ZEICHENKETTE . . ZEICHENKETTE im Video einblenden"
 
-#: modules/control/rc.c:928
+#: modules/control/rc.c:930
 msgid "| marq-x X . . . . . . . . . . . .offset from left"
 msgstr "| marq-x X . . . . . . . . . . . . . . . . . . Abstand von links"
 
-#: modules/control/rc.c:929
+#: modules/control/rc.c:931
 msgid "| marq-y Y . . . . . . . . . . . . offset from top"
 msgstr "| marq-y Y  . . . . . . . . . . . . . . . . . . Abstand von oben"
 
-#: modules/control/rc.c:930
+#: modules/control/rc.c:932
 msgid "| marq-position #. . .  .relative position control"
 msgstr "| marq-position #. . . . . . . . . . relative Positionskontrolle"
 
-#: modules/control/rc.c:931
+#: modules/control/rc.c:933
 msgid "| marq-color # . . . . . . . . . . font color, RGB"
 msgstr "| marq-color # . . . . . . . . . . . . . . . . Schriftfarbe, RGB"
 
-#: modules/control/rc.c:932
+#: modules/control/rc.c:934
 msgid "| marq-opacity # . . . . . . . . . . . . . opacity"
 msgstr "| marq-opacity # . . . . . . . . . . . . . . . . . . . Deckkraft"
 
-#: modules/control/rc.c:933
+#: modules/control/rc.c:935
 msgid "| marq-timeout T. . . . . . . . . . timeout, in ms"
 msgstr "| marq-timeout T . . . . . . . .  Timeout der Einblendung, in ms"
 
-#: modules/control/rc.c:934
+#: modules/control/rc.c:936
 msgid "| marq-size # . . . . . . . . font size, in pixels"
 msgstr "| marq-size #  . . . . . . . . . . . . . Schriftgröße, in Pixeln"
 
-#: modules/control/rc.c:936
+#: modules/control/rc.c:938
 msgid "| time-format STRING . . . overlay STRING in video"
 msgstr "| time-format ZEICHENKETTE . .  ZEICHENKETTE im Video einblenden"
 
-#: modules/control/rc.c:937
+#: modules/control/rc.c:939
 msgid "| time-x X . . . . . . . . . . . .offset from left"
 msgstr "| time-x X . . . . . . . . . . . . . . . . . . Abstand von links"
 
-#: modules/control/rc.c:938
+#: modules/control/rc.c:940
 msgid "| time-y Y . . . . . . . . . . . . offset from top"
 msgstr "| marq-y Y  . . . . . . . . . . . . . . . . . . Abstand von oben"
 
-#: modules/control/rc.c:939
+#: modules/control/rc.c:941
 msgid "| time-position #. . . . . . . . relative position"
 msgstr "| time-position # . . . . . . . . . . . . . .  relative Position"
 
-#: modules/control/rc.c:940
+#: modules/control/rc.c:942
 msgid "| time-color # . . . . . . . . . . font color, RGB"
 msgstr "| time-color # . . . . . . . . . . . . . . . . Schriftfarbe, RGB"
 
-#: modules/control/rc.c:941
+#: modules/control/rc.c:943
 msgid "| time-opacity # . . . . . . . . . . . . . opacity"
 msgstr "| time-opacity # . . . . . . . . . . . . . . . . . . . Deckkraft"
 
-#: modules/control/rc.c:942
+#: modules/control/rc.c:944
 msgid "| time-size # . . . . . . . . font size, in pixels"
 msgstr "| time-size # . . . . . . . . . . . . .  Schriftgröße, in Pixeln"
 
-#: modules/control/rc.c:944
+#: modules/control/rc.c:946
 msgid "| logo-file STRING . . .the overlay file path/name"
 msgstr "| logo-file ZEICHENKETTE . . . die überlagerte Datei (Pfad/Name)"
 
-#: modules/control/rc.c:945
+#: modules/control/rc.c:947
 msgid "| logo-x X . . . . . . . . . . . .offset from left"
 msgstr "| logo-x X . . . . . . . . . . . . . . . . . . Abstand von links"
 
-#: modules/control/rc.c:946
+#: modules/control/rc.c:948
 msgid "| logo-y Y . . . . . . . . . . . . offset from top"
 msgstr "| logo-y Y . . . . . . . . . . . . . . . . . .  Abstand von oben"
 
-#: modules/control/rc.c:947
+#: modules/control/rc.c:949
 msgid "| logo-position #. . . . . . . . relative position"
 msgstr "| logo-position # . . . . . . . . . . . . . .  relative Position"
 
-#: modules/control/rc.c:948
+#: modules/control/rc.c:950
 msgid "| logo-transparency #. . . . . . . . .transparency"
 msgstr "| logo-transparency # . . . . . . . . . . . . . . .  Transparenz"
 
-#: modules/control/rc.c:950
+#: modules/control/rc.c:952
 msgid "| mosaic-alpha # . . . . . . . . . . . . . . alpha"
 msgstr "| mosaic-alpha #. . . . . . . . . . . . . . . . . . . . .  Alpha"
 
-#: modules/control/rc.c:951
+#: modules/control/rc.c:953
 msgid "| mosaic-height #. . . . . . . . . . . . . .height"
 msgstr "| mosaic-height # . . . . . . . . . . . . . . . . . . . . . Höhe"
 
-#: modules/control/rc.c:952
+#: modules/control/rc.c:954
 msgid "| mosaic-width # . . . . . . . . . . . . . . width"
 msgstr "| mosaic-width # . . . . . . . . . . . . . . . . . . . .  Breite"
 
-#: modules/control/rc.c:953
+#: modules/control/rc.c:955
 msgid "| mosaic-xoffset # . . . .top left corner position"
 msgstr "| mosaic-xoffset # . . . . . . . Position der linken oberen Ecke"
 
-#: modules/control/rc.c:954
+#: modules/control/rc.c:956
 msgid "| mosaic-yoffset # . . . .top left corner position"
 msgstr "| mosaic-yoffset # . . . . . . . Position der linken oberen Ecke"
 
-#: modules/control/rc.c:955
+#: modules/control/rc.c:957
 msgid "| mosaic-align 0..2,4..6,8..10. . .mosaic alignment"
 msgstr "| mosaic-align 0..2,4..6,8..10. . . . . . . . Mosaik-Ausrichtung"
 
-#: modules/control/rc.c:956
+#: modules/control/rc.c:958
 msgid "| mosaic-vborder # . . . . . . . . vertical border"
 msgstr "| mosaic-vborder # . . . . . . . . . . . . . . . vertikaler Rand"
 
-#: modules/control/rc.c:957
+#: modules/control/rc.c:959
 msgid "| mosaic-hborder # . . . . . . . horizontal border"
 msgstr "| mosaic-hborder # . . . . . . . . . . . . . . horizontaler Rand"
 
-#: modules/control/rc.c:958
+#: modules/control/rc.c:960
 msgid "| mosaic-position {0=auto,1=fixed} . . . .position"
 msgstr "| mosaic-position {0=auto,1=fest} . . . . . . . . . . . Position"
 
-#: modules/control/rc.c:959
+#: modules/control/rc.c:961
 msgid "| mosaic-rows #. . . . . . . . . . .number of rows"
 msgstr "| mosaic-rows #. . . . . . . . . . . . . . . . Anzahl von Reihen"
 
-#: modules/control/rc.c:960
+#: modules/control/rc.c:962
 msgid "| mosaic-cols #. . . . . . . . . . .number of cols"
 msgstr "| mosaic-cols # . . . . . . . . . . . . . . . Anzahl von Spalten"
 
-#: modules/control/rc.c:961
+#: modules/control/rc.c:963
 msgid "| mosaic-order id(,id)* . . . . order of pictures "
 msgstr "| mosaic-order id(,id)* . . . . Reihenfolge von Bildern"
 
-#: modules/control/rc.c:962
+#: modules/control/rc.c:964
 msgid "| mosaic-keep-aspect-ratio {0,1} . . .aspect ratio"
 msgstr "| mosaic-keep-aspect-ratio {0,1} . . . . . . .  Seitenverhältnis"
 
-#: modules/control/rc.c:964
+#: modules/control/rc.c:966
 msgid ""
 "| check-updates [newer] [equal] [older]\n"
 "|               [undef] [info] [source] [binary] [plugin]"
@@ -9733,41 +9755,41 @@ msgstr ""
 "| check-updates [newer] [equal] [older]\n"
 "|               [undef] [info] [source] [binary] [plugin]"
 
-#: modules/control/rc.c:968
+#: modules/control/rc.c:970
 msgid "| help . . . . . . . . . . . . . this help message"
 msgstr "| help . . . . . . . . . . . . . . . . . . diese Hilfsmitteilung"
 
-#: modules/control/rc.c:969
+#: modules/control/rc.c:971
 msgid "| longhelp . . . . . . . . . a longer help message"
 msgstr "| longhelp . . . . . . . . . . . .  eine längere Hilfsmitteilung"
 
-#: modules/control/rc.c:970
+#: modules/control/rc.c:972
 msgid "| logout . . . . .  exit (if in socket connection)"
 msgstr "| logout . . . . . . . . . . .  Abmelden (bei Socket-Verbindung)"
 
-#: modules/control/rc.c:971
+#: modules/control/rc.c:973
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc"
 msgstr "| quit . . . . . . . . . . . . . . . . . . . . . . . VLC beenden"
 
-#: modules/control/rc.c:973
+#: modules/control/rc.c:975
 msgid "+----[ end of help ]"
 msgstr "+----[ Ende der Hilfe ]"
 
-#: modules/control/rc.c:1080
+#: modules/control/rc.c:1082
 msgid "Press menu select or pause to continue."
 msgstr "Drücken Sie Menüauswahl oder Pause um fortzufahren."
 
-#: modules/control/rc.c:1324 modules/control/rc.c:1809
-#: modules/control/rc.c:1879 modules/control/rc.c:1928
-#: modules/control/rc.c:2027
+#: modules/control/rc.c:1326 modules/control/rc.c:1811
+#: modules/control/rc.c:1881 modules/control/rc.c:1930
+#: modules/control/rc.c:2029
 msgid "Type 'menu select' or 'pause' to continue."
 msgstr "Geben Sie 'menu select' oder 'pause' ein, um fortzufahren."
 
-#: modules/control/rc.c:1461
+#: modules/control/rc.c:1463
 msgid "Type 'pause' to continue."
 msgstr "Geben Sie 'pause' ein, um fortzufahren."
 
-#: modules/control/rc.c:2012 modules/control/rc.c:2051
+#: modules/control/rc.c:2014 modules/control/rc.c:2053
 msgid "Please provide one of the following parameters:"
 msgstr "Bitte gib einen der folgenden Parameter an:"
 
@@ -9908,6 +9930,7 @@ msgstr ""
 #: modules/gui/macosx/interaction.m:135 modules/gui/macosx/open.m:158
 #: modules/gui/macosx/playlistinfo.m:60 modules/gui/macosx/prefs.m:122
 #: modules/gui/macosx/prefs.m:142 modules/gui/macosx/wizard.m:363
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:88
 msgid "Cancel"
 msgstr "Abbrechen"
 
@@ -10837,8 +10860,8 @@ msgstr "Dateien auch aus allen Unterverzeichnissen öffnen?"
 #: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:440
 #: modules/gui/macosx/open.m:634 modules/gui/macosx/open.m:738
 #: modules/gui/macosx/open.m:784 modules/gui/wxwidgets/interface.cpp:675
-#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:348
-#: modules/gui/wxwidgets/menus.cpp:404
+#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:349
+#: modules/gui/wxwidgets/menus.cpp:405
 msgid "Open"
 msgstr "Öffnen"
 
@@ -10850,7 +10873,7 @@ msgstr "Einstellungen"
 
 #: modules/gui/beos/InterfaceWindow.cpp:237
 #: modules/gui/beos/InterfaceWindow.cpp:328 modules/gui/macosx/intf.m:503
-#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:35
+#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:41
 #: modules/gui/wxwidgets/dialogs/messages.cpp:47
 msgid "Messages"
 msgstr "Meldungen"
@@ -11003,6 +11026,7 @@ msgstr "Ãœbernehmen"
 
 #: modules/gui/beos/PreferencesWindow.cpp:254 modules/gui/macosx/output.m:526
 #: modules/gui/macosx/playlist.m:704 modules/gui/macosx/prefs.m:121
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:87
 msgid "Save"
 msgstr "Sichern"
 
@@ -11132,7 +11156,7 @@ msgstr ""
 "Der Stream muss wiedergegeben oder pausiert werden, damit die Lesezeichen "
 "funktionieren."
 
-#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:735
+#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:741
 msgid "Jump To Time"
 msgstr "Zu Zeit springen"
 
@@ -11148,64 +11172,64 @@ msgstr "Zu Zeit springen"
 msgid "Random On"
 msgstr "Zufällig an"
 
-#: modules/gui/macosx/controls.m:167
+#: modules/gui/macosx/controls.m:168
 msgid "Random Off"
 msgstr "Zufällig aus"
 
-#: modules/gui/macosx/controls.m:195 modules/gui/macosx/controls.m:719
+#: modules/gui/macosx/controls.m:197 modules/gui/macosx/controls.m:725
 #: modules/gui/macosx/intf.m:543 modules/gui/macosx/playlist.m:453
 #: modules/gui/macosx/playlist.m:1167
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:54
 msgid "Repeat One"
 msgstr "Eines wiederholen"
 
-#: modules/gui/macosx/controls.m:199 modules/gui/macosx/controls.m:231
+#: modules/gui/macosx/controls.m:202 modules/gui/macosx/controls.m:236
 #: modules/gui/macosx/playlist.m:1186
 msgid "Repeat Off"
 msgstr "Wiederholen aus"
 
-#: modules/gui/macosx/controls.m:227 modules/gui/macosx/controls.m:726
+#: modules/gui/macosx/controls.m:231 modules/gui/macosx/controls.m:732
 #: modules/gui/macosx/intf.m:544 modules/gui/macosx/playlist.m:454
 #: modules/gui/macosx/playlist.m:1175
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:53
 msgid "Repeat All"
 msgstr "Alle wiederholen"
 
-#: modules/gui/macosx/controls.m:308 modules/gui/macosx/controls.m:749
+#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
 #: modules/gui/macosx/intf.m:569
 msgid "Half Size"
 msgstr "Halbe Größe"
 
-#: modules/gui/macosx/controls.m:310 modules/gui/macosx/controls.m:750
+#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:756
 #: modules/gui/macosx/intf.m:570
 msgid "Normal Size"
 msgstr "Normale Größe"
 
-#: modules/gui/macosx/controls.m:312 modules/gui/macosx/controls.m:751
+#: modules/gui/macosx/controls.m:318 modules/gui/macosx/controls.m:757
 #: modules/gui/macosx/intf.m:571
 msgid "Double Size"
 msgstr "Doppelte Größe"
 
-#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
-#: modules/gui/macosx/controls.m:766 modules/gui/macosx/intf.m:574
+#: modules/gui/macosx/controls.m:320 modules/gui/macosx/controls.m:761
+#: modules/gui/macosx/controls.m:772 modules/gui/macosx/intf.m:574
 msgid "Float on Top"
 msgstr "Immer im Vordergrund"
 
-#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:752
+#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:758
 #: modules/gui/macosx/intf.m:572
 msgid "Fit to Screen"
 msgstr "An Bildschirm anpassen"
 
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:542
+#: modules/gui/macosx/controls.m:718 modules/gui/macosx/intf.m:542
 #: modules/gui/macosx/playlist.m:447
 msgid "Random"
 msgstr "Zufällig"
 
-#: modules/gui/macosx/controls.m:733 modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/controls.m:739 modules/gui/macosx/intf.m:545
 msgid "Step Forward"
 msgstr "Ein Stück vorwärts"
 
-#: modules/gui/macosx/controls.m:734 modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/controls.m:740 modules/gui/macosx/intf.m:546
 msgid "Step Backward"
 msgstr "Ein Stück rückwärts"
 
@@ -11224,7 +11248,7 @@ msgstr "Vorwärtsspulen"
 #: modules/gui/pda/pda_interface.c:251 modules/gui/wxwidgets/interface.cpp:678
 #: modules/gui/wxwidgets/interface.cpp:689
 #: modules/gui/wxwidgets/interface.cpp:1210
-#: modules/gui/wxwidgets/menus.cpp:265 modules/visualization/xosd.c:242
+#: modules/gui/wxwidgets/menus.cpp:266 modules/visualization/xosd.c:242
 msgid "Pause"
 msgstr "Pause"
 
@@ -11439,7 +11463,7 @@ msgstr "VLC - Steuerung"
 
 #: modules/gui/macosx/intf.m:488 modules/gui/macosx/intf.m:999
 #: modules/gui/macosx/intf.m:1321 modules/gui/pda/pda_interface.c:212
-#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:52
+#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:54
 msgid "VLC media player"
 msgstr "VLC media player"
 
@@ -11886,71 +11910,6 @@ msgstr "SDP-URL"
 msgid "Save File"
 msgstr "Datei sichern"
 
-#: modules/gui/macosx/playlistinfo.m:56
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
-msgid "URI"
-msgstr "URI"
-
-#: modules/gui/macosx/playlistinfo.m:63
-msgid "Advanced Information"
-msgstr "Weitere Informationen"
-
-#: modules/gui/macosx/playlistinfo.m:81
-msgid "Read at media"
-msgstr "Von Medium gelesen"
-
-#: modules/gui/macosx/playlistinfo.m:82
-msgid "Input bitrate"
-msgstr "Input-Bitrate"
-
-#: modules/gui/macosx/playlistinfo.m:83
-msgid "Demuxed"
-msgstr "Verarbeitet"
-
-#: modules/gui/macosx/playlistinfo.m:84
-msgid "Stream bitrate"
-msgstr "Stream-Bitrate"
-
-#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
-msgid "Decoded blocks"
-msgstr "Dekodierte Blöcke"
-
-#: modules/gui/macosx/playlistinfo.m:88
-msgid "Displayed frames"
-msgstr "Gezeigte Frames"
-
-#: modules/gui/macosx/playlistinfo.m:89
-msgid "Lost frames"
-msgstr "Verlorene Frames"
-
-#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
-#: modules/video_filter/deinterlace.c:137
-msgid "Streaming"
-msgstr "Streaming"
-
-#: modules/gui/macosx/playlistinfo.m:92
-msgid "Sent packets"
-msgstr "Gesendete Pakete"
-
-#: modules/gui/macosx/playlistinfo.m:93
-msgid "Sent bytes"
-msgstr "Gesendete Bytes"
-
-#: modules/gui/macosx/playlistinfo.m:94
-msgid "Send rate"
-msgstr "Senderate"
-
-#: modules/gui/macosx/playlistinfo.m:98
-msgid "Played buffers"
-msgstr "Gespielte Puffer"
-
-#: modules/gui/macosx/playlistinfo.m:99
-msgid "Lost buffers"
-msgstr "Verlorene Puffer"
-
 #: modules/gui/macosx/playlist.m:434
 msgid "Save Playlist..."
 msgstr "Wiedergabeliste sichern..."
@@ -12030,6 +11989,71 @@ msgstr "Bitte geben Sie einen Namen für den neuen Knoten ein."
 msgid "Empty Folder"
 msgstr "Leerer Ordner"
 
+#: modules/gui/macosx/playlistinfo.m:56
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
+msgid "URI"
+msgstr "URI"
+
+#: modules/gui/macosx/playlistinfo.m:63
+msgid "Advanced Information"
+msgstr "Weitere Informationen"
+
+#: modules/gui/macosx/playlistinfo.m:81
+msgid "Read at media"
+msgstr "Von Medium gelesen"
+
+#: modules/gui/macosx/playlistinfo.m:82
+msgid "Input bitrate"
+msgstr "Input-Bitrate"
+
+#: modules/gui/macosx/playlistinfo.m:83
+msgid "Demuxed"
+msgstr "Verarbeitet"
+
+#: modules/gui/macosx/playlistinfo.m:84
+msgid "Stream bitrate"
+msgstr "Stream-Bitrate"
+
+#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
+msgid "Decoded blocks"
+msgstr "Dekodierte Blöcke"
+
+#: modules/gui/macosx/playlistinfo.m:88
+msgid "Displayed frames"
+msgstr "Gezeigte Frames"
+
+#: modules/gui/macosx/playlistinfo.m:89
+msgid "Lost frames"
+msgstr "Verlorene Frames"
+
+#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
+#: modules/video_filter/deinterlace.c:137
+msgid "Streaming"
+msgstr "Streaming"
+
+#: modules/gui/macosx/playlistinfo.m:92
+msgid "Sent packets"
+msgstr "Gesendete Pakete"
+
+#: modules/gui/macosx/playlistinfo.m:93
+msgid "Sent bytes"
+msgstr "Gesendete Bytes"
+
+#: modules/gui/macosx/playlistinfo.m:94
+msgid "Send rate"
+msgstr "Senderate"
+
+#: modules/gui/macosx/playlistinfo.m:98
+msgid "Played buffers"
+msgstr "Gespielte Puffer"
+
+#: modules/gui/macosx/playlistinfo.m:99
+msgid "Lost buffers"
+msgstr "Verlorene Puffer"
+
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:213
 msgid "Reset All"
@@ -13350,11 +13374,21 @@ msgstr "Konnte pixmap-Datei %s nicht finden"
 msgid "QNX RTOS video and audio output"
 msgstr "QNX RTOS Bild- und Tonausgabe."
 
+#: modules/gui/qt4/dialogs/errors.cpp:37
+msgid "Errors"
+msgstr "Fehler"
+
 #: modules/gui/qt4/dialogs/streaminfo.cpp:35
 #, fuzzy
 msgid "Stream information"
 msgstr "Streaminformation zeigen"
 
+#: modules/gui/qt4/dialogs_provider.cpp:235
+#: modules/gui/qt4/dialogs_provider.cpp:246
+#, fuzzy
+msgid "Open directory"
+msgstr "Verze&ichnis öffnen..\tCtrl-E"
+
 #: modules/gui/qt4/qt4.cpp:45
 #, fuzzy
 msgid "QT interface"
@@ -13537,6 +13571,11 @@ msgstr "WinCE Interfacemodul"
 msgid "WinCE dialogs provider"
 msgstr "WinCE Dialogprovider"
 
+#: modules/gui/wxwidgets/dialogs.cpp:433
+#: modules/gui/wxwidgets/dialogs/open.cpp:1265
+msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
+msgstr ""
+
 #: modules/gui/wxwidgets/dialogs/bookmarks.cpp:75
 msgid "Edit bookmark"
 msgstr "Lesezeichen bearbeiten"
@@ -13606,26 +13645,6 @@ msgstr ""
 msgid "Input has changed "
 msgstr "Input hat gewechselt"
 
-#: modules/gui/wxwidgets/dialogs.cpp:433
-#: modules/gui/wxwidgets/dialogs/open.cpp:1265
-msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:435
-#: modules/gui/wxwidgets/dialogs/open.cpp:1267
-msgid "|Video Files (*.avi, *.mpg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:436
-#: modules/gui/wxwidgets/dialogs/open.cpp:1268
-msgid "|Playlist Files (*.m3u, *.pls, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:437
-#: modules/gui/wxwidgets/dialogs/open.cpp:1269
-msgid "|Subtitle Files (*.srt, *.sub, etc.)|"
-msgstr ""
-
 #: modules/gui/wxwidgets/dialogs/fileinfo.cpp:54
 msgid "Stream and Media Info"
 msgstr "Stream- und Medieninfo"
@@ -14170,10 +14189,6 @@ msgstr "Ausgabe"
 msgid "Loop"
 msgstr "In Schleife"
 
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:415
-msgid "Create"
-msgstr "Erstellen"
-
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:560
 msgid "VLM stream"
 msgstr "VLM-Stream"
@@ -14266,10 +14281,6 @@ msgstr ""
 "Wählen Sie den Zielvideocodec. Klicken Sie auf einen Codec, um mehr "
 "Informationen zu erhalten."
 
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
-msgid "Transcode audio (if available)"
-msgstr "Audio transcodieren (falls verfügbar)"
-
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:135
 msgid ""
 "Select the target audio codec. Choose a codec to display more information "
@@ -14346,6 +14357,10 @@ msgstr "Mehr Informationen"
 msgid "Save to file"
 msgstr "In Datei sichern"
 
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
+msgid "Transcode audio (if available)"
+msgstr "Audio transcodieren (falls verfügbar)"
+
 #: modules/gui/wxwidgets/extrapanel.cpp:41
 msgid ""
 "Controls the blending of equalizer bands. The higher this value is, the more "
@@ -14628,7 +14643,7 @@ msgstr "&Meldungen..."
 msgid "&Preferences..."
 msgstr "&Einstellungen..."
 
-#: modules/gui/wxwidgets/menus.cpp:572 modules/gui/wxwidgets/menus.cpp:599
+#: modules/gui/wxwidgets/menus.cpp:573 modules/gui/wxwidgets/menus.cpp:600
 msgid "Empty"
 msgstr "Leer"
 
@@ -15176,10 +15191,6 @@ msgstr "RRD-Ausgabe-Datei"
 msgid "Output data for RRDTool in this file."
 msgstr "Datenausgabe für das RRDTool in diese Datei"
 
-#: modules/misc/memcpy/memcpyaltivec.c:56
-msgid "AltiVec memcpy"
-msgstr "AltiVec memcpy"
-
 #: modules/misc/memcpy/memcpy.c:83
 msgid "libc memcpy"
 msgstr "libc memcpy"
@@ -15196,6 +15207,10 @@ msgstr "MMX memcpy"
 msgid "MMX EXT memcpy"
 msgstr "MMX EXT memcpy"
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr "AltiVec memcpy"
+
 #: modules/misc/msn.c:64
 msgid "MSN Title format string"
 msgstr "NSN Titelformatierungs-Zeichenkette"
@@ -16715,13 +16730,6 @@ msgstr "MMX I420,IYUV,YV12 nach RV15,RV16,RV24,RV32 Umwandlungen"
 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/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/i422_yuy2.c:66
 msgid "MMX conversions from "
@@ -18434,6 +18442,12 @@ msgstr ""
 msgid "XOSD interface"
 msgstr "XOSD Interface"
 
+#~ msgid "Create"
+#~ msgstr "Erstellen"
+
+#~ msgid " to "
+#~ msgstr " nach "
+
 #~ msgid ""
 #~ "This has no effect on actual encoding quality, it just prevents the stats "
 #~ "from being calculated (for speed)."
@@ -18441,9 +18455,6 @@ msgstr "XOSD Interface"
 #~ "Dies hat keine Auswirkungen auf die Qualität des Codierens; es verhindert "
 #~ "einfach nur die Aktualisierung der Statistik (erhöht die Geschwindigkeit)."
 
-#~ msgid "Errors"
-#~ msgstr "Fehler"
-
 #~ msgid "Yes"
 #~ msgstr "Ja"
 
diff --git a/po/en_GB.po b/po/en_GB.po
index 8e41e6abf1e5856557c6fdb284054b82d321dd97..e0de8580630d29f342b44ce469337684c34776ed 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -20,14 +20,26 @@ msgid ""
 msgstr ""
 "Project-Id-Version: vlc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-31 15:10+0400\n"
+"POT-Creation-Date: 2006-09-04 11:13+0200\n"
 "PO-Revision-Date: 2002-04-22 09:56+0200\n"
 "Last-Translator: Sam Hocevar <sam@zoy.org>\n"
 "Language-Team: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: include/vlc/vlc.h:576
+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"
+"see the file named COPYING for details.\n"
+"Written by the VideoLAN team; see the AUTHORS file.\n"
+msgstr ""
+"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 Licence;\n"
+"see the file named COPYING for details.\n"
+"Written by the VideoLAN team; see the AUTHORS file.\n"
+
 #: include/vlc_config_cat.h:32
 msgid "VLC preferences"
 msgstr "VLC preferences"
@@ -80,7 +92,7 @@ msgstr "Settings for VLC’s control interfaces"
 msgid "Hotkeys settings"
 msgstr "Audio encoders settings"
 
-#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1209
+#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1217
 #: modules/gui/beos/InterfaceWindow.cpp:282 modules/gui/macosx/extended.m:81
 #: modules/gui/macosx/intf.m:555 modules/gui/macosx/output.m:170
 #: modules/gui/macosx/playlistinfo.m:96 modules/gui/macosx/wizard.m:421
@@ -126,9 +138,9 @@ msgstr "Output modules"
 msgid "These are general settings for audio output modules."
 msgstr "These are general settings for audio output modules."
 
-#: include/vlc_config_cat.h:71 src/libvlc.h:1553
+#: include/vlc_config_cat.h:71 src/libvlc.h:1563
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:578
-#: modules/gui/wxwidgets/menus.cpp:279 modules/stream_out/transcode.c:285
+#: modules/gui/wxwidgets/menus.cpp:280 modules/stream_out/transcode.c:285
 msgid "Miscellaneous"
 msgstr ""
 
@@ -137,7 +149,7 @@ msgstr ""
 msgid "Miscellaneous audio settings and modules."
 msgstr "Help options"
 
-#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1244
+#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1252
 #: modules/gui/macosx/extended.m:80 modules/gui/macosx/intf.m:568
 #: modules/gui/macosx/output.m:160 modules/gui/macosx/playlistinfo.m:86
 #: modules/gui/macosx/wizard.m:422
@@ -252,7 +264,7 @@ msgstr ""
 msgid "General input settings. Use with care."
 msgstr "General settings"
 
-#: include/vlc_config_cat.h:135 src/libvlc.h:1483
+#: include/vlc_config_cat.h:135 src/libvlc.h:1493
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:152
 msgid "Stream output"
 msgstr ""
@@ -341,8 +353,8 @@ msgstr ""
 msgid "VLC's implementation of Video On Demand"
 msgstr "VLC’s implementation of Video On Demand"
 
-#: include/vlc_config_cat.h:186 src/libvlc.h:1608 src/playlist/engine.c:79
-#: src/playlist/engine.c:81 modules/demux/playlist/playlist.c:56
+#: include/vlc_config_cat.h:186 src/libvlc.h:1618 src/playlist/engine.c:91
+#: src/playlist/engine.c:93 modules/demux/playlist/playlist.c:56
 #: modules/demux/playlist/playlist.c:57
 #: modules/gui/beos/InterfaceWindow.cpp:231
 #: modules/gui/beos/InterfaceWindow.cpp:325 modules/gui/macosx/intf.m:500
@@ -374,7 +386,7 @@ msgid ""
 "playlist."
 msgstr ""
 
-#: include/vlc_config_cat.h:197 src/libvlc.h:1444
+#: include/vlc_config_cat.h:197 src/libvlc.h:1454
 #: modules/gui/macosx/prefs.m:124
 msgid "Advanced"
 msgstr ""
@@ -496,7 +508,7 @@ msgstr ""
 #: modules/gui/wxwidgets/interface.cpp:677
 #: modules/gui/wxwidgets/interface.cpp:688
 #: modules/gui/wxwidgets/interface.cpp:1216
-#: modules/gui/wxwidgets/menus.cpp:263 modules/gui/wxwidgets/menus.cpp:274
+#: modules/gui/wxwidgets/menus.cpp:264 modules/gui/wxwidgets/menus.cpp:275
 msgid "Play"
 msgstr ""
 
@@ -515,8 +527,8 @@ msgid "Delete"
 msgstr "Date"
 
 #: include/vlc_intf_strings.h:37 modules/gui/macosx/intf.m:599
-#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlistinfo.m:55
-#: modules/gui/macosx/playlistinfo.m:363 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/playlistinfo.m:55 modules/gui/macosx/playlistinfo.m:363
 #, fuzzy
 msgid "Information"
 msgstr "Visualisations"
@@ -552,8 +564,8 @@ msgstr ""
 msgid "Title"
 msgstr "Title"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:58
-#: modules/gui/macosx/playlist.m:130 modules/gui/macosx/wizard.m:393
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:130
+#: modules/gui/macosx/playlistinfo.m:58 modules/gui/macosx/wizard.m:393
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:50
 msgid "Author"
 msgstr "Author"
@@ -626,18 +638,6 @@ msgstr "Codec Name"
 msgid "Codec Description"
 msgstr "Codec Description"
 
-#: include/vlc/vlc.h:576
-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"
-"see the file named COPYING for details.\n"
-"Written by the VideoLAN team; see the AUTHORS file.\n"
-msgstr ""
-"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 Licence;\n"
-"see the file named COPYING for details.\n"
-"Written by the VideoLAN team; see the AUTHORS file.\n"
-
 #: src/audio_output/filters.c:154 src/audio_output/filters.c:201
 #: src/audio_output/filters.c:224
 #, fuzzy
@@ -651,7 +651,7 @@ msgid "The maximum number of filters (%d) was reached."
 msgstr ""
 
 #: src/audio_output/input.c:80 src/audio_output/input.c:126
-#: src/input/es_out.c:361 src/libvlc.h:417 src/video_output/video_output.c:421
+#: src/input/es_out.c:361 src/libvlc.h:421 src/video_output/video_output.c:421
 #: modules/codec/ffmpeg/postprocess.c:94
 msgid "Disable"
 msgstr "Disable"
@@ -801,13 +801,14 @@ msgid "VLC could not open the decoder module."
 msgstr ""
 
 #: src/input/decoder.c:136
-msgid "No suitable decoder module for FOURCC \"4.4s\" found"
+msgid "No suitable decoder module for format"
 msgstr ""
 
 #: src/input/decoder.c:137
+#, c-format
 msgid ""
-"VLC probably does not support this audio or video format. Regrettably, there "
-"is no way for you to fix this."
+"VLC probably does not support the “%4.4s” audio or video format. "
+"Unfortunately there is no way for you to fix this."
 msgstr ""
 
 #: src/input/es_out.c:383 src/input/es_out.c:385 src/input/es_out.c:391
@@ -818,7 +819,7 @@ msgid "Track %i"
 msgstr ""
 
 #: src/input/es_out.c:465 src/input/es_out.c:467 src/input/es_out.c:567
-#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:443
+#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:447
 #: modules/gui/macosx/intf.m:548 modules/gui/macosx/intf.m:549
 msgid "Program"
 msgstr "Programme"
@@ -857,8 +858,8 @@ msgstr "%d Hz"
 msgid "Bits per sample"
 msgstr "Bits per sample"
 
-#: src/input/es_out.c:1605 modules/access_output/shout.c:86
-#: modules/access/pvr.c:84
+#: src/input/es_out.c:1605 modules/access/pvr.c:84
+#: modules/access_output/shout.c:86
 msgid "Bitrate"
 msgstr "Bitrate"
 
@@ -910,7 +911,7 @@ msgstr ""
 msgid "Bookmark"
 msgstr ""
 
-#: src/input/var.c:131 src/libvlc.h:449
+#: src/input/var.c:131 src/libvlc.h:453
 msgid "Programs"
 msgstr "Programmes"
 
@@ -1656,44 +1657,54 @@ msgstr ""
 "can save some processing power."
 
 #: src/libvlc.h:278
+#, fuzzy
+msgid "Embedded video"
+msgstr "Greyscale video output"
+
+#: src/libvlc.h:280
+#, fuzzy
+msgid "Embed the video output in the main interface."
+msgstr "Embed video in interface"
+
+#: src/libvlc.h:282
 msgid "Fullscreen video output"
 msgstr ""
 
-#: src/libvlc.h:280
+#: src/libvlc.h:284
 msgid "Start video in fullscreen mode"
 msgstr ""
 
-#: src/libvlc.h:282
+#: src/libvlc.h:286
 msgid "Overlay video output"
 msgstr ""
 
-#: src/libvlc.h:284
+#: src/libvlc.h:288
 msgid ""
 "Overlay is the hardware acceleration capability of your video card (ability "
 "to render video directly). VLC will try to use it by default."
 msgstr ""
 
-#: src/libvlc.h:287 src/video_output/vout_intf.c:399
+#: src/libvlc.h:291 src/video_output/vout_intf.c:399
 msgid "Always on top"
 msgstr ""
 
-#: src/libvlc.h:289
+#: src/libvlc.h:293
 msgid "Always place the video window on top of other windows."
 msgstr ""
 
-#: src/libvlc.h:291
+#: src/libvlc.h:295
 msgid "Disable screensaver"
 msgstr ""
 
-#: src/libvlc.h:292
+#: src/libvlc.h:296
 msgid "Disable the screensaver during video playback."
 msgstr ""
 
-#: src/libvlc.h:294
+#: src/libvlc.h:298
 msgid "Window decorations"
 msgstr ""
 
-#: src/libvlc.h:296
+#: src/libvlc.h:300
 #, fuzzy
 msgid ""
 "VLC can avoid creating window caption, frames, etc... around the video, "
@@ -1701,12 +1712,12 @@ msgid ""
 msgstr ""
 "If this option is enabled, VLC will always start a video in fullscreen mode."
 
-#: src/libvlc.h:299
+#: src/libvlc.h:303
 #, fuzzy
 msgid "Video output filter module"
 msgstr "Video output muxer"
 
-#: src/libvlc.h:301
+#: src/libvlc.h:305
 #, fuzzy
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
@@ -1715,11 +1726,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:305
+#: src/libvlc.h:309
 msgid "Video filter module"
 msgstr ""
 
-#: src/libvlc.h:307
+#: src/libvlc.h:311
 #, fuzzy
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
@@ -1728,61 +1739,61 @@ 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:311
+#: src/libvlc.h:315
 msgid "Video snapshot directory (or filename)"
 msgstr ""
 
-#: src/libvlc.h:313
+#: src/libvlc.h:317
 #, fuzzy
 msgid "Directory where the video snapshots will be stored."
 msgstr ""
 "Allows you to modify the user name that will be used for the connection."
 
-#: src/libvlc.h:315 src/libvlc.h:317
+#: src/libvlc.h:319 src/libvlc.h:321
 #, fuzzy
 msgid "Video snapshot file prefix"
 msgstr "Video bitrate"
 
-#: src/libvlc.h:319
+#: src/libvlc.h:323
 msgid "Video snapshot format"
 msgstr ""
 
-#: src/libvlc.h:321
+#: src/libvlc.h:325
 msgid "Image format which will be used to store the video snapshots"
 msgstr ""
 
-#: src/libvlc.h:323
+#: src/libvlc.h:327
 msgid "Display video snapshot preview"
 msgstr ""
 
-#: src/libvlc.h:325
+#: src/libvlc.h:329
 msgid "Display the snapshot preview in the screen's top-left corner."
 msgstr "Display the snapshot preview in the screen’s top-left corner."
 
-#: src/libvlc.h:327
+#: src/libvlc.h:331
 msgid "Use sequential numbers instead of timestamps"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:333
 msgid "Use sequential numbers instead of timestamps for snapshot numbering"
 msgstr ""
 
-#: src/libvlc.h:331
+#: src/libvlc.h:335
 #, fuzzy
 msgid "Video cropping"
 msgstr "Video crop left"
 
-#: src/libvlc.h:333
+#: src/libvlc.h:337
 msgid ""
 "This forces the cropping of the source video. Accepted formats are x:y (4:3, "
 "16:9, etc.) expressing the global image aspect."
 msgstr ""
 
-#: src/libvlc.h:337
+#: src/libvlc.h:341
 msgid "Source aspect ratio"
 msgstr ""
 
-#: src/libvlc.h:339
+#: src/libvlc.h:343
 #, fuzzy
 msgid ""
 "This forces the source aspect ratio. For instance, some DVDs claim to be "
@@ -1797,82 +1808,82 @@ 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:346
+#: src/libvlc.h:350
 msgid "Custom crop ratios list"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:352
 msgid ""
 "Comma seperated list of crop ratios which will be added in the interface's "
 "crop ratios list."
 msgstr ""
 
-#: src/libvlc.h:351
+#: src/libvlc.h:355
 #, fuzzy
 msgid "Custom aspect ratios list"
 msgstr "Codec setting"
 
-#: src/libvlc.h:353
+#: src/libvlc.h:357
 msgid ""
 "Comma seperated list of aspect ratios which will be added in the interface's "
 "aspect ratio list."
 msgstr ""
 
-#: src/libvlc.h:356
+#: src/libvlc.h:360
 msgid "Fix HDTV height"
 msgstr ""
 
-#: src/libvlc.h:358
+#: src/libvlc.h:362
 msgid ""
 "This allows proper handling of HDTV-1080 video format even if broken encoder "
 "incorrectly sets height to 1088 lines. You should only disable this option "
 "if your video has a non-standard format requiring all 1088 lines."
 msgstr ""
 
-#: src/libvlc.h:363
+#: src/libvlc.h:367
 #, fuzzy
 msgid "Monitor pixel aspect ratio"
 msgstr "Codec setting"
 
-#: src/libvlc.h:365
+#: src/libvlc.h:369
 msgid ""
 "This forces the monitor aspect ratio. Most monitors have square pixels "
 "(1:1). If you have a 16:9 screen, you might need to change this to 4:3 in "
 "order to keep proportions."
 msgstr ""
 
-#: src/libvlc.h:370
+#: src/libvlc.h:374
 msgid "Skip frames"
 msgstr ""
 
-#: src/libvlc.h:372
+#: src/libvlc.h:376
 msgid ""
 "This option enables framedropping on MPEG2 stream. Framedropping occurs when "
 "your computer is not powerful enough"
 msgstr ""
 
-#: src/libvlc.h:375
+#: src/libvlc.h:379
 #, fuzzy
 msgid "Drop late frames"
 msgstr "Display resolution"
 
-#: src/libvlc.h:377
+#: src/libvlc.h:381
 msgid ""
 "This drops frames that are late (arrive to the video output after their "
 "intended display date)."
 msgstr ""
 
-#: src/libvlc.h:380
+#: src/libvlc.h:384
 msgid "Quiet synchro"
 msgstr ""
 
-#: src/libvlc.h:382
+#: src/libvlc.h:386
 msgid ""
 "This avoids flooding the message log with debug output from the video output "
 "synchronization mechanism."
 msgstr ""
 
-#: src/libvlc.h:391
+#: src/libvlc.h:395
 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 "
@@ -1882,17 +1893,17 @@ msgstr ""
 "as the DVD or VCD device, the network interface settings or the subtitle "
 "channel."
 
-#: src/libvlc.h:396
+#: src/libvlc.h:400
 msgid ""
 "If you live in France, it is not allowed to workaround any Digital "
 "Restrictions Management measure."
 msgstr ""
 
-#: src/libvlc.h:399
+#: src/libvlc.h:403
 msgid "Clock reference average counter"
 msgstr ""
 
-#: src/libvlc.h:401
+#: src/libvlc.h:405
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
@@ -1900,27 +1911,27 @@ msgstr ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
 
-#: src/libvlc.h:404
+#: src/libvlc.h:408
 msgid "Clock synchronisation"
 msgstr "Clock synchronisation"
 
-#: src/libvlc.h:406
+#: src/libvlc.h:410
 msgid ""
 "It is possible to disable the input clock synchronisation for real-time "
 "sources. Use this if you experience jerky playback of network streams."
 msgstr ""
 
-#: src/libvlc.h:410 modules/control/netsync.c:71
+#: src/libvlc.h:414 modules/control/netsync.c:71
 msgid "Network synchronisation"
 msgstr ""
 
-#: src/libvlc.h:411
+#: src/libvlc.h:415
 msgid ""
 "This allows you to remotely synchronise clocks for server and client. The "
 "detailed settings are available in Advanced / Network Sync."
 msgstr ""
 
-#: src/libvlc.h:417 src/libvlc.h:964 src/video_output/vout_intf.c:261
+#: src/libvlc.h:421 src/libvlc.h:972 src/video_output/vout_intf.c:261
 #: src/video_output/vout_intf.c:348 modules/access/dshow/dshow.cpp:74
 #: modules/access/dshow/dshow.cpp:76 modules/access/dshow/dshow.cpp:79
 #: modules/access/dshow/dshow.cpp:85 modules/audio_output/alsa.c:102
@@ -1933,7 +1944,7 @@ msgstr ""
 msgid "Default"
 msgstr ""
 
-#: src/libvlc.h:417 modules/gui/macosx/equalizer.m:145
+#: src/libvlc.h:421 modules/gui/macosx/equalizer.m:145
 #: modules/gui/macosx/extended.m:113 modules/gui/macosx/wizard.m:395
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:633
 #: modules/gui/wxwidgets/extrapanel.cpp:216
@@ -1941,19 +1952,19 @@ msgstr ""
 msgid "Enable"
 msgstr "Enable"
 
-#: src/libvlc.h:419
+#: src/libvlc.h:423
 msgid "UDP port"
 msgstr ""
 
-#: src/libvlc.h:421
+#: src/libvlc.h:425
 msgid "This is the default port used for UDP streams. Default is 1234."
 msgstr ""
 
-#: src/libvlc.h:423
+#: src/libvlc.h:427
 msgid "MTU of the network interface"
 msgstr ""
 
-#: src/libvlc.h:425
+#: src/libvlc.h:429
 #, fuzzy
 msgid ""
 "This is the maximum packet size that can be transmitted over the network "
@@ -1962,11 +1973,11 @@ msgstr ""
 "This is the typical size of UDP packets that we expect. On Ethernet it is "
 "usually 1500."
 
-#: src/libvlc.h:428
+#: src/libvlc.h:432
 msgid "Hop limit (TTL)"
 msgstr ""
 
-#: src/libvlc.h:430
+#: src/libvlc.h:434
 #, fuzzy
 msgid ""
 "This is the hop limit (also known as \"Time-To-Live\" or TTL) of the "
@@ -1976,27 +1987,27 @@ msgstr ""
 "Indicate here the Time To Live of the multicast packets sent by the stream "
 "output."
 
-#: src/libvlc.h:434
+#: src/libvlc.h:438
 #, fuzzy
 msgid "IPv6 multicast output interface"
 msgstr "Remote control interface"
 
-#: src/libvlc.h:436
+#: src/libvlc.h:440
 msgid "Default IPv6 multicast interface. This overrides the routing table."
 msgstr ""
 
-#: src/libvlc.h:438
+#: src/libvlc.h:442
 #, fuzzy
 msgid "IPv4 multicast output interface address"
 msgstr "Remote control interface"
 
-#: src/libvlc.h:440
+#: src/libvlc.h:444
 msgid ""
 "IPv4 adress for the default multicast interface. This overrides the routing "
 "table."
 msgstr ""
 
-#: src/libvlc.h:445
+#: src/libvlc.h:449
 #, fuzzy
 msgid ""
 "Choose the program to select by giving its Service ID. Only use this option "
@@ -2006,7 +2017,7 @@ msgstr ""
 "Only use this option if you want to read multi-programme stream (like DVB "
 "stream for example)."
 
-#: src/libvlc.h:451
+#: src/libvlc.h:455
 #, fuzzy
 msgid ""
 "Choose the programs to select by giving a comma-separated list of Service "
@@ -2017,34 +2028,34 @@ msgstr ""
 "Only use this option if you want to read a multi-programme stream (like DVB "
 "streams for example)."
 
-#: src/libvlc.h:457 modules/gui/wxwidgets/dialogs/open.cpp:779
+#: src/libvlc.h:461 modules/gui/wxwidgets/dialogs/open.cpp:779
 #, fuzzy
 msgid "Audio track"
 msgstr "Subtitle track: %s"
 
-#: src/libvlc.h:459
+#: src/libvlc.h:463
 #, fuzzy
 msgid "Stream number of the audio track to use (from 0 to n)."
 msgstr ""
 "Give the default type of audio you want to use in a DVD. (Developers only)"
 
-#: src/libvlc.h:462 modules/gui/wxwidgets/dialogs/open.cpp:771
+#: src/libvlc.h:466 modules/gui/wxwidgets/dialogs/open.cpp:771
 #, fuzzy
 msgid "Subtitles track"
 msgstr "Subtitles Track"
 
-#: src/libvlc.h:464
+#: src/libvlc.h:468
 #, fuzzy
 msgid "Stream number of the subtitle track to use (from 0 to n)."
 msgstr ""
 "Give the default type of audio you want to use in a DVD. (Developers only)"
 
-#: src/libvlc.h:467
+#: src/libvlc.h:471
 #, fuzzy
 msgid "Audio language"
 msgstr "Language"
 
-#: src/libvlc.h:469
+#: src/libvlc.h:473
 #, fuzzy
 msgid ""
 "Language of the audio track you want to use (comma separated, two or three "
@@ -2052,67 +2063,67 @@ msgid ""
 msgstr ""
 "Give the default type of audio you want to use in a DVD. (Developers only)"
 
-#: src/libvlc.h:472
+#: src/libvlc.h:476
 #, fuzzy
 msgid "Subtitle language"
 msgstr "Subtitles Track"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:478
 msgid ""
 "Language of the subtitle track you want to use (comma separated, two or tree "
 "letter country code)."
 msgstr ""
 
-#: src/libvlc.h:478
+#: src/libvlc.h:482
 #, fuzzy
 msgid "Audio track ID"
 msgstr "Subtitle track: %s"
 
-#: src/libvlc.h:480
+#: src/libvlc.h:484
 #, fuzzy
 msgid "Stream ID of the audio track to use."
 msgstr ""
 "Give the default type of audio you want to use in a DVD. (Developers only)"
 
-#: src/libvlc.h:482
+#: src/libvlc.h:486
 #, fuzzy
 msgid "Subtitles track ID"
 msgstr "Subtitles Track"
 
-#: src/libvlc.h:484
+#: src/libvlc.h:488
 msgid "Stream ID of the subtitle track to use."
 msgstr ""
 
-#: src/libvlc.h:486
+#: src/libvlc.h:490
 msgid "Input repetitions"
 msgstr ""
 
-#: src/libvlc.h:488
+#: src/libvlc.h:492
 msgid "Number of time the same input will be repeated"
 msgstr ""
 
-#: src/libvlc.h:490
+#: src/libvlc.h:494
 msgid "Start time"
 msgstr ""
 
-#: src/libvlc.h:492
+#: src/libvlc.h:496
 msgid "The stream will start at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:494
+#: src/libvlc.h:498
 #, fuzzy
 msgid "Stop time"
 msgstr "Codec setting"
 
-#: src/libvlc.h:496
+#: src/libvlc.h:500
 msgid "The stream will stop at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:498
+#: src/libvlc.h:502
 msgid "Input list"
 msgstr ""
 
-#: src/libvlc.h:500
+#: src/libvlc.h:504
 #, fuzzy
 msgid ""
 "You can give a comma-separated list of inputs that will be concatenated "
@@ -2120,11 +2131,11 @@ msgid ""
 msgstr ""
 "Allows you to modify the user name that will be used for the connection."
 
-#: src/libvlc.h:503
+#: src/libvlc.h:507
 msgid "Input slave (experimental)"
 msgstr ""
 
-#: src/libvlc.h:505
+#: src/libvlc.h:509
 msgid ""
 "This allows you to play from several inputs at the same time. This feature "
 "is experimental, not all formats are supported. Use a '#' separated list of "
@@ -2134,11 +2145,11 @@ msgstr ""
 "is experimental, not all formats are supported. Use a “#” separated list of "
 "input."
 
-#: src/libvlc.h:509
+#: src/libvlc.h:513
 msgid "Bookmarks list for a stream"
 msgstr ""
 
-#: src/libvlc.h:511
+#: src/libvlc.h:515
 #, fuzzy
 msgid ""
 "You can manually give a list of bookmarks for a stream in the form "
@@ -2149,7 +2160,7 @@ msgstr ""
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
 "{...}\""
 
-#: src/libvlc.h:517
+#: src/libvlc.h:521
 msgid ""
 "These options allow you to modify the behavior of the subpictures subsystem. "
 "You can for example enable subpictures filters (logo, etc.). Enable these "
@@ -2161,11 +2172,11 @@ msgstr ""
 "these filters here and configure them in the \"subpictures filters\" modules "
 "section. You can also set many miscellaneous subpictures options."
 
-#: src/libvlc.h:523
+#: src/libvlc.h:527
 msgid "Force subtitle position"
 msgstr ""
 
-#: src/libvlc.h:525
+#: src/libvlc.h:529
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
@@ -2173,21 +2184,21 @@ msgstr ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
 
-#: src/libvlc.h:528
+#: src/libvlc.h:532
 #, fuzzy
 msgid "Enable sub-pictures"
 msgstr "Subtitles Track"
 
-#: src/libvlc.h:530
+#: src/libvlc.h:534
 msgid "You can completely disable the sub-picture processing."
 msgstr ""
 
-#: src/libvlc.h:532 src/libvlc.h:1324 src/misc/iso-639_def.h:143
+#: src/libvlc.h:536 src/libvlc.h:1334 src/misc/iso-639_def.h:143
 #: modules/stream_out/transcode.c:281
 msgid "On Screen Display"
 msgstr ""
 
-#: src/libvlc.h:534
+#: src/libvlc.h:538
 #, fuzzy
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
@@ -2196,32 +2207,32 @@ msgstr ""
 "VLC can display messages on the video. This is called OSD (On Screen "
 "Display). You can disable this feature here."
 
-#: src/libvlc.h:537
+#: src/libvlc.h:541
 #, fuzzy
 msgid "Text rendering module"
 msgstr "Text rendering"
 
-#: src/libvlc.h:539
+#: src/libvlc.h:543
 msgid ""
 "VLC normally uses Freetype for rendering, but this allows you to use svg for "
 "instance."
 msgstr ""
 
-#: src/libvlc.h:542
+#: src/libvlc.h:546
 msgid "Subpictures filter module"
 msgstr ""
 
-#: src/libvlc.h:544
+#: src/libvlc.h:548
 msgid ""
 "This adds so-called \"subpicture filters\". These filters overlay some "
 "images or text over the video (like a logo, arbitraty text...)."
 msgstr ""
 
-#: src/libvlc.h:547
+#: src/libvlc.h:551
 msgid "Autodetect subtitle files"
 msgstr ""
 
-#: src/libvlc.h:549
+#: src/libvlc.h:553
 #, fuzzy
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified "
@@ -2229,11 +2240,11 @@ msgid ""
 msgstr ""
 "Automatically detect a subtitle file, if no subtitle filename is specified."
 
-#: src/libvlc.h:552
+#: src/libvlc.h:556
 msgid "Subtitle autodetection fuzziness"
 msgstr "Subtitle auto-detection fuzziness"
 
-#: src/libvlc.h:554
+#: src/libvlc.h:558
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -2251,11 +2262,11 @@ msgstr ""
 "3 = subtitle file matching the movie name with additional chars\n"
 "4 = subtitle file matching the movie name exactly"
 
-#: src/libvlc.h:562
+#: src/libvlc.h:566
 msgid "Subtitle autodetection paths"
 msgstr "Subtitle auto-detection paths"
 
-#: src/libvlc.h:564
+#: src/libvlc.h:568
 msgid ""
 "Look for a subtitle file in those paths too, if your subtitle file was not "
 "found in the current directory."
@@ -2263,11 +2274,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:567
+#: src/libvlc.h:571
 msgid "Use subtitle file"
 msgstr ""
 
-#: src/libvlc.h:569
+#: src/libvlc.h:573
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
@@ -2275,11 +2286,11 @@ msgstr ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
 
-#: src/libvlc.h:572
+#: src/libvlc.h:576
 msgid "DVD device"
 msgstr ""
 
-#: src/libvlc.h:575
+#: src/libvlc.h:579
 msgid ""
 "This is the default DVD drive (or file) to use. Don't forget the colon after "
 "the drive letter (eg. D:)"
@@ -2287,15 +2298,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:579
+#: src/libvlc.h:583
 msgid "This is the default DVD device to use."
 msgstr ""
 
-#: src/libvlc.h:582
+#: src/libvlc.h:586
 msgid "VCD device"
 msgstr ""
 
-#: src/libvlc.h:585
+#: src/libvlc.h:589
 msgid ""
 "This is the default VCD device to use. If you don't specify anything, we'll "
 "scan for a suitable CD-ROM device."
@@ -2303,15 +2314,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:589
+#: src/libvlc.h:593
 msgid "This is the default VCD device to use."
 msgstr ""
 
-#: src/libvlc.h:592
+#: src/libvlc.h:596
 msgid "Audio CD device"
 msgstr "Audio CD device"
 
-#: src/libvlc.h:595
+#: src/libvlc.h:599
 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."
@@ -2319,134 +2330,134 @@ 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:599
+#: src/libvlc.h:603
 msgid "This is the default Audio CD device to use."
 msgstr ""
 
-#: src/libvlc.h:602 modules/gui/wxwidgets/dialogs/open.cpp:841
+#: src/libvlc.h:606 modules/gui/wxwidgets/dialogs/open.cpp:841
 msgid "Force IPv6"
 msgstr ""
 
-#: src/libvlc.h:604
+#: src/libvlc.h:608
 #, fuzzy
 msgid "IPv6 will be used by default for all connections."
 msgstr ""
 "If you check this box, IPv6 will be used by default for all UDP and HTTP "
 "connections."
 
-#: src/libvlc.h:606
+#: src/libvlc.h:610
 msgid "Force IPv4"
 msgstr ""
 
-#: src/libvlc.h:608
+#: src/libvlc.h:612
 #, fuzzy
 msgid "IPv4 will be used by default for all connections."
 msgstr ""
 "If you check this box, IPv4 will be used by default for all UDP and HTTP "
 "connections."
 
-#: src/libvlc.h:610
+#: src/libvlc.h:614
 msgid "TCP connection timeout"
 msgstr ""
 
-#: src/libvlc.h:612
+#: src/libvlc.h:616
 #, fuzzy
 msgid "Default TCP connection timeout (in milliseconds). "
 msgstr ""
 "Allows you to modify the default caching value for v4l streams. This value "
 "should be set in millisecond units."
 
-#: src/libvlc.h:614
+#: src/libvlc.h:618
 msgid "SOCKS server"
 msgstr ""
 
-#: src/libvlc.h:616
+#: src/libvlc.h:620
 msgid ""
 "SOCKS proxy server to use. This must be of the form address:port. It will be "
 "used for all TCP connections"
 msgstr ""
 
-#: src/libvlc.h:619
+#: src/libvlc.h:623
 msgid "SOCKS user name"
 msgstr ""
 
-#: src/libvlc.h:621
+#: src/libvlc.h:625
 msgid "User name to be used for connection to the SOCKS proxy."
 msgstr ""
 
-#: src/libvlc.h:623
+#: src/libvlc.h:627
 msgid "SOCKS password"
 msgstr ""
 
-#: src/libvlc.h:625
+#: src/libvlc.h:629
 msgid "Password to be used for connection to the SOCKS proxy."
 msgstr ""
 
-#: src/libvlc.h:627
+#: src/libvlc.h:631
 msgid "Title metadata"
 msgstr ""
 
-#: src/libvlc.h:629
+#: src/libvlc.h:633
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:631
+#: src/libvlc.h:635
 msgid "Author metadata"
 msgstr ""
 
-#: src/libvlc.h:633
+#: src/libvlc.h:637
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:635
+#: src/libvlc.h:639
 msgid "Artist metadata"
 msgstr ""
 
-#: src/libvlc.h:637
+#: src/libvlc.h:641
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:639
+#: src/libvlc.h:643
 msgid "Genre metadata"
 msgstr ""
 
-#: src/libvlc.h:641
+#: src/libvlc.h:645
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:643
+#: src/libvlc.h:647
 msgid "Copyright metadata"
 msgstr ""
 
-#: src/libvlc.h:645
+#: src/libvlc.h:649
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:647
+#: src/libvlc.h:651
 msgid "Description metadata"
 msgstr ""
 
-#: src/libvlc.h:649
+#: src/libvlc.h:653
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:651
+#: src/libvlc.h:655
 msgid "Date metadata"
 msgstr ""
 
-#: src/libvlc.h:653
+#: src/libvlc.h:657
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:655
+#: src/libvlc.h:659
 msgid "URL metadata"
 msgstr ""
 
-#: src/libvlc.h:657
+#: src/libvlc.h:661
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:661
+#: src/libvlc.h:665
 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 "
@@ -2456,12 +2467,12 @@ msgstr ""
 "(decompression methods). Only advanced users should alter this option as it "
 "can break playback of all your streams."
 
-#: src/libvlc.h:665
+#: src/libvlc.h:669
 #, fuzzy
 msgid "Preferred decoders list"
 msgstr "Preferred encoders list"
 
-#: src/libvlc.h:667
+#: src/libvlc.h:671
 msgid ""
 "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. Only advanced "
@@ -2471,18 +2482,18 @@ msgstr ""
 "try the dummy and a52 codecs before trying the other ones. Only advanced "
 "users should alter this option as it can break playback of all your streams."
 
-#: src/libvlc.h:672
+#: src/libvlc.h:676
 msgid "Preferred encoders list"
 msgstr "Preferred encoders list"
 
-#: src/libvlc.h:674
+#: src/libvlc.h:678
 #, fuzzy
 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:683
+#: src/libvlc.h:687
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
@@ -2490,38 +2501,38 @@ msgstr ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
 
-#: src/libvlc.h:686
+#: src/libvlc.h:690
 msgid "Default stream output chain"
 msgstr ""
 
-#: src/libvlc.h:688
+#: src/libvlc.h:692
 msgid ""
 "You can enter here a default stream output chain. Refer to the documentation "
 "to learn how to build such chains.Warning: this chain will be enabled for "
 "all streams."
 msgstr ""
 
-#: src/libvlc.h:692
+#: src/libvlc.h:696
 msgid "Enable streaming of all ES"
 msgstr ""
 
-#: src/libvlc.h:694
+#: src/libvlc.h:698
 msgid "Stream all elementary streams (video, audio and subtitles)"
 msgstr ""
 
-#: src/libvlc.h:696
+#: src/libvlc.h:700
 msgid "Display while streaming"
 msgstr ""
 
-#: src/libvlc.h:698
+#: src/libvlc.h:702
 msgid "Play locally the stream while streaming it."
 msgstr ""
 
-#: src/libvlc.h:700
+#: src/libvlc.h:704
 msgid "Enable video stream output"
 msgstr ""
 
-#: src/libvlc.h:702
+#: src/libvlc.h:706
 #, fuzzy
 msgid ""
 "Choose whether the video stream should be redirected to the stream output "
@@ -2530,11 +2541,11 @@ 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:705
+#: src/libvlc.h:709
 msgid "Enable audio stream output"
 msgstr ""
 
-#: src/libvlc.h:707
+#: src/libvlc.h:711
 #, fuzzy
 msgid ""
 "Choose whether the audio stream should be redirected to the stream output "
@@ -2543,12 +2554,12 @@ 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:710
+#: src/libvlc.h:714
 #, fuzzy
 msgid "Enable SPU stream output"
 msgstr "File stream output"
 
-#: src/libvlc.h:712
+#: src/libvlc.h:716
 #, fuzzy
 msgid ""
 "Choose whether the SPU streams should be redirected to the stream output "
@@ -2557,11 +2568,11 @@ 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:715
+#: src/libvlc.h:719
 msgid "Keep stream output open"
 msgstr "Keep stream output open"
 
-#: src/libvlc.h:717
+#: src/libvlc.h:721
 msgid ""
 "This allows you to keep an unique stream output instance across multiple "
 "playlist item (automatically insert the gather stream output if not "
@@ -2571,37 +2582,37 @@ msgstr ""
 "playlist item (automatically insert the gather stream output if not "
 "specified)"
 
-#: src/libvlc.h:721
+#: src/libvlc.h:725
 msgid "Preferred packetizer list"
 msgstr "Preferred packetiser list"
 
-#: src/libvlc.h:723
+#: src/libvlc.h:727
 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:726
+#: src/libvlc.h:730
 msgid "Mux module"
 msgstr ""
 
-#: src/libvlc.h:728
+#: src/libvlc.h:732
 msgid "This is a legacy entry to let you configure mux modules"
 msgstr ""
 
-#: src/libvlc.h:730
+#: src/libvlc.h:734
 msgid "Access output module"
 msgstr ""
 
-#: src/libvlc.h:732
+#: src/libvlc.h:736
 msgid "This is a legacy entry to let you configure access output modules"
 msgstr ""
 
-#: src/libvlc.h:734
+#: src/libvlc.h:738
 msgid "Control SAP flow"
 msgstr ""
 
-#: src/libvlc.h:736
+#: src/libvlc.h:740
 #, fuzzy
 msgid ""
 "If this option is enabled, the flow on the SAP multicast address will be "
@@ -2610,11 +2621,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:740
+#: src/libvlc.h:744
 msgid "SAP announcement interval"
 msgstr ""
 
-#: src/libvlc.h:742
+#: src/libvlc.h:746
 #, fuzzy
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
@@ -2623,7 +2634,7 @@ msgstr ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
 "between SAP announcements"
 
-#: src/libvlc.h:752
+#: src/libvlc.h:756
 #, fuzzy
 msgid ""
 "These options allow you to enable special CPU optimizations. You should "
@@ -2632,21 +2643,21 @@ msgstr ""
 "These options allow you to enable special CPU optimisations.\n"
 "You should always leave all these enabled."
 
-#: src/libvlc.h:755
+#: src/libvlc.h:759
 msgid "Enable FPU support"
 msgstr ""
 
-#: src/libvlc.h:757
+#: src/libvlc.h:761
 msgid ""
 "If your processor has a floating point calculation unit, VLC can take "
 "advantage of it."
 msgstr ""
 
-#: src/libvlc.h:760
+#: src/libvlc.h:764
 msgid "Enable CPU MMX support"
 msgstr ""
 
-#: src/libvlc.h:762
+#: src/libvlc.h:766
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
@@ -2654,11 +2665,11 @@ msgstr ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
 
-#: src/libvlc.h:765
+#: src/libvlc.h:769
 msgid "Enable CPU 3D Now! support"
 msgstr ""
 
-#: src/libvlc.h:767
+#: src/libvlc.h:771
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
@@ -2666,11 +2677,11 @@ msgstr ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
 
-#: src/libvlc.h:770
+#: src/libvlc.h:774
 msgid "Enable CPU MMX EXT support"
 msgstr ""
 
-#: src/libvlc.h:772
+#: src/libvlc.h:776
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
@@ -2678,11 +2689,11 @@ msgstr ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
 
-#: src/libvlc.h:775
+#: src/libvlc.h:779
 msgid "Enable CPU SSE support"
 msgstr ""
 
-#: src/libvlc.h:777
+#: src/libvlc.h:781
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
@@ -2690,11 +2701,11 @@ msgstr ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
 
-#: src/libvlc.h:780
+#: src/libvlc.h:784
 msgid "Enable CPU SSE2 support"
 msgstr ""
 
-#: src/libvlc.h:782
+#: src/libvlc.h:786
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
 "of them."
@@ -2702,11 +2713,11 @@ msgstr ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
 "of them."
 
-#: src/libvlc.h:785
+#: src/libvlc.h:789
 msgid "Enable CPU AltiVec support"
 msgstr ""
 
-#: src/libvlc.h:787
+#: src/libvlc.h:791
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
@@ -2714,7 +2725,7 @@ msgstr ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
 
-#: src/libvlc.h:792
+#: src/libvlc.h:796
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
@@ -2722,11 +2733,11 @@ msgstr ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
 
-#: src/libvlc.h:795
+#: src/libvlc.h:799
 msgid "Memory copy module"
 msgstr ""
 
-#: src/libvlc.h:797
+#: src/libvlc.h:801
 msgid ""
 "You can select which memory copy module you want to use. By default VLC will "
 "select the fastest one supported by your hardware."
@@ -2734,32 +2745,32 @@ 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:800
+#: src/libvlc.h:804
 msgid "Access module"
 msgstr ""
 
-#: src/libvlc.h:802
+#: src/libvlc.h:806
 msgid ""
 "This allows you to force an access module. You can use it if the correct "
 "access is not automatically detected. You should not set this as a global "
 "option unless you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:806
+#: src/libvlc.h:810
 msgid "Access filter module"
 msgstr ""
 
-#: src/libvlc.h:808
+#: src/libvlc.h:812
 msgid ""
 "Access filters are used to modify the stream that is being read. This is "
 "used for instance for timeshifting."
 msgstr ""
 
-#: src/libvlc.h:811
+#: src/libvlc.h:815
 msgid "Demux module"
 msgstr ""
 
-#: src/libvlc.h:813
+#: src/libvlc.h:817
 msgid ""
 "Demultiplexers are used to separate the \"elementary\" streams (like audio "
 "and video streams). You can use it if the correct demuxer is not "
@@ -2767,11 +2778,11 @@ msgid ""
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:818
+#: src/libvlc.h:822
 msgid "Allow real-time priority"
 msgstr ""
 
-#: src/libvlc.h:820
+#: src/libvlc.h:824
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -2783,11 +2794,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:826
+#: src/libvlc.h:830
 msgid "Adjust VLC priority"
 msgstr ""
 
-#: src/libvlc.h:828
+#: src/libvlc.h:832
 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 "
@@ -2797,92 +2808,92 @@ msgstr ""
 "You can use it to tune VLC priority against other programs, or against other "
 "VLC instances."
 
-#: src/libvlc.h:832
+#: src/libvlc.h:836
 msgid "Minimize number of threads"
 msgstr "Minimise number of threads"
 
-#: src/libvlc.h:834
+#: src/libvlc.h:838
 #, fuzzy
 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:836
+#: src/libvlc.h:840
 msgid "Modules search path"
 msgstr ""
 
-#: src/libvlc.h:838
+#: src/libvlc.h:842
 #, fuzzy
 msgid "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:840
+#: src/libvlc.h:844
 #, fuzzy
 msgid "VLM configuration file"
 msgstr "Advanced options..."
 
-#: src/libvlc.h:842
+#: src/libvlc.h:846
 msgid "Read a VLM configuration file as soon as VLM is started."
 msgstr ""
 
-#: src/libvlc.h:844
+#: src/libvlc.h:848
 msgid "Use a plugins cache"
 msgstr ""
 
-#: src/libvlc.h:846
+#: src/libvlc.h:850
 msgid "Use a plugins cache which will greatly improve the startup time of VLC."
 msgstr ""
 
-#: src/libvlc.h:848
+#: src/libvlc.h:852
 msgid "Collect statistics"
 msgstr ""
 
-#: src/libvlc.h:850
+#: src/libvlc.h:854
 #, fuzzy
 msgid "Collect miscellaneous statistics."
 msgstr ""
 "This option allows you to specify an additional path for VLC to look for its "
 "modules."
 
-#: src/libvlc.h:852
+#: src/libvlc.h:856
 msgid "Run as daemon process"
 msgstr ""
 
-#: src/libvlc.h:854
+#: src/libvlc.h:858
 msgid "Runs VLC as a background daemon process."
 msgstr ""
 
-#: src/libvlc.h:856
+#: src/libvlc.h:860
 msgid "Write process id to file"
 msgstr ""
 
-#: src/libvlc.h:858
+#: src/libvlc.h:862
 msgid "Writes process id into specified file."
 msgstr ""
 
-#: src/libvlc.h:860
+#: src/libvlc.h:864
 #, fuzzy
 msgid "Log to file"
 msgstr "Choose file"
 
-#: src/libvlc.h:862
+#: src/libvlc.h:866
 msgid "Log all VLC messages to a text file."
 msgstr ""
 
-#: src/libvlc.h:864
+#: src/libvlc.h:868
 msgid "Log to syslog"
 msgstr ""
 
-#: src/libvlc.h:866
+#: src/libvlc.h:870
 msgid "Log all VLC messages to syslog (UNIX systems)."
 msgstr ""
 
-#: src/libvlc.h:868
+#: src/libvlc.h:872
 msgid "Allow only one running instance"
 msgstr ""
 
-#: src/libvlc.h:870
+#: src/libvlc.h:874
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
 "example if you associated VLC with some media types and you don't want a new "
@@ -2896,27 +2907,27 @@ msgstr ""
 "explorer. This option will allow you to play the file with the already "
 "running instance or enqueue it."
 
-#: src/libvlc.h:876
+#: src/libvlc.h:880
 msgid "VLC is started from file association"
 msgstr ""
 
-#: src/libvlc.h:878
+#: src/libvlc.h:882
 msgid "Tell VLC that it is being launched due to a file association in the OS"
 msgstr ""
 
-#: src/libvlc.h:881
+#: src/libvlc.h:885
 msgid "One instance when started from file"
 msgstr ""
 
-#: src/libvlc.h:883
+#: src/libvlc.h:887
 msgid "Allow only one running instance when started from file."
 msgstr ""
 
-#: src/libvlc.h:885
+#: src/libvlc.h:889
 msgid "Increase the priority of the process"
 msgstr ""
 
-#: src/libvlc.h:887
+#: src/libvlc.h:891
 #, fuzzy
 msgid ""
 "Increasing the priority of the process will very likely improve your playing "
@@ -2933,11 +2944,11 @@ msgstr ""
 "the processor time and render the whole system unresponsive which might "
 "require a reboot of your machine."
 
-#: src/libvlc.h:894
+#: src/libvlc.h:898
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr ""
 
-#: src/libvlc.h:896
+#: src/libvlc.h:900
 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 "
@@ -2947,11 +2958,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:901
+#: src/libvlc.h:905
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr ""
 
-#: src/libvlc.h:904
+#: src/libvlc.h:908
 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 "
@@ -2965,17 +2976,17 @@ msgstr ""
 "robust. Currently you can choose between implementation 0 (which is the "
 "fastest but slightly incorrect), 1 (default) and 2."
 
-#: src/libvlc.h:913
+#: src/libvlc.h:917
 msgid "Enqueue items to playlist when in one instance mode"
 msgstr ""
 
-#: src/libvlc.h:915
+#: src/libvlc.h:919
 msgid ""
 "When using the one instance only option, enqueue items to playlist and keep "
 "playing current item."
 msgstr ""
 
-#: src/libvlc.h:924
+#: src/libvlc.h:928
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
@@ -2983,21 +2994,21 @@ msgstr ""
 "These options define the behaviour of the playlist. Some of them can be "
 "overridden in the playlist dialogue box."
 
-#: src/libvlc.h:927
+#: src/libvlc.h:931
 msgid "Automatically preparse files"
 msgstr ""
 
-#: src/libvlc.h:929
+#: src/libvlc.h:933
 msgid ""
 "Automatically preparse files added to the playlist (to retrieve some "
 "metadata)."
 msgstr ""
 
-#: src/libvlc.h:932
+#: src/libvlc.h:936
 msgid "Services discovery modules"
 msgstr ""
 
-#: src/libvlc.h:934
+#: src/libvlc.h:938
 msgid ""
 "Specifies the services discovery modules to load, separated by semi-colons. "
 "Typical values are sap, hal, ..."
@@ -3005,168 +3016,177 @@ msgstr ""
 "Specifies the services discovery modules to load, separated by semicolons. "
 "Typical values are sap, hal, ..."
 
-#: src/libvlc.h:937
+#: src/libvlc.h:941
 msgid "Play files randomly forever"
 msgstr ""
 
-#: src/libvlc.h:939
+#: src/libvlc.h:943
 #, fuzzy
 msgid "VLC will randomly play files in the playlist until interrupted."
 msgstr ""
 "When selected, VLC will randomly play files in the playlist until "
 "interrupted."
 
-#: src/libvlc.h:941
+#: src/libvlc.h:945
 msgid "Repeat all"
 msgstr ""
 
-#: src/libvlc.h:943
+#: src/libvlc.h:947
 #, fuzzy
 msgid "VLC will keep playing the playlist indefinitely."
 msgstr ""
 "If you want VLC to keep playing the playlist indefinitely then enable this "
 "option."
 
-#: src/libvlc.h:945
+#: src/libvlc.h:949
 msgid "Repeat current item"
 msgstr ""
 
-#: src/libvlc.h:947
+#: src/libvlc.h:951
 #, fuzzy
 msgid "VLC will keep playing the current playlist item."
 msgstr ""
 "When this is active, VLC will keep playing the current playlist item over "
 "and over again."
 
-#: src/libvlc.h:949
+#: src/libvlc.h:953
 msgid "Play and stop"
 msgstr ""
 
-#: src/libvlc.h:951
+#: src/libvlc.h:955
 msgid "Stop the playlist after each played playlist item."
 msgstr ""
 
-#: src/libvlc.h:953
+#: src/libvlc.h:957
+msgid "Play and exit"
+msgstr ""
+
+#: src/libvlc.h:959
+#, fuzzy
+msgid "Exit if there are no more items in the playlist."
+msgstr "&Shuffle Playlist"
+
+#: src/libvlc.h:961
 msgid "Use media library"
 msgstr ""
 
-#: src/libvlc.h:955
+#: src/libvlc.h:963
 msgid ""
 "The media library is automatically saved and reloaded each time you start "
 "VLC."
 msgstr ""
 
-#: src/libvlc.h:958
+#: src/libvlc.h:966
 #, fuzzy
 msgid "Use playlist tree"
 msgstr "&Shuffle Playlist"
 
-#: src/libvlc.h:960
+#: src/libvlc.h:968
 msgid ""
 "The playlist can use a tree to categorize some items, like the contents of a "
 "directory. \"Default\" means that the tree will only be used when really "
 "needed."
 msgstr ""
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 msgid "Always"
 msgstr ""
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 msgid "Never"
 msgstr ""
 
-#: src/libvlc.h:973
+#: src/libvlc.h:981
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr ""
 
-#: src/libvlc.h:976 src/video_output/vout_intf.c:408
+#: src/libvlc.h:984 src/video_output/vout_intf.c:408
 #: modules/gui/beos/VideoOutput.cpp:1057 modules/gui/macosx/applescript.m:126
-#: modules/gui/macosx/controls.m:338 modules/gui/macosx/controls.m:754
-#: modules/gui/macosx/controls.m:784 modules/gui/macosx/embeddedwindow.m:44
+#: modules/gui/macosx/controls.m:344 modules/gui/macosx/controls.m:760
+#: modules/gui/macosx/controls.m:790 modules/gui/macosx/embeddedwindow.m:44
 #: modules/gui/macosx/intf.m:497 modules/gui/macosx/intf.m:573
 #: modules/gui/macosx/intf.m:629
 msgid "Fullscreen"
 msgstr ""
 
-#: src/libvlc.h:977
+#: src/libvlc.h:985
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr ""
 
-#: src/libvlc.h:978 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
+#: src/libvlc.h:986 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
 #: modules/gui/wxwidgets/interface.cpp:1504
 msgid "Play/Pause"
 msgstr ""
 
-#: src/libvlc.h:979
+#: src/libvlc.h:987
 msgid "Select the hotkey to use to swap paused state."
 msgstr ""
 
-#: src/libvlc.h:980
+#: src/libvlc.h:988
 msgid "Pause only"
 msgstr ""
 
-#: src/libvlc.h:981
+#: src/libvlc.h:989
 msgid "Select the hotkey to use to pause."
 msgstr ""
 
-#: src/libvlc.h:982
+#: src/libvlc.h:990
 msgid "Play only"
 msgstr ""
 
-#: src/libvlc.h:983
+#: src/libvlc.h:991
 msgid "Select the hotkey to use to play."
 msgstr ""
 
-#: src/libvlc.h:984 modules/control/hotkeys.c:713
-#: modules/gui/macosx/controls.m:687 modules/gui/macosx/intf.m:538
+#: src/libvlc.h:992 modules/control/hotkeys.c:713
+#: modules/gui/macosx/controls.m:693 modules/gui/macosx/intf.m:538
 #: modules/gui/wxwidgets/interface.cpp:695
 msgid "Faster"
 msgstr ""
 
-#: src/libvlc.h:985
+#: src/libvlc.h:993
 msgid "Select the hotkey to use for fast forward playback."
 msgstr ""
 
-#: src/libvlc.h:986 modules/control/hotkeys.c:721
-#: modules/gui/macosx/controls.m:688 modules/gui/macosx/intf.m:539
+#: src/libvlc.h:994 modules/control/hotkeys.c:721
+#: modules/gui/macosx/controls.m:694 modules/gui/macosx/intf.m:539
 #: modules/gui/wxwidgets/interface.cpp:694
 msgid "Slower"
 msgstr ""
 
-#: src/libvlc.h:987
+#: src/libvlc.h:995
 msgid "Select the hotkey to use for slow motion playback."
 msgstr ""
 
-#: src/libvlc.h:988 modules/control/hotkeys.c:680
-#: modules/gui/macosx/controls.m:708 modules/gui/macosx/intf.m:496
+#: src/libvlc.h:996 modules/control/hotkeys.c:680
+#: modules/gui/macosx/controls.m:714 modules/gui/macosx/intf.m:496
 #: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:617
 #: modules/gui/macosx/intf.m:625 modules/gui/macosx/wizard.m:313
 #: modules/gui/macosx/wizard.m:364 modules/gui/macosx/wizard.m:1606
 #: modules/gui/wxwidgets/interface.cpp:693
 #: modules/gui/wxwidgets/interface.cpp:1509
-#: modules/gui/wxwidgets/menus.cpp:258
+#: modules/gui/wxwidgets/menus.cpp:259
 msgid "Next"
 msgstr ""
 
-#: src/libvlc.h:989
+#: src/libvlc.h:997
 msgid "Select the hotkey to use to skip to the next item in the playlist."
 msgstr ""
 
-#: src/libvlc.h:990 modules/control/hotkeys.c:692
-#: modules/gui/macosx/controls.m:707 modules/gui/macosx/intf.m:491
+#: src/libvlc.h:998 modules/control/hotkeys.c:692
+#: modules/gui/macosx/controls.m:713 modules/gui/macosx/intf.m:491
 #: modules/gui/macosx/intf.m:540 modules/gui/macosx/intf.m:618
 #: modules/gui/macosx/intf.m:624 modules/gui/wxwidgets/interface.cpp:692
 #: modules/gui/wxwidgets/interface.cpp:1508
-#: modules/gui/wxwidgets/menus.cpp:257
+#: modules/gui/wxwidgets/menus.cpp:258
 msgid "Previous"
 msgstr ""
 
-#: src/libvlc.h:991
+#: src/libvlc.h:999
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
 msgstr ""
 
-#: src/libvlc.h:992 modules/gui/macosx/controls.m:699
+#: src/libvlc.h:1000 modules/gui/macosx/controls.m:705
 #: modules/gui/macosx/intf.m:494 modules/gui/macosx/intf.m:537
 #: modules/gui/macosx/intf.m:616 modules/gui/macosx/intf.m:623
 #: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
@@ -3174,450 +3194,450 @@ msgstr ""
 #: modules/gui/wxwidgets/interface.cpp:676
 #: modules/gui/wxwidgets/interface.cpp:687
 #: modules/gui/wxwidgets/interface.cpp:1510
-#: modules/gui/wxwidgets/menus.cpp:256 modules/visualization/xosd.c:237
+#: modules/gui/wxwidgets/menus.cpp:257 modules/visualization/xosd.c:237
 msgid "Stop"
 msgstr ""
 
-#: src/libvlc.h:993
+#: src/libvlc.h:1001
 #, fuzzy
 msgid "Select the hotkey to stop playback."
 msgstr ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 
-#: src/libvlc.h:994 modules/gui/macosx/bookmarks.m:101
+#: src/libvlc.h:1002 modules/gui/macosx/bookmarks.m:101
 #: modules/gui/macosx/bookmarks.m:110 modules/gui/macosx/embeddedwindow.m:46
 #: modules/gui/macosx/intf.m:499 modules/video_filter/marq.c:122
 #: modules/video_filter/rss.c:174
 msgid "Position"
 msgstr ""
 
-#: src/libvlc.h:995
+#: src/libvlc.h:1003
 msgid "Select the hotkey to display the position."
 msgstr ""
 
-#: src/libvlc.h:997
+#: src/libvlc.h:1005
 msgid "Very short backwards jump"
 msgstr ""
 
-#: src/libvlc.h:999
+#: src/libvlc.h:1007
 #, fuzzy
 msgid "Select the hotkey to make a very short backwards jump."
 msgstr ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 
-#: src/libvlc.h:1000
+#: src/libvlc.h:1008
 #, fuzzy
 msgid "Short backwards jump"
 msgstr "Go backward"
 
-#: src/libvlc.h:1002
+#: src/libvlc.h:1010
 #, fuzzy
 msgid "Select the hotkey to make a short backwards jump."
 msgstr ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 
-#: src/libvlc.h:1003
+#: src/libvlc.h:1011
 msgid "Medium backwards jump"
 msgstr ""
 
-#: src/libvlc.h:1005
+#: src/libvlc.h:1013
 msgid "Select the hotkey to make a medium backwards jump."
 msgstr ""
 
-#: src/libvlc.h:1006
+#: src/libvlc.h:1014
 #, fuzzy
 msgid "Long backwards jump"
 msgstr "Go backward"
 
-#: src/libvlc.h:1008
+#: src/libvlc.h:1016
 #, fuzzy
 msgid "Select the hotkey to make a long backwards jump."
 msgstr ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 
-#: src/libvlc.h:1010
+#: src/libvlc.h:1018
 msgid "Very short forward jump"
 msgstr ""
 
-#: src/libvlc.h:1012
+#: src/libvlc.h:1020
 #, fuzzy
 msgid "Select the hotkey to make a very short forward jump."
 msgstr ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 
-#: src/libvlc.h:1013
+#: src/libvlc.h:1021
 msgid "Short forward jump"
 msgstr ""
 
-#: src/libvlc.h:1015
+#: src/libvlc.h:1023
 #, fuzzy
 msgid "Select the hotkey to make a short forward jump."
 msgstr ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 
-#: src/libvlc.h:1016
+#: src/libvlc.h:1024
 msgid "Medium forward jump"
 msgstr ""
 
-#: src/libvlc.h:1018
+#: src/libvlc.h:1026
 #, fuzzy
 msgid "Select the hotkey to make a medium forward jump."
 msgstr ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 
-#: src/libvlc.h:1019
+#: src/libvlc.h:1027
 msgid "Long forward jump"
 msgstr ""
 
-#: src/libvlc.h:1021
+#: src/libvlc.h:1029
 #, fuzzy
 msgid "Select the hotkey to make a long forward jump."
 msgstr ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 
-#: src/libvlc.h:1023
+#: src/libvlc.h:1031
 msgid "Very short jump length"
 msgstr ""
 
-#: src/libvlc.h:1024
+#: src/libvlc.h:1032
 msgid "Very short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1025
+#: src/libvlc.h:1033
 msgid "Short jump length"
 msgstr ""
 
-#: src/libvlc.h:1026
+#: src/libvlc.h:1034
 msgid "Short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1027
+#: src/libvlc.h:1035
 msgid "Medium jump length"
 msgstr ""
 
-#: src/libvlc.h:1028
+#: src/libvlc.h:1036
 msgid "Medium jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1029
+#: src/libvlc.h:1037
 msgid "Long jump length"
 msgstr ""
 
-#: src/libvlc.h:1030
+#: src/libvlc.h:1038
 msgid "Long jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1032 modules/control/hotkeys.c:258
+#: src/libvlc.h:1040 modules/control/hotkeys.c:258
 #: modules/gui/beos/InterfaceWindow.cpp:276
 msgid "Quit"
 msgstr ""
 
-#: src/libvlc.h:1033
+#: src/libvlc.h:1041
 msgid "Select the hotkey to quit the application."
 msgstr ""
 
-#: src/libvlc.h:1034
+#: src/libvlc.h:1042
 msgid "Navigate up"
 msgstr ""
 
-#: src/libvlc.h:1035
+#: src/libvlc.h:1043
 msgid "Select the key to move the selector up in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1036
+#: src/libvlc.h:1044
 msgid "Navigate down"
 msgstr ""
 
-#: src/libvlc.h:1037
+#: src/libvlc.h:1045
 msgid "Select the key to move the selector down in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1038
+#: src/libvlc.h:1046
 msgid "Navigate left"
 msgstr ""
 
-#: src/libvlc.h:1039
+#: src/libvlc.h:1047
 msgid "Select the key to move the selector left in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1040
+#: src/libvlc.h:1048
 msgid "Navigate right"
 msgstr ""
 
-#: src/libvlc.h:1041
+#: src/libvlc.h:1049
 msgid "Select the key to move the selector right in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1042
+#: src/libvlc.h:1050
 msgid "Activate"
 msgstr ""
 
-#: src/libvlc.h:1043
+#: src/libvlc.h:1051
 msgid "Select the key to activate selected item in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1044
+#: src/libvlc.h:1052
 msgid "Go to the DVD menu"
 msgstr ""
 
-#: src/libvlc.h:1045
+#: src/libvlc.h:1053
 #, fuzzy
 msgid "Select the key to take you to the DVD menu"
 msgstr ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 
-#: src/libvlc.h:1046
+#: src/libvlc.h:1054
 msgid "Select previous DVD title"
 msgstr ""
 
-#: src/libvlc.h:1047
+#: src/libvlc.h:1055
 #, fuzzy
 msgid "Select the key to choose the previous title from the DVD"
 msgstr ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 
-#: src/libvlc.h:1048
+#: src/libvlc.h:1056
 #, fuzzy
 msgid "Select next DVD title"
 msgstr "Next file"
 
-#: src/libvlc.h:1049
+#: src/libvlc.h:1057
 #, fuzzy
 msgid "Select the key to choose the next title from the DVD"
 msgstr ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
 
-#: src/libvlc.h:1050
+#: src/libvlc.h:1058
 msgid "Select prev DVD chapter"
 msgstr ""
 
-#: src/libvlc.h:1051
+#: src/libvlc.h:1059
 #, fuzzy
 msgid "Select the key to choose the previous chapter from the DVD"
 msgstr ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 
-#: src/libvlc.h:1052
+#: src/libvlc.h:1060
 #, fuzzy
 msgid "Select next DVD chapter"
 msgstr "Next file"
 
-#: src/libvlc.h:1053
+#: src/libvlc.h:1061
 msgid "Select the key to choose the next chapter from the DVD"
 msgstr ""
 
-#: src/libvlc.h:1054
+#: src/libvlc.h:1062
 msgid "Volume up"
 msgstr ""
 
-#: src/libvlc.h:1055
+#: src/libvlc.h:1063
 msgid "Select the key to increase audio volume."
 msgstr ""
 
-#: src/libvlc.h:1056
+#: src/libvlc.h:1064
 msgid "Volume down"
 msgstr ""
 
-#: src/libvlc.h:1057
+#: src/libvlc.h:1065
 msgid "Select the key to decrease audio volume."
 msgstr ""
 
-#: src/libvlc.h:1058 modules/gui/macosx/controls.m:744
+#: src/libvlc.h:1066 modules/gui/macosx/controls.m:750
 #: modules/gui/macosx/intf.m:558 modules/gui/macosx/intf.m:619
 #: modules/gui/macosx/intf.m:628
 msgid "Mute"
 msgstr ""
 
-#: src/libvlc.h:1059
+#: src/libvlc.h:1067
 #, fuzzy
 msgid "Select the key to mute audio."
 msgstr ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 
-#: src/libvlc.h:1060
+#: src/libvlc.h:1068
 msgid "Subtitle delay up"
 msgstr "Subtitle delay up"
 
-#: src/libvlc.h:1061
+#: src/libvlc.h:1069
 msgid "Select the key to increase the subtitle delay."
 msgstr ""
 
-#: src/libvlc.h:1062
+#: src/libvlc.h:1070
 msgid "Subtitle delay down"
 msgstr "Subtitle delay down"
 
-#: src/libvlc.h:1063
+#: src/libvlc.h:1071
 msgid "Select the key to decrease the subtitle delay."
 msgstr ""
 
-#: src/libvlc.h:1064
+#: src/libvlc.h:1072
 #, fuzzy
 msgid "Audio delay up"
 msgstr "Subtitle delay up"
 
-#: src/libvlc.h:1065
+#: src/libvlc.h:1073
 msgid "Select the key to increase the audio delay."
 msgstr ""
 
-#: src/libvlc.h:1066
+#: src/libvlc.h:1074
 #, fuzzy
 msgid "Audio delay down"
 msgstr "Subtitle delay down"
 
-#: src/libvlc.h:1067
+#: src/libvlc.h:1075
 msgid "Select the key to decrease the audio delay."
 msgstr ""
 
-#: src/libvlc.h:1068
+#: src/libvlc.h:1076
 msgid "Play playlist bookmark 1"
 msgstr ""
 
-#: src/libvlc.h:1069
+#: src/libvlc.h:1077
 msgid "Play playlist bookmark 2"
 msgstr ""
 
-#: src/libvlc.h:1070
+#: src/libvlc.h:1078
 msgid "Play playlist bookmark 3"
 msgstr ""
 
-#: src/libvlc.h:1071
+#: src/libvlc.h:1079
 msgid "Play playlist bookmark 4"
 msgstr ""
 
-#: src/libvlc.h:1072
+#: src/libvlc.h:1080
 msgid "Play playlist bookmark 5"
 msgstr ""
 
-#: src/libvlc.h:1073
+#: src/libvlc.h:1081
 msgid "Play playlist bookmark 6"
 msgstr ""
 
-#: src/libvlc.h:1074
+#: src/libvlc.h:1082
 msgid "Play playlist bookmark 7"
 msgstr ""
 
-#: src/libvlc.h:1075
+#: src/libvlc.h:1083
 msgid "Play playlist bookmark 8"
 msgstr ""
 
-#: src/libvlc.h:1076
+#: src/libvlc.h:1084
 msgid "Play playlist bookmark 9"
 msgstr ""
 
-#: src/libvlc.h:1077
+#: src/libvlc.h:1085
 msgid "Play playlist bookmark 10"
 msgstr ""
 
-#: src/libvlc.h:1078
+#: src/libvlc.h:1086
 msgid "Select the key to play this bookmark."
 msgstr ""
 
-#: src/libvlc.h:1079
+#: src/libvlc.h:1087
 msgid "Set playlist bookmark 1"
 msgstr ""
 
-#: src/libvlc.h:1080
+#: src/libvlc.h:1088
 msgid "Set playlist bookmark 2"
 msgstr ""
 
-#: src/libvlc.h:1081
+#: src/libvlc.h:1089
 msgid "Set playlist bookmark 3"
 msgstr ""
 
-#: src/libvlc.h:1082
+#: src/libvlc.h:1090
 msgid "Set playlist bookmark 4"
 msgstr ""
 
-#: src/libvlc.h:1083
+#: src/libvlc.h:1091
 msgid "Set playlist bookmark 5"
 msgstr ""
 
-#: src/libvlc.h:1084
+#: src/libvlc.h:1092
 msgid "Set playlist bookmark 6"
 msgstr ""
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1093
 msgid "Set playlist bookmark 7"
 msgstr ""
 
-#: src/libvlc.h:1086
+#: src/libvlc.h:1094
 msgid "Set playlist bookmark 8"
 msgstr ""
 
-#: src/libvlc.h:1087
+#: src/libvlc.h:1095
 msgid "Set playlist bookmark 9"
 msgstr ""
 
-#: src/libvlc.h:1088
+#: src/libvlc.h:1096
 msgid "Set playlist bookmark 10"
 msgstr ""
 
-#: src/libvlc.h:1089
+#: src/libvlc.h:1097
 msgid "Select the key to set this playlist bookmark."
 msgstr ""
 
-#: src/libvlc.h:1091 modules/control/hotkeys.c:84
+#: src/libvlc.h:1099 modules/control/hotkeys.c:84
 msgid "Playlist bookmark 1"
 msgstr ""
 
-#: src/libvlc.h:1092 modules/control/hotkeys.c:85
+#: src/libvlc.h:1100 modules/control/hotkeys.c:85
 msgid "Playlist bookmark 2"
 msgstr ""
 
-#: src/libvlc.h:1093 modules/control/hotkeys.c:86
+#: src/libvlc.h:1101 modules/control/hotkeys.c:86
 msgid "Playlist bookmark 3"
 msgstr ""
 
-#: src/libvlc.h:1094 modules/control/hotkeys.c:87
+#: src/libvlc.h:1102 modules/control/hotkeys.c:87
 msgid "Playlist bookmark 4"
 msgstr ""
 
-#: src/libvlc.h:1095 modules/control/hotkeys.c:88
+#: src/libvlc.h:1103 modules/control/hotkeys.c:88
 msgid "Playlist bookmark 5"
 msgstr ""
 
-#: src/libvlc.h:1096 modules/control/hotkeys.c:89
+#: src/libvlc.h:1104 modules/control/hotkeys.c:89
 msgid "Playlist bookmark 6"
 msgstr ""
 
-#: src/libvlc.h:1097 modules/control/hotkeys.c:90
+#: src/libvlc.h:1105 modules/control/hotkeys.c:90
 msgid "Playlist bookmark 7"
 msgstr ""
 
-#: src/libvlc.h:1098 modules/control/hotkeys.c:91
+#: src/libvlc.h:1106 modules/control/hotkeys.c:91
 msgid "Playlist bookmark 8"
 msgstr ""
 
-#: src/libvlc.h:1099 modules/control/hotkeys.c:92
+#: src/libvlc.h:1107 modules/control/hotkeys.c:92
 msgid "Playlist bookmark 9"
 msgstr ""
 
-#: src/libvlc.h:1100 modules/control/hotkeys.c:93
+#: src/libvlc.h:1108 modules/control/hotkeys.c:93
 msgid "Playlist bookmark 10"
 msgstr ""
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1110
 msgid "This allows you to define playlist bookmarks."
 msgstr ""
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1112
 msgid "Go back in browsing history"
 msgstr ""
 
-#: src/libvlc.h:1105
+#: src/libvlc.h:1113
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
@@ -3625,11 +3645,11 @@ msgstr ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1114
 msgid "Go forward in browsing history"
 msgstr ""
 
-#: src/libvlc.h:1107
+#: src/libvlc.h:1115
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
@@ -3637,130 +3657,130 @@ msgstr ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
 
-#: src/libvlc.h:1109
+#: src/libvlc.h:1117
 msgid "Cycle audio track"
 msgstr ""
 
-#: src/libvlc.h:1110
+#: src/libvlc.h:1118
 msgid "Cycle through the available audio tracks(languages)."
 msgstr ""
 
-#: src/libvlc.h:1111
+#: src/libvlc.h:1119
 #, fuzzy
 msgid "Cycle subtitle track"
 msgstr "Choose subtitle track"
 
-#: src/libvlc.h:1112
+#: src/libvlc.h:1120
 #, fuzzy
 msgid "Cycle through the available subtitle tracks."
 msgstr "Choose subtitle track"
 
-#: src/libvlc.h:1113
+#: src/libvlc.h:1121
 #, fuzzy
 msgid "Cycle source aspect ratio"
 msgstr "Codec setting"
 
-#: src/libvlc.h:1114
+#: src/libvlc.h:1122
 #, fuzzy
 msgid "Cycle through a predefined list of source aspect ratios."
 msgstr "Codec setting"
 
-#: src/libvlc.h:1115
+#: src/libvlc.h:1123
 #, fuzzy
 msgid "Cycle video crop"
 msgstr "Greyscale video output"
 
-#: src/libvlc.h:1116
+#: src/libvlc.h:1124
 msgid "Cycle through a predefined list of crop formats."
 msgstr ""
 
-#: src/libvlc.h:1117
+#: src/libvlc.h:1125
 #, fuzzy
 msgid "Cycle deinterlace modes"
 msgstr "Deinterlace video"
 
-#: src/libvlc.h:1118
+#: src/libvlc.h:1126
 #, fuzzy
 msgid "Cycle through deinterlace modes."
 msgstr "Deinterlace video"
 
-#: src/libvlc.h:1119
+#: src/libvlc.h:1127
 #, fuzzy
 msgid "Show interface"
 msgstr "Add Interface"
 
-#: src/libvlc.h:1120
+#: src/libvlc.h:1128
 msgid "Raise the interface above all other windows."
 msgstr ""
 
-#: src/libvlc.h:1121
+#: src/libvlc.h:1129
 #, fuzzy
 msgid "Hide interface"
 msgstr "Add Interface"
 
-#: src/libvlc.h:1122
+#: src/libvlc.h:1130
 msgid "Lower the interface below all other windows."
 msgstr ""
 
-#: src/libvlc.h:1123
+#: src/libvlc.h:1131
 msgid "Take video snapshot"
 msgstr ""
 
-#: src/libvlc.h:1124
+#: src/libvlc.h:1132
 msgid "Takes a video snapshot and writes it to disk."
 msgstr ""
 
-#: src/libvlc.h:1126 modules/access_filter/record.c:51
+#: src/libvlc.h:1134 modules/access_filter/record.c:51
 #: modules/access_filter/record.c:52
 #, fuzzy
 msgid "Record"
 msgstr "Append to file"
 
-#: src/libvlc.h:1127
+#: src/libvlc.h:1135
 msgid "Record access filter start/stop."
 msgstr ""
 
-#: src/libvlc.h:1129 src/libvlc.h:1130 src/video_output/vout_intf.c:211
+#: src/libvlc.h:1137 src/libvlc.h:1138 src/video_output/vout_intf.c:211
 msgid "Zoom"
 msgstr ""
 
-#: src/libvlc.h:1132 src/libvlc.h:1133
+#: src/libvlc.h:1140 src/libvlc.h:1141
 msgid "Un-Zoom"
 msgstr ""
 
-#: src/libvlc.h:1135 src/libvlc.h:1136
+#: src/libvlc.h:1143 src/libvlc.h:1144
 msgid "Crop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1137 src/libvlc.h:1138
+#: src/libvlc.h:1145 src/libvlc.h:1146
 msgid "Uncrop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1140 src/libvlc.h:1141
+#: src/libvlc.h:1148 src/libvlc.h:1149
 msgid "Crop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1142 src/libvlc.h:1143
+#: src/libvlc.h:1150 src/libvlc.h:1151
 msgid "Uncrop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1145 src/libvlc.h:1146
+#: src/libvlc.h:1153 src/libvlc.h:1154
 msgid "Crop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1147 src/libvlc.h:1148
+#: src/libvlc.h:1155 src/libvlc.h:1156
 msgid "Uncrop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1150 src/libvlc.h:1151
+#: src/libvlc.h:1158 src/libvlc.h:1159
 msgid "Crop one pixel from the right of the video"
 msgstr ""
 
-#: src/libvlc.h:1152 src/libvlc.h:1153
+#: src/libvlc.h:1160 src/libvlc.h:1161
 msgid "Uncrop one pixel from the right of the video"
 msgstr ""
 
-#: src/libvlc.h:1157
+#: src/libvlc.h:1165
 #, fuzzy, c-format
 msgid ""
 "Usage: %s [options] [stream] ...\n"
@@ -3810,65 +3830,65 @@ msgstr ""
 "  vlc:pause                      pause execution of playlist items\n"
 "  vlc:quit                       quit VLC\n"
 
-#: src/libvlc.h:1267 src/video_output/vout_intf.c:420
-#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:753
+#: src/libvlc.h:1277 src/video_output/vout_intf.c:420
+#: modules/gui/macosx/controls.m:328 modules/gui/macosx/controls.m:759
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:630
 #: modules/video_output/snapshot.c:76
 msgid "Snapshot"
 msgstr ""
 
-#: src/libvlc.h:1280
+#: src/libvlc.h:1290
 #, fuzzy
 msgid "Window properties"
 msgstr "Device properties"
 
-#: src/libvlc.h:1325
+#: src/libvlc.h:1335
 #, fuzzy
 msgid "Subpictures"
 msgstr "Subtitles Track"
 
-#: src/libvlc.h:1332 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
+#: src/libvlc.h:1342 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
 #: modules/gui/beos/InterfaceWindow.cpp:279
 #, fuzzy
 msgid "Subtitles"
 msgstr "Subtitles Track"
 
-#: src/libvlc.h:1349 modules/stream_out/transcode.c:151
+#: src/libvlc.h:1359 modules/stream_out/transcode.c:151
 msgid "Overlays"
 msgstr ""
 
-#: src/libvlc.h:1359
+#: src/libvlc.h:1369
 #, fuzzy
 msgid "Track settings"
 msgstr "Audio encoders settings"
 
-#: src/libvlc.h:1381
+#: src/libvlc.h:1391
 msgid "Playback control"
 msgstr ""
 
-#: src/libvlc.h:1396
+#: src/libvlc.h:1406
 #, fuzzy
 msgid "Default devices"
 msgstr "Next file"
 
-#: src/libvlc.h:1405
+#: src/libvlc.h:1415
 #, fuzzy
 msgid "Network settings"
 msgstr "Decoder modules settings"
 
-#: src/libvlc.h:1417
+#: src/libvlc.h:1427
 msgid "Socks proxy"
 msgstr ""
 
-#: src/libvlc.h:1426
+#: src/libvlc.h:1436
 msgid "Metadata"
 msgstr ""
 
-#: src/libvlc.h:1456
+#: src/libvlc.h:1466
 msgid "Decoders"
 msgstr ""
 
-#: src/libvlc.h:1463 modules/access/v4l2.c:56
+#: src/libvlc.h:1473 modules/access/v4l2.c:56
 #: modules/gui/macosx/playlistinfo.m:80
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:265
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:378
@@ -3877,85 +3897,85 @@ msgstr ""
 msgid "Input"
 msgstr "&Shuffle Playlist"
 
-#: src/libvlc.h:1499 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
+#: src/libvlc.h:1509 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
 msgid "VLM"
 msgstr ""
 
-#: src/libvlc.h:1530
+#: src/libvlc.h:1540
 #, fuzzy
 msgid "CPU"
 msgstr "TCP"
 
-#: src/libvlc.h:1552
+#: src/libvlc.h:1562
 #, fuzzy
 msgid "Special modules"
 msgstr "Audio output access method"
 
-#: src/libvlc.h:1559
+#: src/libvlc.h:1569
 msgid "Plugins"
 msgstr ""
 
-#: src/libvlc.h:1567
+#: src/libvlc.h:1577
 #, fuzzy
 msgid "Performance options"
 msgstr "Advanced options..."
 
-#: src/libvlc.h:1700
+#: src/libvlc.h:1714
 msgid "Hot keys"
 msgstr ""
 
-#: src/libvlc.h:2011
+#: src/libvlc.h:2025
 #, fuzzy
 msgid "Jump sizes"
 msgstr "Rate control buffer size"
 
-#: src/libvlc.h:2090
+#: src/libvlc.h:2104
 msgid "main program"
 msgstr "main program"
 
-#: src/libvlc.h:2097
+#: src/libvlc.h:2111
 msgid "print help for VLC (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:2099
+#: src/libvlc.h:2113
 msgid ""
 "print help for VLC and all its modules (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:2101
+#: src/libvlc.h:2115
 #, fuzzy
 msgid "print help for the advanced options"
 msgstr "Advanced options"
 
-#: src/libvlc.h:2103
+#: src/libvlc.h:2117
 msgid "ask for extra verbosity when displaying help"
 msgstr ""
 
-#: src/libvlc.h:2105
+#: src/libvlc.h:2119
 msgid "print a list of available modules"
 msgstr ""
 
-#: src/libvlc.h:2107
+#: src/libvlc.h:2121
 msgid "print help on a specific module (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:2109
+#: src/libvlc.h:2123
 msgid "save the current command line options in the config"
 msgstr ""
 
-#: src/libvlc.h:2111
+#: src/libvlc.h:2125
 msgid "reset the current config to the default values"
 msgstr ""
 
-#: src/libvlc.h:2113
+#: src/libvlc.h:2127
 msgid "use alternate config file"
 msgstr ""
 
-#: src/libvlc.h:2115
+#: src/libvlc.h:2129
 msgid "resets the current plugins cache"
 msgstr ""
 
-#: src/libvlc.h:2117
+#: src/libvlc.h:2131
 msgid "print version information"
 msgstr ""
 
@@ -4564,7 +4584,8 @@ msgstr ""
 msgid "Media: %s"
 msgstr ""
 
-#: src/playlist/engine.c:92 src/playlist/engine.c:94
+#: src/playlist/engine.c:104 src/playlist/engine.c:106
+#: src/playlist/loadsave.c:149
 msgid "Media Library"
 msgstr ""
 
@@ -4624,17 +4645,8 @@ msgstr ""
 msgid "Aspect-ratio"
 msgstr "Codec setting"
 
-#: modules/access/cdda/access.c:293
-msgid "CD reading failed"
-msgstr ""
-
-#: modules/access/cdda/access.c:294
-#, c-format
-msgid "VLC could not get a new block of size: %i."
-msgstr ""
-
 #: modules/access/cdda.c:58 modules/access/dshow/dshow.cpp:91
-#: modules/access/dvb/access.c:73 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:73
 #: modules/access/dvdnav.c:64 modules/access/dvdread.c:62
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:43
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4698,7 +4710,16 @@ msgstr "Subtitle track: %s"
 msgid "Audio CD - Track %i"
 msgstr "Subtitle track: %s"
 
-#: modules/access/cdda/cdda.c:42 modules/access/directory.c:77
+#: modules/access/cdda/access.c:293
+msgid "CD reading failed"
+msgstr ""
+
+#: modules/access/cdda/access.c:294
+#, c-format
+msgid "VLC could not get a new block of size: %i."
+msgstr ""
+
+#: modules/access/cdda/cdda.c:42 modules/access/directory.c:78
 #: modules/codec/x264.c:280 modules/codec/x264.c:287 modules/codec/x264.c:292
 msgid "none"
 msgstr ""
@@ -4996,11 +5017,11 @@ msgstr "URL"
 msgid "Track Number"
 msgstr "Title"
 
-#: modules/access/directory.c:69
+#: modules/access/directory.c:70
 msgid "Subdirectory behavior"
 msgstr "Subdirectory behaviour"
 
-#: modules/access/directory.c:71
+#: modules/access/directory.c:72
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -5012,20 +5033,20 @@ msgstr ""
 "collapse: subdirectories appear but are expanded on first play.\n"
 "expand: all subdirectories are expanded.\n"
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:78
 #, fuzzy
 msgid "collapse"
 msgstr "Scope"
 
-#: modules/access/directory.c:78
+#: modules/access/directory.c:79
 msgid "expand"
 msgstr ""
 
-#: modules/access/directory.c:80
+#: modules/access/directory.c:81
 msgid "Ignored extensions"
 msgstr ""
 
-#: modules/access/directory.c:82
+#: modules/access/directory.c:83
 msgid ""
 "Files with these extensions will not be added to playlist when opening a "
 "directory.\n"
@@ -5033,12 +5054,12 @@ msgid ""
 "instance. Use a comma-separated list of extensions."
 msgstr ""
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:90
 #, fuzzy
 msgid "Directory"
 msgstr "Choose directory"
 
-#: modules/access/directory.c:91
+#: modules/access/directory.c:92
 msgid "Standard filesystem directory input"
 msgstr ""
 
@@ -5283,6 +5304,21 @@ msgstr ""
 msgid "The capture device \"%s\" does not support the required parameters."
 msgstr ""
 
+#: modules/access/dv.c:70
+#, fuzzy
+msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
+msgstr ""
+"Allows you to modify the default caching value for UDP streams. This value "
+"should be set in millisecond units."
+
+#: modules/access/dv.c:74
+msgid "Digital Video (Firewire/ieee1394)  input"
+msgstr ""
+
+#: modules/access/dv.c:75
+msgid "dv"
+msgstr ""
+
 #: modules/access/dvb/access.c:75
 #, fuzzy
 msgid ""
@@ -5545,21 +5581,6 @@ msgstr "Visualisations"
 msgid "The provided polarization \"%c\" is not valid."
 msgstr ""
 
-#: modules/access/dv.c:70
-#, fuzzy
-msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
-msgstr ""
-"Allows you to modify the default caching value for UDP streams. This value "
-"should be set in millisecond units."
-
-#: modules/access/dv.c:74
-msgid "Digital Video (Firewire/ieee1394)  input"
-msgstr ""
-
-#: modules/access/dv.c:75
-msgid "dv"
-msgstr ""
-
 #: modules/access/dvdnav.c:60 modules/access/dvdread.c:58
 msgid "DVD angle"
 msgstr ""
@@ -5787,75 +5808,29 @@ msgstr ""
 msgid "VLC could not open file \"%s\" (%s)."
 msgstr ""
 
-#: modules/access_filter/record.c:43
+#: modules/access/ftp.c:45
 #, fuzzy
-msgid "Record directory"
-msgstr "Choose directory"
+msgid ""
+"Caching value for FTP streams. This value should be set in milliseconds."
+msgstr ""
+"Allows you to modify the default caching value for FTP streams. This value "
+"should be set in millisecond units."
 
-#: modules/access_filter/record.c:45
-#, fuzzy
-msgid "Directory where the record will be stored."
+#: modules/access/ftp.c:47
+msgid "FTP user name"
 msgstr ""
-"Allows you to modify the user name that will be used for the connection."
 
-#: modules/access_filter/timeshift.c:44
+#: modules/access/ftp.c:48 modules/access/smb.c:64
 #, fuzzy
-msgid "Timeshift granularity"
-msgstr "Options"
+msgid "User name that will be used for the connection."
+msgstr ""
+"Allows you to modify the user name that will be used for the connection."
 
-#: modules/access_filter/timeshift.c:46
-msgid ""
-"This is the size of the temporary files tha will be used to store the "
-"timeshifted streams."
+#: modules/access/ftp.c:50
+msgid "FTP password"
 msgstr ""
 
-#: modules/access_filter/timeshift.c:48
-#, fuzzy
-msgid "Timeshift directory"
-msgstr "Choose directory"
-
-#: modules/access_filter/timeshift.c:49
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:51
-msgid "Force use of the timeshift module"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52
-msgid ""
-"Force use of the timeshift module even if the access declares that it can "
-"control pace or pause."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
-#, fuzzy
-msgid "Timeshift"
-msgstr "Options"
-
-#: modules/access/ftp.c:45
-#, fuzzy
-msgid ""
-"Caching value for FTP streams. This value should be set in milliseconds."
-msgstr ""
-"Allows you to modify the default caching value for FTP streams. This value "
-"should be set in millisecond units."
-
-#: modules/access/ftp.c:47
-msgid "FTP user name"
-msgstr ""
-
-#: modules/access/ftp.c:48 modules/access/smb.c:64
-#, fuzzy
-msgid "User name that will be used for the connection."
-msgstr ""
-"Allows you to modify the user name that will be used for the connection."
-
-#: modules/access/ftp.c:50
-msgid "FTP password"
-msgstr ""
-
-#: modules/access/ftp.c:51 modules/access/smb.c:67
+#: modules/access/ftp.c:51 modules/access/smb.c:67
 #, fuzzy
 msgid "Password that will be used for the connection."
 msgstr ""
@@ -6016,414 +5991,164 @@ msgstr ""
 msgid "Microsoft Media Server (MMS) input"
 msgstr ""
 
-#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
+#: modules/access/pvr.c:49
 #, fuzzy
-msgid "Dummy stream output"
-msgstr "UDP stream output"
-
-#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
-msgid "Dummy"
+msgid ""
+"Default caching value for PVR streams. This value should be set in "
+"milliseconds."
 msgstr ""
+"Allows you to modify the default caching value for UDP streams. This value "
+"should be set in millisecond units."
 
-#: modules/access_output/file.c:61
-msgid "Append to file"
-msgstr "Append to file"
-
-#: modules/access_output/file.c:62
-msgid "Append to file if it exists instead of replacing it."
-msgstr ""
+#: modules/access/pvr.c:52
+#, fuzzy
+msgid "Device"
+msgstr "Video Device"
 
-#: modules/access_output/file.c:66
-msgid "File stream output"
-msgstr "File stream output"
+#: modules/access/pvr.c:53
+#, fuzzy
+msgid "PVR video device"
+msgstr "Video Device"
 
-#: modules/access_output/http.c:58
-msgid "Username"
-msgstr ""
+#: modules/access/pvr.c:55
+#, fuzzy
+msgid "Radio device"
+msgstr "Audio Device"
 
-#: modules/access_output/http.c:59
+#: modules/access/pvr.c:56
 #, fuzzy
-msgid "User name that will be requested to access the stream."
+msgid "PVR radio device"
+msgstr "Video Device"
+
+#: modules/access/pvr.c:58 modules/access/v4l.c:96
+msgid "Norm"
 msgstr ""
-"Allows you to give a user name that will be requested to access the stream."
 
-#: modules/access_output/http.c:61 modules/control/telnet.c:81
-msgid "Password"
+#: modules/access/pvr.c:59 modules/access/v4l.c:98
+msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
 msgstr ""
 
-#: modules/access_output/http.c:62
-#, fuzzy
-msgid "Password that will be requested to access the stream."
+#: modules/access/pvr.c:62 modules/access/v4l.c:102
+#: modules/video_filter/mosaic.c:96
+msgid "Width"
 msgstr ""
-"Allows you to give a user name that will be requested to access the stream."
 
-#: modules/access_output/http.c:66
-msgid "Mime"
+#: modules/access/pvr.c:63
+msgid "Width of the stream to capture (-1 for autodetection)."
 msgstr ""
 
-#: modules/access_output/http.c:67
-msgid "MIME returned by the server (autodetected if not specified."
+#: modules/access/pvr.c:66 modules/access/v4l.c:105
+#: modules/video_filter/mosaic.c:94
+#, fuzzy
+msgid "Height"
+msgstr "Right"
+
+#: modules/access/pvr.c:67
+msgid "Height of the stream to capture (-1 for autodetection)."
 msgstr ""
 
-#: modules/access_output/http.c:71
-msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
+#: modules/access/pvr.c:70 modules/access/v4l.c:89
+msgid "Frequency"
 msgstr ""
 
-#: modules/access_output/http.c:74
-#, fuzzy
-msgid ""
-"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
-"empty if you don't have one."
+#: modules/access/pvr.c:71 modules/access/v4l.c:91
+msgid "Frequency to capture (in kHz), if applicable."
 msgstr ""
-"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
-"empty if you don’t have one."
 
-#: modules/access_output/http.c:78
-#, fuzzy
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used for HTTPS. Leave empty if you don't have one."
+#: modules/access/pvr.c:74 modules/access/v4l.c:137
+msgid "Framerate to capture, if applicable (-1 for autodetect)."
 msgstr ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used for HTTPS. Leave empty if you don’t have one."
 
-#: modules/access_output/http.c:83
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be used for "
-"SSL. Leave empty if you don't have one."
+#: modules/access/pvr.c:77
+msgid "Key interval"
 msgstr ""
-"Path to the x509 PEM Certificates Revocation List file that will be used for "
-"SSL. Leave empty if you don’t have one."
 
-#: modules/access_output/http.c:86
-msgid "Advertise with Bonjour"
+#: modules/access/pvr.c:78
+msgid "Interval between keyframes (-1 for autodetect)."
 msgstr ""
 
-#: modules/access_output/http.c:87
-msgid "Advertise the stream with the Bonjour protocol."
+#: modules/access/pvr.c:80
+msgid "B Frames"
 msgstr ""
 
-#: modules/access_output/http.c:91
-msgid "HTTP stream output"
-msgstr "HTTP stream output"
+#: modules/access/pvr.c:81
+msgid ""
+"If this option is set, B-Frames will be used. Use this option to set the "
+"number of B-Frames."
+msgstr ""
 
-#: modules/access_output/http.c:93 modules/control/http/http.c:61
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
-msgid "HTTP"
+#: modules/access/pvr.c:85
+msgid "Bitrate to use (-1 for default)."
 msgstr ""
 
-#: modules/access_output/shout.c:58
+#: modules/access/pvr.c:87
 #, fuzzy
-msgid "Stream name"
-msgstr "Codec setting"
+msgid "Bitrate peak"
+msgstr "Bitrate"
 
-#: modules/access_output/shout.c:59
-msgid "Name to give to this stream/channel on the shoutcast/icecast server."
+#: modules/access/pvr.c:88
+msgid "Peak bitrate in VBR mode."
 msgstr ""
 
-#: modules/access_output/shout.c:62
+#: modules/access/pvr.c:91
 #, fuzzy
-msgid "Stream description"
-msgstr "Codec Description"
+msgid "Bitrate mode)"
+msgstr "Stereo"
 
-#: modules/access_output/shout.c:63
-msgid "Description of the stream content or information about your channel."
+#: modules/access/pvr.c:92
+msgid "Bitrate mode to use (VBR or CBR)."
 msgstr ""
 
-#: modules/access_output/shout.c:66
+#: modules/access/pvr.c:94
 #, fuzzy
-msgid "Stream MP3"
-msgstr "Stream %d"
+msgid "Audio bitmask"
+msgstr "Audio bitrate"
 
-#: modules/access_output/shout.c:67
-msgid ""
-"You normally have to feed the shoutcast module with Ogg streams. It is also "
-"possible to stream MP3 instead, so you can forward MP3 streams to the "
-"shoutcast/icecast server."
+#: modules/access/pvr.c:95
+msgid "Bitmask that will get used by the audio part of the card."
 msgstr ""
 
-#: modules/access_output/shout.c:76
-#, fuzzy
-msgid "Genre description"
-msgstr "Codec Description"
+#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
+#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
+msgid "Volume"
+msgstr ""
 
-#: modules/access_output/shout.c:77
-msgid "Genre of the content. "
+#: modules/access/pvr.c:99
+msgid "Audio volume (0-65535)."
 msgstr ""
 
-#: modules/access_output/shout.c:79
+#: modules/access/pvr.c:101 modules/access/v4l.c:92
 #, fuzzy
-msgid "URL description"
-msgstr "Description"
+msgid "Channel"
+msgstr "Channels"
 
-#: modules/access_output/shout.c:80
-msgid "URL with information about the stream or your channel. "
+#: modules/access/pvr.c:102
+msgid ""
+"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)"
 msgstr ""
 
-#: modules/access_output/shout.c:87
-msgid "Bitrate information of the transcoded stream. "
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "Automatic"
 msgstr ""
 
-#: modules/access_output/shout.c:89 modules/access/v4l.c:122
-#, fuzzy
-msgid "Samplerate"
-msgstr "Sample rate"
-
-#: modules/access_output/shout.c:90
-msgid "Samplerate information of the transcoded stream. "
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "SECAM"
 msgstr ""
 
-#: modules/access_output/shout.c:92
-#, fuzzy
-msgid "Number of channels"
-msgstr "Number of threads"
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "PAL"
+msgstr ""
 
-#: modules/access_output/shout.c:93
-#, fuzzy
-msgid "Number of channels information of the transcoded stream. "
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "NTSC"
 msgstr ""
-"Allows you to modify the user name that will be used for the connection."
 
-#: modules/access_output/shout.c:95
-msgid "Ogg Vorbis Quality"
+#: modules/access/pvr.c:111
+msgid "vbr"
 msgstr ""
 
-#: modules/access_output/shout.c:96
-msgid "Ogg Vorbis Quality information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:98
-#, fuzzy
-msgid "Stream public"
-msgstr "Video bitrate"
-
-#: modules/access_output/shout.c:99
-msgid ""
-"Make the server publicly available on the 'Yellow Pages' (directory listing "
-"of streams) on the icecast/shoutcast website. Requires the bitrate "
-"information specified for shoutcast. Requires Ogg streaming for icecast."
-msgstr ""
-
-#: modules/access_output/shout.c:105
-#, fuzzy
-msgid "IceCAST output"
-msgstr "UDP stream output"
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:41
-#: modules/demux/live555.cpp:63
-msgid "Caching value (ms)"
-msgstr ""
-
-#: modules/access_output/udp.c:77
-#, fuzzy
-msgid ""
-"Default caching value for outbound UDP streams. This value should be set in "
-"milliseconds."
-msgstr ""
-"Allows you to modify the default caching value for UDP streams. This value "
-"should be set in millisecond units."
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
-#: modules/gui/macosx/wizard.m:1848
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
-msgid "Time-To-Live (TTL)"
-msgstr ""
-
-#: modules/access_output/udp.c:81
-#, fuzzy
-msgid "Time-To-Live of the outgoing stream."
-msgstr ""
-"Allows you to modify the user name that will be used for the connection."
-
-#: modules/access_output/udp.c:84
-msgid "Group packets"
-msgstr "Group packets"
-
-#: modules/access_output/udp.c:85
-msgid ""
-"Packets can be sent one by one at the right time or by groups. You can "
-"choose the number of packets that will be sent at a time. It helps reducing "
-"the scheduling load on heavily-loaded systems."
-msgstr ""
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr ""
-
-#: modules/access_output/udp.c:91
-msgid ""
-"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 ""
-
-#: modules/access_output/udp.c:97
-msgid "UDP stream output"
-msgstr "UDP stream output"
-
-#: modules/access_output/udp.c:98
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
-msgid "UDP"
-msgstr "UDP"
-
-#: modules/access/pvr.c:49
-#, fuzzy
-msgid ""
-"Default caching value for PVR streams. This value should be set in "
-"milliseconds."
-msgstr ""
-"Allows you to modify the default caching value for UDP streams. This value "
-"should be set in millisecond units."
-
-#: modules/access/pvr.c:52
-#, fuzzy
-msgid "Device"
-msgstr "Video Device"
-
-#: modules/access/pvr.c:53
-#, fuzzy
-msgid "PVR video device"
-msgstr "Video Device"
-
-#: modules/access/pvr.c:55
-#, fuzzy
-msgid "Radio device"
-msgstr "Audio Device"
-
-#: modules/access/pvr.c:56
-#, fuzzy
-msgid "PVR radio device"
-msgstr "Video Device"
-
-#: modules/access/pvr.c:58 modules/access/v4l.c:96
-msgid "Norm"
-msgstr ""
-
-#: modules/access/pvr.c:59 modules/access/v4l.c:98
-msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
-msgstr ""
-
-#: modules/access/pvr.c:62 modules/access/v4l.c:102
-#: modules/video_filter/mosaic.c:96
-msgid "Width"
-msgstr ""
-
-#: modules/access/pvr.c:63
-msgid "Width of the stream to capture (-1 for autodetection)."
-msgstr ""
-
-#: modules/access/pvr.c:66 modules/access/v4l.c:105
-#: modules/video_filter/mosaic.c:94
-#, fuzzy
-msgid "Height"
-msgstr "Right"
-
-#: modules/access/pvr.c:67
-msgid "Height of the stream to capture (-1 for autodetection)."
-msgstr ""
-
-#: modules/access/pvr.c:70 modules/access/v4l.c:89
-msgid "Frequency"
-msgstr ""
-
-#: modules/access/pvr.c:71 modules/access/v4l.c:91
-msgid "Frequency to capture (in kHz), if applicable."
-msgstr ""
-
-#: modules/access/pvr.c:74 modules/access/v4l.c:137
-msgid "Framerate to capture, if applicable (-1 for autodetect)."
-msgstr ""
-
-#: modules/access/pvr.c:77
-msgid "Key interval"
-msgstr ""
-
-#: modules/access/pvr.c:78
-msgid "Interval between keyframes (-1 for autodetect)."
-msgstr ""
-
-#: modules/access/pvr.c:80
-msgid "B Frames"
-msgstr ""
-
-#: modules/access/pvr.c:81
-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.c:85
-msgid "Bitrate to use (-1 for default)."
-msgstr ""
-
-#: modules/access/pvr.c:87
-#, fuzzy
-msgid "Bitrate peak"
-msgstr "Bitrate"
-
-#: modules/access/pvr.c:88
-msgid "Peak bitrate in VBR mode."
-msgstr ""
-
-#: modules/access/pvr.c:91
-#, fuzzy
-msgid "Bitrate mode)"
-msgstr "Stereo"
-
-#: modules/access/pvr.c:92
-msgid "Bitrate mode to use (VBR or CBR)."
-msgstr ""
-
-#: modules/access/pvr.c:94
-#, fuzzy
-msgid "Audio bitmask"
-msgstr "Audio bitrate"
-
-#: modules/access/pvr.c:95
-msgid "Bitmask that will get used by the audio part of the card."
-msgstr ""
-
-#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
-msgid "Volume"
-msgstr ""
-
-#: modules/access/pvr.c:99
-msgid "Audio volume (0-65535)."
-msgstr ""
-
-#: modules/access/pvr.c:101 modules/access/v4l.c:92
-#, fuzzy
-msgid "Channel"
-msgstr "Channels"
-
-#: modules/access/pvr.c:102
-msgid ""
-"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)"
-msgstr ""
-
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "Automatic"
-msgstr ""
-
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "SECAM"
-msgstr ""
-
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "PAL"
-msgstr ""
-
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "NTSC"
-msgstr ""
-
-#: modules/access/pvr.c:111
-msgid "vbr"
-msgstr ""
-
-#: modules/access/pvr.c:111
-msgid "cbr"
+#: modules/access/pvr.c:111
+msgid "cbr"
 msgstr ""
 
 #: modules/access/pvr.c:116
@@ -6434,6 +6159,11 @@ msgstr ""
 msgid "IVTV MPEG Encoding cards input"
 msgstr ""
 
+#: modules/access/rtsp/access.c:41 modules/access_output/udp.c:75
+#: modules/demux/live555.cpp:63
+msgid "Caching value (ms)"
+msgstr ""
+
 #: modules/access/rtsp/access.c:43
 #, fuzzy
 msgid ""
@@ -6589,52 +6319,23 @@ msgstr "UDP/RTP input"
 msgid "UDP/RTP input"
 msgstr "UDP/RTP input"
 
-#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
-#: modules/gui/wxwidgets/dialogs/open.cpp:723
-msgid "Device name"
+#: modules/access/v4l.c:75
+#, fuzzy
+msgid ""
+"Caching value for V4L captures. This value should be set in milliseconds."
 msgstr ""
+"Allows you to modify the default caching value for v4l streams. This value "
+"should be set in millisecond units."
 
-#: modules/access/v4l2.c:54
-#, fuzzy
+#: modules/access/v4l.c:79
 msgid ""
-"Name of the device to use. If you don't specify anything, /dev/video0 will "
-"be used."
+"Name of the video device to use. If you don't specify anything, no video "
+"device will be used."
 msgstr ""
 "Name of the video device to use. If you don’t specify anything, no video "
 "device will be used."
 
-#: modules/access/v4l2.c:58
-msgid ""
-"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
-msgstr ""
-
-#: modules/access/v4l2.c:63
-#, fuzzy
-msgid "Video4Linux2"
-msgstr "Video"
-
-#: modules/access/v4l2.c:64
-#, fuzzy
-msgid "Video4Linux2 input"
-msgstr "Video"
-
-#: modules/access/v4l.c:75
-#, fuzzy
-msgid ""
-"Caching value for V4L captures. This value should be set in milliseconds."
-msgstr ""
-"Allows you to modify the default caching value for v4l streams. This value "
-"should be set in millisecond units."
-
-#: modules/access/v4l.c:79
-msgid ""
-"Name of the video device to use. If you don't specify anything, no video "
-"device will be used."
-msgstr ""
-"Name of the video device to use. If you don’t specify anything, no video "
-"device will be used."
-
-#: modules/access/v4l.c:83
+#: modules/access/v4l.c:83
 msgid ""
 "Name of the audio device to use. If you don't specify anything, no audio "
 "device will be used."
@@ -6718,6 +6419,11 @@ msgstr ""
 msgid "Tuner to use, if there are several ones."
 msgstr ""
 
+#: modules/access/v4l.c:122 modules/access_output/shout.c:89
+#, fuzzy
+msgid "Samplerate"
+msgstr "Sample rate"
+
 #: modules/access/v4l.c:124
 msgid ""
 "Samplerate of the captured audio stream, in Hz (eg: 11025, 22050, 44100)"
@@ -6762,6 +6468,35 @@ msgstr "Video"
 msgid "Video4Linux input"
 msgstr "Video"
 
+#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
+#: modules/gui/wxwidgets/dialogs/open.cpp:723
+msgid "Device name"
+msgstr ""
+
+#: modules/access/v4l2.c:54
+#, fuzzy
+msgid ""
+"Name of the device to use. If you don't specify anything, /dev/video0 will "
+"be used."
+msgstr ""
+"Name of the video device to use. If you don’t specify anything, no video "
+"device will be used."
+
+#: modules/access/v4l2.c:58
+msgid ""
+"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
+msgstr ""
+
+#: modules/access/v4l2.c:63
+#, fuzzy
+msgid "Video4Linux2"
+msgstr "Video"
+
+#: modules/access/v4l2.c:64
+#, fuzzy
+msgid "Video4Linux2 input"
+msgstr "Video"
+
 #: modules/access/vcd/vcd.c:42
 #, fuzzy
 msgid "Caching value for VCDs. This value should be set in milliseconds."
@@ -6837,126 +6572,412 @@ msgstr ""
 msgid "Vol max #"
 msgstr ""
 
-#: modules/access/vcdx/info.c:96
-msgid "Volume Set"
+#: modules/access/vcdx/info.c:96
+msgid "Volume Set"
+msgstr ""
+
+#: modules/access/vcdx/info.c:99
+#, fuzzy
+msgid "System Id"
+msgstr "Stream %d"
+
+#: modules/access/vcdx/info.c:101
+msgid "Entries"
+msgstr ""
+
+#: modules/access/vcdx/info.c:122
+msgid "First Entry Point"
+msgstr ""
+
+#: modules/access/vcdx/info.c:126
+msgid "Last Entry Point"
+msgstr ""
+
+#: modules/access/vcdx/info.c:127
+msgid "Track size (in sectors)"
+msgstr ""
+
+#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
+#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
+#, fuzzy
+msgid "type"
+msgstr "Type"
+
+#: modules/access/vcdx/info.c:139
+#, fuzzy
+msgid "end"
+msgstr "Append to file"
+
+#: modules/access/vcdx/info.c:142
+#, fuzzy
+msgid "play list"
+msgstr "&Shuffle Playlist"
+
+#: modules/access/vcdx/info.c:153
+#, fuzzy
+msgid "extended selection list"
+msgstr "Text renderer settings"
+
+#: modules/access/vcdx/info.c:154
+#, fuzzy
+msgid "selection list"
+msgstr "Resolution"
+
+#: modules/access/vcdx/info.c:166
+msgid "unknown type"
+msgstr ""
+
+#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
+#: modules/access/vcdx/info.c:316
+msgid "List ID"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:95
+msgid "(Super) Video CD"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:96
+msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:97
+msgid "vcdx://[device-or-file][@{P,S,T}num]"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:106
+msgid "If nonzero, this gives additional debug information."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+#, fuzzy
+msgid "Number of CD blocks to get in a single read."
+msgstr "Number of threads"
+
+#: modules/access/vcdx/vcd.c:116
+msgid "Use playback control?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:117
+msgid ""
+"If VCD is authored with playback control, use it. Otherwise we play by "
+"tracks."
+msgstr ""
+"If VCD is authored with playback control, use it. Otherwise we play by "
+"tracks."
+
+#: modules/access/vcdx/vcd.c:123
+msgid "Use track length as maximum unit in seek?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:124
+msgid ""
+"If set, the length of the seek bar is the track rather than the length of an "
+"entry."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:129
+msgid "Show extended VCD info?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:130
+msgid ""
+"Show the maximum amount of information under Stream and Media Info. Shows "
+"for example playback control navigation."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:137
+msgid "Format to use in the playlist's \"author\" field."
+msgstr "Format to use in the playlist’s “author” field."
+
+#: modules/access/vcdx/vcd.c:143
+msgid "Format to use in the playlist's \"title\" field."
+msgstr "Format to use in the playlist’s “title” field."
+
+#: modules/access_filter/record.c:43
+#, fuzzy
+msgid "Record directory"
+msgstr "Choose directory"
+
+#: modules/access_filter/record.c:45
+#, fuzzy
+msgid "Directory where the record will be stored."
+msgstr ""
+"Allows you to modify the user name that will be used for the connection."
+
+#: modules/access_filter/timeshift.c:44
+#, fuzzy
+msgid "Timeshift granularity"
+msgstr "Options"
+
+#: modules/access_filter/timeshift.c:46
+msgid ""
+"This is the size of the temporary files tha will be used to store the "
+"timeshifted streams."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:48
+#, fuzzy
+msgid "Timeshift directory"
+msgstr "Choose directory"
+
+#: modules/access_filter/timeshift.c:49
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:51
+msgid "Force use of the timeshift module"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52
+msgid ""
+"Force use of the timeshift module even if the access declares that it can "
+"control pace or pause."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
+#, fuzzy
+msgid "Timeshift"
+msgstr "Options"
+
+#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
+#, fuzzy
+msgid "Dummy stream output"
+msgstr "UDP stream output"
+
+#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
+msgid "Dummy"
+msgstr ""
+
+#: modules/access_output/file.c:61
+msgid "Append to file"
+msgstr "Append to file"
+
+#: modules/access_output/file.c:62
+msgid "Append to file if it exists instead of replacing it."
+msgstr ""
+
+#: modules/access_output/file.c:66
+msgid "File stream output"
+msgstr "File stream output"
+
+#: modules/access_output/http.c:58
+msgid "Username"
+msgstr ""
+
+#: modules/access_output/http.c:59
+#, fuzzy
+msgid "User name that will be requested to access the stream."
+msgstr ""
+"Allows you to give a user name that will be requested to access the stream."
+
+#: modules/access_output/http.c:61 modules/control/telnet.c:81
+msgid "Password"
+msgstr ""
+
+#: modules/access_output/http.c:62
+#, fuzzy
+msgid "Password that will be requested to access the stream."
+msgstr ""
+"Allows you to give a user name that will be requested to access the stream."
+
+#: modules/access_output/http.c:66
+msgid "Mime"
+msgstr ""
+
+#: modules/access_output/http.c:67
+msgid "MIME returned by the server (autodetected if not specified."
+msgstr ""
+
+#: modules/access_output/http.c:71
+msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
+msgstr ""
+
+#: modules/access_output/http.c:74
+#, fuzzy
+msgid ""
+"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
+"empty if you don't have one."
+msgstr ""
+"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
+"empty if you don’t have one."
+
+#: modules/access_output/http.c:78
+#, fuzzy
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used for HTTPS. Leave empty if you don't have one."
+msgstr ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used for HTTPS. Leave empty if you don’t have one."
+
+#: modules/access_output/http.c:83
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be used for "
+"SSL. Leave empty if you don't have one."
+msgstr ""
+"Path to the x509 PEM Certificates Revocation List file that will be used for "
+"SSL. Leave empty if you don’t have one."
+
+#: modules/access_output/http.c:86
+msgid "Advertise with Bonjour"
+msgstr ""
+
+#: modules/access_output/http.c:87
+msgid "Advertise the stream with the Bonjour protocol."
+msgstr ""
+
+#: modules/access_output/http.c:91
+msgid "HTTP stream output"
+msgstr "HTTP stream output"
+
+#: modules/access_output/http.c:93 modules/control/http/http.c:61
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
 msgstr ""
 
-#: modules/access/vcdx/info.c:99
+#: modules/access_output/shout.c:58
 #, fuzzy
-msgid "System Id"
-msgstr "Stream %d"
-
-#: modules/access/vcdx/info.c:101
-msgid "Entries"
-msgstr ""
+msgid "Stream name"
+msgstr "Codec setting"
 
-#: modules/access/vcdx/info.c:122
-msgid "First Entry Point"
+#: modules/access_output/shout.c:59
+msgid "Name to give to this stream/channel on the shoutcast/icecast server."
 msgstr ""
 
-#: modules/access/vcdx/info.c:126
-msgid "Last Entry Point"
-msgstr ""
+#: modules/access_output/shout.c:62
+#, fuzzy
+msgid "Stream description"
+msgstr "Codec Description"
 
-#: modules/access/vcdx/info.c:127
-msgid "Track size (in sectors)"
+#: modules/access_output/shout.c:63
+msgid "Description of the stream content or information about your channel."
 msgstr ""
 
-#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
-#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
+#: modules/access_output/shout.c:66
 #, fuzzy
-msgid "type"
-msgstr "Type"
+msgid "Stream MP3"
+msgstr "Stream %d"
 
-#: modules/access/vcdx/info.c:139
-#, fuzzy
-msgid "end"
-msgstr "Append to file"
+#: modules/access_output/shout.c:67
+msgid ""
+"You normally have to feed the shoutcast module with Ogg streams. It is also "
+"possible to stream MP3 instead, so you can forward MP3 streams to the "
+"shoutcast/icecast server."
+msgstr ""
 
-#: modules/access/vcdx/info.c:142
+#: modules/access_output/shout.c:76
 #, fuzzy
-msgid "play list"
-msgstr "&Shuffle Playlist"
+msgid "Genre description"
+msgstr "Codec Description"
 
-#: modules/access/vcdx/info.c:153
-#, fuzzy
-msgid "extended selection list"
-msgstr "Text renderer settings"
+#: modules/access_output/shout.c:77
+msgid "Genre of the content. "
+msgstr ""
 
-#: modules/access/vcdx/info.c:154
+#: modules/access_output/shout.c:79
 #, fuzzy
-msgid "selection list"
-msgstr "Resolution"
+msgid "URL description"
+msgstr "Description"
 
-#: modules/access/vcdx/info.c:166
-msgid "unknown type"
+#: modules/access_output/shout.c:80
+msgid "URL with information about the stream or your channel. "
 msgstr ""
 
-#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
-#: modules/access/vcdx/info.c:316
-msgid "List ID"
+#: modules/access_output/shout.c:87
+msgid "Bitrate information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:95
-msgid "(Super) Video CD"
+#: modules/access_output/shout.c:90
+msgid "Samplerate information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:96
-msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+#: modules/access_output/shout.c:92
+#, fuzzy
+msgid "Number of channels"
+msgstr "Number of threads"
+
+#: modules/access_output/shout.c:93
+#, fuzzy
+msgid "Number of channels information of the transcoded stream. "
 msgstr ""
+"Allows you to modify the user name that will be used for the connection."
 
-#: modules/access/vcdx/vcd.c:97
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
+#: modules/access_output/shout.c:95
+msgid "Ogg Vorbis Quality"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:106
-msgid "If nonzero, this gives additional debug information."
+#: modules/access_output/shout.c:96
+msgid "Ogg Vorbis Quality information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+#: modules/access_output/shout.c:98
 #, fuzzy
-msgid "Number of CD blocks to get in a single read."
-msgstr "Number of threads"
+msgid "Stream public"
+msgstr "Video bitrate"
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
+#: modules/access_output/shout.c:99
+msgid ""
+"Make the server publicly available on the 'Yellow Pages' (directory listing "
+"of streams) on the icecast/shoutcast website. Requires the bitrate "
+"information specified for shoutcast. Requires Ogg streaming for icecast."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/shout.c:105
+#, fuzzy
+msgid "IceCAST output"
+msgstr "UDP stream output"
+
+#: modules/access_output/udp.c:77
+#, fuzzy
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Default caching value for outbound UDP streams. This value should be set in "
+"milliseconds."
 msgstr ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Allows you to modify the default caching value for UDP streams. This value "
+"should be set in millisecond units."
 
-#: modules/access/vcdx/vcd.c:123
-msgid "Use track length as maximum unit in seek?"
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
+#: modules/gui/macosx/wizard.m:1848
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
+msgid "Time-To-Live (TTL)"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:81
+#, fuzzy
+msgid "Time-To-Live of the outgoing stream."
+msgstr ""
+"Allows you to modify the user name that will be used for the connection."
+
+#: modules/access_output/udp.c:84
+msgid "Group packets"
+msgstr "Group packets"
+
+#: modules/access_output/udp.c:85
 msgid ""
-"If set, the length of the seek bar is the track rather than the length of an "
-"entry."
+"Packets can be sent one by one at the right time or by groups. You can "
+"choose the number of packets that will be sent at a time. It helps reducing "
+"the scheduling load on heavily-loaded systems."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:129
-msgid "Show extended VCD info?"
+#: modules/access_output/udp.c:90
+msgid "Raw write"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:130
+#: modules/access_output/udp.c:91
 msgid ""
-"Show the maximum amount of information under Stream and Media Info. Shows "
-"for example playback control navigation."
+"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 ""
 
-#: modules/access/vcdx/vcd.c:137
-msgid "Format to use in the playlist's \"author\" field."
-msgstr "Format to use in the playlist’s “author” field."
+#: modules/access_output/udp.c:97
+msgid "UDP stream output"
+msgstr "UDP stream output"
 
-#: modules/access/vcdx/vcd.c:143
-msgid "Format to use in the playlist's \"title\" field."
-msgstr "Format to use in the playlist’s “title” field."
+#: modules/access_output/udp.c:98
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
+msgid "UDP"
+msgstr "UDP"
 
 #: modules/audio_filter/channel_mixer/dolby.c:47
 msgid "Simple decoder for Dolby Surround encoded streams"
@@ -9386,411 +9407,411 @@ msgstr "Video Device"
 msgid "Windows Service interface"
 msgstr "Windows Service interface"
 
-#: modules/control/rc.c:154
+#: modules/control/rc.c:156
 msgid "Show stream position"
 msgstr ""
 
-#: modules/control/rc.c:155
+#: modules/control/rc.c:157
 msgid ""
 "Show the current position in seconds within the stream from time to time."
 msgstr ""
 
-#: modules/control/rc.c:158
+#: modules/control/rc.c:160
 msgid "Fake TTY"
 msgstr ""
 
-#: modules/control/rc.c:159
+#: modules/control/rc.c:161
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr ""
 
-#: modules/control/rc.c:161
+#: modules/control/rc.c:163
 #, fuzzy
 msgid "UNIX socket command input"
 msgstr "TCP input"
 
-#: modules/control/rc.c:162
+#: modules/control/rc.c:164
 msgid "Accept commands over a Unix socket rather than stdin."
 msgstr ""
 
-#: modules/control/rc.c:165
+#: modules/control/rc.c:167
 #, fuzzy
 msgid "TCP command input"
 msgstr "TCP input"
 
-#: modules/control/rc.c:166
+#: modules/control/rc.c:168
 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:170 modules/misc/dummy/dummy.c:49
+#: modules/control/rc.c:172 modules/misc/dummy/dummy.c:49
 msgid "Do not open a DOS command box interface"
 msgstr ""
 
-#: modules/control/rc.c:172
+#: modules/control/rc.c:174
 msgid ""
 "By default the rc 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 ""
 
-#: modules/control/rc.c:179
+#: modules/control/rc.c:181
 #, fuzzy
 msgid "RC"
 msgstr "en_GB"
 
-#: modules/control/rc.c:182
+#: modules/control/rc.c:184
 msgid "Remote control interface"
 msgstr "Remote control interface"
 
-#: modules/control/rc.c:323
+#: modules/control/rc.c:325
 #, fuzzy
 msgid "Remote control interface initialized. Type `help' for help."
 msgstr "Remote control interface initialised, `h' for help\n"
 
-#: modules/control/rc.c:848
+#: modules/control/rc.c:850
 #, c-format
 msgid "Unknown command `%s'. Type `help' for help."
 msgstr ""
 
-#: modules/control/rc.c:881
+#: modules/control/rc.c:883
 msgid "+----[ Remote control commands ]"
 msgstr ""
 
-#: modules/control/rc.c:883
+#: modules/control/rc.c:885
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist"
 msgstr ""
 
-#: modules/control/rc.c:884
+#: modules/control/rc.c:886
 msgid "| enqueue XYZ  . . . . . . . queue XYZ to playlist"
 msgstr ""
 
-#: modules/control/rc.c:885
+#: modules/control/rc.c:887
 msgid "| playlist . . .  show items currently in playlist"
 msgstr ""
 
-#: modules/control/rc.c:886
+#: modules/control/rc.c:888
 msgid "| play . . . . . . . . . . . . . . . . play stream"
 msgstr ""
 
-#: modules/control/rc.c:887
+#: modules/control/rc.c:889
 msgid "| stop . . . . . . . . . . . . . . . . stop stream"
 msgstr ""
 
-#: modules/control/rc.c:888
+#: modules/control/rc.c:890
 msgid "| next . . . . . . . . . . . .  next playlist item"
 msgstr ""
 
-#: modules/control/rc.c:889
+#: modules/control/rc.c:891
 msgid "| prev . . . . . . . . . .  previous playlist item"
 msgstr ""
 
-#: modules/control/rc.c:890
+#: modules/control/rc.c:892
 msgid "| goto . . . . . . . . . . . .  goto item at index"
 msgstr ""
 
-#: modules/control/rc.c:891
+#: modules/control/rc.c:893
 msgid "| clear . . . . . . . . . . .   clear the playlist"
 msgstr ""
 
-#: modules/control/rc.c:892
+#: modules/control/rc.c:894
 msgid "| status . . . . . . . . . current playlist status"
 msgstr ""
 
-#: modules/control/rc.c:893
+#: modules/control/rc.c:895
 msgid "| title [X]  . . . . set/get title in current item"
 msgstr ""
 
-#: modules/control/rc.c:894
+#: modules/control/rc.c:896
 msgid "| title_n  . . . . . .  next title in current item"
 msgstr ""
 
-#: modules/control/rc.c:895
+#: modules/control/rc.c:897
 msgid "| title_p  . . . .  previous title in current item"
 msgstr ""
 
-#: modules/control/rc.c:896
+#: modules/control/rc.c:898
 msgid "| chapter [X]  . . set/get chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:897
+#: modules/control/rc.c:899
 msgid "| chapter_n  . . . .  next chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:898
+#: modules/control/rc.c:900
 msgid "| chapter_p  . .  previous chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:900
+#: modules/control/rc.c:902
 msgid "| seek X . seek in seconds, for instance `seek 12'"
 msgstr ""
 
-#: modules/control/rc.c:901
+#: modules/control/rc.c:903
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause"
 msgstr ""
 
-#: modules/control/rc.c:902
+#: modules/control/rc.c:904
 msgid "| fastforward  . . . . . .  .  set to maximum rate"
 msgstr ""
 
-#: modules/control/rc.c:903
+#: modules/control/rc.c:905
 msgid "| rewind  . . . . . . . . . .  set to minimum rate"
 msgstr ""
 
-#: modules/control/rc.c:904
+#: modules/control/rc.c:906
 msgid "| faster . . . . . . . .  faster playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:905
+#: modules/control/rc.c:907
 msgid "| slower . . . . . . . .  slower playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:906
+#: modules/control/rc.c:908
 msgid "| normal . . . . . . . .  normal playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:907
+#: modules/control/rc.c:909
 msgid "| f [on|off] . . . . . . . . . . toggle fullscreen"
 msgstr ""
 
-#: modules/control/rc.c:908
+#: modules/control/rc.c:910
 msgid "| info . . .  information about the current stream"
 msgstr ""
 
-#: modules/control/rc.c:909
+#: modules/control/rc.c:911
 msgid "| get_time . . seconds elapsed since stream's beginning"
 msgstr ""
 
-#: modules/control/rc.c:910
+#: modules/control/rc.c:912
 msgid "| is_playing . .  1 if a stream plays, 0 otherwise"
 msgstr ""
 
-#: modules/control/rc.c:911
+#: modules/control/rc.c:913
 msgid "| get_title . . .  the title of the current stream"
 msgstr ""
 
-#: modules/control/rc.c:912
+#: modules/control/rc.c:914
 msgid "| get_length . .  the length of the current stream"
 msgstr ""
 
-#: modules/control/rc.c:914
+#: modules/control/rc.c:916
 msgid "| volume [X] . . . . . . . .  set/get audio volume"
 msgstr ""
 
-#: modules/control/rc.c:915
+#: modules/control/rc.c:917
 msgid "| volup [X]  . . . . .  raise audio volume X steps"
 msgstr ""
 
-#: modules/control/rc.c:916
+#: modules/control/rc.c:918
 msgid "| voldown [X]  . . . .  lower audio volume X steps"
 msgstr ""
 
-#: modules/control/rc.c:917
+#: modules/control/rc.c:919
 msgid "| adev [X] . . . . . . . . .  set/get audio device"
 msgstr ""
 
-#: modules/control/rc.c:918
+#: modules/control/rc.c:920
 msgid "| achan [X]. . . . . . . .  set/get audio channels"
 msgstr ""
 
-#: modules/control/rc.c:919
+#: modules/control/rc.c:921
 msgid "| atrack [X] . . . . . . . . . set/get audio track"
 msgstr ""
 
-#: modules/control/rc.c:920
+#: modules/control/rc.c:922
 msgid "| vtrack [X] . . . . . . . . . set/get video track"
 msgstr ""
 
-#: modules/control/rc.c:921
+#: modules/control/rc.c:923
 msgid "| strack [X] . . . . . . . set/get subtitles track"
 msgstr ""
 
-#: modules/control/rc.c:922
+#: modules/control/rc.c:924
 msgid "| menu [on|off|up|down|left|right|select] use menu"
 msgstr ""
 
-#: modules/control/rc.c:927
+#: modules/control/rc.c:929
 msgid "| marq-marquee STRING  . . overlay STRING in video"
 msgstr ""
 
-#: modules/control/rc.c:928
+#: modules/control/rc.c:930
 msgid "| marq-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:929
+#: modules/control/rc.c:931
 msgid "| marq-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:930
+#: modules/control/rc.c:932
 msgid "| marq-position #. . .  .relative position control"
 msgstr ""
 
-#: modules/control/rc.c:931
+#: modules/control/rc.c:933
 msgid "| marq-color # . . . . . . . . . . font color, RGB"
 msgstr ""
 
-#: modules/control/rc.c:932
+#: modules/control/rc.c:934
 msgid "| marq-opacity # . . . . . . . . . . . . . opacity"
 msgstr ""
 
-#: modules/control/rc.c:933
+#: modules/control/rc.c:935
 msgid "| marq-timeout T. . . . . . . . . . timeout, in ms"
 msgstr ""
 
-#: modules/control/rc.c:934
+#: modules/control/rc.c:936
 msgid "| marq-size # . . . . . . . . font size, in pixels"
 msgstr ""
 
-#: modules/control/rc.c:936
+#: modules/control/rc.c:938
 msgid "| time-format STRING . . . overlay STRING in video"
 msgstr ""
 
-#: modules/control/rc.c:937
+#: modules/control/rc.c:939
 msgid "| time-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:938
+#: modules/control/rc.c:940
 msgid "| time-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:939
+#: modules/control/rc.c:941
 msgid "| time-position #. . . . . . . . relative position"
 msgstr ""
 
-#: modules/control/rc.c:940
+#: modules/control/rc.c:942
 msgid "| time-color # . . . . . . . . . . font color, RGB"
 msgstr ""
 
-#: modules/control/rc.c:941
+#: modules/control/rc.c:943
 msgid "| time-opacity # . . . . . . . . . . . . . opacity"
 msgstr ""
 
-#: modules/control/rc.c:942
+#: modules/control/rc.c:944
 msgid "| time-size # . . . . . . . . font size, in pixels"
 msgstr ""
 
-#: modules/control/rc.c:944
+#: modules/control/rc.c:946
 msgid "| logo-file STRING . . .the overlay file path/name"
 msgstr ""
 
-#: modules/control/rc.c:945
+#: modules/control/rc.c:947
 msgid "| logo-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:946
+#: modules/control/rc.c:948
 msgid "| logo-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:947
+#: modules/control/rc.c:949
 msgid "| logo-position #. . . . . . . . relative position"
 msgstr ""
 
-#: modules/control/rc.c:948
+#: modules/control/rc.c:950
 msgid "| logo-transparency #. . . . . . . . .transparency"
 msgstr ""
 
-#: modules/control/rc.c:950
+#: modules/control/rc.c:952
 msgid "| mosaic-alpha # . . . . . . . . . . . . . . alpha"
 msgstr ""
 
-#: modules/control/rc.c:951
+#: modules/control/rc.c:953
 msgid "| mosaic-height #. . . . . . . . . . . . . .height"
 msgstr ""
 
-#: modules/control/rc.c:952
+#: modules/control/rc.c:954
 msgid "| mosaic-width # . . . . . . . . . . . . . . width"
 msgstr ""
 
-#: modules/control/rc.c:953
+#: modules/control/rc.c:955
 msgid "| mosaic-xoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:954
+#: modules/control/rc.c:956
 msgid "| mosaic-yoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:955
+#: modules/control/rc.c:957
 msgid "| mosaic-align 0..2,4..6,8..10. . .mosaic alignment"
 msgstr ""
 
-#: modules/control/rc.c:956
+#: modules/control/rc.c:958
 msgid "| mosaic-vborder # . . . . . . . . vertical border"
 msgstr ""
 
-#: modules/control/rc.c:957
+#: modules/control/rc.c:959
 msgid "| mosaic-hborder # . . . . . . . horizontal border"
 msgstr ""
 
-#: modules/control/rc.c:958
+#: modules/control/rc.c:960
 msgid "| mosaic-position {0=auto,1=fixed} . . . .position"
 msgstr ""
 
-#: modules/control/rc.c:959
+#: modules/control/rc.c:961
 msgid "| mosaic-rows #. . . . . . . . . . .number of rows"
 msgstr ""
 
-#: modules/control/rc.c:960
+#: modules/control/rc.c:962
 msgid "| mosaic-cols #. . . . . . . . . . .number of cols"
 msgstr ""
 
-#: modules/control/rc.c:961
+#: modules/control/rc.c:963
 msgid "| mosaic-order id(,id)* . . . . order of pictures "
 msgstr ""
 
-#: modules/control/rc.c:962
+#: modules/control/rc.c:964
 msgid "| mosaic-keep-aspect-ratio {0,1} . . .aspect ratio"
 msgstr ""
 
-#: modules/control/rc.c:964
+#: modules/control/rc.c:966
 msgid ""
 "| check-updates [newer] [equal] [older]\n"
 "|               [undef] [info] [source] [binary] [plugin]"
 msgstr ""
 
-#: modules/control/rc.c:968
+#: modules/control/rc.c:970
 msgid "| help . . . . . . . . . . . . . this help message"
 msgstr ""
 
-#: modules/control/rc.c:969
+#: modules/control/rc.c:971
 msgid "| longhelp . . . . . . . . . a longer help message"
 msgstr ""
 
-#: modules/control/rc.c:970
+#: modules/control/rc.c:972
 msgid "| logout . . . . .  exit (if in socket connection)"
 msgstr ""
 
-#: modules/control/rc.c:971
+#: modules/control/rc.c:973
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc"
 msgstr ""
 
-#: modules/control/rc.c:973
+#: modules/control/rc.c:975
 msgid "+----[ end of help ]"
 msgstr ""
 
-#: modules/control/rc.c:1080
+#: modules/control/rc.c:1082
 #, fuzzy
 msgid "Press menu select or pause to continue."
 msgstr ""
 "\n"
 "Press the RETURN key to continue…\n"
 
-#: modules/control/rc.c:1324 modules/control/rc.c:1809
-#: modules/control/rc.c:1879 modules/control/rc.c:1928
-#: modules/control/rc.c:2027
+#: modules/control/rc.c:1326 modules/control/rc.c:1811
+#: modules/control/rc.c:1881 modules/control/rc.c:1930
+#: modules/control/rc.c:2029
 #, fuzzy
 msgid "Type 'menu select' or 'pause' to continue."
 msgstr ""
 "\n"
 "Press the RETURN key to continue…\n"
 
-#: modules/control/rc.c:1461
+#: modules/control/rc.c:1463
 #, fuzzy
 msgid "Type 'pause' to continue."
 msgstr ""
 "\n"
 "Press the RETURN key to continue…\n"
 
-#: modules/control/rc.c:2012 modules/control/rc.c:2051
+#: modules/control/rc.c:2014 modules/control/rc.c:2053
 msgid "Please provide one of the following parameters:"
 msgstr ""
 
@@ -9928,6 +9949,7 @@ msgstr ""
 #: modules/gui/macosx/interaction.m:135 modules/gui/macosx/open.m:158
 #: modules/gui/macosx/playlistinfo.m:60 modules/gui/macosx/prefs.m:122
 #: modules/gui/macosx/prefs.m:142 modules/gui/macosx/wizard.m:363
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:88
 #, fuzzy
 msgid "Cancel"
 msgstr "Channels"
@@ -10890,8 +10912,8 @@ msgstr ""
 #: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:440
 #: modules/gui/macosx/open.m:634 modules/gui/macosx/open.m:738
 #: modules/gui/macosx/open.m:784 modules/gui/wxwidgets/interface.cpp:675
-#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:348
-#: modules/gui/wxwidgets/menus.cpp:404
+#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:349
+#: modules/gui/wxwidgets/menus.cpp:405
 msgid "Open"
 msgstr ""
 
@@ -10904,7 +10926,7 @@ msgstr "VLC preferences"
 
 #: modules/gui/beos/InterfaceWindow.cpp:237
 #: modules/gui/beos/InterfaceWindow.cpp:328 modules/gui/macosx/intf.m:503
-#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:35
+#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:41
 #: modules/gui/wxwidgets/dialogs/messages.cpp:47
 #, fuzzy
 msgid "Messages"
@@ -11066,6 +11088,7 @@ msgstr ""
 
 #: modules/gui/beos/PreferencesWindow.cpp:254 modules/gui/macosx/output.m:526
 #: modules/gui/macosx/playlist.m:704 modules/gui/macosx/prefs.m:121
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:87
 msgid "Save"
 msgstr ""
 
@@ -11195,7 +11218,7 @@ msgstr "no input\n"
 msgid "The stream must be playing or paused for bookmarks to work."
 msgstr ""
 
-#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:735
+#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:741
 msgid "Jump To Time"
 msgstr ""
 
@@ -11211,65 +11234,65 @@ msgstr ""
 msgid "Random On"
 msgstr "Random On"
 
-#: modules/gui/macosx/controls.m:167
+#: modules/gui/macosx/controls.m:168
 msgid "Random Off"
 msgstr "Random Off"
 
-#: modules/gui/macosx/controls.m:195 modules/gui/macosx/controls.m:719
+#: modules/gui/macosx/controls.m:197 modules/gui/macosx/controls.m:725
 #: modules/gui/macosx/intf.m:543 modules/gui/macosx/playlist.m:453
 #: modules/gui/macosx/playlist.m:1167
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:54
 msgid "Repeat One"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:199 modules/gui/macosx/controls.m:231
+#: modules/gui/macosx/controls.m:202 modules/gui/macosx/controls.m:236
 #: modules/gui/macosx/playlist.m:1186
 #, fuzzy
 msgid "Repeat Off"
 msgstr "Random Off"
 
-#: modules/gui/macosx/controls.m:227 modules/gui/macosx/controls.m:726
+#: modules/gui/macosx/controls.m:231 modules/gui/macosx/controls.m:732
 #: modules/gui/macosx/intf.m:544 modules/gui/macosx/playlist.m:454
 #: modules/gui/macosx/playlist.m:1175
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:53
 msgid "Repeat All"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:308 modules/gui/macosx/controls.m:749
+#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
 #: modules/gui/macosx/intf.m:569
 msgid "Half Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:310 modules/gui/macosx/controls.m:750
+#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:756
 #: modules/gui/macosx/intf.m:570
 msgid "Normal Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:312 modules/gui/macosx/controls.m:751
+#: modules/gui/macosx/controls.m:318 modules/gui/macosx/controls.m:757
 #: modules/gui/macosx/intf.m:571
 msgid "Double Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
-#: modules/gui/macosx/controls.m:766 modules/gui/macosx/intf.m:574
+#: modules/gui/macosx/controls.m:320 modules/gui/macosx/controls.m:761
+#: modules/gui/macosx/controls.m:772 modules/gui/macosx/intf.m:574
 msgid "Float on Top"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:752
+#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:758
 #: modules/gui/macosx/intf.m:572
 msgid "Fit to Screen"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:542
+#: modules/gui/macosx/controls.m:718 modules/gui/macosx/intf.m:542
 #: modules/gui/macosx/playlist.m:447
 msgid "Random"
 msgstr "Random"
 
-#: modules/gui/macosx/controls.m:733 modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/controls.m:739 modules/gui/macosx/intf.m:545
 msgid "Step Forward"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:734 modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/controls.m:740 modules/gui/macosx/intf.m:546
 #, fuzzy
 msgid "Step Backward"
 msgstr "Backwards"
@@ -11289,7 +11312,7 @@ msgstr ""
 #: modules/gui/pda/pda_interface.c:251 modules/gui/wxwidgets/interface.cpp:678
 #: modules/gui/wxwidgets/interface.cpp:689
 #: modules/gui/wxwidgets/interface.cpp:1210
-#: modules/gui/wxwidgets/menus.cpp:265 modules/visualization/xosd.c:242
+#: modules/gui/wxwidgets/menus.cpp:266 modules/visualization/xosd.c:242
 msgid "Pause"
 msgstr ""
 
@@ -11499,7 +11522,7 @@ msgstr ""
 
 #: modules/gui/macosx/intf.m:488 modules/gui/macosx/intf.m:999
 #: modules/gui/macosx/intf.m:1321 modules/gui/pda/pda_interface.c:212
-#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:52
+#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:54
 msgid "VLC media player"
 msgstr ""
 
@@ -11959,81 +11982,6 @@ msgstr "SDP"
 msgid "Save File"
 msgstr ""
 
-#: modules/gui/macosx/playlistinfo.m:56
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
-#, fuzzy
-msgid "URI"
-msgstr "URL"
-
-#: modules/gui/macosx/playlistinfo.m:63
-#, fuzzy
-msgid "Advanced Information"
-msgstr "Advanced options"
-
-#: modules/gui/macosx/playlistinfo.m:81
-msgid "Read at media"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:82
-#, fuzzy
-msgid "Input bitrate"
-msgstr "Sout stream"
-
-#: modules/gui/macosx/playlistinfo.m:83
-#, fuzzy
-msgid "Demuxed"
-msgstr "Demuxers"
-
-#: modules/gui/macosx/playlistinfo.m:84
-#, fuzzy
-msgid "Stream bitrate"
-msgstr "Video bitrate"
-
-#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
-msgid "Decoded blocks"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:88
-#, fuzzy
-msgid "Displayed frames"
-msgstr "Display resolution"
-
-#: modules/gui/macosx/playlistinfo.m:89
-#, fuzzy
-msgid "Lost frames"
-msgstr "Choose file"
-
-#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
-#: modules/video_filter/deinterlace.c:137
-#, fuzzy
-msgid "Streaming"
-msgstr "Codec setting"
-
-#: modules/gui/macosx/playlistinfo.m:92
-#, fuzzy
-msgid "Sent packets"
-msgstr "Group packets"
-
-#: modules/gui/macosx/playlistinfo.m:93
-msgid "Sent bytes"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:94
-#, fuzzy
-msgid "Send rate"
-msgstr "Sample rate"
-
-#: modules/gui/macosx/playlistinfo.m:98
-msgid "Played buffers"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:99
-msgid "Lost buffers"
-msgstr ""
-
 #: modules/gui/macosx/playlist.m:434
 msgid "Save Playlist..."
 msgstr "Save Playlist…"
@@ -12123,6 +12071,81 @@ msgstr ""
 msgid "Empty Folder"
 msgstr ""
 
+#: modules/gui/macosx/playlistinfo.m:56
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
+#, fuzzy
+msgid "URI"
+msgstr "URL"
+
+#: modules/gui/macosx/playlistinfo.m:63
+#, fuzzy
+msgid "Advanced Information"
+msgstr "Advanced options"
+
+#: modules/gui/macosx/playlistinfo.m:81
+msgid "Read at media"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:82
+#, fuzzy
+msgid "Input bitrate"
+msgstr "Sout stream"
+
+#: modules/gui/macosx/playlistinfo.m:83
+#, fuzzy
+msgid "Demuxed"
+msgstr "Demuxers"
+
+#: modules/gui/macosx/playlistinfo.m:84
+#, fuzzy
+msgid "Stream bitrate"
+msgstr "Video bitrate"
+
+#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
+msgid "Decoded blocks"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:88
+#, fuzzy
+msgid "Displayed frames"
+msgstr "Display resolution"
+
+#: modules/gui/macosx/playlistinfo.m:89
+#, fuzzy
+msgid "Lost frames"
+msgstr "Choose file"
+
+#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
+#: modules/video_filter/deinterlace.c:137
+#, fuzzy
+msgid "Streaming"
+msgstr "Codec setting"
+
+#: modules/gui/macosx/playlistinfo.m:92
+#, fuzzy
+msgid "Sent packets"
+msgstr "Group packets"
+
+#: modules/gui/macosx/playlistinfo.m:93
+msgid "Sent bytes"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:94
+#, fuzzy
+msgid "Send rate"
+msgstr "Sample rate"
+
+#: modules/gui/macosx/playlistinfo.m:98
+msgid "Played buffers"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:99
+msgid "Lost buffers"
+msgstr ""
+
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:213
 msgid "Reset All"
@@ -13391,11 +13414,21 @@ msgstr ""
 msgid "QNX RTOS video and audio output"
 msgstr "File audio output"
 
+#: modules/gui/qt4/dialogs/errors.cpp:37
+msgid "Errors"
+msgstr ""
+
 #: modules/gui/qt4/dialogs/streaminfo.cpp:35
 #, fuzzy
 msgid "Stream information"
 msgstr "Visualisations"
 
+#: modules/gui/qt4/dialogs_provider.cpp:235
+#: modules/gui/qt4/dialogs_provider.cpp:246
+#, fuzzy
+msgid "Open directory"
+msgstr "Open &File…\tCtrl-F"
+
 #: modules/gui/qt4/qt4.cpp:45
 #, fuzzy
 msgid "QT interface"
@@ -13573,6 +13606,11 @@ msgstr "Windows Service interface"
 msgid "WinCE dialogs provider"
 msgstr "wxWindows dialogues provider"
 
+#: modules/gui/wxwidgets/dialogs.cpp:433
+#: modules/gui/wxwidgets/dialogs/open.cpp:1265
+msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
+msgstr ""
+
 #: modules/gui/wxwidgets/dialogs/bookmarks.cpp:75
 msgid "Edit bookmark"
 msgstr ""
@@ -13637,26 +13675,6 @@ msgstr ""
 msgid "Input has changed "
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs.cpp:433
-#: modules/gui/wxwidgets/dialogs/open.cpp:1265
-msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:435
-#: modules/gui/wxwidgets/dialogs/open.cpp:1267
-msgid "|Video Files (*.avi, *.mpg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:436
-#: modules/gui/wxwidgets/dialogs/open.cpp:1268
-msgid "|Playlist Files (*.m3u, *.pls, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:437
-#: modules/gui/wxwidgets/dialogs/open.cpp:1269
-msgid "|Subtitle Files (*.srt, *.sub, etc.)|"
-msgstr ""
-
 #: modules/gui/wxwidgets/dialogs/fileinfo.cpp:54
 #, fuzzy
 msgid "Stream and Media Info"
@@ -14212,11 +14230,6 @@ msgstr "Video output URL"
 msgid "Loop"
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:415
-#, fuzzy
-msgid "Create"
-msgstr "Sample rate"
-
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:560
 #, fuzzy
 msgid "VLM stream"
@@ -14288,11 +14301,6 @@ msgid ""
 "about it."
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
-#, fuzzy
-msgid "Transcode audio (if available)"
-msgstr "Greyscale video output"
-
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:135
 msgid ""
 "Select the target audio codec. Choose a codec to display more information "
@@ -14362,6 +14370,11 @@ msgstr "Visualisations"
 msgid "Save to file"
 msgstr "Next file"
 
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
+#, fuzzy
+msgid "Transcode audio (if available)"
+msgstr "Greyscale video output"
+
 #: modules/gui/wxwidgets/extrapanel.cpp:41
 msgid ""
 "Controls the blending of equalizer bands. The higher this value is, the more "
@@ -14650,7 +14663,7 @@ msgstr "&Messages…"
 msgid "&Preferences..."
 msgstr "&Preferences…"
 
-#: modules/gui/wxwidgets/menus.cpp:572 modules/gui/wxwidgets/menus.cpp:599
+#: modules/gui/wxwidgets/menus.cpp:573 modules/gui/wxwidgets/menus.cpp:600
 msgid "Empty"
 msgstr ""
 
@@ -15158,10 +15171,6 @@ msgstr "Next file"
 msgid "Output data for RRDTool in this file."
 msgstr ""
 
-#: modules/misc/memcpy/memcpyaltivec.c:56
-msgid "AltiVec memcpy"
-msgstr ""
-
 #: modules/misc/memcpy/memcpy.c:83
 msgid "libc memcpy"
 msgstr ""
@@ -15178,6 +15187,10 @@ msgstr ""
 msgid "MMX EXT memcpy"
 msgstr ""
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr ""
+
 #: modules/misc/msn.c:64
 msgid "MSN Title format string"
 msgstr ""
@@ -16669,13 +16682,6 @@ msgstr ""
 msgid "Conversions from "
 msgstr ""
 
-#: 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 ""
-
 #: 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 "
@@ -18310,6 +18316,10 @@ msgstr ""
 msgid "XOSD interface"
 msgstr "XOSD interface"
 
+#, fuzzy
+#~ msgid "Create"
+#~ msgstr "Sample rate"
+
 #, fuzzy
 #~ msgid "Browse"
 #~ msgstr "Browse…"
diff --git a/po/es.po b/po/es.po
index bf20002bf1913a63e2c7b209a80719bed02f3ccb..4f20986062773e660d20022cd9558b8b786a6b77 100644
--- a/po/es.po
+++ b/po/es.po
@@ -7,15 +7,27 @@ msgid ""
 msgstr ""
 "Project-Id-Version: vlc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-31 15:10+0400\n"
+"POT-Creation-Date: 2006-09-04 11:13+0200\n"
 "PO-Revision-Date: 2006-03-31 21:20+0100\n"
 "Last-Translator: Antonio Javier Varela <tonxabar@gmail.com>\n"
 "Language-Team: Spanish-English\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Poedit-SourceCharset: utf-8\n"
 
+#: include/vlc/vlc.h:576
+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"
+"see the file named COPYING for details.\n"
+"Written by the VideoLAN team; see the AUTHORS file.\n"
+msgstr ""
+"Este programa viene SIN GARANTIA, sólo a la extendida por ley.\n"
+"Puedes redistribuirlo bajo los términos de la Licencia Pública Gral. GNU;\n"
+"mira el archivo llamado COPYING para ver los detalles.\n"
+"Escrito por el equipo VideoLAN; mira el archivo AUTHORS.\n"
+
 #: include/vlc_config_cat.h:32
 msgid "VLC preferences"
 msgstr "Preferencias VLC"
@@ -70,7 +82,7 @@ msgstr "Opciones para interfaces VLC"
 msgid "Hotkeys settings"
 msgstr "Opciones de teclas rápidas"
 
-#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1209
+#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1217
 #: modules/gui/beos/InterfaceWindow.cpp:282 modules/gui/macosx/extended.m:81
 #: modules/gui/macosx/intf.m:555 modules/gui/macosx/output.m:170
 #: modules/gui/macosx/playlistinfo.m:96 modules/gui/macosx/wizard.m:421
@@ -115,9 +127,9 @@ msgstr "Módulos de salida"
 msgid "These are general settings for audio output modules."
 msgstr "Éstas son opciones generales para módulos de salida de audio"
 
-#: include/vlc_config_cat.h:71 src/libvlc.h:1553
+#: include/vlc_config_cat.h:71 src/libvlc.h:1563
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:578
-#: modules/gui/wxwidgets/menus.cpp:279 modules/stream_out/transcode.c:285
+#: modules/gui/wxwidgets/menus.cpp:280 modules/stream_out/transcode.c:285
 msgid "Miscellaneous"
 msgstr "Miscelánea"
 
@@ -126,7 +138,7 @@ msgstr "Miscelánea"
 msgid "Miscellaneous audio settings and modules."
 msgstr "Opciones varias de audio y módulos"
 
-#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1244
+#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1252
 #: modules/gui/macosx/extended.m:80 modules/gui/macosx/intf.m:568
 #: modules/gui/macosx/output.m:160 modules/gui/macosx/playlistinfo.m:86
 #: modules/gui/macosx/wizard.m:422
@@ -250,7 +262,7 @@ msgstr "Opciones para codificadores y decodificadores de audio+vídeo y otros"
 msgid "General input settings. Use with care."
 msgstr "Ajustes de entrada general. Usar con cuidado."
 
-#: include/vlc_config_cat.h:135 src/libvlc.h:1483
+#: include/vlc_config_cat.h:135 src/libvlc.h:1493
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:152
 msgid "Stream output"
 msgstr "Volcado de salida"
@@ -364,8 +376,8 @@ msgstr "VOD"
 msgid "VLC's implementation of Video On Demand"
 msgstr "Implementación de VLC de Video On Demand (Solicitud de Vídeo)"
 
-#: include/vlc_config_cat.h:186 src/libvlc.h:1608 src/playlist/engine.c:79
-#: src/playlist/engine.c:81 modules/demux/playlist/playlist.c:56
+#: include/vlc_config_cat.h:186 src/libvlc.h:1618 src/playlist/engine.c:91
+#: src/playlist/engine.c:93 modules/demux/playlist/playlist.c:56
 #: modules/demux/playlist/playlist.c:57
 #: modules/gui/beos/InterfaceWindow.cpp:231
 #: modules/gui/beos/InterfaceWindow.cpp:325 modules/gui/macosx/intf.m:500
@@ -403,7 +415,7 @@ msgstr ""
 "Módulos de servicios discovery son los que automáticamente añaden objetos a "
 "la lista de reproducción."
 
-#: include/vlc_config_cat.h:197 src/libvlc.h:1444
+#: include/vlc_config_cat.h:197 src/libvlc.h:1454
 #: modules/gui/macosx/prefs.m:124
 msgid "Advanced"
 msgstr "Avanzado"
@@ -528,7 +540,7 @@ msgstr "Elige archivo al que salvar"
 #: modules/gui/wxwidgets/interface.cpp:677
 #: modules/gui/wxwidgets/interface.cpp:688
 #: modules/gui/wxwidgets/interface.cpp:1216
-#: modules/gui/wxwidgets/menus.cpp:263 modules/gui/wxwidgets/menus.cpp:274
+#: modules/gui/wxwidgets/menus.cpp:264 modules/gui/wxwidgets/menus.cpp:275
 msgid "Play"
 msgstr "Reproducir"
 
@@ -546,8 +558,8 @@ msgid "Delete"
 msgstr "Borrar"
 
 #: include/vlc_intf_strings.h:37 modules/gui/macosx/intf.m:599
-#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlistinfo.m:55
-#: modules/gui/macosx/playlistinfo.m:363 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/playlistinfo.m:55 modules/gui/macosx/playlistinfo.m:363
 #, fuzzy
 msgid "Information"
 msgstr "Transformación"
@@ -585,8 +597,8 @@ msgstr "Meta-información"
 msgid "Title"
 msgstr "Título"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:58
-#: modules/gui/macosx/playlist.m:130 modules/gui/macosx/wizard.m:393
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:130
+#: modules/gui/macosx/playlistinfo.m:58 modules/gui/macosx/wizard.m:393
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:50
 msgid "Author"
 msgstr "Autor"
@@ -658,18 +670,6 @@ msgstr "Nombre de Códec"
 msgid "Codec Description"
 msgstr "Descripción de Códec"
 
-#: include/vlc/vlc.h:576
-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"
-"see the file named COPYING for details.\n"
-"Written by the VideoLAN team; see the AUTHORS file.\n"
-msgstr ""
-"Este programa viene SIN GARANTIA, sólo a la extendida por ley.\n"
-"Puedes redistribuirlo bajo los términos de la Licencia Pública Gral. GNU;\n"
-"mira el archivo llamado COPYING para ver los detalles.\n"
-"Escrito por el equipo VideoLAN; mira el archivo AUTHORS.\n"
-
 #: src/audio_output/filters.c:154 src/audio_output/filters.c:201
 #: src/audio_output/filters.c:224
 #, fuzzy
@@ -683,7 +683,7 @@ msgid "The maximum number of filters (%d) was reached."
 msgstr ""
 
 #: src/audio_output/input.c:80 src/audio_output/input.c:126
-#: src/input/es_out.c:361 src/libvlc.h:417 src/video_output/video_output.c:421
+#: src/input/es_out.c:361 src/libvlc.h:421 src/video_output/video_output.c:421
 #: modules/codec/ffmpeg/postprocess.c:94
 msgid "Disable"
 msgstr "Deshabilitar"
@@ -832,13 +832,14 @@ msgid "VLC could not open the decoder module."
 msgstr ""
 
 #: src/input/decoder.c:136
-msgid "No suitable decoder module for FOURCC \"4.4s\" found"
+msgid "No suitable decoder module for format"
 msgstr ""
 
 #: src/input/decoder.c:137
+#, c-format
 msgid ""
-"VLC probably does not support this audio or video format. Regrettably, there "
-"is no way for you to fix this."
+"VLC probably does not support the “%4.4s” audio or video format. "
+"Unfortunately there is no way for you to fix this."
 msgstr ""
 
 #: src/input/es_out.c:383 src/input/es_out.c:385 src/input/es_out.c:391
@@ -849,7 +850,7 @@ msgid "Track %i"
 msgstr "Pista %i"
 
 #: src/input/es_out.c:465 src/input/es_out.c:467 src/input/es_out.c:567
-#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:443
+#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:447
 #: modules/gui/macosx/intf.m:548 modules/gui/macosx/intf.m:549
 msgid "Program"
 msgstr "Programa"
@@ -888,8 +889,8 @@ msgstr "%d Hz"
 msgid "Bits per sample"
 msgstr "Bits por muestra"
 
-#: src/input/es_out.c:1605 modules/access_output/shout.c:86
-#: modules/access/pvr.c:84
+#: src/input/es_out.c:1605 modules/access/pvr.c:84
+#: modules/access_output/shout.c:86
 msgid "Bitrate"
 msgstr "Tasa de Bits"
 
@@ -941,7 +942,7 @@ msgstr ""
 msgid "Bookmark"
 msgstr "Favorito"
 
-#: src/input/var.c:131 src/libvlc.h:449
+#: src/input/var.c:131 src/libvlc.h:453
 msgid "Programs"
 msgstr "Programas"
 
@@ -1691,45 +1692,55 @@ msgstr ""
 "también puede permitirte salvar algo de potencia del procesador)."
 
 #: src/libvlc.h:278
+#, fuzzy
+msgid "Embedded video"
+msgstr "Salida de vídeo QT Embedded"
+
+#: src/libvlc.h:280
+#, fuzzy
+msgid "Embed the video output in the main interface."
+msgstr "Insertar vídeo en interfaz"
+
+#: src/libvlc.h:282
 msgid "Fullscreen video output"
 msgstr "Salida de vídeo a pantalla completa"
 
-#: src/libvlc.h:280
+#: src/libvlc.h:284
 #, fuzzy
 msgid "Start video in fullscreen mode"
 msgstr "Alternar método pantalla completa"
 
-#: src/libvlc.h:282
+#: src/libvlc.h:286
 msgid "Overlay video output"
 msgstr "Transparencia de salida de vídeo"
 
-#: src/libvlc.h:284
+#: src/libvlc.h:288
 msgid ""
 "Overlay is the hardware acceleration capability of your video card (ability "
 "to render video directly). VLC will try to use it by default."
 msgstr ""
 
-#: src/libvlc.h:287 src/video_output/vout_intf.c:399
+#: src/libvlc.h:291 src/video_output/vout_intf.c:399
 msgid "Always on top"
 msgstr "Siempre sobre todo"
 
-#: src/libvlc.h:289
+#: src/libvlc.h:293
 msgid "Always place the video window on top of other windows."
 msgstr "Pone siempre la ventana de vídeo sobre las otras ventanas."
 
-#: src/libvlc.h:291
+#: src/libvlc.h:295
 msgid "Disable screensaver"
 msgstr "Deshabilitar salvapantallas"
 
-#: src/libvlc.h:292
+#: src/libvlc.h:296
 msgid "Disable the screensaver during video playback."
 msgstr ""
 
-#: src/libvlc.h:294
+#: src/libvlc.h:298
 msgid "Window decorations"
 msgstr "Decoraciones de ventana"
 
-#: src/libvlc.h:296
+#: src/libvlc.h:300
 #, fuzzy
 msgid ""
 "VLC can avoid creating window caption, frames, etc... around the video, "
@@ -1738,12 +1749,12 @@ msgstr ""
 "Si esta opción está deshabilitada, VLC evitará crear título de ventana, "
 "marcos, etc... alrededor del vídeo. Actualmente soportada sólo en Windows."
 
-#: src/libvlc.h:299
+#: src/libvlc.h:303
 #, fuzzy
 msgid "Video output filter module"
 msgstr "Módulo de salida de vídeo"
 
-#: src/libvlc.h:301
+#: src/libvlc.h:305
 #, fuzzy
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
@@ -1753,11 +1764,11 @@ msgstr ""
 "imagen, por ejemplo desentrelazado, o clonar o distorsionar la ventana de "
 "vídeo."
 
-#: src/libvlc.h:305
+#: src/libvlc.h:309
 msgid "Video filter module"
 msgstr "Módulo de filtro de vídeo"
 
-#: src/libvlc.h:307
+#: src/libvlc.h:311
 #, fuzzy
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
@@ -1767,55 +1778,55 @@ msgstr ""
 "imagen, por ejemplo desentrelazado, o clonar o distorsionar la ventana de "
 "vídeo."
 
-#: src/libvlc.h:311
+#: src/libvlc.h:315
 #, fuzzy
 msgid "Video snapshot directory (or filename)"
 msgstr "Directorio de capturas de pantalla de vídeo"
 
-#: src/libvlc.h:313
+#: src/libvlc.h:317
 #, fuzzy
 msgid "Directory where the video snapshots will be stored."
 msgstr ""
 "Te permite indicar el directorio donde las capturas de pantalla se "
 "almacenarán."
 
-#: src/libvlc.h:315 src/libvlc.h:317
+#: src/libvlc.h:319 src/libvlc.h:321
 #, fuzzy
 msgid "Video snapshot file prefix"
 msgstr "Formato captura fotográfica de vídeo"
 
-#: src/libvlc.h:319
+#: src/libvlc.h:323
 msgid "Video snapshot format"
 msgstr "Formato captura fotográfica de vídeo"
 
-#: src/libvlc.h:321
+#: src/libvlc.h:325
 msgid "Image format which will be used to store the video snapshots"
 msgstr ""
 
-#: src/libvlc.h:323
+#: src/libvlc.h:327
 msgid "Display video snapshot preview"
 msgstr "Mostrar previsualización de captura de pantalla de vídeo"
 
-#: src/libvlc.h:325
+#: src/libvlc.h:329
 #, fuzzy
 msgid "Display the snapshot preview in the screen's top-left corner."
 msgstr ""
 "Habilitar / deshabilitar el mostrar la previsualización de capturas en la "
 "esquina izquierda de la pantalla."
 
-#: src/libvlc.h:327
+#: src/libvlc.h:331
 msgid "Use sequential numbers instead of timestamps"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:333
 msgid "Use sequential numbers instead of timestamps for snapshot numbering"
 msgstr ""
 
-#: src/libvlc.h:331
+#: src/libvlc.h:335
 msgid "Video cropping"
 msgstr "Recorte de vídeo"
 
-#: src/libvlc.h:333
+#: src/libvlc.h:337
 #, fuzzy
 msgid ""
 "This forces the cropping of the source video. Accepted formats are x:y (4:3, "
@@ -1824,11 +1835,11 @@ msgstr ""
 "Esto forzará el recorte de la fuente de vídeo. Formatos aceptados x:y (4:3, "
 "16:9, etc.) expresando el aspecto global de imagen."
 
-#: src/libvlc.h:337
+#: src/libvlc.h:341
 msgid "Source aspect ratio"
 msgstr "Relación de aspecto de fuente"
 
-#: src/libvlc.h:339
+#: src/libvlc.h:343
 #, fuzzy
 msgid ""
 "This forces the source aspect ratio. For instance, some DVDs claim to be "
@@ -1843,43 +1854,43 @@ msgstr ""
 "aceptados: x:y (4:3, 16:9, etc.) expresando el aspecto global de la imagen, "
 "o un valor flotante (1.25, 1.3333, etc.) expresando cuadratura de píxel."
 
-#: src/libvlc.h:346
+#: src/libvlc.h:350
 msgid "Custom crop ratios list"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:352
 msgid ""
 "Comma seperated list of crop ratios which will be added in the interface's "
 "crop ratios list."
 msgstr ""
 
-#: src/libvlc.h:351
+#: src/libvlc.h:355
 #, fuzzy
 msgid "Custom aspect ratios list"
 msgstr "Ciclar proporción de aspecto de fuente"
 
-#: src/libvlc.h:353
+#: src/libvlc.h:357
 msgid ""
 "Comma seperated list of aspect ratios which will be added in the interface's "
 "aspect ratio list."
 msgstr ""
 
-#: src/libvlc.h:356
+#: src/libvlc.h:360
 msgid "Fix HDTV height"
 msgstr "Fijar altura HDTV"
 
-#: src/libvlc.h:358
+#: src/libvlc.h:362
 msgid ""
 "This allows proper handling of HDTV-1080 video format even if broken encoder "
 "incorrectly sets height to 1088 lines. You should only disable this option "
 "if your video has a non-standard format requiring all 1088 lines."
 msgstr ""
 
-#: src/libvlc.h:363
+#: src/libvlc.h:367
 msgid "Monitor pixel aspect ratio"
 msgstr "Proporción de aspecto de píxel de monitor"
 
-#: src/libvlc.h:365
+#: src/libvlc.h:369
 #, fuzzy
 msgid ""
 "This forces the monitor aspect ratio. Most monitors have square pixels "
@@ -1890,32 +1901,32 @@ msgstr ""
 "píxeles cuadrados (1:1). Si se tiene pantalla de 16:9, podría necesitar "
 "cambiarse a 4:3 para mantener proporciones."
 
-#: src/libvlc.h:370
+#: src/libvlc.h:374
 msgid "Skip frames"
 msgstr "Saltar fotogramas"
 
-#: src/libvlc.h:372
+#: src/libvlc.h:376
 msgid ""
 "This option enables framedropping on MPEG2 stream. Framedropping occurs when "
 "your computer is not powerful enough"
 msgstr ""
 
-#: src/libvlc.h:375
+#: src/libvlc.h:379
 #, fuzzy
 msgid "Drop late frames"
 msgstr "Fotogramas IDR"
 
-#: src/libvlc.h:377
+#: src/libvlc.h:381
 msgid ""
 "This drops frames that are late (arrive to the video output after their "
 "intended display date)."
 msgstr ""
 
-#: src/libvlc.h:380
+#: src/libvlc.h:384
 msgid "Quiet synchro"
 msgstr "Sincronización silenciosa"
 
-#: src/libvlc.h:382
+#: src/libvlc.h:386
 #, fuzzy
 msgid ""
 "This avoids flooding the message log with debug output from the video output "
@@ -1924,7 +1935,7 @@ msgstr ""
 "Habilita esta opción para evitar inundar el registro de mensajes con "
 "información de depuración de la sincronización de la salida de vídeo."
 
-#: src/libvlc.h:391
+#: src/libvlc.h:395
 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 "
@@ -1934,17 +1945,17 @@ msgstr ""
 "entrada, tales como el aparato DVD o VCD, las opciones de interfaz de red o "
 "el canal de subtítulos."
 
-#: src/libvlc.h:396
+#: src/libvlc.h:400
 msgid ""
 "If you live in France, it is not allowed to workaround any Digital "
 "Restrictions Management measure."
 msgstr ""
 
-#: src/libvlc.h:399
+#: src/libvlc.h:403
 msgid "Clock reference average counter"
 msgstr "Contador reloj de referencia promedio"
 
-#: src/libvlc.h:401
+#: src/libvlc.h:405
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
@@ -1952,11 +1963,11 @@ msgstr ""
 "Al usar la entrada PVR (o una fuente muy irregular), deberías poner ésto a "
 "10000."
 
-#: src/libvlc.h:404
+#: src/libvlc.h:408
 msgid "Clock synchronisation"
 msgstr "Sincronización de reloj"
 
-#: src/libvlc.h:406
+#: src/libvlc.h:410
 #, fuzzy
 msgid ""
 "It is possible to disable the input clock synchronisation for real-time "
@@ -1965,11 +1976,11 @@ msgstr ""
 "Te permite habilitar/deshabilitar la sincronización de reloj de entrada para "
 "fuentes a tiempo real."
 
-#: src/libvlc.h:410 modules/control/netsync.c:71
+#: src/libvlc.h:414 modules/control/netsync.c:71
 msgid "Network synchronisation"
 msgstr "Sincronización de red"
 
-#: src/libvlc.h:411
+#: src/libvlc.h:415
 #, fuzzy
 msgid ""
 "This allows you to remotely synchronise clocks for server and client. The "
@@ -1978,7 +1989,7 @@ msgstr ""
 "Esto permite sincronizar remotamente relojes de servidor y cliente. Los "
 "ajustes detallados están disponibles en Avanzado / Otros / Sinc de Red"
 
-#: src/libvlc.h:417 src/libvlc.h:964 src/video_output/vout_intf.c:261
+#: src/libvlc.h:421 src/libvlc.h:972 src/video_output/vout_intf.c:261
 #: src/video_output/vout_intf.c:348 modules/access/dshow/dshow.cpp:74
 #: modules/access/dshow/dshow.cpp:76 modules/access/dshow/dshow.cpp:79
 #: modules/access/dshow/dshow.cpp:85 modules/audio_output/alsa.c:102
@@ -1991,7 +2002,7 @@ msgstr ""
 msgid "Default"
 msgstr "Por Defecto"
 
-#: src/libvlc.h:417 modules/gui/macosx/equalizer.m:145
+#: src/libvlc.h:421 modules/gui/macosx/equalizer.m:145
 #: modules/gui/macosx/extended.m:113 modules/gui/macosx/wizard.m:395
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:633
 #: modules/gui/wxwidgets/extrapanel.cpp:216
@@ -1999,20 +2010,20 @@ msgstr "Por Defecto"
 msgid "Enable"
 msgstr "Habilitar"
 
-#: src/libvlc.h:419
+#: src/libvlc.h:423
 msgid "UDP port"
 msgstr "Puerto UDP"
 
-#: src/libvlc.h:421
+#: src/libvlc.h:425
 #, fuzzy
 msgid "This is the default port used for UDP streams. Default is 1234."
 msgstr "Éste es el puerto usado para volcados UDP. 1234 por defecto."
 
-#: src/libvlc.h:423
+#: src/libvlc.h:427
 msgid "MTU of the network interface"
 msgstr "MTU de la interfaz de red"
 
-#: src/libvlc.h:425
+#: src/libvlc.h:429
 #, fuzzy
 msgid ""
 "This is the maximum packet size that can be transmitted over the network "
@@ -2020,11 +2031,11 @@ msgid ""
 msgstr ""
 "El típico tamaño de paquetes UDP solicitado. En Ethernet normalmente es 1500."
 
-#: src/libvlc.h:428
+#: src/libvlc.h:432
 msgid "Hop limit (TTL)"
 msgstr "Límite de salto (TTL)"
 
-#: src/libvlc.h:430
+#: src/libvlc.h:434
 #, fuzzy
 msgid ""
 "This is the hop limit (also known as \"Time-To-Live\" or TTL) of the "
@@ -2034,22 +2045,22 @@ 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:434
+#: src/libvlc.h:438
 msgid "IPv6 multicast output interface"
 msgstr "Interfaz de salida multiemisión IPv6"
 
-#: src/libvlc.h:436
+#: src/libvlc.h:440
 #, fuzzy
 msgid "Default IPv6 multicast interface. This overrides the routing table."
 msgstr ""
 "Indicar aquí el interfaz de salida multiemisión. Esto anula la tabla de "
 "enrutamiento."
 
-#: src/libvlc.h:438
+#: src/libvlc.h:442
 msgid "IPv4 multicast output interface address"
 msgstr "Dirección de interfaz de salida multiemisión IPv4"
 
-#: src/libvlc.h:440
+#: src/libvlc.h:444
 #, fuzzy
 msgid ""
 "IPv4 adress for the default multicast interface. This overrides the routing "
@@ -2058,7 +2069,7 @@ msgstr ""
 "Indicar aquí el interfaz de salida multiemisión. Esto anula la tabla de "
 "enrutamiento."
 
-#: src/libvlc.h:445
+#: src/libvlc.h:449
 #, fuzzy
 msgid ""
 "Choose the program to select by giving its Service ID. Only use this option "
@@ -2068,7 +2079,7 @@ msgstr ""
 "Sólo usa esta opción si deseas leer un volcado multi-programa (como volcados "
 "DVB por ejemplo)."
 
-#: src/libvlc.h:451
+#: src/libvlc.h:455
 #, fuzzy
 msgid ""
 "Choose the programs to select by giving a comma-separated list of Service "
@@ -2080,29 +2091,29 @@ msgstr ""
 "Sólo usa esta opción si deseas leer un volcado multi-programa (como volcados "
 "DVB por ejemplo)."
 
-#: src/libvlc.h:457 modules/gui/wxwidgets/dialogs/open.cpp:779
+#: src/libvlc.h:461 modules/gui/wxwidgets/dialogs/open.cpp:779
 msgid "Audio track"
 msgstr "Pista de audio"
 
-#: src/libvlc.h:459
+#: src/libvlc.h:463
 #, fuzzy
 msgid "Stream number of the audio track to use (from 0 to n)."
 msgstr "Da el nº de volcado de la pista de audio a usar (de 0 a n)."
 
-#: src/libvlc.h:462 modules/gui/wxwidgets/dialogs/open.cpp:771
+#: src/libvlc.h:466 modules/gui/wxwidgets/dialogs/open.cpp:771
 msgid "Subtitles track"
 msgstr "Pista de subtítulos"
 
-#: src/libvlc.h:464
+#: src/libvlc.h:468
 #, fuzzy
 msgid "Stream number of the subtitle track to use (from 0 to n)."
 msgstr "Da el número de volcado de la pista de subtítulos a usar (de 0 a n)."
 
-#: src/libvlc.h:467
+#: src/libvlc.h:471
 msgid "Audio language"
 msgstr "Lenguaje de audio"
 
-#: src/libvlc.h:469
+#: src/libvlc.h:473
 #, fuzzy
 msgid ""
 "Language of the audio track you want to use (comma separated, two or three "
@@ -2111,11 +2122,11 @@ msgstr ""
 "Da el lenguaje de la pista de audio a usar (separados por comas, dos o tres "
 "códigos de letras de país)."
 
-#: src/libvlc.h:472
+#: src/libvlc.h:476
 msgid "Subtitle language"
 msgstr "Lenguaje de subtítulos"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:478
 #, fuzzy
 msgid ""
 "Language of the subtitle track you want to use (comma separated, two or tree "
@@ -2124,55 +2135,55 @@ msgstr ""
 "Da el lenguaje de pista de subtítulos que desees usar (separados por comas, "
 "dos o tres códigos alfabéticos de países)."
 
-#: src/libvlc.h:478
+#: src/libvlc.h:482
 msgid "Audio track ID"
 msgstr "ID de pista de audio"
 
-#: src/libvlc.h:480
+#: src/libvlc.h:484
 #, fuzzy
 msgid "Stream ID of the audio track to use."
 msgstr "Da el ID de volcado de la pista de audio que se desea usar."
 
-#: src/libvlc.h:482
+#: src/libvlc.h:486
 msgid "Subtitles track ID"
 msgstr "ID de pista de subtítulos"
 
-#: src/libvlc.h:484
+#: src/libvlc.h:488
 #, fuzzy
 msgid "Stream ID of the subtitle track to use."
 msgstr "Da el ID de volcado de la pista de subtítulos que se desea usar."
 
-#: src/libvlc.h:486
+#: src/libvlc.h:490
 msgid "Input repetitions"
 msgstr "Repeticiones de Entrada"
 
-#: src/libvlc.h:488
+#: src/libvlc.h:492
 msgid "Number of time the same input will be repeated"
 msgstr "Número de veces que la misma entrada se repetirá"
 
-#: src/libvlc.h:490
+#: src/libvlc.h:494
 #, fuzzy
 msgid "Start time"
 msgstr "Iniciar directamente en menú"
 
-#: src/libvlc.h:492
+#: src/libvlc.h:496
 msgid "The stream will start at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:494
+#: src/libvlc.h:498
 #, fuzzy
 msgid "Stop time"
 msgstr "Parar Volcado"
 
-#: src/libvlc.h:496
+#: src/libvlc.h:500
 msgid "The stream will stop at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:498
+#: src/libvlc.h:502
 msgid "Input list"
 msgstr "Lista de entrada"
 
-#: src/libvlc.h:500
+#: src/libvlc.h:504
 #, fuzzy
 msgid ""
 "You can give a comma-separated list of inputs that will be concatenated "
@@ -2181,11 +2192,11 @@ msgstr ""
 "Te permite indicar una lista de entradas, separadas por comas, que se "
 "concatenarán."
 
-#: src/libvlc.h:503
+#: src/libvlc.h:507
 msgid "Input slave (experimental)"
 msgstr "Esclavo de entrada (experimental)"
 
-#: src/libvlc.h:505
+#: src/libvlc.h:509
 #, fuzzy
 msgid ""
 "This allows you to play from several inputs at the same time. This feature "
@@ -2195,11 +2206,11 @@ msgstr ""
 "Te permite reproducir desde varios archivos al mismo tiempo. Esta "
 "característica es experimental, no se soportan todos los formatos."
 
-#: src/libvlc.h:509
+#: src/libvlc.h:513
 msgid "Bookmarks list for a stream"
 msgstr "Lista de favoritos para un volcado"
 
-#: src/libvlc.h:511
+#: src/libvlc.h:515
 #, fuzzy
 msgid ""
 "You can manually give a list of bookmarks for a stream in the form "
@@ -2210,7 +2221,7 @@ msgstr ""
 "\"{name=nombre-del-favorito,time=tiempo-de-compensación-opcional,bytes=byte-"
 "de-compensación-opcional}{etc...}\""
 
-#: src/libvlc.h:517
+#: src/libvlc.h:521
 msgid ""
 "These options allow you to modify the behavior of the subpictures subsystem. "
 "You can for example enable subpictures filters (logo, etc.). Enable these "
@@ -2222,11 +2233,11 @@ msgstr ""
 "Habilítalos aquí y configúralos en la sección de módulos \"filtros de sub-"
 "imágenes\". También puedes poner diversas opciones de sub-imágenes."
 
-#: src/libvlc.h:523
+#: src/libvlc.h:527
 msgid "Force subtitle position"
 msgstr "Forzar posición de subtítulos"
 
-#: src/libvlc.h:525
+#: src/libvlc.h:529
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
@@ -2234,20 +2245,20 @@ 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:528
+#: src/libvlc.h:532
 msgid "Enable sub-pictures"
 msgstr "Habilitar sub-imágenes"
 
-#: src/libvlc.h:530
+#: src/libvlc.h:534
 msgid "You can completely disable the sub-picture processing."
 msgstr "Puedes deshabilitar completamente el proceso de sub-imágenes."
 
-#: src/libvlc.h:532 src/libvlc.h:1324 src/misc/iso-639_def.h:143
+#: src/libvlc.h:536 src/libvlc.h:1334 src/misc/iso-639_def.h:143
 #: modules/stream_out/transcode.c:281
 msgid "On Screen Display"
 msgstr "Mostrar En Pantalla"
 
-#: src/libvlc.h:534
+#: src/libvlc.h:538
 #, fuzzy
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
@@ -2256,32 +2267,32 @@ msgstr ""
 "VLC puede mostrar mensajes sobre el vídeo. Esto se llaman OSD (On Screen "
 "Display - Mostrar En Pantalla). Aquí puedes deshabilitar esta opción."
 
-#: src/libvlc.h:537
+#: src/libvlc.h:541
 #, fuzzy
 msgid "Text rendering module"
 msgstr "Renderizado de texto"
 
-#: src/libvlc.h:539
+#: src/libvlc.h:543
 msgid ""
 "VLC normally uses Freetype for rendering, but this allows you to use svg for "
 "instance."
 msgstr ""
 
-#: src/libvlc.h:542
+#: src/libvlc.h:546
 msgid "Subpictures filter module"
 msgstr "Módulo de filtro de sub-imágenes"
 
-#: src/libvlc.h:544
+#: src/libvlc.h:548
 msgid ""
 "This adds so-called \"subpicture filters\". These filters overlay some "
 "images or text over the video (like a logo, arbitraty text...)."
 msgstr ""
 
-#: src/libvlc.h:547
+#: src/libvlc.h:551
 msgid "Autodetect subtitle files"
 msgstr "Autodetectar archivo de subtítulos"
 
-#: src/libvlc.h:549
+#: src/libvlc.h:553
 #, fuzzy
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified "
@@ -2289,11 +2300,11 @@ msgid ""
 msgstr ""
 "Automáticamente detecta un archivo de subtítulos, si no se especifica alguno."
 
-#: src/libvlc.h:552
+#: src/libvlc.h:556
 msgid "Subtitle autodetection fuzziness"
 msgstr "Exactitud en autodetección de subtítulos"
 
-#: src/libvlc.h:554
+#: src/libvlc.h:558
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -2312,11 +2323,11 @@ msgstr ""
 "adicionales\n"
 "4 = archivo de subtítulos exactamente igual al nombre de película"
 
-#: src/libvlc.h:562
+#: src/libvlc.h:566
 msgid "Subtitle autodetection paths"
 msgstr "Rutas de autodetección de subtítulos"
 
-#: src/libvlc.h:564
+#: src/libvlc.h:568
 msgid ""
 "Look for a subtitle file in those paths too, if your subtitle file was not "
 "found in the current directory."
@@ -2324,11 +2335,11 @@ msgstr ""
 "Busca un archivo de subtítulos en estas rutas también, si tu archivo de "
 "subtítulos no se halló en el directorio actual."
 
-#: src/libvlc.h:567
+#: src/libvlc.h:571
 msgid "Use subtitle file"
 msgstr "Usar archivo de subtítulos"
 
-#: src/libvlc.h:569
+#: src/libvlc.h:573
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
@@ -2336,11 +2347,11 @@ msgstr ""
 "Carga este archivo de subtítulos. A usar cuando autodetectar no puede "
 "detectar tu archivo de subtítulos."
 
-#: src/libvlc.h:572
+#: src/libvlc.h:576
 msgid "DVD device"
 msgstr "Aparato DVD"
 
-#: src/libvlc.h:575
+#: src/libvlc.h:579
 msgid ""
 "This is the default DVD drive (or file) to use. Don't forget the colon after "
 "the drive letter (eg. D:)"
@@ -2348,15 +2359,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:579
+#: src/libvlc.h:583
 msgid "This is the default DVD device to use."
 msgstr "Éste es el aparato DVD a usar por defecto."
 
-#: src/libvlc.h:582
+#: src/libvlc.h:586
 msgid "VCD device"
 msgstr "Aparato VCD"
 
-#: src/libvlc.h:585
+#: src/libvlc.h:589
 msgid ""
 "This is the default VCD device to use. If you don't specify anything, we'll "
 "scan for a suitable CD-ROM device."
@@ -2364,15 +2375,15 @@ msgstr ""
 "Éste es el aparato VCD a usar por defecto. Si no especificas nada, "
 "buscaremos un aparato CD-ROM adecuado."
 
-#: src/libvlc.h:589
+#: src/libvlc.h:593
 msgid "This is the default VCD device to use."
 msgstr "Éste es el aparato VCD a usar por defecto."
 
-#: src/libvlc.h:592
+#: src/libvlc.h:596
 msgid "Audio CD device"
 msgstr "Aparato de CD de Audio"
 
-#: src/libvlc.h:595
+#: src/libvlc.h:599
 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."
@@ -2380,45 +2391,45 @@ 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:599
+#: src/libvlc.h:603
 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:602 modules/gui/wxwidgets/dialogs/open.cpp:841
+#: src/libvlc.h:606 modules/gui/wxwidgets/dialogs/open.cpp:841
 msgid "Force IPv6"
 msgstr "Forzar IPv6"
 
-#: src/libvlc.h:604
+#: src/libvlc.h:608
 #, fuzzy
 msgid "IPv6 will be used by default for all connections."
 msgstr ""
 "Si eliges esta opción, IPv6 se usará por defecto en toda conexión UDP y HTTP."
 
-#: src/libvlc.h:606
+#: src/libvlc.h:610
 msgid "Force IPv4"
 msgstr "Forzar IPv4"
 
-#: src/libvlc.h:608
+#: src/libvlc.h:612
 #, fuzzy
 msgid "IPv4 will be used by default for all connections."
 msgstr ""
 "Si eliges esta opción, IPv4 se usará por defecto en toda conexión UDP y HTTP."
 
-#: src/libvlc.h:610
+#: src/libvlc.h:614
 #, fuzzy
 msgid "TCP connection timeout"
 msgstr "Esperar conexión TCP en ms"
 
-#: src/libvlc.h:612
+#: src/libvlc.h:616
 #, fuzzy
 msgid "Default TCP connection timeout (in milliseconds). "
 msgstr "Esperar conexión TCP en ms"
 
-#: src/libvlc.h:614
+#: src/libvlc.h:618
 msgid "SOCKS server"
 msgstr "Servidor SOCKS"
 
-#: src/libvlc.h:616
+#: src/libvlc.h:620
 #, fuzzy
 msgid ""
 "SOCKS proxy server to use. This must be of the form address:port. It will be "
@@ -2427,93 +2438,93 @@ msgstr ""
 "Te permite indicar un servidor SOCKS a usar. Debe ser en la forma dirección:"
 "puerto . Se usará para toda conexión TCP"
 
-#: src/libvlc.h:619
+#: src/libvlc.h:623
 msgid "SOCKS user name"
 msgstr "Nombre de usuario SOCKS"
 
-#: src/libvlc.h:621
+#: src/libvlc.h:625
 #, fuzzy
 msgid "User name to be used for connection to the SOCKS proxy."
 msgstr ""
 "Te permite modificar el nombre de usuario a usar en la conexión al servidor "
 "SOCKS."
 
-#: src/libvlc.h:623
+#: src/libvlc.h:627
 msgid "SOCKS password"
 msgstr "Clave SOCKS"
 
-#: src/libvlc.h:625
+#: src/libvlc.h:629
 #, fuzzy
 msgid "Password to be used for connection to the SOCKS proxy."
 msgstr ""
 "Te permite modificar la clave a usar para la conexión al servidor SOCKS."
 
-#: src/libvlc.h:627
+#: src/libvlc.h:631
 msgid "Title metadata"
 msgstr "Metadata de título"
 
-#: src/libvlc.h:629
+#: src/libvlc.h:633
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr "Te permite especificar un metadata \"título\" para una entrada."
 
-#: src/libvlc.h:631
+#: src/libvlc.h:635
 msgid "Author metadata"
 msgstr "Metadata de autor"
 
-#: src/libvlc.h:633
+#: src/libvlc.h:637
 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:635
+#: src/libvlc.h:639
 msgid "Artist metadata"
 msgstr "Metadata de artista"
 
-#: src/libvlc.h:637
+#: src/libvlc.h:641
 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:639
+#: src/libvlc.h:643
 msgid "Genre metadata"
 msgstr "Metadata de género"
 
-#: src/libvlc.h:641
+#: src/libvlc.h:645
 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:643
+#: src/libvlc.h:647
 msgid "Copyright metadata"
 msgstr "Metadata de copyright"
 
-#: src/libvlc.h:645
+#: src/libvlc.h:649
 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:647
+#: src/libvlc.h:651
 msgid "Description metadata"
 msgstr "Metadata de descripción"
 
-#: src/libvlc.h:649
+#: src/libvlc.h:653
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr ""
 "Te permite especificar un metadata de \"Descripción\" para una entrada."
 
-#: src/libvlc.h:651
+#: src/libvlc.h:655
 msgid "Date metadata"
 msgstr "Metadata de fecha"
 
-#: src/libvlc.h:653
+#: src/libvlc.h:657
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr "Te permite especificar un metadata \"fecha\" para una entrada."
 
-#: src/libvlc.h:655
+#: src/libvlc.h:659
 msgid "URL metadata"
 msgstr "Metadata de URL"
 
-#: src/libvlc.h:657
+#: src/libvlc.h:661
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr "Te permite especificar un metadata \"url\" para una entrada."
 
-#: src/libvlc.h:661
+#: src/libvlc.h:665
 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 "
@@ -2523,12 +2534,12 @@ msgstr ""
 "(métodos de descompresión). Sólo usuarios avanzados deberían alterar esta "
 "opción pues puede mermar la reproducción de todos tus volcados."
 
-#: src/libvlc.h:665
+#: src/libvlc.h:669
 #, fuzzy
 msgid "Preferred decoders list"
 msgstr "Lista de codificadores preferida"
 
-#: src/libvlc.h:667
+#: src/libvlc.h:671
 #, fuzzy
 msgid ""
 "List of codecs that VLC will use in priority. For instance, 'dummy,a52' will "
@@ -2539,11 +2550,11 @@ msgstr ""
 "(métodos de descompresión). Sólo usuarios avanzados deberían alterar esta "
 "opción pues puede mermar la reproducción de todos tus volcados."
 
-#: src/libvlc.h:672
+#: src/libvlc.h:676
 msgid "Preferred encoders list"
 msgstr "Lista de codificadores preferida"
 
-#: src/libvlc.h:674
+#: src/libvlc.h:678
 #, fuzzy
 msgid ""
 "This allows you to select a list of encoders that VLC will use in priority."
@@ -2551,7 +2562,7 @@ msgstr ""
 "Esto te permite elegir una lista de codificadores que VLC usará "
 "prioritariamente"
 
-#: src/libvlc.h:683
+#: src/libvlc.h:687
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
@@ -2559,11 +2570,11 @@ msgstr ""
 "Estas opciones te permiten configurar opciones globales por defecto para el "
 "subsistema de volcado de salida."
 
-#: src/libvlc.h:686
+#: src/libvlc.h:690
 msgid "Default stream output chain"
 msgstr "Cadena de volcado de salida por defecto"
 
-#: src/libvlc.h:688
+#: src/libvlc.h:692
 #, fuzzy
 msgid ""
 "You can enter here a default stream output chain. Refer to the documentation "
@@ -2574,29 +2585,29 @@ msgstr ""
 "documentación para aprender cómo crear tales cadenas. Aviso: esta cadena se "
 "habilitará para todos los volcados."
 
-#: src/libvlc.h:692
+#: src/libvlc.h:696
 msgid "Enable streaming of all ES"
 msgstr "Habilitar volcado de todo ES"
 
-#: src/libvlc.h:694
+#: src/libvlc.h:698
 #, fuzzy
 msgid "Stream all elementary streams (video, audio and subtitles)"
 msgstr "Esto te permite volcar toda ES (vídeo, audio y subtítulos)"
 
-#: src/libvlc.h:696
+#: src/libvlc.h:700
 msgid "Display while streaming"
 msgstr "Mostrar mientras se vuelca"
 
-#: src/libvlc.h:698
+#: src/libvlc.h:702
 #, fuzzy
 msgid "Play locally the stream while streaming it."
 msgstr "Esto te permite reproducir el volcado mientras lo vuelcas."
 
-#: src/libvlc.h:700
+#: src/libvlc.h:704
 msgid "Enable video stream output"
 msgstr "Habilitar volcado de salida de vídeo"
 
-#: src/libvlc.h:702
+#: src/libvlc.h:706
 #, fuzzy
 msgid ""
 "Choose whether the video stream should be redirected to the stream output "
@@ -2605,11 +2616,11 @@ msgstr ""
 "Esto te permite elegir si el volcado de vídeo debería redirigirse al la "
 "instalación de salida de volcado cuando esta última está habilitada."
 
-#: src/libvlc.h:705
+#: src/libvlc.h:709
 msgid "Enable audio stream output"
 msgstr "Habilitar volcado de salida de audio"
 
-#: src/libvlc.h:707
+#: src/libvlc.h:711
 #, fuzzy
 msgid ""
 "Choose whether the audio stream should be redirected to the stream output "
@@ -2618,11 +2629,11 @@ msgstr ""
 "Esto te permite elegir si el volcado de audio debería redirigirse al la "
 "instalación de salida de volcado cuando esta última está habilitada."
 
-#: src/libvlc.h:710
+#: src/libvlc.h:714
 msgid "Enable SPU stream output"
 msgstr "Habilitar salida de volcado de SPU"
 
-#: src/libvlc.h:712
+#: src/libvlc.h:716
 #, fuzzy
 msgid ""
 "Choose whether the SPU streams should be redirected to the stream output "
@@ -2631,11 +2642,11 @@ msgstr ""
 "Esto te permite elegir si los volcados de SPU deberían redirigirse al "
 "dispositivo de salida de volcado cuando éste esté habilitado."
 
-#: src/libvlc.h:715
+#: src/libvlc.h:719
 msgid "Keep stream output open"
 msgstr "Mantener abierta salida de volcado"
 
-#: src/libvlc.h:717
+#: src/libvlc.h:721
 msgid ""
 "This allows you to keep an unique stream output instance across multiple "
 "playlist item (automatically insert the gather stream output if not "
@@ -2645,39 +2656,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:721
+#: src/libvlc.h:725
 msgid "Preferred packetizer list"
 msgstr "Lista de empaquetador preferida"
 
-#: src/libvlc.h:723
+#: src/libvlc.h:727
 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:726
+#: src/libvlc.h:730
 msgid "Mux module"
 msgstr "Módulo mux"
 
-#: src/libvlc.h:728
+#: src/libvlc.h:732
 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:730
+#: src/libvlc.h:734
 msgid "Access output module"
 msgstr "Módulo de salida de acceso"
 
-#: src/libvlc.h:732
+#: src/libvlc.h:736
 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:734
+#: src/libvlc.h:738
 msgid "Control SAP flow"
 msgstr "Controlar fluido de SAP"
 
-#: src/libvlc.h:736
+#: src/libvlc.h:740
 #, fuzzy
 msgid ""
 "If this option is enabled, the flow on the SAP multicast address will be "
@@ -2686,11 +2697,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:740
+#: src/libvlc.h:744
 msgid "SAP announcement interval"
 msgstr "Intervalo de anuncio de SAP"
 
-#: src/libvlc.h:742
+#: src/libvlc.h:746
 #, fuzzy
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
@@ -2699,7 +2710,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:752
+#: src/libvlc.h:756
 #, fuzzy
 msgid ""
 "These options allow you to enable special CPU optimizations. You should "
@@ -2708,11 +2719,11 @@ msgstr ""
 "Estas opciones te permiten habilitar optimizaciones especiales de CPU.\n"
 "Deberías dejarlas siempre habilitadas."
 
-#: src/libvlc.h:755
+#: src/libvlc.h:759
 msgid "Enable FPU support"
 msgstr "Habilitar soporte FPU"
 
-#: src/libvlc.h:757
+#: src/libvlc.h:761
 msgid ""
 "If your processor has a floating point calculation unit, VLC can take "
 "advantage of it."
@@ -2720,11 +2731,11 @@ msgstr ""
 "Si tu procesador tiene unidad de cálculo de coma flotante, VLC puede "
 "aprovecharla."
 
-#: src/libvlc.h:760
+#: src/libvlc.h:764
 msgid "Enable CPU MMX support"
 msgstr "Habilitar soporte CPU MMX"
 
-#: src/libvlc.h:762
+#: src/libvlc.h:766
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
@@ -2732,11 +2743,11 @@ msgstr ""
 "Si tu procesador soporta el conjunto de instrucciones MMX, VLC puede "
 "aprovecharlas."
 
-#: src/libvlc.h:765
+#: src/libvlc.h:769
 msgid "Enable CPU 3D Now! support"
 msgstr "Habilitar soporte CPU 3D Now!"
 
-#: src/libvlc.h:767
+#: src/libvlc.h:771
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
@@ -2744,11 +2755,11 @@ msgstr ""
 "Si tu procesador soporta el conjunto de instrucciones 3D Now!, VLC puede "
 "aprovecharlas."
 
-#: src/libvlc.h:770
+#: src/libvlc.h:774
 msgid "Enable CPU MMX EXT support"
 msgstr "Habilitar soporte CPU MMX EXT"
 
-#: src/libvlc.h:772
+#: src/libvlc.h:776
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
@@ -2756,11 +2767,11 @@ msgstr ""
 "Si tu procesador soporta el conjunto de instrucciones MMX EXT, VLC puede "
 "aprovecharlas."
 
-#: src/libvlc.h:775
+#: src/libvlc.h:779
 msgid "Enable CPU SSE support"
 msgstr "Habilitar soporte CPU SSE"
 
-#: src/libvlc.h:777
+#: src/libvlc.h:781
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
@@ -2768,11 +2779,11 @@ msgstr ""
 "Si tu procesador soporta el conjunto de instrucciones SSE, VLC puede "
 "aprovecharlas."
 
-#: src/libvlc.h:780
+#: src/libvlc.h:784
 msgid "Enable CPU SSE2 support"
 msgstr "Habilitar soporte CPU SSE2"
 
-#: src/libvlc.h:782
+#: src/libvlc.h:786
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
 "of them."
@@ -2780,11 +2791,11 @@ msgstr ""
 "Si tu procesador soporta el conjunto de instrucciones SSE2, VLC puede "
 "aprovecharlas."
 
-#: src/libvlc.h:785
+#: src/libvlc.h:789
 msgid "Enable CPU AltiVec support"
 msgstr "Habilitar soporte CPU AltiVec"
 
-#: src/libvlc.h:787
+#: src/libvlc.h:791
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
@@ -2792,7 +2803,7 @@ msgstr ""
 "Si tu procesador soporta el conjunto de instrucciones AltiVec, VLC puede "
 "aprovecharlas."
 
-#: src/libvlc.h:792
+#: src/libvlc.h:796
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
@@ -2800,11 +2811,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:795
+#: src/libvlc.h:799
 msgid "Memory copy module"
 msgstr "Módulo de copia de memoria"
 
-#: src/libvlc.h:797
+#: src/libvlc.h:801
 msgid ""
 "You can select which memory copy module you want to use. By default VLC will "
 "select the fastest one supported by your hardware."
@@ -2812,32 +2823,32 @@ 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:800
+#: src/libvlc.h:804
 msgid "Access module"
 msgstr "Módulos de acceso"
 
-#: src/libvlc.h:802
+#: src/libvlc.h:806
 msgid ""
 "This allows you to force an access module. You can use it if the correct "
 "access is not automatically detected. You should not set this as a global "
 "option unless you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:806
+#: src/libvlc.h:810
 msgid "Access filter module"
 msgstr "Módulo de filtro de acceso"
 
-#: src/libvlc.h:808
+#: src/libvlc.h:812
 msgid ""
 "Access filters are used to modify the stream that is being read. This is "
 "used for instance for timeshifting."
 msgstr ""
 
-#: src/libvlc.h:811
+#: src/libvlc.h:815
 msgid "Demux module"
 msgstr "Módulos demux"
 
-#: src/libvlc.h:813
+#: src/libvlc.h:817
 msgid ""
 "Demultiplexers are used to separate the \"elementary\" streams (like audio "
 "and video streams). You can use it if the correct demuxer is not "
@@ -2845,11 +2856,11 @@ msgid ""
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:818
+#: src/libvlc.h:822
 msgid "Allow real-time priority"
 msgstr "Permitir prioridad a tiempo real"
 
-#: src/libvlc.h:820
+#: src/libvlc.h:824
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -2861,11 +2872,11 @@ msgstr ""
 "bloquear toda tu máquina, o ponerla muy, muy lenta. Sólo deberías activar "
 "ésto si sabes lo que estás haciendo."
 
-#: src/libvlc.h:826
+#: src/libvlc.h:830
 msgid "Adjust VLC priority"
 msgstr "Ajustar prioridad de VLC"
 
-#: src/libvlc.h:828
+#: src/libvlc.h:832
 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 "
@@ -2875,91 +2886,91 @@ msgstr ""
 "por defecto de VLC. Puedes usarla para afinar la prioridad de VLC ante otros "
 "programas, o ante otras instancias VLC."
 
-#: src/libvlc.h:832
+#: src/libvlc.h:836
 msgid "Minimize number of threads"
 msgstr "Minimizar número de hilos"
 
-#: src/libvlc.h:834
+#: src/libvlc.h:838
 #, fuzzy
 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:836
+#: src/libvlc.h:840
 msgid "Modules search path"
 msgstr "Ruta de búsqueda de módulos"
 
-#: src/libvlc.h:838
+#: src/libvlc.h:842
 #, fuzzy
 msgid "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:840
+#: src/libvlc.h:844
 msgid "VLM configuration file"
 msgstr "Archivo de configuración VLM"
 
-#: src/libvlc.h:842
+#: src/libvlc.h:846
 msgid "Read a VLM configuration file as soon as VLM is started."
 msgstr ""
 
-#: src/libvlc.h:844
+#: src/libvlc.h:848
 msgid "Use a plugins cache"
 msgstr "Usar una caché de plugins"
 
-#: src/libvlc.h:846
+#: src/libvlc.h:850
 #, fuzzy
 msgid "Use a plugins cache which will greatly improve the startup time of VLC."
 msgstr ""
 "Esta opción te permite usar una caché de plugins que mejorará mucho el "
 "inicio de VLC."
 
-#: src/libvlc.h:848
+#: src/libvlc.h:852
 msgid "Collect statistics"
 msgstr "Recopilar estadísticas"
 
-#: src/libvlc.h:850
+#: src/libvlc.h:854
 #, fuzzy
 msgid "Collect miscellaneous statistics."
 msgstr "Recopilar estadísticas"
 
-#: src/libvlc.h:852
+#: src/libvlc.h:856
 msgid "Run as daemon process"
 msgstr "Ejecutar como proceso daemon"
 
-#: src/libvlc.h:854
+#: src/libvlc.h:858
 msgid "Runs VLC as a background daemon process."
 msgstr "Ejecuta VLC como un proceso daemon en segundo plano"
 
-#: src/libvlc.h:856
+#: src/libvlc.h:860
 msgid "Write process id to file"
 msgstr ""
 
-#: src/libvlc.h:858
+#: src/libvlc.h:862
 msgid "Writes process id into specified file."
 msgstr ""
 
-#: src/libvlc.h:860
+#: src/libvlc.h:864
 msgid "Log to file"
 msgstr "Grabar a archivo"
 
-#: src/libvlc.h:862
+#: src/libvlc.h:866
 msgid "Log all VLC messages to a text file."
 msgstr ""
 
-#: src/libvlc.h:864
+#: src/libvlc.h:868
 msgid "Log to syslog"
 msgstr ""
 
-#: src/libvlc.h:866
+#: src/libvlc.h:870
 msgid "Log all VLC messages to syslog (UNIX systems)."
 msgstr ""
 
-#: src/libvlc.h:868
+#: src/libvlc.h:872
 msgid "Allow only one running instance"
 msgstr "Sólo permitir un VLC ejecutándose"
 
-#: src/libvlc.h:870
+#: src/libvlc.h:874
 #, fuzzy
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
@@ -2974,29 +2985,29 @@ msgstr ""
 "opción te permite reproducir el archivo con el VLC ya ejecutado o ponerlo en "
 "cola."
 
-#: src/libvlc.h:876
+#: src/libvlc.h:880
 msgid "VLC is started from file association"
 msgstr ""
 
-#: src/libvlc.h:878
+#: src/libvlc.h:882
 msgid "Tell VLC that it is being launched due to a file association in the OS"
 msgstr ""
 
-#: src/libvlc.h:881
+#: src/libvlc.h:885
 #, fuzzy
 msgid "One instance when started from file"
 msgstr "Sólo permitir un VLC ejecutándose"
 
-#: src/libvlc.h:883
+#: src/libvlc.h:887
 #, fuzzy
 msgid "Allow only one running instance when started from file."
 msgstr "Sólo permitir un VLC ejecutándose"
 
-#: src/libvlc.h:885
+#: src/libvlc.h:889
 msgid "Increase the priority of the process"
 msgstr "Aumentar la prioridad del proceso"
 
-#: src/libvlc.h:887
+#: src/libvlc.h:891
 #, fuzzy
 msgid ""
 "Increasing the priority of the process will very likely improve your playing "
@@ -3013,11 +3024,11 @@ msgstr ""
 "obtener todo el tiempo de procesador y volvería autista a todo el sistema, "
 "lo cual puede requerir un reinicio de tu máquina."
 
-#: src/libvlc.h:894
+#: src/libvlc.h:898
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr "Mutex rápido en NT/2K/XP (sólo desarrolladores)"
 
-#: src/libvlc.h:896
+#: src/libvlc.h:900
 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 "
@@ -3028,12 +3039,12 @@ msgstr ""
 "también la implementación más rápida de Win9x pero puedes experimentar "
 "problemas con ella."
 
-#: src/libvlc.h:901
+#: src/libvlc.h:905
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr ""
 "Implementación de variables de condición para Win9x (sólo desarrolladores)"
 
-#: src/libvlc.h:904
+#: src/libvlc.h:908
 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 "
@@ -3047,18 +3058,18 @@ 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:913
+#: src/libvlc.h:917
 msgid "Enqueue items to playlist when in one instance mode"
 msgstr ""
 "Enlistar objetos a lista de reproducción al estar en modo de una instancia"
 
-#: src/libvlc.h:915
+#: src/libvlc.h:919
 msgid ""
 "When using the one instance only option, enqueue items to playlist and keep "
 "playing current item."
 msgstr ""
 
-#: src/libvlc.h:924
+#: src/libvlc.h:928
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
@@ -3066,21 +3077,21 @@ 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:927
+#: src/libvlc.h:931
 msgid "Automatically preparse files"
 msgstr "Pre-analizar archivos automáticamente"
 
-#: src/libvlc.h:929
+#: src/libvlc.h:933
 msgid ""
 "Automatically preparse files added to the playlist (to retrieve some "
 "metadata)."
 msgstr ""
 
-#: src/libvlc.h:932
+#: src/libvlc.h:936
 msgid "Services discovery modules"
 msgstr "Módulos de servicios discovery"
 
-#: src/libvlc.h:934
+#: src/libvlc.h:938
 msgid ""
 "Specifies the services discovery modules to load, separated by semi-colons. "
 "Typical values are sap, hal, ..."
@@ -3088,176 +3099,186 @@ msgstr ""
 "Especifica los módulos de servicios discovery a cargar, separados por punto "
 "y coma. Valores típicos son sap, hal, ..."
 
-#: src/libvlc.h:937
+#: src/libvlc.h:941
 msgid "Play files randomly forever"
 msgstr "Ejecutar archivos aleatoriamente para siempre"
 
-#: src/libvlc.h:939
+#: src/libvlc.h:943
 #, fuzzy
 msgid "VLC will randomly play files in the playlist until interrupted."
 msgstr ""
 "Al elegirse, VLC ejecutará archivos aleatoriamente en la lista de "
 "reproducción hasta ser interrumpido."
 
-#: src/libvlc.h:941
+#: src/libvlc.h:945
 msgid "Repeat all"
 msgstr "Repetir todo"
 
-#: src/libvlc.h:943
+#: src/libvlc.h:947
 #, fuzzy
 msgid "VLC will keep playing the playlist indefinitely."
 msgstr ""
 "Si quieres que VLC siga ejecutando la lista de reproducción indefinidamente, "
 "entonces habilita esta opción."
 
-#: src/libvlc.h:945
+#: src/libvlc.h:949
 msgid "Repeat current item"
 msgstr "Repetir objeto actual"
 
-#: src/libvlc.h:947
+#: src/libvlc.h:951
 #, fuzzy
 msgid "VLC will keep playing the current playlist item."
 msgstr ""
 "Al activarse esto, VLC seguirá reproduciendo el actual objeto de lista de "
 "reproducción una y otra vez."
 
-#: src/libvlc.h:949
+#: src/libvlc.h:953
 msgid "Play and stop"
 msgstr "Reproducir y parar"
 
-#: src/libvlc.h:951
+#: src/libvlc.h:955
 #, fuzzy
 msgid "Stop the playlist after each played playlist item."
 msgstr "Detiene la lista de reproducción tras cada objeto reproducido."
 
-#: src/libvlc.h:953
+#: src/libvlc.h:957
+#, fuzzy
+msgid "Play and exit"
+msgstr "Reproducir y parar"
+
+#: src/libvlc.h:959
+#, fuzzy
+msgid "Exit if there are no more items in the playlist."
+msgstr "Sin objetos en lista de reproducción"
+
+#: src/libvlc.h:961
 #, fuzzy
 msgid "Use media library"
 msgstr "Reproductor de medios VLC"
 
-#: src/libvlc.h:955
+#: src/libvlc.h:963
 msgid ""
 "The media library is automatically saved and reloaded each time you start "
 "VLC."
 msgstr ""
 
-#: src/libvlc.h:958
+#: src/libvlc.h:966
 #, fuzzy
 msgid "Use playlist tree"
 msgstr "Objeto siguiente de lista de reproducción"
 
-#: src/libvlc.h:960
+#: src/libvlc.h:968
 msgid ""
 "The playlist can use a tree to categorize some items, like the contents of a "
 "directory. \"Default\" means that the tree will only be used when really "
 "needed."
 msgstr ""
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Always"
 msgstr "Siempre sobre todo"
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Never"
 msgstr "Reverberación"
 
-#: src/libvlc.h:973
+#: src/libvlc.h:981
 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:976 src/video_output/vout_intf.c:408
+#: src/libvlc.h:984 src/video_output/vout_intf.c:408
 #: modules/gui/beos/VideoOutput.cpp:1057 modules/gui/macosx/applescript.m:126
-#: modules/gui/macosx/controls.m:338 modules/gui/macosx/controls.m:754
-#: modules/gui/macosx/controls.m:784 modules/gui/macosx/embeddedwindow.m:44
+#: modules/gui/macosx/controls.m:344 modules/gui/macosx/controls.m:760
+#: modules/gui/macosx/controls.m:790 modules/gui/macosx/embeddedwindow.m:44
 #: modules/gui/macosx/intf.m:497 modules/gui/macosx/intf.m:573
 #: modules/gui/macosx/intf.m:629
 msgid "Fullscreen"
 msgstr "Pantalla completa"
 
-#: src/libvlc.h:977
+#: src/libvlc.h:985
 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:978 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
+#: src/libvlc.h:986 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
 #: modules/gui/wxwidgets/interface.cpp:1504
 msgid "Play/Pause"
 msgstr "Reproducir/Pausar"
 
-#: src/libvlc.h:979
+#: src/libvlc.h:987
 msgid "Select the hotkey to use to swap paused state."
 msgstr "Elige tecla a usar para cambiar el estado de pausa."
 
-#: src/libvlc.h:980
+#: src/libvlc.h:988
 msgid "Pause only"
 msgstr "Sólo pausa"
 
-#: src/libvlc.h:981
+#: src/libvlc.h:989
 msgid "Select the hotkey to use to pause."
 msgstr "Elige tecla a usar para pausa."
 
-#: src/libvlc.h:982
+#: src/libvlc.h:990
 msgid "Play only"
 msgstr "Sólo reproducir"
 
-#: src/libvlc.h:983
+#: src/libvlc.h:991
 msgid "Select the hotkey to use to play."
 msgstr "Elige tecla a usar para reproducir."
 
-#: src/libvlc.h:984 modules/control/hotkeys.c:713
-#: modules/gui/macosx/controls.m:687 modules/gui/macosx/intf.m:538
+#: src/libvlc.h:992 modules/control/hotkeys.c:713
+#: modules/gui/macosx/controls.m:693 modules/gui/macosx/intf.m:538
 #: modules/gui/wxwidgets/interface.cpp:695
 msgid "Faster"
 msgstr "Más Rápido"
 
-#: src/libvlc.h:985
+#: src/libvlc.h:993
 msgid "Select the hotkey to use for fast forward playback."
 msgstr "Elige tecla a usar para reproducción acelerada."
 
-#: src/libvlc.h:986 modules/control/hotkeys.c:721
-#: modules/gui/macosx/controls.m:688 modules/gui/macosx/intf.m:539
+#: src/libvlc.h:994 modules/control/hotkeys.c:721
+#: modules/gui/macosx/controls.m:694 modules/gui/macosx/intf.m:539
 #: modules/gui/wxwidgets/interface.cpp:694
 msgid "Slower"
 msgstr "Más Lento"
 
-#: src/libvlc.h:987
+#: src/libvlc.h:995
 msgid "Select the hotkey to use for slow motion playback."
 msgstr "Elige tecla a usar para reproducción frenada."
 
-#: src/libvlc.h:988 modules/control/hotkeys.c:680
-#: modules/gui/macosx/controls.m:708 modules/gui/macosx/intf.m:496
+#: src/libvlc.h:996 modules/control/hotkeys.c:680
+#: modules/gui/macosx/controls.m:714 modules/gui/macosx/intf.m:496
 #: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:617
 #: modules/gui/macosx/intf.m:625 modules/gui/macosx/wizard.m:313
 #: modules/gui/macosx/wizard.m:364 modules/gui/macosx/wizard.m:1606
 #: modules/gui/wxwidgets/interface.cpp:693
 #: modules/gui/wxwidgets/interface.cpp:1509
-#: modules/gui/wxwidgets/menus.cpp:258
+#: modules/gui/wxwidgets/menus.cpp:259
 msgid "Next"
 msgstr "Siguiente"
 
-#: src/libvlc.h:989
+#: src/libvlc.h:997
 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."
 
-#: src/libvlc.h:990 modules/control/hotkeys.c:692
-#: modules/gui/macosx/controls.m:707 modules/gui/macosx/intf.m:491
+#: src/libvlc.h:998 modules/control/hotkeys.c:692
+#: modules/gui/macosx/controls.m:713 modules/gui/macosx/intf.m:491
 #: modules/gui/macosx/intf.m:540 modules/gui/macosx/intf.m:618
 #: modules/gui/macosx/intf.m:624 modules/gui/wxwidgets/interface.cpp:692
 #: modules/gui/wxwidgets/interface.cpp:1508
-#: modules/gui/wxwidgets/menus.cpp:257
+#: modules/gui/wxwidgets/menus.cpp:258
 msgid "Previous"
 msgstr "Previo"
 
-#: src/libvlc.h:991
+#: src/libvlc.h:999
 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."
 
-#: src/libvlc.h:992 modules/gui/macosx/controls.m:699
+#: src/libvlc.h:1000 modules/gui/macosx/controls.m:705
 #: modules/gui/macosx/intf.m:494 modules/gui/macosx/intf.m:537
 #: modules/gui/macosx/intf.m:616 modules/gui/macosx/intf.m:623
 #: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
@@ -3265,416 +3286,416 @@ msgstr ""
 #: modules/gui/wxwidgets/interface.cpp:676
 #: modules/gui/wxwidgets/interface.cpp:687
 #: modules/gui/wxwidgets/interface.cpp:1510
-#: modules/gui/wxwidgets/menus.cpp:256 modules/visualization/xosd.c:237
+#: modules/gui/wxwidgets/menus.cpp:257 modules/visualization/xosd.c:237
 msgid "Stop"
 msgstr "Parar"
 
-#: src/libvlc.h:993
+#: src/libvlc.h:1001
 #, fuzzy
 msgid "Select the hotkey to stop playback."
 msgstr "Elige tecla para detener la reproducción."
 
-#: src/libvlc.h:994 modules/gui/macosx/bookmarks.m:101
+#: src/libvlc.h:1002 modules/gui/macosx/bookmarks.m:101
 #: modules/gui/macosx/bookmarks.m:110 modules/gui/macosx/embeddedwindow.m:46
 #: modules/gui/macosx/intf.m:499 modules/video_filter/marq.c:122
 #: modules/video_filter/rss.c:174
 msgid "Position"
 msgstr "Posición"
 
-#: src/libvlc.h:995
+#: src/libvlc.h:1003
 msgid "Select the hotkey to display the position."
 msgstr "Elige tecla para mostrar la posición."
 
-#: src/libvlc.h:997
+#: src/libvlc.h:1005
 msgid "Very short backwards jump"
 msgstr "Salto muy corto atrás"
 
-#: src/libvlc.h:999
+#: src/libvlc.h:1007
 msgid "Select the hotkey to make a very short backwards jump."
 msgstr "Elija tecla para hacer un salto muy corto atrás."
 
-#: src/libvlc.h:1000
+#: src/libvlc.h:1008
 msgid "Short backwards jump"
 msgstr "Salto corto atrás"
 
-#: src/libvlc.h:1002
+#: src/libvlc.h:1010
 msgid "Select the hotkey to make a short backwards jump."
 msgstr "Elige tecla rápida para hacer un salto corto atrás."
 
-#: src/libvlc.h:1003
+#: src/libvlc.h:1011
 msgid "Medium backwards jump"
 msgstr "Medio salto atrás"
 
-#: src/libvlc.h:1005
+#: src/libvlc.h:1013
 msgid "Select the hotkey to make a medium backwards jump."
 msgstr "Elige tecla rápida para hacer un salto medio atrás."
 
-#: src/libvlc.h:1006
+#: src/libvlc.h:1014
 msgid "Long backwards jump"
 msgstr "Salto largo atrás"
 
-#: src/libvlc.h:1008
+#: src/libvlc.h:1016
 msgid "Select the hotkey to make a long backwards jump."
 msgstr "Elige tecla rápida para hacer un salto largo atrás."
 
-#: src/libvlc.h:1010
+#: src/libvlc.h:1018
 msgid "Very short forward jump"
 msgstr "Salto muy corto adelante"
 
-#: src/libvlc.h:1012
+#: src/libvlc.h:1020
 msgid "Select the hotkey to make a very short forward jump."
 msgstr "Elija tecla para hacer un salto muy corto adelante."
 
-#: src/libvlc.h:1013
+#: src/libvlc.h:1021
 msgid "Short forward jump"
 msgstr "Salto corto adelante"
 
-#: src/libvlc.h:1015
+#: src/libvlc.h:1023
 msgid "Select the hotkey to make a short forward jump."
 msgstr "Elija tecla a usar para hacer un corto salto adelante."
 
-#: src/libvlc.h:1016
+#: src/libvlc.h:1024
 msgid "Medium forward jump"
 msgstr "Medio salto adelante"
 
-#: src/libvlc.h:1018
+#: src/libvlc.h:1026
 msgid "Select the hotkey to make a medium forward jump."
 msgstr "Elija tecla a usar para hacer un salto medio adelante."
 
-#: src/libvlc.h:1019
+#: src/libvlc.h:1027
 msgid "Long forward jump"
 msgstr "Gran salto adelante"
 
-#: src/libvlc.h:1021
+#: src/libvlc.h:1029
 msgid "Select the hotkey to make a long forward jump."
 msgstr "Elija tecla a usar para hacer un gran salto adelante."
 
-#: src/libvlc.h:1023
+#: src/libvlc.h:1031
 #, fuzzy
 msgid "Very short jump length"
 msgstr "Tamaño de salto muy corto"
 
-#: src/libvlc.h:1024
+#: src/libvlc.h:1032
 #, fuzzy
 msgid "Very short jump length, in seconds."
 msgstr "\"Tamaño\" de salto muy corto, en segundos"
 
-#: src/libvlc.h:1025
+#: src/libvlc.h:1033
 #, fuzzy
 msgid "Short jump length"
 msgstr "Tamaño de salto corto"
 
-#: src/libvlc.h:1026
+#: src/libvlc.h:1034
 #, fuzzy
 msgid "Short jump length, in seconds."
 msgstr "\"Tamaño\" de salto corto, en segundos"
 
-#: src/libvlc.h:1027
+#: src/libvlc.h:1035
 #, fuzzy
 msgid "Medium jump length"
 msgstr "Tamaño de medio salto"
 
-#: src/libvlc.h:1028
+#: src/libvlc.h:1036
 #, fuzzy
 msgid "Medium jump length, in seconds."
 msgstr "\"Tamaño\" de medio salto, en segundos"
 
-#: src/libvlc.h:1029
+#: src/libvlc.h:1037
 #, fuzzy
 msgid "Long jump length"
 msgstr "Tamaño de salto largo"
 
-#: src/libvlc.h:1030
+#: src/libvlc.h:1038
 #, fuzzy
 msgid "Long jump length, in seconds."
 msgstr "\"Tamaño\" de gran salto, en segundos"
 
-#: src/libvlc.h:1032 modules/control/hotkeys.c:258
+#: src/libvlc.h:1040 modules/control/hotkeys.c:258
 #: modules/gui/beos/InterfaceWindow.cpp:276
 msgid "Quit"
 msgstr "Salir"
 
-#: src/libvlc.h:1033
+#: src/libvlc.h:1041
 msgid "Select the hotkey to quit the application."
 msgstr "Elige tecla para salir la aplicación"
 
-#: src/libvlc.h:1034
+#: src/libvlc.h:1042
 msgid "Navigate up"
 msgstr "Navegar arriba"
 
-#: src/libvlc.h:1035
+#: src/libvlc.h:1043
 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:1036
+#: src/libvlc.h:1044
 msgid "Navigate down"
 msgstr "Navegar abajo"
 
-#: src/libvlc.h:1037
+#: src/libvlc.h:1045
 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:1038
+#: src/libvlc.h:1046
 msgid "Navigate left"
 msgstr "Navegar a izquierda"
 
-#: src/libvlc.h:1039
+#: src/libvlc.h:1047
 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:1040
+#: src/libvlc.h:1048
 msgid "Navigate right"
 msgstr "Navegar a derecha"
 
-#: src/libvlc.h:1041
+#: src/libvlc.h:1049
 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:1042
+#: src/libvlc.h:1050
 msgid "Activate"
 msgstr "Activar"
 
-#: src/libvlc.h:1043
+#: src/libvlc.h:1051
 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:1044
+#: src/libvlc.h:1052
 msgid "Go to the DVD menu"
 msgstr "Ir al menú DVD"
 
-#: src/libvlc.h:1045
+#: src/libvlc.h:1053
 msgid "Select the key to take you to the DVD menu"
 msgstr "Elija tecla para ir al menú DVD"
 
-#: src/libvlc.h:1046
+#: src/libvlc.h:1054
 msgid "Select previous DVD title"
 msgstr "Elija título anterior"
 
-#: src/libvlc.h:1047
+#: src/libvlc.h:1055
 msgid "Select the key to choose the previous title from the DVD"
 msgstr "Elija tecla para pasar al título previo del DVD"
 
-#: src/libvlc.h:1048
+#: src/libvlc.h:1056
 msgid "Select next DVD title"
 msgstr "Elija título DVD siguiente"
 
-#: src/libvlc.h:1049
+#: src/libvlc.h:1057
 msgid "Select the key to choose the next title from the DVD"
 msgstr "Elija tecla para pasar al siguiente título del DVD"
 
-#: src/libvlc.h:1050
+#: src/libvlc.h:1058
 msgid "Select prev DVD chapter"
 msgstr "Elija capítulo anterior de DVD"
 
-#: src/libvlc.h:1051
+#: src/libvlc.h:1059
 msgid "Select the key to choose the previous chapter from the DVD"
 msgstr "Elija tecla para pasar al capítulo previo del DVD"
 
-#: src/libvlc.h:1052
+#: src/libvlc.h:1060
 msgid "Select next DVD chapter"
 msgstr "Elija capítulo siguiente de DVD"
 
-#: src/libvlc.h:1053
+#: src/libvlc.h:1061
 msgid "Select the key to choose the next chapter from the DVD"
 msgstr "Elija tecla para pasar al siguiente capítulo del DVD"
 
-#: src/libvlc.h:1054
+#: src/libvlc.h:1062
 msgid "Volume up"
 msgstr "Subir volumen"
 
-#: src/libvlc.h:1055
+#: src/libvlc.h:1063
 msgid "Select the key to increase audio volume."
 msgstr "Elige tecla para subir el volumen."
 
-#: src/libvlc.h:1056
+#: src/libvlc.h:1064
 msgid "Volume down"
 msgstr "Bajar volumen"
 
-#: src/libvlc.h:1057
+#: src/libvlc.h:1065
 msgid "Select the key to decrease audio volume."
 msgstr "Elige tecla para bajar el volumen"
 
-#: src/libvlc.h:1058 modules/gui/macosx/controls.m:744
+#: src/libvlc.h:1066 modules/gui/macosx/controls.m:750
 #: modules/gui/macosx/intf.m:558 modules/gui/macosx/intf.m:619
 #: modules/gui/macosx/intf.m:628
 msgid "Mute"
 msgstr "Mudo"
 
-#: src/libvlc.h:1059
+#: src/libvlc.h:1067
 #, fuzzy
 msgid "Select the key to mute audio."
 msgstr "Elige tecla a usar para pausa."
 
-#: src/libvlc.h:1060
+#: src/libvlc.h:1068
 msgid "Subtitle delay up"
 msgstr "Más retraso de subtítulos"
 
-#: src/libvlc.h:1061
+#: src/libvlc.h:1069
 msgid "Select the key to increase the subtitle delay."
 msgstr "Elige tecla para aumentar el retraso de subtítulos."
 
-#: src/libvlc.h:1062
+#: src/libvlc.h:1070
 msgid "Subtitle delay down"
 msgstr "Menos retraso de subtítulos"
 
-#: src/libvlc.h:1063
+#: src/libvlc.h:1071
 msgid "Select the key to decrease the subtitle delay."
 msgstr "Elige tecla para reducir el retraso de subtítulos."
 
-#: src/libvlc.h:1064
+#: src/libvlc.h:1072
 msgid "Audio delay up"
 msgstr "Más retraso de audio"
 
-#: src/libvlc.h:1065
+#: src/libvlc.h:1073
 msgid "Select the key to increase the audio delay."
 msgstr "Elige tecla para aumentar el retraso de audio."
 
-#: src/libvlc.h:1066
+#: src/libvlc.h:1074
 msgid "Audio delay down"
 msgstr "Menos retraso de audio"
 
-#: src/libvlc.h:1067
+#: src/libvlc.h:1075
 msgid "Select the key to decrease the audio delay."
 msgstr "Elige tecla para reducir el retraso de audio."
 
-#: src/libvlc.h:1068
+#: src/libvlc.h:1076
 msgid "Play playlist bookmark 1"
 msgstr "Reproducir favorito 1 de lista de reproducción"
 
-#: src/libvlc.h:1069
+#: src/libvlc.h:1077
 msgid "Play playlist bookmark 2"
 msgstr "Reproducir favorito 2 de lista de reproducción"
 
-#: src/libvlc.h:1070
+#: src/libvlc.h:1078
 msgid "Play playlist bookmark 3"
 msgstr "Reproducir favorito 3 de lista de reproducción"
 
-#: src/libvlc.h:1071
+#: src/libvlc.h:1079
 msgid "Play playlist bookmark 4"
 msgstr "Reproducir favorito 4 de lista de reproducción"
 
-#: src/libvlc.h:1072
+#: src/libvlc.h:1080
 msgid "Play playlist bookmark 5"
 msgstr "Reproducir favorito 5 de lista de reproducción"
 
-#: src/libvlc.h:1073
+#: src/libvlc.h:1081
 msgid "Play playlist bookmark 6"
 msgstr "Reproducir favorito 6 de lista de reproducción"
 
-#: src/libvlc.h:1074
+#: src/libvlc.h:1082
 msgid "Play playlist bookmark 7"
 msgstr "Reproducir favorito 7 de lista de reproducción"
 
-#: src/libvlc.h:1075
+#: src/libvlc.h:1083
 msgid "Play playlist bookmark 8"
 msgstr "Reproducir favorito 8 de lista de reproducción"
 
-#: src/libvlc.h:1076
+#: src/libvlc.h:1084
 msgid "Play playlist bookmark 9"
 msgstr "Reproducir favorito 9 de lista de reproducción"
 
-#: src/libvlc.h:1077
+#: src/libvlc.h:1085
 msgid "Play playlist bookmark 10"
 msgstr "Reproducir favorito 10 de lista de reproducción"
 
-#: src/libvlc.h:1078
+#: src/libvlc.h:1086
 msgid "Select the key to play this bookmark."
 msgstr "Elige la tecla para reproducir este favorito."
 
-#: src/libvlc.h:1079
+#: src/libvlc.h:1087
 msgid "Set playlist bookmark 1"
 msgstr "Pon favorito 1 de lista de reproducción"
 
-#: src/libvlc.h:1080
+#: src/libvlc.h:1088
 msgid "Set playlist bookmark 2"
 msgstr "Pon favorito 2 de lista de reproducción"
 
-#: src/libvlc.h:1081
+#: src/libvlc.h:1089
 msgid "Set playlist bookmark 3"
 msgstr "Pon favorito 3 de lista de reproducción"
 
-#: src/libvlc.h:1082
+#: src/libvlc.h:1090
 msgid "Set playlist bookmark 4"
 msgstr "Pon favorito 4 de lista de reproducción"
 
-#: src/libvlc.h:1083
+#: src/libvlc.h:1091
 msgid "Set playlist bookmark 5"
 msgstr "Pon favorito 5 de lista de reproducción"
 
-#: src/libvlc.h:1084
+#: src/libvlc.h:1092
 msgid "Set playlist bookmark 6"
 msgstr "Pon favorito 6 de lista de reproducción"
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1093
 msgid "Set playlist bookmark 7"
 msgstr "Pon favorito 7 de lista de reproducción"
 
-#: src/libvlc.h:1086
+#: src/libvlc.h:1094
 msgid "Set playlist bookmark 8"
 msgstr "Pon favorito 8 de lista de reproducción"
 
-#: src/libvlc.h:1087
+#: src/libvlc.h:1095
 msgid "Set playlist bookmark 9"
 msgstr "Pon favorito 9 de lista de reproducción"
 
-#: src/libvlc.h:1088
+#: src/libvlc.h:1096
 msgid "Set playlist bookmark 10"
 msgstr "Pon favorito 10 de lista de reproducción"
 
-#: src/libvlc.h:1089
+#: src/libvlc.h:1097
 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:1091 modules/control/hotkeys.c:84
+#: src/libvlc.h:1099 modules/control/hotkeys.c:84
 msgid "Playlist bookmark 1"
 msgstr "Favorito 1 de lista de reproducción"
 
-#: src/libvlc.h:1092 modules/control/hotkeys.c:85
+#: src/libvlc.h:1100 modules/control/hotkeys.c:85
 msgid "Playlist bookmark 2"
 msgstr "Favorito 2 de lista de reproducción"
 
-#: src/libvlc.h:1093 modules/control/hotkeys.c:86
+#: src/libvlc.h:1101 modules/control/hotkeys.c:86
 msgid "Playlist bookmark 3"
 msgstr "Favorito 3 de lista de reproducción"
 
-#: src/libvlc.h:1094 modules/control/hotkeys.c:87
+#: src/libvlc.h:1102 modules/control/hotkeys.c:87
 msgid "Playlist bookmark 4"
 msgstr "Favorito 4 de lista de reproducción"
 
-#: src/libvlc.h:1095 modules/control/hotkeys.c:88
+#: src/libvlc.h:1103 modules/control/hotkeys.c:88
 msgid "Playlist bookmark 5"
 msgstr "Favorito 5 de lista de reproducción"
 
-#: src/libvlc.h:1096 modules/control/hotkeys.c:89
+#: src/libvlc.h:1104 modules/control/hotkeys.c:89
 msgid "Playlist bookmark 6"
 msgstr "Favorito 6 de lista de reproducción"
 
-#: src/libvlc.h:1097 modules/control/hotkeys.c:90
+#: src/libvlc.h:1105 modules/control/hotkeys.c:90
 msgid "Playlist bookmark 7"
 msgstr "Favorito 7 de lista de reproducción"
 
-#: src/libvlc.h:1098 modules/control/hotkeys.c:91
+#: src/libvlc.h:1106 modules/control/hotkeys.c:91
 msgid "Playlist bookmark 8"
 msgstr "Favorito 8 de lista de reproducción"
 
-#: src/libvlc.h:1099 modules/control/hotkeys.c:92
+#: src/libvlc.h:1107 modules/control/hotkeys.c:92
 msgid "Playlist bookmark 9"
 msgstr "Favorito 9 de lista de reproducción"
 
-#: src/libvlc.h:1100 modules/control/hotkeys.c:93
+#: src/libvlc.h:1108 modules/control/hotkeys.c:93
 msgid "Playlist bookmark 10"
 msgstr "Favorito 10 de lista de reproducción"
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1110
 #, fuzzy
 msgid "This allows you to define playlist bookmarks."
 msgstr "Esta opción te permite definir favoritos de listas de reproducción."
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1112
 msgid "Go back in browsing history"
 msgstr "Retroceder en el historial de exploración"
 
-#: src/libvlc.h:1105
+#: src/libvlc.h:1113
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
@@ -3682,11 +3703,11 @@ msgstr ""
 "Elige tecla a usar para retroceder (al objeto de medios anterior) en el "
 "historial de exploración."
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1114
 msgid "Go forward in browsing history"
 msgstr "Avanzar en el historial de exploración"
 
-#: src/libvlc.h:1107
+#: src/libvlc.h:1115
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
@@ -3694,129 +3715,129 @@ msgstr ""
 "Elige tecla a usar para avanzar (al objeto de medios siguiente) en el "
 "historial de exploración."
 
-#: src/libvlc.h:1109
+#: src/libvlc.h:1117
 msgid "Cycle audio track"
 msgstr "Girar por pista de audio"
 
-#: src/libvlc.h:1110
+#: src/libvlc.h:1118
 #, fuzzy
 msgid "Cycle through the available audio tracks(languages)."
 msgstr "Gira a través de las pistas de audio disponibles(lenguajes)"
 
-#: src/libvlc.h:1111
+#: src/libvlc.h:1119
 msgid "Cycle subtitle track"
 msgstr "Repetir pista de subtítulos"
 
-#: src/libvlc.h:1112
+#: src/libvlc.h:1120
 #, fuzzy
 msgid "Cycle through the available subtitle tracks."
 msgstr "Repite las pistas de subtítulos disponibles"
 
-#: src/libvlc.h:1113
+#: src/libvlc.h:1121
 msgid "Cycle source aspect ratio"
 msgstr "Ciclar proporción de aspecto de fuente"
 
-#: src/libvlc.h:1114
+#: src/libvlc.h:1122
 #, fuzzy
 msgid "Cycle through a predefined list of source aspect ratios."
 msgstr "Rotar a través de una lista predefinida de tasas de aspecto fuente"
 
-#: src/libvlc.h:1115
+#: src/libvlc.h:1123
 msgid "Cycle video crop"
 msgstr "Ciclar recorte de vídeo"
 
-#: src/libvlc.h:1116
+#: src/libvlc.h:1124
 #, fuzzy
 msgid "Cycle through a predefined list of crop formats."
 msgstr "Rotar a través de una lista predefinida de formatos de corte"
 
-#: src/libvlc.h:1117
+#: src/libvlc.h:1125
 msgid "Cycle deinterlace modes"
 msgstr "Ciclar modos de desentrelazado"
 
-#: src/libvlc.h:1118
+#: src/libvlc.h:1126
 #, fuzzy
 msgid "Cycle through deinterlace modes."
 msgstr "Cicla por todos los modos de desentrelazado"
 
-#: src/libvlc.h:1119
+#: src/libvlc.h:1127
 msgid "Show interface"
 msgstr "Mostrar interfaz"
 
-#: src/libvlc.h:1120
+#: src/libvlc.h:1128
 #, fuzzy
 msgid "Raise the interface above all other windows."
 msgstr "Superpone la interfaz sobre las demás ventanas"
 
-#: src/libvlc.h:1121
+#: src/libvlc.h:1129
 msgid "Hide interface"
 msgstr "Ocultar interfaz"
 
-#: src/libvlc.h:1122
+#: src/libvlc.h:1130
 #, fuzzy
 msgid "Lower the interface below all other windows."
 msgstr "Poner la interfaz bajo las demás ventanas"
 
-#: src/libvlc.h:1123
+#: src/libvlc.h:1131
 msgid "Take video snapshot"
 msgstr "Tomar captura de pantalla de vídeo"
 
-#: src/libvlc.h:1124
+#: src/libvlc.h:1132
 msgid "Takes a video snapshot and writes it to disk."
 msgstr "Toma una captura de pantalla de vídeo y la escribe en disco."
 
-#: src/libvlc.h:1126 modules/access_filter/record.c:51
+#: src/libvlc.h:1134 modules/access_filter/record.c:51
 #: modules/access_filter/record.c:52
 msgid "Record"
 msgstr "Grabar"
 
-#: src/libvlc.h:1127
+#: src/libvlc.h:1135
 msgid "Record access filter start/stop."
 msgstr "Iniciar/parar filtro de acceso de grabación"
 
-#: src/libvlc.h:1129 src/libvlc.h:1130 src/video_output/vout_intf.c:211
+#: src/libvlc.h:1137 src/libvlc.h:1138 src/video_output/vout_intf.c:211
 msgid "Zoom"
 msgstr "Zoom"
 
-#: src/libvlc.h:1132 src/libvlc.h:1133
+#: src/libvlc.h:1140 src/libvlc.h:1141
 #, fuzzy
 msgid "Un-Zoom"
 msgstr "Zoom"
 
-#: src/libvlc.h:1135 src/libvlc.h:1136
+#: src/libvlc.h:1143 src/libvlc.h:1144
 msgid "Crop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1137 src/libvlc.h:1138
+#: src/libvlc.h:1145 src/libvlc.h:1146
 msgid "Uncrop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1140 src/libvlc.h:1141
+#: src/libvlc.h:1148 src/libvlc.h:1149
 msgid "Crop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1142 src/libvlc.h:1143
+#: src/libvlc.h:1150 src/libvlc.h:1151
 msgid "Uncrop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1145 src/libvlc.h:1146
+#: src/libvlc.h:1153 src/libvlc.h:1154
 msgid "Crop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1147 src/libvlc.h:1148
+#: src/libvlc.h:1155 src/libvlc.h:1156
 msgid "Uncrop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1150 src/libvlc.h:1151
+#: src/libvlc.h:1158 src/libvlc.h:1159
 #, fuzzy
 msgid "Crop one pixel from the right of the video"
 msgstr "Ésta es la altura total del píxel de los objetos pico."
 
-#: src/libvlc.h:1152 src/libvlc.h:1153
+#: src/libvlc.h:1160 src/libvlc.h:1161
 msgid "Uncrop one pixel from the right of the video"
 msgstr ""
 
-#: src/libvlc.h:1157
+#: src/libvlc.h:1165
 #, fuzzy, c-format
 msgid ""
 "Usage: %s [options] [stream] ...\n"
@@ -3886,60 +3907,60 @@ msgstr ""
 "durante un tiempo\n"
 "  vlc:quit                  Objeto especial para cerrar VLC\n"
 
-#: src/libvlc.h:1267 src/video_output/vout_intf.c:420
-#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:753
+#: src/libvlc.h:1277 src/video_output/vout_intf.c:420
+#: modules/gui/macosx/controls.m:328 modules/gui/macosx/controls.m:759
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:630
 #: modules/video_output/snapshot.c:76
 msgid "Snapshot"
 msgstr "Captura de pantalla"
 
-#: src/libvlc.h:1280
+#: src/libvlc.h:1290
 msgid "Window properties"
 msgstr "Propiedades de ventana"
 
-#: src/libvlc.h:1325
+#: src/libvlc.h:1335
 msgid "Subpictures"
 msgstr "Subimágenes"
 
-#: src/libvlc.h:1332 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
+#: src/libvlc.h:1342 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
 #: modules/gui/beos/InterfaceWindow.cpp:279
 msgid "Subtitles"
 msgstr "Subtítulos"
 
-#: src/libvlc.h:1349 modules/stream_out/transcode.c:151
+#: src/libvlc.h:1359 modules/stream_out/transcode.c:151
 msgid "Overlays"
 msgstr "Superposiciones"
 
-#: src/libvlc.h:1359
+#: src/libvlc.h:1369
 msgid "Track settings"
 msgstr "Opciones de pista"
 
-#: src/libvlc.h:1381
+#: src/libvlc.h:1391
 msgid "Playback control"
 msgstr "Control de reproducción"
 
-#: src/libvlc.h:1396
+#: src/libvlc.h:1406
 msgid "Default devices"
 msgstr "Aparatos por defecto"
 
-#: src/libvlc.h:1405
+#: src/libvlc.h:1415
 msgid "Network settings"
 msgstr "Opciones de red"
 
-#: src/libvlc.h:1417
+#: src/libvlc.h:1427
 #, fuzzy
 msgid "Socks proxy"
 msgstr "Socks proxy"
 
-#: src/libvlc.h:1426
+#: src/libvlc.h:1436
 msgid "Metadata"
 msgstr "Metadata"
 
-#: src/libvlc.h:1456
+#: src/libvlc.h:1466
 msgid "Decoders"
 msgstr "Decodificadores"
 
-#: src/libvlc.h:1463 modules/access/v4l2.c:56
+#: src/libvlc.h:1473 modules/access/v4l2.c:56
 #: modules/gui/macosx/playlistinfo.m:80
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:265
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:378
@@ -3947,82 +3968,82 @@ msgstr "Decodificadores"
 msgid "Input"
 msgstr "Entrada"
 
-#: src/libvlc.h:1499 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
+#: src/libvlc.h:1509 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
 msgid "VLM"
 msgstr ""
 
-#: src/libvlc.h:1530
+#: src/libvlc.h:1540
 msgid "CPU"
 msgstr "CPU"
 
-#: src/libvlc.h:1552
+#: src/libvlc.h:1562
 msgid "Special modules"
 msgstr "Módulos especiales"
 
-#: src/libvlc.h:1559
+#: src/libvlc.h:1569
 msgid "Plugins"
 msgstr "Plugins"
 
-#: src/libvlc.h:1567
+#: src/libvlc.h:1577
 msgid "Performance options"
 msgstr "Opciones de optimización"
 
-#: src/libvlc.h:1700
+#: src/libvlc.h:1714
 msgid "Hot keys"
 msgstr "Teclas rápidas"
 
-#: src/libvlc.h:2011
+#: src/libvlc.h:2025
 #, fuzzy
 msgid "Jump sizes"
 msgstr "Tamaño de salto largo"
 
-#: src/libvlc.h:2090
+#: src/libvlc.h:2104
 msgid "main program"
 msgstr "programa principal"
 
-#: src/libvlc.h:2097
+#: src/libvlc.h:2111
 msgid "print help for VLC (can be combined with --advanced)"
 msgstr "imprime ayuda de VLC (puede combinarse con --advanced)"
 
-#: src/libvlc.h:2099
+#: src/libvlc.h:2113
 #, fuzzy
 msgid ""
 "print help for VLC and all its modules (can be combined with --advanced)"
 msgstr "imprime ayuda de VLC y sus módulos (puede combinarse con --advanced)"
 
-#: src/libvlc.h:2101
+#: src/libvlc.h:2115
 msgid "print help for the advanced options"
 msgstr "imprime ayuda de opciones avanzadas"
 
-#: src/libvlc.h:2103
+#: src/libvlc.h:2117
 msgid "ask for extra verbosity when displaying help"
 msgstr "pide más locuacidad al mostrar la ayuda"
 
-#: src/libvlc.h:2105
+#: src/libvlc.h:2119
 msgid "print a list of available modules"
 msgstr "imprime lista de módulos disponibles"
 
-#: src/libvlc.h:2107
+#: src/libvlc.h:2121
 msgid "print help on a specific module (can be combined with --advanced)"
 msgstr "imprime ayuda de módulo concreto (puede combinarse con --advanced)"
 
-#: src/libvlc.h:2109
+#: src/libvlc.h:2123
 msgid "save the current command line options in the config"
 msgstr "salva las opciones actuales de línea de comandos en la config"
 
-#: src/libvlc.h:2111
+#: src/libvlc.h:2125
 msgid "reset the current config to the default values"
 msgstr "restaurar la actual configuración a los valores por defecto"
 
-#: src/libvlc.h:2113
+#: src/libvlc.h:2127
 msgid "use alternate config file"
 msgstr "Usar archivo de configuración alternativo"
 
-#: src/libvlc.h:2115
+#: src/libvlc.h:2129
 msgid "resets the current plugins cache"
 msgstr "reinicia la caché de los plugins actuales"
 
-#: src/libvlc.h:2117
+#: src/libvlc.h:2131
 msgid "print version information"
 msgstr "imprimir información de versión"
 
@@ -4631,7 +4652,8 @@ msgstr "Desconocido"
 msgid "Media: %s"
 msgstr "Medio: %s"
 
-#: src/playlist/engine.c:92 src/playlist/engine.c:94
+#: src/playlist/engine.c:104 src/playlist/engine.c:106
+#: src/playlist/loadsave.c:149
 msgid "Media Library"
 msgstr ""
 
@@ -4690,17 +4712,8 @@ msgstr "Recortar"
 msgid "Aspect-ratio"
 msgstr "Aspecto-tasa"
 
-#: modules/access/cdda/access.c:293
-msgid "CD reading failed"
-msgstr ""
-
-#: modules/access/cdda/access.c:294
-#, c-format
-msgid "VLC could not get a new block of size: %i."
-msgstr ""
-
 #: modules/access/cdda.c:58 modules/access/dshow/dshow.cpp:91
-#: modules/access/dvb/access.c:73 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:73
 #: modules/access/dvdnav.c:64 modules/access/dvdread.c:62
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:43
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4761,7 +4774,16 @@ msgstr "CD de Audio - Pista"
 msgid "Audio CD - Track %i"
 msgstr "CD de Audio - Pista %i"
 
-#: modules/access/cdda/cdda.c:42 modules/access/directory.c:77
+#: modules/access/cdda/access.c:293
+msgid "CD reading failed"
+msgstr ""
+
+#: modules/access/cdda/access.c:294
+#, c-format
+msgid "VLC could not get a new block of size: %i."
+msgstr ""
+
+#: modules/access/cdda/cdda.c:42 modules/access/directory.c:78
 #: modules/codec/x264.c:280 modules/codec/x264.c:287 modules/codec/x264.c:292
 msgid "none"
 msgstr "ninguno"
@@ -5069,11 +5091,11 @@ msgstr "MRL"
 msgid "Track Number"
 msgstr "Pista Nº"
 
-#: modules/access/directory.c:69
+#: modules/access/directory.c:70
 msgid "Subdirectory behavior"
 msgstr "Comportamiento con subdirectorio"
 
-#: modules/access/directory.c:71
+#: modules/access/directory.c:72
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -5085,20 +5107,20 @@ msgstr ""
 "colapsar: los subdirectorios aparecen pero se expanden en 1ª reproducción.\n"
 "expandir: todos los subdirectorios se expanden.\n"
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:78
 msgid "collapse"
 msgstr "colapsar"
 
-#: modules/access/directory.c:78
+#: modules/access/directory.c:79
 msgid "expand"
 msgstr "expandir"
 
-#: modules/access/directory.c:80
+#: modules/access/directory.c:81
 #, fuzzy
 msgid "Ignored extensions"
 msgstr "Ignorar archivos con estas extensiones"
 
-#: modules/access/directory.c:82
+#: modules/access/directory.c:83
 #, fuzzy
 msgid ""
 "Files with these extensions will not be added to playlist when opening a "
@@ -5111,11 +5133,11 @@ msgstr ""
 "directorio. Esto es útil si por ejemplo añades directorios que contengan "
 "álbumes mp3."
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:90
 msgid "Directory"
 msgstr "Directorio"
 
-#: modules/access/directory.c:91
+#: modules/access/directory.c:92
 msgid "Standard filesystem directory input"
 msgstr "Entrada estándar del directorio de sistema de archivos"
 
@@ -5362,6 +5384,21 @@ msgstr ""
 msgid "The capture device \"%s\" does not support the required parameters."
 msgstr ""
 
+#: modules/access/dv.c:70
+#, fuzzy
+msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
+msgstr ""
+"Te permite modificar el valor por defecto de caché para volcados UDP. Este "
+"valor debería ponerse en unidades de milisegundo."
+
+#: modules/access/dv.c:74
+msgid "Digital Video (Firewire/ieee1394)  input"
+msgstr "Entrada de Vídeo Digital (Firewire/ieee1394)"
+
+#: modules/access/dv.c:75
+msgid "dv"
+msgstr "dv"
+
 #: modules/access/dvb/access.c:75
 #, fuzzy
 msgid ""
@@ -5641,21 +5678,6 @@ msgstr "Normalización de volumen"
 msgid "The provided polarization \"%c\" is not valid."
 msgstr ""
 
-#: modules/access/dv.c:70
-#, fuzzy
-msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
-msgstr ""
-"Te permite modificar el valor por defecto de caché para volcados UDP. Este "
-"valor debería ponerse en unidades de milisegundo."
-
-#: modules/access/dv.c:74
-msgid "Digital Video (Firewire/ieee1394)  input"
-msgstr "Entrada de Vídeo Digital (Firewire/ieee1394)"
-
-#: modules/access/dv.c:75
-msgid "dv"
-msgstr "dv"
-
 #: modules/access/dvdnav.c:60 modules/access/dvdread.c:58
 msgid "DVD angle"
 msgstr "Ángulo DVD"
@@ -5879,69 +5901,22 @@ msgstr ""
 msgid "VLC could not open file \"%s\" (%s)."
 msgstr ""
 
-#: modules/access_filter/record.c:43
-msgid "Record directory"
-msgstr "Directorio de grabación"
-
-#: modules/access_filter/record.c:45
+#: modules/access/ftp.c:45
 #, fuzzy
-msgid "Directory where the record will be stored."
-msgstr "Te permite indicar el directorio donde se almacenará la grabación."
+msgid ""
+"Caching value for FTP streams. This value should be set in milliseconds."
+msgstr ""
+"Te permite modificar el valor por defecto de caché para volcados FTP. Este "
+"valor debería ponerse en unidades de milisegundo."
 
-#: modules/access_filter/timeshift.c:44
-#, fuzzy
-msgid "Timeshift granularity"
-msgstr "Granularidad de timeshift"
+#: modules/access/ftp.c:47
+msgid "FTP user name"
+msgstr "Nombre de usuario FTP"
 
-#: modules/access_filter/timeshift.c:46
+#: modules/access/ftp.c:48 modules/access/smb.c:64
 #, fuzzy
-msgid ""
-"This is the size of the temporary files tha will be used to store the "
-"timeshifted streams."
-msgstr "Los filtros de vídeo se usan para postprocesar el volcado de vídeo"
-
-#: modules/access_filter/timeshift.c:48
-#, fuzzy
-msgid "Timeshift directory"
-msgstr "Directorio de timeshift"
-
-#: modules/access_filter/timeshift.c:49
-#, fuzzy
-msgid "Directory used to store the timeshift temporary files."
-msgstr "Directorio usado para almacenar los archivos temporales timeshift."
-
-#: modules/access_filter/timeshift.c:51
-#, fuzzy
-msgid "Force use of the timeshift module"
-msgstr "Directorio usado para almacenar los archivos temporales timeshift."
-
-#: modules/access_filter/timeshift.c:52
-msgid ""
-"Force use of the timeshift module even if the access declares that it can "
-"control pace or pause."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
-#, fuzzy
-msgid "Timeshift"
-msgstr "Timeshift"
-
-#: modules/access/ftp.c:45
-#, fuzzy
-msgid ""
-"Caching value for FTP streams. This value should be set in milliseconds."
-msgstr ""
-"Te permite modificar el valor por defecto de caché para volcados FTP. Este "
-"valor debería ponerse en unidades de milisegundo."
-
-#: modules/access/ftp.c:47
-msgid "FTP user name"
-msgstr "Nombre de usuario FTP"
-
-#: modules/access/ftp.c:48 modules/access/smb.c:64
-#, fuzzy
-msgid "User name that will be used for the connection."
-msgstr "Te permite modificar el nombre de usuario a usar en la conexión."
+msgid "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:50
 msgid "FTP password"
@@ -6108,413 +6083,149 @@ msgstr "Siempre elegir el volcado con la tasa de bits máxima."
 msgid "Microsoft Media Server (MMS) input"
 msgstr "Entrada Microsoft Media Server (MMS)"
 
-#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
-msgid "Dummy stream output"
-msgstr "Salida de volcado dummy"
+#: modules/access/pvr.c:49
+#, fuzzy
+msgid ""
+"Default caching value for PVR streams. This value should be set in "
+"milliseconds."
+msgstr ""
+"Te permite modificar el valor por defecto de caché para volcados UDP. Este "
+"valor debería ponerse en unidades de milisegundo."
 
-#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
-msgid "Dummy"
-msgstr "Dummy"
+#: modules/access/pvr.c:52
+msgid "Device"
+msgstr "Aparato"
 
-#: modules/access_output/file.c:61
-msgid "Append to file"
-msgstr "Añadir a archivo"
+#: modules/access/pvr.c:53
+msgid "PVR video device"
+msgstr "Aparato de vídeo PVR"
 
-#: modules/access_output/file.c:62
-msgid "Append to file if it exists instead of replacing it."
-msgstr "Añade a archivo si existe, en vez de reemplazarlo."
+#: modules/access/pvr.c:55
+msgid "Radio device"
+msgstr "Aparato de radio"
 
-#: modules/access_output/file.c:66
-msgid "File stream output"
-msgstr "Salida de volcado de archivo"
+#: modules/access/pvr.c:56
+msgid "PVR radio device"
+msgstr "Aparato de radio PVR"
 
-#: modules/access_output/http.c:58
-msgid "Username"
-msgstr "Nombre de usuario"
+#: modules/access/pvr.c:58 modules/access/v4l.c:96
+msgid "Norm"
+msgstr "Norma"
 
-#: modules/access_output/http.c:59
+#: modules/access/pvr.c:59 modules/access/v4l.c:98
 #, fuzzy
-msgid "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 "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
+msgstr "Define la norma del volcado (Automática, SECAM, PAL, o NTSC)"
 
-#: modules/access_output/http.c:61 modules/control/telnet.c:81
-msgid "Password"
-msgstr "Clave"
+#: modules/access/pvr.c:62 modules/access/v4l.c:102
+#: modules/video_filter/mosaic.c:96
+msgid "Width"
+msgstr "Anchura"
 
-#: modules/access_output/http.c:62
+#: modules/access/pvr.c:63
 #, fuzzy
-msgid "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:66
-msgid "Mime"
-msgstr "Mime"
+msgid "Width of the stream to capture (-1 for autodetection)."
+msgstr "Anchura del volcado a capturar (-1 para autodetectar)"
 
-#: modules/access_output/http.c:67
-msgid "MIME returned by the server (autodetected if not specified."
-msgstr ""
+#: modules/access/pvr.c:66 modules/access/v4l.c:105
+#: modules/video_filter/mosaic.c:94
+msgid "Height"
+msgstr "Altura"
 
-#: modules/access_output/http.c:71
+#: modules/access/pvr.c:67
 #, fuzzy
-msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
-msgstr ""
-"Ruta del archivo de certificado x509 PEM a usar por la salida de volcado "
-"HTTP/SSL"
+msgid "Height of the stream to capture (-1 for autodetection)."
+msgstr "Altura del volcado a capturar (-1 para autodetectar)"
 
-#: modules/access_output/http.c:74
-#, fuzzy
-msgid ""
-"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
-"empty if you don't have one."
-msgstr ""
-"Ruta del archivo de clave privada x509 PEM a usar por la salida de volcado "
-"HTTP/SSL. Dejar vacía si no tienes."
+#: modules/access/pvr.c:70 modules/access/v4l.c:89
+msgid "Frequency"
+msgstr "Frecuencia"
 
-#: modules/access_output/http.c:78
+#: modules/access/pvr.c:71 modules/access/v4l.c:91
 #, fuzzy
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used for HTTPS. Leave empty if you don't have one."
-msgstr ""
-"Ruta del archivo de certificados raíz confiables CA (autoridad de "
-"certificado) x509 PEM a usar por la salida de volcado HTTP/SSL. Dejar vacía "
-"si no tienes."
+msgid "Frequency to capture (in kHz), if applicable."
+msgstr "Frecuencia a capturar (en kHz), si aplicable"
 
-#: modules/access_output/http.c:83
+#: modules/access/pvr.c:74 modules/access/v4l.c:137
 #, fuzzy
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be used for "
-"SSL. Leave empty if you don't have one."
-msgstr ""
-"Ruta del archivo de Lista de Revocación de Certificados x509 PEM a usar por "
-"la salida de volcado HTTP/SSL. Dejar vacía si no tienes."
+msgid "Framerate to capture, if applicable (-1 for autodetect)."
+msgstr "Tasa de fotograma a capturar, si aplicable (-1 para autodetectar)"
 
-#: modules/access_output/http.c:86
-msgid "Advertise with Bonjour"
-msgstr "Anunciar con Bonjour"
+#: modules/access/pvr.c:77
+msgid "Key interval"
+msgstr "Intervalo de clave"
 
-#: modules/access_output/http.c:87
+#: modules/access/pvr.c:78
 #, fuzzy
-msgid "Advertise the stream with the Bonjour protocol."
-msgstr "Anunciar el volcado con el protocolo Bonjour"
+msgid "Interval between keyframes (-1 for autodetect)."
+msgstr "Intervalo entre fotogramas clave (-1 para autodetectar)"
 
-#: modules/access_output/http.c:91
-msgid "HTTP stream output"
-msgstr "Salida de volcado HTTP"
+#: modules/access/pvr.c:80
+msgid "B Frames"
+msgstr "Fotogramas B"
 
-#: modules/access_output/http.c:93 modules/control/http/http.c:61
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
-msgid "HTTP"
-msgstr "HTTP"
+#: modules/access/pvr.c:81
+msgid ""
+"If this option is set, B-Frames will be used. Use this option to set the "
+"number of B-Frames."
+msgstr ""
+"Si se pone esta opción, se usarán Fotogramas-B. Úsala para poner el número "
+"de Fotogramas-B."
 
-#: modules/access_output/shout.c:58
+#: modules/access/pvr.c:85
 #, fuzzy
-msgid "Stream name"
-msgstr "Volcado-nombre"
+msgid "Bitrate to use (-1 for default)."
+msgstr "Tasa de bits a usar (-1 es por defecto)"
 
-#: modules/access_output/shout.c:59
+#: modules/access/pvr.c:87
+msgid "Bitrate peak"
+msgstr "Pico de tasa de bits"
+
+#: modules/access/pvr.c:88
 #, fuzzy
-msgid "Name to give to this stream/channel on the shoutcast/icecast server."
-msgstr "El nombre de este volcado/canal se subirá al servidor icecast."
+msgid "Peak bitrate in VBR mode."
+msgstr "Pico en tasa de bits en modo VBR"
 
-#: modules/access_output/shout.c:62
+#: modules/access/pvr.c:91
 #, fuzzy
-msgid "Stream description"
-msgstr "Volcado-descripción"
+msgid "Bitrate mode)"
+msgstr "Modo de tasa de bits a usar"
 
-#: modules/access_output/shout.c:63
+#: modules/access/pvr.c:92
 #, fuzzy
-msgid "Description of the stream content or information about your channel."
-msgstr ""
-"Una descripcción del contenido del volcado. (Información sobre tu canal)."
+msgid "Bitrate mode to use (VBR or CBR)."
+msgstr "Modo de tasa de bits a usar"
 
-#: modules/access_output/shout.c:66
-msgid "Stream MP3"
-msgstr "Volcar mp3"
+#: modules/access/pvr.c:94
+msgid "Audio bitmask"
+msgstr "Máscara de bits de audio"
 
-#: modules/access_output/shout.c:67
-msgid ""
-"You normally have to feed the shoutcast module with Ogg streams. It is also "
-"possible to stream MP3 instead, so you can forward MP3 streams to the "
-"shoutcast/icecast server."
+#: modules/access/pvr.c:95
+#, fuzzy
+msgid "Bitmask that will get used by the audio part of the card."
 msgstr ""
+"Esta opción permite indicar la máscara de bits que usará la parte de audio "
+"de la tarjeta."
 
-#: modules/access_output/shout.c:76
-#, fuzzy
-msgid "Genre description"
-msgstr "Volcado-descripción"
+#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
+#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
+msgid "Volume"
+msgstr "Volumen"
 
-#: modules/access_output/shout.c:77
-msgid "Genre of the content. "
+#: modules/access/pvr.c:99
+msgid "Audio volume (0-65535)."
 msgstr ""
 
-#: modules/access_output/shout.c:79
-#, fuzzy
-msgid "URL description"
-msgstr "Descripción"
+#: modules/access/pvr.c:101 modules/access/v4l.c:92
+msgid "Channel"
+msgstr "Canal"
 
-#: modules/access_output/shout.c:80
-msgid "URL with information about the stream or your channel. "
+#: modules/access/pvr.c:102
+msgid ""
+"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)"
 msgstr ""
-
-#: modules/access_output/shout.c:87
-#, fuzzy
-msgid "Bitrate information of the transcoded stream. "
-msgstr "Tasa de muestra del volcado de audio de capturas, en Hz"
-
-#: modules/access_output/shout.c:89 modules/access/v4l.c:122
-msgid "Samplerate"
-msgstr "Tasa de Muestra"
-
-#: modules/access_output/shout.c:90
-#, fuzzy
-msgid "Samplerate information of the transcoded stream. "
-msgstr "Tasa de muestra del volcado de audio de capturas, en Hz"
-
-#: modules/access_output/shout.c:92
-#, fuzzy
-msgid "Number of channels"
-msgstr "Número de clones"
-
-#: modules/access_output/shout.c:93
-#, fuzzy
-msgid "Number of channels information of the transcoded stream. "
-msgstr "Tasa de muestra del volcado de audio de capturas, en Hz"
-
-#: modules/access_output/shout.c:95
-msgid "Ogg Vorbis Quality"
-msgstr ""
-
-#: modules/access_output/shout.c:96
-#, fuzzy
-msgid "Ogg Vorbis Quality information of the transcoded stream. "
-msgstr "Tasa de muestra del volcado de audio de capturas, en Hz"
-
-#: modules/access_output/shout.c:98
-#, fuzzy
-msgid "Stream public"
-msgstr "Volcado de salida"
-
-#: modules/access_output/shout.c:99
-msgid ""
-"Make the server publicly available on the 'Yellow Pages' (directory listing "
-"of streams) on the icecast/shoutcast website. Requires the bitrate "
-"information specified for shoutcast. Requires Ogg streaming for icecast."
-msgstr ""
-
-#: modules/access_output/shout.c:105
-#, fuzzy
-msgid "IceCAST output"
-msgstr "Salida de acceso"
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:41
-#: modules/demux/live555.cpp:63
-msgid "Caching value (ms)"
-msgstr "Valor de caché (ms)"
-
-#: modules/access_output/udp.c:77
-#, fuzzy
-msgid ""
-"Default caching value for outbound UDP streams. This value should be set in "
-"milliseconds."
-msgstr ""
-"Te permite modificar el valor por defecto de caché para volcados UDP. Este "
-"valor debería ponerse en unidades de milisegundo."
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
-#: modules/gui/macosx/wizard.m:1848
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
-msgid "Time-To-Live (TTL)"
-msgstr "Tiempo de vida (TTL): "
-
-#: modules/access_output/udp.c:81
-#, fuzzy
-msgid "Time-To-Live of the outgoing stream."
-msgstr "Te permite definir la hora de emisión en directo del volcado saliente."
-
-#: modules/access_output/udp.c:84
-msgid "Group packets"
-msgstr "Agrupar paquetes"
-
-#: modules/access_output/udp.c:85
-#, fuzzy
-msgid ""
-"Packets can be sent one by one at the right time or by groups. You can "
-"choose the number of packets that will be sent at a time. It helps reducing "
-"the scheduling load on heavily-loaded systems."
-msgstr ""
-"Los paquetes pueden enviarse uno por uno en el momento exacto o por grupos. "
-"Esto permite dar el nº de paquetes a enviar en un momento. Ayuda el reducir "
-"la carga de organización sobre sistemas muy cargados."
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr "Escribir raw"
-
-#: modules/access_output/udp.c:91
-#, fuzzy
-msgid ""
-"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 ""
-"Si habilitas esta opción, los paquetes se enviarán directamente, sin "
-"intentar llenar el MTU (ej., sin intentar hacer los paquetes más grandes "
-"posibles para mejorar el volcado)."
-
-#: modules/access_output/udp.c:97
-msgid "UDP stream output"
-msgstr "Salida de volcado UDP"
-
-#: modules/access_output/udp.c:98
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
-msgid "UDP"
-msgstr "UDP"
-
-#: modules/access/pvr.c:49
-#, fuzzy
-msgid ""
-"Default caching value for PVR streams. This value should be set in "
-"milliseconds."
-msgstr ""
-"Te permite modificar el valor por defecto de caché para volcados UDP. Este "
-"valor debería ponerse en unidades de milisegundo."
-
-#: modules/access/pvr.c:52
-msgid "Device"
-msgstr "Aparato"
-
-#: modules/access/pvr.c:53
-msgid "PVR video device"
-msgstr "Aparato de vídeo PVR"
-
-#: modules/access/pvr.c:55
-msgid "Radio device"
-msgstr "Aparato de radio"
-
-#: modules/access/pvr.c:56
-msgid "PVR radio device"
-msgstr "Aparato de radio PVR"
-
-#: modules/access/pvr.c:58 modules/access/v4l.c:96
-msgid "Norm"
-msgstr "Norma"
-
-#: modules/access/pvr.c:59 modules/access/v4l.c:98
-#, fuzzy
-msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
-msgstr "Define la norma del volcado (Automática, SECAM, PAL, o NTSC)"
-
-#: modules/access/pvr.c:62 modules/access/v4l.c:102
-#: modules/video_filter/mosaic.c:96
-msgid "Width"
-msgstr "Anchura"
-
-#: modules/access/pvr.c:63
-#, fuzzy
-msgid "Width of the stream to capture (-1 for autodetection)."
-msgstr "Anchura del volcado a capturar (-1 para autodetectar)"
-
-#: modules/access/pvr.c:66 modules/access/v4l.c:105
-#: modules/video_filter/mosaic.c:94
-msgid "Height"
-msgstr "Altura"
-
-#: modules/access/pvr.c:67
-#, fuzzy
-msgid "Height of the stream to capture (-1 for autodetection)."
-msgstr "Altura del volcado a capturar (-1 para autodetectar)"
-
-#: modules/access/pvr.c:70 modules/access/v4l.c:89
-msgid "Frequency"
-msgstr "Frecuencia"
-
-#: modules/access/pvr.c:71 modules/access/v4l.c:91
-#, fuzzy
-msgid "Frequency to capture (in kHz), if applicable."
-msgstr "Frecuencia a capturar (en kHz), si aplicable"
-
-#: modules/access/pvr.c:74 modules/access/v4l.c:137
-#, fuzzy
-msgid "Framerate to capture, if applicable (-1 for autodetect)."
-msgstr "Tasa de fotograma a capturar, si aplicable (-1 para autodetectar)"
-
-#: modules/access/pvr.c:77
-msgid "Key interval"
-msgstr "Intervalo de clave"
-
-#: modules/access/pvr.c:78
-#, fuzzy
-msgid "Interval between keyframes (-1 for autodetect)."
-msgstr "Intervalo entre fotogramas clave (-1 para autodetectar)"
-
-#: modules/access/pvr.c:80
-msgid "B Frames"
-msgstr "Fotogramas B"
-
-#: modules/access/pvr.c:81
-msgid ""
-"If this option is set, B-Frames will be used. Use this option to set the "
-"number of B-Frames."
-msgstr ""
-"Si se pone esta opción, se usarán Fotogramas-B. Úsala para poner el número "
-"de Fotogramas-B."
-
-#: modules/access/pvr.c:85
-#, fuzzy
-msgid "Bitrate to use (-1 for default)."
-msgstr "Tasa de bits a usar (-1 es por defecto)"
-
-#: modules/access/pvr.c:87
-msgid "Bitrate peak"
-msgstr "Pico de tasa de bits"
-
-#: modules/access/pvr.c:88
-#, fuzzy
-msgid "Peak bitrate in VBR mode."
-msgstr "Pico en tasa de bits en modo VBR"
-
-#: modules/access/pvr.c:91
-#, fuzzy
-msgid "Bitrate mode)"
-msgstr "Modo de tasa de bits a usar"
-
-#: modules/access/pvr.c:92
-#, fuzzy
-msgid "Bitrate mode to use (VBR or CBR)."
-msgstr "Modo de tasa de bits a usar"
-
-#: modules/access/pvr.c:94
-msgid "Audio bitmask"
-msgstr "Máscara de bits de audio"
-
-#: modules/access/pvr.c:95
-#, fuzzy
-msgid "Bitmask that will get used by the audio part of the card."
-msgstr ""
-"Esta opción permite indicar la máscara de bits que usará la parte de audio "
-"de la tarjeta."
-
-#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
-msgid "Volume"
-msgstr "Volumen"
-
-#: modules/access/pvr.c:99
-msgid "Audio volume (0-65535)."
-msgstr ""
-
-#: modules/access/pvr.c:101 modules/access/v4l.c:92
-msgid "Channel"
-msgstr "Canal"
-
-#: modules/access/pvr.c:102
-msgid ""
-"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)"
-msgstr ""
-"Canal de la tarjeta a usar (Normalmente, 0 = sintonizador, 1 = compuesto, 2 "
-"= svídeo)"
+"Canal de la tarjeta a usar (Normalmente, 0 = sintonizador, 1 = compuesto, 2 "
+"= svídeo)"
 
 #: modules/access/pvr.c:108 modules/access/v4l.c:143
 msgid "Automatic"
@@ -6549,6 +6260,11 @@ msgstr "PVR"
 msgid "IVTV MPEG Encoding cards input"
 msgstr "Entrada de tarjetas Codificadoras MPEG (con controladores ivtv)"
 
+#: modules/access/rtsp/access.c:41 modules/access_output/udp.c:75
+#: modules/demux/live555.cpp:63
+msgid "Caching value (ms)"
+msgstr "Valor de caché (ms)"
+
 #: modules/access/rtsp/access.c:43
 #, fuzzy
 msgid ""
@@ -6702,38 +6418,6 @@ msgstr "UDP/RTP"
 msgid "UDP/RTP input"
 msgstr "Entrada UDP/RTP"
 
-#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
-#: modules/gui/wxwidgets/dialogs/open.cpp:723
-msgid "Device name"
-msgstr "Nombre de aparato"
-
-#: modules/access/v4l2.c:54
-#, fuzzy
-msgid ""
-"Name of the device to use. If you don't specify anything, /dev/video0 will "
-"be used."
-msgstr ""
-"Indica el nombre del aparato de vídeo a usar. Si no indicas nada, no se "
-"usará aparato de vídeo."
-
-#: modules/access/v4l2.c:58
-#, fuzzy
-msgid ""
-"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
-msgstr ""
-"Canal de la tarjeta a usar (Normalmente, 0 = sintonizador, 1 = compuesto, 2 "
-"= svídeo)"
-
-#: modules/access/v4l2.c:63
-#, fuzzy
-msgid "Video4Linux2"
-msgstr "Entrada Video4Linux"
-
-#: modules/access/v4l2.c:64
-#, fuzzy
-msgid "Video4Linux2 input"
-msgstr "Entrada Video4Linux"
-
 #: modules/access/v4l.c:75
 #, fuzzy
 msgid ""
@@ -6845,6 +6529,10 @@ msgstr "Sintonizador"
 msgid "Tuner to use, if there are several ones."
 msgstr "Sintonizador a usar, si hay varios"
 
+#: modules/access/v4l.c:122 modules/access_output/shout.c:89
+msgid "Samplerate"
+msgstr "Tasa de Muestra"
+
 #: modules/access/v4l.c:124
 #, fuzzy
 msgid ""
@@ -6890,6 +6578,38 @@ msgstr "Entrada Video4Linux"
 msgid "Video4Linux input"
 msgstr "Entrada Video4Linux"
 
+#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
+#: modules/gui/wxwidgets/dialogs/open.cpp:723
+msgid "Device name"
+msgstr "Nombre de aparato"
+
+#: modules/access/v4l2.c:54
+#, fuzzy
+msgid ""
+"Name of the device to use. If you don't specify anything, /dev/video0 will "
+"be used."
+msgstr ""
+"Indica el nombre del aparato de vídeo a usar. Si no indicas nada, no se "
+"usará aparato de vídeo."
+
+#: modules/access/v4l2.c:58
+#, fuzzy
+msgid ""
+"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
+msgstr ""
+"Canal de la tarjeta a usar (Normalmente, 0 = sintonizador, 1 = compuesto, 2 "
+"= svídeo)"
+
+#: modules/access/v4l2.c:63
+#, fuzzy
+msgid "Video4Linux2"
+msgstr "Entrada Video4Linux"
+
+#: modules/access/v4l2.c:64
+#, fuzzy
+msgid "Video4Linux2 input"
+msgstr "Entrada Video4Linux"
+
 #: modules/access/vcd/vcd.c:42
 #, fuzzy
 msgid "Caching value for VCDs. This value should be set in milliseconds."
@@ -6983,103 +6703,405 @@ msgstr "Primer Punto de Entrada"
 msgid "Last Entry Point"
 msgstr "Último Punto de Entrada"
 
-#: modules/access/vcdx/info.c:127
-msgid "Track size (in sectors)"
-msgstr "Tamaño de pista (en sectores)"
+#: modules/access/vcdx/info.c:127
+msgid "Track size (in sectors)"
+msgstr "Tamaño de pista (en sectores)"
+
+#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
+#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
+msgid "type"
+msgstr "tipo"
+
+#: modules/access/vcdx/info.c:139
+msgid "end"
+msgstr "fin"
+
+#: modules/access/vcdx/info.c:142
+msgid "play list"
+msgstr "reproducir lista"
+
+#: modules/access/vcdx/info.c:153
+msgid "extended selection list"
+msgstr "lista de selección extendida"
+
+#: modules/access/vcdx/info.c:154
+msgid "selection list"
+msgstr "Lista de selección"
+
+#: modules/access/vcdx/info.c:166
+msgid "unknown type"
+msgstr "Tipo desconocido"
+
+#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
+#: modules/access/vcdx/info.c:316
+msgid "List ID"
+msgstr "ID de Lista"
+
+#: modules/access/vcdx/vcd.c:95
+msgid "(Super) Video CD"
+msgstr "(Super) Vídeo CD"
+
+#: modules/access/vcdx/vcd.c:96
+msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+msgstr "Entrada de Vídeo CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD)"
+
+#: modules/access/vcdx/vcd.c:97
+msgid "vcdx://[device-or-file][@{P,S,T}num]"
+msgstr "vcdx://[aparato-o-archivo][@{P,S,T}num]"
+
+#: modules/access/vcdx/vcd.c:106
+msgid "If nonzero, this gives additional debug information."
+msgstr "Si no es cero, esto da información de depuración adicional"
+
+#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+msgid "Number of CD blocks to get in a single read."
+msgstr "Nº de bloques de CD a obtener en una lectura."
+
+#: modules/access/vcdx/vcd.c:116
+msgid "Use playback control?"
+msgstr "¿Usar control de reproducción?"
+
+#: modules/access/vcdx/vcd.c:117
+msgid ""
+"If VCD is authored with playback control, use it. Otherwise we play by "
+"tracks."
+msgstr ""
+"Si VCD está hecho con control de reproducción, úsalo. De otro modo lo "
+"reproduciremos por pistas."
+
+#: modules/access/vcdx/vcd.c:123
+msgid "Use track length as maximum unit in seek?"
+msgstr "¿Usar longitud de pista como unidad maxima en búsqueda?"
+
+#: modules/access/vcdx/vcd.c:124
+msgid ""
+"If set, the length of the seek bar is the track rather than the length of an "
+"entry."
+msgstr ""
+"Si activado, la longitud de la barra de búsqueda es la pista en vez de la "
+"longitud de una entrada."
+
+#: modules/access/vcdx/vcd.c:129
+msgid "Show extended VCD info?"
+msgstr "¿Mostrar info VCD extendida?"
+
+#: modules/access/vcdx/vcd.c:130
+msgid ""
+"Show the maximum amount of information under Stream and Media Info. Shows "
+"for example playback control navigation."
+msgstr ""
+"Muestra la máxima cantidad de información bajo Info de Volcado y Medio. "
+"Muestra p.ej. la navegación de control de reproducción."
+
+#: modules/access/vcdx/vcd.c:137
+msgid "Format to use in the playlist's \"author\" field."
+msgstr "Formato a usar en campo \"autor\" de lista de reproducción."
+
+#: modules/access/vcdx/vcd.c:143
+msgid "Format to use in the playlist's \"title\" field."
+msgstr "Formato a usar en campo \"título\" de lista de reproducción."
+
+#: modules/access_filter/record.c:43
+msgid "Record directory"
+msgstr "Directorio de grabación"
+
+#: modules/access_filter/record.c:45
+#, fuzzy
+msgid "Directory where the record will be stored."
+msgstr "Te permite indicar el directorio donde se almacenará la grabación."
+
+#: modules/access_filter/timeshift.c:44
+#, fuzzy
+msgid "Timeshift granularity"
+msgstr "Granularidad de timeshift"
+
+#: modules/access_filter/timeshift.c:46
+#, fuzzy
+msgid ""
+"This is the size of the temporary files tha will be used to store the "
+"timeshifted streams."
+msgstr "Los filtros de vídeo se usan para postprocesar el volcado de vídeo"
+
+#: modules/access_filter/timeshift.c:48
+#, fuzzy
+msgid "Timeshift directory"
+msgstr "Directorio de timeshift"
+
+#: modules/access_filter/timeshift.c:49
+#, fuzzy
+msgid "Directory used to store the timeshift temporary files."
+msgstr "Directorio usado para almacenar los archivos temporales timeshift."
+
+#: modules/access_filter/timeshift.c:51
+#, fuzzy
+msgid "Force use of the timeshift module"
+msgstr "Directorio usado para almacenar los archivos temporales timeshift."
+
+#: modules/access_filter/timeshift.c:52
+msgid ""
+"Force use of the timeshift module even if the access declares that it can "
+"control pace or pause."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
+#, fuzzy
+msgid "Timeshift"
+msgstr "Timeshift"
+
+#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
+msgid "Dummy stream output"
+msgstr "Salida de volcado dummy"
+
+#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
+msgid "Dummy"
+msgstr "Dummy"
+
+#: modules/access_output/file.c:61
+msgid "Append to file"
+msgstr "Añadir a archivo"
+
+#: modules/access_output/file.c:62
+msgid "Append to file if it exists instead of replacing it."
+msgstr "Añade a archivo si existe, en vez de reemplazarlo."
+
+#: modules/access_output/file.c:66
+msgid "File stream output"
+msgstr "Salida de volcado de archivo"
+
+#: modules/access_output/http.c:58
+msgid "Username"
+msgstr "Nombre de usuario"
+
+#: modules/access_output/http.c:59
+#, fuzzy
+msgid "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:61 modules/control/telnet.c:81
+msgid "Password"
+msgstr "Clave"
+
+#: modules/access_output/http.c:62
+#, fuzzy
+msgid "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:66
+msgid "Mime"
+msgstr "Mime"
+
+#: modules/access_output/http.c:67
+msgid "MIME returned by the server (autodetected if not specified."
+msgstr ""
+
+#: modules/access_output/http.c:71
+#, fuzzy
+msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
+msgstr ""
+"Ruta del archivo de certificado x509 PEM a usar por la salida de volcado "
+"HTTP/SSL"
+
+#: modules/access_output/http.c:74
+#, fuzzy
+msgid ""
+"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
+"empty if you don't have one."
+msgstr ""
+"Ruta del archivo de clave privada x509 PEM a usar por la salida de volcado "
+"HTTP/SSL. Dejar vacía si no tienes."
+
+#: modules/access_output/http.c:78
+#, fuzzy
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used for HTTPS. Leave empty if you don't have one."
+msgstr ""
+"Ruta del archivo de certificados raíz confiables CA (autoridad de "
+"certificado) x509 PEM a usar por la salida de volcado HTTP/SSL. Dejar vacía "
+"si no tienes."
+
+#: modules/access_output/http.c:83
+#, fuzzy
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be used for "
+"SSL. Leave empty if you don't have one."
+msgstr ""
+"Ruta del archivo de Lista de Revocación de Certificados x509 PEM a usar por "
+"la salida de volcado HTTP/SSL. Dejar vacía si no tienes."
+
+#: modules/access_output/http.c:86
+msgid "Advertise with Bonjour"
+msgstr "Anunciar con Bonjour"
+
+#: modules/access_output/http.c:87
+#, fuzzy
+msgid "Advertise the stream with the Bonjour protocol."
+msgstr "Anunciar el volcado con el protocolo Bonjour"
+
+#: modules/access_output/http.c:91
+msgid "HTTP stream output"
+msgstr "Salida de volcado HTTP"
+
+#: modules/access_output/http.c:93 modules/control/http/http.c:61
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
+msgstr "HTTP"
+
+#: modules/access_output/shout.c:58
+#, fuzzy
+msgid "Stream name"
+msgstr "Volcado-nombre"
+
+#: modules/access_output/shout.c:59
+#, fuzzy
+msgid "Name to give to this stream/channel on the shoutcast/icecast server."
+msgstr "El nombre de este volcado/canal se subirá al servidor icecast."
+
+#: modules/access_output/shout.c:62
+#, fuzzy
+msgid "Stream description"
+msgstr "Volcado-descripción"
+
+#: modules/access_output/shout.c:63
+#, fuzzy
+msgid "Description of the stream content or information about your channel."
+msgstr ""
+"Una descripcción del contenido del volcado. (Información sobre tu canal)."
+
+#: modules/access_output/shout.c:66
+msgid "Stream MP3"
+msgstr "Volcar mp3"
 
-#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
-#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
-msgid "type"
-msgstr "tipo"
+#: modules/access_output/shout.c:67
+msgid ""
+"You normally have to feed the shoutcast module with Ogg streams. It is also "
+"possible to stream MP3 instead, so you can forward MP3 streams to the "
+"shoutcast/icecast server."
+msgstr ""
 
-#: modules/access/vcdx/info.c:139
-msgid "end"
-msgstr "fin"
+#: modules/access_output/shout.c:76
+#, fuzzy
+msgid "Genre description"
+msgstr "Volcado-descripción"
 
-#: modules/access/vcdx/info.c:142
-msgid "play list"
-msgstr "reproducir lista"
+#: modules/access_output/shout.c:77
+msgid "Genre of the content. "
+msgstr ""
 
-#: modules/access/vcdx/info.c:153
-msgid "extended selection list"
-msgstr "lista de selección extendida"
+#: modules/access_output/shout.c:79
+#, fuzzy
+msgid "URL description"
+msgstr "Descripción"
 
-#: modules/access/vcdx/info.c:154
-msgid "selection list"
-msgstr "Lista de selección"
+#: modules/access_output/shout.c:80
+msgid "URL with information about the stream or your channel. "
+msgstr ""
 
-#: modules/access/vcdx/info.c:166
-msgid "unknown type"
-msgstr "Tipo desconocido"
+#: modules/access_output/shout.c:87
+#, fuzzy
+msgid "Bitrate information of the transcoded stream. "
+msgstr "Tasa de muestra del volcado de audio de capturas, en Hz"
 
-#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
-#: modules/access/vcdx/info.c:316
-msgid "List ID"
-msgstr "ID de Lista"
+#: modules/access_output/shout.c:90
+#, fuzzy
+msgid "Samplerate information of the transcoded stream. "
+msgstr "Tasa de muestra del volcado de audio de capturas, en Hz"
 
-#: modules/access/vcdx/vcd.c:95
-msgid "(Super) Video CD"
-msgstr "(Super) Vídeo CD"
+#: modules/access_output/shout.c:92
+#, fuzzy
+msgid "Number of channels"
+msgstr "Número de clones"
 
-#: modules/access/vcdx/vcd.c:96
-msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
-msgstr "Entrada de Vídeo CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD)"
+#: modules/access_output/shout.c:93
+#, fuzzy
+msgid "Number of channels information of the transcoded stream. "
+msgstr "Tasa de muestra del volcado de audio de capturas, en Hz"
 
-#: modules/access/vcdx/vcd.c:97
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
-msgstr "vcdx://[aparato-o-archivo][@{P,S,T}num]"
+#: modules/access_output/shout.c:95
+msgid "Ogg Vorbis Quality"
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:106
-msgid "If nonzero, this gives additional debug information."
-msgstr "Si no es cero, esto da información de depuración adicional"
+#: modules/access_output/shout.c:96
+#, fuzzy
+msgid "Ogg Vorbis Quality information of the transcoded stream. "
+msgstr "Tasa de muestra del volcado de audio de capturas, en Hz"
 
-#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
-msgid "Number of CD blocks to get in a single read."
-msgstr "Nº de bloques de CD a obtener en una lectura."
+#: modules/access_output/shout.c:98
+#, fuzzy
+msgid "Stream public"
+msgstr "Volcado de salida"
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
-msgstr "¿Usar control de reproducción?"
+#: modules/access_output/shout.c:99
+msgid ""
+"Make the server publicly available on the 'Yellow Pages' (directory listing "
+"of streams) on the icecast/shoutcast website. Requires the bitrate "
+"information specified for shoutcast. Requires Ogg streaming for icecast."
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/shout.c:105
+#, fuzzy
+msgid "IceCAST output"
+msgstr "Salida de acceso"
+
+#: modules/access_output/udp.c:77
+#, fuzzy
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Default caching value for outbound UDP streams. This value should be set in "
+"milliseconds."
 msgstr ""
-"Si VCD está hecho con control de reproducción, úsalo. De otro modo lo "
-"reproduciremos por pistas."
+"Te permite modificar el valor por defecto de caché para volcados UDP. Este "
+"valor debería ponerse en unidades de milisegundo."
 
-#: modules/access/vcdx/vcd.c:123
-msgid "Use track length as maximum unit in seek?"
-msgstr "¿Usar longitud de pista como unidad maxima en búsqueda?"
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
+#: modules/gui/macosx/wizard.m:1848
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
+msgid "Time-To-Live (TTL)"
+msgstr "Tiempo de vida (TTL): "
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:81
+#, fuzzy
+msgid "Time-To-Live of the outgoing stream."
+msgstr "Te permite definir la hora de emisión en directo del volcado saliente."
+
+#: modules/access_output/udp.c:84
+msgid "Group packets"
+msgstr "Agrupar paquetes"
+
+#: modules/access_output/udp.c:85
+#, fuzzy
 msgid ""
-"If set, the length of the seek bar is the track rather than the length of an "
-"entry."
+"Packets can be sent one by one at the right time or by groups. You can "
+"choose the number of packets that will be sent at a time. It helps reducing "
+"the scheduling load on heavily-loaded systems."
 msgstr ""
-"Si activado, la longitud de la barra de búsqueda es la pista en vez de la "
-"longitud de una entrada."
+"Los paquetes pueden enviarse uno por uno en el momento exacto o por grupos. "
+"Esto permite dar el nº de paquetes a enviar en un momento. Ayuda el reducir "
+"la carga de organización sobre sistemas muy cargados."
 
-#: modules/access/vcdx/vcd.c:129
-msgid "Show extended VCD info?"
-msgstr "¿Mostrar info VCD extendida?"
+#: modules/access_output/udp.c:90
+msgid "Raw write"
+msgstr "Escribir raw"
 
-#: modules/access/vcdx/vcd.c:130
+#: modules/access_output/udp.c:91
+#, fuzzy
 msgid ""
-"Show the maximum amount of information under Stream and Media Info. Shows "
-"for example playback control navigation."
+"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 ""
-"Muestra la máxima cantidad de información bajo Info de Volcado y Medio. "
-"Muestra p.ej. la navegación de control de reproducción."
+"Si habilitas esta opción, los paquetes se enviarán directamente, sin "
+"intentar llenar el MTU (ej., sin intentar hacer los paquetes más grandes "
+"posibles para mejorar el volcado)."
 
-#: modules/access/vcdx/vcd.c:137
-msgid "Format to use in the playlist's \"author\" field."
-msgstr "Formato a usar en campo \"autor\" de lista de reproducción."
+#: modules/access_output/udp.c:97
+msgid "UDP stream output"
+msgstr "Salida de volcado UDP"
 
-#: modules/access/vcdx/vcd.c:143
-msgid "Format to use in the playlist's \"title\" field."
-msgstr "Formato a usar en campo \"título\" de lista de reproducción."
+#: modules/access_output/udp.c:98
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
+msgid "UDP"
+msgstr "UDP"
 
 #: modules/audio_filter/channel_mixer/dolby.c:47
 #, fuzzy
@@ -9644,37 +9666,37 @@ msgstr "Servicio NT"
 msgid "Windows Service interface"
 msgstr "Interfaz de Servicio de Windows"
 
-#: modules/control/rc.c:154
+#: modules/control/rc.c:156
 msgid "Show stream position"
 msgstr "Muestra posición de volcado"
 
-#: modules/control/rc.c:155
+#: modules/control/rc.c:157
 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:158
+#: modules/control/rc.c:160
 msgid "Fake TTY"
 msgstr "Falso TTY"
 
-#: modules/control/rc.c:159
+#: modules/control/rc.c:161
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr "Fuerza la entrada rc a usar stdin como si fuera TTY."
 
-#: modules/control/rc.c:161
+#: modules/control/rc.c:163
 msgid "UNIX socket command input"
 msgstr "Entrada de comandos socket UNIX"
 
-#: modules/control/rc.c:162
+#: modules/control/rc.c:164
 msgid "Accept commands over a Unix socket rather than stdin."
 msgstr "Acepta comandos sobre un socket Unix en vez de stdin."
 
-#: modules/control/rc.c:165
+#: modules/control/rc.c:167
 msgid "TCP command input"
 msgstr "Entrada de comandos TCP"
 
-#: modules/control/rc.c:166
+#: modules/control/rc.c:168
 msgid ""
 "Accept commands over a socket rather than stdin. You can set the address and "
 "port the interface will bind to."
@@ -9682,11 +9704,11 @@ msgstr ""
 "Aceptar comandos sobre un socket en vez de stdin. Puedes poner la dirección "
 "y puerto al que se unirá la interfaz."
 
-#: modules/control/rc.c:170 modules/misc/dummy/dummy.c:49
+#: modules/control/rc.c:172 modules/misc/dummy/dummy.c:49
 msgid "Do not open a DOS command box interface"
 msgstr "No abrir un interfaz de caja de comandos DOS"
 
-#: modules/control/rc.c:172
+#: modules/control/rc.c:174
 msgid ""
 "By default the rc interface plugin will start a DOS command box. Enabling "
 "the quiet mode will not bring this command box but can also be pretty "
@@ -9697,321 +9719,321 @@ msgstr ""
 "bastante molesto cuando quieras parar VLC y no esté abierta ninguna ventana "
 "de vídeo."
 
-#: modules/control/rc.c:179
+#: modules/control/rc.c:181
 msgid "RC"
 msgstr "es"
 
-#: modules/control/rc.c:182
+#: modules/control/rc.c:184
 msgid "Remote control interface"
 msgstr "Interfaz de control remoto"
 
-#: modules/control/rc.c:323
+#: modules/control/rc.c:325
 #, fuzzy
 msgid "Remote control interface initialized. Type `help' for help."
 msgstr "Interfaz inicializada de control remoto, `h' para ayuda"
 
-#: modules/control/rc.c:848
+#: modules/control/rc.c:850
 #, fuzzy, c-format
 msgid "Unknown command `%s'. Type `help' for help."
 msgstr "comando desconocido `%s', escribe `help' para ayuda"
 
-#: modules/control/rc.c:881
+#: modules/control/rc.c:883
 msgid "+----[ Remote control commands ]"
 msgstr "+----[ Comandos de control remoto ]"
 
-#: modules/control/rc.c:883
+#: modules/control/rc.c:885
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist"
 msgstr "| add XYZ . . . . . . . añade XYZ a lista de repr."
 
-#: modules/control/rc.c:884
+#: modules/control/rc.c:886
 #, fuzzy
 msgid "| enqueue XYZ  . . . . . . . queue XYZ to playlist"
 msgstr "| add XYZ . . . . . . . añade XYZ a lista de repr."
 
-#: modules/control/rc.c:885
+#: modules/control/rc.c:887
 msgid "| playlist . . .  show items currently in playlist"
 msgstr "| playlist  . . mostrar objetos actualmente en lista de repr."
 
-#: modules/control/rc.c:886
+#: modules/control/rc.c:888
 msgid "| play . . . . . . . . . . . . . . . . play stream"
 msgstr "| play  . . . . . . . . . . . .  reproducir volcado"
 
-#: modules/control/rc.c:887
+#: modules/control/rc.c:889
 msgid "| stop . . . . . . . . . . . . . . . . stop stream"
 msgstr "| stop  . . . . . . . . . . . . . . . parar volcado"
 
-#: modules/control/rc.c:888
+#: modules/control/rc.c:890
 msgid "| next . . . . . . . . . . . .  next playlist item"
 msgstr "| next  . . . . . . . .  siguiente objeto de lista de repr."
 
-#: modules/control/rc.c:889
+#: modules/control/rc.c:891
 msgid "| prev . . . . . . . . . .  previous playlist item"
 msgstr "| prev  . . . . . . . . . . objeto previo de lista de repr."
 
-#: modules/control/rc.c:890
+#: modules/control/rc.c:892
 msgid "| goto . . . . . . . . . . . .  goto item at index"
 msgstr "| goto . . . . . . . . . . . . . . . . . ir a objeto en índice"
 
-#: modules/control/rc.c:891
+#: modules/control/rc.c:893
 msgid "| clear . . . . . . . . . . .   clear the playlist"
 msgstr "| clear . . . . . . . . . .  limpiar lista de reproducción"
 
-#: modules/control/rc.c:892
+#: modules/control/rc.c:894
 msgid "| status . . . . . . . . . current playlist status"
 msgstr "| status . . . . . . . . .  estado actual de lista de repr."
 
-#: modules/control/rc.c:893
+#: modules/control/rc.c:895
 msgid "| title [X]  . . . . set/get title in current item"
 msgstr "| title [X]. . . . . .  pon/obtén título en objeto actual"
 
-#: modules/control/rc.c:894
+#: modules/control/rc.c:896
 msgid "| title_n  . . . . . .  next title in current item"
 msgstr "| title_n . . . . . . . .  siguiente título en objeto actual"
 
-#: modules/control/rc.c:895
+#: modules/control/rc.c:897
 msgid "| title_p  . . . .  previous title in current item"
 msgstr "| title_p  . . . . . . . . . . título previo en objeto actual"
 
-#: modules/control/rc.c:896
+#: modules/control/rc.c:898
 msgid "| chapter [X]  . . set/get chapter in current item"
 msgstr "| chapter [X]  . . pon/obtén capítulo en objeto actual"
 
-#: modules/control/rc.c:897
+#: modules/control/rc.c:899
 msgid "| chapter_n  . . . .  next chapter in current item"
 msgstr "| chapter_n  . . . . capítulo siguiente en objeto actual"
 
-#: modules/control/rc.c:898
+#: modules/control/rc.c:900
 msgid "| chapter_p  . .  previous chapter in current item"
 msgstr "| chapter_p  . .  capítulo previo en objeto actual"
 
-#: modules/control/rc.c:900
+#: modules/control/rc.c:902
 msgid "| seek X . seek in seconds, for instance `seek 12'"
 msgstr "| seek X  . . . buscar en segundos, p.ej. `seek 12'"
 
-#: modules/control/rc.c:901
+#: modules/control/rc.c:903
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause"
 msgstr "| pause . . . . . . . . . . . .  intercambiar pausa"
 
-#: modules/control/rc.c:902
+#: modules/control/rc.c:904
 msgid "| fastforward  . . . . . .  .  set to maximum rate"
 msgstr "| fastforward . . . . . . . . . . . .  poner a tasa máxima"
 
-#: modules/control/rc.c:903
+#: modules/control/rc.c:905
 msgid "| rewind  . . . . . . . . . .  set to minimum rate"
 msgstr "| rewind  . . . . . . . . . . . . . . . .  poner a tasa mínima"
 
-#: modules/control/rc.c:904
+#: modules/control/rc.c:906
 msgid "| faster . . . . . . . .  faster playing of stream"
 msgstr "| faster . . . . . . . .  reproducir volcado más rapido"
 
-#: modules/control/rc.c:905
+#: modules/control/rc.c:907
 msgid "| slower . . . . . . . .  slower playing of stream"
 msgstr "| slower . . . . . . . .  reproducir volcado más lento"
 
-#: modules/control/rc.c:906
+#: modules/control/rc.c:908
 msgid "| normal . . . . . . . .  normal playing of stream"
 msgstr "| normal . . . . . . . .  reproducir volcado normal"
 
-#: modules/control/rc.c:907
+#: modules/control/rc.c:909
 msgid "| f [on|off] . . . . . . . . . . toggle fullscreen"
 msgstr "| f [on|off] . . . . . . . .  intercambiar pantalla completa"
 
-#: modules/control/rc.c:908
+#: modules/control/rc.c:910
 msgid "| info . . .  information about the current stream"
 msgstr "| info  . . . . información sobre el volcado actual"
 
-#: modules/control/rc.c:909
+#: modules/control/rc.c:911
 msgid "| get_time . . seconds elapsed since stream's beginning"
 msgstr ""
 
-#: modules/control/rc.c:910
+#: modules/control/rc.c:912
 msgid "| is_playing . .  1 if a stream plays, 0 otherwise"
 msgstr ""
 
-#: modules/control/rc.c:911
+#: modules/control/rc.c:913
 #, fuzzy
 msgid "| get_title . . .  the title of the current stream"
 msgstr "| title [X]. . . . . .  pon/obtén título en objeto actual"
 
-#: modules/control/rc.c:912
+#: modules/control/rc.c:914
 #, fuzzy
 msgid "| get_length . .  the length of the current stream"
 msgstr "| info  . . . . información sobre el volcado actual"
 
-#: modules/control/rc.c:914
+#: modules/control/rc.c:916
 msgid "| volume [X] . . . . . . . .  set/get audio volume"
 msgstr "| volume [X]. . . . . .  pon/obtén volumen de audio"
 
-#: modules/control/rc.c:915
+#: modules/control/rc.c:917
 msgid "| volup [X]  . . . . .  raise audio volume X steps"
 msgstr "| volup [X] . . . . subir volumen de audio X puntos"
 
-#: modules/control/rc.c:916
+#: modules/control/rc.c:918
 msgid "| voldown [X]  . . . .  lower audio volume X steps"
 msgstr "| voldown [X] . . . bajar volumen de audio X puntos"
 
-#: modules/control/rc.c:917
+#: modules/control/rc.c:919
 msgid "| adev [X] . . . . . . . . .  set/get audio device"
 msgstr "| adev [X]  . . . . . .  pon/obtén aparato de audio"
 
-#: modules/control/rc.c:918
+#: modules/control/rc.c:920
 msgid "| achan [X]. . . . . . . .  set/get audio channels"
 msgstr "| achan [X] . . . . . .  pon/obtén canales de audio"
 
-#: modules/control/rc.c:919
+#: modules/control/rc.c:921
 #, fuzzy
 msgid "| atrack [X] . . . . . . . . . set/get audio track"
 msgstr "| adev [X]  . . . . . .  pon/obtén aparato de audio"
 
-#: modules/control/rc.c:920
+#: modules/control/rc.c:922
 #, fuzzy
 msgid "| vtrack [X] . . . . . . . . . set/get video track"
 msgstr "| adev [X]  . . . . . .  pon/obtén aparato de audio"
 
-#: modules/control/rc.c:921
+#: modules/control/rc.c:923
 #, fuzzy
 msgid "| strack [X] . . . . . . . set/get subtitles track"
 msgstr "| achan [X] . . . . . .  pon/obtén canales de audio"
 
-#: modules/control/rc.c:922
+#: modules/control/rc.c:924
 msgid "| menu [on|off|up|down|left|right|select] use menu"
 msgstr ""
 
-#: modules/control/rc.c:927
+#: modules/control/rc.c:929
 msgid "| marq-marquee STRING  . . overlay STRING in video"
 msgstr "| marq-marquee STRING  . . superponer CADENA en vídeo"
 
-#: modules/control/rc.c:928
+#: modules/control/rc.c:930
 msgid "| marq-x X . . . . . . . . . . . .offset from left"
 msgstr "| marq-x X . . . . . . . . . . . . . . . . ajuste desde la izquierda"
 
-#: modules/control/rc.c:929
+#: modules/control/rc.c:931
 msgid "| marq-y Y . . . . . . . . . . . . offset from top"
 msgstr "| marq-y Y . . . . . . . . . . . . . . . . .  ajuste desde arriba"
 
-#: modules/control/rc.c:930
+#: modules/control/rc.c:932
 msgid "| marq-position #. . .  .relative position control"
 msgstr "| marq-position #. . .  .control de posición relativa"
 
-#: modules/control/rc.c:931
+#: modules/control/rc.c:933
 msgid "| marq-color # . . . . . . . . . . font color, RGB"
 msgstr "| marq-color #. . . . . . . . . . . . . . color de fuente, RGB"
 
-#: modules/control/rc.c:932
+#: modules/control/rc.c:934
 msgid "| marq-opacity # . . . . . . . . . . . . . opacity"
 msgstr "| marq-opacity # . . . . . . . . . . . . . . . . . . . opacidad"
 
-#: modules/control/rc.c:933
+#: modules/control/rc.c:935
 msgid "| marq-timeout T. . . . . . . . . . timeout, in ms"
 msgstr "| marq-timeout T . . . . . . . . . . . . . . . . retardo, en ms"
 
-#: modules/control/rc.c:934
+#: modules/control/rc.c:936
 msgid "| marq-size # . . . . . . . . font size, in pixels"
 msgstr "| marq-size # . . . . . . . . tamaño de fuente, en píxels"
 
-#: modules/control/rc.c:936
+#: modules/control/rc.c:938
 msgid "| time-format STRING . . . overlay STRING in video"
 msgstr "| time-format STRING . . . superponer CADENA en vídeo"
 
-#: modules/control/rc.c:937
+#: modules/control/rc.c:939
 msgid "| time-x X . . . . . . . . . . . .offset from left"
 msgstr "| time-x X . . . . . . . . . . . . ajuste desde la izq."
 
-#: modules/control/rc.c:938
+#: modules/control/rc.c:940
 msgid "| time-y Y . . . . . . . . . . . . offset from top"
 msgstr "| time-y Y . . . . . . . . . . . . ajuste desde arriba"
 
-#: modules/control/rc.c:939
+#: modules/control/rc.c:941
 msgid "| time-position #. . . . . . . . relative position"
 msgstr "| time-position #. . . . . . . . posición relativa"
 
-#: modules/control/rc.c:940
+#: modules/control/rc.c:942
 msgid "| time-color # . . . . . . . . . . font color, RGB"
 msgstr "| time-color # . . . . . . . . . . color de fuente, RGB"
 
-#: modules/control/rc.c:941
+#: modules/control/rc.c:943
 msgid "| time-opacity # . . . . . . . . . . . . . opacity"
 msgstr "| time-opacity # . . . . . . . . . . . . . opacidad"
 
-#: modules/control/rc.c:942
+#: modules/control/rc.c:944
 msgid "| time-size # . . . . . . . . font size, in pixels"
 msgstr "| time-size # . . . . . . . . tamaño de fuente, en píxels"
 
-#: modules/control/rc.c:944
+#: modules/control/rc.c:946
 #, fuzzy
 msgid "| logo-file STRING . . .the overlay file path/name"
 msgstr "| logo-file STRING . . . la ruta/nombre de archivo superpuesto"
 
-#: modules/control/rc.c:945
+#: modules/control/rc.c:947
 msgid "| logo-x X . . . . . . . . . . . .offset from left"
 msgstr "| logo-x X . . . . . . . . . . . .ajuste desde la izq."
 
-#: modules/control/rc.c:946
+#: modules/control/rc.c:948
 msgid "| logo-y Y . . . . . . . . . . . . offset from top"
 msgstr "| logo-y Y . . . . . . . . . . . . ajuste desde arriba"
 
-#: modules/control/rc.c:947
+#: modules/control/rc.c:949
 msgid "| logo-position #. . . . . . . . relative position"
 msgstr "| logo-position #. . . . . . . . posición relativa"
 
-#: modules/control/rc.c:948
+#: modules/control/rc.c:950
 msgid "| logo-transparency #. . . . . . . . .transparency"
 msgstr "| logo-transparency #. . . . . . . . .transparencia"
 
-#: modules/control/rc.c:950
+#: modules/control/rc.c:952
 msgid "| mosaic-alpha # . . . . . . . . . . . . . . alpha"
 msgstr "| mosaic-alpha # . . . . . . . . . . . . . . alpha"
 
-#: modules/control/rc.c:951
+#: modules/control/rc.c:953
 msgid "| mosaic-height #. . . . . . . . . . . . . .height"
 msgstr "| mosaic-height #. . . . . . . . . . . . . .altura"
 
-#: modules/control/rc.c:952
+#: modules/control/rc.c:954
 msgid "| mosaic-width # . . . . . . . . . . . . . . width"
 msgstr "| mosaic-width # . . . . . . . . . . . . . . anchura"
 
-#: modules/control/rc.c:953
+#: modules/control/rc.c:955
 msgid "| mosaic-xoffset # . . . .top left corner position"
 msgstr "| mosaic-xoffset # . . . .posición esquina sup. izq."
 
-#: modules/control/rc.c:954
+#: modules/control/rc.c:956
 msgid "| mosaic-yoffset # . . . .top left corner position"
 msgstr "| mosaic-yoffset # . . . .posición esquina sup. izq."
 
-#: modules/control/rc.c:955
+#: modules/control/rc.c:957
 msgid "| mosaic-align 0..2,4..6,8..10. . .mosaic alignment"
 msgstr "| mosaic-align 0..2,4..6,8..10. . .alineación de mosaico"
 
-#: modules/control/rc.c:956
+#: modules/control/rc.c:958
 msgid "| mosaic-vborder # . . . . . . . . vertical border"
 msgstr "| mosaic-vborder # . . . . . . . . borde vertical"
 
-#: modules/control/rc.c:957
+#: modules/control/rc.c:959
 msgid "| mosaic-hborder # . . . . . . . horizontal border"
 msgstr "| mosaic-hborder # . . . . . . . borde horizontal"
 
-#: modules/control/rc.c:958
+#: modules/control/rc.c:960
 msgid "| mosaic-position {0=auto,1=fixed} . . . .position"
 msgstr "| mosaic-position {0=auto,1=fixed} . . . .posición"
 
-#: modules/control/rc.c:959
+#: modules/control/rc.c:961
 msgid "| mosaic-rows #. . . . . . . . . . .number of rows"
 msgstr "| mosaic-rows #. . . . . . . . . . .nº de filas"
 
-#: modules/control/rc.c:960
+#: modules/control/rc.c:962
 msgid "| mosaic-cols #. . . . . . . . . . .number of cols"
 msgstr "| mosaic-cols #. . . . . . . . . . .nº de columnas"
 
-#: modules/control/rc.c:961
+#: modules/control/rc.c:963
 #, fuzzy
 msgid "| mosaic-order id(,id)* . . . . order of pictures "
 msgstr "| mosaic-hborder # . . . . . . . borde horizontal"
 
-#: modules/control/rc.c:962
+#: modules/control/rc.c:964
 msgid "| mosaic-keep-aspect-ratio {0,1} . . .aspect ratio"
 msgstr "| mosaic-keep-aspect-ratio {0,1} . . .tasa de aspecto"
 
-#: modules/control/rc.c:964
+#: modules/control/rc.c:966
 msgid ""
 "| check-updates [newer] [equal] [older]\n"
 "|               [undef] [info] [source] [binary] [plugin]"
@@ -10019,44 +10041,44 @@ msgstr ""
 "| check-updates [newer] [equal] [older]\n"
 "|               [undef] [info] [source] [binary] [plugin]"
 
-#: modules/control/rc.c:968
+#: modules/control/rc.c:970
 msgid "| help . . . . . . . . . . . . . this help message"
 msgstr "| help  . . . . . . . . . . . este mensaje de ayuda"
 
-#: modules/control/rc.c:969
+#: modules/control/rc.c:971
 msgid "| longhelp . . . . . . . . . a longer help message"
 msgstr "| longhelp . . . . . . . . . un mensaje de ayuda más largo"
 
-#: modules/control/rc.c:970
+#: modules/control/rc.c:972
 msgid "| logout . . . . .  exit (if in socket connection)"
 msgstr "| logout  . . . . . . salir (si en conexión socket)"
 
-#: modules/control/rc.c:971
+#: modules/control/rc.c:973
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc"
 msgstr "| quit  . . . . . . . . . . . . . . . .  salir vlc"
 
-#: modules/control/rc.c:973
+#: modules/control/rc.c:975
 msgid "+----[ end of help ]"
 msgstr "+----[ fin de ayuda ]"
 
-#: modules/control/rc.c:1080
+#: modules/control/rc.c:1082
 #, fuzzy
 msgid "Press menu select or pause to continue."
 msgstr "pulsa elegir menú o pausa para continuar"
 
-#: modules/control/rc.c:1324 modules/control/rc.c:1809
-#: modules/control/rc.c:1879 modules/control/rc.c:1928
-#: modules/control/rc.c:2027
+#: modules/control/rc.c:1326 modules/control/rc.c:1811
+#: modules/control/rc.c:1881 modules/control/rc.c:1930
+#: modules/control/rc.c:2029
 #, fuzzy
 msgid "Type 'menu select' or 'pause' to continue."
 msgstr "pulsa elegir menú o pausa para continuar"
 
-#: modules/control/rc.c:1461
+#: modules/control/rc.c:1463
 #, fuzzy
 msgid "Type 'pause' to continue."
 msgstr "pulse pausa para continuar"
 
-#: modules/control/rc.c:2012 modules/control/rc.c:2051
+#: modules/control/rc.c:2014 modules/control/rc.c:2053
 #, fuzzy
 msgid "Please provide one of the following parameters:"
 msgstr "por favor indique uno de los siguientes parámetros"
@@ -10196,6 +10218,7 @@ msgstr ""
 #: modules/gui/macosx/interaction.m:135 modules/gui/macosx/open.m:158
 #: modules/gui/macosx/playlistinfo.m:60 modules/gui/macosx/prefs.m:122
 #: modules/gui/macosx/prefs.m:142 modules/gui/macosx/wizard.m:363
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:88
 msgid "Cancel"
 msgstr "Cancelar"
 
@@ -11162,8 +11185,8 @@ msgstr "¿Abrir también archivos de todas las subcarpetas?"
 #: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:440
 #: modules/gui/macosx/open.m:634 modules/gui/macosx/open.m:738
 #: modules/gui/macosx/open.m:784 modules/gui/wxwidgets/interface.cpp:675
-#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:348
-#: modules/gui/wxwidgets/menus.cpp:404
+#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:349
+#: modules/gui/wxwidgets/menus.cpp:405
 msgid "Open"
 msgstr "Abrir"
 
@@ -11175,7 +11198,7 @@ msgstr "Preferencias"
 
 #: modules/gui/beos/InterfaceWindow.cpp:237
 #: modules/gui/beos/InterfaceWindow.cpp:328 modules/gui/macosx/intf.m:503
-#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:35
+#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:41
 #: modules/gui/wxwidgets/dialogs/messages.cpp:47
 msgid "Messages"
 msgstr "Mensajes"
@@ -11328,6 +11351,7 @@ msgstr "Aplicar"
 
 #: modules/gui/beos/PreferencesWindow.cpp:254 modules/gui/macosx/output.m:526
 #: modules/gui/macosx/playlist.m:704 modules/gui/macosx/prefs.m:121
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:87
 msgid "Save"
 msgstr "Salvar"
 
@@ -11457,7 +11481,7 @@ msgid "The stream must be playing or paused for bookmarks to work."
 msgstr ""
 "El volcado debe estar ejecutándose o pausado para que funcione favoritos."
 
-#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:735
+#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:741
 #, fuzzy
 msgid "Jump To Time"
 msgstr "Saltar a: "
@@ -11475,64 +11499,64 @@ msgstr "Saltar a: "
 msgid "Random On"
 msgstr "Aleatorio Sí"
 
-#: modules/gui/macosx/controls.m:167
+#: modules/gui/macosx/controls.m:168
 msgid "Random Off"
 msgstr "Aleatorio No"
 
-#: modules/gui/macosx/controls.m:195 modules/gui/macosx/controls.m:719
+#: modules/gui/macosx/controls.m:197 modules/gui/macosx/controls.m:725
 #: modules/gui/macosx/intf.m:543 modules/gui/macosx/playlist.m:453
 #: modules/gui/macosx/playlist.m:1167
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:54
 msgid "Repeat One"
 msgstr "Repetir Uno"
 
-#: modules/gui/macosx/controls.m:199 modules/gui/macosx/controls.m:231
+#: modules/gui/macosx/controls.m:202 modules/gui/macosx/controls.m:236
 #: modules/gui/macosx/playlist.m:1186
 msgid "Repeat Off"
 msgstr "Repetir No"
 
-#: modules/gui/macosx/controls.m:227 modules/gui/macosx/controls.m:726
+#: modules/gui/macosx/controls.m:231 modules/gui/macosx/controls.m:732
 #: modules/gui/macosx/intf.m:544 modules/gui/macosx/playlist.m:454
 #: modules/gui/macosx/playlist.m:1175
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:53
 msgid "Repeat All"
 msgstr "Repetir Todo"
 
-#: modules/gui/macosx/controls.m:308 modules/gui/macosx/controls.m:749
+#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
 #: modules/gui/macosx/intf.m:569
 msgid "Half Size"
 msgstr "Mitad de Tamaño"
 
-#: modules/gui/macosx/controls.m:310 modules/gui/macosx/controls.m:750
+#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:756
 #: modules/gui/macosx/intf.m:570
 msgid "Normal Size"
 msgstr "Tamaño Normal"
 
-#: modules/gui/macosx/controls.m:312 modules/gui/macosx/controls.m:751
+#: modules/gui/macosx/controls.m:318 modules/gui/macosx/controls.m:757
 #: modules/gui/macosx/intf.m:571
 msgid "Double Size"
 msgstr "Tamaño Doble"
 
-#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
-#: modules/gui/macosx/controls.m:766 modules/gui/macosx/intf.m:574
+#: modules/gui/macosx/controls.m:320 modules/gui/macosx/controls.m:761
+#: modules/gui/macosx/controls.m:772 modules/gui/macosx/intf.m:574
 msgid "Float on Top"
 msgstr "Flotar sobre Todo"
 
-#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:752
+#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:758
 #: modules/gui/macosx/intf.m:572
 msgid "Fit to Screen"
 msgstr "Ajustar a Pantalla"
 
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:542
+#: modules/gui/macosx/controls.m:718 modules/gui/macosx/intf.m:542
 #: modules/gui/macosx/playlist.m:447
 msgid "Random"
 msgstr "Aleatorio"
 
-#: modules/gui/macosx/controls.m:733 modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/controls.m:739 modules/gui/macosx/intf.m:545
 msgid "Step Forward"
 msgstr "Paso Adelante"
 
-#: modules/gui/macosx/controls.m:734 modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/controls.m:740 modules/gui/macosx/intf.m:546
 msgid "Step Backward"
 msgstr "Paso Atrás"
 
@@ -11551,7 +11575,7 @@ msgstr "Avance Rápido"
 #: modules/gui/pda/pda_interface.c:251 modules/gui/wxwidgets/interface.cpp:678
 #: modules/gui/wxwidgets/interface.cpp:689
 #: modules/gui/wxwidgets/interface.cpp:1210
-#: modules/gui/wxwidgets/menus.cpp:265 modules/visualization/xosd.c:242
+#: modules/gui/wxwidgets/menus.cpp:266 modules/visualization/xosd.c:242
 msgid "Pause"
 msgstr "Pausa"
 
@@ -11777,7 +11801,7 @@ msgstr "VLC - Controlador"
 
 #: modules/gui/macosx/intf.m:488 modules/gui/macosx/intf.m:999
 #: modules/gui/macosx/intf.m:1321 modules/gui/pda/pda_interface.c:212
-#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:52
+#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:54
 msgid "VLC media player"
 msgstr "Reproductor de medios VLC"
 
@@ -12231,81 +12255,6 @@ msgstr "URL de SDP"
 msgid "Save File"
 msgstr "Salvar Archivo"
 
-#: modules/gui/macosx/playlistinfo.m:56
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
-msgid "URI"
-msgstr "URI"
-
-#: modules/gui/macosx/playlistinfo.m:63
-#, fuzzy
-msgid "Advanced Information"
-msgstr "Información avanzada"
-
-#: modules/gui/macosx/playlistinfo.m:81
-msgid "Read at media"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:82
-#, fuzzy
-msgid "Input bitrate"
-msgstr "Volcado de entrada"
-
-#: modules/gui/macosx/playlistinfo.m:83
-#, fuzzy
-msgid "Demuxed"
-msgstr "Demuxores"
-
-#: modules/gui/macosx/playlistinfo.m:84
-#, fuzzy
-msgid "Stream bitrate"
-msgstr "Máxima tasa de bits"
-
-#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
-#, fuzzy
-msgid "Decoded blocks"
-msgstr "Decodificadores"
-
-#: modules/gui/macosx/playlistinfo.m:88
-#, fuzzy
-msgid "Displayed frames"
-msgstr "Saltar fotogramas"
-
-#: modules/gui/macosx/playlistinfo.m:89
-#, fuzzy
-msgid "Lost frames"
-msgstr "Fotogramas B"
-
-#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
-#: modules/video_filter/deinterlace.c:137
-msgid "Streaming"
-msgstr "Volcado"
-
-#: modules/gui/macosx/playlistinfo.m:92
-#, fuzzy
-msgid "Sent packets"
-msgstr "Agrupar paquetes"
-
-#: modules/gui/macosx/playlistinfo.m:93
-msgid "Sent bytes"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:94
-#, fuzzy
-msgid "Send rate"
-msgstr "Tasa de Muestra"
-
-#: modules/gui/macosx/playlistinfo.m:98
-#, fuzzy
-msgid "Played buffers"
-msgstr "Reproducir más rápido"
-
-#: modules/gui/macosx/playlistinfo.m:99
-msgid "Lost buffers"
-msgstr ""
-
 #: modules/gui/macosx/playlist.m:434
 msgid "Save Playlist..."
 msgstr "Salvar Lista de Reproducción..."
@@ -12390,6 +12339,81 @@ msgstr "Pon un nombre al nuevo grupo:"
 msgid "Empty Folder"
 msgstr "Directorio Vacío"
 
+#: modules/gui/macosx/playlistinfo.m:56
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
+msgid "URI"
+msgstr "URI"
+
+#: modules/gui/macosx/playlistinfo.m:63
+#, fuzzy
+msgid "Advanced Information"
+msgstr "Información avanzada"
+
+#: modules/gui/macosx/playlistinfo.m:81
+msgid "Read at media"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:82
+#, fuzzy
+msgid "Input bitrate"
+msgstr "Volcado de entrada"
+
+#: modules/gui/macosx/playlistinfo.m:83
+#, fuzzy
+msgid "Demuxed"
+msgstr "Demuxores"
+
+#: modules/gui/macosx/playlistinfo.m:84
+#, fuzzy
+msgid "Stream bitrate"
+msgstr "Máxima tasa de bits"
+
+#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
+#, fuzzy
+msgid "Decoded blocks"
+msgstr "Decodificadores"
+
+#: modules/gui/macosx/playlistinfo.m:88
+#, fuzzy
+msgid "Displayed frames"
+msgstr "Saltar fotogramas"
+
+#: modules/gui/macosx/playlistinfo.m:89
+#, fuzzy
+msgid "Lost frames"
+msgstr "Fotogramas B"
+
+#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
+#: modules/video_filter/deinterlace.c:137
+msgid "Streaming"
+msgstr "Volcado"
+
+#: modules/gui/macosx/playlistinfo.m:92
+#, fuzzy
+msgid "Sent packets"
+msgstr "Agrupar paquetes"
+
+#: modules/gui/macosx/playlistinfo.m:93
+msgid "Sent bytes"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:94
+#, fuzzy
+msgid "Send rate"
+msgstr "Tasa de Muestra"
+
+#: modules/gui/macosx/playlistinfo.m:98
+#, fuzzy
+msgid "Played buffers"
+msgstr "Reproducir más rápido"
+
+#: modules/gui/macosx/playlistinfo.m:99
+msgid "Lost buffers"
+msgstr ""
+
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:213
 msgid "Reset All"
@@ -13715,11 +13739,21 @@ msgstr "No se halla archivo pixmap: %s"
 msgid "QNX RTOS video and audio output"
 msgstr "Salida de vídeo y audio QNX RTOS"
 
+#: modules/gui/qt4/dialogs/errors.cpp:37
+msgid "Errors"
+msgstr "Errores"
+
 #: modules/gui/qt4/dialogs/streaminfo.cpp:35
 #, fuzzy
 msgid "Stream information"
 msgstr "Meta-información"
 
+#: modules/gui/qt4/dialogs_provider.cpp:235
+#: modules/gui/qt4/dialogs_provider.cpp:246
+#, fuzzy
+msgid "Open directory"
+msgstr "Abrir Dir&ectorio..."
+
 #: modules/gui/qt4/qt4.cpp:45
 #, fuzzy
 msgid "QT interface"
@@ -13905,6 +13939,11 @@ msgstr "Módulo de interfaz WinCE"
 msgid "WinCE dialogs provider"
 msgstr "proveedor de diálogos WinCE"
 
+#: modules/gui/wxwidgets/dialogs.cpp:433
+#: modules/gui/wxwidgets/dialogs/open.cpp:1265
+msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
+msgstr ""
+
 #: modules/gui/wxwidgets/dialogs/bookmarks.cpp:75
 msgid "Edit bookmark"
 msgstr "Edita favorito"
@@ -13972,26 +14011,6 @@ msgstr ""
 msgid "Input has changed "
 msgstr "La entrada ha cambiado"
 
-#: modules/gui/wxwidgets/dialogs.cpp:433
-#: modules/gui/wxwidgets/dialogs/open.cpp:1265
-msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:435
-#: modules/gui/wxwidgets/dialogs/open.cpp:1267
-msgid "|Video Files (*.avi, *.mpg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:436
-#: modules/gui/wxwidgets/dialogs/open.cpp:1268
-msgid "|Playlist Files (*.m3u, *.pls, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:437
-#: modules/gui/wxwidgets/dialogs/open.cpp:1269
-msgid "|Subtitle Files (*.srt, *.sub, etc.)|"
-msgstr ""
-
 #: modules/gui/wxwidgets/dialogs/fileinfo.cpp:54
 #, fuzzy
 msgid "Stream and Media Info"
@@ -14562,10 +14581,6 @@ msgstr "Salida"
 msgid "Loop"
 msgstr "Reproducción Constante"
 
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:415
-msgid "Create"
-msgstr "Crear"
-
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:560
 msgid "VLM stream"
 msgstr "Volcado VLM"
@@ -14656,11 +14671,6 @@ msgid ""
 "about it."
 msgstr "Elija códec de vídeo. Pulse uno para obtener más información."
 
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
-#, fuzzy
-msgid "Transcode audio (if available)"
-msgstr "Audio de transcodificación"
-
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:135
 #, fuzzy
 msgid ""
@@ -14745,6 +14755,11 @@ msgstr "Más información"
 msgid "Save to file"
 msgstr "Salvar a archivo"
 
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
+#, fuzzy
+msgid "Transcode audio (if available)"
+msgstr "Audio de transcodificación"
+
 #: modules/gui/wxwidgets/extrapanel.cpp:41
 #, fuzzy
 msgid ""
@@ -15042,7 +15057,7 @@ msgstr "&Mensajes..."
 msgid "&Preferences..."
 msgstr "&Preferencias..."
 
-#: modules/gui/wxwidgets/menus.cpp:572 modules/gui/wxwidgets/menus.cpp:599
+#: modules/gui/wxwidgets/menus.cpp:573 modules/gui/wxwidgets/menus.cpp:600
 msgid "Empty"
 msgstr "Vacío"
 
@@ -15594,10 +15609,6 @@ msgstr "Archivo de salida RRD"
 msgid "Output data for RRDTool in this file."
 msgstr "Datos de salida para RRDTool en este archivo"
 
-#: modules/misc/memcpy/memcpyaltivec.c:56
-msgid "AltiVec memcpy"
-msgstr "AltiVec memcpy"
-
 #: modules/misc/memcpy/memcpy.c:83
 msgid "libc memcpy"
 msgstr "libc memcpy"
@@ -15614,6 +15625,10 @@ msgstr "MMX memcpy"
 msgid "MMX EXT memcpy"
 msgstr "MMX EXT memcpy"
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr "AltiVec memcpy"
+
 #: modules/misc/msn.c:64
 msgid "MSN Title format string"
 msgstr "cadena de formato de Título MSN"
@@ -17165,13 +17180,6 @@ msgstr "Conversiones MMX I420,IYUV,YV12 to RV15,RV16,RV24,RV32"
 msgid "Conversions from "
 msgstr "Conversiones desde "
 
-#: 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 " a "
-
 #: 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 "
@@ -18908,6 +18916,12 @@ msgstr "Fuente usada para mostrar texto en la salida xosd"
 msgid "XOSD interface"
 msgstr "Interfaz XOSD"
 
+#~ msgid "Create"
+#~ msgstr "Crear"
+
+#~ msgid " to "
+#~ msgstr " a "
+
 #~ msgid ""
 #~ "This has no effect on actual encoding quality, it just prevents the stats "
 #~ "from being calculated (for speed)."
@@ -18915,9 +18929,6 @@ msgstr "Interfaz XOSD"
 #~ "Esto no tiene efecto en la calidad actual de codificación, sólo previene "
 #~ "calcular los estados (para velocidad)."
 
-#~ msgid "Errors"
-#~ msgstr "Errores"
-
 #, fuzzy
 #~ msgid "Yes"
 #~ msgstr "&Sí"
diff --git a/po/fr.po b/po/fr.po
index 34b52d0888330dbe48bd01824645f261cea6556d..97f6d907150eff16a040c65aabce0605b7fd87a5 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: fr\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-31 15:10+0400\n"
+"POT-Creation-Date: 2006-09-04 11:13+0200\n"
 "PO-Revision-Date: 2006-04-19 08:35+0000\n"
 "Last-Translator: Clément Stenac <zorglub@diwi.org>\n"
 "Language-Team: French <fr@li.org>\n"
@@ -20,6 +20,19 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 1.9.1\n"
 
+#: include/vlc/vlc.h:576
+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"
+"see the file named COPYING for details.\n"
+"Written by the VideoLAN team; see the AUTHORS file.\n"
+msgstr ""
+"Ce programme est fourni SANS AUCUNE GARANTIE, tel que permis par la loi.\n"
+"Vous pouvez le redistribuer selon les termes de la Licence Publique Générale "
+"GNU ;\n"
+"voir le fichier COPYING pour plus de détails.\n"
+"Écrit par l’équipe VideoLAN ; voir le fichier AUTHORS.\n"
+
 #: include/vlc_config_cat.h:32
 msgid "VLC preferences"
 msgstr "Préférences de VLC"
@@ -68,7 +81,7 @@ msgstr "Paramètres des interfaces de contrôle"
 msgid "Hotkeys settings"
 msgstr "Paramètres des raccourcis"
 
-#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1209
+#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1217
 #: modules/gui/beos/InterfaceWindow.cpp:282 modules/gui/macosx/extended.m:81
 #: modules/gui/macosx/intf.m:555 modules/gui/macosx/output.m:170
 #: modules/gui/macosx/playlistinfo.m:96 modules/gui/macosx/wizard.m:421
@@ -112,9 +125,9 @@ msgstr "Modules de sortie"
 msgid "These are general settings for audio output modules."
 msgstr "Voici les paramètres pour les modules de sortie audio."
 
-#: include/vlc_config_cat.h:71 src/libvlc.h:1553
+#: include/vlc_config_cat.h:71 src/libvlc.h:1563
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:578
-#: modules/gui/wxwidgets/menus.cpp:279 modules/stream_out/transcode.c:285
+#: modules/gui/wxwidgets/menus.cpp:280 modules/stream_out/transcode.c:285
 msgid "Miscellaneous"
 msgstr "Divers"
 
@@ -122,7 +135,7 @@ msgstr "Divers"
 msgid "Miscellaneous audio settings and modules."
 msgstr "Paramètres et modules audio divers."
 
-#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1244
+#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1252
 #: modules/gui/macosx/extended.m:80 modules/gui/macosx/intf.m:568
 #: modules/gui/macosx/output.m:160 modules/gui/macosx/playlistinfo.m:86
 #: modules/gui/macosx/wizard.m:422
@@ -241,7 +254,7 @@ msgstr "Réglages pour les décodeurs/encodeurs audio+vidéo et divers."
 msgid "General input settings. Use with care."
 msgstr "Réglages de lecture. A utiliser avec précaution."
 
-#: include/vlc_config_cat.h:135 src/libvlc.h:1483
+#: include/vlc_config_cat.h:135 src/libvlc.h:1493
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:152
 msgid "Stream output"
 msgstr "Flux de sortie"
@@ -355,8 +368,8 @@ msgstr "VOD"
 msgid "VLC's implementation of Video On Demand"
 msgstr "Vidéo à la demande"
 
-#: include/vlc_config_cat.h:186 src/libvlc.h:1608 src/playlist/engine.c:79
-#: src/playlist/engine.c:81 modules/demux/playlist/playlist.c:56
+#: include/vlc_config_cat.h:186 src/libvlc.h:1618 src/playlist/engine.c:91
+#: src/playlist/engine.c:93 modules/demux/playlist/playlist.c:56
 #: modules/demux/playlist/playlist.c:57
 #: modules/gui/beos/InterfaceWindow.cpp:231
 #: modules/gui/beos/InterfaceWindow.cpp:325 modules/gui/macosx/intf.m:500
@@ -392,7 +405,7 @@ msgstr ""
 "Les modules de découverte de services ajoutent automatiquement des éléments "
 "à la liste de lecture."
 
-#: include/vlc_config_cat.h:197 src/libvlc.h:1444
+#: include/vlc_config_cat.h:197 src/libvlc.h:1454
 #: modules/gui/macosx/prefs.m:124
 msgid "Advanced"
 msgstr "Avancé"
@@ -514,7 +527,7 @@ msgstr "Sélectionnez le fichier de destination."
 #: modules/gui/wxwidgets/interface.cpp:677
 #: modules/gui/wxwidgets/interface.cpp:688
 #: modules/gui/wxwidgets/interface.cpp:1216
-#: modules/gui/wxwidgets/menus.cpp:263 modules/gui/wxwidgets/menus.cpp:274
+#: modules/gui/wxwidgets/menus.cpp:264 modules/gui/wxwidgets/menus.cpp:275
 msgid "Play"
 msgstr "Lire"
 
@@ -532,8 +545,8 @@ msgid "Delete"
 msgstr "Supprimer"
 
 #: include/vlc_intf_strings.h:37 modules/gui/macosx/intf.m:599
-#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlistinfo.m:55
-#: modules/gui/macosx/playlistinfo.m:363 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/playlistinfo.m:55 modules/gui/macosx/playlistinfo.m:363
 msgid "Information"
 msgstr "Informations"
 
@@ -568,8 +581,8 @@ msgstr "Méta-données"
 msgid "Title"
 msgstr "Titre"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:58
-#: modules/gui/macosx/playlist.m:130 modules/gui/macosx/wizard.m:393
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:130
+#: modules/gui/macosx/playlistinfo.m:58 modules/gui/macosx/wizard.m:393
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:50
 msgid "Author"
 msgstr "Auteur"
@@ -641,19 +654,6 @@ msgstr "Codec"
 msgid "Codec Description"
 msgstr "Description du codec"
 
-#: include/vlc/vlc.h:576
-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"
-"see the file named COPYING for details.\n"
-"Written by the VideoLAN team; see the AUTHORS file.\n"
-msgstr ""
-"Ce programme est fourni SANS AUCUNE GARANTIE, tel que permis par la loi.\n"
-"Vous pouvez le redistribuer selon les termes de la Licence Publique Générale "
-"GNU ;\n"
-"voir le fichier COPYING pour plus de détails.\n"
-"Écrit par l’équipe VideoLAN ; voir le fichier AUTHORS.\n"
-
 #: src/audio_output/filters.c:154 src/audio_output/filters.c:201
 #: src/audio_output/filters.c:224
 #, fuzzy
@@ -667,7 +667,7 @@ msgid "The maximum number of filters (%d) was reached."
 msgstr ""
 
 #: src/audio_output/input.c:80 src/audio_output/input.c:126
-#: src/input/es_out.c:361 src/libvlc.h:417 src/video_output/video_output.c:421
+#: src/input/es_out.c:361 src/libvlc.h:421 src/video_output/video_output.c:421
 #: modules/codec/ffmpeg/postprocess.c:94
 msgid "Disable"
 msgstr "Désactiver"
@@ -816,13 +816,14 @@ msgid "VLC could not open the decoder module."
 msgstr ""
 
 #: src/input/decoder.c:136
-msgid "No suitable decoder module for FOURCC \"4.4s\" found"
+msgid "No suitable decoder module for format"
 msgstr ""
 
 #: src/input/decoder.c:137
+#, c-format
 msgid ""
-"VLC probably does not support this audio or video format. Regrettably, there "
-"is no way for you to fix this."
+"VLC probably does not support the “%4.4s” audio or video format. "
+"Unfortunately there is no way for you to fix this."
 msgstr ""
 
 #: src/input/es_out.c:383 src/input/es_out.c:385 src/input/es_out.c:391
@@ -833,7 +834,7 @@ msgid "Track %i"
 msgstr "Piste %i"
 
 #: src/input/es_out.c:465 src/input/es_out.c:467 src/input/es_out.c:567
-#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:443
+#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:447
 #: modules/gui/macosx/intf.m:548 modules/gui/macosx/intf.m:549
 msgid "Program"
 msgstr "Programme"
@@ -872,8 +873,8 @@ msgstr "%d Hz"
 msgid "Bits per sample"
 msgstr "Bits par échantillon"
 
-#: src/input/es_out.c:1605 modules/access_output/shout.c:86
-#: modules/access/pvr.c:84
+#: src/input/es_out.c:1605 modules/access/pvr.c:84
+#: modules/access_output/shout.c:86
 msgid "Bitrate"
 msgstr "Débit"
 
@@ -925,7 +926,7 @@ msgstr ""
 msgid "Bookmark"
 msgstr "Signet"
 
-#: src/input/var.c:131 src/libvlc.h:449
+#: src/input/var.c:131 src/libvlc.h:453
 msgid "Programs"
 msgstr "Programmes"
 
@@ -1652,18 +1653,28 @@ msgstr ""
 "vidéo ne sera pas décodée, ce qui permet d’économiser du temps processeur."
 
 #: src/libvlc.h:278
+#, fuzzy
+msgid "Embedded video"
+msgstr "Vidéo intégrée"
+
+#: src/libvlc.h:280
+#, fuzzy
+msgid "Embed the video output in the main interface."
+msgstr "Intégrer la vidéo dans l’interface"
+
+#: src/libvlc.h:282
 msgid "Fullscreen video output"
 msgstr "Sortie vidéo en plein écran"
 
-#: src/libvlc.h:280
+#: src/libvlc.h:284
 msgid "Start video in fullscreen mode"
 msgstr "Démarrer en plein écran"
 
-#: src/libvlc.h:282
+#: src/libvlc.h:286
 msgid "Overlay video output"
 msgstr "Sortie vidéo en overlay"
 
-#: src/libvlc.h:284
+#: src/libvlc.h:288
 msgid ""
 "Overlay is the hardware acceleration capability of your video card (ability "
 "to render video directly). VLC will try to use it by default."
@@ -1672,27 +1683,27 @@ msgstr ""
 "(capacité à afficher la vidéo directement). VLC tentera de l'utiliser par "
 "défaut."
 
-#: src/libvlc.h:287 src/video_output/vout_intf.c:399
+#: src/libvlc.h:291 src/video_output/vout_intf.c:399
 msgid "Always on top"
 msgstr "Toujours au-dessus"
 
-#: src/libvlc.h:289
+#: src/libvlc.h:293
 msgid "Always place the video window on top of other windows."
 msgstr "Toujours placer la fenêtre vidéo au-dessus des autres fenêtres"
 
-#: src/libvlc.h:291
+#: src/libvlc.h:295
 msgid "Disable screensaver"
 msgstr "Désactiver l’économiseur d’écran"
 
-#: src/libvlc.h:292
+#: src/libvlc.h:296
 msgid "Disable the screensaver during video playback."
 msgstr "Désactiver l’économiseur d’écran pendant la lecture"
 
-#: src/libvlc.h:294
+#: src/libvlc.h:298
 msgid "Window decorations"
 msgstr "Décorations de fenêtres"
 
-#: src/libvlc.h:296
+#: src/libvlc.h:300
 msgid ""
 "VLC can avoid creating window caption, frames, etc... around the video, "
 "giving a \"minimal\" window."
@@ -1700,12 +1711,12 @@ msgstr ""
 "Ne pas créer de cadre autour de la fenêtre, si possible. Ceci permet d'avoir "
 "une fenêtre \"minimale\"."
 
-#: src/libvlc.h:299
+#: src/libvlc.h:303
 #, fuzzy
 msgid "Video output filter module"
 msgstr "Module de sortie vidéo"
 
-#: src/libvlc.h:301
+#: src/libvlc.h:305
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
 "instance deinterlacing, or to clone or distort the video window."
@@ -1714,11 +1725,11 @@ msgstr ""
 "par exemple du désentrelacement, ou pour dupliquer ou déformer la fenêtre "
 "vidéo."
 
-#: src/libvlc.h:305
+#: src/libvlc.h:309
 msgid "Video filter module"
 msgstr "Module de filtre vidéo"
 
-#: src/libvlc.h:307
+#: src/libvlc.h:311
 #, fuzzy
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
@@ -1728,49 +1739,49 @@ msgstr ""
 "par exemple du désentrelacement, ou pour dupliquer ou déformer la fenêtre "
 "vidéo."
 
-#: src/libvlc.h:311
+#: src/libvlc.h:315
 #, fuzzy
 msgid "Video snapshot directory (or filename)"
 msgstr "Répertoire des captures"
 
-#: src/libvlc.h:313
+#: src/libvlc.h:317
 msgid "Directory where the video snapshots will be stored."
 msgstr "Répertoire où les captures d’écran seront stockées."
 
-#: src/libvlc.h:315 src/libvlc.h:317
+#: src/libvlc.h:319 src/libvlc.h:321
 #, fuzzy
 msgid "Video snapshot file prefix"
 msgstr "Format des captures d’écran"
 
-#: src/libvlc.h:319
+#: src/libvlc.h:323
 msgid "Video snapshot format"
 msgstr "Format des captures d’écran"
 
-#: src/libvlc.h:321
+#: src/libvlc.h:325
 msgid "Image format which will be used to store the video snapshots"
 msgstr "Format d’image à utiliser pour stocker les captures d’écran."
 
-#: src/libvlc.h:323
+#: src/libvlc.h:327
 msgid "Display video snapshot preview"
 msgstr "Prévisualisation de la capture"
 
-#: src/libvlc.h:325
+#: src/libvlc.h:329
 msgid "Display the snapshot preview in the screen's top-left corner."
 msgstr "Afficher une prévisualisation de la capture d’écran sur la vidéo."
 
-#: src/libvlc.h:327
+#: src/libvlc.h:331
 msgid "Use sequential numbers instead of timestamps"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:333
 msgid "Use sequential numbers instead of timestamps for snapshot numbering"
 msgstr ""
 
-#: src/libvlc.h:331
+#: src/libvlc.h:335
 msgid "Video cropping"
 msgstr "Rognage"
 
-#: src/libvlc.h:333
+#: src/libvlc.h:337
 msgid ""
 "This forces the cropping of the source video. Accepted formats are x:y (4:3, "
 "16:9, etc.) expressing the global image aspect."
@@ -1778,11 +1789,11 @@ msgstr ""
 "Forcer un format de rognage de la vidéo. Les formats acceptés sont du type x:"
 "y (4:3, 16:9, ...) exprimant l'aspect global de l'image."
 
-#: src/libvlc.h:337
+#: src/libvlc.h:341
 msgid "Source aspect ratio"
 msgstr "Format d’écran de la source"
 
-#: src/libvlc.h:339
+#: src/libvlc.h:343
 msgid ""
 "This forces 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 "
@@ -1796,32 +1807,32 @@ msgstr ""
 "acceptés sont de la forme x:y (4:3, 16:9, etc.), ou une valeur décimale "
 "(1.25, 1.3333, etc.)."
 
-#: src/libvlc.h:346
+#: src/libvlc.h:350
 msgid "Custom crop ratios list"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:352
 msgid ""
 "Comma seperated list of crop ratios which will be added in the interface's "
 "crop ratios list."
 msgstr ""
 
-#: src/libvlc.h:351
+#: src/libvlc.h:355
 #, fuzzy
 msgid "Custom aspect ratios list"
 msgstr "Boucler entre les aspects"
 
-#: src/libvlc.h:353
+#: src/libvlc.h:357
 msgid ""
 "Comma seperated list of aspect ratios which will be added in the interface's "
 "aspect ratio list."
 msgstr ""
 
-#: src/libvlc.h:356
+#: src/libvlc.h:360
 msgid "Fix HDTV height"
 msgstr "Corrige la hauteur HDTV"
 
-#: src/libvlc.h:358
+#: src/libvlc.h:362
 msgid ""
 "This allows proper handling of HDTV-1080 video format even if broken encoder "
 "incorrectly sets height to 1088 lines. You should only disable this option "
@@ -1832,11 +1843,11 @@ msgstr ""
 "ne désactiver cette option que si votre vidéo est dans un format non-"
 "standard nécessitant les 1088 lignes."
 
-#: src/libvlc.h:363
+#: src/libvlc.h:367
 msgid "Monitor pixel aspect ratio"
 msgstr "Format des pixels de l’écran"
 
-#: src/libvlc.h:365
+#: src/libvlc.h:369
 msgid ""
 "This forces the monitor aspect ratio. Most monitors have square pixels "
 "(1:1). If you have a 16:9 screen, you might need to change this to 4:3 in "
@@ -1846,11 +1857,11 @@ msgstr ""
 "carrés (1:1). Si vous avez un écran 16:9, vous devrez peut-être utiliser 4:3 "
 "afin de préserver les proportions."
 
-#: src/libvlc.h:370
+#: src/libvlc.h:374
 msgid "Skip frames"
 msgstr "Sauter des images"
 
-#: src/libvlc.h:372
+#: src/libvlc.h:376
 msgid ""
 "This option enables framedropping on MPEG2 stream. Framedropping occurs when "
 "your computer is not powerful enough"
@@ -1858,11 +1869,11 @@ msgstr ""
 "Ceci active la suppression d'images sur les flux MPEG-2. La suppression "
 "d'images se produit lorsque votre ordinateur n'est pas assez puissant."
 
-#: src/libvlc.h:375
+#: src/libvlc.h:379
 msgid "Drop late frames"
 msgstr "Suppression d’images"
 
-#: src/libvlc.h:377
+#: src/libvlc.h:381
 msgid ""
 "This drops frames that are late (arrive to the video output after their "
 "intended display date)."
@@ -1870,11 +1881,11 @@ msgstr ""
 "Supprimer les images en retard (qui arrivent à la sortie vidéo après la date "
 "à laquelle elles auraient dû être affichées)."
 
-#: src/libvlc.h:380
+#: src/libvlc.h:384
 msgid "Quiet synchro"
 msgstr "Synchronisation silencieuse"
 
-#: src/libvlc.h:382
+#: src/libvlc.h:386
 msgid ""
 "This avoids flooding the message log with debug output from the video output "
 "synchronization mechanism."
@@ -1882,7 +1893,7 @@ msgstr ""
 "Activez cette option pour éviter que de nombreux messages de synchronisation "
 "vidéo n'apparaissent dans le journal."
 
-#: src/libvlc.h:391
+#: src/libvlc.h:395
 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 "
@@ -1892,17 +1903,17 @@ msgstr ""
 "périphériques DVD ou VCD), ainsi que l’interface réseau, ou le canal de sous-"
 "titres."
 
-#: src/libvlc.h:396
+#: src/libvlc.h:400
 msgid ""
 "If you live in France, it is not allowed to workaround any Digital "
 "Restrictions Management measure."
 msgstr ""
 
-#: src/libvlc.h:399
+#: src/libvlc.h:403
 msgid "Clock reference average counter"
 msgstr "Compteur moyen de référence de l’horloge"
 
-#: src/libvlc.h:401
+#: src/libvlc.h:405
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
@@ -1910,11 +1921,11 @@ msgstr ""
 "Lors de l’utilisation de l’entrée PVR ou de toute autre source très "
 "irrégulière, vous devriez régler cette valeur à 10000."
 
-#: src/libvlc.h:404
+#: src/libvlc.h:408
 msgid "Clock synchronisation"
 msgstr "Synchronisation de l’horloge"
 
-#: src/libvlc.h:406
+#: src/libvlc.h:410
 msgid ""
 "It is possible to disable the input clock synchronisation for real-time "
 "sources. Use this if you experience jerky playback of network streams."
@@ -1923,11 +1934,11 @@ msgstr ""
 "synchronisation d'horloge pour les sources temps-réel. Utilisez ceci si vous "
 "avez des problèmes de lecture sur des flux réseau."
 
-#: src/libvlc.h:410 modules/control/netsync.c:71
+#: src/libvlc.h:414 modules/control/netsync.c:71
 msgid "Network synchronisation"
 msgstr "Synchronisation réseau"
 
-#: src/libvlc.h:411
+#: src/libvlc.h:415
 msgid ""
 "This allows you to remotely synchronise clocks for server and client. The "
 "detailed settings are available in Advanced / Network Sync."
@@ -1935,7 +1946,7 @@ msgstr ""
 "Synchroniser les horloges du serveur et des clients. Les réglages détaillés "
 "sont dans Avancé / Synchronisation"
 
-#: src/libvlc.h:417 src/libvlc.h:964 src/video_output/vout_intf.c:261
+#: src/libvlc.h:421 src/libvlc.h:972 src/video_output/vout_intf.c:261
 #: src/video_output/vout_intf.c:348 modules/access/dshow/dshow.cpp:74
 #: modules/access/dshow/dshow.cpp:76 modules/access/dshow/dshow.cpp:79
 #: modules/access/dshow/dshow.cpp:85 modules/audio_output/alsa.c:102
@@ -1948,7 +1959,7 @@ msgstr ""
 msgid "Default"
 msgstr "Prédéfini"
 
-#: src/libvlc.h:417 modules/gui/macosx/equalizer.m:145
+#: src/libvlc.h:421 modules/gui/macosx/equalizer.m:145
 #: modules/gui/macosx/extended.m:113 modules/gui/macosx/wizard.m:395
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:633
 #: modules/gui/wxwidgets/extrapanel.cpp:216
@@ -1956,20 +1967,20 @@ msgstr "Prédéfini"
 msgid "Enable"
 msgstr "Activer"
 
-#: src/libvlc.h:419
+#: src/libvlc.h:423
 msgid "UDP port"
 msgstr "Port UDP"
 
-#: src/libvlc.h:421
+#: src/libvlc.h:425
 msgid "This is the default port used for UDP streams. Default is 1234."
 msgstr ""
 "Port utilisé par défaut pour les flux UDP. Le port par défaut est 1234."
 
-#: src/libvlc.h:423
+#: src/libvlc.h:427
 msgid "MTU of the network interface"
 msgstr "MTU de l’interface réseau"
 
-#: src/libvlc.h:425
+#: src/libvlc.h:429
 msgid ""
 "This is the maximum packet size that can be transmitted over the network "
 "interface. On Ethernet it is usually 1500 bytes."
@@ -1977,11 +1988,11 @@ msgstr ""
 "Taille maximale des paquets pouvant être transmis sur le réseau. En "
 "Ethernet, elle est généralement de 1500 octets."
 
-#: src/libvlc.h:428
+#: src/libvlc.h:432
 msgid "Hop limit (TTL)"
 msgstr "Temps de vie (TTL)"
 
-#: src/libvlc.h:430
+#: src/libvlc.h:434
 msgid ""
 "This is the hop limit (also known as \"Time-To-Live\" or TTL) of the "
 "multicast packets sent by the stream output (0 = use operating system built-"
@@ -1990,21 +2001,21 @@ msgstr ""
 "Temps de vie (TTL) des paquets multicast envoyés par le flux de sortie (la "
 "valeur par défaut, 0, signifie que le choix sera laissé à l'OS)."
 
-#: src/libvlc.h:434
+#: src/libvlc.h:438
 msgid "IPv6 multicast output interface"
 msgstr "Interface de sortie multicast IPv6"
 
-#: src/libvlc.h:436
+#: src/libvlc.h:440
 msgid "Default IPv6 multicast interface. This overrides the routing table."
 msgstr ""
 "Indiquez l'interface de sortie multicast IPv6. Ce réglage passe outre la "
 "table de routage."
 
-#: src/libvlc.h:438
+#: src/libvlc.h:442
 msgid "IPv4 multicast output interface address"
 msgstr "Adresse IPv4 de l’interface de sortie multicast"
 
-#: src/libvlc.h:440
+#: src/libvlc.h:444
 msgid ""
 "IPv4 adress for the default multicast interface. This overrides the routing "
 "table."
@@ -2012,7 +2023,7 @@ msgstr ""
 "Indiquez l'adresse IPv4 de l'interface de sortie multicast  Ce réglage passe "
 "outre la table de routage."
 
-#: src/libvlc.h:445
+#: src/libvlc.h:449
 msgid ""
 "Choose the program to select by giving its Service ID. Only use this option "
 "if you want to read a multi-program stream (like DVB streams for example)."
@@ -2021,7 +2032,7 @@ msgstr ""
 "N'utilisez cette option que pour lire un flux multiprogramme (tel qu'un flux "
 "DVB, par exemple)."
 
-#: src/libvlc.h:451
+#: src/libvlc.h:455
 msgid ""
 "Choose the programs to select by giving a comma-separated list of Service "
 "IDs (SIDs). Only use this option if you want to read a multi-program stream "
@@ -2032,27 +2043,27 @@ msgstr ""
 "N'utilisez cette option que pour lire un flux multiprogramme (tel qu'un flux "
 "DVB, par exemple)."
 
-#: src/libvlc.h:457 modules/gui/wxwidgets/dialogs/open.cpp:779
+#: src/libvlc.h:461 modules/gui/wxwidgets/dialogs/open.cpp:779
 msgid "Audio track"
 msgstr "Piste audio"
 
-#: src/libvlc.h:459
+#: src/libvlc.h:463
 msgid "Stream number of the audio track to use (from 0 to n)."
 msgstr "Numéro de flux du canal audio à utiliser (de 0 à n)."
 
-#: src/libvlc.h:462 modules/gui/wxwidgets/dialogs/open.cpp:771
+#: src/libvlc.h:466 modules/gui/wxwidgets/dialogs/open.cpp:771
 msgid "Subtitles track"
 msgstr "Piste de sous-titres"
 
-#: src/libvlc.h:464
+#: src/libvlc.h:468
 msgid "Stream number of the subtitle track to use (from 0 to n)."
 msgstr "Numéro de flux du canal de sous-titres à utiliser (de 0 à n)."
 
-#: src/libvlc.h:467
+#: src/libvlc.h:471
 msgid "Audio language"
 msgstr "Langue audio"
 
-#: src/libvlc.h:469
+#: src/libvlc.h:473
 msgid ""
 "Language of the audio track you want to use (comma separated, two or three "
 "letter country code)."
@@ -2060,11 +2071,11 @@ msgstr ""
 "Langue du canal audio que vous souhaitez utiliser (séparé par des virgules, "
 "codes de pays à deux ou trois lettres)."
 
-#: src/libvlc.h:472
+#: src/libvlc.h:476
 msgid "Subtitle language"
 msgstr "Langue des sous-titres"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:478
 msgid ""
 "Language of the subtitle track you want to use (comma separated, two or tree "
 "letter country code)."
@@ -2072,51 +2083,51 @@ msgstr ""
 "Langue de la piste de sous-titres que vous souhaitez utiliser (séparé par "
 "des virgules, codes de pays à deux ou trois lettres)."
 
-#: src/libvlc.h:478
+#: src/libvlc.h:482
 msgid "Audio track ID"
 msgstr "ID de la piste audio"
 
-#: src/libvlc.h:480
+#: src/libvlc.h:484
 msgid "Stream ID of the audio track to use."
 msgstr "Identifiant du canal audio à utiliser (de 0 à n)."
 
-#: src/libvlc.h:482
+#: src/libvlc.h:486
 msgid "Subtitles track ID"
 msgstr "ID de la piste de sous-titres"
 
-#: src/libvlc.h:484
+#: src/libvlc.h:488
 msgid "Stream ID of the subtitle track to use."
 msgstr "Identifiant du canal de sous-titres à utiliser (de 0 à n)."
 
-#: src/libvlc.h:486
+#: src/libvlc.h:490
 msgid "Input repetitions"
 msgstr "Répétitions de l’entrée"
 
-#: src/libvlc.h:488
+#: src/libvlc.h:492
 msgid "Number of time the same input will be repeated"
 msgstr "Nombre de fois où la même entrée sera répétée"
 
-#: src/libvlc.h:490
+#: src/libvlc.h:494
 msgid "Start time"
 msgstr "Temps de début"
 
-#: src/libvlc.h:492
+#: src/libvlc.h:496
 msgid "The stream will start at this position (in seconds)."
 msgstr "Le flux commencera à cette position, en secondes."
 
-#: src/libvlc.h:494
+#: src/libvlc.h:498
 msgid "Stop time"
 msgstr "Temps d’arrêt"
 
-#: src/libvlc.h:496
+#: src/libvlc.h:500
 msgid "The stream will stop at this position (in seconds)."
 msgstr "Le flux s’arrêtera à cette position, en secondes."
 
-#: src/libvlc.h:498
+#: src/libvlc.h:502
 msgid "Input list"
 msgstr "Liste des entrées"
 
-#: src/libvlc.h:500
+#: src/libvlc.h:504
 msgid ""
 "You can give a comma-separated list of inputs that will be concatenated "
 "together after the normal one."
@@ -2124,11 +2135,11 @@ msgstr ""
 "Ceci vous permet de spécifier une liste de flux à lire, séparés par des "
 "virgules. Les flux seront lus les uns à la suite des autres."
 
-#: src/libvlc.h:503
+#: src/libvlc.h:507
 msgid "Input slave (experimental)"
 msgstr "Entrée auxiliaire (expérimental)"
 
-#: src/libvlc.h:505
+#: src/libvlc.h:509
 msgid ""
 "This allows you to play from several inputs at the same time. This feature "
 "is experimental, not all formats are supported. Use a '#' separated list of "
@@ -2138,11 +2149,11 @@ msgstr ""
 "expérimentale, tous les formats ne sont pas supportés. Utilisez une liste de "
 "flux séparés par des \"#\""
 
-#: src/libvlc.h:509
+#: src/libvlc.h:513
 msgid "Bookmarks list for a stream"
 msgstr "Liste des signets pour un flux"
 
-#: src/libvlc.h:511
+#: src/libvlc.h:515
 msgid ""
 "You can manually give a list of bookmarks for a stream in the form "
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
@@ -2151,7 +2162,7 @@ msgstr ""
 "Liste de signets pour un flux sous la forme « {name=nom-du-signet,time=date-"
 "facultative,bytes=position-facultative-en-octets},{…} »."
 
-#: src/libvlc.h:517
+#: src/libvlc.h:521
 msgid ""
 "These options allow you to modify the behavior of the subpictures subsystem. "
 "You can for example enable subpictures filters (logo, etc.). Enable these "
@@ -2164,11 +2175,11 @@ msgstr ""
 "subpicture filters ». Vous pouvez également effectuer des réglages divers "
 "ici."
 
-#: src/libvlc.h:523
+#: src/libvlc.h:527
 msgid "Force subtitle position"
 msgstr "Forcer la position des sous-titres"
 
-#: src/libvlc.h:525
+#: src/libvlc.h:529
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
@@ -2176,22 +2187,22 @@ msgstr ""
 "Utilisez cette option pour placer les sous-titres sous le film, au lieu de "
 "les avoir en surimpression. Essayez différentes positions."
 
-#: src/libvlc.h:528
+#: src/libvlc.h:532
 msgid "Enable sub-pictures"
 msgstr "Incrustations"
 
-#: src/libvlc.h:530
+#: src/libvlc.h:534
 msgid "You can completely disable the sub-picture processing."
 msgstr ""
 "Il est possible de désactiver totalement la possibilité d'ajouter des "
 "incrustations."
 
-#: src/libvlc.h:532 src/libvlc.h:1324 src/misc/iso-639_def.h:143
+#: src/libvlc.h:536 src/libvlc.h:1334 src/misc/iso-639_def.h:143
 #: modules/stream_out/transcode.c:281
 msgid "On Screen Display"
 msgstr "Affichage à l’écran (OSD)"
 
-#: src/libvlc.h:534
+#: src/libvlc.h:538
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
 "Display)."
@@ -2199,11 +2210,11 @@ msgstr ""
 "VLC peut afficher des messages sur la vidéo. Cette fonctionnalité est "
 "appelée OSD (On Screen Display)."
 
-#: src/libvlc.h:537
+#: src/libvlc.h:541
 msgid "Text rendering module"
 msgstr "Module de rendu du texte"
 
-#: src/libvlc.h:539
+#: src/libvlc.h:543
 msgid ""
 "VLC normally uses Freetype for rendering, but this allows you to use svg for "
 "instance."
@@ -2211,11 +2222,11 @@ msgstr ""
 "Normalement VLC utilise Freetype pour le rendu du texte mais cette option "
 "vous laisse la possibilité d'utilisé SVG par exemple."
 
-#: src/libvlc.h:542
+#: src/libvlc.h:546
 msgid "Subpictures filter module"
 msgstr "Module d’incrustations"
 
-#: src/libvlc.h:544
+#: src/libvlc.h:548
 msgid ""
 "This adds so-called \"subpicture filters\". These filters overlay some "
 "images or text over the video (like a logo, arbitraty text...)."
@@ -2223,22 +2234,22 @@ msgstr ""
 "Ajouter des \"filtres d'incurstations\". Ces filtres ajoutent des images ou "
 "du texte sur la vidéo (tels qu'un logo, du texte, ...)."
 
-#: src/libvlc.h:547
+#: src/libvlc.h:551
 msgid "Autodetect subtitle files"
 msgstr "Autodétecte le fichier de sous-titres"
 
-#: src/libvlc.h:549
+#: src/libvlc.h:553
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified "
 "(based on the filename of the movie)."
 msgstr ""
 "Détecter automatiquement un fichier de sous-titres si aucun n’est spécifié."
 
-#: src/libvlc.h:552
+#: src/libvlc.h:556
 msgid "Subtitle autodetection fuzziness"
 msgstr "Tolérance d’autodétection des sous-titres"
 
-#: src/libvlc.h:554
+#: src/libvlc.h:558
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -2257,11 +2268,11 @@ msgstr ""
 "caractères supplémentaires\n"
 "4 = le nom du fichier de sous-titres correspond exactement au nom du film"
 
-#: src/libvlc.h:562
+#: src/libvlc.h:566
 msgid "Subtitle autodetection paths"
 msgstr "Répertoires des sous-titres"
 
-#: src/libvlc.h:564
+#: src/libvlc.h:568
 msgid ""
 "Look for a subtitle file in those paths too, if your subtitle file was not "
 "found in the current directory."
@@ -2269,22 +2280,22 @@ msgstr ""
 "Cherche un fichier de sous-titres dans ces répertoires si le fichier de sous-"
 "titres n’a pas été trouvé dans le répertoire du film."
 
-#: src/libvlc.h:567
+#: src/libvlc.h:571
 msgid "Use subtitle file"
 msgstr "Utiliser un fichier de sous-titres"
 
-#: src/libvlc.h:569
+#: src/libvlc.h:573
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
 msgstr ""
 "Charge ce fichier de sous-titres. À utiliser quand l’autodétection échoue."
 
-#: src/libvlc.h:572
+#: src/libvlc.h:576
 msgid "DVD device"
 msgstr "Périphérique DVD"
 
-#: src/libvlc.h:575
+#: src/libvlc.h:579
 msgid ""
 "This is the default DVD drive (or file) to use. Don't forget the colon after "
 "the drive letter (eg. D:)"
@@ -2292,15 +2303,15 @@ msgstr ""
 "Ceci est le périphérique DVD (ou fichier) à utiliser par défaut. N’oubliez "
 "pas les deux-points après la lettre du disque (ex. D:)"
 
-#: src/libvlc.h:579
+#: src/libvlc.h:583
 msgid "This is the default DVD device to use."
 msgstr "Ceci est le périphérique DVD à utiliser par défaut."
 
-#: src/libvlc.h:582
+#: src/libvlc.h:586
 msgid "VCD device"
 msgstr "Périphérique VCD"
 
-#: src/libvlc.h:585
+#: src/libvlc.h:589
 msgid ""
 "This is the default VCD device to use. If you don't specify anything, we'll "
 "scan for a suitable CD-ROM device."
@@ -2308,15 +2319,15 @@ msgstr ""
 "Spécifie le nom du lecteur de CD-ROM à utiliser par défaut. Si vous ne "
 "spécifiez rien, VLC cherchera un lecteur de CD-ROM par lui-même."
 
-#: src/libvlc.h:589
+#: src/libvlc.h:593
 msgid "This is the default VCD device to use."
 msgstr "Ceci est le périphérique VCD à utiliser par défaut."
 
-#: src/libvlc.h:592
+#: src/libvlc.h:596
 msgid "Audio CD device"
 msgstr "Lecteur de CD audio"
 
-#: src/libvlc.h:595
+#: src/libvlc.h:599
 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."
@@ -2324,39 +2335,39 @@ msgstr ""
 "Spécifie le nom du lecteur de CD audio à utiliser par défaut. Si vous ne "
 "spécifiez rien, VLC cherchera un lecteur de CD-ROM par lui-même."
 
-#: src/libvlc.h:599
+#: src/libvlc.h:603
 msgid "This is the default Audio CD device to use."
 msgstr "Ceci est le lecteur de CD audio à utiliser par défaut."
 
-#: src/libvlc.h:602 modules/gui/wxwidgets/dialogs/open.cpp:841
+#: src/libvlc.h:606 modules/gui/wxwidgets/dialogs/open.cpp:841
 msgid "Force IPv6"
 msgstr "Forcer l’utilisation d’IPv6"
 
-#: src/libvlc.h:604
+#: src/libvlc.h:608
 msgid "IPv6 will be used by default for all connections."
 msgstr "Utiliser IPv6 par défaut pour toutes les connexions."
 
-#: src/libvlc.h:606
+#: src/libvlc.h:610
 msgid "Force IPv4"
 msgstr "Forcer l’utilisation d’IPv4"
 
-#: src/libvlc.h:608
+#: src/libvlc.h:612
 msgid "IPv4 will be used by default for all connections."
 msgstr "Utiliser IPv4 par défaut pour toutes les connexions."
 
-#: src/libvlc.h:610
+#: src/libvlc.h:614
 msgid "TCP connection timeout"
 msgstr "Temps d’expiration TCP"
 
-#: src/libvlc.h:612
+#: src/libvlc.h:616
 msgid "Default TCP connection timeout (in milliseconds). "
 msgstr "Temps d’expiration par défaut des connexions TCP en millisecondes. "
 
-#: src/libvlc.h:614
+#: src/libvlc.h:618
 msgid "SOCKS server"
 msgstr "serveur SOCKS"
 
-#: src/libvlc.h:616
+#: src/libvlc.h:620
 msgid ""
 "SOCKS proxy server to use. This must be of the form address:port. It will be "
 "used for all TCP connections"
@@ -2364,87 +2375,87 @@ msgstr ""
 "Serveur SOCKS à utiliser. Il doit être de la forme adresse:port . Il sera "
 "utilisé pour toutes les connexions TCP."
 
-#: src/libvlc.h:619
+#: src/libvlc.h:623
 msgid "SOCKS user name"
 msgstr "Nom d’utilisateur SOCKS"
 
-#: src/libvlc.h:621
+#: src/libvlc.h:625
 msgid "User name to be used for connection to the SOCKS proxy."
 msgstr "Nom d’utilisateur à utiliser pour la connexion au serveur SOCKS."
 
-#: src/libvlc.h:623
+#: src/libvlc.h:627
 msgid "SOCKS password"
 msgstr "Mot de passe SOCKS"
 
-#: src/libvlc.h:625
+#: src/libvlc.h:629
 msgid "Password to be used for connection to the SOCKS proxy."
 msgstr "Mot de passe à utiliser pour la connexion au serveur SOCKS."
 
-#: src/libvlc.h:627
+#: src/libvlc.h:631
 msgid "Title metadata"
 msgstr "Titre"
 
-#: src/libvlc.h:629
+#: src/libvlc.h:633
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr "Permet de spécifier un « titre » pour une entrée."
 
-#: src/libvlc.h:631
+#: src/libvlc.h:635
 msgid "Author metadata"
 msgstr "Auteur"
 
-#: src/libvlc.h:633
+#: src/libvlc.h:637
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr "Permet de spécifier un « auteur » pour une entrée."
 
-#: src/libvlc.h:635
+#: src/libvlc.h:639
 msgid "Artist metadata"
 msgstr "Artiste"
 
-#: src/libvlc.h:637
+#: src/libvlc.h:641
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr "Permet de spécifier un « artiste » pour une entrée."
 
-#: src/libvlc.h:639
+#: src/libvlc.h:643
 msgid "Genre metadata"
 msgstr "Genre"
 
-#: src/libvlc.h:641
+#: src/libvlc.h:645
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr "Permet de spécifier un « genre » pour une entrée."
 
-#: src/libvlc.h:643
+#: src/libvlc.h:647
 msgid "Copyright metadata"
 msgstr "Copyright"
 
-#: src/libvlc.h:645
+#: src/libvlc.h:649
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr "Permet de spécifier un « copyright » pour une entrée."
 
-#: src/libvlc.h:647
+#: src/libvlc.h:651
 msgid "Description metadata"
 msgstr "Description"
 
-#: src/libvlc.h:649
+#: src/libvlc.h:653
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr "Permet de spécifier une « description » pour une entrée."
 
-#: src/libvlc.h:651
+#: src/libvlc.h:655
 msgid "Date metadata"
 msgstr "Date"
 
-#: src/libvlc.h:653
+#: src/libvlc.h:657
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr "Permet de spécifier une « date » pour une entrée."
 
-#: src/libvlc.h:655
+#: src/libvlc.h:659
 msgid "URL metadata"
 msgstr "URL"
 
-#: src/libvlc.h:657
+#: src/libvlc.h:661
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr "Permet de spécifier une « url » pour une entrée."
 
-#: src/libvlc.h:661
+#: src/libvlc.h:665
 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 "
@@ -2454,11 +2465,11 @@ msgstr ""
 "sélectionne ses décodeurs. Seuls les utilisateurs avancés devraient modifier "
 "cette option, car cela peut empêcher la lecture de tous les flux."
 
-#: src/libvlc.h:665
+#: src/libvlc.h:669
 msgid "Preferred decoders list"
 msgstr "Liste de décodeurs préférés."
 
-#: src/libvlc.h:667
+#: src/libvlc.h:671
 msgid ""
 "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. Only advanced "
@@ -2468,16 +2479,16 @@ msgstr ""
 "sélectionne ses décodeurs. Seuls les utilisateurs avancés devraient modifier "
 "cette option, car cela peut empêcher la lecture de tous les flux."
 
-#: src/libvlc.h:672
+#: src/libvlc.h:676
 msgid "Preferred encoders list"
 msgstr "Liste d’encodeurs préférés"
 
-#: src/libvlc.h:674
+#: src/libvlc.h:678
 msgid ""
 "This allows you to select a list of encoders that VLC will use in priority."
 msgstr "Liste d’encodeurs que VLC choisira en priorité."
 
-#: src/libvlc.h:683
+#: src/libvlc.h:687
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
@@ -2485,11 +2496,11 @@ msgstr ""
 "Ces options permettent de régler les options globales par défaut pour le "
 "système de flux de sortie."
 
-#: src/libvlc.h:686
+#: src/libvlc.h:690
 msgid "Default stream output chain"
 msgstr "Chaine de sortie de flux par défaut"
 
-#: src/libvlc.h:688
+#: src/libvlc.h:692
 msgid ""
 "You can enter here a default stream output chain. Refer to the documentation "
 "to learn how to build such chains.Warning: this chain will be enabled for "
@@ -2499,57 +2510,57 @@ msgstr ""
 "vous référer à la documentation pour savoir comment construire ces chaînes. "
 "Attention: cette chaîne sera activée pour tous les flux."
 
-#: src/libvlc.h:692
+#: src/libvlc.h:696
 msgid "Enable streaming of all ES"
 msgstr "Activer la diffusion de tous les flux élémentaires"
 
-#: src/libvlc.h:694
+#: src/libvlc.h:698
 msgid "Stream all elementary streams (video, audio and subtitles)"
 msgstr "Diffuser tous les flux élémentaires (vidéo, audio et sous-titres)."
 
-#: src/libvlc.h:696
+#: src/libvlc.h:700
 msgid "Display while streaming"
 msgstr "Afficher pendant la diffusion"
 
-#: src/libvlc.h:698
+#: src/libvlc.h:702
 msgid "Play locally the stream while streaming it."
 msgstr "Afficher le flux pendant la diffusion."
 
-#: src/libvlc.h:700
+#: src/libvlc.h:704
 msgid "Enable video stream output"
 msgstr "Activer le flux de sortie vidéo"
 
-#: src/libvlc.h:702
+#: src/libvlc.h:706
 msgid ""
 "Choose whether the video stream should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr "Diffuser le flux vidéo."
 
-#: src/libvlc.h:705
+#: src/libvlc.h:709
 msgid "Enable audio stream output"
 msgstr "Activer le flux de sortie audio"
 
-#: src/libvlc.h:707
+#: src/libvlc.h:711
 msgid ""
 "Choose whether the audio stream should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr "Diffuser les flux audio."
 
-#: src/libvlc.h:710
+#: src/libvlc.h:714
 msgid "Enable SPU stream output"
 msgstr "Diffuser les sous-titres"
 
-#: src/libvlc.h:712
+#: src/libvlc.h:716
 msgid ""
 "Choose whether the SPU streams should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr "Diffuser les flux de sous-titres."
 
-#: src/libvlc.h:715
+#: src/libvlc.h:719
 msgid "Keep stream output open"
 msgstr "Garder le flux de sortie actif"
 
-#: src/libvlc.h:717
+#: src/libvlc.h:721
 msgid ""
 "This allows you to keep an unique stream output instance across multiple "
 "playlist item (automatically insert the gather stream output if not "
@@ -2559,39 +2570,39 @@ msgstr ""
 "la liste de lecture (insère automatiquement le module de flux de sortie « "
 "regroupement » si non spécifié)."
 
-#: src/libvlc.h:721
+#: src/libvlc.h:725
 msgid "Preferred packetizer list"
 msgstr "Liste des empaqueteurs préférés"
 
-#: src/libvlc.h:723
+#: src/libvlc.h:727
 msgid ""
 "This allows you to select the order in which VLC will choose its packetizers."
 msgstr ""
 "Cette option permet de choisir l’ordre dans lequel VLC choisira ses "
 "empaqueteurs (packetizers, ce sont des modules de prétraitement des flux)."
 
-#: src/libvlc.h:726
+#: src/libvlc.h:730
 msgid "Mux module"
 msgstr "Module de multiplexage"
 
-#: src/libvlc.h:728
+#: src/libvlc.h:732
 msgid "This is a legacy entry to let you configure mux modules"
 msgstr ""
 "Cette option vous permet de choisir un module de multiplexage par défaut"
 
-#: src/libvlc.h:730
+#: src/libvlc.h:734
 msgid "Access output module"
 msgstr "Module de sortie"
 
-#: src/libvlc.h:732
+#: src/libvlc.h:736
 msgid "This is a legacy entry to let you configure access output modules"
 msgstr "Cette option vous permet de choisir un module de sortie par défaut."
 
-#: src/libvlc.h:734
+#: src/libvlc.h:738
 msgid "Control SAP flow"
 msgstr "Réguler le débit SAP"
 
-#: src/libvlc.h:736
+#: src/libvlc.h:740
 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."
@@ -2599,11 +2610,11 @@ msgstr ""
 "Réguler le débit sur l’adresse multicast SAP. Ceci est nécessaire si vous "
 "voulez faire des annonces sur le MBone."
 
-#: src/libvlc.h:740
+#: src/libvlc.h:744
 msgid "SAP announcement interval"
 msgstr "Délai entre les annonces SAP"
 
-#: src/libvlc.h:742
+#: src/libvlc.h:746
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
 "between SAP announcements."
@@ -2611,7 +2622,7 @@ msgstr ""
 "Quand la régulation du débit SAP est désactivée, ceci vous permet de régler "
 "le délai entre les annonces SAP."
 
-#: src/libvlc.h:752
+#: src/libvlc.h:756
 msgid ""
 "These options allow you to enable special CPU optimizations. You should "
 "always leave all these enabled."
@@ -2619,22 +2630,22 @@ msgstr ""
 "Ces options permettent d’activer les optimisations processeur.\r\n"
 "Il est conseillé de toujours laisser ces options activées."
 
-#: src/libvlc.h:755
+#: src/libvlc.h:759
 msgid "Enable FPU support"
 msgstr "Activer le support FPU"
 
-#: src/libvlc.h:757
+#: src/libvlc.h:761
 msgid ""
 "If your processor has a floating point calculation unit, VLC can take "
 "advantage of it."
 msgstr ""
 "Si votre processeur a une unité de calcul décimal, VLC peut en profiter."
 
-#: src/libvlc.h:760
+#: src/libvlc.h:764
 msgid "Enable CPU MMX support"
 msgstr "Activer le support MMX du processeur"
 
-#: src/libvlc.h:762
+#: src/libvlc.h:766
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
@@ -2642,11 +2653,11 @@ msgstr ""
 "Si votre processeur reconnaît le jeu d’instructions MMX, VLC peut en "
 "profiter."
 
-#: src/libvlc.h:765
+#: src/libvlc.h:769
 msgid "Enable CPU 3D Now! support"
 msgstr "Activer le support 3D Now! du processeur"
 
-#: src/libvlc.h:767
+#: src/libvlc.h:771
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
@@ -2654,11 +2665,11 @@ msgstr ""
 "Si votre processeur reconnaît le jeu d’instructions 3D Now!, VLC peut en "
 "profiter."
 
-#: src/libvlc.h:770
+#: src/libvlc.h:774
 msgid "Enable CPU MMX EXT support"
 msgstr "Activer le support MMX EXT du processeur"
 
-#: src/libvlc.h:772
+#: src/libvlc.h:776
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
@@ -2666,11 +2677,11 @@ msgstr ""
 "Si votre processeur reconnaît le jeu d’instructions MMX EXT, VLC peut en "
 "profiter."
 
-#: src/libvlc.h:775
+#: src/libvlc.h:779
 msgid "Enable CPU SSE support"
 msgstr "Activer le support SSE du processeur"
 
-#: src/libvlc.h:777
+#: src/libvlc.h:781
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
@@ -2678,11 +2689,11 @@ msgstr ""
 "Si votre processeur reconnaît le jeu d’instructions SSE, VLC peut en "
 "profiter."
 
-#: src/libvlc.h:780
+#: src/libvlc.h:784
 msgid "Enable CPU SSE2 support"
 msgstr "Activer le support SSE2 du processeur"
 
-#: src/libvlc.h:782
+#: src/libvlc.h:786
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
 "of them."
@@ -2690,11 +2701,11 @@ msgstr ""
 "Si votre processeur reconnaît le jeu d’instructions SSE2, VLC peut en "
 "profiter."
 
-#: src/libvlc.h:785
+#: src/libvlc.h:789
 msgid "Enable CPU AltiVec support"
 msgstr "Activer le support AltiVec du processeur"
 
-#: src/libvlc.h:787
+#: src/libvlc.h:791
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
@@ -2702,7 +2713,7 @@ msgstr ""
 "Si votre processeur reconnaît le jeu d’instructions AltiVec, VLC peut en "
 "profiter."
 
-#: src/libvlc.h:792
+#: src/libvlc.h:796
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
@@ -2710,11 +2721,11 @@ msgstr ""
 "Cette option vous permet de sélectionner les modules par défaut. Ne modifiez "
 "pas ces options si vous ne savez pas parfaitement ce que vous faites."
 
-#: src/libvlc.h:795
+#: src/libvlc.h:799
 msgid "Memory copy module"
 msgstr "Module de copie mémoire"
 
-#: src/libvlc.h:797
+#: src/libvlc.h:801
 msgid ""
 "You can select which memory copy module you want to use. By default VLC will "
 "select the fastest one supported by your hardware."
@@ -2722,11 +2733,11 @@ msgstr ""
 "Vous pouvez sélectionner le module de copie mémoire à utiliser. Par défaut "
 "VLC sélectionnera le module le plus rapide reconnu par votre processeur."
 
-#: src/libvlc.h:800
+#: src/libvlc.h:804
 msgid "Access module"
 msgstr "Module d’accès"
 
-#: src/libvlc.h:802
+#: src/libvlc.h:806
 msgid ""
 "This allows you to force an access module. You can use it if the correct "
 "access is not automatically detected. You should not set this as a global "
@@ -2736,11 +2747,11 @@ msgstr ""
 "correct n'est pas correctement détecté. Vous ne devriez pas toucher cette "
 "option sans savoir ce que vous faites."
 
-#: src/libvlc.h:806
+#: src/libvlc.h:810
 msgid "Access filter module"
 msgstr "Module de filtre d’accès"
 
-#: src/libvlc.h:808
+#: src/libvlc.h:812
 msgid ""
 "Access filters are used to modify the stream that is being read. This is "
 "used for instance for timeshifting."
@@ -2748,11 +2759,11 @@ msgstr ""
 "Les filtres d'accès permettent de modifier le flux en train d'être lu. Ceci "
 "est utilisé pour le décalage temporel (\"timeshifting\"), par exemple."
 
-#: src/libvlc.h:811
+#: src/libvlc.h:815
 msgid "Demux module"
 msgstr "Module de démultiplexage"
 
-#: src/libvlc.h:813
+#: src/libvlc.h:817
 msgid ""
 "Demultiplexers are used to separate the \"elementary\" streams (like audio "
 "and video streams). You can use it if the correct demuxer is not "
@@ -2763,11 +2774,11 @@ msgstr ""
 "correctement détecté. Vous ne devriez pas toucher cette option sans savoir "
 "ce que vous faites."
 
-#: src/libvlc.h:818
+#: src/libvlc.h:822
 msgid "Allow real-time priority"
 msgstr "Utiliser la priorité temps-réel"
 
-#: src/libvlc.h:820
+#: src/libvlc.h:824
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -2779,11 +2790,11 @@ msgstr ""
 "système, ou le rendre très très lent. Vous ne devriez activer cela que si "
 "vous savez parfaitement ce que vous faites."
 
-#: src/libvlc.h:826
+#: src/libvlc.h:830
 msgid "Adjust VLC priority"
 msgstr "Ajustement de priorité"
 
-#: src/libvlc.h:828
+#: src/libvlc.h:832
 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 "
@@ -2793,87 +2804,87 @@ msgstr ""
 "VLC. Vous pouvez utiliser ceci pour modifier la priorité de VLC par rapport "
 "aux autres programmes ou par rapport aux autres instances de VLC."
 
-#: src/libvlc.h:832
+#: src/libvlc.h:836
 msgid "Minimize number of threads"
 msgstr "Minimiser le nombre de threads"
 
-#: src/libvlc.h:834
+#: src/libvlc.h:838
 msgid "This option minimizes the number of threads needed to run VLC."
 msgstr "Minimiser le nombre de threads requis pour lancer VLC."
 
-#: src/libvlc.h:836
+#: src/libvlc.h:840
 msgid "Modules search path"
 msgstr "Chemin de recherche des modules"
 
-#: src/libvlc.h:838
+#: src/libvlc.h:842
 msgid "Additional path for VLC to look for its modules."
 msgstr "Chemin supplémentaire pour les modules que VLC va rechercher."
 
-#: src/libvlc.h:840
+#: src/libvlc.h:844
 msgid "VLM configuration file"
 msgstr "Fichier de configuration VLM"
 
-#: src/libvlc.h:842
+#: src/libvlc.h:846
 msgid "Read a VLM configuration file as soon as VLM is started."
 msgstr "Charger un fichier de configuration dès que VLM démarre."
 
-#: src/libvlc.h:844
+#: src/libvlc.h:848
 msgid "Use a plugins cache"
 msgstr "Utiliser le cache de modules"
 
-#: src/libvlc.h:846
+#: src/libvlc.h:850
 msgid "Use a plugins cache which will greatly improve the startup time of VLC."
 msgstr ""
 "Utiliser un cache des modules qui réduira fortement le temps de lancement de "
 "VLC."
 
-#: src/libvlc.h:848
+#: src/libvlc.h:852
 msgid "Collect statistics"
 msgstr "Collecter des statistiques"
 
-#: src/libvlc.h:850
+#: src/libvlc.h:854
 msgid "Collect miscellaneous statistics."
 msgstr "Collecter diverses statistiques."
 
-#: src/libvlc.h:852
+#: src/libvlc.h:856
 msgid "Run as daemon process"
 msgstr "Fonctionner en tant que démon"
 
-#: src/libvlc.h:854
+#: src/libvlc.h:858
 msgid "Runs VLC as a background daemon process."
 msgstr ""
 "Ceci permet de faire fonctionner VLC en tant que démon (processus en tâche "
 "de fond)."
 
-#: src/libvlc.h:856
+#: src/libvlc.h:860
 msgid "Write process id to file"
 msgstr ""
 
-#: src/libvlc.h:858
+#: src/libvlc.h:862
 msgid "Writes process id into specified file."
 msgstr ""
 
-#: src/libvlc.h:860
+#: src/libvlc.h:864
 msgid "Log to file"
 msgstr "Logguer dans un fichier"
 
-#: src/libvlc.h:862
+#: src/libvlc.h:866
 msgid "Log all VLC messages to a text file."
 msgstr "Logguer tous les messages de VLC dans un fichier texte."
 
-#: src/libvlc.h:864
+#: src/libvlc.h:868
 msgid "Log to syslog"
 msgstr "Logguer vers Syslog"
 
-#: src/libvlc.h:866
+#: src/libvlc.h:870
 msgid "Log all VLC messages to syslog (UNIX systems)."
 msgstr "Logguer tous les messages de VLC vers Syslog, sur les systèmes Unix."
 
-#: src/libvlc.h:868
+#: src/libvlc.h:872
 msgid "Allow only one running instance"
 msgstr "N’autorise qu’une seule instance"
 
-#: src/libvlc.h:870
+#: src/libvlc.h:874
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
 "example if you associated VLC with some media types and you don't want a new "
@@ -2888,29 +2899,29 @@ msgstr ""
 "vous permettra de jouer le fichier avec l’instance en cours ou de le mettre "
 "à le file."
 
-#: src/libvlc.h:876
+#: src/libvlc.h:880
 msgid "VLC is started from file association"
 msgstr ""
 
-#: src/libvlc.h:878
+#: src/libvlc.h:882
 msgid "Tell VLC that it is being launched due to a file association in the OS"
 msgstr ""
 
-#: src/libvlc.h:881
+#: src/libvlc.h:885
 #, fuzzy
 msgid "One instance when started from file"
 msgstr "N’autorise qu’une seule instance lorsque démarrer depuis un fichier"
 
-#: src/libvlc.h:883
+#: src/libvlc.h:887
 #, fuzzy
 msgid "Allow only one running instance when started from file."
 msgstr "N’autorise qu’une seule instance lorsque démarrer depuis un fichier"
 
-#: src/libvlc.h:885
+#: src/libvlc.h:889
 msgid "Increase the priority of the process"
 msgstr "Augmenter la priorité du processus"
 
-#: src/libvlc.h:887
+#: src/libvlc.h:891
 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 "
@@ -2926,11 +2937,11 @@ msgstr ""
 "prendre tout le temps processus et empêcher la totalité du système, ce qui "
 "pourrait nécessiter un redémarrage de votre machine."
 
-#: src/libvlc.h:894
+#: src/libvlc.h:898
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr "Mutex rapide pour NT/2K/XP (développeurs uniquement)"
 
-#: src/libvlc.h:896
+#: src/libvlc.h:900
 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 "
@@ -2940,13 +2951,13 @@ msgstr ""
 "mutex. Vous pouvez utiliser cette implémentation plus rapide mais avec "
 "laquelle vous pouvez rencontrer des problèmes."
 
-#: src/libvlc.h:901
+#: src/libvlc.h:905
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr ""
 "Implémentation des variables conditionnelles pour Win9x (développeurs "
 "uniquement)"
 
-#: src/libvlc.h:904
+#: src/libvlc.h:908
 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 "
@@ -2961,11 +2972,11 @@ msgstr ""
 "l’implémentation 0 (la plus rapide, mais assez incorrecte), 1 (par défaut) "
 "et 2."
 
-#: src/libvlc.h:913
+#: src/libvlc.h:917
 msgid "Enqueue items to playlist when in one instance mode"
 msgstr "Mettre en queue en mode instance unique"
 
-#: src/libvlc.h:915
+#: src/libvlc.h:919
 msgid ""
 "When using the one instance only option, enqueue items to playlist and keep "
 "playing current item."
@@ -2973,7 +2984,7 @@ msgstr ""
 "Lorsque le mode \"une seule instance\" est utilisé, ceci permet de mettre "
 "les éléments en queue dans la liste de lecture"
 
-#: src/libvlc.h:924
+#: src/libvlc.h:928
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
@@ -2982,11 +2993,11 @@ msgstr ""
 "d’entre elles peuvent être outrepassées dans la fenêtre de la liste de "
 "lecture."
 
-#: src/libvlc.h:927
+#: src/libvlc.h:931
 msgid "Automatically preparse files"
 msgstr "Recherche des métadonnées"
 
-#: src/libvlc.h:929
+#: src/libvlc.h:933
 msgid ""
 "Automatically preparse files added to the playlist (to retrieve some "
 "metadata)."
@@ -2994,11 +3005,11 @@ msgstr ""
 "Rechercher automatiquement les métadonnées des fichiers ajoutés à la liste "
 "de lecture."
 
-#: src/libvlc.h:932
+#: src/libvlc.h:936
 msgid "Services discovery modules"
 msgstr "Modules de découverte de services"
 
-#: src/libvlc.h:934
+#: src/libvlc.h:938
 msgid ""
 "Specifies the services discovery modules to load, separated by semi-colons. "
 "Typical values are sap, hal, ..."
@@ -3006,171 +3017,181 @@ msgstr ""
 "Vous permet de spécifier les modules de découverte de services à lancer, "
 "séparés par des « : ». Les valeurs courantes sont sap, hal…"
 
-#: src/libvlc.h:937
+#: src/libvlc.h:941
 msgid "Play files randomly forever"
 msgstr "Aléatoire"
 
-#: src/libvlc.h:939
+#: src/libvlc.h:943
 msgid "VLC will randomly play files in the playlist until interrupted."
 msgstr "Jouer les fichiers de la liste de lecture dans un ordre aléatoire."
 
-#: src/libvlc.h:941
+#: src/libvlc.h:945
 msgid "Repeat all"
 msgstr "Tout répéter"
 
-#: src/libvlc.h:943
+#: src/libvlc.h:947
 msgid "VLC will keep playing the playlist indefinitely."
 msgstr "Jouer la liste de lecture indéfiniment."
 
-#: src/libvlc.h:945
+#: src/libvlc.h:949
 msgid "Repeat current item"
 msgstr "Répéter l’élément actuel"
 
-#: src/libvlc.h:947
+#: src/libvlc.h:951
 msgid "VLC will keep playing the current playlist item."
 msgstr "Jouer en boucle l’élément actuel de la liste de lecture."
 
-#: src/libvlc.h:949
+#: src/libvlc.h:953
 msgid "Play and stop"
 msgstr "Lire un seul élément"
 
-#: src/libvlc.h:951
+#: src/libvlc.h:955
 msgid "Stop the playlist after each played playlist item."
 msgstr "Stopper la liste de lecture après chaque élément."
 
-#: src/libvlc.h:953
+#: src/libvlc.h:957
+#, fuzzy
+msgid "Play and exit"
+msgstr "Lire un seul élément"
+
+#: src/libvlc.h:959
+#, fuzzy
+msgid "Exit if there are no more items in the playlist."
+msgstr "Aucun élement dans la liste de lecture"
+
+#: src/libvlc.h:961
 #, fuzzy
 msgid "Use media library"
 msgstr "Lecteur multimédia VLC"
 
-#: src/libvlc.h:955
+#: src/libvlc.h:963
 msgid ""
 "The media library is automatically saved and reloaded each time you start "
 "VLC."
 msgstr ""
 
-#: src/libvlc.h:958
+#: src/libvlc.h:966
 #, fuzzy
 msgid "Use playlist tree"
 msgstr "Élement suivant"
 
-#: src/libvlc.h:960
+#: src/libvlc.h:968
 msgid ""
 "The playlist can use a tree to categorize some items, like the contents of a "
 "directory. \"Default\" means that the tree will only be used when really "
 "needed."
 msgstr ""
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Always"
 msgstr "Toujours au-dessus"
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Never"
 msgstr "Réverbération"
 
-#: src/libvlc.h:973
+#: src/libvlc.h:981
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr "Réglages des raccourcis clavier (« hotkeys »)."
 
-#: src/libvlc.h:976 src/video_output/vout_intf.c:408
+#: src/libvlc.h:984 src/video_output/vout_intf.c:408
 #: modules/gui/beos/VideoOutput.cpp:1057 modules/gui/macosx/applescript.m:126
-#: modules/gui/macosx/controls.m:338 modules/gui/macosx/controls.m:754
-#: modules/gui/macosx/controls.m:784 modules/gui/macosx/embeddedwindow.m:44
+#: modules/gui/macosx/controls.m:344 modules/gui/macosx/controls.m:760
+#: modules/gui/macosx/controls.m:790 modules/gui/macosx/embeddedwindow.m:44
 #: modules/gui/macosx/intf.m:497 modules/gui/macosx/intf.m:573
 #: modules/gui/macosx/intf.m:629
 msgid "Fullscreen"
 msgstr "Plein écran"
 
-#: src/libvlc.h:977
+#: src/libvlc.h:985
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour passer en plein écran."
 
-#: src/libvlc.h:978 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
+#: src/libvlc.h:986 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
 #: modules/gui/wxwidgets/interface.cpp:1504
 msgid "Play/Pause"
 msgstr "Lecture/Pause"
 
-#: src/libvlc.h:979
+#: src/libvlc.h:987
 msgid "Select the hotkey to use to swap paused state."
 msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour activer/désactiver la "
 "pause."
 
-#: src/libvlc.h:980
+#: src/libvlc.h:988
 msgid "Pause only"
 msgstr "Pause seulement"
 
-#: src/libvlc.h:981
+#: src/libvlc.h:989
 msgid "Select the hotkey to use to pause."
 msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour passer en pause."
 
-#: src/libvlc.h:982
+#: src/libvlc.h:990
 msgid "Play only"
 msgstr "Jouer seulement"
 
-#: src/libvlc.h:983
+#: src/libvlc.h:991
 msgid "Select the hotkey to use to play."
 msgstr "Sélectionnez la combinaison de touches à utiliser pour jouer."
 
-#: src/libvlc.h:984 modules/control/hotkeys.c:713
-#: modules/gui/macosx/controls.m:687 modules/gui/macosx/intf.m:538
+#: src/libvlc.h:992 modules/control/hotkeys.c:713
+#: modules/gui/macosx/controls.m:693 modules/gui/macosx/intf.m:538
 #: modules/gui/wxwidgets/interface.cpp:695
 msgid "Faster"
 msgstr "Avance rapide"
 
-#: src/libvlc.h:985
+#: src/libvlc.h:993
 msgid "Select the hotkey to use for fast forward playback."
 msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour l’avance rapide."
 
-#: src/libvlc.h:986 modules/control/hotkeys.c:721
-#: modules/gui/macosx/controls.m:688 modules/gui/macosx/intf.m:539
+#: src/libvlc.h:994 modules/control/hotkeys.c:721
+#: modules/gui/macosx/controls.m:694 modules/gui/macosx/intf.m:539
 #: modules/gui/wxwidgets/interface.cpp:694
 msgid "Slower"
 msgstr "Ralenti"
 
-#: src/libvlc.h:987
+#: src/libvlc.h:995
 msgid "Select the hotkey to use for slow motion playback."
 msgstr "Sélectionnez la combinaison de touches à utiliser pour le ralenti."
 
-#: src/libvlc.h:988 modules/control/hotkeys.c:680
-#: modules/gui/macosx/controls.m:708 modules/gui/macosx/intf.m:496
+#: src/libvlc.h:996 modules/control/hotkeys.c:680
+#: modules/gui/macosx/controls.m:714 modules/gui/macosx/intf.m:496
 #: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:617
 #: modules/gui/macosx/intf.m:625 modules/gui/macosx/wizard.m:313
 #: modules/gui/macosx/wizard.m:364 modules/gui/macosx/wizard.m:1606
 #: modules/gui/wxwidgets/interface.cpp:693
 #: modules/gui/wxwidgets/interface.cpp:1509
-#: modules/gui/wxwidgets/menus.cpp:258
+#: modules/gui/wxwidgets/menus.cpp:259
 msgid "Next"
 msgstr "Suivant"
 
-#: src/libvlc.h:989
+#: src/libvlc.h:997
 msgid "Select the hotkey to use to skip to the next item in the playlist."
 msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour passer à l’élément "
 "suivant de la liste de lecture."
 
-#: src/libvlc.h:990 modules/control/hotkeys.c:692
-#: modules/gui/macosx/controls.m:707 modules/gui/macosx/intf.m:491
+#: src/libvlc.h:998 modules/control/hotkeys.c:692
+#: modules/gui/macosx/controls.m:713 modules/gui/macosx/intf.m:491
 #: modules/gui/macosx/intf.m:540 modules/gui/macosx/intf.m:618
 #: modules/gui/macosx/intf.m:624 modules/gui/wxwidgets/interface.cpp:692
 #: modules/gui/wxwidgets/interface.cpp:1508
-#: modules/gui/wxwidgets/menus.cpp:257
+#: modules/gui/wxwidgets/menus.cpp:258
 msgid "Previous"
 msgstr "Précédent"
 
-#: src/libvlc.h:991
+#: src/libvlc.h:999
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
 msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour passer à l’élément "
 "précédent de la liste de lecture."
 
-#: src/libvlc.h:992 modules/gui/macosx/controls.m:699
+#: src/libvlc.h:1000 modules/gui/macosx/controls.m:705
 #: modules/gui/macosx/intf.m:494 modules/gui/macosx/intf.m:537
 #: modules/gui/macosx/intf.m:616 modules/gui/macosx/intf.m:623
 #: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
@@ -3178,449 +3199,449 @@ msgstr ""
 #: modules/gui/wxwidgets/interface.cpp:676
 #: modules/gui/wxwidgets/interface.cpp:687
 #: modules/gui/wxwidgets/interface.cpp:1510
-#: modules/gui/wxwidgets/menus.cpp:256 modules/visualization/xosd.c:237
+#: modules/gui/wxwidgets/menus.cpp:257 modules/visualization/xosd.c:237
 msgid "Stop"
 msgstr "Stop"
 
-#: src/libvlc.h:993
+#: src/libvlc.h:1001
 msgid "Select the hotkey to stop playback."
 msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour arrêter la lecture."
 
-#: src/libvlc.h:994 modules/gui/macosx/bookmarks.m:101
+#: src/libvlc.h:1002 modules/gui/macosx/bookmarks.m:101
 #: modules/gui/macosx/bookmarks.m:110 modules/gui/macosx/embeddedwindow.m:46
 #: modules/gui/macosx/intf.m:499 modules/video_filter/marq.c:122
 #: modules/video_filter/rss.c:174
 msgid "Position"
 msgstr "Position"
 
-#: src/libvlc.h:995
+#: src/libvlc.h:1003
 msgid "Select the hotkey to display the position."
 msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour afficher la position."
 
-#: src/libvlc.h:997
+#: src/libvlc.h:1005
 msgid "Very short backwards jump"
 msgstr "Très court saut arrière"
 
-#: src/libvlc.h:999
+#: src/libvlc.h:1007
 msgid "Select the hotkey to make a very short backwards jump."
 msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour faire un saut arrière "
 "très court."
 
-#: src/libvlc.h:1000
+#: src/libvlc.h:1008
 msgid "Short backwards jump"
 msgstr "Saut arrière court"
 
-#: src/libvlc.h:1002
+#: src/libvlc.h:1010
 msgid "Select the hotkey to make a short backwards jump."
 msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour faire un saut arrière "
 "court."
 
-#: src/libvlc.h:1003
+#: src/libvlc.h:1011
 msgid "Medium backwards jump"
 msgstr "Saut arrière"
 
-#: src/libvlc.h:1005
+#: src/libvlc.h:1013
 msgid "Select the hotkey to make a medium backwards jump."
 msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour faire un saut arrière."
 
-#: src/libvlc.h:1006
+#: src/libvlc.h:1014
 msgid "Long backwards jump"
 msgstr "Saut arrière long"
 
-#: src/libvlc.h:1008
+#: src/libvlc.h:1016
 msgid "Select the hotkey to make a long backwards jump."
 msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour faire un saut arrière "
 "long."
 
-#: src/libvlc.h:1010
+#: src/libvlc.h:1018
 msgid "Very short forward jump"
 msgstr "Saut avant très court"
 
-#: src/libvlc.h:1012
+#: src/libvlc.h:1020
 msgid "Select the hotkey to make a very short forward jump."
 msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour faire un saut avant "
 "très court."
 
-#: src/libvlc.h:1013
+#: src/libvlc.h:1021
 msgid "Short forward jump"
 msgstr "Saut avant court"
 
-#: src/libvlc.h:1015
+#: src/libvlc.h:1023
 msgid "Select the hotkey to make a short forward jump."
 msgstr "Sélectionnez la combinaison de touches à faire un saut avant court."
 
-#: src/libvlc.h:1016
+#: src/libvlc.h:1024
 msgid "Medium forward jump"
 msgstr "Saut avant"
 
-#: src/libvlc.h:1018
+#: src/libvlc.h:1026
 msgid "Select the hotkey to make a medium forward jump."
 msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour faire un saut avant."
 
-#: src/libvlc.h:1019
+#: src/libvlc.h:1027
 msgid "Long forward jump"
 msgstr "Saut avant long"
 
-#: src/libvlc.h:1021
+#: src/libvlc.h:1029
 msgid "Select the hotkey to make a long forward jump."
 msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour faire un saut avant "
 "long."
 
-#: src/libvlc.h:1023
+#: src/libvlc.h:1031
 msgid "Very short jump length"
 msgstr "Longueur du très court saut"
 
-#: src/libvlc.h:1024
+#: src/libvlc.h:1032
 msgid "Very short jump length, in seconds."
 msgstr "Longeur du \"très court saut\", en secondes."
 
-#: src/libvlc.h:1025
+#: src/libvlc.h:1033
 msgid "Short jump length"
 msgstr "Longueur du court saut"
 
-#: src/libvlc.h:1026
+#: src/libvlc.h:1034
 msgid "Short jump length, in seconds."
 msgstr "Longeur du \"court saut\", en secondes."
 
-#: src/libvlc.h:1027
+#: src/libvlc.h:1035
 msgid "Medium jump length"
 msgstr "Longueur du saut"
 
-#: src/libvlc.h:1028
+#: src/libvlc.h:1036
 msgid "Medium jump length, in seconds."
 msgstr "Longueur du saut, en secondes"
 
-#: src/libvlc.h:1029
+#: src/libvlc.h:1037
 msgid "Long jump length"
 msgstr "Taille du saut avant long"
 
-#: src/libvlc.h:1030
+#: src/libvlc.h:1038
 msgid "Long jump length, in seconds."
 msgstr "Longueur du \"long saut\", en secondes."
 
-#: src/libvlc.h:1032 modules/control/hotkeys.c:258
+#: src/libvlc.h:1040 modules/control/hotkeys.c:258
 #: modules/gui/beos/InterfaceWindow.cpp:276
 msgid "Quit"
 msgstr "Quitter"
 
-#: src/libvlc.h:1033
+#: src/libvlc.h:1041
 msgid "Select the hotkey to quit the application."
 msgstr "Sélectionnez la combinaison de touches à utiliser pour quitter VLC."
 
-#: src/libvlc.h:1034
+#: src/libvlc.h:1042
 msgid "Navigate up"
 msgstr "Aller vers le haut"
 
-#: src/libvlc.h:1035
+#: src/libvlc.h:1043
 msgid "Select the key to move the selector up in DVD menus."
 msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour se déplacer vers le "
 "haut dans les menus DVD."
 
-#: src/libvlc.h:1036
+#: src/libvlc.h:1044
 msgid "Navigate down"
 msgstr "Aller vers le bas"
 
-#: src/libvlc.h:1037
+#: src/libvlc.h:1045
 msgid "Select the key to move the selector down in DVD menus."
 msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour se déplacer vers le "
 "bas dans les menus DVD."
 
-#: src/libvlc.h:1038
+#: src/libvlc.h:1046
 msgid "Navigate left"
 msgstr "Aller vers la gauche"
 
-#: src/libvlc.h:1039
+#: src/libvlc.h:1047
 msgid "Select the key to move the selector left in DVD menus."
 msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour se déplacer vers la "
 "gauche dans les menus DVD."
 
-#: src/libvlc.h:1040
+#: src/libvlc.h:1048
 msgid "Navigate right"
 msgstr "Aller vers la droite"
 
-#: src/libvlc.h:1041
+#: src/libvlc.h:1049
 msgid "Select the key to move the selector right in DVD menus."
 msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour se déplacer vers la "
 "droite dans les menus DVD."
 
-#: src/libvlc.h:1042
+#: src/libvlc.h:1050
 msgid "Activate"
 msgstr "Activer"
 
-#: src/libvlc.h:1043
+#: src/libvlc.h:1051
 msgid "Select the key to activate selected item in DVD menus."
 msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour activer l’élément "
 "sélectionné du menu DVD."
 
-#: src/libvlc.h:1044
+#: src/libvlc.h:1052
 msgid "Go to the DVD menu"
 msgstr "Aller au menu DVD"
 
-#: src/libvlc.h:1045
+#: src/libvlc.h:1053
 msgid "Select the key to take you to the DVD menu"
 msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour aller au menu DVD."
 
-#: src/libvlc.h:1046
+#: src/libvlc.h:1054
 msgid "Select previous DVD title"
 msgstr "Titre DVD précédent"
 
-#: src/libvlc.h:1047
+#: src/libvlc.h:1055
 msgid "Select the key to choose the previous title from the DVD"
 msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour passer au titre "
 "précédent du DVD."
 
-#: src/libvlc.h:1048
+#: src/libvlc.h:1056
 msgid "Select next DVD title"
 msgstr "Titre DVD suivant"
 
-#: src/libvlc.h:1049
+#: src/libvlc.h:1057
 msgid "Select the key to choose the next title from the DVD"
 msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour sélectionner le titre "
 "suivant du DVD"
 
-#: src/libvlc.h:1050
+#: src/libvlc.h:1058
 msgid "Select prev DVD chapter"
 msgstr "Chapitre DVD précédent"
 
-#: src/libvlc.h:1051
+#: src/libvlc.h:1059
 msgid "Select the key to choose the previous chapter from the DVD"
 msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour sélectionner le "
 "chapitre précédent du DVD"
 
-#: src/libvlc.h:1052
+#: src/libvlc.h:1060
 msgid "Select next DVD chapter"
 msgstr "Sélectionner le chapitre DVD suivant"
 
-#: src/libvlc.h:1053
+#: src/libvlc.h:1061
 msgid "Select the key to choose the next chapter from the DVD"
 msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour sélectionner le "
 "chapitre suivant du DVD"
 
-#: src/libvlc.h:1054
+#: src/libvlc.h:1062
 msgid "Volume up"
 msgstr "Augmenter le volume"
 
-#: src/libvlc.h:1055
+#: src/libvlc.h:1063
 msgid "Select the key to increase audio volume."
 msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour augmenter le volume."
 
-#: src/libvlc.h:1056
+#: src/libvlc.h:1064
 msgid "Volume down"
 msgstr "Baisser le volume"
 
-#: src/libvlc.h:1057
+#: src/libvlc.h:1065
 msgid "Select the key to decrease audio volume."
 msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour diminuer le volume."
 
-#: src/libvlc.h:1058 modules/gui/macosx/controls.m:744
+#: src/libvlc.h:1066 modules/gui/macosx/controls.m:750
 #: modules/gui/macosx/intf.m:558 modules/gui/macosx/intf.m:619
 #: modules/gui/macosx/intf.m:628
 msgid "Mute"
 msgstr "Muet"
 
-#: src/libvlc.h:1059
+#: src/libvlc.h:1067
 msgid "Select the key to mute audio."
 msgstr "Sélectionnez la combinaison de touches à utiliser pour couper l’audio."
 
-#: src/libvlc.h:1060
+#: src/libvlc.h:1068
 msgid "Subtitle delay up"
 msgstr "Retarder les sous-titres"
 
-#: src/libvlc.h:1061
+#: src/libvlc.h:1069
 msgid "Select the key to increase the subtitle delay."
 msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour augmenter le retard "
 "des sous-titres."
 
-#: src/libvlc.h:1062
+#: src/libvlc.h:1070
 msgid "Subtitle delay down"
 msgstr "Avancer les sous-titres"
 
-#: src/libvlc.h:1063
+#: src/libvlc.h:1071
 msgid "Select the key to decrease the subtitle delay."
 msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour diminuer le retard "
 "des sous-titres."
 
-#: src/libvlc.h:1064
+#: src/libvlc.h:1072
 msgid "Audio delay up"
 msgstr "Retarder l’audio"
 
-#: src/libvlc.h:1065
+#: src/libvlc.h:1073
 msgid "Select the key to increase the audio delay."
 msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour augmenter le retard "
 "de l'audio."
 
-#: src/libvlc.h:1066
+#: src/libvlc.h:1074
 msgid "Audio delay down"
 msgstr "Avancer l’audio"
 
-#: src/libvlc.h:1067
+#: src/libvlc.h:1075
 msgid "Select the key to decrease the audio delay."
 msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour diminuer le retard de "
 "l'audio."
 
-#: src/libvlc.h:1068
+#: src/libvlc.h:1076
 msgid "Play playlist bookmark 1"
 msgstr "Lire le favori n°1"
 
-#: src/libvlc.h:1069
+#: src/libvlc.h:1077
 msgid "Play playlist bookmark 2"
 msgstr "Lire le favori n°2"
 
-#: src/libvlc.h:1070
+#: src/libvlc.h:1078
 msgid "Play playlist bookmark 3"
 msgstr "Lire le favori n°3"
 
-#: src/libvlc.h:1071
+#: src/libvlc.h:1079
 msgid "Play playlist bookmark 4"
 msgstr "Lire le favori n°4"
 
-#: src/libvlc.h:1072
+#: src/libvlc.h:1080
 msgid "Play playlist bookmark 5"
 msgstr "Lire le favori n°5"
 
-#: src/libvlc.h:1073
+#: src/libvlc.h:1081
 msgid "Play playlist bookmark 6"
 msgstr "Lire le favori n°6"
 
-#: src/libvlc.h:1074
+#: src/libvlc.h:1082
 msgid "Play playlist bookmark 7"
 msgstr "Lire le favori n°7"
 
-#: src/libvlc.h:1075
+#: src/libvlc.h:1083
 msgid "Play playlist bookmark 8"
 msgstr "Lire le favori n°8"
 
-#: src/libvlc.h:1076
+#: src/libvlc.h:1084
 msgid "Play playlist bookmark 9"
 msgstr "Lire le favori n°9"
 
-#: src/libvlc.h:1077
+#: src/libvlc.h:1085
 msgid "Play playlist bookmark 10"
 msgstr "Lire le favori n°10"
 
-#: src/libvlc.h:1078
+#: src/libvlc.h:1086
 msgid "Select the key to play this bookmark."
 msgstr "Sélectionnez la combinaison de touches à utiliser pour lire ce favori."
 
-#: src/libvlc.h:1079
+#: src/libvlc.h:1087
 msgid "Set playlist bookmark 1"
 msgstr "Régler le favori n°1"
 
-#: src/libvlc.h:1080
+#: src/libvlc.h:1088
 msgid "Set playlist bookmark 2"
 msgstr "Régler le favori n°2"
 
-#: src/libvlc.h:1081
+#: src/libvlc.h:1089
 msgid "Set playlist bookmark 3"
 msgstr "Régler le favori n°3"
 
-#: src/libvlc.h:1082
+#: src/libvlc.h:1090
 msgid "Set playlist bookmark 4"
 msgstr "Régler le favori n°4"
 
-#: src/libvlc.h:1083
+#: src/libvlc.h:1091
 msgid "Set playlist bookmark 5"
 msgstr "Régler le favori n°5"
 
-#: src/libvlc.h:1084
+#: src/libvlc.h:1092
 msgid "Set playlist bookmark 6"
 msgstr "Régler le favori n°6"
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1093
 msgid "Set playlist bookmark 7"
 msgstr "Régler le favori n°7"
 
-#: src/libvlc.h:1086
+#: src/libvlc.h:1094
 msgid "Set playlist bookmark 8"
 msgstr "Régler le favori n°8"
 
-#: src/libvlc.h:1087
+#: src/libvlc.h:1095
 msgid "Set playlist bookmark 9"
 msgstr "Régler le favori n°9"
 
-#: src/libvlc.h:1088
+#: src/libvlc.h:1096
 msgid "Set playlist bookmark 10"
 msgstr "Régler le favori n°10"
 
-#: src/libvlc.h:1089
+#: src/libvlc.h:1097
 msgid "Select the key to set this playlist bookmark."
 msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour régler ce favori."
 
-#: src/libvlc.h:1091 modules/control/hotkeys.c:84
+#: src/libvlc.h:1099 modules/control/hotkeys.c:84
 msgid "Playlist bookmark 1"
 msgstr "Favori n°1"
 
-#: src/libvlc.h:1092 modules/control/hotkeys.c:85
+#: src/libvlc.h:1100 modules/control/hotkeys.c:85
 msgid "Playlist bookmark 2"
 msgstr "Favori n°2"
 
-#: src/libvlc.h:1093 modules/control/hotkeys.c:86
+#: src/libvlc.h:1101 modules/control/hotkeys.c:86
 msgid "Playlist bookmark 3"
 msgstr "Favori n°3"
 
-#: src/libvlc.h:1094 modules/control/hotkeys.c:87
+#: src/libvlc.h:1102 modules/control/hotkeys.c:87
 msgid "Playlist bookmark 4"
 msgstr "Favori n°4"
 
-#: src/libvlc.h:1095 modules/control/hotkeys.c:88
+#: src/libvlc.h:1103 modules/control/hotkeys.c:88
 msgid "Playlist bookmark 5"
 msgstr "Favori n°5"
 
-#: src/libvlc.h:1096 modules/control/hotkeys.c:89
+#: src/libvlc.h:1104 modules/control/hotkeys.c:89
 msgid "Playlist bookmark 6"
 msgstr "Favori n°6"
 
-#: src/libvlc.h:1097 modules/control/hotkeys.c:90
+#: src/libvlc.h:1105 modules/control/hotkeys.c:90
 msgid "Playlist bookmark 7"
 msgstr "Favori n°7"
 
-#: src/libvlc.h:1098 modules/control/hotkeys.c:91
+#: src/libvlc.h:1106 modules/control/hotkeys.c:91
 msgid "Playlist bookmark 8"
 msgstr "Favori n°8"
 
-#: src/libvlc.h:1099 modules/control/hotkeys.c:92
+#: src/libvlc.h:1107 modules/control/hotkeys.c:92
 msgid "Playlist bookmark 9"
 msgstr "Favori n°9"
 
-#: src/libvlc.h:1100 modules/control/hotkeys.c:93
+#: src/libvlc.h:1108 modules/control/hotkeys.c:93
 msgid "Playlist bookmark 10"
 msgstr "Favori n°10"
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1110
 msgid "This allows you to define playlist bookmarks."
 msgstr "Définir des favoris de liste de lecture."
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1112
 msgid "Go back in browsing history"
 msgstr "Précédent (historique)"
 
-#: src/libvlc.h:1105
+#: src/libvlc.h:1113
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
@@ -3628,11 +3649,11 @@ msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour passer à l’élément "
 "précédent de l’historique de navigation."
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1114
 msgid "Go forward in browsing history"
 msgstr "Suivant (historique)"
 
-#: src/libvlc.h:1107
+#: src/libvlc.h:1115
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
@@ -3640,129 +3661,129 @@ msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour passer à l’élément "
 "suivant de l’historique de navigation."
 
-#: src/libvlc.h:1109
+#: src/libvlc.h:1117
 msgid "Cycle audio track"
 msgstr "Défiler les pistes audio"
 
-#: src/libvlc.h:1110
+#: src/libvlc.h:1118
 msgid "Cycle through the available audio tracks(languages)."
 msgstr "Boucler entre les différentes pistes audio disponibles (langues)."
 
-#: src/libvlc.h:1111
+#: src/libvlc.h:1119
 msgid "Cycle subtitle track"
 msgstr "Défiler les pistes de sous-titres"
 
-#: src/libvlc.h:1112
+#: src/libvlc.h:1120
 msgid "Cycle through the available subtitle tracks."
 msgstr "Boucler entre les différentes pistes de sous-titres."
 
-#: src/libvlc.h:1113
+#: src/libvlc.h:1121
 msgid "Cycle source aspect ratio"
 msgstr "Boucler entre les aspects"
 
-#: src/libvlc.h:1114
+#: src/libvlc.h:1122
 msgid "Cycle through a predefined list of source aspect ratios."
 msgstr "Boucler dans une liste prédéfinie de formats d’écran."
 
-#: src/libvlc.h:1115
+#: src/libvlc.h:1123
 msgid "Cycle video crop"
 msgstr "Boucler entre les rognages"
 
-#: src/libvlc.h:1116
+#: src/libvlc.h:1124
 msgid "Cycle through a predefined list of crop formats."
 msgstr "Boucler dans une liste prédéfinie de formats de rognage."
 
-#: src/libvlc.h:1117
+#: src/libvlc.h:1125
 msgid "Cycle deinterlace modes"
 msgstr "Boucler le désentrelacement"
 
-#: src/libvlc.h:1118
+#: src/libvlc.h:1126
 msgid "Cycle through deinterlace modes."
 msgstr "Boucler entre les différents modes de désentrelacement."
 
-#: src/libvlc.h:1119
+#: src/libvlc.h:1127
 msgid "Show interface"
 msgstr "Afficher l’interface"
 
-#: src/libvlc.h:1120
+#: src/libvlc.h:1128
 msgid "Raise the interface above all other windows."
 msgstr "Montrer l’interface devant les autres fenêtres"
 
-#: src/libvlc.h:1121
+#: src/libvlc.h:1129
 msgid "Hide interface"
 msgstr "Masquer l’interface"
 
-#: src/libvlc.h:1122
+#: src/libvlc.h:1130
 msgid "Lower the interface below all other windows."
 msgstr "Cacher l’interface derrière les autres fenêtres"
 
-#: src/libvlc.h:1123
+#: src/libvlc.h:1131
 msgid "Take video snapshot"
 msgstr "Prendre une capture d’écran"
 
-#: src/libvlc.h:1124
+#: src/libvlc.h:1132
 msgid "Takes a video snapshot and writes it to disk."
 msgstr "Prend une capture d’écran et l’écrit sur le disque"
 
-#: src/libvlc.h:1126 modules/access_filter/record.c:51
+#: src/libvlc.h:1134 modules/access_filter/record.c:51
 #: modules/access_filter/record.c:52
 msgid "Record"
 msgstr "Enregistrer"
 
-#: src/libvlc.h:1127
+#: src/libvlc.h:1135
 msgid "Record access filter start/stop."
 msgstr "Démarrer/arrêter le filtre d’enregistrement"
 
-#: src/libvlc.h:1129 src/libvlc.h:1130 src/video_output/vout_intf.c:211
+#: src/libvlc.h:1137 src/libvlc.h:1138 src/video_output/vout_intf.c:211
 msgid "Zoom"
 msgstr "Zoom"
 
-#: src/libvlc.h:1132 src/libvlc.h:1133
+#: src/libvlc.h:1140 src/libvlc.h:1141
 #, fuzzy
 msgid "Un-Zoom"
 msgstr "Zoom"
 
-#: src/libvlc.h:1135 src/libvlc.h:1136
+#: src/libvlc.h:1143 src/libvlc.h:1144
 #, fuzzy
 msgid "Crop one pixel from the top of the video"
 msgstr "Nombre de pixels à rogner en haut de la vidéo."
 
-#: src/libvlc.h:1137 src/libvlc.h:1138
+#: src/libvlc.h:1145 src/libvlc.h:1146
 #, fuzzy
 msgid "Uncrop one pixel from the top of the video"
 msgstr "Nombre de pixels à rogner en haut de la vidéo."
 
-#: src/libvlc.h:1140 src/libvlc.h:1141
+#: src/libvlc.h:1148 src/libvlc.h:1149
 #, fuzzy
 msgid "Crop one pixel from the left of the video"
 msgstr "Nombre de pixels à rogner à gauche de la vidéo."
 
-#: src/libvlc.h:1142 src/libvlc.h:1143
+#: src/libvlc.h:1150 src/libvlc.h:1151
 #, fuzzy
 msgid "Uncrop one pixel from the left of the video"
 msgstr "Nombre de pixels à rogner à gauche de la vidéo."
 
-#: src/libvlc.h:1145 src/libvlc.h:1146
+#: src/libvlc.h:1153 src/libvlc.h:1154
 #, fuzzy
 msgid "Crop one pixel from the bottom of the video"
 msgstr "Nombre de pixels à rogner en bas de la vidéo."
 
-#: src/libvlc.h:1147 src/libvlc.h:1148
+#: src/libvlc.h:1155 src/libvlc.h:1156
 #, fuzzy
 msgid "Uncrop one pixel from the bottom of the video"
 msgstr "Nombre de pixels à rogner en bas de la vidéo."
 
-#: src/libvlc.h:1150 src/libvlc.h:1151
+#: src/libvlc.h:1158 src/libvlc.h:1159
 #, fuzzy
 msgid "Crop one pixel from the right of the video"
 msgstr "Nombre de pixels à rogner à droite de la vidéo."
 
-#: src/libvlc.h:1152 src/libvlc.h:1153
+#: src/libvlc.h:1160 src/libvlc.h:1161
 #, fuzzy
 msgid "Uncrop one pixel from the right of the video"
 msgstr "Nombre de pixels à rogner à droite de la vidéo."
 
-#: src/libvlc.h:1157
+#: src/libvlc.h:1165
 #, c-format
 msgid ""
 "Usage: %s [options] [stream] ...\n"
@@ -3832,59 +3853,59 @@ msgstr ""
 "  vlc:pause                      Mettre en pause la liste de lecture\n"
 "  vlc:quit                       Quitter VLC\n"
 
-#: src/libvlc.h:1267 src/video_output/vout_intf.c:420
-#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:753
+#: src/libvlc.h:1277 src/video_output/vout_intf.c:420
+#: modules/gui/macosx/controls.m:328 modules/gui/macosx/controls.m:759
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:630
 #: modules/video_output/snapshot.c:76
 msgid "Snapshot"
 msgstr "Capture d’écran"
 
-#: src/libvlc.h:1280
+#: src/libvlc.h:1290
 msgid "Window properties"
 msgstr "Propriétés de la fenêtre"
 
-#: src/libvlc.h:1325
+#: src/libvlc.h:1335
 msgid "Subpictures"
 msgstr "Incrustations"
 
-#: src/libvlc.h:1332 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
+#: src/libvlc.h:1342 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
 #: modules/gui/beos/InterfaceWindow.cpp:279
 msgid "Subtitles"
 msgstr "Sous-titres"
 
-#: src/libvlc.h:1349 modules/stream_out/transcode.c:151
+#: src/libvlc.h:1359 modules/stream_out/transcode.c:151
 msgid "Overlays"
 msgstr "Overlays"
 
-#: src/libvlc.h:1359
+#: src/libvlc.h:1369
 msgid "Track settings"
 msgstr "Paramètres de la piste"
 
-#: src/libvlc.h:1381
+#: src/libvlc.h:1391
 msgid "Playback control"
 msgstr "Contrôle de lecture"
 
-#: src/libvlc.h:1396
+#: src/libvlc.h:1406
 msgid "Default devices"
 msgstr "Périphériques par défaut"
 
-#: src/libvlc.h:1405
+#: src/libvlc.h:1415
 msgid "Network settings"
 msgstr "Paramètres réseau"
 
-#: src/libvlc.h:1417
+#: src/libvlc.h:1427
 msgid "Socks proxy"
 msgstr "Proxy SOCKS"
 
-#: src/libvlc.h:1426
+#: src/libvlc.h:1436
 msgid "Metadata"
 msgstr "Métadonnées"
 
-#: src/libvlc.h:1456
+#: src/libvlc.h:1466
 msgid "Decoders"
 msgstr "Décodeurs"
 
-#: src/libvlc.h:1463 modules/access/v4l2.c:56
+#: src/libvlc.h:1473 modules/access/v4l2.c:56
 #: modules/gui/macosx/playlistinfo.m:80
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:265
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:378
@@ -3892,84 +3913,84 @@ msgstr "Décodeurs"
 msgid "Input"
 msgstr "Entrée"
 
-#: src/libvlc.h:1499 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
+#: src/libvlc.h:1509 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
 msgid "VLM"
 msgstr "VLM"
 
-#: src/libvlc.h:1530
+#: src/libvlc.h:1540
 msgid "CPU"
 msgstr "Processeur"
 
-#: src/libvlc.h:1552
+#: src/libvlc.h:1562
 msgid "Special modules"
 msgstr "Modules spéciaux"
 
-#: src/libvlc.h:1559
+#: src/libvlc.h:1569
 msgid "Plugins"
 msgstr "Modules"
 
-#: src/libvlc.h:1567
+#: src/libvlc.h:1577
 msgid "Performance options"
 msgstr "Options de performance"
 
-#: src/libvlc.h:1700
+#: src/libvlc.h:1714
 msgid "Hot keys"
 msgstr "Combinaisons de touches"
 
-#: src/libvlc.h:2011
+#: src/libvlc.h:2025
 msgid "Jump sizes"
 msgstr "Tailles des sauts"
 
-#: src/libvlc.h:2090
+#: src/libvlc.h:2104
 msgid "main program"
 msgstr "Programme principal"
 
-#: src/libvlc.h:2097
+#: src/libvlc.h:2111
 msgid "print help for VLC (can be combined with --advanced)"
 msgstr "Afficher l’aide de VLC (peut être combiné avec --advanced)"
 
-#: src/libvlc.h:2099
+#: src/libvlc.h:2113
 #, fuzzy
 msgid ""
 "print help for VLC and all its modules (can be combined with --advanced)"
 msgstr ""
 "Afficher l’aide de VLC et de ses modules (peut être combiné avec --advanced)"
 
-#: src/libvlc.h:2101
+#: src/libvlc.h:2115
 msgid "print help for the advanced options"
 msgstr "Afficher l’aide pour les options avancées"
 
-#: src/libvlc.h:2103
+#: src/libvlc.h:2117
 msgid "ask for extra verbosity when displaying help"
 msgstr "Afficher plus de détails dans l’aide"
 
-#: src/libvlc.h:2105
+#: src/libvlc.h:2119
 msgid "print a list of available modules"
 msgstr "Affiche la liste des modules disponibles"
 
-#: src/libvlc.h:2107
+#: src/libvlc.h:2121
 msgid "print help on a specific module (can be combined with --advanced)"
 msgstr ""
 "Afficher l’aide d'un module spécifique (peut être combiné avec --advanced)"
 
-#: src/libvlc.h:2109
+#: src/libvlc.h:2123
 msgid "save the current command line options in the config"
 msgstr ""
 "Enregistre les options de la ligne de commande actuelle dans la configuration"
 
-#: src/libvlc.h:2111
+#: src/libvlc.h:2125
 msgid "reset the current config to the default values"
 msgstr "Remet à zéro la configuration"
 
-#: src/libvlc.h:2113
+#: src/libvlc.h:2127
 msgid "use alternate config file"
 msgstr "Utilise un autre fichier de configuration"
 
-#: src/libvlc.h:2115
+#: src/libvlc.h:2129
 msgid "resets the current plugins cache"
 msgstr "Remet à zéro le cache des modules"
 
-#: src/libvlc.h:2117
+#: src/libvlc.h:2131
 msgid "print version information"
 msgstr "Affiche le numéro de version"
 
@@ -4578,7 +4599,8 @@ msgstr "Inconnu"
 msgid "Media: %s"
 msgstr "Média: %s"
 
-#: src/playlist/engine.c:92 src/playlist/engine.c:94
+#: src/playlist/engine.c:104 src/playlist/engine.c:106
+#: src/playlist/loadsave.c:149
 msgid "Media Library"
 msgstr ""
 
@@ -4637,17 +4659,8 @@ msgstr "Rogner"
 msgid "Aspect-ratio"
 msgstr "Aspect"
 
-#: modules/access/cdda/access.c:293
-msgid "CD reading failed"
-msgstr ""
-
-#: modules/access/cdda/access.c:294
-#, c-format
-msgid "VLC could not get a new block of size: %i."
-msgstr ""
-
 #: modules/access/cdda.c:58 modules/access/dshow/dshow.cpp:91
-#: modules/access/dvb/access.c:73 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:73
 #: modules/access/dvdnav.c:64 modules/access/dvdread.c:62
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:43
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4703,7 +4716,16 @@ msgstr "CD Audio - Piste "
 msgid "Audio CD - Track %i"
 msgstr "CD Audio - Piste %i"
 
-#: modules/access/cdda/cdda.c:42 modules/access/directory.c:77
+#: modules/access/cdda/access.c:293
+msgid "CD reading failed"
+msgstr ""
+
+#: modules/access/cdda/access.c:294
+#, c-format
+msgid "VLC could not get a new block of size: %i."
+msgstr ""
+
+#: modules/access/cdda/cdda.c:42 modules/access/directory.c:78
 #: modules/codec/x264.c:280 modules/codec/x264.c:287 modules/codec/x264.c:292
 msgid "none"
 msgstr "Aucun"
@@ -5003,11 +5025,11 @@ msgstr "MRL"
 msgid "Track Number"
 msgstr "Numéro de piste"
 
-#: modules/access/directory.c:69
+#: modules/access/directory.c:70
 msgid "Subdirectory behavior"
 msgstr "Comportement des sous-répertoires"
 
-#: modules/access/directory.c:71
+#: modules/access/directory.c:72
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -5019,19 +5041,19 @@ msgstr ""
 "refermer: ils apparaissent, mais ne sont pas développés avant leur lecture.\n"
 "développer: tous les sous-répertoires sont développés.\n"
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:78
 msgid "collapse"
 msgstr "refermer"
 
-#: modules/access/directory.c:78
+#: modules/access/directory.c:79
 msgid "expand"
 msgstr "développer"
 
-#: modules/access/directory.c:80
+#: modules/access/directory.c:81
 msgid "Ignored extensions"
 msgstr "Extensions ignorées"
 
-#: modules/access/directory.c:82
+#: modules/access/directory.c:83
 msgid ""
 "Files with these extensions will not be added to playlist when opening a "
 "directory.\n"
@@ -5042,11 +5064,11 @@ msgstr ""
 "ces extensions ne seront pas ajoutés à la liste de lecture. Ceci est utile "
 "si vous ajoutez des répertoires contenant des albums MP3 par exemple."
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:90
 msgid "Directory"
 msgstr "Répertoire"
 
-#: modules/access/directory.c:91
+#: modules/access/directory.c:92
 msgid "Standard filesystem directory input"
 msgstr "Lecture d’un répertoire"
 
@@ -5281,6 +5303,18 @@ msgstr ""
 msgid "The capture device \"%s\" does not support the required parameters."
 msgstr ""
 
+#: modules/access/dv.c:70
+msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
+msgstr "Taille du cache pour les flux DV, en millisecondes."
+
+#: modules/access/dv.c:74
+msgid "Digital Video (Firewire/ieee1394)  input"
+msgstr "http://images.cosplay.com/showphoto.php?photo=643526"
+
+#: modules/access/dv.c:75
+msgid "dv"
+msgstr "dv"
+
 #: modules/access/dvb/access.c:75
 msgid ""
 "Caching value for DVB streams. This value should be set in milliseconds."
@@ -5543,18 +5577,6 @@ msgstr "Normalisation du volume"
 msgid "The provided polarization \"%c\" is not valid."
 msgstr ""
 
-#: modules/access/dv.c:70
-msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
-msgstr "Taille du cache pour les flux DV, en millisecondes."
-
-#: modules/access/dv.c:74
-msgid "Digital Video (Firewire/ieee1394)  input"
-msgstr "http://images.cosplay.com/showphoto.php?photo=643526"
-
-#: modules/access/dv.c:75
-msgid "dv"
-msgstr "dv"
-
 #: modules/access/dvdnav.c:60 modules/access/dvdread.c:58
 msgid "DVD angle"
 msgstr "Angle DVD"
@@ -5774,68 +5796,26 @@ msgstr ""
 msgid "VLC could not open file \"%s\" (%s)."
 msgstr ""
 
-#: modules/access_filter/record.c:43
-msgid "Record directory"
-msgstr "Répertoire d’enregistrement"
+#: modules/access/ftp.c:45
+msgid ""
+"Caching value for FTP streams. This value should be set in milliseconds."
+msgstr "Taille du cache pour les flux FTP, en millisecondes."
 
-#: modules/access_filter/record.c:45
-msgid "Directory where the record will be stored."
-msgstr "Répertoire de sauvegarde de l’enregistrement."
+#: modules/access/ftp.c:47
+msgid "FTP user name"
+msgstr "Nom d’utilisateur FTP"
 
-#: modules/access_filter/timeshift.c:44
-msgid "Timeshift granularity"
-msgstr "Granularité en différé"
+#: modules/access/ftp.c:48 modules/access/smb.c:64
+msgid "User name that will be used for the connection."
+msgstr "Nom d’utilisateur qui sera utilisé pour la connexion."
 
-#: modules/access_filter/timeshift.c:46
-msgid ""
-"This is the size of the temporary files tha will be used to store the "
-"timeshifted streams."
-msgstr ""
-"Taille des fichiers temporaires à utiliser pour stocker le flux différé."
+#: modules/access/ftp.c:50
+msgid "FTP password"
+msgstr "Mot de passe FTP"
 
-#: modules/access_filter/timeshift.c:48
-msgid "Timeshift directory"
-msgstr "Répertoire temporaire pour le différé"
-
-#: modules/access_filter/timeshift.c:49
-msgid "Directory used to store the timeshift temporary files."
-msgstr "Répertoire utilisé pour stocker les fichiers temporaires du différé"
-
-#: modules/access_filter/timeshift.c:51
-#, fuzzy
-msgid "Force use of the timeshift module"
-msgstr "Répertoire utilisé pour stocker les fichiers temporaires du différé"
-
-#: modules/access_filter/timeshift.c:52
-msgid ""
-"Force use of the timeshift module even if the access declares that it can "
-"control pace or pause."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
-msgid "Timeshift"
-msgstr "Différé"
-
-#: modules/access/ftp.c:45
-msgid ""
-"Caching value for FTP streams. This value should be set in milliseconds."
-msgstr "Taille du cache pour les flux FTP, en millisecondes."
-
-#: modules/access/ftp.c:47
-msgid "FTP user name"
-msgstr "Nom d’utilisateur FTP"
-
-#: modules/access/ftp.c:48 modules/access/smb.c:64
-msgid "User name that will be used for the connection."
-msgstr "Nom d’utilisateur qui sera utilisé pour la connexion."
-
-#: modules/access/ftp.c:50
-msgid "FTP password"
-msgstr "Mot de passe FTP"
-
-#: modules/access/ftp.c:51 modules/access/smb.c:67
-msgid "Password that will be used for the connection."
-msgstr "Mot de passer à utiliser pour la connexion."
+#: modules/access/ftp.c:51 modules/access/smb.c:67
+msgid "Password that will be used for the connection."
+msgstr "Mot de passer à utiliser pour la connexion."
 
 #: modules/access/ftp.c:53
 msgid "FTP account"
@@ -5981,385 +5961,139 @@ msgstr ""
 msgid "Microsoft Media Server (MMS) input"
 msgstr "Microsoft Media Server (MMS)"
 
-#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
-msgid "Dummy stream output"
-msgstr "Flux de sortie inutile"
+#: modules/access/pvr.c:49
+msgid ""
+"Default caching value for PVR streams. This value should be set in "
+"milliseconds."
+msgstr "Taille du cache pour les flux PVR, en millisecondes."
 
-#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
-msgid "Dummy"
-msgstr "Inutile"
+#: modules/access/pvr.c:52
+msgid "Device"
+msgstr "Périphérique"
 
-#: modules/access_output/file.c:61
-msgid "Append to file"
-msgstr "Ajouter au fichier"
+#: modules/access/pvr.c:53
+msgid "PVR video device"
+msgstr "Périphérique vidéo"
 
-#: modules/access_output/file.c:62
-msgid "Append to file if it exists instead of replacing it."
-msgstr "Ecrit à la fin du fichier au lieu de le remplacer."
+#: modules/access/pvr.c:55
+msgid "Radio device"
+msgstr "Périphérique radio"
 
-#: modules/access_output/file.c:66
-msgid "File stream output"
-msgstr "Sortie vers un fichier"
+#: modules/access/pvr.c:56
+msgid "PVR radio device"
+msgstr "Périphérique radio PVR."
 
-#: modules/access_output/http.c:58
-msgid "Username"
-msgstr "Nom d’utilisateur"
+#: modules/access/pvr.c:58 modules/access/v4l.c:96
+msgid "Norm"
+msgstr "Norme"
 
-#: modules/access_output/http.c:59
-msgid "User name that will be requested to access the stream."
-msgstr "Nom d’utilisateur qui sera demandé pour accéder au flux."
+#: modules/access/pvr.c:59 modules/access/v4l.c:98
+msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
+msgstr "Norme du flux (Automatique, SECAM, PAL ou NTSC)"
 
-#: modules/access_output/http.c:61 modules/control/telnet.c:81
-msgid "Password"
-msgstr "Mot de passe"
+#: modules/access/pvr.c:62 modules/access/v4l.c:102
+#: modules/video_filter/mosaic.c:96
+msgid "Width"
+msgstr "Largeur"
 
-#: modules/access_output/http.c:62
-msgid "Password that will be requested to access the stream."
-msgstr "Mot de passe qui sera demandé pour accéder au flux."
+#: modules/access/pvr.c:63
+msgid "Width of the stream to capture (-1 for autodetection)."
+msgstr "Largeur de la vidéo à capturer (-1 pour autodétecter)."
 
-#: modules/access_output/http.c:66
-msgid "Mime"
-msgstr "MIME"
+#: modules/access/pvr.c:66 modules/access/v4l.c:105
+#: modules/video_filter/mosaic.c:94
+msgid "Height"
+msgstr "Hauteur"
 
-#: modules/access_output/http.c:67
-msgid "MIME returned by the server (autodetected if not specified."
-msgstr "Type MIME renvoyé par le serveur (autodétecté si non spécifié)."
+#: modules/access/pvr.c:67
+msgid "Height of the stream to capture (-1 for autodetection)."
+msgstr "Hauteur de la vidéo à capturer (-1 pour autodétecter)."
 
-#: modules/access_output/http.c:71
-msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
-msgstr "Chemin du fichier x509 de certificat à utiliser pour HTTPS."
+#: modules/access/pvr.c:70 modules/access/v4l.c:89
+msgid "Frequency"
+msgstr "Fréquence"
 
-#: modules/access_output/http.c:74
-#, fuzzy
-msgid ""
-"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
-"empty if you don't have one."
-msgstr ""
-"Chemin du fichier x509 de clé privée à utiliser pour HTTPS. Ne rien entrer "
-"si vous n'en n'avez pas."
+#: modules/access/pvr.c:71 modules/access/v4l.c:91
+msgid "Frequency to capture (in kHz), if applicable."
+msgstr "Fréquence de capture, en kHz, si possible."
 
-#: modules/access_output/http.c:78
-#, fuzzy
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used for HTTPS. Leave empty if you don't have one."
-msgstr ""
-"Chemin du fichier x509 d'autorité de certification qui sera utilisé pour "
-"HTTPS. Ne rien entrer si vous n'en n'avez pas."
+#: modules/access/pvr.c:74 modules/access/v4l.c:137
+msgid "Framerate to capture, if applicable (-1 for autodetect)."
+msgstr "Débit d’images à capturer, si possible (-1 pour automatique)."
 
-#: modules/access_output/http.c:83
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be used for "
-"SSL. Leave empty if you don't have one."
-msgstr ""
-"Chemin du fichier x509 de liste de révocation de certificats qui sera "
-"utilisé pour HTTPS. Ne rien entrer si vous n'en n'avez pas"
+#: modules/access/pvr.c:77
+msgid "Key interval"
+msgstr "Intervalle d’images-clé"
 
-#: modules/access_output/http.c:86
-msgid "Advertise with Bonjour"
-msgstr "Annoncer avec Bonjour"
+#: modules/access/pvr.c:78
+msgid "Interval between keyframes (-1 for autodetect)."
+msgstr "Intervalle entre les images-clé (-1 pour automatique)."
 
-#: modules/access_output/http.c:87
-msgid "Advertise the stream with the Bonjour protocol."
-msgstr "Annoncer ce flux par le protocole Bonjour (Zeroconf)."
+#: modules/access/pvr.c:80
+msgid "B Frames"
+msgstr "Images B"
 
-#: modules/access_output/http.c:91
-msgid "HTTP stream output"
-msgstr "Flux de sortie HTTP"
+#: modules/access/pvr.c:81
+msgid ""
+"If this option is set, B-Frames will be used. Use this option to set the "
+"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_output/http.c:93 modules/control/http/http.c:61
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
-msgid "HTTP"
-msgstr "HTTP"
+#: modules/access/pvr.c:85
+msgid "Bitrate to use (-1 for default)."
+msgstr "Débit à utiliser (-1 pour la valeur par défaut)."
 
-#: modules/access_output/shout.c:58
-msgid "Stream name"
-msgstr "Nom"
+#: modules/access/pvr.c:87
+msgid "Bitrate peak"
+msgstr "Débit en pointe"
 
-#: modules/access_output/shout.c:59
-#, fuzzy
-msgid "Name to give to this stream/channel on the shoutcast/icecast server."
-msgstr "Nom à donner à ce flux/canal sur le serveur icecast."
+#: modules/access/pvr.c:88
+msgid "Peak bitrate in VBR mode."
+msgstr "Débit de pointe en mode débit variable."
 
-#: modules/access_output/shout.c:62
-msgid "Stream description"
-msgstr "Description du flux"
+#: modules/access/pvr.c:91
+msgid "Bitrate mode)"
+msgstr "Mode de débit"
 
-#: modules/access_output/shout.c:63
-msgid "Description of the stream content or information about your channel."
-msgstr "Description du contenu de votre flux et informations sur votre canal."
+#: modules/access/pvr.c:92
+msgid "Bitrate mode to use (VBR or CBR)."
+msgstr "Mode de débit à utiliser (VBR pour variable ou CBR pour constant)."
 
-#: modules/access_output/shout.c:66
-msgid "Stream MP3"
-msgstr "Diffuser en MP3"
+#: modules/access/pvr.c:94
+msgid "Audio bitmask"
+msgstr "Masque de bits audio"
 
-#: modules/access_output/shout.c:67
-#, fuzzy
-msgid ""
-"You normally have to feed the shoutcast module with Ogg streams. It is also "
-"possible to stream MP3 instead, so you can forward MP3 streams to the "
-"shoutcast/icecast server."
+#: modules/access/pvr.c:95
+msgid "Bitmask that will get used by the audio part of the card."
 msgstr ""
-"Généralement, la sortie Icecast utilise des flux Ogg. Cette option vous "
-"permet d'utiliser des flux MP3 à la place."
+"Cette option vous permet de régler des masques de bits qui seront utilisés "
+"par la partie audio de la carte."
 
-#: modules/access_output/shout.c:76
-#, fuzzy
-msgid "Genre description"
-msgstr "Description du flux"
+#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
+#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
+msgid "Volume"
+msgstr "Volume"
 
-#: modules/access_output/shout.c:77
-msgid "Genre of the content. "
-msgstr ""
+#: modules/access/pvr.c:99
+msgid "Audio volume (0-65535)."
+msgstr "Volume audio (de 0 à 65535)."
 
-#: modules/access_output/shout.c:79
-#, fuzzy
-msgid "URL description"
-msgstr "Description"
+#: modules/access/pvr.c:101 modules/access/v4l.c:92
+msgid "Channel"
+msgstr "Canal"
 
-#: modules/access_output/shout.c:80
-msgid "URL with information about the stream or your channel. "
+#: modules/access/pvr.c:102
+msgid ""
+"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)"
 msgstr ""
+"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_output/shout.c:87
-#, fuzzy
-msgid "Bitrate information of the transcoded stream. "
-msgstr "Débit d’image cible pour le flux vidéo transcodé."
-
-#: modules/access_output/shout.c:89 modules/access/v4l.c:122
-msgid "Samplerate"
-msgstr "Fréquence d’échantillonage"
-
-#: modules/access_output/shout.c:90
-#, fuzzy
-msgid "Samplerate information of the transcoded stream. "
-msgstr "Débit d’image cible pour le flux vidéo transcodé."
-
-#: modules/access_output/shout.c:92
-#, fuzzy
-msgid "Number of channels"
-msgstr "Nombre de canaux de sortie"
-
-#: modules/access_output/shout.c:93
-#, fuzzy
-msgid "Number of channels information of the transcoded stream. "
-msgstr "Nombre de canaux audio dans les flux transcodés."
-
-#: modules/access_output/shout.c:95
-msgid "Ogg Vorbis Quality"
-msgstr ""
-
-#: modules/access_output/shout.c:96
-#, fuzzy
-msgid "Ogg Vorbis Quality information of the transcoded stream. "
-msgstr "Débit d’image cible pour le flux vidéo transcodé."
-
-#: modules/access_output/shout.c:98
-#, fuzzy
-msgid "Stream public"
-msgstr "Flux de sortie"
-
-#: modules/access_output/shout.c:99
-msgid ""
-"Make the server publicly available on the 'Yellow Pages' (directory listing "
-"of streams) on the icecast/shoutcast website. Requires the bitrate "
-"information specified for shoutcast. Requires Ogg streaming for icecast."
-msgstr ""
-
-#: modules/access_output/shout.c:105
-msgid "IceCAST output"
-msgstr "Sortie IceCAST"
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:41
-#: modules/demux/live555.cpp:63
-msgid "Caching value (ms)"
-msgstr "Taille du cache en ms"
-
-#: modules/access_output/udp.c:77
-msgid ""
-"Default caching value for outbound UDP streams. This value should be set in "
-"milliseconds."
-msgstr "Taille du cache pour les flux UDP, en millisecondes."
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
-#: modules/gui/macosx/wizard.m:1848
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
-msgid "Time-To-Live (TTL)"
-msgstr "Temps de vie (TTL)"
-
-#: modules/access_output/udp.c:81
-msgid "Time-To-Live of the outgoing stream."
-msgstr "TTL du flux sortant."
-
-#: modules/access_output/udp.c:84
-msgid "Group packets"
-msgstr "Groupe les paquets"
-
-#: modules/access_output/udp.c:85
-msgid ""
-"Packets can be sent one by one at the right time or by groups. You can "
-"choose the number of packets that will be sent at a time. It helps reducing "
-"the scheduling load on heavily-loaded systems."
-msgstr ""
-"Les paquets peuvent être envoyés un par un au moment adéquat ou par groupes. "
-"Ceci permet de préciser le nombre de paquets qui seront envoyés en même "
-"temps. Cela réduit la charge de planification sur les systèmes surchargés."
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr "Réécriture brute"
-
-#: modules/access_output/udp.c:91
-msgid ""
-"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 ""
-"Envoyer les paquets directement, sans passer par le MTU (ie, sans essayer de "
-"construire les plus gros paquets possibles afin d’améliorer la diffusion)."
-
-#: modules/access_output/udp.c:97
-msgid "UDP stream output"
-msgstr "Flux de sortie UDP"
-
-#: modules/access_output/udp.c:98
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
-msgid "UDP"
-msgstr "UDP"
-
-#: modules/access/pvr.c:49
-msgid ""
-"Default caching value for PVR streams. This value should be set in "
-"milliseconds."
-msgstr "Taille du cache pour les flux PVR, en millisecondes."
-
-#: modules/access/pvr.c:52
-msgid "Device"
-msgstr "Périphérique"
-
-#: modules/access/pvr.c:53
-msgid "PVR video device"
-msgstr "Périphérique vidéo"
-
-#: modules/access/pvr.c:55
-msgid "Radio device"
-msgstr "Périphérique radio"
-
-#: modules/access/pvr.c:56
-msgid "PVR radio device"
-msgstr "Périphérique radio PVR."
-
-#: modules/access/pvr.c:58 modules/access/v4l.c:96
-msgid "Norm"
-msgstr "Norme"
-
-#: modules/access/pvr.c:59 modules/access/v4l.c:98
-msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
-msgstr "Norme du flux (Automatique, SECAM, PAL ou NTSC)"
-
-#: modules/access/pvr.c:62 modules/access/v4l.c:102
-#: modules/video_filter/mosaic.c:96
-msgid "Width"
-msgstr "Largeur"
-
-#: modules/access/pvr.c:63
-msgid "Width of the stream to capture (-1 for autodetection)."
-msgstr "Largeur de la vidéo à capturer (-1 pour autodétecter)."
-
-#: modules/access/pvr.c:66 modules/access/v4l.c:105
-#: modules/video_filter/mosaic.c:94
-msgid "Height"
-msgstr "Hauteur"
-
-#: modules/access/pvr.c:67
-msgid "Height of the stream to capture (-1 for autodetection)."
-msgstr "Hauteur de la vidéo à capturer (-1 pour autodétecter)."
-
-#: modules/access/pvr.c:70 modules/access/v4l.c:89
-msgid "Frequency"
-msgstr "Fréquence"
-
-#: modules/access/pvr.c:71 modules/access/v4l.c:91
-msgid "Frequency to capture (in kHz), if applicable."
-msgstr "Fréquence de capture, en kHz, si possible."
-
-#: modules/access/pvr.c:74 modules/access/v4l.c:137
-msgid "Framerate to capture, if applicable (-1 for autodetect)."
-msgstr "Débit d’images à capturer, si possible (-1 pour automatique)."
-
-#: modules/access/pvr.c:77
-msgid "Key interval"
-msgstr "Intervalle d’images-clé"
-
-#: modules/access/pvr.c:78
-msgid "Interval between keyframes (-1 for autodetect)."
-msgstr "Intervalle entre les images-clé (-1 pour automatique)."
-
-#: modules/access/pvr.c:80
-msgid "B Frames"
-msgstr "Images B"
-
-#: modules/access/pvr.c:81
-msgid ""
-"If this option is set, B-Frames will be used. Use this option to set the "
-"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.c:85
-msgid "Bitrate to use (-1 for default)."
-msgstr "Débit à utiliser (-1 pour la valeur par défaut)."
-
-#: modules/access/pvr.c:87
-msgid "Bitrate peak"
-msgstr "Débit en pointe"
-
-#: modules/access/pvr.c:88
-msgid "Peak bitrate in VBR mode."
-msgstr "Débit de pointe en mode débit variable."
-
-#: modules/access/pvr.c:91
-msgid "Bitrate mode)"
-msgstr "Mode de débit"
-
-#: modules/access/pvr.c:92
-msgid "Bitrate mode to use (VBR or CBR)."
-msgstr "Mode de débit à utiliser (VBR pour variable ou CBR pour constant)."
-
-#: modules/access/pvr.c:94
-msgid "Audio bitmask"
-msgstr "Masque de bits audio"
-
-#: modules/access/pvr.c:95
-msgid "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.c:98 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
-msgid "Volume"
-msgstr "Volume"
-
-#: modules/access/pvr.c:99
-msgid "Audio volume (0-65535)."
-msgstr "Volume audio (de 0 à 65535)."
-
-#: modules/access/pvr.c:101 modules/access/v4l.c:92
-msgid "Channel"
-msgstr "Canal"
-
-#: modules/access/pvr.c:102
-msgid ""
-"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)"
-msgstr ""
-"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.c:108 modules/access/v4l.c:143
-msgid "Automatic"
-msgstr "Automatique"
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "Automatic"
+msgstr "Automatique"
 
 #: modules/access/pvr.c:108 modules/access/v4l.c:143
 msgid "SECAM"
@@ -6389,6 +6123,11 @@ msgstr "PVR"
 msgid "IVTV MPEG Encoding cards input"
 msgstr "Entrée pour cartes MPEG IVTV"
 
+#: modules/access/rtsp/access.c:41 modules/access_output/udp.c:75
+#: modules/demux/live555.cpp:63
+msgid "Caching value (ms)"
+msgstr "Taille du cache en ms"
+
 #: modules/access/rtsp/access.c:43
 msgid ""
 "Caching value for RTSP streams. This value should be set in milliseconds."
@@ -6525,55 +6264,23 @@ msgstr "UDP/RTP"
 msgid "UDP/RTP input"
 msgstr "Entrée UDP/RTP"
 
-#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
-#: modules/gui/wxwidgets/dialogs/open.cpp:723
-msgid "Device name"
-msgstr "Nom du périphérique"
+#: modules/access/v4l.c:75
+msgid ""
+"Caching value for V4L captures. This value should be set in milliseconds."
+msgstr "Taille du cache pour les flux v4l  (Video 4 Linux), en millisecondes."
 
-#: modules/access/v4l2.c:54
-#, fuzzy
+#: modules/access/v4l.c:79
 msgid ""
-"Name of the device to use. If you don't specify anything, /dev/video0 will "
-"be used."
+"Name of the video device to use. If you don't specify anything, no video "
+"device will be used."
 msgstr ""
 "Nom du périphérique vidéo à utiliser. Si vous n’entrez rien, aucun "
 "périphérique vidéo ne sera utilisé."
 
-#: modules/access/v4l2.c:58
-#, fuzzy
+#: modules/access/v4l.c:83
 msgid ""
-"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
-msgstr ""
-"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/v4l2.c:63
-#, fuzzy
-msgid "Video4Linux2"
-msgstr "Video4Linux"
-
-#: modules/access/v4l2.c:64
-#, fuzzy
-msgid "Video4Linux2 input"
-msgstr "Lecture Video4Linux"
-
-#: modules/access/v4l.c:75
-msgid ""
-"Caching value for V4L captures. This value should be set in milliseconds."
-msgstr "Taille du cache pour les flux v4l  (Video 4 Linux), en millisecondes."
-
-#: modules/access/v4l.c:79
-msgid ""
-"Name of the video device to use. If you don't specify anything, no video "
-"device will be used."
-msgstr ""
-"Nom du périphérique vidéo à utiliser. Si vous n’entrez rien, aucun "
-"périphérique vidéo ne sera utilisé."
-
-#: modules/access/v4l.c:83
-msgid ""
-"Name of the audio device to use. If you don't specify anything, no audio "
-"device will be used."
+"Name of the audio device to use. If you don't specify anything, no audio "
+"device will be used."
 msgstr ""
 "Nom du périphérique audio à utiliser. Si vous ne spécifiez rien, aucun "
 "périphérique audio ne sera utilisé."
@@ -6654,6 +6361,10 @@ msgstr "Tuner"
 msgid "Tuner to use, if there are several ones."
 msgstr "Tuner à utiliser, s’il en existe plusieurs."
 
+#: modules/access/v4l.c:122 modules/access_output/shout.c:89
+msgid "Samplerate"
+msgstr "Fréquence d’échantillonage"
+
 #: modules/access/v4l.c:124
 msgid ""
 "Samplerate of the captured audio stream, in Hz (eg: 11025, 22050, 44100)"
@@ -6696,6 +6407,38 @@ msgstr "Video4Linux"
 msgid "Video4Linux input"
 msgstr "Lecture Video4Linux"
 
+#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
+#: modules/gui/wxwidgets/dialogs/open.cpp:723
+msgid "Device name"
+msgstr "Nom du périphérique"
+
+#: modules/access/v4l2.c:54
+#, fuzzy
+msgid ""
+"Name of the device to use. If you don't specify anything, /dev/video0 will "
+"be used."
+msgstr ""
+"Nom du périphérique vidéo à utiliser. Si vous n’entrez rien, aucun "
+"périphérique vidéo ne sera utilisé."
+
+#: modules/access/v4l2.c:58
+#, fuzzy
+msgid ""
+"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
+msgstr ""
+"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/v4l2.c:63
+#, fuzzy
+msgid "Video4Linux2"
+msgstr "Video4Linux"
+
+#: modules/access/v4l2.c:64
+#, fuzzy
+msgid "Video4Linux2 input"
+msgstr "Lecture Video4Linux"
+
 #: modules/access/vcd/vcd.c:42
 msgid "Caching value for VCDs. This value should be set in milliseconds."
 msgstr "Taille du cache pour les VCD, en millisecondes."
@@ -6774,118 +6517,397 @@ msgstr "Volume"
 msgid "System Id"
 msgstr "Identifiant système"
 
-#: modules/access/vcdx/info.c:101
-msgid "Entries"
-msgstr "Entrées"
+#: modules/access/vcdx/info.c:101
+msgid "Entries"
+msgstr "Entrées"
+
+#: modules/access/vcdx/info.c:122
+msgid "First Entry Point"
+msgstr "Premier point d’entrée"
+
+#: modules/access/vcdx/info.c:126
+msgid "Last Entry Point"
+msgstr "Dernier point d’entrée"
+
+#: modules/access/vcdx/info.c:127
+msgid "Track size (in sectors)"
+msgstr "Taille de piste (en secteurs)"
+
+#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
+#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
+msgid "type"
+msgstr "type"
+
+#: modules/access/vcdx/info.c:139
+msgid "end"
+msgstr "fin"
+
+#: modules/access/vcdx/info.c:142
+msgid "play list"
+msgstr "Liste de lecture"
+
+#: modules/access/vcdx/info.c:153
+msgid "extended selection list"
+msgstr "Liste de sélection étendue"
+
+#: modules/access/vcdx/info.c:154
+msgid "selection list"
+msgstr "Liste de sélection"
+
+#: modules/access/vcdx/info.c:166
+msgid "unknown type"
+msgstr "Type inconnu"
+
+#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
+#: modules/access/vcdx/info.c:316
+msgid "List ID"
+msgstr "Identifiant de liste"
+
+#: modules/access/vcdx/vcd.c:95
+msgid "(Super) Video CD"
+msgstr "(Super) Video CD"
+
+#: modules/access/vcdx/vcd.c:96
+msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+msgstr "Entrée Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD)"
+
+#: modules/access/vcdx/vcd.c:97
+msgid "vcdx://[device-or-file][@{P,S,T}num]"
+msgstr "vcdx://[périphérique-ou-fichier][@{P,S,T}num]"
+
+#: modules/access/vcdx/vcd.c:106
+msgid "If nonzero, this gives additional debug information."
+msgstr ""
+"Si différent de zéro, donne des informations supplémentaires de débogage."
+
+#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+msgid "Number of CD blocks to get in a single read."
+msgstr "Nombre de blocs du CD à lire à chaque fois."
+
+#: modules/access/vcdx/vcd.c:116
+msgid "Use playback control?"
+msgstr "Utiliser le contrôle de lecture ?"
+
+#: modules/access/vcdx/vcd.c:117
+msgid ""
+"If VCD is authored with playback control, use it. Otherwise we play by "
+"tracks."
+msgstr ""
+"Si le VCD permet le contrôle de lecture, cette option permet de l’activer."
+"Dans le cas contraire, la lecture se fait par pistes."
+
+#: modules/access/vcdx/vcd.c:123
+msgid "Use track length as maximum unit in seek?"
+msgstr ""
+"Utiliser la durée de la piste comme unité maximale lors d'un déplacement ?"
+
+#: modules/access/vcdx/vcd.c:124
+msgid ""
+"If set, the length of the seek bar is the track rather than the length of an "
+"entry."
+msgstr ""
+"Si activé, la durée de la barre de déplacement est celle de la piste plutôt "
+"que celle d'une entrée."
+
+#: modules/access/vcdx/vcd.c:129
+msgid "Show extended VCD info?"
+msgstr "Montrer les infos VCD étendues ?"
+
+#: modules/access/vcdx/vcd.c:130
+msgid ""
+"Show the maximum amount of information under Stream and Media Info. Shows "
+"for example playback control navigation."
+msgstr ""
+"Montrer le maximum d'informations dans Informations sur le flux et dans "
+"Informations sur le Media. Montre par exemple la navigation par contrôle de "
+"lecture."
+
+#: modules/access/vcdx/vcd.c:137
+msgid "Format to use in the playlist's \"author\" field."
+msgstr "Format à utiliser dans le champ « auteur » de la liste de lecture"
+
+#: modules/access/vcdx/vcd.c:143
+msgid "Format to use in the playlist's \"title\" field."
+msgstr "Format à utiliser dans le champ « titre » de la liste de lecture"
+
+#: modules/access_filter/record.c:43
+msgid "Record directory"
+msgstr "Répertoire d’enregistrement"
+
+#: modules/access_filter/record.c:45
+msgid "Directory where the record will be stored."
+msgstr "Répertoire de sauvegarde de l’enregistrement."
+
+#: modules/access_filter/timeshift.c:44
+msgid "Timeshift granularity"
+msgstr "Granularité en différé"
+
+#: modules/access_filter/timeshift.c:46
+msgid ""
+"This is the size of the temporary files tha will be used to store the "
+"timeshifted streams."
+msgstr ""
+"Taille des fichiers temporaires à utiliser pour stocker le flux différé."
+
+#: modules/access_filter/timeshift.c:48
+msgid "Timeshift directory"
+msgstr "Répertoire temporaire pour le différé"
+
+#: modules/access_filter/timeshift.c:49
+msgid "Directory used to store the timeshift temporary files."
+msgstr "Répertoire utilisé pour stocker les fichiers temporaires du différé"
+
+#: modules/access_filter/timeshift.c:51
+#, fuzzy
+msgid "Force use of the timeshift module"
+msgstr "Répertoire utilisé pour stocker les fichiers temporaires du différé"
+
+#: modules/access_filter/timeshift.c:52
+msgid ""
+"Force use of the timeshift module even if the access declares that it can "
+"control pace or pause."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
+msgid "Timeshift"
+msgstr "Différé"
+
+#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
+msgid "Dummy stream output"
+msgstr "Flux de sortie inutile"
+
+#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
+msgid "Dummy"
+msgstr "Inutile"
+
+#: modules/access_output/file.c:61
+msgid "Append to file"
+msgstr "Ajouter au fichier"
+
+#: modules/access_output/file.c:62
+msgid "Append to file if it exists instead of replacing it."
+msgstr "Ecrit à la fin du fichier au lieu de le remplacer."
+
+#: modules/access_output/file.c:66
+msgid "File stream output"
+msgstr "Sortie vers un fichier"
+
+#: modules/access_output/http.c:58
+msgid "Username"
+msgstr "Nom d’utilisateur"
+
+#: modules/access_output/http.c:59
+msgid "User name that will be requested to access the stream."
+msgstr "Nom d’utilisateur qui sera demandé pour accéder au flux."
+
+#: modules/access_output/http.c:61 modules/control/telnet.c:81
+msgid "Password"
+msgstr "Mot de passe"
+
+#: modules/access_output/http.c:62
+msgid "Password that will be requested to access the stream."
+msgstr "Mot de passe qui sera demandé pour accéder au flux."
+
+#: modules/access_output/http.c:66
+msgid "Mime"
+msgstr "MIME"
+
+#: modules/access_output/http.c:67
+msgid "MIME returned by the server (autodetected if not specified."
+msgstr "Type MIME renvoyé par le serveur (autodétecté si non spécifié)."
+
+#: modules/access_output/http.c:71
+msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
+msgstr "Chemin du fichier x509 de certificat à utiliser pour HTTPS."
+
+#: modules/access_output/http.c:74
+#, fuzzy
+msgid ""
+"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
+"empty if you don't have one."
+msgstr ""
+"Chemin du fichier x509 de clé privée à utiliser pour HTTPS. Ne rien entrer "
+"si vous n'en n'avez pas."
+
+#: modules/access_output/http.c:78
+#, fuzzy
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used for HTTPS. Leave empty if you don't have one."
+msgstr ""
+"Chemin du fichier x509 d'autorité de certification qui sera utilisé pour "
+"HTTPS. Ne rien entrer si vous n'en n'avez pas."
+
+#: modules/access_output/http.c:83
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be used for "
+"SSL. Leave empty if you don't have one."
+msgstr ""
+"Chemin du fichier x509 de liste de révocation de certificats qui sera "
+"utilisé pour HTTPS. Ne rien entrer si vous n'en n'avez pas"
+
+#: modules/access_output/http.c:86
+msgid "Advertise with Bonjour"
+msgstr "Annoncer avec Bonjour"
+
+#: modules/access_output/http.c:87
+msgid "Advertise the stream with the Bonjour protocol."
+msgstr "Annoncer ce flux par le protocole Bonjour (Zeroconf)."
+
+#: modules/access_output/http.c:91
+msgid "HTTP stream output"
+msgstr "Flux de sortie HTTP"
+
+#: modules/access_output/http.c:93 modules/control/http/http.c:61
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
+msgstr "HTTP"
+
+#: modules/access_output/shout.c:58
+msgid "Stream name"
+msgstr "Nom"
 
-#: modules/access/vcdx/info.c:122
-msgid "First Entry Point"
-msgstr "Premier point d’entrée"
+#: modules/access_output/shout.c:59
+#, fuzzy
+msgid "Name to give to this stream/channel on the shoutcast/icecast server."
+msgstr "Nom à donner à ce flux/canal sur le serveur icecast."
 
-#: modules/access/vcdx/info.c:126
-msgid "Last Entry Point"
-msgstr "Dernier point d’entrée"
+#: modules/access_output/shout.c:62
+msgid "Stream description"
+msgstr "Description du flux"
 
-#: modules/access/vcdx/info.c:127
-msgid "Track size (in sectors)"
-msgstr "Taille de piste (en secteurs)"
+#: modules/access_output/shout.c:63
+msgid "Description of the stream content or information about your channel."
+msgstr "Description du contenu de votre flux et informations sur votre canal."
 
-#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
-#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
-msgid "type"
-msgstr "type"
+#: modules/access_output/shout.c:66
+msgid "Stream MP3"
+msgstr "Diffuser en MP3"
 
-#: modules/access/vcdx/info.c:139
-msgid "end"
-msgstr "fin"
+#: modules/access_output/shout.c:67
+#, fuzzy
+msgid ""
+"You normally have to feed the shoutcast module with Ogg streams. It is also "
+"possible to stream MP3 instead, so you can forward MP3 streams to the "
+"shoutcast/icecast server."
+msgstr ""
+"Généralement, la sortie Icecast utilise des flux Ogg. Cette option vous "
+"permet d'utiliser des flux MP3 à la place."
 
-#: modules/access/vcdx/info.c:142
-msgid "play list"
-msgstr "Liste de lecture"
+#: modules/access_output/shout.c:76
+#, fuzzy
+msgid "Genre description"
+msgstr "Description du flux"
 
-#: modules/access/vcdx/info.c:153
-msgid "extended selection list"
-msgstr "Liste de sélection étendue"
+#: modules/access_output/shout.c:77
+msgid "Genre of the content. "
+msgstr ""
 
-#: modules/access/vcdx/info.c:154
-msgid "selection list"
-msgstr "Liste de sélection"
+#: modules/access_output/shout.c:79
+#, fuzzy
+msgid "URL description"
+msgstr "Description"
 
-#: modules/access/vcdx/info.c:166
-msgid "unknown type"
-msgstr "Type inconnu"
+#: modules/access_output/shout.c:80
+msgid "URL with information about the stream or your channel. "
+msgstr ""
 
-#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
-#: modules/access/vcdx/info.c:316
-msgid "List ID"
-msgstr "Identifiant de liste"
+#: modules/access_output/shout.c:87
+#, fuzzy
+msgid "Bitrate information of the transcoded stream. "
+msgstr "Débit d’image cible pour le flux vidéo transcodé."
 
-#: modules/access/vcdx/vcd.c:95
-msgid "(Super) Video CD"
-msgstr "(Super) Video CD"
+#: modules/access_output/shout.c:90
+#, fuzzy
+msgid "Samplerate information of the transcoded stream. "
+msgstr "Débit d’image cible pour le flux vidéo transcodé."
 
-#: modules/access/vcdx/vcd.c:96
-msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
-msgstr "Entrée Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD)"
+#: modules/access_output/shout.c:92
+#, fuzzy
+msgid "Number of channels"
+msgstr "Nombre de canaux de sortie"
 
-#: modules/access/vcdx/vcd.c:97
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
-msgstr "vcdx://[périphérique-ou-fichier][@{P,S,T}num]"
+#: modules/access_output/shout.c:93
+#, fuzzy
+msgid "Number of channels information of the transcoded stream. "
+msgstr "Nombre de canaux audio dans les flux transcodés."
 
-#: modules/access/vcdx/vcd.c:106
-msgid "If nonzero, this gives additional debug information."
+#: modules/access_output/shout.c:95
+msgid "Ogg Vorbis Quality"
 msgstr ""
-"Si différent de zéro, donne des informations supplémentaires de débogage."
 
-#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
-msgid "Number of CD blocks to get in a single read."
-msgstr "Nombre de blocs du CD à lire à chaque fois."
+#: modules/access_output/shout.c:96
+#, fuzzy
+msgid "Ogg Vorbis Quality information of the transcoded stream. "
+msgstr "Débit d’image cible pour le flux vidéo transcodé."
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
-msgstr "Utiliser le contrôle de lecture ?"
+#: modules/access_output/shout.c:98
+#, fuzzy
+msgid "Stream public"
+msgstr "Flux de sortie"
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/shout.c:99
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Make the server publicly available on the 'Yellow Pages' (directory listing "
+"of streams) on the icecast/shoutcast website. Requires the bitrate "
+"information specified for shoutcast. Requires Ogg streaming for icecast."
 msgstr ""
-"Si le VCD permet le contrôle de lecture, cette option permet de l’activer."
-"Dans le cas contraire, la lecture se fait par pistes."
 
-#: modules/access/vcdx/vcd.c:123
-msgid "Use track length as maximum unit in seek?"
-msgstr ""
-"Utiliser la durée de la piste comme unité maximale lors d'un déplacement ?"
+#: modules/access_output/shout.c:105
+msgid "IceCAST output"
+msgstr "Sortie IceCAST"
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:77
 msgid ""
-"If set, the length of the seek bar is the track rather than the length of an "
-"entry."
+"Default caching value for outbound UDP streams. This value should be set in "
+"milliseconds."
+msgstr "Taille du cache pour les flux UDP, en millisecondes."
+
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
+#: modules/gui/macosx/wizard.m:1848
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
+msgid "Time-To-Live (TTL)"
+msgstr "Temps de vie (TTL)"
+
+#: modules/access_output/udp.c:81
+msgid "Time-To-Live of the outgoing stream."
+msgstr "TTL du flux sortant."
+
+#: modules/access_output/udp.c:84
+msgid "Group packets"
+msgstr "Groupe les paquets"
+
+#: modules/access_output/udp.c:85
+msgid ""
+"Packets can be sent one by one at the right time or by groups. You can "
+"choose the number of packets that will be sent at a time. It helps reducing "
+"the scheduling load on heavily-loaded systems."
 msgstr ""
-"Si activé, la durée de la barre de déplacement est celle de la piste plutôt "
-"que celle d'une entrée."
+"Les paquets peuvent être envoyés un par un au moment adéquat ou par groupes. "
+"Ceci permet de préciser le nombre de paquets qui seront envoyés en même "
+"temps. Cela réduit la charge de planification sur les systèmes surchargés."
 
-#: modules/access/vcdx/vcd.c:129
-msgid "Show extended VCD info?"
-msgstr "Montrer les infos VCD étendues ?"
+#: modules/access_output/udp.c:90
+msgid "Raw write"
+msgstr "Réécriture brute"
 
-#: modules/access/vcdx/vcd.c:130
+#: modules/access_output/udp.c:91
 msgid ""
-"Show the maximum amount of information under Stream and Media Info. Shows "
-"for example playback control navigation."
+"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 ""
-"Montrer le maximum d'informations dans Informations sur le flux et dans "
-"Informations sur le Media. Montre par exemple la navigation par contrôle de "
-"lecture."
+"Envoyer les paquets directement, sans passer par le MTU (ie, sans essayer de "
+"construire les plus gros paquets possibles afin d’améliorer la diffusion)."
 
-#: modules/access/vcdx/vcd.c:137
-msgid "Format to use in the playlist's \"author\" field."
-msgstr "Format à utiliser dans le champ « auteur » de la liste de lecture"
+#: modules/access_output/udp.c:97
+msgid "UDP stream output"
+msgstr "Flux de sortie UDP"
 
-#: modules/access/vcdx/vcd.c:143
-msgid "Format to use in the playlist's \"title\" field."
-msgstr "Format à utiliser dans le champ « titre » de la liste de lecture"
+#: modules/access_output/udp.c:98
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
+msgid "UDP"
+msgstr "UDP"
 
 #: modules/audio_filter/channel_mixer/dolby.c:47
 msgid "Simple decoder for Dolby Surround encoded streams"
@@ -9371,37 +9393,37 @@ msgstr "Service NT"
 msgid "Windows Service interface"
 msgstr "Interface de service Windows NT/2K/XP"
 
-#: modules/control/rc.c:154
+#: modules/control/rc.c:156
 msgid "Show stream position"
 msgstr "Montrer la position dans le flux"
 
-#: modules/control/rc.c:155
+#: modules/control/rc.c:157
 msgid ""
 "Show the current position in seconds within the stream from time to time."
 msgstr ""
 "Affiche la position actuelle en secondes dans le flux de temps en temps."
 
-#: modules/control/rc.c:158
+#: modules/control/rc.c:160
 msgid "Fake TTY"
 msgstr "TTY factice"
 
-#: modules/control/rc.c:159
+#: modules/control/rc.c:161
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr "Force le module rc à utiliser stdin comme si c’était une TTY"
 
-#: modules/control/rc.c:161
+#: modules/control/rc.c:163
 msgid "UNIX socket command input"
 msgstr "Entrée de commandes par Socket Unix"
 
-#: modules/control/rc.c:162
+#: modules/control/rc.c:164
 msgid "Accept commands over a Unix socket rather than stdin."
 msgstr "Permet d’accepter les commandes sur une socket Unix plutôt que stdin."
 
-#: modules/control/rc.c:165
+#: modules/control/rc.c:167
 msgid "TCP command input"
 msgstr "Entrée de commandes par TCP/IP"
 
-#: modules/control/rc.c:166
+#: modules/control/rc.c:168
 msgid ""
 "Accept commands over a socket rather than stdin. You can set the address and "
 "port the interface will bind to."
@@ -9409,11 +9431,11 @@ msgstr ""
 "Ceci 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:170 modules/misc/dummy/dummy.c:49
+#: modules/control/rc.c:172 modules/misc/dummy/dummy.c:49
 msgid "Do not open a DOS command box interface"
 msgstr "Ne pas ouvrir une interface de commande DOS"
 
-#: modules/control/rc.c:172
+#: modules/control/rc.c:174
 msgid ""
 "By default the rc interface plugin will start a DOS command box. Enabling "
 "the quiet mode will not bring this command box but can also be pretty "
@@ -9423,325 +9445,325 @@ msgstr ""
 "activant le mode « quiet », ce ne sera pas fait, mais cela peut être "
 "ennuyeux si vous voulez arrêter VLC alors qu’aucune vidéo n’est affichée."
 
-#: modules/control/rc.c:179
+#: modules/control/rc.c:181
 msgid "RC"
 msgstr "RC"
 
-#: modules/control/rc.c:182
+#: modules/control/rc.c:184
 msgid "Remote control interface"
 msgstr "Interface de commande à distance"
 
-#: modules/control/rc.c:323
+#: modules/control/rc.c:325
 msgid "Remote control interface initialized. Type `help' for help."
 msgstr ""
 "Interface de commande à distance initialisée, « h » pour obtenir de l’aide."
 
-#: modules/control/rc.c:848
+#: modules/control/rc.c:850
 #, c-format
 msgid "Unknown command `%s'. Type `help' for help."
 msgstr "Commande inconnue « %s », tapez « help » pour obtenir de l’aide."
 
-#: modules/control/rc.c:881
+#: modules/control/rc.c:883
 msgid "+----[ Remote control commands ]"
 msgstr "+----[ Commandes de l’interface à distance ]"
 
-#: modules/control/rc.c:883
+#: modules/control/rc.c:885
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist"
 msgstr "| add XYZ  . . . . . . . . . ajoute XYZ à la playlist"
 
-#: modules/control/rc.c:884
+#: modules/control/rc.c:886
 #, fuzzy
 msgid "| enqueue XYZ  . . . . . . . queue XYZ to playlist"
 msgstr "| add XYZ  . . . . . . . . . ajoute XYZ à la playlist"
 
-#: modules/control/rc.c:885
+#: modules/control/rc.c:887
 msgid "| playlist . . .  show items currently in playlist"
 msgstr "| playlist . . . . . . . . . . . .afficher les éléments de la playlist"
 
-#: modules/control/rc.c:886
+#: modules/control/rc.c:888
 msgid "| play . . . . . . . . . . . . . . . . play stream"
 msgstr "| play . . . . . . . . . . . . . jouer"
 
-#: modules/control/rc.c:887
+#: modules/control/rc.c:889
 msgid "| stop . . . . . . . . . . . . . . . . stop stream"
 msgstr "| stop . . . . . . . . . . . . . arrêter"
 
-#: modules/control/rc.c:888
+#: modules/control/rc.c:890
 msgid "| next . . . . . . . . . . . .  next playlist item"
 msgstr "| next . . . . . . . . . . . . élément suivant"
 
-#: modules/control/rc.c:889
+#: modules/control/rc.c:891
 msgid "| prev . . . . . . . . . .  previous playlist item"
 msgstr "| prev . . . . . . . . . . . . élément précédent"
 
-#: modules/control/rc.c:890
+#: modules/control/rc.c:892
 msgid "| goto . . . . . . . . . . . .  goto item at index"
 msgstr "| goto . . . . . . . . . . . . . aller à l’élément X"
 
-#: modules/control/rc.c:891
+#: modules/control/rc.c:893
 msgid "| clear . . . . . . . . . . .   clear the playlist"
 msgstr "| clear . . . . . . . . . . . . .vider la liste de lecture"
 
-#: modules/control/rc.c:892
+#: modules/control/rc.c:894
 msgid "| status . . . . . . . . . current playlist status"
 msgstr "| status . . . . . . . . . . . .afficher les informations"
 
-#: modules/control/rc.c:893
+#: modules/control/rc.c:895
 msgid "| title [X]  . . . . set/get title in current item"
 msgstr ""
 "| title [X] . . . . . . . . . .  afficher le titre courant ou sauter à un "
 "titre"
 
-#: modules/control/rc.c:894
+#: modules/control/rc.c:896
 msgid "| title_n  . . . . . .  next title in current item"
 msgstr "| title_n  . . . . . . . . . . . .titre suivant dans l’item courant"
 
-#: modules/control/rc.c:895
+#: modules/control/rc.c:897
 msgid "| title_p  . . . .  previous title in current item"
 msgstr "| title_p  . . . . . . . . . . . .titre précédent"
 
-#: modules/control/rc.c:896
+#: modules/control/rc.c:898
 msgid "| chapter [X]  . . set/get chapter in current item"
 msgstr "| chapter [X]  . . . . . .  modifier/afficher le chapitre"
 
-#: modules/control/rc.c:897
+#: modules/control/rc.c:899
 msgid "| chapter_n  . . . .  next chapter in current item"
 msgstr "| chapter_n . . . . . . . . chapitre suivant"
 
-#: modules/control/rc.c:898
+#: modules/control/rc.c:900
 msgid "| chapter_p  . .  previous chapter in current item"
 msgstr "| chapter_p . . . . . . . . chapitre précédant"
 
-#: modules/control/rc.c:900
+#: modules/control/rc.c:902
 msgid "| seek X . seek in seconds, for instance `seek 12'"
 msgstr ""
 "| seek X . . . . . . . . . . .se déplacer, en secondes, ex. « seek 12 »"
 
-#: modules/control/rc.c:901
+#: modules/control/rc.c:903
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause"
 msgstr "| pause  . . . . . . . . . . .basculer la pause"
 
-#: modules/control/rc.c:902
+#: modules/control/rc.c:904
 msgid "| fastforward  . . . . . .  .  set to maximum rate"
 msgstr "| fastforward  . . . . . .  avance rapide"
 
-#: modules/control/rc.c:903
+#: modules/control/rc.c:905
 msgid "| rewind  . . . . . . . . . .  set to minimum rate"
 msgstr "| rewind . . . . . . . . . .  rembobiner"
 
-#: modules/control/rc.c:904
+#: modules/control/rc.c:906
 msgid "| faster . . . . . . . .  faster playing of stream"
 msgstr "| play . . . . . . . . . . . .  jouer plus vite"
 
-#: modules/control/rc.c:905
+#: modules/control/rc.c:907
 msgid "| slower . . . . . . . .  slower playing of stream"
 msgstr "| slower . . . . . . . . . . .  jouer plus lentement"
 
-#: modules/control/rc.c:906
+#: modules/control/rc.c:908
 msgid "| normal . . . . . . . .  normal playing of stream"
 msgstr "| normal . . . . . . . . . . .  jouer à vitesse normale"
 
-#: modules/control/rc.c:907
+#: modules/control/rc.c:909
 msgid "| f [on|off] . . . . . . . . . . toggle fullscreen"
 msgstr "| f [on|off]. . . . . . . . . basculer le mode plein-écran"
 
-#: modules/control/rc.c:908
+#: modules/control/rc.c:910
 msgid "| info . . .  information about the current stream"
 msgstr "| info . . . . . . . . . . . . . informations sur le flux courant"
 
-#: modules/control/rc.c:909
+#: modules/control/rc.c:911
 msgid "| get_time . . seconds elapsed since stream's beginning"
 msgstr ""
 
-#: modules/control/rc.c:910
+#: modules/control/rc.c:912
 msgid "| is_playing . .  1 if a stream plays, 0 otherwise"
 msgstr ""
 
-#: modules/control/rc.c:911
+#: modules/control/rc.c:913
 #, fuzzy
 msgid "| get_title . . .  the title of the current stream"
 msgstr ""
 "| title [X] . . . . . . . . . .  afficher le titre courant ou sauter à un "
 "titre"
 
-#: modules/control/rc.c:912
+#: modules/control/rc.c:914
 #, fuzzy
 msgid "| get_length . .  the length of the current stream"
 msgstr "| info . . . . . . . . . . . . . informations sur le flux courant"
 
-#: modules/control/rc.c:914
+#: modules/control/rc.c:916
 msgid "| volume [X] . . . . . . . .  set/get audio volume"
 msgstr "| volume [X] . . . . . . . .modifier/afficher le volume"
 
-#: modules/control/rc.c:915
+#: modules/control/rc.c:917
 msgid "| volup [X]  . . . . .  raise audio volume X steps"
 msgstr "| volup [X]  . . . . . . . . augmenter le volume de X"
 
-#: modules/control/rc.c:916
+#: modules/control/rc.c:918
 msgid "| voldown [X]  . . . .  lower audio volume X steps"
 msgstr "| voldown [X]  . . . . . . .diminuer le volume de X"
 
-#: modules/control/rc.c:917
+#: modules/control/rc.c:919
 msgid "| adev [X] . . . . . . . . .  set/get audio device"
 msgstr "| adev [X] . . . . . . . . . modifier/afficher le périphérique audio"
 
-#: modules/control/rc.c:918
+#: modules/control/rc.c:920
 msgid "| achan [X]. . . . . . . .  set/get audio channels"
 msgstr "| achan [X] . . . . . . . . modifier/afficher les canaux audios"
 
-#: modules/control/rc.c:919
+#: modules/control/rc.c:921
 #, fuzzy
 msgid "| atrack [X] . . . . . . . . . set/get audio track"
 msgstr "| adev [X] . . . . . . . . . modifier/afficher le périphérique audio"
 
-#: modules/control/rc.c:920
+#: modules/control/rc.c:922
 #, fuzzy
 msgid "| vtrack [X] . . . . . . . . . set/get video track"
 msgstr "| adev [X] . . . . . . . . . modifier/afficher le périphérique audio"
 
-#: modules/control/rc.c:921
+#: modules/control/rc.c:923
 #, fuzzy
 msgid "| strack [X] . . . . . . . set/get subtitles track"
 msgstr "| achan [X] . . . . . . . . modifier/afficher les canaux audios"
 
-#: modules/control/rc.c:922
+#: modules/control/rc.c:924
 msgid "| menu [on|off|up|down|left|right|select] use menu"
 msgstr "| menu [on|off|up|down|left|right|select] utiliser le menu"
 
-#: modules/control/rc.c:927
+#: modules/control/rc.c:929
 msgid "| marq-marquee STRING  . . overlay STRING in video"
 msgstr "| marq-marquee CHA . . écrit CHA sur la vidéo"
 
-#: modules/control/rc.c:928
+#: modules/control/rc.c:930
 msgid "| marq-x X . . . . . . . . . . . .offset from left"
 msgstr "| marq-x X . . . . . . . . .décalage du texte depuis la gauche"
 
-#: modules/control/rc.c:929
+#: modules/control/rc.c:931
 msgid "| marq-y Y . . . . . . . . . . . . offset from top"
 msgstr "| marq-y Y . . . . . . . . . décalage du texte depuis le haut"
 
-#: modules/control/rc.c:930
+#: modules/control/rc.c:932
 msgid "| marq-position #. . .  .relative position control"
 msgstr "| marq-position # . . . contrôle la position relative du texte"
 
-#: modules/control/rc.c:931
+#: modules/control/rc.c:933
 msgid "| marq-color # . . . . . . . . . . font color, RGB"
 msgstr "| marq-color # . . . . . .  couleur du texte, RGB"
 
-#: modules/control/rc.c:932
+#: modules/control/rc.c:934
 msgid "| marq-opacity # . . . . . . . . . . . . . opacity"
 msgstr "| marq_opacity #. . . . . opacité du texte"
 
-#: modules/control/rc.c:933
+#: modules/control/rc.c:935
 msgid "| marq-timeout T. . . . . . . . . . timeout, in ms"
 msgstr "| marq-timeout T . . . . .disparition du texte, en ms"
 
-#: modules/control/rc.c:934
+#: modules/control/rc.c:936
 msgid "| marq-size # . . . . . . . . font size, in pixels"
 msgstr "| marq-size # . . . . . . . .taille du texte, en pixels"
 
-#: modules/control/rc.c:936
+#: modules/control/rc.c:938
 msgid "| time-format STRING . . . overlay STRING in video"
 msgstr "| time-format CHAINE . . écrit l’heure selon CHAINE"
 
-#: modules/control/rc.c:937
+#: modules/control/rc.c:939
 msgid "| time-x X . . . . . . . . . . . .offset from left"
 msgstr "| time-x X . . . . . . . . .décalage de l’heure depuis la gauche"
 
-#: modules/control/rc.c:938
+#: modules/control/rc.c:940
 msgid "| time-y Y . . . . . . . . . . . . offset from top"
 msgstr "| time-y Y . . . . . . . . .  décalage de l’heure depuis le haut"
 
-#: modules/control/rc.c:939
+#: modules/control/rc.c:941
 msgid "| time-position #. . . . . . . . relative position"
 msgstr "| time-position # . . . . .  position relative de l’heure"
 
-#: modules/control/rc.c:940
+#: modules/control/rc.c:942
 msgid "| time-color # . . . . . . . . . . font color, RGB"
 msgstr "| time-color # . . . . . . .  couleur de l’heure, RGB"
 
-#: modules/control/rc.c:941
+#: modules/control/rc.c:943
 msgid "| time-opacity # . . . . . . . . . . . . . opacity"
 msgstr "| time-opacity # . . . . . opacité de l’heure"
 
-#: modules/control/rc.c:942
+#: modules/control/rc.c:944
 msgid "| time-size # . . . . . . . . font size, in pixels"
 msgstr "| time-size # . . . . . . .  taille de l’heure, en pixels"
 
-#: modules/control/rc.c:944
+#: modules/control/rc.c:946
 msgid "| logo-file STRING . . .the overlay file path/name"
 msgstr "| logo-file CHAÎNE. . . fichier de logo à incruster"
 
-#: modules/control/rc.c:945
+#: modules/control/rc.c:947
 msgid "| logo-x X . . . . . . . . . . . .offset from left"
 msgstr "| logo-x X . . . . . . . . . .décalage du logo depuis la gauche"
 
-#: modules/control/rc.c:946
+#: modules/control/rc.c:948
 msgid "| logo-y Y . . . . . . . . . . . . offset from top"
 msgstr "| logo-y Y . .  . . . . . . . décalage du logo depuis le haut"
 
-#: modules/control/rc.c:947
+#: modules/control/rc.c:949
 msgid "| logo-position #. . . . . . . . relative position"
 msgstr "| logo-position # . . . . . position relative du logo"
 
-#: modules/control/rc.c:948
+#: modules/control/rc.c:950
 msgid "| logo-transparency #. . . . . . . . .transparency"
 msgstr "| logo-transparency #. .transparence du logo"
 
-#: modules/control/rc.c:950
+#: modules/control/rc.c:952
 msgid "| mosaic-alpha # . . . . . . . . . . . . . . alpha"
 msgstr "| mosaic-alpha # . . . . . transparence mosaïque"
 
-#: modules/control/rc.c:951
+#: modules/control/rc.c:953
 msgid "| mosaic-height #. . . . . . . . . . . . . .height"
 msgstr "| mosaic-height #. . . . .hauteur mosaïque"
 
-#: modules/control/rc.c:952
+#: modules/control/rc.c:954
 msgid "| mosaic-width # . . . . . . . . . . . . . . width"
 msgstr "| mosaic-width #  . . . . largeur mosaïque"
 
-#: modules/control/rc.c:953
+#: modules/control/rc.c:955
 msgid "| mosaic-xoffset # . . . .top left corner position"
 msgstr "| mosaic-xoffset # . . . .décalage de la mosaïque depuis la gauche"
 
-#: modules/control/rc.c:954
+#: modules/control/rc.c:956
 msgid "| mosaic-yoffset # . . . .top left corner position"
 msgstr "| mosaic-yoffset # . . . .décalage de la mosaïque depuis le haut"
 
-#: modules/control/rc.c:955
+#: modules/control/rc.c:957
 msgid "| mosaic-align 0..2,4..6,8..10. . .mosaic alignment"
 msgstr "| mosaic-align 0.2,4.6,8.10. .alignement de la mosaïque"
 
-#: modules/control/rc.c:956
+#: modules/control/rc.c:958
 msgid "| mosaic-vborder # . . . . . . . . vertical border"
 msgstr "| mosaic-vborder # . . . .limite verticale"
 
-#: modules/control/rc.c:957
+#: modules/control/rc.c:959
 msgid "| mosaic-hborder # . . . . . . . horizontal border"
 msgstr "| mosaic-hborder # . . . .limite horizontale"
 
-#: modules/control/rc.c:958
+#: modules/control/rc.c:960
 msgid "| mosaic-position {0=auto,1=fixed} . . . .position"
 msgstr "| mosaic-position {0=auto,1=fixe} . . . .position"
 
-#: modules/control/rc.c:959
+#: modules/control/rc.c:961
 msgid "| mosaic-rows #. . . . . . . . . . .number of rows"
 msgstr "| mosaic-rows #   . . .  nombre de rangées"
 
-#: modules/control/rc.c:960
+#: modules/control/rc.c:962
 msgid "| mosaic-cols #. . . . . . . . . . .number of cols"
 msgstr "| mosaic-cols #  . . .. . nombre de colonnes"
 
-#: modules/control/rc.c:961
+#: modules/control/rc.c:963
 #, fuzzy
 msgid "| mosaic-order id(,id)* . . . . order of pictures "
 msgstr "| mosaic-hborder # . . . .limite horizontale"
 
-#: modules/control/rc.c:962
+#: modules/control/rc.c:964
 msgid "| mosaic-keep-aspect-ratio {0,1} . . .aspect ratio"
 msgstr "| mosaic-keep-aspect-ratio {0,1} . . . .étirement"
 
-#: modules/control/rc.c:964
+#: modules/control/rc.c:966
 msgid ""
 "| check-updates [newer] [equal] [older]\n"
 "|               [undef] [info] [source] [binary] [plugin]"
@@ -9749,41 +9771,41 @@ msgstr ""
 "| check-updates [newer] [equal] [older]\n"
 "| [undef] [info] [source] [binary] [plugin]"
 
-#: modules/control/rc.c:968
+#: modules/control/rc.c:970
 msgid "| help . . . . . . . . . . . . . this help message"
 msgstr "| help . . . . . . . . . . . . . ce message d’aide"
 
-#: modules/control/rc.c:969
+#: modules/control/rc.c:971
 msgid "| longhelp . . . . . . . . . a longer help message"
 msgstr "| longhelp . . . . . . . . .message d’aide plus long"
 
-#: modules/control/rc.c:970
+#: modules/control/rc.c:972
 msgid "| logout . . . . .  exit (if in socket connection)"
 msgstr "| logout . . . . . . . . . . . quitte l’interface sans fermer vlc"
 
-#: modules/control/rc.c:971
+#: modules/control/rc.c:973
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc"
 msgstr "| quit . . . . . . . . . . . .  quitte VLC"
 
-#: modules/control/rc.c:973
+#: modules/control/rc.c:975
 msgid "+----[ end of help ]"
 msgstr "+----[ fin de l’aide ]"
 
-#: modules/control/rc.c:1080
+#: modules/control/rc.c:1082
 msgid "Press menu select or pause to continue."
 msgstr "Appuyez sur menu select ou pause pour continuer."
 
-#: modules/control/rc.c:1324 modules/control/rc.c:1809
-#: modules/control/rc.c:1879 modules/control/rc.c:1928
-#: modules/control/rc.c:2027
+#: modules/control/rc.c:1326 modules/control/rc.c:1811
+#: modules/control/rc.c:1881 modules/control/rc.c:1930
+#: modules/control/rc.c:2029
 msgid "Type 'menu select' or 'pause' to continue."
 msgstr "Tapez \"menu select\" ou \"pause\" pour continuer."
 
-#: modules/control/rc.c:1461
+#: modules/control/rc.c:1463
 msgid "Type 'pause' to continue."
 msgstr "Tapez \"pause\" pour continuer."
 
-#: modules/control/rc.c:2012 modules/control/rc.c:2051
+#: modules/control/rc.c:2014 modules/control/rc.c:2053
 msgid "Please provide one of the following parameters:"
 msgstr "Veuillez fournir l’un des paramètres suivants :"
 
@@ -9924,6 +9946,7 @@ msgstr ""
 #: modules/gui/macosx/interaction.m:135 modules/gui/macosx/open.m:158
 #: modules/gui/macosx/playlistinfo.m:60 modules/gui/macosx/prefs.m:122
 #: modules/gui/macosx/prefs.m:142 modules/gui/macosx/wizard.m:363
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:88
 msgid "Cancel"
 msgstr "Annuler"
 
@@ -10863,8 +10886,8 @@ msgstr "Ouvrir aussi les fichiers des sous-répertoires ?"
 #: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:440
 #: modules/gui/macosx/open.m:634 modules/gui/macosx/open.m:738
 #: modules/gui/macosx/open.m:784 modules/gui/wxwidgets/interface.cpp:675
-#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:348
-#: modules/gui/wxwidgets/menus.cpp:404
+#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:349
+#: modules/gui/wxwidgets/menus.cpp:405
 msgid "Open"
 msgstr "Ouvrir"
 
@@ -10876,7 +10899,7 @@ msgstr "Préférences"
 
 #: modules/gui/beos/InterfaceWindow.cpp:237
 #: modules/gui/beos/InterfaceWindow.cpp:328 modules/gui/macosx/intf.m:503
-#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:35
+#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:41
 #: modules/gui/wxwidgets/dialogs/messages.cpp:47
 msgid "Messages"
 msgstr "Messages"
@@ -11029,6 +11052,7 @@ msgstr "Appliquer"
 
 #: modules/gui/beos/PreferencesWindow.cpp:254 modules/gui/macosx/output.m:526
 #: modules/gui/macosx/playlist.m:704 modules/gui/macosx/prefs.m:121
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:87
 msgid "Save"
 msgstr "Enregistrer"
 
@@ -11157,7 +11181,7 @@ msgstr ""
 "Le flux doit être en cours de lecture ou en pause pour que les signets "
 "fonctionnent."
 
-#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:735
+#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:741
 msgid "Jump To Time"
 msgstr "Aller à"
 
@@ -11173,64 +11197,64 @@ msgstr "Aller à"
 msgid "Random On"
 msgstr "Aléatoire On"
 
-#: modules/gui/macosx/controls.m:167
+#: modules/gui/macosx/controls.m:168
 msgid "Random Off"
 msgstr "Aléatoire Off"
 
-#: modules/gui/macosx/controls.m:195 modules/gui/macosx/controls.m:719
+#: modules/gui/macosx/controls.m:197 modules/gui/macosx/controls.m:725
 #: modules/gui/macosx/intf.m:543 modules/gui/macosx/playlist.m:453
 #: modules/gui/macosx/playlist.m:1167
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:54
 msgid "Repeat One"
 msgstr "Répéter un"
 
-#: modules/gui/macosx/controls.m:199 modules/gui/macosx/controls.m:231
+#: modules/gui/macosx/controls.m:202 modules/gui/macosx/controls.m:236
 #: modules/gui/macosx/playlist.m:1186
 msgid "Repeat Off"
 msgstr "Répétition Off"
 
-#: modules/gui/macosx/controls.m:227 modules/gui/macosx/controls.m:726
+#: modules/gui/macosx/controls.m:231 modules/gui/macosx/controls.m:732
 #: modules/gui/macosx/intf.m:544 modules/gui/macosx/playlist.m:454
 #: modules/gui/macosx/playlist.m:1175
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:53
 msgid "Repeat All"
 msgstr "Tout répéter"
 
-#: modules/gui/macosx/controls.m:308 modules/gui/macosx/controls.m:749
+#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
 #: modules/gui/macosx/intf.m:569
 msgid "Half Size"
 msgstr "Taille 50 %"
 
-#: modules/gui/macosx/controls.m:310 modules/gui/macosx/controls.m:750
+#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:756
 #: modules/gui/macosx/intf.m:570
 msgid "Normal Size"
 msgstr "Taille normale"
 
-#: modules/gui/macosx/controls.m:312 modules/gui/macosx/controls.m:751
+#: modules/gui/macosx/controls.m:318 modules/gui/macosx/controls.m:757
 #: modules/gui/macosx/intf.m:571
 msgid "Double Size"
 msgstr "Taille double"
 
-#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
-#: modules/gui/macosx/controls.m:766 modules/gui/macosx/intf.m:574
+#: modules/gui/macosx/controls.m:320 modules/gui/macosx/controls.m:761
+#: modules/gui/macosx/controls.m:772 modules/gui/macosx/intf.m:574
 msgid "Float on Top"
 msgstr "Flotter au-dessus"
 
-#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:752
+#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:758
 #: modules/gui/macosx/intf.m:572
 msgid "Fit to Screen"
 msgstr "Ajuster à l’écran"
 
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:542
+#: modules/gui/macosx/controls.m:718 modules/gui/macosx/intf.m:542
 #: modules/gui/macosx/playlist.m:447
 msgid "Random"
 msgstr "Aléatoire"
 
-#: modules/gui/macosx/controls.m:733 modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/controls.m:739 modules/gui/macosx/intf.m:545
 msgid "Step Forward"
 msgstr "Avancer"
 
-#: modules/gui/macosx/controls.m:734 modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/controls.m:740 modules/gui/macosx/intf.m:546
 msgid "Step Backward"
 msgstr "Reculer"
 
@@ -11249,7 +11273,7 @@ msgstr "Avance rapide"
 #: modules/gui/pda/pda_interface.c:251 modules/gui/wxwidgets/interface.cpp:678
 #: modules/gui/wxwidgets/interface.cpp:689
 #: modules/gui/wxwidgets/interface.cpp:1210
-#: modules/gui/wxwidgets/menus.cpp:265 modules/visualization/xosd.c:242
+#: modules/gui/wxwidgets/menus.cpp:266 modules/visualization/xosd.c:242
 msgid "Pause"
 msgstr "Pause"
 
@@ -11468,7 +11492,7 @@ msgstr "VLC - Contrôleur"
 
 #: modules/gui/macosx/intf.m:488 modules/gui/macosx/intf.m:999
 #: modules/gui/macosx/intf.m:1321 modules/gui/pda/pda_interface.c:212
-#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:52
+#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:54
 msgid "VLC media player"
 msgstr "Lecteur multimédia VLC"
 
@@ -11915,71 +11939,6 @@ msgstr "URL du SDP"
 msgid "Save File"
 msgstr "Enregistrer le fichier"
 
-#: modules/gui/macosx/playlistinfo.m:56
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
-msgid "URI"
-msgstr "URI"
-
-#: modules/gui/macosx/playlistinfo.m:63
-msgid "Advanced Information"
-msgstr "Informations avancées"
-
-#: modules/gui/macosx/playlistinfo.m:81
-msgid "Read at media"
-msgstr "Lu à la source"
-
-#: modules/gui/macosx/playlistinfo.m:82
-msgid "Input bitrate"
-msgstr "Débit d’entrée"
-
-#: modules/gui/macosx/playlistinfo.m:83
-msgid "Demuxed"
-msgstr "Démultiplexé"
-
-#: modules/gui/macosx/playlistinfo.m:84
-msgid "Stream bitrate"
-msgstr "Débit du flux"
-
-#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
-msgid "Decoded blocks"
-msgstr "Blocs décodés"
-
-#: modules/gui/macosx/playlistinfo.m:88
-msgid "Displayed frames"
-msgstr "Images affichées"
-
-#: modules/gui/macosx/playlistinfo.m:89
-msgid "Lost frames"
-msgstr "Images perdues"
-
-#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
-#: modules/video_filter/deinterlace.c:137
-msgid "Streaming"
-msgstr "Diffusion"
-
-#: modules/gui/macosx/playlistinfo.m:92
-msgid "Sent packets"
-msgstr "Paquets envoyés"
-
-#: modules/gui/macosx/playlistinfo.m:93
-msgid "Sent bytes"
-msgstr "Octetss envoyés"
-
-#: modules/gui/macosx/playlistinfo.m:94
-msgid "Send rate"
-msgstr "Débit d’envoi"
-
-#: modules/gui/macosx/playlistinfo.m:98
-msgid "Played buffers"
-msgstr "Buffers joués"
-
-#: modules/gui/macosx/playlistinfo.m:99
-msgid "Lost buffers"
-msgstr "Tampons perdus"
-
 #: modules/gui/macosx/playlist.m:434
 msgid "Save Playlist..."
 msgstr "Enregistrer la liste de lecture…"
@@ -12063,6 +12022,71 @@ msgstr "Nom de la branche"
 msgid "Empty Folder"
 msgstr "Répertoire vide"
 
+#: modules/gui/macosx/playlistinfo.m:56
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
+msgid "URI"
+msgstr "URI"
+
+#: modules/gui/macosx/playlistinfo.m:63
+msgid "Advanced Information"
+msgstr "Informations avancées"
+
+#: modules/gui/macosx/playlistinfo.m:81
+msgid "Read at media"
+msgstr "Lu à la source"
+
+#: modules/gui/macosx/playlistinfo.m:82
+msgid "Input bitrate"
+msgstr "Débit d’entrée"
+
+#: modules/gui/macosx/playlistinfo.m:83
+msgid "Demuxed"
+msgstr "Démultiplexé"
+
+#: modules/gui/macosx/playlistinfo.m:84
+msgid "Stream bitrate"
+msgstr "Débit du flux"
+
+#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
+msgid "Decoded blocks"
+msgstr "Blocs décodés"
+
+#: modules/gui/macosx/playlistinfo.m:88
+msgid "Displayed frames"
+msgstr "Images affichées"
+
+#: modules/gui/macosx/playlistinfo.m:89
+msgid "Lost frames"
+msgstr "Images perdues"
+
+#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
+#: modules/video_filter/deinterlace.c:137
+msgid "Streaming"
+msgstr "Diffusion"
+
+#: modules/gui/macosx/playlistinfo.m:92
+msgid "Sent packets"
+msgstr "Paquets envoyés"
+
+#: modules/gui/macosx/playlistinfo.m:93
+msgid "Sent bytes"
+msgstr "Octetss envoyés"
+
+#: modules/gui/macosx/playlistinfo.m:94
+msgid "Send rate"
+msgstr "Débit d’envoi"
+
+#: modules/gui/macosx/playlistinfo.m:98
+msgid "Played buffers"
+msgstr "Buffers joués"
+
+#: modules/gui/macosx/playlistinfo.m:99
+msgid "Lost buffers"
+msgstr "Tampons perdus"
+
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:213
 msgid "Reset All"
@@ -13381,11 +13405,21 @@ msgstr "Impossible de trouver le fichier pixmap: %s"
 msgid "QNX RTOS video and audio output"
 msgstr "Sortie vidéo et audio QNX RTOS"
 
+#: modules/gui/qt4/dialogs/errors.cpp:37
+msgid "Errors"
+msgstr "Erreurs"
+
 #: modules/gui/qt4/dialogs/streaminfo.cpp:35
 #, fuzzy
 msgid "Stream information"
 msgstr "Récupérer les informations"
 
+#: modules/gui/qt4/dialogs_provider.cpp:235
+#: modules/gui/qt4/dialogs_provider.cpp:246
+#, fuzzy
+msgid "Open directory"
+msgstr "Ouvrir un rép&ertoire…\tCtrl-E"
+
 #: modules/gui/qt4/qt4.cpp:45
 #, fuzzy
 msgid "QT interface"
@@ -13572,6 +13606,11 @@ msgstr "Module d’interface WinCE"
 msgid "WinCE dialogs provider"
 msgstr "Fournisseur de dialogues WinCE"
 
+#: modules/gui/wxwidgets/dialogs.cpp:433
+#: modules/gui/wxwidgets/dialogs/open.cpp:1265
+msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
+msgstr ""
+
 #: modules/gui/wxwidgets/dialogs/bookmarks.cpp:75
 msgid "Edit bookmark"
 msgstr "Editer le signet"
@@ -13640,26 +13679,6 @@ msgstr ""
 msgid "Input has changed "
 msgstr "L’entrée a changé "
 
-#: modules/gui/wxwidgets/dialogs.cpp:433
-#: modules/gui/wxwidgets/dialogs/open.cpp:1265
-msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:435
-#: modules/gui/wxwidgets/dialogs/open.cpp:1267
-msgid "|Video Files (*.avi, *.mpg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:436
-#: modules/gui/wxwidgets/dialogs/open.cpp:1268
-msgid "|Playlist Files (*.m3u, *.pls, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:437
-#: modules/gui/wxwidgets/dialogs/open.cpp:1269
-msgid "|Subtitle Files (*.srt, *.sub, etc.)|"
-msgstr ""
-
 #: modules/gui/wxwidgets/dialogs/fileinfo.cpp:54
 msgid "Stream and Media Info"
 msgstr "Info flux et média"
@@ -14200,10 +14219,6 @@ msgstr "Sortie"
 msgid "Loop"
 msgstr "Boucle"
 
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:415
-msgid "Create"
-msgstr "Créer"
-
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:560
 msgid "VLM stream"
 msgstr "Flux VLM"
@@ -14291,10 +14306,6 @@ msgstr ""
 "Choisissez votre format de compression video. Choisissez en un pour avoir "
 "plus d’information."
 
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
-msgid "Transcode audio (if available)"
-msgstr "Transcoder l’audio"
-
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:135
 msgid ""
 "Select the target audio codec. Choose a codec to display more information "
@@ -14373,6 +14384,10 @@ msgstr "Détails"
 msgid "Save to file"
 msgstr "Enregistrer le fichier"
 
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
+msgid "Transcode audio (if available)"
+msgstr "Transcoder l’audio"
+
 #: modules/gui/wxwidgets/extrapanel.cpp:41
 msgid ""
 "Controls the blending of equalizer bands. The higher this value is, the more "
@@ -14657,7 +14672,7 @@ msgstr "&Messages…"
 msgid "&Preferences..."
 msgstr "&Préférences…"
 
-#: modules/gui/wxwidgets/menus.cpp:572 modules/gui/wxwidgets/menus.cpp:599
+#: modules/gui/wxwidgets/menus.cpp:573 modules/gui/wxwidgets/menus.cpp:600
 msgid "Empty"
 msgstr "Vide"
 
@@ -15197,10 +15212,6 @@ msgstr "Fichier de sortie RRD"
 msgid "Output data for RRDTool in this file."
 msgstr "Faire sortir des données pour RRDTool dans ce fichier."
 
-#: modules/misc/memcpy/memcpyaltivec.c:56
-msgid "AltiVec memcpy"
-msgstr "Module de memcpy optimisé AltiVec"
-
 #: modules/misc/memcpy/memcpy.c:83
 msgid "libc memcpy"
 msgstr "Module de memcpy pour libc"
@@ -15217,6 +15228,10 @@ msgstr "Module de memcpy optimisé MMX"
 msgid "MMX EXT memcpy"
 msgstr "Module de memcpy optimisé MMMEXT"
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr "Module de memcpy optimisé AltiVec"
+
 #: modules/misc/msn.c:64
 msgid "MSN Title format string"
 msgstr "Format de titre"
@@ -16704,13 +16719,6 @@ msgstr "Conversions MMX de I420,IYUV,YV12 vers RV15,RV16,RV24,RV32"
 msgid "Conversions from "
 msgstr "Conversions de "
 
-#: 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 " vers "
-
 #: 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 "
@@ -18390,6 +18398,12 @@ msgstr "Couleur utilisée pour afficher le texte dans la sortie xosd."
 msgid "XOSD interface"
 msgstr "Interface XOSD"
 
+#~ msgid "Create"
+#~ msgstr "Créer"
+
+#~ msgid " to "
+#~ msgstr " vers "
+
 #~ msgid ""
 #~ "This has no effect on actual encoding quality, it just prevents the stats "
 #~ "from being calculated (for speed)."
@@ -18397,9 +18411,6 @@ msgstr "Interface XOSD"
 #~ "Ceci n'a pas d'effet sur la qualité d'encodage. Les statistiques ne "
 #~ "seront pas calculées afin de gagner du temps."
 
-#~ msgid "Errors"
-#~ msgstr "Erreurs"
-
 #, fuzzy
 #~ msgid "Yes"
 #~ msgstr "&Oui"
diff --git a/po/gl.po b/po/gl.po
index a4eddb23bad8814be3e348909d64fa74ad57bd3e..bf946e8292c56b313cda6323680d5538be16f4fc 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: VLC-0.8.4-test2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-31 15:10+0400\n"
+"POT-Creation-Date: 2006-09-04 11:13+0200\n"
 "PO-Revision-Date: 2006-04-17 18:37+0100\n"
 "Last-Translator: Iván Seoane Pardo <talivan.ivan@gmail.com>\n"
 "Language-Team: Galician\n"
@@ -15,6 +15,18 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: include/vlc/vlc.h:576
+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"
+"see the file named COPYING for details.\n"
+"Written by the VideoLAN team; see the AUTHORS file.\n"
+msgstr ""
+"Este programa ven sen GARANTÍA, ata o permitido pola lei.\n"
+"Ti podes redistribuílo baixo os termos da Licenza Pública Xeral GNU;\n"
+"Prós detalles ve-lo arquivo 'COPYING'.\n"
+"Escrito polo equipo do VideoLAN; ve-lo arquivo 'AUTHORS'.\n"
+
 #: include/vlc_config_cat.h:32
 msgid "VLC preferences"
 msgstr "Preferencias do VLC"
@@ -64,7 +76,7 @@ msgstr "Axustes prás interfaces de control do VLC"
 msgid "Hotkeys settings"
 msgstr "Axustes de teclas rápidas"
 
-#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1209
+#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1217
 #: modules/gui/beos/InterfaceWindow.cpp:282 modules/gui/macosx/extended.m:81
 #: modules/gui/macosx/intf.m:555 modules/gui/macosx/output.m:170
 #: modules/gui/macosx/playlistinfo.m:96 modules/gui/macosx/wizard.m:421
@@ -108,9 +120,9 @@ msgstr "Módulos de saída"
 msgid "These are general settings for audio output modules."
 msgstr "Estas son os axustes xerais prós módulos de saída do audio"
 
-#: include/vlc_config_cat.h:71 src/libvlc.h:1553
+#: include/vlc_config_cat.h:71 src/libvlc.h:1563
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:578
-#: modules/gui/wxwidgets/menus.cpp:279 modules/stream_out/transcode.c:285
+#: modules/gui/wxwidgets/menus.cpp:280 modules/stream_out/transcode.c:285
 msgid "Miscellaneous"
 msgstr "Outras"
 
@@ -118,7 +130,7 @@ msgstr "Outras"
 msgid "Miscellaneous audio settings and modules."
 msgstr "Outros axustes de audio e módulos."
 
-#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1244
+#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1252
 #: modules/gui/macosx/extended.m:80 modules/gui/macosx/intf.m:568
 #: modules/gui/macosx/output.m:160 modules/gui/macosx/playlistinfo.m:86
 #: modules/gui/macosx/wizard.m:422
@@ -237,7 +249,7 @@ msgstr "Axustes pra codificadores e descodificadores de audio+vídeo e outros."
 msgid "General input settings. Use with care."
 msgstr "Axustes xerais de entrada. Usar con coidado."
 
-#: include/vlc_config_cat.h:135 src/libvlc.h:1483
+#: include/vlc_config_cat.h:135 src/libvlc.h:1493
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:152
 msgid "Stream output"
 msgstr "Saída de fluxo"
@@ -347,8 +359,8 @@ msgstr "VOD"
 msgid "VLC's implementation of Video On Demand"
 msgstr "Implementación do 'Video ON Demand' do VLC"
 
-#: include/vlc_config_cat.h:186 src/libvlc.h:1608 src/playlist/engine.c:79
-#: src/playlist/engine.c:81 modules/demux/playlist/playlist.c:56
+#: include/vlc_config_cat.h:186 src/libvlc.h:1618 src/playlist/engine.c:91
+#: src/playlist/engine.c:93 modules/demux/playlist/playlist.c:56
 #: modules/demux/playlist/playlist.c:57
 #: modules/gui/beos/InterfaceWindow.cpp:231
 #: modules/gui/beos/InterfaceWindow.cpp:325 modules/gui/macosx/intf.m:500
@@ -384,7 +396,7 @@ msgstr ""
 "Os módulos de servizos Discovery son aplicacións que engaden automaticamente "
 "elementos á lista de reprodución."
 
-#: include/vlc_config_cat.h:197 src/libvlc.h:1444
+#: include/vlc_config_cat.h:197 src/libvlc.h:1454
 #: modules/gui/macosx/prefs.m:124
 msgid "Advanced"
 msgstr "Avanzado"
@@ -505,7 +517,7 @@ msgstr "Selecciona o arquivo no que gardar"
 #: modules/gui/wxwidgets/interface.cpp:677
 #: modules/gui/wxwidgets/interface.cpp:688
 #: modules/gui/wxwidgets/interface.cpp:1216
-#: modules/gui/wxwidgets/menus.cpp:263 modules/gui/wxwidgets/menus.cpp:274
+#: modules/gui/wxwidgets/menus.cpp:264 modules/gui/wxwidgets/menus.cpp:275
 msgid "Play"
 msgstr "Reproducir"
 
@@ -523,8 +535,8 @@ msgid "Delete"
 msgstr "Eliminar"
 
 #: include/vlc_intf_strings.h:37 modules/gui/macosx/intf.m:599
-#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlistinfo.m:55
-#: modules/gui/macosx/playlistinfo.m:363 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/playlistinfo.m:55 modules/gui/macosx/playlistinfo.m:363
 msgid "Information"
 msgstr "Información"
 
@@ -560,8 +572,8 @@ msgstr "Metainformación"
 msgid "Title"
 msgstr "Título"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:58
-#: modules/gui/macosx/playlist.m:130 modules/gui/macosx/wizard.m:393
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:130
+#: modules/gui/macosx/playlistinfo.m:58 modules/gui/macosx/wizard.m:393
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:50
 msgid "Author"
 msgstr "Autor"
@@ -633,18 +645,6 @@ msgstr "Nome do códec"
 msgid "Codec Description"
 msgstr "Descrición do códec"
 
-#: include/vlc/vlc.h:576
-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"
-"see the file named COPYING for details.\n"
-"Written by the VideoLAN team; see the AUTHORS file.\n"
-msgstr ""
-"Este programa ven sen GARANTÍA, ata o permitido pola lei.\n"
-"Ti podes redistribuílo baixo os termos da Licenza Pública Xeral GNU;\n"
-"Prós detalles ve-lo arquivo 'COPYING'.\n"
-"Escrito polo equipo do VideoLAN; ve-lo arquivo 'AUTHORS'.\n"
-
 #: src/audio_output/filters.c:154 src/audio_output/filters.c:201
 #: src/audio_output/filters.c:224
 #, fuzzy
@@ -658,7 +658,7 @@ msgid "The maximum number of filters (%d) was reached."
 msgstr ""
 
 #: src/audio_output/input.c:80 src/audio_output/input.c:126
-#: src/input/es_out.c:361 src/libvlc.h:417 src/video_output/video_output.c:421
+#: src/input/es_out.c:361 src/libvlc.h:421 src/video_output/video_output.c:421
 #: modules/codec/ffmpeg/postprocess.c:94
 msgid "Disable"
 msgstr "Inhabilitar"
@@ -807,13 +807,14 @@ msgid "VLC could not open the decoder module."
 msgstr ""
 
 #: src/input/decoder.c:136
-msgid "No suitable decoder module for FOURCC \"4.4s\" found"
+msgid "No suitable decoder module for format"
 msgstr ""
 
 #: src/input/decoder.c:137
+#, c-format
 msgid ""
-"VLC probably does not support this audio or video format. Regrettably, there "
-"is no way for you to fix this."
+"VLC probably does not support the “%4.4s” audio or video format. "
+"Unfortunately there is no way for you to fix this."
 msgstr ""
 
 #: src/input/es_out.c:383 src/input/es_out.c:385 src/input/es_out.c:391
@@ -824,7 +825,7 @@ msgid "Track %i"
 msgstr "Pista %i"
 
 #: src/input/es_out.c:465 src/input/es_out.c:467 src/input/es_out.c:567
-#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:443
+#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:447
 #: modules/gui/macosx/intf.m:548 modules/gui/macosx/intf.m:549
 msgid "Program"
 msgstr "Programa"
@@ -863,8 +864,8 @@ msgstr "%d Hz"
 msgid "Bits per sample"
 msgstr "Bits por mostra"
 
-#: src/input/es_out.c:1605 modules/access_output/shout.c:86
-#: modules/access/pvr.c:84
+#: src/input/es_out.c:1605 modules/access/pvr.c:84
+#: modules/access_output/shout.c:86
 msgid "Bitrate"
 msgstr "Taxa de bits"
 
@@ -916,7 +917,7 @@ msgstr ""
 msgid "Bookmark"
 msgstr "Marcador"
 
-#: src/input/var.c:131 src/libvlc.h:449
+#: src/input/var.c:131 src/libvlc.h:453
 msgid "Programs"
 msgstr "Programas"
 
@@ -1647,44 +1648,54 @@ msgstr ""
 "se descodifica, isto pode aforrar algunha potencia no procesador."
 
 #: src/libvlc.h:278
+#, fuzzy
+msgid "Embedded video"
+msgstr "Saída de vídeo integrado"
+
+#: src/libvlc.h:280
+#, fuzzy
+msgid "Embed the video output in the main interface."
+msgstr "Integrar vídeo na interface"
+
+#: src/libvlc.h:282
 msgid "Fullscreen video output"
 msgstr "Saída do vídeo en pantalla completa"
 
-#: src/libvlc.h:280
+#: src/libvlc.h:284
 msgid "Start video in fullscreen mode"
 msgstr "Iniciar vídeo no modo pantalla completa"
 
-#: src/libvlc.h:282
+#: src/libvlc.h:286
 msgid "Overlay video output"
 msgstr "Transparencia da saída de vídeo"
 
-#: src/libvlc.h:284
+#: src/libvlc.h:288
 msgid ""
 "Overlay is the hardware acceleration capability of your video card (ability "
 "to render video directly). VLC will try to use it by default."
 msgstr ""
 
-#: src/libvlc.h:287 src/video_output/vout_intf.c:399
+#: src/libvlc.h:291 src/video_output/vout_intf.c:399
 msgid "Always on top"
 msgstr "Sempre visible"
 
-#: src/libvlc.h:289
+#: src/libvlc.h:293
 msgid "Always place the video window on top of other windows."
 msgstr "Situa-la ventá do vídeo sempre por riba das outras ventás."
 
-#: src/libvlc.h:291
+#: src/libvlc.h:295
 msgid "Disable screensaver"
 msgstr "Inhabilitar protector de pantalla"
 
-#: src/libvlc.h:292
+#: src/libvlc.h:296
 msgid "Disable the screensaver during video playback."
 msgstr "Inhabilita o protector de pantalla durante a reprodución de vídeo."
 
-#: src/libvlc.h:294
+#: src/libvlc.h:298
 msgid "Window decorations"
 msgstr "Decoracións da ventá"
 
-#: src/libvlc.h:296
+#: src/libvlc.h:300
 #, fuzzy
 msgid ""
 "VLC can avoid creating window caption, frames, etc... around the video, "
@@ -1693,12 +1704,12 @@ msgstr ""
 "Se esta opción está inhabilitada, o VLC evitará crea-lo título da ventá, "
 "fotogramas, etc... ó redor do vídeo."
 
-#: src/libvlc.h:299
+#: src/libvlc.h:303
 #, fuzzy
 msgid "Video output filter module"
 msgstr "Módulo de saída do vídeo"
 
-#: src/libvlc.h:301
+#: src/libvlc.h:305
 #, fuzzy
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
@@ -1708,11 +1719,11 @@ msgstr ""
 "de imaxe, por exemplo desentrelazando, ou pra copiar ou distorsionar a ventá "
 "de vídeo."
 
-#: src/libvlc.h:305
+#: src/libvlc.h:309
 msgid "Video filter module"
 msgstr "Módulo de filtro do vídeo"
 
-#: src/libvlc.h:307
+#: src/libvlc.h:311
 #, fuzzy
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
@@ -1722,59 +1733,59 @@ msgstr ""
 "de imaxe, por exemplo desentrelazando, ou pra copiar ou distorsionar a ventá "
 "de vídeo."
 
-#: src/libvlc.h:311
+#: src/libvlc.h:315
 #, fuzzy
 msgid "Video snapshot directory (or filename)"
 msgstr "Directorio das capturas de pantalla do vídeo"
 
-#: src/libvlc.h:313
+#: src/libvlc.h:317
 msgid "Directory where the video snapshots will be stored."
 msgstr "Directorio onde se almacenarán as capturas de pantalla do vídeo."
 
-#: src/libvlc.h:315 src/libvlc.h:317
+#: src/libvlc.h:319 src/libvlc.h:321
 #, fuzzy
 msgid "Video snapshot file prefix"
 msgstr "Formato das capturas de pantalla"
 
-#: src/libvlc.h:319
+#: src/libvlc.h:323
 msgid "Video snapshot format"
 msgstr "Formato das capturas de pantalla"
 
-#: src/libvlc.h:321
+#: src/libvlc.h:325
 msgid "Image format which will be used to store the video snapshots"
 msgstr ""
 
-#: src/libvlc.h:323
+#: src/libvlc.h:327
 msgid "Display video snapshot preview"
 msgstr "Amosar previsualización da captura de pantalla do vídeo"
 
-#: src/libvlc.h:325
+#: src/libvlc.h:329
 msgid "Display the snapshot preview in the screen's top-left corner."
 msgstr ""
 
-#: src/libvlc.h:327
+#: src/libvlc.h:331
 msgid "Use sequential numbers instead of timestamps"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:333
 msgid "Use sequential numbers instead of timestamps for snapshot numbering"
 msgstr ""
 
-#: src/libvlc.h:331
+#: src/libvlc.h:335
 msgid "Video cropping"
 msgstr "Recorte do vídeo"
 
-#: src/libvlc.h:333
+#: src/libvlc.h:337
 msgid ""
 "This forces the cropping of the source video. Accepted formats are x:y (4:3, "
 "16:9, etc.) expressing the global image aspect."
 msgstr ""
 
-#: src/libvlc.h:337
+#: src/libvlc.h:341
 msgid "Source aspect ratio"
 msgstr "Proporción de aspecto da fonte"
 
-#: src/libvlc.h:339
+#: src/libvlc.h:343
 #, fuzzy
 msgid ""
 "This forces the source aspect ratio. For instance, some DVDs claim to be "
@@ -1790,32 +1801,32 @@ msgstr ""
 "da imaxe, ou un valor flotante (1.25, 1.3333, etc.) expresando a equidade de "
 "píxel."
 
-#: src/libvlc.h:346
+#: src/libvlc.h:350
 msgid "Custom crop ratios list"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:352
 msgid ""
 "Comma seperated list of crop ratios which will be added in the interface's "
 "crop ratios list."
 msgstr ""
 
-#: src/libvlc.h:351
+#: src/libvlc.h:355
 #, fuzzy
 msgid "Custom aspect ratios list"
 msgstr "Repetir proporción de aspecto da fonte"
 
-#: src/libvlc.h:353
+#: src/libvlc.h:357
 msgid ""
 "Comma seperated list of aspect ratios which will be added in the interface's "
 "aspect ratio list."
 msgstr ""
 
-#: src/libvlc.h:356
+#: src/libvlc.h:360
 msgid "Fix HDTV height"
 msgstr "Arranxa-la altura do HDTV"
 
-#: src/libvlc.h:358
+#: src/libvlc.h:362
 #, fuzzy
 msgid ""
 "This allows proper handling of HDTV-1080 video format even if broken encoder "
@@ -1827,11 +1838,11 @@ msgstr ""
 "Inhabilita esta opción só se o teu vídeo tén un formato non-estándar que "
 "require as 1088 liñas."
 
-#: src/libvlc.h:363
+#: src/libvlc.h:367
 msgid "Monitor pixel aspect ratio"
 msgstr "Supervisar proporción de aspecto de píxel"
 
-#: src/libvlc.h:365
+#: src/libvlc.h:369
 #, fuzzy
 msgid ""
 "This forces the monitor aspect ratio. Most monitors have square pixels "
@@ -1842,11 +1853,11 @@ msgstr ""
 "monitores teñen un 4:3. Se o teu ten unha pantalla de 16:9, necesitaralo "
 "mudar a 16:9 pra manter proporcións."
 
-#: src/libvlc.h:370
+#: src/libvlc.h:374
 msgid "Skip frames"
 msgstr "Saltar fotogramas"
 
-#: src/libvlc.h:372
+#: src/libvlc.h:376
 msgid ""
 "This option enables framedropping on MPEG2 stream. Framedropping occurs when "
 "your computer is not powerful enough"
@@ -1855,11 +1866,11 @@ msgstr ""
 "no fluxo MPEG2. Os cadros caídos aparecen cando o teu computador non tén "
 "potencia dabondo."
 
-#: src/libvlc.h:375
+#: src/libvlc.h:379
 msgid "Drop late frames"
 msgstr "Deixar fotogramas tardíos"
 
-#: src/libvlc.h:377
+#: src/libvlc.h:381
 msgid ""
 "This drops frames that are late (arrive to the video output after their "
 "intended display date)."
@@ -1867,11 +1878,11 @@ msgstr ""
 "Isto abandona os fotogramas que chegan tarde (chegan á saída de vídeo "
 "despois da súa data prevista de visualización)."
 
-#: src/libvlc.h:380
+#: src/libvlc.h:384
 msgid "Quiet synchro"
 msgstr "Sincronización silenciosa"
 
-#: src/libvlc.h:382
+#: src/libvlc.h:386
 #, fuzzy
 msgid ""
 "This avoids flooding the message log with debug output from the video output "
@@ -1880,7 +1891,7 @@ msgstr ""
 "Habilita esta opción pra evitar inunda-lo rexistro de mensaxes con "
 "información de depuración da sincronización da saída de vídeo."
 
-#: src/libvlc.h:391
+#: src/libvlc.h:395
 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 "
@@ -1890,17 +1901,17 @@ msgstr ""
 "entrada, tales coma o dispositivo de DVD ou de VCD, os axustes da interface "
 "de rede ou a canle de subtítulos."
 
-#: src/libvlc.h:396
+#: src/libvlc.h:400
 msgid ""
 "If you live in France, it is not allowed to workaround any Digital "
 "Restrictions Management measure."
 msgstr ""
 
-#: src/libvlc.h:399
+#: src/libvlc.h:403
 msgid "Clock reference average counter"
 msgstr "Contador medio da referenza do reloxo"
 
-#: src/libvlc.h:401
+#: src/libvlc.h:405
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
@@ -1908,11 +1919,11 @@ msgstr ""
 "Ó usa-la entrada PVR (ou unha fonte moi irregular), deberías pór isto a "
 "10000."
 
-#: src/libvlc.h:404
+#: src/libvlc.h:408
 msgid "Clock synchronisation"
 msgstr "Sincronización do reloxo"
 
-#: src/libvlc.h:406
+#: src/libvlc.h:410
 #, fuzzy
 msgid ""
 "It is possible to disable the input clock synchronisation for real-time "
@@ -1921,17 +1932,17 @@ msgstr ""
 "Permíteche habilitar/inhabilitar a sincronización do reloxo de entrada pra "
 "fontes a tempo real."
 
-#: src/libvlc.h:410 modules/control/netsync.c:71
+#: src/libvlc.h:414 modules/control/netsync.c:71
 msgid "Network synchronisation"
 msgstr "Sincronización de rede"
 
-#: src/libvlc.h:411
+#: src/libvlc.h:415
 msgid ""
 "This allows you to remotely synchronise clocks for server and client. The "
 "detailed settings are available in Advanced / Network Sync."
 msgstr ""
 
-#: src/libvlc.h:417 src/libvlc.h:964 src/video_output/vout_intf.c:261
+#: src/libvlc.h:421 src/libvlc.h:972 src/video_output/vout_intf.c:261
 #: src/video_output/vout_intf.c:348 modules/access/dshow/dshow.cpp:74
 #: modules/access/dshow/dshow.cpp:76 modules/access/dshow/dshow.cpp:79
 #: modules/access/dshow/dshow.cpp:85 modules/audio_output/alsa.c:102
@@ -1944,7 +1955,7 @@ msgstr ""
 msgid "Default"
 msgstr "Por defecto"
 
-#: src/libvlc.h:417 modules/gui/macosx/equalizer.m:145
+#: src/libvlc.h:421 modules/gui/macosx/equalizer.m:145
 #: modules/gui/macosx/extended.m:113 modules/gui/macosx/wizard.m:395
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:633
 #: modules/gui/wxwidgets/extrapanel.cpp:216
@@ -1952,19 +1963,19 @@ msgstr "Por defecto"
 msgid "Enable"
 msgstr "Habilitar"
 
-#: src/libvlc.h:419
+#: src/libvlc.h:423
 msgid "UDP port"
 msgstr "Porto UDP"
 
-#: src/libvlc.h:421
+#: src/libvlc.h:425
 msgid "This is the default port used for UDP streams. Default is 1234."
 msgstr "Este é o porto usado polo fluxo UDP. Por defecto é o 1234."
 
-#: src/libvlc.h:423
+#: src/libvlc.h:427
 msgid "MTU of the network interface"
 msgstr "A MTU da interface de rede"
 
-#: src/libvlc.h:425
+#: src/libvlc.h:429
 #, fuzzy
 msgid ""
 "This is the maximum packet size that can be transmitted over the network "
@@ -1973,31 +1984,31 @@ msgstr ""
 "Este é o tamaño máximo do paquete que se pode transmitir sobre a interface "
 "de rede. Na Ethernet é xeralmente de 1500 bytes."
 
-#: src/libvlc.h:428
+#: src/libvlc.h:432
 msgid "Hop limit (TTL)"
 msgstr ""
 
-#: src/libvlc.h:430
+#: src/libvlc.h:434
 msgid ""
 "This is the hop limit (also known as \"Time-To-Live\" or TTL) of the "
 "multicast packets sent by the stream output (0 = use operating system built-"
 "in default)."
 msgstr ""
 
-#: src/libvlc.h:434
+#: src/libvlc.h:438
 msgid "IPv6 multicast output interface"
 msgstr "Interface de saída multiemisión IPv6"
 
-#: src/libvlc.h:436
+#: src/libvlc.h:440
 msgid "Default IPv6 multicast interface. This overrides the routing table."
 msgstr ""
 "Interface multiemisión IPv6 por defecto. Isto anula a táboa de encamiñamento."
 
-#: src/libvlc.h:438
+#: src/libvlc.h:442
 msgid "IPv4 multicast output interface address"
 msgstr "Enderezo da interface de saída multiemisión IPv4"
 
-#: src/libvlc.h:440
+#: src/libvlc.h:444
 msgid ""
 "IPv4 adress for the default multicast interface. This overrides the routing "
 "table."
@@ -2005,7 +2016,7 @@ msgstr ""
 "Enderezo da interface multiemisión IPv4 por defecto. Isto anula a táboa de "
 "encamiñamento."
 
-#: src/libvlc.h:445
+#: src/libvlc.h:449
 msgid ""
 "Choose the program to select by giving its Service ID. Only use this option "
 "if you want to read a multi-program stream (like DVB streams for example)."
@@ -2013,7 +2024,7 @@ msgstr ""
 "Escolle o programa a seleccionar dando o ID de servizo. Usa esta opción só "
 "se queres ler un fluxo multiprograma (coma por exemplo fluxos DVB)."
 
-#: src/libvlc.h:451
+#: src/libvlc.h:455
 msgid ""
 "Choose the programs to select by giving a comma-separated list of Service "
 "IDs (SIDs). Only use this option if you want to read a multi-program stream "
@@ -2023,27 +2034,27 @@ msgstr ""
 "separados por comas. Usa esta opción só se desexas ler un fluxo "
 "multiprograma (coma por exemplo fluxos DVB)."
 
-#: src/libvlc.h:457 modules/gui/wxwidgets/dialogs/open.cpp:779
+#: src/libvlc.h:461 modules/gui/wxwidgets/dialogs/open.cpp:779
 msgid "Audio track"
 msgstr "Pista de audio"
 
-#: src/libvlc.h:459
+#: src/libvlc.h:463
 msgid "Stream number of the audio track to use (from 0 to n)."
 msgstr "Número de fluxo da pista de audio a usar (de 0 a n)."
 
-#: src/libvlc.h:462 modules/gui/wxwidgets/dialogs/open.cpp:771
+#: src/libvlc.h:466 modules/gui/wxwidgets/dialogs/open.cpp:771
 msgid "Subtitles track"
 msgstr "Pista de subtítulos"
 
-#: src/libvlc.h:464
+#: src/libvlc.h:468
 msgid "Stream number of the subtitle track to use (from 0 to n)."
 msgstr "Número de fluxo da pista de subtítulos a usar (de 0 a n)."
 
-#: src/libvlc.h:467
+#: src/libvlc.h:471
 msgid "Audio language"
 msgstr "Linguaxe do audio"
 
-#: src/libvlc.h:469
+#: src/libvlc.h:473
 msgid ""
 "Language of the audio track you want to use (comma separated, two or three "
 "letter country code)."
@@ -2051,11 +2062,11 @@ msgstr ""
 "Linguaxe da pista de audio que queres usar (separados por comas, dous ou "
 "tres códigos alfabéticos de países)."
 
-#: src/libvlc.h:472
+#: src/libvlc.h:476
 msgid "Subtitle language"
 msgstr "Linguaxe dos subtítulos"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:478
 msgid ""
 "Language of the subtitle track you want to use (comma separated, two or tree "
 "letter country code)."
@@ -2063,51 +2074,51 @@ msgstr ""
 "Linguaxe da pista de subtítulos que queres usar (separados por comas, dous "
 "ou tres códigos alfabéticos de países)."
 
-#: src/libvlc.h:478
+#: src/libvlc.h:482
 msgid "Audio track ID"
 msgstr "ID da pista de audio"
 
-#: src/libvlc.h:480
+#: src/libvlc.h:484
 msgid "Stream ID of the audio track to use."
 msgstr "ID de fluxo da pista de audio a usar."
 
-#: src/libvlc.h:482
+#: src/libvlc.h:486
 msgid "Subtitles track ID"
 msgstr "ID da pista de subtítulos"
 
-#: src/libvlc.h:484
+#: src/libvlc.h:488
 msgid "Stream ID of the subtitle track to use."
 msgstr "ID de fluxo da pista de subtítulos a usar."
 
-#: src/libvlc.h:486
+#: src/libvlc.h:490
 msgid "Input repetitions"
 msgstr "Repeticións de entrada"
 
-#: src/libvlc.h:488
+#: src/libvlc.h:492
 msgid "Number of time the same input will be repeated"
 msgstr "Número do tempo que a mesma entrada será repetida"
 
-#: src/libvlc.h:490
+#: src/libvlc.h:494
 msgid "Start time"
 msgstr "Tempo de comezo"
 
-#: src/libvlc.h:492
+#: src/libvlc.h:496
 msgid "The stream will start at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:494
+#: src/libvlc.h:498
 msgid "Stop time"
 msgstr "Tempo de parada"
 
-#: src/libvlc.h:496
+#: src/libvlc.h:500
 msgid "The stream will stop at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:498
+#: src/libvlc.h:502
 msgid "Input list"
 msgstr "Lista de entrada"
 
-#: src/libvlc.h:500
+#: src/libvlc.h:504
 msgid ""
 "You can give a comma-separated list of inputs that will be concatenated "
 "together after the normal one."
@@ -2115,11 +2126,11 @@ msgstr ""
 "Podes dar unha listaxe de entradas separadas por comas que se concatenarán "
 "despois da normal."
 
-#: src/libvlc.h:503
+#: src/libvlc.h:507
 msgid "Input slave (experimental)"
 msgstr "Escravo de entrada (experimental)"
 
-#: src/libvlc.h:505
+#: src/libvlc.h:509
 msgid ""
 "This allows you to play from several inputs at the same time. This feature "
 "is experimental, not all formats are supported. Use a '#' separated list of "
@@ -2129,11 +2140,11 @@ msgstr ""
 "característica é experimental, e non admite tódolos formatos. Usa un '#' pra "
 "separa-la listaxe de entradas."
 
-#: src/libvlc.h:509
+#: src/libvlc.h:513
 msgid "Bookmarks list for a stream"
 msgstr "Listaxe de marcadores pra un fluxo"
 
-#: src/libvlc.h:511
+#: src/libvlc.h:515
 msgid ""
 "You can manually give a list of bookmarks for a stream in the form "
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
@@ -2143,7 +2154,7 @@ msgstr ""
 "\"{name=nome-do-marcador,time=tempo-de-compensación-opcional,bytes=byte-de-"
 "compensación-opcional},{...}\""
 
-#: src/libvlc.h:517
+#: src/libvlc.h:521
 msgid ""
 "These options allow you to modify the behavior of the subpictures subsystem. "
 "You can for example enable subpictures filters (logo, etc.). Enable these "
@@ -2155,11 +2166,11 @@ msgstr ""
 "etc.). Habilítaos aquí e configúraos na sección de módulos \"filtros de "
 "subimaxes\". Tamén podes pór outras opcións de subimaxes."
 
-#: src/libvlc.h:523
+#: src/libvlc.h:527
 msgid "Force subtitle position"
 msgstr "Forzar posición de subtítulos"
 
-#: src/libvlc.h:525
+#: src/libvlc.h:529
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
@@ -2167,20 +2178,20 @@ msgstr ""
 "Podes usar esta opción pra situa-los subtítulos baixo a película, no canto "
 "de estar encol da película. Proba varias posicións."
 
-#: src/libvlc.h:528
+#: src/libvlc.h:532
 msgid "Enable sub-pictures"
 msgstr "Habilitar subimaxes"
 
-#: src/libvlc.h:530
+#: src/libvlc.h:534
 msgid "You can completely disable the sub-picture processing."
 msgstr ""
 
-#: src/libvlc.h:532 src/libvlc.h:1324 src/misc/iso-639_def.h:143
+#: src/libvlc.h:536 src/libvlc.h:1334 src/misc/iso-639_def.h:143
 #: modules/stream_out/transcode.c:281
 msgid "On Screen Display"
 msgstr "Amosar na pantalla (OSD)"
 
-#: src/libvlc.h:534
+#: src/libvlc.h:538
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
 "Display)."
@@ -2188,32 +2199,32 @@ msgstr ""
 "O VLC pode amosar mensaxes no vídeo. Isto chámase OSD (On Screen Display - "
 "Amosar Na Pantalla)."
 
-#: src/libvlc.h:537
+#: src/libvlc.h:541
 #, fuzzy
 msgid "Text rendering module"
 msgstr "Intérprete de texto"
 
-#: src/libvlc.h:539
+#: src/libvlc.h:543
 msgid ""
 "VLC normally uses Freetype for rendering, but this allows you to use svg for "
 "instance."
 msgstr ""
 
-#: src/libvlc.h:542
+#: src/libvlc.h:546
 msgid "Subpictures filter module"
 msgstr "Módulo de filtro das subimaxes"
 
-#: src/libvlc.h:544
+#: src/libvlc.h:548
 msgid ""
 "This adds so-called \"subpicture filters\". These filters overlay some "
 "images or text over the video (like a logo, arbitraty text...)."
 msgstr ""
 
-#: src/libvlc.h:547
+#: src/libvlc.h:551
 msgid "Autodetect subtitle files"
 msgstr "Autodetectar arquivo de subtítulos"
 
-#: src/libvlc.h:549
+#: src/libvlc.h:553
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified "
 "(based on the filename of the movie)."
@@ -2222,11 +2233,11 @@ msgstr ""
 "ningún nome de arquivo de subtítulos (dacordo co nome de arquivo da "
 "película)."
 
-#: src/libvlc.h:552
+#: src/libvlc.h:556
 msgid "Subtitle autodetection fuzziness"
 msgstr "Exactitude na autodetección dos subtítulos"
 
-#: src/libvlc.h:554
+#: src/libvlc.h:558
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -2245,11 +2256,11 @@ msgstr ""
 "adicionais\n"
 "4 = arquivo de subtítulos exactamente igual ó nome de película"
 
-#: src/libvlc.h:562
+#: src/libvlc.h:566
 msgid "Subtitle autodetection paths"
 msgstr "Localizacións de autodetección dos subtítulos"
 
-#: src/libvlc.h:564
+#: src/libvlc.h:568
 msgid ""
 "Look for a subtitle file in those paths too, if your subtitle file was not "
 "found in the current directory."
@@ -2257,11 +2268,11 @@ msgstr ""
 "Tamén busca un arquivo de subtítulos nestas localizacións, se non se atopou "
 "o teu arquivo de subtítulos no directorio actual."
 
-#: src/libvlc.h:567
+#: src/libvlc.h:571
 msgid "Use subtitle file"
 msgstr "Usar arquivo de subtítulos"
 
-#: src/libvlc.h:569
+#: src/libvlc.h:573
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
@@ -2269,11 +2280,11 @@ msgstr ""
 "Cargar este arquivo de subtítulos. Usalo cando non se detecte o teu arquivo "
 "de subtítulos."
 
-#: src/libvlc.h:572
+#: src/libvlc.h:576
 msgid "DVD device"
 msgstr "Dispositivo de DVD"
 
-#: src/libvlc.h:575
+#: src/libvlc.h:579
 msgid ""
 "This is the default DVD drive (or file) to use. Don't forget the colon after "
 "the drive letter (eg. D:)"
@@ -2281,15 +2292,15 @@ msgstr ""
 "Este é a unidade (ou arquivo) DVD a usar por defecto. Non esquéza-los dous "
 "puntos trala letra de unidad (ex. D:)"
 
-#: src/libvlc.h:579
+#: src/libvlc.h:583
 msgid "This is the default DVD device to use."
 msgstr "Este é o dispositivo DVD a usar por defecto."
 
-#: src/libvlc.h:582
+#: src/libvlc.h:586
 msgid "VCD device"
 msgstr "Dispositivo de VCD"
 
-#: src/libvlc.h:585
+#: src/libvlc.h:589
 msgid ""
 "This is the default VCD device to use. If you don't specify anything, we'll "
 "scan for a suitable CD-ROM device."
@@ -2297,15 +2308,15 @@ msgstr ""
 "Este é o dispositivo DVD a usar por defecto. Se non especificas nada, "
 "buscaremos un dispositivo CD-ROM axeitado."
 
-#: src/libvlc.h:589
+#: src/libvlc.h:593
 msgid "This is the default VCD device to use."
 msgstr "Este é o dispositivo VCD a usar por defecto."
 
-#: src/libvlc.h:592
+#: src/libvlc.h:596
 msgid "Audio CD device"
 msgstr "Dispositivo de CD de audio"
 
-#: src/libvlc.h:595
+#: src/libvlc.h:599
 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."
@@ -2313,41 +2324,41 @@ msgstr ""
 "Este é o dispositivo CD de audio a usar por defecto. Se non especificas "
 "nada, buscaremos un dispositivo CD-ROM axeitado."
 
-#: src/libvlc.h:599
+#: src/libvlc.h:603
 msgid "This is the default Audio CD device to use."
 msgstr "Este é o dispositivo CD de audio a usar por defecto."
 
-#: src/libvlc.h:602 modules/gui/wxwidgets/dialogs/open.cpp:841
+#: src/libvlc.h:606 modules/gui/wxwidgets/dialogs/open.cpp:841
 msgid "Force IPv6"
 msgstr "Forzar IPv6"
 
-#: src/libvlc.h:604
+#: src/libvlc.h:608
 msgid "IPv6 will be used by default for all connections."
 msgstr "O IPv6 usarase por defecto pra tódalas conexións."
 
-#: src/libvlc.h:606
+#: src/libvlc.h:610
 msgid "Force IPv4"
 msgstr "Forzar IPv4"
 
-#: src/libvlc.h:608
+#: src/libvlc.h:612
 msgid "IPv4 will be used by default for all connections."
 msgstr "O IPv4 usarase por defecto pra tódalas conexións."
 
-#: src/libvlc.h:610
+#: src/libvlc.h:614
 #, fuzzy
 msgid "TCP connection timeout"
 msgstr "Retardo da conexión TCP en milisegundos (ms)"
 
-#: src/libvlc.h:612
+#: src/libvlc.h:616
 #, fuzzy
 msgid "Default TCP connection timeout (in milliseconds). "
 msgstr "Retardo da conexión TCP en milisegundos (ms)"
 
-#: src/libvlc.h:614
+#: src/libvlc.h:618
 msgid "SOCKS server"
 msgstr "Servidor SOCKS"
 
-#: src/libvlc.h:616
+#: src/libvlc.h:620
 #, fuzzy
 msgid ""
 "SOCKS proxy server to use. This must be of the form address:port. It will be "
@@ -2356,92 +2367,92 @@ msgstr ""
 "Permíteche especificar un servidor SOCKS a usar. Debe ser na forma enderezo:"
 "porto. Usarase pra tódalas conexións TCP."
 
-#: src/libvlc.h:619
+#: src/libvlc.h:623
 msgid "SOCKS user name"
 msgstr "Nome de usuario SOCKS"
 
-#: src/libvlc.h:621
+#: src/libvlc.h:625
 #, fuzzy
 msgid "User name to be used for connection to the SOCKS proxy."
 msgstr ""
 "Permíteche modifica-lo nome de usuario a usar na conexión ó servidor SOCKS."
 
-#: src/libvlc.h:623
+#: src/libvlc.h:627
 msgid "SOCKS password"
 msgstr "Contrasinal SOCKS"
 
-#: src/libvlc.h:625
+#: src/libvlc.h:629
 #, fuzzy
 msgid "Password to be used for connection to the SOCKS proxy."
 msgstr ""
 "Permíteche modifica-lo contrasinal a usar na conexión ó servidor SOCKS."
 
-#: src/libvlc.h:627
+#: src/libvlc.h:631
 msgid "Title metadata"
 msgstr "Metadatos do título"
 
-#: src/libvlc.h:629
+#: src/libvlc.h:633
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr "Permíteche especificar uns metadatos do \"título\" prá entrada."
 
-#: src/libvlc.h:631
+#: src/libvlc.h:635
 msgid "Author metadata"
 msgstr "Metadatos do autor"
 
-#: src/libvlc.h:633
+#: src/libvlc.h:637
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr "Permíteche especificar uns metadatos do \"autor\" prá entrada."
 
-#: src/libvlc.h:635
+#: src/libvlc.h:639
 msgid "Artist metadata"
 msgstr "Metadatos do artista"
 
-#: src/libvlc.h:637
+#: src/libvlc.h:641
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr "Permíteche especificar uns metadatos do \"artista\" prá entrada."
 
-#: src/libvlc.h:639
+#: src/libvlc.h:643
 msgid "Genre metadata"
 msgstr "Metadatos do xénero"
 
-#: src/libvlc.h:641
+#: src/libvlc.h:645
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr "Permíteche especificar uns metadatos do \"xénero\" prá entrada."
 
-#: src/libvlc.h:643
+#: src/libvlc.h:647
 msgid "Copyright metadata"
 msgstr "Metadatos dos dereitos de autor"
 
-#: src/libvlc.h:645
+#: src/libvlc.h:649
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr ""
 "Permíteche especificar uns metadatos dos \"dereitos de autor\" prá entrada."
 
-#: src/libvlc.h:647
+#: src/libvlc.h:651
 msgid "Description metadata"
 msgstr "Metadatos da descrición"
 
-#: src/libvlc.h:649
+#: src/libvlc.h:653
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr "Permíteche especificar uns metadatos da \"descrición\" prá entrada."
 
-#: src/libvlc.h:651
+#: src/libvlc.h:655
 msgid "Date metadata"
 msgstr "Metadatos da data"
 
-#: src/libvlc.h:653
+#: src/libvlc.h:657
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr "Permíteche especificar uns metadatos da \"data\" prá entrada."
 
-#: src/libvlc.h:655
+#: src/libvlc.h:659
 msgid "URL metadata"
 msgstr "Metadatos do enderezo"
 
-#: src/libvlc.h:657
+#: src/libvlc.h:661
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr "Permíteche especificar uns metadatos do \"enderezo\" prá entrada."
 
-#: src/libvlc.h:661
+#: src/libvlc.h:665
 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 "
@@ -2452,11 +2463,11 @@ msgstr ""
 "alterar esta opción xa que o aparato de lectura de tódalos teus fluxos pode "
 "deixar de funcionar axeitadamente."
 
-#: src/libvlc.h:665
+#: src/libvlc.h:669
 msgid "Preferred decoders list"
 msgstr "Listaxe dos descodificadores preferidos"
 
-#: src/libvlc.h:667
+#: src/libvlc.h:671
 msgid ""
 "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. Only advanced "
@@ -2467,18 +2478,18 @@ msgstr ""
 "usuarios avanzados deberían alterar esta opción xa que poden creba-la "
 "lectura de tódolos fluxos."
 
-#: src/libvlc.h:672
+#: src/libvlc.h:676
 msgid "Preferred encoders list"
 msgstr "Listaxe dos codificadores preferidos"
 
-#: src/libvlc.h:674
+#: src/libvlc.h:678
 msgid ""
 "This allows you to select a list of encoders that VLC will use in priority."
 msgstr ""
 "Isto permíteche seleccionar unha listaxe de codificadores que o VLC usará "
 "con prioridade."
 
-#: src/libvlc.h:683
+#: src/libvlc.h:687
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
@@ -2486,11 +2497,11 @@ msgstr ""
 "Estas opcións permítenche configura-las opcións globais por defecto pró "
 "subsistema da saída de fluxo."
 
-#: src/libvlc.h:686
+#: src/libvlc.h:690
 msgid "Default stream output chain"
 msgstr "Cadea da saída de fluxo por defecto"
 
-#: src/libvlc.h:688
+#: src/libvlc.h:692
 msgid ""
 "You can enter here a default stream output chain. Refer to the documentation "
 "to learn how to build such chains.Warning: this chain will be enabled for "
@@ -2500,27 +2511,27 @@ msgstr ""
 "documentación pra aprender como construír tales cadeas. Aviso: esta cadea "
 "habilitarase pra tódolos fluxos."
 
-#: src/libvlc.h:692
+#: src/libvlc.h:696
 msgid "Enable streaming of all ES"
 msgstr "Habilita-la transmisión de todo ES"
 
-#: src/libvlc.h:694
+#: src/libvlc.h:698
 msgid "Stream all elementary streams (video, audio and subtitles)"
 msgstr "Transmitir tódolos fluxos elementais (vídeo, audio e subtítulos)"
 
-#: src/libvlc.h:696
+#: src/libvlc.h:700
 msgid "Display while streaming"
 msgstr "Amosar mentres se transmite"
 
-#: src/libvlc.h:698
+#: src/libvlc.h:702
 msgid "Play locally the stream while streaming it."
 msgstr "Reproduce localmente o fluxo mentres se transmite."
 
-#: src/libvlc.h:700
+#: src/libvlc.h:704
 msgid "Enable video stream output"
 msgstr "Habilita-la saída do fluxo de vídeo"
 
-#: src/libvlc.h:702
+#: src/libvlc.h:706
 msgid ""
 "Choose whether the video stream should be redirected to the stream output "
 "facility when this last one is enabled."
@@ -2528,11 +2539,11 @@ msgstr ""
 "Escolle se se debería redirixi-lo fluxo de vídeo á instalación da saída de "
 "fluxo cando esta última está habilitada."
 
-#: src/libvlc.h:705
+#: src/libvlc.h:709
 msgid "Enable audio stream output"
 msgstr "Habilita-la saída do fluxo de audio"
 
-#: src/libvlc.h:707
+#: src/libvlc.h:711
 msgid ""
 "Choose whether the audio stream should be redirected to the stream output "
 "facility when this last one is enabled."
@@ -2540,11 +2551,11 @@ msgstr ""
 "Escolle se se debería redirixi-lo fluxo de audio á instalación da saída de "
 "fluxo cando esta última está habilitada."
 
-#: src/libvlc.h:710
+#: src/libvlc.h:714
 msgid "Enable SPU stream output"
 msgstr "Habilita-la saída de fluxo SPU"
 
-#: src/libvlc.h:712
+#: src/libvlc.h:716
 msgid ""
 "Choose whether the SPU streams should be redirected to the stream output "
 "facility when this last one is enabled."
@@ -2552,11 +2563,11 @@ msgstr ""
 "Escolle se se debería redirixi-los fluxos SPU á instalación da saída de "
 "fluxo cando esta última está habilitada."
 
-#: src/libvlc.h:715
+#: src/libvlc.h:719
 msgid "Keep stream output open"
 msgstr "Manter aberta a saída de fluxo"
 
-#: src/libvlc.h:717
+#: src/libvlc.h:721
 msgid ""
 "This allows you to keep an unique stream output instance across multiple "
 "playlist item (automatically insert the gather stream output if not "
@@ -2566,42 +2577,42 @@ msgstr ""
 "múltiples elementos das listas de reprodución (automaticamente insire a "
 "saída de fluxo obtida se non se especifica)"
 
-#: src/libvlc.h:721
+#: src/libvlc.h:725
 msgid "Preferred packetizer list"
 msgstr "Lista de empaquetador preferida"
 
-#: src/libvlc.h:723
+#: src/libvlc.h:727
 msgid ""
 "This allows you to select the order in which VLC will choose its packetizers."
 msgstr ""
 "Isto permíteche selecciona-la orde na que o VLC escollerá os seus "
 "empaquetadores."
 
-#: src/libvlc.h:726
+#: src/libvlc.h:730
 msgid "Mux module"
 msgstr "Módulo de multiplexador"
 
-#: src/libvlc.h:728
+#: src/libvlc.h:732
 msgid "This is a legacy entry to let you configure mux modules"
 msgstr ""
 "Esta é unha entrada de herdanza pra che permitir configurar módulos de "
 "multiplexadores."
 
-#: src/libvlc.h:730
+#: src/libvlc.h:734
 msgid "Access output module"
 msgstr "Módulo da saída de acceso"
 
-#: src/libvlc.h:732
+#: src/libvlc.h:736
 msgid "This is a legacy entry to let you configure access output modules"
 msgstr ""
 "Esta é unha entrada de herdanza pra che permitir configurar módulos da saída "
 "de acceso"
 
-#: src/libvlc.h:734
+#: src/libvlc.h:738
 msgid "Control SAP flow"
 msgstr "Controlar fluído SAP"
 
-#: src/libvlc.h:736
+#: src/libvlc.h:740
 #, fuzzy
 msgid ""
 "If this option is enabled, the flow on the SAP multicast address will be "
@@ -2610,11 +2621,11 @@ msgstr ""
 "Se se habilita esta opción, controlarase o fluído no enderezo de "
 "multiemisión SAP. Isto necesítase se desexas facer anuncios no MBone."
 
-#: src/libvlc.h:740
+#: src/libvlc.h:744
 msgid "SAP announcement interval"
 msgstr "Intervalo de anuncio SAP"
 
-#: src/libvlc.h:742
+#: src/libvlc.h:746
 #, fuzzy
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
@@ -2623,7 +2634,7 @@ msgstr ""
 "Cando se inhabilita o control de fluído SAP, isto permíteche pó-lo intervalo "
 "fixo entre anuncios SAP."
 
-#: src/libvlc.h:752
+#: src/libvlc.h:756
 #, fuzzy
 msgid ""
 "These options allow you to enable special CPU optimizations. You should "
@@ -2632,11 +2643,11 @@ msgstr ""
 "Estas opcións permítenche optimiza-la CPU.\n"
 "Deberíalos deixar todos habilitados."
 
-#: src/libvlc.h:755
+#: src/libvlc.h:759
 msgid "Enable FPU support"
 msgstr "Habilitar soporte FPU"
 
-#: src/libvlc.h:757
+#: src/libvlc.h:761
 msgid ""
 "If your processor has a floating point calculation unit, VLC can take "
 "advantage of it."
@@ -2644,11 +2655,11 @@ msgstr ""
 "Se o teu procesador tén unha unidade de cálculo de punto flotante, o VLC "
 "pódea aproveitar."
 
-#: src/libvlc.h:760
+#: src/libvlc.h:764
 msgid "Enable CPU MMX support"
 msgstr "Habilitar soporte CPU MMX"
 
-#: src/libvlc.h:762
+#: src/libvlc.h:766
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
@@ -2656,11 +2667,11 @@ msgstr ""
 "Se o teu procesador admite o conxunto de instrucións MMX, o VLC pódeos "
 "aproveitar."
 
-#: src/libvlc.h:765
+#: src/libvlc.h:769
 msgid "Enable CPU 3D Now! support"
 msgstr "Habilitar soporte CPU 3D"
 
-#: src/libvlc.h:767
+#: src/libvlc.h:771
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
@@ -2668,11 +2679,11 @@ msgstr ""
 "Se o teu procesador admite o conxunto de instrucións 3D, o VLC pódeos "
 "aproveitar."
 
-#: src/libvlc.h:770
+#: src/libvlc.h:774
 msgid "Enable CPU MMX EXT support"
 msgstr "Habilitar soporte CPU MMX EXT"
 
-#: src/libvlc.h:772
+#: src/libvlc.h:776
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
@@ -2680,11 +2691,11 @@ msgstr ""
 "Se o teu procesador admite o conxunto de instrucións MMX EXT, o VLC pódeos "
 "aproveitar."
 
-#: src/libvlc.h:775
+#: src/libvlc.h:779
 msgid "Enable CPU SSE support"
 msgstr "Habilitar soporte CPU SSE"
 
-#: src/libvlc.h:777
+#: src/libvlc.h:781
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
@@ -2692,11 +2703,11 @@ msgstr ""
 "Se o teu procesador admite o conxunto de instrucións SSE, o VLC pódeos "
 "aproveitar."
 
-#: src/libvlc.h:780
+#: src/libvlc.h:784
 msgid "Enable CPU SSE2 support"
 msgstr "Habilitar soporte CPU SSE2"
 
-#: src/libvlc.h:782
+#: src/libvlc.h:786
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
 "of them."
@@ -2704,11 +2715,11 @@ msgstr ""
 "Se o teu procesador admite o conxunto de instrucións SSE2, o VLC pódeos "
 "aproveitar."
 
-#: src/libvlc.h:785
+#: src/libvlc.h:789
 msgid "Enable CPU AltiVec support"
 msgstr "Habilitar soporte CPU AltiVec"
 
-#: src/libvlc.h:787
+#: src/libvlc.h:791
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
@@ -2716,7 +2727,7 @@ msgstr ""
 "Se o teu procesador admite o conxunto de instrucións AltiVec, o VLC pódeos "
 "aproveitar."
 
-#: src/libvlc.h:792
+#: src/libvlc.h:796
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
@@ -2724,11 +2735,11 @@ msgstr ""
 "Estas opcións permítenche seleccionar módulos por defecto. Déixaas así a non "
 "ser que realmente sáibalo que estás a facer..."
 
-#: src/libvlc.h:795
+#: src/libvlc.h:799
 msgid "Memory copy module"
 msgstr "Módulo da copia de memoria"
 
-#: src/libvlc.h:797
+#: src/libvlc.h:801
 msgid ""
 "You can select which memory copy module you want to use. By default VLC will "
 "select the fastest one supported by your hardware."
@@ -2736,11 +2747,11 @@ msgstr ""
 "Podes seleccionar que módulo da copia de memoria queres usar. Por defecto o "
 "VLC seleccionará o máis rápido admitido polo teu soporte físico."
 
-#: src/libvlc.h:800
+#: src/libvlc.h:804
 msgid "Access module"
 msgstr "Módulos de acceso"
 
-#: src/libvlc.h:802
+#: src/libvlc.h:806
 msgid ""
 "This allows you to force an access module. You can use it if the correct "
 "access is not automatically detected. You should not set this as a global "
@@ -2750,21 +2761,21 @@ msgstr ""
 "automaticamente o acceso correcto. Non deberías pór isto coma unha opción "
 "global a non ser que sáibalo que estás a facer."
 
-#: src/libvlc.h:806
+#: src/libvlc.h:810
 msgid "Access filter module"
 msgstr "Módulo do filtro de acceso"
 
-#: src/libvlc.h:808
+#: src/libvlc.h:812
 msgid ""
 "Access filters are used to modify the stream that is being read. This is "
 "used for instance for timeshifting."
 msgstr ""
 
-#: src/libvlc.h:811
+#: src/libvlc.h:815
 msgid "Demux module"
 msgstr "Módulo de desmultiplexador"
 
-#: src/libvlc.h:813
+#: src/libvlc.h:817
 #, fuzzy
 msgid ""
 "Demultiplexers are used to separate the \"elementary\" streams (like audio "
@@ -2776,11 +2787,11 @@ msgstr ""
 "automaticamente o acceso correcto. Non deberías pór isto coma unha opción "
 "global a non ser que sáibalo que estás a facer."
 
-#: src/libvlc.h:818
+#: src/libvlc.h:822
 msgid "Allow real-time priority"
 msgstr "Permitir prioridade a tempo real"
 
-#: src/libvlc.h:820
+#: src/libvlc.h:824
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -2792,11 +2803,11 @@ msgstr ""
 "Nembargante pode bloquear toda a túa máquina, ou facela moi, moi lenta. Só "
 "deberías activar isto se sabes que estás a facer."
 
-#: src/libvlc.h:826
+#: src/libvlc.h:830
 msgid "Adjust VLC priority"
 msgstr "Axustar prioridade do VLC"
 
-#: src/libvlc.h:828
+#: src/libvlc.h:832
 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 "
@@ -2806,86 +2817,86 @@ msgstr ""
 "por defecto do VLC. Podes usala pra afina-la prioridade do VLC perante "
 "outros programas, ou perante outras instancias do VLC."
 
-#: src/libvlc.h:832
+#: src/libvlc.h:836
 msgid "Minimize number of threads"
 msgstr "Minimizar número de fíos"
 
-#: src/libvlc.h:834
+#: src/libvlc.h:838
 msgid "This option minimizes the number of threads needed to run VLC."
 msgstr "Esta opción minimiza o número de fíos precisados pra executa-lo VLC."
 
-#: src/libvlc.h:836
+#: src/libvlc.h:840
 msgid "Modules search path"
 msgstr "Ruta de procura de módulos"
 
-#: src/libvlc.h:838
+#: src/libvlc.h:842
 msgid "Additional path for VLC to look for its modules."
 msgstr "Localización adicional pra que o VLC busque os seus módulos."
 
-#: src/libvlc.h:840
+#: src/libvlc.h:844
 msgid "VLM configuration file"
 msgstr "Arquivo de configuración VLM"
 
-#: src/libvlc.h:842
+#: src/libvlc.h:846
 msgid "Read a VLM configuration file as soon as VLM is started."
 msgstr ""
 
-#: src/libvlc.h:844
+#: src/libvlc.h:848
 msgid "Use a plugins cache"
 msgstr "Usar unha caché de extensións"
 
-#: src/libvlc.h:846
+#: src/libvlc.h:850
 msgid "Use a plugins cache which will greatly improve the startup time of VLC."
 msgstr ""
 "Usa unha caché de extensións que millorará moito o tempo de comezo do VLC."
 
-#: src/libvlc.h:848
+#: src/libvlc.h:852
 msgid "Collect statistics"
 msgstr "Recadar estatísticas"
 
-#: src/libvlc.h:850
+#: src/libvlc.h:854
 msgid "Collect miscellaneous statistics."
 msgstr "Recada outras estatísticas."
 
-#: src/libvlc.h:852
+#: src/libvlc.h:856
 msgid "Run as daemon process"
 msgstr "Executar coma proceso demo"
 
-#: src/libvlc.h:854
+#: src/libvlc.h:858
 msgid "Runs VLC as a background daemon process."
 msgstr ""
 "Executa o VLC coma un proceso demo (daemon - Disk And Execution MONitor) en "
 "segundo plano"
 
-#: src/libvlc.h:856
+#: src/libvlc.h:860
 msgid "Write process id to file"
 msgstr ""
 
-#: src/libvlc.h:858
+#: src/libvlc.h:862
 msgid "Writes process id into specified file."
 msgstr ""
 
-#: src/libvlc.h:860
+#: src/libvlc.h:864
 msgid "Log to file"
 msgstr "Rexistrar a arquivo"
 
-#: src/libvlc.h:862
+#: src/libvlc.h:866
 msgid "Log all VLC messages to a text file."
 msgstr ""
 
-#: src/libvlc.h:864
+#: src/libvlc.h:868
 msgid "Log to syslog"
 msgstr ""
 
-#: src/libvlc.h:866
+#: src/libvlc.h:870
 msgid "Log all VLC messages to syslog (UNIX systems)."
 msgstr ""
 
-#: src/libvlc.h:868
+#: src/libvlc.h:872
 msgid "Allow only one running instance"
 msgstr "Só permitir un VLC executándose"
 
-#: src/libvlc.h:870
+#: src/libvlc.h:874
 #, fuzzy
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
@@ -2900,29 +2911,29 @@ msgstr ""
 "explorador. Esta opción permíteche reproduci-lo arquivo coa instancia do VLC "
 "xa executada ou pólo na cola."
 
-#: src/libvlc.h:876
+#: src/libvlc.h:880
 msgid "VLC is started from file association"
 msgstr ""
 
-#: src/libvlc.h:878
+#: src/libvlc.h:882
 msgid "Tell VLC that it is being launched due to a file association in the OS"
 msgstr ""
 
-#: src/libvlc.h:881
+#: src/libvlc.h:885
 #, fuzzy
 msgid "One instance when started from file"
 msgstr "Só permitir un VLC executándose"
 
-#: src/libvlc.h:883
+#: src/libvlc.h:887
 #, fuzzy
 msgid "Allow only one running instance when started from file."
 msgstr "Só permitir un VLC executándose"
 
-#: src/libvlc.h:885
+#: src/libvlc.h:889
 msgid "Increase the priority of the process"
 msgstr "Aumenta-la prioridade do proceso"
 
-#: src/libvlc.h:887
+#: src/libvlc.h:891
 #, fuzzy
 msgid ""
 "Increasing the priority of the process will very likely improve your playing "
@@ -2939,11 +2950,11 @@ msgstr ""
 "podería obter todo o tempo e rendemento do procesador facendo que o sistema "
 "enteiro non respostase e houbese que rearrinca-la túa máquina."
 
-#: src/libvlc.h:894
+#: src/libvlc.h:898
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr "Exclusión mutua (mutex) rápida en NT/2K/XP (só desenvolvedores)"
 
-#: src/libvlc.h:896
+#: src/libvlc.h:900
 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 "
@@ -2954,12 +2965,12 @@ msgstr ""
 "tamén a implementación máis rápida do Win9x pero podes experimentar "
 "problemas con ela."
 
-#: src/libvlc.h:901
+#: src/libvlc.h:905
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr ""
 "Implementación das variables de condición pró Win9x (só desenvolvedores)"
 
-#: src/libvlc.h:904
+#: src/libvlc.h:908
 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 "
@@ -2974,13 +2985,13 @@ msgstr ""
 "implementación 0 (a máis rápida pero lixeiramente incorrecta), 1 (por "
 "defecto) e 2."
 
-#: src/libvlc.h:913
+#: src/libvlc.h:917
 msgid "Enqueue items to playlist when in one instance mode"
 msgstr ""
 "Pór os elementos na cola da lista de reprodución cando esteña en modo dunha "
 "instancia."
 
-#: src/libvlc.h:915
+#: src/libvlc.h:919
 msgid ""
 "When using the one instance only option, enqueue items to playlist and keep "
 "playing current item."
@@ -2988,7 +2999,7 @@ msgstr ""
 "Ó usa-la opción dunha soa instancia, os elementos póñense na cola da lista "
 "de reprodución e mantense reproducindo o elemento actual."
 
-#: src/libvlc.h:924
+#: src/libvlc.h:928
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
@@ -2996,11 +3007,11 @@ msgstr ""
 "Estas opcións definen o comportamento da lista de reprodución. Algunhas "
 "delas pódense anular na caixa de diálogo da lista de reprodución."
 
-#: src/libvlc.h:927
+#: src/libvlc.h:931
 msgid "Automatically preparse files"
 msgstr "Preanalisa-los arquivos automaticamente"
 
-#: src/libvlc.h:929
+#: src/libvlc.h:933
 msgid ""
 "Automatically preparse files added to the playlist (to retrieve some "
 "metadata)."
@@ -3008,11 +3019,11 @@ msgstr ""
 "Preanalisa automaticamente os arquivos engadidos á lista de reprodución (pra "
 "recuperar algúns metadatos)."
 
-#: src/libvlc.h:932
+#: src/libvlc.h:936
 msgid "Services discovery modules"
 msgstr "Módulos de servizos Discovery"
 
-#: src/libvlc.h:934
+#: src/libvlc.h:938
 msgid ""
 "Specifies the services discovery modules to load, separated by semi-colons. "
 "Typical values are sap, hal, ..."
@@ -3020,178 +3031,188 @@ msgstr ""
 "Especifica os módulos de servizos Discovery a cargar, separados por puntos y "
 "comas. Os valores típicos son sap, hal, ..."
 
-#: src/libvlc.h:937
+#: src/libvlc.h:941
 msgid "Play files randomly forever"
 msgstr "Reproduci-los arquivos ó chou eternamente"
 
-#: src/libvlc.h:939
+#: src/libvlc.h:943
 msgid "VLC will randomly play files in the playlist until interrupted."
 msgstr ""
 "O VLC reproducirá ó chou os arquivos da lista de reprodución ata ser "
 "interrompido."
 
-#: src/libvlc.h:941
+#: src/libvlc.h:945
 msgid "Repeat all"
 msgstr "Repetir todo"
 
-#: src/libvlc.h:943
+#: src/libvlc.h:947
 msgid "VLC will keep playing the playlist indefinitely."
 msgstr "O VLC manterase reproducindo a lista de reprodución indefinidamente."
 
-#: src/libvlc.h:945
+#: src/libvlc.h:949
 msgid "Repeat current item"
 msgstr "Repetir elemento actual"
 
-#: src/libvlc.h:947
+#: src/libvlc.h:951
 msgid "VLC will keep playing the current playlist item."
 msgstr ""
 "O VLC manterase reproducindo o elemento actual da lista de reprodución "
 "indefinidamente."
 
-#: src/libvlc.h:949
+#: src/libvlc.h:953
 msgid "Play and stop"
 msgstr "Reproducir e parar"
 
-#: src/libvlc.h:951
+#: src/libvlc.h:955
 msgid "Stop the playlist after each played playlist item."
 msgstr "Detén a lista de reprodución despois de cada elemento reproducido."
 
-#: src/libvlc.h:953
+#: src/libvlc.h:957
+#, fuzzy
+msgid "Play and exit"
+msgstr "Reproducir e parar"
+
+#: src/libvlc.h:959
+#, fuzzy
+msgid "Exit if there are no more items in the playlist."
+msgstr "Sen elementos na lista de reprodución"
+
+#: src/libvlc.h:961
 #, fuzzy
 msgid "Use media library"
 msgstr "Reprodutor de medios VLC"
 
-#: src/libvlc.h:955
+#: src/libvlc.h:963
 msgid ""
 "The media library is automatically saved and reloaded each time you start "
 "VLC."
 msgstr ""
 
-#: src/libvlc.h:958
+#: src/libvlc.h:966
 #, fuzzy
 msgid "Use playlist tree"
 msgstr "Elemento seguinte da lista de reprodución"
 
-#: src/libvlc.h:960
+#: src/libvlc.h:968
 msgid ""
 "The playlist can use a tree to categorize some items, like the contents of a "
 "directory. \"Default\" means that the tree will only be used when really "
 "needed."
 msgstr ""
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Always"
 msgstr "Sempre visible"
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Never"
 msgstr "Reverberación"
 
-#: src/libvlc.h:973
+#: src/libvlc.h:981
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr ""
 "Estes axustes son as teclas asociadas globais do VLC, coñecidas coma "
 "\"teclas rápidas\"."
 
-#: src/libvlc.h:976 src/video_output/vout_intf.c:408
+#: src/libvlc.h:984 src/video_output/vout_intf.c:408
 #: modules/gui/beos/VideoOutput.cpp:1057 modules/gui/macosx/applescript.m:126
-#: modules/gui/macosx/controls.m:338 modules/gui/macosx/controls.m:754
-#: modules/gui/macosx/controls.m:784 modules/gui/macosx/embeddedwindow.m:44
+#: modules/gui/macosx/controls.m:344 modules/gui/macosx/controls.m:760
+#: modules/gui/macosx/controls.m:790 modules/gui/macosx/embeddedwindow.m:44
 #: modules/gui/macosx/intf.m:497 modules/gui/macosx/intf.m:573
 #: modules/gui/macosx/intf.m:629
 msgid "Fullscreen"
 msgstr "Pantalla completa"
 
-#: src/libvlc.h:977
+#: src/libvlc.h:985
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr ""
 "Selecciona-las teclas rápidas que usarás pra troca-lo estado de pantalla "
 "completa."
 
-#: src/libvlc.h:978 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
+#: src/libvlc.h:986 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
 #: modules/gui/wxwidgets/interface.cpp:1504
 msgid "Play/Pause"
 msgstr "Reproducir/Pausar"
 
-#: src/libvlc.h:979
+#: src/libvlc.h:987
 msgid "Select the hotkey to use to swap paused state."
 msgstr "Selecciona-las teclas rápidas que usarás pra reproducir/pausar."
 
-#: src/libvlc.h:980
+#: src/libvlc.h:988
 msgid "Pause only"
 msgstr "Pausar só"
 
-#: src/libvlc.h:981
+#: src/libvlc.h:989
 msgid "Select the hotkey to use to pause."
 msgstr "Selecciona-las teclas rápidas que usarás pra pausar."
 
-#: src/libvlc.h:982
+#: src/libvlc.h:990
 msgid "Play only"
 msgstr "Reproducir só"
 
-#: src/libvlc.h:983
+#: src/libvlc.h:991
 msgid "Select the hotkey to use to play."
 msgstr "Selecciona-las teclas rápidas que usarás pra reproducir."
 
-#: src/libvlc.h:984 modules/control/hotkeys.c:713
-#: modules/gui/macosx/controls.m:687 modules/gui/macosx/intf.m:538
+#: src/libvlc.h:992 modules/control/hotkeys.c:713
+#: modules/gui/macosx/controls.m:693 modules/gui/macosx/intf.m:538
 #: modules/gui/wxwidgets/interface.cpp:695
 msgid "Faster"
 msgstr "Máis rápido"
 
-#: src/libvlc.h:985
+#: src/libvlc.h:993
 msgid "Select the hotkey to use for fast forward playback."
 msgstr ""
 "Selecciona-las teclas rápidas que usarás pra un avance da lectura máis "
 "rápido."
 
-#: src/libvlc.h:986 modules/control/hotkeys.c:721
-#: modules/gui/macosx/controls.m:688 modules/gui/macosx/intf.m:539
+#: src/libvlc.h:994 modules/control/hotkeys.c:721
+#: modules/gui/macosx/controls.m:694 modules/gui/macosx/intf.m:539
 #: modules/gui/wxwidgets/interface.cpp:694
 msgid "Slower"
 msgstr "Máis lento"
 
-#: src/libvlc.h:987
+#: src/libvlc.h:995
 msgid "Select the hotkey to use for slow motion playback."
 msgstr ""
 "Selecciona-las teclas rápidas que usarás pra un movemento da lectura máis "
 "lento."
 
-#: src/libvlc.h:988 modules/control/hotkeys.c:680
-#: modules/gui/macosx/controls.m:708 modules/gui/macosx/intf.m:496
+#: src/libvlc.h:996 modules/control/hotkeys.c:680
+#: modules/gui/macosx/controls.m:714 modules/gui/macosx/intf.m:496
 #: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:617
 #: modules/gui/macosx/intf.m:625 modules/gui/macosx/wizard.m:313
 #: modules/gui/macosx/wizard.m:364 modules/gui/macosx/wizard.m:1606
 #: modules/gui/wxwidgets/interface.cpp:693
 #: modules/gui/wxwidgets/interface.cpp:1509
-#: modules/gui/wxwidgets/menus.cpp:258
+#: modules/gui/wxwidgets/menus.cpp:259
 msgid "Next"
 msgstr "Seguinte"
 
-#: src/libvlc.h:989
+#: src/libvlc.h:997
 msgid "Select the hotkey to use to skip to the next item in the playlist."
 msgstr ""
 "Selecciona-las teclas rápidas que usarás pra ir ó elemento seguinte da lista "
 "de reprodución."
 
-#: src/libvlc.h:990 modules/control/hotkeys.c:692
-#: modules/gui/macosx/controls.m:707 modules/gui/macosx/intf.m:491
+#: src/libvlc.h:998 modules/control/hotkeys.c:692
+#: modules/gui/macosx/controls.m:713 modules/gui/macosx/intf.m:491
 #: modules/gui/macosx/intf.m:540 modules/gui/macosx/intf.m:618
 #: modules/gui/macosx/intf.m:624 modules/gui/wxwidgets/interface.cpp:692
 #: modules/gui/wxwidgets/interface.cpp:1508
-#: modules/gui/wxwidgets/menus.cpp:257
+#: modules/gui/wxwidgets/menus.cpp:258
 msgid "Previous"
 msgstr "Anterior"
 
-#: src/libvlc.h:991
+#: src/libvlc.h:999
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
 msgstr ""
 "Selecciona-las teclas rápidas que usarás pra ir ó elemento anterior da lista "
 "de reprodución."
 
-#: src/libvlc.h:992 modules/gui/macosx/controls.m:699
+#: src/libvlc.h:1000 modules/gui/macosx/controls.m:705
 #: modules/gui/macosx/intf.m:494 modules/gui/macosx/intf.m:537
 #: modules/gui/macosx/intf.m:616 modules/gui/macosx/intf.m:623
 #: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
@@ -3199,427 +3220,427 @@ msgstr ""
 #: modules/gui/wxwidgets/interface.cpp:676
 #: modules/gui/wxwidgets/interface.cpp:687
 #: modules/gui/wxwidgets/interface.cpp:1510
-#: modules/gui/wxwidgets/menus.cpp:256 modules/visualization/xosd.c:237
+#: modules/gui/wxwidgets/menus.cpp:257 modules/visualization/xosd.c:237
 msgid "Stop"
 msgstr "Parar"
 
-#: src/libvlc.h:993
+#: src/libvlc.h:1001
 msgid "Select the hotkey to stop playback."
 msgstr "Podes selecciona-las teclas rápidas pra para-la lectura."
 
-#: src/libvlc.h:994 modules/gui/macosx/bookmarks.m:101
+#: src/libvlc.h:1002 modules/gui/macosx/bookmarks.m:101
 #: modules/gui/macosx/bookmarks.m:110 modules/gui/macosx/embeddedwindow.m:46
 #: modules/gui/macosx/intf.m:499 modules/video_filter/marq.c:122
 #: modules/video_filter/rss.c:174
 msgid "Position"
 msgstr "Posición"
 
-#: src/libvlc.h:995
+#: src/libvlc.h:1003
 msgid "Select the hotkey to display the position."
 msgstr "Selecciona a tecla rápida pra amosa-la posición."
 
-#: src/libvlc.h:997
+#: src/libvlc.h:1005
 msgid "Very short backwards jump"
 msgstr "Salto moi curto cara a tras"
 
-#: src/libvlc.h:999
+#: src/libvlc.h:1007
 msgid "Select the hotkey to make a very short backwards jump."
 msgstr ""
 "Podes selecciona-las teclas rápidas que usarás pra facer un salto moi curto "
 "cara a tras."
 
-#: src/libvlc.h:1000
+#: src/libvlc.h:1008
 msgid "Short backwards jump"
 msgstr "Salto curto cara a tras"
 
-#: src/libvlc.h:1002
+#: src/libvlc.h:1010
 msgid "Select the hotkey to make a short backwards jump."
 msgstr ""
 "Podes selecciona-las teclas rápidas que usarás pra facer un salto curto cara "
 "a tras."
 
-#: src/libvlc.h:1003
+#: src/libvlc.h:1011
 msgid "Medium backwards jump"
 msgstr "Salto medio cara a tras"
 
-#: src/libvlc.h:1005
+#: src/libvlc.h:1013
 msgid "Select the hotkey to make a medium backwards jump."
 msgstr ""
 "Podes selecciona-las teclas rápidas que usarás pra facer un salto medio cara "
 "a tras."
 
-#: src/libvlc.h:1006
+#: src/libvlc.h:1014
 msgid "Long backwards jump"
 msgstr "Salto longo cara a tras"
 
-#: src/libvlc.h:1008
+#: src/libvlc.h:1016
 msgid "Select the hotkey to make a long backwards jump."
 msgstr ""
 "Podes selecciona-las teclas rápidas que usarás pra facer un salto longo cara "
 "a tras."
 
-#: src/libvlc.h:1010
+#: src/libvlc.h:1018
 msgid "Very short forward jump"
 msgstr "Salto moi curto cara a diante"
 
-#: src/libvlc.h:1012
+#: src/libvlc.h:1020
 msgid "Select the hotkey to make a very short forward jump."
 msgstr ""
 "Podes selecciona-las teclas rápidas que usarás pra facer un salto moi curto "
 "cara a diante."
 
-#: src/libvlc.h:1013
+#: src/libvlc.h:1021
 msgid "Short forward jump"
 msgstr "Salto curto cara a diante"
 
-#: src/libvlc.h:1015
+#: src/libvlc.h:1023
 msgid "Select the hotkey to make a short forward jump."
 msgstr ""
 "Podes selecciona-las teclas rápidas que usarás pra facer un salto curto cara "
 "a diante."
 
-#: src/libvlc.h:1016
+#: src/libvlc.h:1024
 msgid "Medium forward jump"
 msgstr "Salto medio cara a diante"
 
-#: src/libvlc.h:1018
+#: src/libvlc.h:1026
 msgid "Select the hotkey to make a medium forward jump."
 msgstr ""
 "Podes selecciona-las teclas rápidas que usarás pra facer un salto medio cara "
 "a diante."
 
-#: src/libvlc.h:1019
+#: src/libvlc.h:1027
 msgid "Long forward jump"
 msgstr "Salto longo cara a diante"
 
-#: src/libvlc.h:1021
+#: src/libvlc.h:1029
 msgid "Select the hotkey to make a long forward jump."
 msgstr ""
 "Podes selecciona-las teclas rápidas que usarás pra facer un salto longo cara "
 "a diante."
 
-#: src/libvlc.h:1023
+#: src/libvlc.h:1031
 msgid "Very short jump length"
 msgstr "Lonxitude do salto moi curto"
 
-#: src/libvlc.h:1024
+#: src/libvlc.h:1032
 msgid "Very short jump length, in seconds."
 msgstr "Lonxitude do salto moi curto, en segundos."
 
-#: src/libvlc.h:1025
+#: src/libvlc.h:1033
 msgid "Short jump length"
 msgstr "Lonxitude do salto curto"
 
-#: src/libvlc.h:1026
+#: src/libvlc.h:1034
 msgid "Short jump length, in seconds."
 msgstr "Lonxitude do salto curto, en segundos."
 
-#: src/libvlc.h:1027
+#: src/libvlc.h:1035
 msgid "Medium jump length"
 msgstr "Lonxitude do salto medio"
 
-#: src/libvlc.h:1028
+#: src/libvlc.h:1036
 msgid "Medium jump length, in seconds."
 msgstr "Lonxitude do salto medio, en segundos."
 
-#: src/libvlc.h:1029
+#: src/libvlc.h:1037
 msgid "Long jump length"
 msgstr "Lonxitude do salto longo"
 
-#: src/libvlc.h:1030
+#: src/libvlc.h:1038
 msgid "Long jump length, in seconds."
 msgstr "Lonxitude do salto longo, en segundos."
 
-#: src/libvlc.h:1032 modules/control/hotkeys.c:258
+#: src/libvlc.h:1040 modules/control/hotkeys.c:258
 #: modules/gui/beos/InterfaceWindow.cpp:276
 msgid "Quit"
 msgstr "Saír"
 
-#: src/libvlc.h:1033
+#: src/libvlc.h:1041
 msgid "Select the hotkey to quit the application."
 msgstr "Selecciona-las teclas rápidas que usarás pra saír da aplicación."
 
-#: src/libvlc.h:1034
+#: src/libvlc.h:1042
 msgid "Navigate up"
 msgstr "Navegar cara a riba"
 
-#: src/libvlc.h:1035
+#: src/libvlc.h:1043
 msgid "Select the key to move the selector up in DVD menus."
 msgstr ""
 "Selecciona-las teclas pra move-lo selector cara a riba nos menús dos DVD."
 
-#: src/libvlc.h:1036
+#: src/libvlc.h:1044
 msgid "Navigate down"
 msgstr "Navegar cara a baixo"
 
-#: src/libvlc.h:1037
+#: src/libvlc.h:1045
 msgid "Select the key to move the selector down in DVD menus."
 msgstr ""
 "Selecciona-las teclas pra move-lo selector cara a baixo nos menús dos DVD."
 
-#: src/libvlc.h:1038
+#: src/libvlc.h:1046
 msgid "Navigate left"
 msgstr "Navegar cara á esquerda"
 
-#: src/libvlc.h:1039
+#: src/libvlc.h:1047
 msgid "Select the key to move the selector left in DVD menus."
 msgstr ""
 "Selecciona-las teclas pra move-lo selector cara á esquerda nos menús dos DVD."
 
-#: src/libvlc.h:1040
+#: src/libvlc.h:1048
 msgid "Navigate right"
 msgstr "Navegar cara á dereita"
 
-#: src/libvlc.h:1041
+#: src/libvlc.h:1049
 msgid "Select the key to move the selector right in DVD menus."
 msgstr ""
 "Selecciona-las tecla pra move-lo selector cara á dereita nos menús dos DVD."
 
-#: src/libvlc.h:1042
+#: src/libvlc.h:1050
 msgid "Activate"
 msgstr "Activar"
 
-#: src/libvlc.h:1043
+#: src/libvlc.h:1051
 msgid "Select the key to activate selected item in DVD menus."
 msgstr ""
 "Selecciona-las teclas pra activa-lo elemento seleccionado nos menús dos DVD."
 
-#: src/libvlc.h:1044
+#: src/libvlc.h:1052
 msgid "Go to the DVD menu"
 msgstr "Ir ó menú do DVD"
 
-#: src/libvlc.h:1045
+#: src/libvlc.h:1053
 msgid "Select the key to take you to the DVD menu"
 msgstr "Podes selecciona-las teclas pra ir ó menú do DVD."
 
-#: src/libvlc.h:1046
+#: src/libvlc.h:1054
 msgid "Select previous DVD title"
 msgstr "Selecciona-lo anterior título do DVD."
 
-#: src/libvlc.h:1047
+#: src/libvlc.h:1055
 msgid "Select the key to choose the previous title from the DVD"
 msgstr "Selecciona-las teclas pra elixi-lo título anterior do DVD."
 
-#: src/libvlc.h:1048
+#: src/libvlc.h:1056
 msgid "Select next DVD title"
 msgstr "Selecciona-lo seguinte título do DVD."
 
-#: src/libvlc.h:1049
+#: src/libvlc.h:1057
 msgid "Select the key to choose the next title from the DVD"
 msgstr "Selecciona-las teclas pra elixi-lo título seguinte do DVD."
 
-#: src/libvlc.h:1050
+#: src/libvlc.h:1058
 msgid "Select prev DVD chapter"
 msgstr "Selecciona-lo anterior capítulo do DVD."
 
-#: src/libvlc.h:1051
+#: src/libvlc.h:1059
 msgid "Select the key to choose the previous chapter from the DVD"
 msgstr "Selecciona-las teclas pra elixi-lo capítulo anterior do DVD."
 
-#: src/libvlc.h:1052
+#: src/libvlc.h:1060
 msgid "Select next DVD chapter"
 msgstr "Selecciona-lo seguinte capítulo do DVD."
 
-#: src/libvlc.h:1053
+#: src/libvlc.h:1061
 msgid "Select the key to choose the next chapter from the DVD"
 msgstr "Selecciona-las teclas pra elixi-lo capítulo seguinte do DVD."
 
-#: src/libvlc.h:1054
+#: src/libvlc.h:1062
 msgid "Volume up"
 msgstr "Subir volume"
 
-#: src/libvlc.h:1055
+#: src/libvlc.h:1063
 msgid "Select the key to increase audio volume."
 msgstr "Seleccionar unha tecla pra incrementa-lo volume de audio."
 
-#: src/libvlc.h:1056
+#: src/libvlc.h:1064
 msgid "Volume down"
 msgstr "Baixar volume"
 
-#: src/libvlc.h:1057
+#: src/libvlc.h:1065
 msgid "Select the key to decrease audio volume."
 msgstr "Seleccionar unha tecla pra decrementa-lo volume de audio."
 
-#: src/libvlc.h:1058 modules/gui/macosx/controls.m:744
+#: src/libvlc.h:1066 modules/gui/macosx/controls.m:750
 #: modules/gui/macosx/intf.m:558 modules/gui/macosx/intf.m:619
 #: modules/gui/macosx/intf.m:628
 msgid "Mute"
 msgstr "En silencio"
 
-#: src/libvlc.h:1059
+#: src/libvlc.h:1067
 msgid "Select the key to mute audio."
 msgstr ""
 "Podes selecciona-las teclas rápidas que usarás pra pó-lo audio en silencio."
 
-#: src/libvlc.h:1060
+#: src/libvlc.h:1068
 msgid "Subtitle delay up"
 msgstr "Máis atraso dos subtítulos"
 
-#: src/libvlc.h:1061
+#: src/libvlc.h:1069
 msgid "Select the key to increase the subtitle delay."
 msgstr "Selecciona-la tecla pra incrementa-lo atraso dos subtítulos."
 
-#: src/libvlc.h:1062
+#: src/libvlc.h:1070
 msgid "Subtitle delay down"
 msgstr "Menos atraso dos subtítulos"
 
-#: src/libvlc.h:1063
+#: src/libvlc.h:1071
 msgid "Select the key to decrease the subtitle delay."
 msgstr "Selecciona-la tecla pra decrementa-lo atraso dos subtítulos."
 
-#: src/libvlc.h:1064
+#: src/libvlc.h:1072
 msgid "Audio delay up"
 msgstr "Máis atraso do audio"
 
-#: src/libvlc.h:1065
+#: src/libvlc.h:1073
 msgid "Select the key to increase the audio delay."
 msgstr "Selecciona-la tecla pra incrementa-lo atraso do audio."
 
-#: src/libvlc.h:1066
+#: src/libvlc.h:1074
 msgid "Audio delay down"
 msgstr "Menos atraso do audio"
 
-#: src/libvlc.h:1067
+#: src/libvlc.h:1075
 msgid "Select the key to decrease the audio delay."
 msgstr "Selecciona-la tecla pra decrementa-lo atraso do audio."
 
-#: src/libvlc.h:1068
+#: src/libvlc.h:1076
 msgid "Play playlist bookmark 1"
 msgstr "Reproducir marcador 1"
 
-#: src/libvlc.h:1069
+#: src/libvlc.h:1077
 msgid "Play playlist bookmark 2"
 msgstr "Reproducir marcador 2"
 
-#: src/libvlc.h:1070
+#: src/libvlc.h:1078
 msgid "Play playlist bookmark 3"
 msgstr "Reproducir marcador 3"
 
-#: src/libvlc.h:1071
+#: src/libvlc.h:1079
 msgid "Play playlist bookmark 4"
 msgstr "Reproducir marcador 4"
 
-#: src/libvlc.h:1072
+#: src/libvlc.h:1080
 msgid "Play playlist bookmark 5"
 msgstr "Reproducir marcador 5"
 
-#: src/libvlc.h:1073
+#: src/libvlc.h:1081
 msgid "Play playlist bookmark 6"
 msgstr "Reproducir marcador 6"
 
-#: src/libvlc.h:1074
+#: src/libvlc.h:1082
 msgid "Play playlist bookmark 7"
 msgstr "Reproducir marcador 7"
 
-#: src/libvlc.h:1075
+#: src/libvlc.h:1083
 msgid "Play playlist bookmark 8"
 msgstr "Reproducir marcador 8"
 
-#: src/libvlc.h:1076
+#: src/libvlc.h:1084
 msgid "Play playlist bookmark 9"
 msgstr "Reproducir marcador 9"
 
-#: src/libvlc.h:1077
+#: src/libvlc.h:1085
 msgid "Play playlist bookmark 10"
 msgstr "Reproducir marcador 10"
 
-#: src/libvlc.h:1078
+#: src/libvlc.h:1086
 msgid "Select the key to play this bookmark."
 msgstr "Selecciona-las teclas pra reproducir este marcador."
 
-#: src/libvlc.h:1079
+#: src/libvlc.h:1087
 msgid "Set playlist bookmark 1"
 msgstr "Pó-lo marcador 1 na lista de reprodución"
 
-#: src/libvlc.h:1080
+#: src/libvlc.h:1088
 msgid "Set playlist bookmark 2"
 msgstr "Pó-lo marcador 2 na lista de reprodución"
 
-#: src/libvlc.h:1081
+#: src/libvlc.h:1089
 msgid "Set playlist bookmark 3"
 msgstr "Pó-lo marcador 3 na lista de reprodución"
 
-#: src/libvlc.h:1082
+#: src/libvlc.h:1090
 msgid "Set playlist bookmark 4"
 msgstr "Pó-lo marcador 4 na lista de reprodución"
 
-#: src/libvlc.h:1083
+#: src/libvlc.h:1091
 msgid "Set playlist bookmark 5"
 msgstr "Pó-lo marcador 5 na lista de reprodución"
 
-#: src/libvlc.h:1084
+#: src/libvlc.h:1092
 msgid "Set playlist bookmark 6"
 msgstr "Pó-lo marcador 6 na lista de reprodución"
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1093
 msgid "Set playlist bookmark 7"
 msgstr "Pó-lo marcador 7 na lista de reprodución"
 
-#: src/libvlc.h:1086
+#: src/libvlc.h:1094
 msgid "Set playlist bookmark 8"
 msgstr "Pó-lo marcador 8 na lista de reprodución"
 
-#: src/libvlc.h:1087
+#: src/libvlc.h:1095
 msgid "Set playlist bookmark 9"
 msgstr "Pó-lo marcador 9 na lista de reprodución"
 
-#: src/libvlc.h:1088
+#: src/libvlc.h:1096
 msgid "Set playlist bookmark 10"
 msgstr "Pó-lo marcador 10 na lista de reprodución"
 
-#: src/libvlc.h:1089
+#: src/libvlc.h:1097
 msgid "Select the key to set this playlist bookmark."
 msgstr "Selecciona-las teclas pra pór este marcador na lista de reprodución."
 
-#: src/libvlc.h:1091 modules/control/hotkeys.c:84
+#: src/libvlc.h:1099 modules/control/hotkeys.c:84
 msgid "Playlist bookmark 1"
 msgstr "Marcador 1 da lista de reprodución"
 
-#: src/libvlc.h:1092 modules/control/hotkeys.c:85
+#: src/libvlc.h:1100 modules/control/hotkeys.c:85
 msgid "Playlist bookmark 2"
 msgstr "Marcador 2 da lista de reprodución"
 
-#: src/libvlc.h:1093 modules/control/hotkeys.c:86
+#: src/libvlc.h:1101 modules/control/hotkeys.c:86
 msgid "Playlist bookmark 3"
 msgstr "Marcador 3 da lista de reprodución"
 
-#: src/libvlc.h:1094 modules/control/hotkeys.c:87
+#: src/libvlc.h:1102 modules/control/hotkeys.c:87
 msgid "Playlist bookmark 4"
 msgstr "Marcador 4 da lista de reprodución"
 
-#: src/libvlc.h:1095 modules/control/hotkeys.c:88
+#: src/libvlc.h:1103 modules/control/hotkeys.c:88
 msgid "Playlist bookmark 5"
 msgstr "Marcador 5 da lista de reprodución"
 
-#: src/libvlc.h:1096 modules/control/hotkeys.c:89
+#: src/libvlc.h:1104 modules/control/hotkeys.c:89
 msgid "Playlist bookmark 6"
 msgstr "Marcador 6 da lista de reprodución"
 
-#: src/libvlc.h:1097 modules/control/hotkeys.c:90
+#: src/libvlc.h:1105 modules/control/hotkeys.c:90
 msgid "Playlist bookmark 7"
 msgstr "Marcador 7 da lista de reprodución"
 
-#: src/libvlc.h:1098 modules/control/hotkeys.c:91
+#: src/libvlc.h:1106 modules/control/hotkeys.c:91
 msgid "Playlist bookmark 8"
 msgstr "Marcador 8 da lista de reprodución"
 
-#: src/libvlc.h:1099 modules/control/hotkeys.c:92
+#: src/libvlc.h:1107 modules/control/hotkeys.c:92
 msgid "Playlist bookmark 9"
 msgstr "Marcador 9 da lista de reprodución"
 
-#: src/libvlc.h:1100 modules/control/hotkeys.c:93
+#: src/libvlc.h:1108 modules/control/hotkeys.c:93
 msgid "Playlist bookmark 10"
 msgstr "Marcador 10 da lista de reprodución"
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1110
 msgid "This allows you to define playlist bookmarks."
 msgstr "Permíteche defini-los marcadores da lista de reprodución."
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1112
 msgid "Go back in browsing history"
 msgstr "Recuar no historial de exploración"
 
-#: src/libvlc.h:1105
+#: src/libvlc.h:1113
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
@@ -3627,11 +3648,11 @@ msgstr ""
 "Selecciona-las teclas pra recuar (ó anterior elemento de medios) no "
 "historial de exploración."
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1114
 msgid "Go forward in browsing history"
 msgstr "Avanzar no historial de exploración"
 
-#: src/libvlc.h:1107
+#: src/libvlc.h:1115
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
@@ -3639,130 +3660,130 @@ msgstr ""
 "Selecciona-las teclas pra avanzar (ó seguinte elemento de medios) no "
 "historial de exploración."
 
-#: src/libvlc.h:1109
+#: src/libvlc.h:1117
 msgid "Cycle audio track"
 msgstr "Repetir pista de audio"
 
-#: src/libvlc.h:1110
+#: src/libvlc.h:1118
 msgid "Cycle through the available audio tracks(languages)."
 msgstr "Ciclo a través das pistas de audio dispoñibles (linguaxes)."
 
-#: src/libvlc.h:1111
+#: src/libvlc.h:1119
 msgid "Cycle subtitle track"
 msgstr "Repetir pista de subtítulos"
 
-#: src/libvlc.h:1112
+#: src/libvlc.h:1120
 msgid "Cycle through the available subtitle tracks."
 msgstr "Ciclo a través das pistas de subtítulos dispoñibles."
 
-#: src/libvlc.h:1113
+#: src/libvlc.h:1121
 msgid "Cycle source aspect ratio"
 msgstr "Repetir proporción de aspecto da fonte"
 
-#: src/libvlc.h:1114
+#: src/libvlc.h:1122
 msgid "Cycle through a predefined list of source aspect ratios."
 msgstr ""
 "Ciclo a través dunha lista predefinida de proporcións de aspecto da fonte."
 
-#: src/libvlc.h:1115
+#: src/libvlc.h:1123
 msgid "Cycle video crop"
 msgstr "Repetir recorte do vídeo"
 
-#: src/libvlc.h:1116
+#: src/libvlc.h:1124
 msgid "Cycle through a predefined list of crop formats."
 msgstr "Ciclo a través dunha lista predefinida de formatos de recorte."
 
-#: src/libvlc.h:1117
+#: src/libvlc.h:1125
 msgid "Cycle deinterlace modes"
 msgstr "Repetir modos de desentrelazado"
 
-#: src/libvlc.h:1118
+#: src/libvlc.h:1126
 msgid "Cycle through deinterlace modes."
 msgstr "Ciclo a través dos modos de desentrelazado."
 
-#: src/libvlc.h:1119
+#: src/libvlc.h:1127
 msgid "Show interface"
 msgstr "Amosar interface"
 
-#: src/libvlc.h:1120
+#: src/libvlc.h:1128
 msgid "Raise the interface above all other windows."
 msgstr "Sube a interface por riba de tódalas outras ventás."
 
-#: src/libvlc.h:1121
+#: src/libvlc.h:1129
 msgid "Hide interface"
 msgstr "Agochar interface"
 
-#: src/libvlc.h:1122
+#: src/libvlc.h:1130
 msgid "Lower the interface below all other windows."
 msgstr "Baixa a interface por baixo de tódalas outras ventás."
 
-#: src/libvlc.h:1123
+#: src/libvlc.h:1131
 msgid "Take video snapshot"
 msgstr "Facer captura de pantalla"
 
-#: src/libvlc.h:1124
+#: src/libvlc.h:1132
 msgid "Takes a video snapshot and writes it to disk."
 msgstr "Toma unha captura de pantalla do vídeo e escríbea no disco."
 
-#: src/libvlc.h:1126 modules/access_filter/record.c:51
+#: src/libvlc.h:1134 modules/access_filter/record.c:51
 #: modules/access_filter/record.c:52
 msgid "Record"
 msgstr "Gravar"
 
-#: src/libvlc.h:1127
+#: src/libvlc.h:1135
 msgid "Record access filter start/stop."
 msgstr "Comezar/deter filtro de acceso da gravación"
 
-#: src/libvlc.h:1129 src/libvlc.h:1130 src/video_output/vout_intf.c:211
+#: src/libvlc.h:1137 src/libvlc.h:1138 src/video_output/vout_intf.c:211
 msgid "Zoom"
 msgstr "Ampliar/reducir"
 
-#: src/libvlc.h:1132 src/libvlc.h:1133
+#: src/libvlc.h:1140 src/libvlc.h:1141
 #, fuzzy
 msgid "Un-Zoom"
 msgstr "Ampliar/reducir"
 
-#: src/libvlc.h:1135 src/libvlc.h:1136
+#: src/libvlc.h:1143 src/libvlc.h:1144
 #, fuzzy
 msgid "Crop one pixel from the top of the video"
 msgstr "Número de píxeles a recortar por riba do vídeo."
 
-#: src/libvlc.h:1137 src/libvlc.h:1138
+#: src/libvlc.h:1145 src/libvlc.h:1146
 #, fuzzy
 msgid "Uncrop one pixel from the top of the video"
 msgstr "Número de píxeles a recortar por riba do vídeo."
 
-#: src/libvlc.h:1140 src/libvlc.h:1141
+#: src/libvlc.h:1148 src/libvlc.h:1149
 #, fuzzy
 msgid "Crop one pixel from the left of the video"
 msgstr "Número de píxeles a recortar pola esquerda do vídeo."
 
-#: src/libvlc.h:1142 src/libvlc.h:1143
+#: src/libvlc.h:1150 src/libvlc.h:1151
 #, fuzzy
 msgid "Uncrop one pixel from the left of the video"
 msgstr "Número de píxeles a recortar pola esquerda do vídeo."
 
-#: src/libvlc.h:1145 src/libvlc.h:1146
+#: src/libvlc.h:1153 src/libvlc.h:1154
 #, fuzzy
 msgid "Crop one pixel from the bottom of the video"
 msgstr "Número de píxeles a recortar por baixo do vídeo."
 
-#: src/libvlc.h:1147 src/libvlc.h:1148
+#: src/libvlc.h:1155 src/libvlc.h:1156
 #, fuzzy
 msgid "Uncrop one pixel from the bottom of the video"
 msgstr "Número de píxeles a recortar por baixo do vídeo."
 
-#: src/libvlc.h:1150 src/libvlc.h:1151
+#: src/libvlc.h:1158 src/libvlc.h:1159
 #, fuzzy
 msgid "Crop one pixel from the right of the video"
 msgstr "Número de píxeles a recortar pola dereita do vídeo."
 
-#: src/libvlc.h:1152 src/libvlc.h:1153
+#: src/libvlc.h:1160 src/libvlc.h:1161
 #, fuzzy
 msgid "Uncrop one pixel from the right of the video"
 msgstr "Número de píxeles a recortar pola dereita do vídeo."
 
-#: src/libvlc.h:1157
+#: src/libvlc.h:1165
 #, c-format
 msgid ""
 "Usage: %s [options] [stream] ...\n"
@@ -3834,59 +3855,59 @@ msgstr ""
 "  vlc:quit                                       Elemento especial pra saír "
 "do VLC\n"
 
-#: src/libvlc.h:1267 src/video_output/vout_intf.c:420
-#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:753
+#: src/libvlc.h:1277 src/video_output/vout_intf.c:420
+#: modules/gui/macosx/controls.m:328 modules/gui/macosx/controls.m:759
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:630
 #: modules/video_output/snapshot.c:76
 msgid "Snapshot"
 msgstr "Captura de pantalla"
 
-#: src/libvlc.h:1280
+#: src/libvlc.h:1290
 msgid "Window properties"
 msgstr "Características da ventá"
 
-#: src/libvlc.h:1325
+#: src/libvlc.h:1335
 msgid "Subpictures"
 msgstr "Subimaxes"
 
-#: src/libvlc.h:1332 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
+#: src/libvlc.h:1342 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
 #: modules/gui/beos/InterfaceWindow.cpp:279
 msgid "Subtitles"
 msgstr "Subtítulos"
 
-#: src/libvlc.h:1349 modules/stream_out/transcode.c:151
+#: src/libvlc.h:1359 modules/stream_out/transcode.c:151
 msgid "Overlays"
 msgstr ""
 
-#: src/libvlc.h:1359
+#: src/libvlc.h:1369
 msgid "Track settings"
 msgstr "Axustes de pista"
 
-#: src/libvlc.h:1381
+#: src/libvlc.h:1391
 msgid "Playback control"
 msgstr "Control do aparato de lectura"
 
-#: src/libvlc.h:1396
+#: src/libvlc.h:1406
 msgid "Default devices"
 msgstr "Dispositivos por defecto"
 
-#: src/libvlc.h:1405
+#: src/libvlc.h:1415
 msgid "Network settings"
 msgstr "Axustes da rede"
 
-#: src/libvlc.h:1417
+#: src/libvlc.h:1427
 msgid "Socks proxy"
 msgstr ""
 
-#: src/libvlc.h:1426
+#: src/libvlc.h:1436
 msgid "Metadata"
 msgstr "Metadatos"
 
-#: src/libvlc.h:1456
+#: src/libvlc.h:1466
 msgid "Decoders"
 msgstr "Descodificadores"
 
-#: src/libvlc.h:1463 modules/access/v4l2.c:56
+#: src/libvlc.h:1473 modules/access/v4l2.c:56
 #: modules/gui/macosx/playlistinfo.m:80
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:265
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:378
@@ -3894,83 +3915,83 @@ msgstr "Descodificadores"
 msgid "Input"
 msgstr "Entrada"
 
-#: src/libvlc.h:1499 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
+#: src/libvlc.h:1509 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
 msgid "VLM"
 msgstr "VLM"
 
-#: src/libvlc.h:1530
+#: src/libvlc.h:1540
 msgid "CPU"
 msgstr "CPU"
 
-#: src/libvlc.h:1552
+#: src/libvlc.h:1562
 msgid "Special modules"
 msgstr "Módulos especiais"
 
-#: src/libvlc.h:1559
+#: src/libvlc.h:1569
 msgid "Plugins"
 msgstr "Extensións"
 
-#: src/libvlc.h:1567
+#: src/libvlc.h:1577
 msgid "Performance options"
 msgstr "Opcións de funcionamento"
 
-#: src/libvlc.h:1700
+#: src/libvlc.h:1714
 msgid "Hot keys"
 msgstr "Teclas rápidas"
 
-#: src/libvlc.h:2011
+#: src/libvlc.h:2025
 msgid "Jump sizes"
 msgstr "Tamaño dos saltos"
 
-#: src/libvlc.h:2090
+#: src/libvlc.h:2104
 msgid "main program"
 msgstr "programa principal"
 
-#: src/libvlc.h:2097
+#: src/libvlc.h:2111
 msgid "print help for VLC (can be combined with --advanced)"
 msgstr "imprimir axuda pró VLC (pódese combinar con --advanced)"
 
-#: src/libvlc.h:2099
+#: src/libvlc.h:2113
 #, fuzzy
 msgid ""
 "print help for VLC and all its modules (can be combined with --advanced)"
 msgstr ""
 "imprimir axuda pró VLC e tódolos módulos (pódese combinar con --advanced)"
 
-#: src/libvlc.h:2101
+#: src/libvlc.h:2115
 msgid "print help for the advanced options"
 msgstr "imprimir axuda prás opcións avanzadas"
 
-#: src/libvlc.h:2103
+#: src/libvlc.h:2117
 msgid "ask for extra verbosity when displaying help"
 msgstr "pidir máis verbosidade ó amosa-la axuda"
 
-#: src/libvlc.h:2105
+#: src/libvlc.h:2119
 msgid "print a list of available modules"
 msgstr "imprimir unha listaxe dos módulos dispoñibles"
 
-#: src/libvlc.h:2107
+#: src/libvlc.h:2121
 msgid "print help on a specific module (can be combined with --advanced)"
 msgstr ""
 "imprimir axuda sobre un módulo específico (pódese combinar con --advanced)"
 
-#: src/libvlc.h:2109
+#: src/libvlc.h:2123
 msgid "save the current command line options in the config"
 msgstr "garda-las opcións actuais da liña de instrucións na configuración"
 
-#: src/libvlc.h:2111
+#: src/libvlc.h:2125
 msgid "reset the current config to the default values"
 msgstr "reaxusta-la configuración actual ós valores por defecto"
 
-#: src/libvlc.h:2113
+#: src/libvlc.h:2127
 msgid "use alternate config file"
 msgstr "usar arquivo de configuración alternativo"
 
-#: src/libvlc.h:2115
+#: src/libvlc.h:2129
 msgid "resets the current plugins cache"
 msgstr "reinicia-la caché das extensións actuais"
 
-#: src/libvlc.h:2117
+#: src/libvlc.h:2131
 msgid "print version information"
 msgstr "imprimir información da versión"
 
@@ -4579,7 +4600,8 @@ msgstr "Descoñecido"
 msgid "Media: %s"
 msgstr "Medios: %s"
 
-#: src/playlist/engine.c:92 src/playlist/engine.c:94
+#: src/playlist/engine.c:104 src/playlist/engine.c:106
+#: src/playlist/loadsave.c:149
 msgid "Media Library"
 msgstr ""
 
@@ -4638,17 +4660,8 @@ msgstr "Recortar"
 msgid "Aspect-ratio"
 msgstr "Proporción"
 
-#: modules/access/cdda/access.c:293
-msgid "CD reading failed"
-msgstr ""
-
-#: modules/access/cdda/access.c:294
-#, c-format
-msgid "VLC could not get a new block of size: %i."
-msgstr ""
-
 #: modules/access/cdda.c:58 modules/access/dshow/dshow.cpp:91
-#: modules/access/dvb/access.c:73 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:73
 #: modules/access/dvdnav.c:64 modules/access/dvdread.c:62
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:43
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4706,7 +4719,16 @@ msgstr "CD de audio - Pista"
 msgid "Audio CD - Track %i"
 msgstr "CD de audio - Pista %i"
 
-#: modules/access/cdda/cdda.c:42 modules/access/directory.c:77
+#: modules/access/cdda/access.c:293
+msgid "CD reading failed"
+msgstr ""
+
+#: modules/access/cdda/access.c:294
+#, c-format
+msgid "VLC could not get a new block of size: %i."
+msgstr ""
+
+#: modules/access/cdda/cdda.c:42 modules/access/directory.c:78
 #: modules/codec/x264.c:280 modules/codec/x264.c:287 modules/codec/x264.c:292
 msgid "none"
 msgstr "ningún"
@@ -5014,11 +5036,11 @@ msgstr "MRL"
 msgid "Track Number"
 msgstr "Número de pista"
 
-#: modules/access/directory.c:69
+#: modules/access/directory.c:70
 msgid "Subdirectory behavior"
 msgstr "Comportamento do subdirectorio"
 
-#: modules/access/directory.c:71
+#: modules/access/directory.c:72
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -5031,19 +5053,19 @@ msgstr ""
 "reprodución.\n"
 "expandir: tódolos subdirectorios expándense.\n"
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:78
 msgid "collapse"
 msgstr "contraer"
 
-#: modules/access/directory.c:78
+#: modules/access/directory.c:79
 msgid "expand"
 msgstr "expandir"
 
-#: modules/access/directory.c:80
+#: modules/access/directory.c:81
 msgid "Ignored extensions"
 msgstr "Ignorar extensións"
 
-#: modules/access/directory.c:82
+#: modules/access/directory.c:83
 #, fuzzy
 msgid ""
 "Files with these extensions will not be added to playlist when opening a "
@@ -5056,11 +5078,11 @@ msgstr ""
 "abrir un directorio. Isto é útil se por exemplo engades directorios que "
 "conteñan álbumes mp3."
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:90
 msgid "Directory"
 msgstr "Directorio"
 
-#: modules/access/directory.c:91
+#: modules/access/directory.c:92
 msgid "Standard filesystem directory input"
 msgstr "Entrada estándar do directorio do sistema de arquivos"
 
@@ -5292,6 +5314,20 @@ msgstr ""
 msgid "The capture device \"%s\" does not support the required parameters."
 msgstr ""
 
+#: modules/access/dv.c:70
+msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
+msgstr ""
+"Valor por defecto da caché pra fluxos DV. Este valor deberíase pór en "
+"milisegundos."
+
+#: modules/access/dv.c:74
+msgid "Digital Video (Firewire/ieee1394)  input"
+msgstr "Entrada de vídeo (firewire/ieee1394) dixital"
+
+#: modules/access/dv.c:75
+msgid "dv"
+msgstr "dv"
+
 #: modules/access/dvb/access.c:75
 msgid ""
 "Caching value for DVB streams. This value should be set in milliseconds."
@@ -5561,20 +5597,6 @@ msgstr "Normalización de volume"
 msgid "The provided polarization \"%c\" is not valid."
 msgstr ""
 
-#: modules/access/dv.c:70
-msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
-msgstr ""
-"Valor por defecto da caché pra fluxos DV. Este valor deberíase pór en "
-"milisegundos."
-
-#: modules/access/dv.c:74
-msgid "Digital Video (Firewire/ieee1394)  input"
-msgstr "Entrada de vídeo (firewire/ieee1394) dixital"
-
-#: modules/access/dv.c:75
-msgid "dv"
-msgstr "dv"
-
 #: modules/access/dvdnav.c:60 modules/access/dvdread.c:58
 msgid "DVD angle"
 msgstr "Ángulo do DVD"
@@ -5797,62 +5819,19 @@ msgstr ""
 msgid "VLC could not open file \"%s\" (%s)."
 msgstr ""
 
-#: modules/access_filter/record.c:43
-msgid "Record directory"
-msgstr "Directorio de gravación"
-
-#: modules/access_filter/record.c:45
-msgid "Directory where the record will be stored."
-msgstr "Directorio onde se almacenará a gravación."
-
-#: modules/access_filter/timeshift.c:44
-msgid "Timeshift granularity"
-msgstr "Granulación de timeshift"
-
-#: modules/access_filter/timeshift.c:46
+#: modules/access/ftp.c:45
 msgid ""
-"This is the size of the temporary files tha will be used to store the "
-"timeshifted streams."
+"Caching value for FTP streams. This value should be set in milliseconds."
 msgstr ""
-"Este é o tamaño dos arquivos temporais que se usarán pra almacena-los fluxos "
-"timeshifted."
+"Valor da caché pra fluxos FTP. Este valor deberíase pór en milisegundos."
 
-#: modules/access_filter/timeshift.c:48
-msgid "Timeshift directory"
-msgstr "Directorio timeshift"
+#: modules/access/ftp.c:47
+msgid "FTP user name"
+msgstr "Nome de usuario do FTP"
 
-#: modules/access_filter/timeshift.c:49
-msgid "Directory used to store the timeshift temporary files."
-msgstr "Directorio usado pra almacena-los arquivos temporais timeshift."
-
-#: modules/access_filter/timeshift.c:51
-#, fuzzy
-msgid "Force use of the timeshift module"
-msgstr "Directorio usado pra almacena-los arquivos temporais timeshift."
-
-#: modules/access_filter/timeshift.c:52
-msgid ""
-"Force use of the timeshift module even if the access declares that it can "
-"control pace or pause."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
-msgid "Timeshift"
-msgstr "Timeshift"
-
-#: modules/access/ftp.c:45
-msgid ""
-"Caching value for FTP streams. This value should be set in milliseconds."
-msgstr ""
-"Valor da caché pra fluxos FTP. Este valor deberíase pór en milisegundos."
-
-#: modules/access/ftp.c:47
-msgid "FTP user name"
-msgstr "Nome de usuario do FTP"
-
-#: modules/access/ftp.c:48 modules/access/smb.c:64
-msgid "User name that will be used for the connection."
-msgstr "Nome de usuario que se usará prá conexión."
+#: modules/access/ftp.c:48 modules/access/smb.c:64
+msgid "User name that will be used for the connection."
+msgstr "Nome de usuario que se usará prá conexión."
 
 #: modules/access/ftp.c:50
 msgid "FTP password"
@@ -6002,399 +5981,144 @@ msgstr "Selecciona o fluxo coa taxa de bits máxima baixo ese límite."
 msgid "Microsoft Media Server (MMS) input"
 msgstr "Entrada Microsoft Media Server (MMS)"
 
-#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
-msgid "Dummy stream output"
-msgstr "Saída de fluxo Dummy"
+#: modules/access/pvr.c:49
+msgid ""
+"Default caching value for PVR streams. This value should be set in "
+"milliseconds."
+msgstr ""
+"Valor por defecto da caché pra fluxos PVR. Este valor deberíase pór en "
+"milisegundos."
 
-#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
-msgid "Dummy"
-msgstr "Dummy"
+#: modules/access/pvr.c:52
+msgid "Device"
+msgstr "Dispositivo"
 
-#: modules/access_output/file.c:61
-msgid "Append to file"
-msgstr "Engadir a arquivo"
+#: modules/access/pvr.c:53
+msgid "PVR video device"
+msgstr "Dispositivo de vídeo do PVR"
 
-#: modules/access_output/file.c:62
-msgid "Append to file if it exists instead of replacing it."
-msgstr "Engadir a arquivo se existe, no canto de substituílo."
+#: modules/access/pvr.c:55
+msgid "Radio device"
+msgstr "Dispositivo de radio"
 
-#: modules/access_output/file.c:66
-msgid "File stream output"
-msgstr "Saída de fluxo do arquivo"
+#: modules/access/pvr.c:56
+msgid "PVR radio device"
+msgstr "Dispositivo de radio PVR"
 
-#: modules/access_output/http.c:58
-msgid "Username"
-msgstr "Nome de usuario"
+#: modules/access/pvr.c:58 modules/access/v4l.c:96
+msgid "Norm"
+msgstr "Norma"
 
-#: modules/access_output/http.c:59
-msgid "User name that will be requested to access the stream."
-msgstr "Nome de usuario que se preguntará ó acceder ó fluxo."
+#: modules/access/pvr.c:59 modules/access/v4l.c:98
+msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
+msgstr "Norma do fluxo (automática, SECAM, PAL, ou NTSC)."
 
-#: modules/access_output/http.c:61 modules/control/telnet.c:81
-msgid "Password"
-msgstr "Contrasinal"
+#: modules/access/pvr.c:62 modules/access/v4l.c:102
+#: modules/video_filter/mosaic.c:96
+msgid "Width"
+msgstr "Ancho"
 
-#: modules/access_output/http.c:62
-msgid "Password that will be requested to access the stream."
-msgstr "Contrasinal que se preguntará ó acceder ó fluxo."
+#: modules/access/pvr.c:63
+msgid "Width of the stream to capture (-1 for autodetection)."
+msgstr "Ancho do fluxo a capturar (-1 pra autodetectar)."
 
-#: modules/access_output/http.c:66
-msgid "Mime"
-msgstr "MIME"
+#: modules/access/pvr.c:66 modules/access/v4l.c:105
+#: modules/video_filter/mosaic.c:94
+msgid "Height"
+msgstr "Alto"
 
-#: modules/access_output/http.c:67
-msgid "MIME returned by the server (autodetected if not specified."
-msgstr ""
+#: modules/access/pvr.c:67
+msgid "Height of the stream to capture (-1 for autodetection)."
+msgstr "Alto do fluxo a capturar (-1 pra autodetectar)."
 
-#: modules/access_output/http.c:71
-msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
-msgstr ""
-"Localización do arquivo de certificado x509 PEM que se usará pró HTTPS."
+#: modules/access/pvr.c:70 modules/access/v4l.c:89
+msgid "Frequency"
+msgstr "Frecuencia"
 
-#: modules/access_output/http.c:74
-#, fuzzy
-msgid ""
-"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
-"empty if you don't have one."
-msgstr ""
-"Localización do arquivo de clave privada x509 PEM que se usará pró HTTPS. "
-"Débelo deixar baleiro se non tés."
+#: modules/access/pvr.c:71 modules/access/v4l.c:91
+msgid "Frequency to capture (in kHz), if applicable."
+msgstr "Frecuencia a capturar (en KHz), se é aplicable."
 
-#: modules/access_output/http.c:78
-#, fuzzy
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used for HTTPS. Leave empty if you don't have one."
-msgstr ""
-"Localización do arquivo de certificados raíz CA (Autoridade Certificadora) "
-"confiables x509 PEM que se usará pró HTTPS. Débelo deixar baleiro se non tés."
+#: modules/access/pvr.c:74 modules/access/v4l.c:137
+msgid "Framerate to capture, if applicable (-1 for autodetect)."
+msgstr "Taxa de fotogramas a capturar, se é aplicable (-1 pra autodetectar)."
 
-#: modules/access_output/http.c:83
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be used for "
-"SSL. Leave empty if you don't have one."
-msgstr ""
-"Localización do arquivo da listaxe de revocación de certificados PEM x509 "
-"que se usará pró SSL. Débelo deixar baleiro se non tés."
+#: modules/access/pvr.c:77
+msgid "Key interval"
+msgstr "Intervalo de clave"
 
-#: modules/access_output/http.c:86
-msgid "Advertise with Bonjour"
-msgstr ""
+#: modules/access/pvr.c:78
+msgid "Interval between keyframes (-1 for autodetect)."
+msgstr "Intervalo entre fotogramas clave (-1 pra autodetectar)."
 
-#: modules/access_output/http.c:87
-msgid "Advertise the stream with the Bonjour protocol."
+#: modules/access/pvr.c:80
+msgid "B Frames"
+msgstr "Fotogramas B"
+
+#: modules/access/pvr.c:81
+msgid ""
+"If this option is set, B-Frames will be used. Use this option to set the "
+"number of B-Frames."
 msgstr ""
+"Se se pón esta opción, usaranse Fotogramas B. Úsaa pra pó-lo número de "
+"Fotogramas B."
 
-#: modules/access_output/http.c:91
-msgid "HTTP stream output"
-msgstr "Saída de fluxo HTTP"
+#: modules/access/pvr.c:85
+msgid "Bitrate to use (-1 for default)."
+msgstr "Taxa de bits a usar (-1 é por defecto)."
 
-#: modules/access_output/http.c:93 modules/control/http/http.c:61
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
-msgid "HTTP"
-msgstr "HTTP"
+#: modules/access/pvr.c:87
+msgid "Bitrate peak"
+msgstr "Pico de taxa de bits"
 
-#: modules/access_output/shout.c:58
-msgid "Stream name"
-msgstr "Nome do fluxo"
+#: modules/access/pvr.c:88
+msgid "Peak bitrate in VBR mode."
+msgstr "Pico da taxa de bits en modo VBR."
 
-#: modules/access_output/shout.c:59
+#: modules/access/pvr.c:91
 #, fuzzy
-msgid "Name to give to this stream/channel on the shoutcast/icecast server."
-msgstr ""
-"Nome a dar a este fluxo ou a esta canle no servidor Icecast (servidor de "
-"medios de fluxo)."
-
-#: modules/access_output/shout.c:62
-msgid "Stream description"
-msgstr "Descrición do fluxo"
+msgid "Bitrate mode)"
+msgstr "Modo de taxa de bits a usar"
 
-#: modules/access_output/shout.c:63
-msgid "Description of the stream content or information about your channel."
-msgstr "Descrición do contido do fluxo ou información sobre a túa canle."
+#: modules/access/pvr.c:92
+msgid "Bitrate mode to use (VBR or CBR)."
+msgstr "Modo de taxa de bits a usar (VBR ou CBR)."
 
-#: modules/access_output/shout.c:66
-msgid "Stream MP3"
-msgstr "Fluxo MP3"
+#: modules/access/pvr.c:94
+msgid "Audio bitmask"
+msgstr "Máscara de bits do audio"
 
-#: modules/access_output/shout.c:67
-#, fuzzy
-msgid ""
-"You normally have to feed the shoutcast module with Ogg streams. It is also "
-"possible to stream MP3 instead, so you can forward MP3 streams to the "
-"shoutcast/icecast server."
-msgstr ""
-"Xeralmente tés que alimenta-lo módulo SHOUTcast con fluxos Ogg. Esta opción "
-"permíteche alimenta-los fluxos MP3 en lugar do outro, polo que os podes "
-"remitir ó servidor Icecast (servidor de medios de fluxo)."
+#: modules/access/pvr.c:95
+msgid "Bitmask that will get used by the audio part of the card."
+msgstr "Máscara de bits que se usará pola parte de audio da tarxeta."
 
-#: modules/access_output/shout.c:76
-#, fuzzy
-msgid "Genre description"
-msgstr "Descrición do fluxo"
+#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
+#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
+msgid "Volume"
+msgstr "Volume"
 
-#: modules/access_output/shout.c:77
-msgid "Genre of the content. "
-msgstr ""
+#: modules/access/pvr.c:99
+msgid "Audio volume (0-65535)."
+msgstr "Volume do audio (0-65535)."
 
-#: modules/access_output/shout.c:79
-#, fuzzy
-msgid "URL description"
-msgstr "Descrición"
+#: modules/access/pvr.c:101 modules/access/v4l.c:92
+msgid "Channel"
+msgstr "Canle"
 
-#: modules/access_output/shout.c:80
-msgid "URL with information about the stream or your channel. "
+#: modules/access/pvr.c:102
+msgid ""
+"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)"
 msgstr ""
+"Canle da tarxeta a usar (Xeralmente, 0 = sintonizador, 1 = composto, 2 = "
+"svídeo)"
 
-#: modules/access_output/shout.c:87
-#, fuzzy
-msgid "Bitrate information of the transcoded stream. "
-msgstr "Frecuencia de mostraxe do fluxo de audio da capturas, en Hz"
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "Automatic"
+msgstr "Automático"
 
-#: modules/access_output/shout.c:89 modules/access/v4l.c:122
-msgid "Samplerate"
-msgstr "Frecuencia de mostraxe"
-
-#: modules/access_output/shout.c:90
-#, fuzzy
-msgid "Samplerate information of the transcoded stream. "
-msgstr "Frecuencia de mostraxe do fluxo de audio da capturas, en Hz"
-
-#: modules/access_output/shout.c:92
-#, fuzzy
-msgid "Number of channels"
-msgstr "Número de canles de saída"
-
-#: modules/access_output/shout.c:93
-#, fuzzy
-msgid "Number of channels information of the transcoded stream. "
-msgstr "Frecuencia de mostraxe do fluxo de audio da capturas, en Hz"
-
-#: modules/access_output/shout.c:95
-msgid "Ogg Vorbis Quality"
-msgstr ""
-
-#: modules/access_output/shout.c:96
-#, fuzzy
-msgid "Ogg Vorbis Quality information of the transcoded stream. "
-msgstr "Frecuencia de mostraxe do fluxo de audio da capturas, en Hz"
-
-#: modules/access_output/shout.c:98
-#, fuzzy
-msgid "Stream public"
-msgstr "Saída de fluxo"
-
-#: modules/access_output/shout.c:99
-msgid ""
-"Make the server publicly available on the 'Yellow Pages' (directory listing "
-"of streams) on the icecast/shoutcast website. Requires the bitrate "
-"information specified for shoutcast. Requires Ogg streaming for icecast."
-msgstr ""
-
-#: modules/access_output/shout.c:105
-msgid "IceCAST output"
-msgstr "Saída IceCAST"
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:41
-#: modules/demux/live555.cpp:63
-msgid "Caching value (ms)"
-msgstr "Valor da caché (ms)"
-
-#: modules/access_output/udp.c:77
-msgid ""
-"Default caching value for outbound UDP streams. This value should be set in "
-"milliseconds."
-msgstr ""
-"Valor por defecto da caché pra fluxos UDP por saír. Este valor deberíase pór "
-"en milisegundos."
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
-#: modules/gui/macosx/wizard.m:1848
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
-msgid "Time-To-Live (TTL)"
-msgstr "Tempo de vida (TTL)"
-
-#: modules/access_output/udp.c:81
-msgid "Time-To-Live of the outgoing stream."
-msgstr "Tempo de vida (TTL) do fluxo saínte."
-
-#: modules/access_output/udp.c:84
-msgid "Group packets"
-msgstr "Agrupar paquetes"
-
-#: modules/access_output/udp.c:85
-#, fuzzy
-msgid ""
-"Packets can be sent one by one at the right time or by groups. You can "
-"choose the number of packets that will be sent at a time. It helps reducing "
-"the scheduling load on heavily-loaded systems."
-msgstr ""
-"Os paquetes pódense enviar un por un no intre exacto ou por grupos. Isto "
-"permíteche da-lo número de paquetes a enviar nun intre. Axuda a reduci-la "
-"carga de organización en sistemas moi cargados."
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr "Escribir en bruto"
-
-#: modules/access_output/udp.c:91
-#, fuzzy
-msgid ""
-"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 ""
-"Se habilitas esta opción, os paquetes enviaranse directamente, sen tentar "
-"enche-la MTU - Unidade máxima de transferencia (por exemplo, sen tentar face-"
-"los paquetes o máis grande posible pra millora-la transmisión)."
-
-#: modules/access_output/udp.c:97
-msgid "UDP stream output"
-msgstr "Saída de fluxo UDP"
-
-#: modules/access_output/udp.c:98
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
-msgid "UDP"
-msgstr "UDP"
-
-#: modules/access/pvr.c:49
-msgid ""
-"Default caching value for PVR streams. This value should be set in "
-"milliseconds."
-msgstr ""
-"Valor por defecto da caché pra fluxos PVR. Este valor deberíase pór en "
-"milisegundos."
-
-#: modules/access/pvr.c:52
-msgid "Device"
-msgstr "Dispositivo"
-
-#: modules/access/pvr.c:53
-msgid "PVR video device"
-msgstr "Dispositivo de vídeo do PVR"
-
-#: modules/access/pvr.c:55
-msgid "Radio device"
-msgstr "Dispositivo de radio"
-
-#: modules/access/pvr.c:56
-msgid "PVR radio device"
-msgstr "Dispositivo de radio PVR"
-
-#: modules/access/pvr.c:58 modules/access/v4l.c:96
-msgid "Norm"
-msgstr "Norma"
-
-#: modules/access/pvr.c:59 modules/access/v4l.c:98
-msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
-msgstr "Norma do fluxo (automática, SECAM, PAL, ou NTSC)."
-
-#: modules/access/pvr.c:62 modules/access/v4l.c:102
-#: modules/video_filter/mosaic.c:96
-msgid "Width"
-msgstr "Ancho"
-
-#: modules/access/pvr.c:63
-msgid "Width of the stream to capture (-1 for autodetection)."
-msgstr "Ancho do fluxo a capturar (-1 pra autodetectar)."
-
-#: modules/access/pvr.c:66 modules/access/v4l.c:105
-#: modules/video_filter/mosaic.c:94
-msgid "Height"
-msgstr "Alto"
-
-#: modules/access/pvr.c:67
-msgid "Height of the stream to capture (-1 for autodetection)."
-msgstr "Alto do fluxo a capturar (-1 pra autodetectar)."
-
-#: modules/access/pvr.c:70 modules/access/v4l.c:89
-msgid "Frequency"
-msgstr "Frecuencia"
-
-#: modules/access/pvr.c:71 modules/access/v4l.c:91
-msgid "Frequency to capture (in kHz), if applicable."
-msgstr "Frecuencia a capturar (en KHz), se é aplicable."
-
-#: modules/access/pvr.c:74 modules/access/v4l.c:137
-msgid "Framerate to capture, if applicable (-1 for autodetect)."
-msgstr "Taxa de fotogramas a capturar, se é aplicable (-1 pra autodetectar)."
-
-#: modules/access/pvr.c:77
-msgid "Key interval"
-msgstr "Intervalo de clave"
-
-#: modules/access/pvr.c:78
-msgid "Interval between keyframes (-1 for autodetect)."
-msgstr "Intervalo entre fotogramas clave (-1 pra autodetectar)."
-
-#: modules/access/pvr.c:80
-msgid "B Frames"
-msgstr "Fotogramas B"
-
-#: modules/access/pvr.c:81
-msgid ""
-"If this option is set, B-Frames will be used. Use this option to set the "
-"number of B-Frames."
-msgstr ""
-"Se se pón esta opción, usaranse Fotogramas B. Úsaa pra pó-lo número de "
-"Fotogramas B."
-
-#: modules/access/pvr.c:85
-msgid "Bitrate to use (-1 for default)."
-msgstr "Taxa de bits a usar (-1 é por defecto)."
-
-#: modules/access/pvr.c:87
-msgid "Bitrate peak"
-msgstr "Pico de taxa de bits"
-
-#: modules/access/pvr.c:88
-msgid "Peak bitrate in VBR mode."
-msgstr "Pico da taxa de bits en modo VBR."
-
-#: modules/access/pvr.c:91
-#, fuzzy
-msgid "Bitrate mode)"
-msgstr "Modo de taxa de bits a usar"
-
-#: modules/access/pvr.c:92
-msgid "Bitrate mode to use (VBR or CBR)."
-msgstr "Modo de taxa de bits a usar (VBR ou CBR)."
-
-#: modules/access/pvr.c:94
-msgid "Audio bitmask"
-msgstr "Máscara de bits do audio"
-
-#: modules/access/pvr.c:95
-msgid "Bitmask that will get used by the audio part of the card."
-msgstr "Máscara de bits que se usará pola parte de audio da tarxeta."
-
-#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
-msgid "Volume"
-msgstr "Volume"
-
-#: modules/access/pvr.c:99
-msgid "Audio volume (0-65535)."
-msgstr "Volume do audio (0-65535)."
-
-#: modules/access/pvr.c:101 modules/access/v4l.c:92
-msgid "Channel"
-msgstr "Canle"
-
-#: modules/access/pvr.c:102
-msgid ""
-"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)"
-msgstr ""
-"Canle da tarxeta a usar (Xeralmente, 0 = sintonizador, 1 = composto, 2 = "
-"svídeo)"
-
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "Automatic"
-msgstr "Automático"
-
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "SECAM"
-msgstr "SECAM"
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "SECAM"
+msgstr "SECAM"
 
 #: modules/access/pvr.c:108 modules/access/v4l.c:143
 msgid "PAL"
@@ -6420,6 +6144,11 @@ msgstr "PVR"
 msgid "IVTV MPEG Encoding cards input"
 msgstr "Entrada de tarxetas de codificación MPEG IVTV"
 
+#: modules/access/rtsp/access.c:41 modules/access_output/udp.c:75
+#: modules/demux/live555.cpp:63
+msgid "Caching value (ms)"
+msgstr "Valor da caché (ms)"
+
 #: modules/access/rtsp/access.c:43
 msgid ""
 "Caching value for RTSP streams. This value should be set in milliseconds."
@@ -6560,43 +6289,11 @@ msgstr "UDP/RTP"
 msgid "UDP/RTP input"
 msgstr "Entrada do UDP/RTP"
 
-#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
-#: modules/gui/wxwidgets/dialogs/open.cpp:723
-msgid "Device name"
-msgstr "Nome do dispositivo"
-
-#: modules/access/v4l2.c:54
-#, fuzzy
+#: modules/access/v4l.c:75
 msgid ""
-"Name of the device to use. If you don't specify anything, /dev/video0 will "
-"be used."
+"Caching value for V4L captures. This value should be set in milliseconds."
 msgstr ""
-"Nome do dispositivo de vídeo a usar. Se non especificas nada, non se usará "
-"dispositivo de vídeo."
-
-#: modules/access/v4l2.c:58
-#, fuzzy
-msgid ""
-"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
-msgstr ""
-"Canle da tarxeta a usar (xeralmente, 0 = sintonizador, 1 = composto, 2 = "
-"svídeo)."
-
-#: modules/access/v4l2.c:63
-#, fuzzy
-msgid "Video4Linux2"
-msgstr "Video4Linux"
-
-#: modules/access/v4l2.c:64
-#, fuzzy
-msgid "Video4Linux2 input"
-msgstr "Entrada Video4Linux"
-
-#: modules/access/v4l.c:75
-msgid ""
-"Caching value for V4L captures. This value should be set in milliseconds."
-msgstr ""
-"Valor da caché pra capturas V4L. Este valor deberíase pór en milisegundos."
+"Valor da caché pra capturas V4L. Este valor deberíase pór en milisegundos."
 
 #: modules/access/v4l.c:79
 msgid ""
@@ -6690,6 +6387,10 @@ msgstr "Sintonizador"
 msgid "Tuner to use, if there are several ones."
 msgstr "Sintonizador a usar, se hai varios."
 
+#: modules/access/v4l.c:122 modules/access_output/shout.c:89
+msgid "Samplerate"
+msgstr "Frecuencia de mostraxe"
+
 #: modules/access/v4l.c:124
 msgid ""
 "Samplerate of the captured audio stream, in Hz (eg: 11025, 22050, 44100)"
@@ -6733,6 +6434,38 @@ msgstr "Video4Linux"
 msgid "Video4Linux input"
 msgstr "Entrada Video4Linux"
 
+#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
+#: modules/gui/wxwidgets/dialogs/open.cpp:723
+msgid "Device name"
+msgstr "Nome do dispositivo"
+
+#: modules/access/v4l2.c:54
+#, fuzzy
+msgid ""
+"Name of the device to use. If you don't specify anything, /dev/video0 will "
+"be used."
+msgstr ""
+"Nome do dispositivo de vídeo a usar. Se non especificas nada, non se usará "
+"dispositivo de vídeo."
+
+#: modules/access/v4l2.c:58
+#, fuzzy
+msgid ""
+"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
+msgstr ""
+"Canle da tarxeta a usar (xeralmente, 0 = sintonizador, 1 = composto, 2 = "
+"svídeo)."
+
+#: modules/access/v4l2.c:63
+#, fuzzy
+msgid "Video4Linux2"
+msgstr "Video4Linux"
+
+#: modules/access/v4l2.c:64
+#, fuzzy
+msgid "Video4Linux2 input"
+msgstr "Entrada Video4Linux"
+
 #: modules/access/vcd/vcd.c:42
 msgid "Caching value for VCDs. This value should be set in milliseconds."
 msgstr ""
@@ -6809,119 +6542,408 @@ msgstr "Vol. máx. #"
 msgid "Volume Set"
 msgstr "Conxunto de Volume"
 
-#: modules/access/vcdx/info.c:99
-msgid "System Id"
-msgstr "Id do Sistema"
+#: modules/access/vcdx/info.c:99
+msgid "System Id"
+msgstr "Id do Sistema"
+
+#: modules/access/vcdx/info.c:101
+msgid "Entries"
+msgstr "Entradas"
+
+#: modules/access/vcdx/info.c:122
+msgid "First Entry Point"
+msgstr "Primeiro Punto de Entrada"
+
+#: modules/access/vcdx/info.c:126
+msgid "Last Entry Point"
+msgstr "Último Punto de Entrada"
+
+#: modules/access/vcdx/info.c:127
+msgid "Track size (in sectors)"
+msgstr "Tamaño de pista (en sectores)"
+
+#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
+#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
+msgid "type"
+msgstr "tipo"
+
+#: modules/access/vcdx/info.c:139
+msgid "end"
+msgstr "fin"
+
+#: modules/access/vcdx/info.c:142
+msgid "play list"
+msgstr "reproducir lista"
+
+#: modules/access/vcdx/info.c:153
+msgid "extended selection list"
+msgstr "lista de selección estendida"
+
+#: modules/access/vcdx/info.c:154
+msgid "selection list"
+msgstr "Lista de selección"
+
+#: modules/access/vcdx/info.c:166
+msgid "unknown type"
+msgstr "Tipo descoñecido"
+
+#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
+#: modules/access/vcdx/info.c:316
+msgid "List ID"
+msgstr "ID de Lista"
+
+#: modules/access/vcdx/vcd.c:95
+msgid "(Super) Video CD"
+msgstr "(Súper) Vídeo CD"
+
+#: modules/access/vcdx/vcd.c:96
+msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+msgstr "Entrada de Vídeo CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD)"
+
+#: modules/access/vcdx/vcd.c:97
+msgid "vcdx://[device-or-file][@{P,S,T}num]"
+msgstr "vcdx://[dispositivo-ou-arquivo][@{P,S,T}num]"
+
+#: modules/access/vcdx/vcd.c:106
+msgid "If nonzero, this gives additional debug information."
+msgstr "Se non é cero, isto dá información de depuración adicional."
+
+#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+msgid "Number of CD blocks to get in a single read."
+msgstr "Número de bloques do CD a obter nunha soa lectura."
+
+#: modules/access/vcdx/vcd.c:116
+msgid "Use playback control?"
+msgstr "¿Usar control de reprodución?"
+
+#: modules/access/vcdx/vcd.c:117
+msgid ""
+"If VCD is authored with playback control, use it. Otherwise we play by "
+"tracks."
+msgstr ""
+"Se o VCD está feito con control de reprodución, úsao. Doutro xeito "
+"reproducirémolo por pistas."
+
+#: modules/access/vcdx/vcd.c:123
+msgid "Use track length as maximum unit in seek?"
+msgstr "¿Usar lonxitude de pista coma unidade máxima en procura?"
+
+#: modules/access/vcdx/vcd.c:124
+msgid ""
+"If set, the length of the seek bar is the track rather than the length of an "
+"entry."
+msgstr ""
+"Se está activada, a lonxitude da barra de procura é a pista no canto da "
+"lonxitude dunha entrada."
+
+#: modules/access/vcdx/vcd.c:129
+msgid "Show extended VCD info?"
+msgstr "¿Amosar información VCD estendida?"
+
+#: modules/access/vcdx/vcd.c:130
+msgid ""
+"Show the maximum amount of information under Stream and Media Info. Shows "
+"for example playback control navigation."
+msgstr ""
+"Amosa-la cantidade máxima de información baixo o fluxo e os medios. Amosar "
+"por exemplo o control de navegación do aparato de lectura."
+
+#: modules/access/vcdx/vcd.c:137
+msgid "Format to use in the playlist's \"author\" field."
+msgstr "Formato a usar no campo \"autor\" da lista de reprodución."
+
+#: modules/access/vcdx/vcd.c:143
+msgid "Format to use in the playlist's \"title\" field."
+msgstr "Formato a usar no campo \"título\" da lista de reprodución."
+
+#: modules/access_filter/record.c:43
+msgid "Record directory"
+msgstr "Directorio de gravación"
+
+#: modules/access_filter/record.c:45
+msgid "Directory where the record will be stored."
+msgstr "Directorio onde se almacenará a gravación."
+
+#: modules/access_filter/timeshift.c:44
+msgid "Timeshift granularity"
+msgstr "Granulación de timeshift"
+
+#: modules/access_filter/timeshift.c:46
+msgid ""
+"This is the size of the temporary files tha will be used to store the "
+"timeshifted streams."
+msgstr ""
+"Este é o tamaño dos arquivos temporais que se usarán pra almacena-los fluxos "
+"timeshifted."
+
+#: modules/access_filter/timeshift.c:48
+msgid "Timeshift directory"
+msgstr "Directorio timeshift"
+
+#: modules/access_filter/timeshift.c:49
+msgid "Directory used to store the timeshift temporary files."
+msgstr "Directorio usado pra almacena-los arquivos temporais timeshift."
+
+#: modules/access_filter/timeshift.c:51
+#, fuzzy
+msgid "Force use of the timeshift module"
+msgstr "Directorio usado pra almacena-los arquivos temporais timeshift."
+
+#: modules/access_filter/timeshift.c:52
+msgid ""
+"Force use of the timeshift module even if the access declares that it can "
+"control pace or pause."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
+msgid "Timeshift"
+msgstr "Timeshift"
+
+#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
+msgid "Dummy stream output"
+msgstr "Saída de fluxo Dummy"
+
+#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
+msgid "Dummy"
+msgstr "Dummy"
+
+#: modules/access_output/file.c:61
+msgid "Append to file"
+msgstr "Engadir a arquivo"
+
+#: modules/access_output/file.c:62
+msgid "Append to file if it exists instead of replacing it."
+msgstr "Engadir a arquivo se existe, no canto de substituílo."
+
+#: modules/access_output/file.c:66
+msgid "File stream output"
+msgstr "Saída de fluxo do arquivo"
+
+#: modules/access_output/http.c:58
+msgid "Username"
+msgstr "Nome de usuario"
+
+#: modules/access_output/http.c:59
+msgid "User name that will be requested to access the stream."
+msgstr "Nome de usuario que se preguntará ó acceder ó fluxo."
+
+#: modules/access_output/http.c:61 modules/control/telnet.c:81
+msgid "Password"
+msgstr "Contrasinal"
+
+#: modules/access_output/http.c:62
+msgid "Password that will be requested to access the stream."
+msgstr "Contrasinal que se preguntará ó acceder ó fluxo."
+
+#: modules/access_output/http.c:66
+msgid "Mime"
+msgstr "MIME"
+
+#: modules/access_output/http.c:67
+msgid "MIME returned by the server (autodetected if not specified."
+msgstr ""
+
+#: modules/access_output/http.c:71
+msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
+msgstr ""
+"Localización do arquivo de certificado x509 PEM que se usará pró HTTPS."
+
+#: modules/access_output/http.c:74
+#, fuzzy
+msgid ""
+"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
+"empty if you don't have one."
+msgstr ""
+"Localización do arquivo de clave privada x509 PEM que se usará pró HTTPS. "
+"Débelo deixar baleiro se non tés."
+
+#: modules/access_output/http.c:78
+#, fuzzy
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used for HTTPS. Leave empty if you don't have one."
+msgstr ""
+"Localización do arquivo de certificados raíz CA (Autoridade Certificadora) "
+"confiables x509 PEM que se usará pró HTTPS. Débelo deixar baleiro se non tés."
+
+#: modules/access_output/http.c:83
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be used for "
+"SSL. Leave empty if you don't have one."
+msgstr ""
+"Localización do arquivo da listaxe de revocación de certificados PEM x509 "
+"que se usará pró SSL. Débelo deixar baleiro se non tés."
+
+#: modules/access_output/http.c:86
+msgid "Advertise with Bonjour"
+msgstr ""
+
+#: modules/access_output/http.c:87
+msgid "Advertise the stream with the Bonjour protocol."
+msgstr ""
+
+#: modules/access_output/http.c:91
+msgid "HTTP stream output"
+msgstr "Saída de fluxo HTTP"
+
+#: modules/access_output/http.c:93 modules/control/http/http.c:61
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
+msgstr "HTTP"
+
+#: modules/access_output/shout.c:58
+msgid "Stream name"
+msgstr "Nome do fluxo"
+
+#: modules/access_output/shout.c:59
+#, fuzzy
+msgid "Name to give to this stream/channel on the shoutcast/icecast server."
+msgstr ""
+"Nome a dar a este fluxo ou a esta canle no servidor Icecast (servidor de "
+"medios de fluxo)."
 
-#: modules/access/vcdx/info.c:101
-msgid "Entries"
-msgstr "Entradas"
+#: modules/access_output/shout.c:62
+msgid "Stream description"
+msgstr "Descrición do fluxo"
 
-#: modules/access/vcdx/info.c:122
-msgid "First Entry Point"
-msgstr "Primeiro Punto de Entrada"
+#: modules/access_output/shout.c:63
+msgid "Description of the stream content or information about your channel."
+msgstr "Descrición do contido do fluxo ou información sobre a túa canle."
 
-#: modules/access/vcdx/info.c:126
-msgid "Last Entry Point"
-msgstr "Último Punto de Entrada"
+#: modules/access_output/shout.c:66
+msgid "Stream MP3"
+msgstr "Fluxo MP3"
 
-#: modules/access/vcdx/info.c:127
-msgid "Track size (in sectors)"
-msgstr "Tamaño de pista (en sectores)"
+#: modules/access_output/shout.c:67
+#, fuzzy
+msgid ""
+"You normally have to feed the shoutcast module with Ogg streams. It is also "
+"possible to stream MP3 instead, so you can forward MP3 streams to the "
+"shoutcast/icecast server."
+msgstr ""
+"Xeralmente tés que alimenta-lo módulo SHOUTcast con fluxos Ogg. Esta opción "
+"permíteche alimenta-los fluxos MP3 en lugar do outro, polo que os podes "
+"remitir ó servidor Icecast (servidor de medios de fluxo)."
 
-#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
-#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
-msgid "type"
-msgstr "tipo"
+#: modules/access_output/shout.c:76
+#, fuzzy
+msgid "Genre description"
+msgstr "Descrición do fluxo"
 
-#: modules/access/vcdx/info.c:139
-msgid "end"
-msgstr "fin"
+#: modules/access_output/shout.c:77
+msgid "Genre of the content. "
+msgstr ""
 
-#: modules/access/vcdx/info.c:142
-msgid "play list"
-msgstr "reproducir lista"
+#: modules/access_output/shout.c:79
+#, fuzzy
+msgid "URL description"
+msgstr "Descrición"
 
-#: modules/access/vcdx/info.c:153
-msgid "extended selection list"
-msgstr "lista de selección estendida"
+#: modules/access_output/shout.c:80
+msgid "URL with information about the stream or your channel. "
+msgstr ""
 
-#: modules/access/vcdx/info.c:154
-msgid "selection list"
-msgstr "Lista de selección"
+#: modules/access_output/shout.c:87
+#, fuzzy
+msgid "Bitrate information of the transcoded stream. "
+msgstr "Frecuencia de mostraxe do fluxo de audio da capturas, en Hz"
 
-#: modules/access/vcdx/info.c:166
-msgid "unknown type"
-msgstr "Tipo descoñecido"
+#: modules/access_output/shout.c:90
+#, fuzzy
+msgid "Samplerate information of the transcoded stream. "
+msgstr "Frecuencia de mostraxe do fluxo de audio da capturas, en Hz"
 
-#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
-#: modules/access/vcdx/info.c:316
-msgid "List ID"
-msgstr "ID de Lista"
+#: modules/access_output/shout.c:92
+#, fuzzy
+msgid "Number of channels"
+msgstr "Número de canles de saída"
 
-#: modules/access/vcdx/vcd.c:95
-msgid "(Super) Video CD"
-msgstr "(Súper) Vídeo CD"
+#: modules/access_output/shout.c:93
+#, fuzzy
+msgid "Number of channels information of the transcoded stream. "
+msgstr "Frecuencia de mostraxe do fluxo de audio da capturas, en Hz"
 
-#: modules/access/vcdx/vcd.c:96
-msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
-msgstr "Entrada de Vídeo CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD)"
+#: modules/access_output/shout.c:95
+msgid "Ogg Vorbis Quality"
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:97
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
-msgstr "vcdx://[dispositivo-ou-arquivo][@{P,S,T}num]"
+#: modules/access_output/shout.c:96
+#, fuzzy
+msgid "Ogg Vorbis Quality information of the transcoded stream. "
+msgstr "Frecuencia de mostraxe do fluxo de audio da capturas, en Hz"
 
-#: modules/access/vcdx/vcd.c:106
-msgid "If nonzero, this gives additional debug information."
-msgstr "Se non é cero, isto dá información de depuración adicional."
+#: modules/access_output/shout.c:98
+#, fuzzy
+msgid "Stream public"
+msgstr "Saída de fluxo"
 
-#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
-msgid "Number of CD blocks to get in a single read."
-msgstr "Número de bloques do CD a obter nunha soa lectura."
+#: modules/access_output/shout.c:99
+msgid ""
+"Make the server publicly available on the 'Yellow Pages' (directory listing "
+"of streams) on the icecast/shoutcast website. Requires the bitrate "
+"information specified for shoutcast. Requires Ogg streaming for icecast."
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
-msgstr "¿Usar control de reprodución?"
+#: modules/access_output/shout.c:105
+msgid "IceCAST output"
+msgstr "Saída IceCAST"
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/udp.c:77
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Default caching value for outbound UDP streams. This value should be set in "
+"milliseconds."
 msgstr ""
-"Se o VCD está feito con control de reprodución, úsao. Doutro xeito "
-"reproducirémolo por pistas."
+"Valor por defecto da caché pra fluxos UDP por saír. Este valor deberíase pór "
+"en milisegundos."
 
-#: modules/access/vcdx/vcd.c:123
-msgid "Use track length as maximum unit in seek?"
-msgstr "¿Usar lonxitude de pista coma unidade máxima en procura?"
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
+#: modules/gui/macosx/wizard.m:1848
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
+msgid "Time-To-Live (TTL)"
+msgstr "Tempo de vida (TTL)"
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:81
+msgid "Time-To-Live of the outgoing stream."
+msgstr "Tempo de vida (TTL) do fluxo saínte."
+
+#: modules/access_output/udp.c:84
+msgid "Group packets"
+msgstr "Agrupar paquetes"
+
+#: modules/access_output/udp.c:85
+#, fuzzy
 msgid ""
-"If set, the length of the seek bar is the track rather than the length of an "
-"entry."
+"Packets can be sent one by one at the right time or by groups. You can "
+"choose the number of packets that will be sent at a time. It helps reducing "
+"the scheduling load on heavily-loaded systems."
 msgstr ""
-"Se está activada, a lonxitude da barra de procura é a pista no canto da "
-"lonxitude dunha entrada."
+"Os paquetes pódense enviar un por un no intre exacto ou por grupos. Isto "
+"permíteche da-lo número de paquetes a enviar nun intre. Axuda a reduci-la "
+"carga de organización en sistemas moi cargados."
 
-#: modules/access/vcdx/vcd.c:129
-msgid "Show extended VCD info?"
-msgstr "¿Amosar información VCD estendida?"
+#: modules/access_output/udp.c:90
+msgid "Raw write"
+msgstr "Escribir en bruto"
 
-#: modules/access/vcdx/vcd.c:130
+#: modules/access_output/udp.c:91
+#, fuzzy
 msgid ""
-"Show the maximum amount of information under Stream and Media Info. Shows "
-"for example playback control navigation."
+"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 ""
-"Amosa-la cantidade máxima de información baixo o fluxo e os medios. Amosar "
-"por exemplo o control de navegación do aparato de lectura."
+"Se habilitas esta opción, os paquetes enviaranse directamente, sen tentar "
+"enche-la MTU - Unidade máxima de transferencia (por exemplo, sen tentar face-"
+"los paquetes o máis grande posible pra millora-la transmisión)."
 
-#: modules/access/vcdx/vcd.c:137
-msgid "Format to use in the playlist's \"author\" field."
-msgstr "Formato a usar no campo \"autor\" da lista de reprodución."
+#: modules/access_output/udp.c:97
+msgid "UDP stream output"
+msgstr "Saída de fluxo UDP"
 
-#: modules/access/vcdx/vcd.c:143
-msgid "Format to use in the playlist's \"title\" field."
-msgstr "Formato a usar no campo \"título\" da lista de reprodución."
+#: modules/access_output/udp.c:98
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
+msgid "UDP"
+msgstr "UDP"
 
 #: modules/audio_filter/channel_mixer/dolby.c:47
 msgid "Simple decoder for Dolby Surround encoded streams"
@@ -9356,36 +9378,36 @@ msgstr "Servizo NT"
 msgid "Windows Service interface"
 msgstr "Interface de Servizo do Windows"
 
-#: modules/control/rc.c:154
+#: modules/control/rc.c:156
 msgid "Show stream position"
 msgstr "Amosar posición do fluxo"
 
-#: modules/control/rc.c:155
+#: modules/control/rc.c:157
 msgid ""
 "Show the current position in seconds within the stream from time to time."
 msgstr "Amosa a posición actual en segundos dentro do fluxo de cada cando."
 
-#: modules/control/rc.c:158
+#: modules/control/rc.c:160
 msgid "Fake TTY"
 msgstr "TTY falso"
 
-#: modules/control/rc.c:159
+#: modules/control/rc.c:161
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr "Forza ó módulo rc a usa-lo stdin coma se fose TTY."
 
-#: modules/control/rc.c:161
+#: modules/control/rc.c:163
 msgid "UNIX socket command input"
 msgstr "Entrada de instrucións socket UNIX"
 
-#: modules/control/rc.c:162
+#: modules/control/rc.c:164
 msgid "Accept commands over a Unix socket rather than stdin."
 msgstr "Acepta instrucións sobre un socket Unix no canto do stdin."
 
-#: modules/control/rc.c:165
+#: modules/control/rc.c:167
 msgid "TCP command input"
 msgstr "Entrada de instrucións TCP"
 
-#: modules/control/rc.c:166
+#: modules/control/rc.c:168
 msgid ""
 "Accept commands over a socket rather than stdin. You can set the address and "
 "port the interface will bind to."
@@ -9393,11 +9415,11 @@ msgstr ""
 "Acepta instrucións sobre un socket no canto do stdin. Podes pó-lo enderezo e "
 "porto ó que se asociará a interface."
 
-#: modules/control/rc.c:170 modules/misc/dummy/dummy.c:49
+#: modules/control/rc.c:172 modules/misc/dummy/dummy.c:49
 msgid "Do not open a DOS command box interface"
 msgstr "Non abrir unha interface con caixa de instrucións DOS"
 
-#: modules/control/rc.c:172
+#: modules/control/rc.c:174
 msgid ""
 "By default the rc interface plugin will start a DOS command box. Enabling "
 "the quiet mode will not bring this command box but can also be pretty "
@@ -9408,359 +9430,359 @@ msgstr ""
 "pero pode amolar un chisco cando se quere para-lo VLC e non está aberta "
 "ningunha ventá de vídeo."
 
-#: modules/control/rc.c:179
+#: modules/control/rc.c:181
 msgid "RC"
 msgstr "RC"
 
-#: modules/control/rc.c:182
+#: modules/control/rc.c:184
 msgid "Remote control interface"
 msgstr "Interface de control remoto"
 
-#: modules/control/rc.c:323
+#: modules/control/rc.c:325
 msgid "Remote control interface initialized. Type `help' for help."
 msgstr "Inicializada a interface de control remoto. Escribe `help' prá axuda."
 
-#: modules/control/rc.c:848
+#: modules/control/rc.c:850
 #, c-format
 msgid "Unknown command `%s'. Type `help' for help."
 msgstr "Instrución `%s' descoñecida. Escribe `help' prá axuda."
 
-#: modules/control/rc.c:881
+#: modules/control/rc.c:883
 msgid "+----[ Remote control commands ]"
 msgstr "+----[ Instrucións de control remoto ]"
 
-#: modules/control/rc.c:883
+#: modules/control/rc.c:885
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist"
 msgstr "| add XYZ . . . . . . . engade XYZ á lista de reprodución."
 
-#: modules/control/rc.c:884
+#: modules/control/rc.c:886
 #, fuzzy
 msgid "| enqueue XYZ  . . . . . . . queue XYZ to playlist"
 msgstr "| add XYZ . . . . . . . engade XYZ á lista de reprodución."
 
-#: modules/control/rc.c:885
+#: modules/control/rc.c:887
 msgid "| playlist . . .  show items currently in playlist"
 msgstr "| playlist . . . amosar elementos actuais da lista"
 
-#: modules/control/rc.c:886
+#: modules/control/rc.c:888
 msgid "| play . . . . . . . . . . . . . . . . play stream"
 msgstr "| play  . . . . . . . . . . . . reproducir fluxo"
 
-#: modules/control/rc.c:887
+#: modules/control/rc.c:889
 msgid "| stop . . . . . . . . . . . . . . . . stop stream"
 msgstr "| stop  . . . . . . . . . . . . . . . parar fluxo"
 
-#: modules/control/rc.c:888
+#: modules/control/rc.c:890
 msgid "| next . . . . . . . . . . . .  next playlist item"
 msgstr "| next  . . . . elemento seguinte da lista de reprodución"
 
-#: modules/control/rc.c:889
+#: modules/control/rc.c:891
 msgid "| prev . . . . . . . . . .  previous playlist item"
 msgstr "| prev  . . . . . . elemento anterior da lista de reprodución"
 
-#: modules/control/rc.c:890
+#: modules/control/rc.c:892
 msgid "| goto . . . . . . . . . . . .  goto item at index"
 msgstr "| goto . . . . . . . . . . . . . . . . . ir a elemento no índice"
 
-#: modules/control/rc.c:891
+#: modules/control/rc.c:893
 msgid "| clear . . . . . . . . . . .   clear the playlist"
 msgstr "| clear . . . . . . . . . . . limpa-la lista de reprodución"
 
-#: modules/control/rc.c:892
+#: modules/control/rc.c:894
 msgid "| status . . . . . . . . . current playlist status"
 msgstr "| status . . . . . . . . . estado actual da lista de reprodución"
 
-#: modules/control/rc.c:893
+#: modules/control/rc.c:895
 msgid "| title [X]  . . . . set/get title in current item"
 msgstr "| title [X] . . . . poñer/obter título en elemento actual"
 
-#: modules/control/rc.c:894
+#: modules/control/rc.c:896
 msgid "| title_n  . . . . . .  next title in current item"
 msgstr "| title_n . . . . . título seguinte en elemento actual"
 
-#: modules/control/rc.c:895
+#: modules/control/rc.c:897
 msgid "| title_p  . . . .  previous title in current item"
 msgstr "| title_p . . . . . título anterior en elemento actual"
 
-#: modules/control/rc.c:896
+#: modules/control/rc.c:898
 msgid "| chapter [X]  . . set/get chapter in current item"
 msgstr "| chapter [X] . . . poñer/obter capítulo en elemento actual"
 
-#: modules/control/rc.c:897
+#: modules/control/rc.c:899
 msgid "| chapter_n  . . . .  next chapter in current item"
 msgstr "| chapter_n . . . . capítulo seguinte en elemento actual"
 
-#: modules/control/rc.c:898
+#: modules/control/rc.c:900
 msgid "| chapter_p  . .  previous chapter in current item"
 msgstr "| chapter_p . . . . capítulo anterior en elemento actual"
 
-#: modules/control/rc.c:900
+#: modules/control/rc.c:902
 msgid "| seek X . seek in seconds, for instance `seek 12'"
 msgstr "| seek X . . . buscar en segundos, por ex. `seek 12'"
 
-#: modules/control/rc.c:901
+#: modules/control/rc.c:903
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause"
 msgstr "| pause . . . . . . . . . . . . . . pausa si/non"
 
-#: modules/control/rc.c:902
+#: modules/control/rc.c:904
 msgid "| fastforward  . . . . . .  .  set to maximum rate"
 msgstr "| fastforward . . . . . . . fixa-la taxa máxima"
 
-#: modules/control/rc.c:903
+#: modules/control/rc.c:905
 msgid "| rewind  . . . . . . . . . .  set to minimum rate"
 msgstr "| rewind  . . . . . . . . . . fixa-la taxa mínima"
 
-#: modules/control/rc.c:904
+#: modules/control/rc.c:906
 msgid "| faster . . . . . . . .  faster playing of stream"
 msgstr "| faster . . . . . . . . reprodución máis rápida do fluxo"
 
-#: modules/control/rc.c:905
+#: modules/control/rc.c:907
 msgid "| slower . . . . . . . .  slower playing of stream"
 msgstr "| slower . . . . . . . . reprodución máis lenta do fluxo"
 
-#: modules/control/rc.c:906
+#: modules/control/rc.c:908
 msgid "| normal . . . . . . . .  normal playing of stream"
 msgstr "| normal . . . . . . . . reprodución normal do fluxo"
 
-#: modules/control/rc.c:907
+#: modules/control/rc.c:909
 msgid "| f [on|off] . . . . . . . . . . toggle fullscreen"
 msgstr "| f [on|off] . . . . . . . . . . trocar pantalla completa"
 
-#: modules/control/rc.c:908
+#: modules/control/rc.c:910
 msgid "| info . . .  information about the current stream"
 msgstr "| info . . . información sobre o fluxo actual"
 
-#: modules/control/rc.c:909
+#: modules/control/rc.c:911
 msgid "| get_time . . seconds elapsed since stream's beginning"
 msgstr ""
 
-#: modules/control/rc.c:910
+#: modules/control/rc.c:912
 msgid "| is_playing . .  1 if a stream plays, 0 otherwise"
 msgstr ""
 
-#: modules/control/rc.c:911
+#: modules/control/rc.c:913
 #, fuzzy
 msgid "| get_title . . .  the title of the current stream"
 msgstr "| title [X] . . . . poñer/obter título en elemento actual"
 
-#: modules/control/rc.c:912
+#: modules/control/rc.c:914
 #, fuzzy
 msgid "| get_length . .  the length of the current stream"
 msgstr "| info . . . información sobre o fluxo actual"
 
-#: modules/control/rc.c:914
+#: modules/control/rc.c:916
 msgid "| volume [X] . . . . . . . .  set/get audio volume"
 msgstr "| volume [X] . . . . . . . . poñer/obter volume de audio"
 
-#: modules/control/rc.c:915
+#: modules/control/rc.c:917
 msgid "| volup [X]  . . . . .  raise audio volume X steps"
 msgstr "| volup [X] . . . . . aumentar volume de audio X pasos"
 
-#: modules/control/rc.c:916
+#: modules/control/rc.c:918
 msgid "| voldown [X]  . . . .  lower audio volume X steps"
 msgstr "| voldown [X] . . . . baixar volume de audio X pasos"
 
-#: modules/control/rc.c:917
+#: modules/control/rc.c:919
 msgid "| adev [X] . . . . . . . . .  set/get audio device"
 msgstr "| adev [X] . . . . . . . . . poñer/obter dispositivo de audio"
 
-#: modules/control/rc.c:918
+#: modules/control/rc.c:920
 msgid "| achan [X]. . . . . . . .  set/get audio channels"
 msgstr "| achan [X] . . . . . . . . poñer/obter canles de audio"
 
-#: modules/control/rc.c:919
+#: modules/control/rc.c:921
 #, fuzzy
 msgid "| atrack [X] . . . . . . . . . set/get audio track"
 msgstr "| adev [X] . . . . . . . . . poñer/obter dispositivo de audio"
 
-#: modules/control/rc.c:920
+#: modules/control/rc.c:922
 #, fuzzy
 msgid "| vtrack [X] . . . . . . . . . set/get video track"
 msgstr "| adev [X] . . . . . . . . . poñer/obter dispositivo de audio"
 
-#: modules/control/rc.c:921
+#: modules/control/rc.c:923
 #, fuzzy
 msgid "| strack [X] . . . . . . . set/get subtitles track"
 msgstr "| achan [X] . . . . . . . . poñer/obter canles de audio"
 
-#: modules/control/rc.c:922
+#: modules/control/rc.c:924
 msgid "| menu [on|off|up|down|left|right|select] use menu"
 msgstr "| menu [on|off|up|down|left|right|select] usar menú"
 
-#: modules/control/rc.c:927
+#: modules/control/rc.c:929
 msgid "| marq-marquee STRING  . . overlay STRING in video"
 msgstr "| marq-marquee STRING . . superpor CADEA en vídeo"
 
-#: modules/control/rc.c:928
+#: modules/control/rc.c:930
 msgid "| marq-x X . . . . . . . . . . . .offset from left"
 msgstr "| marq-x X . . . . . . . . . . . . compensación dende a esqueda"
 
-#: modules/control/rc.c:929
+#: modules/control/rc.c:931
 msgid "| marq-y Y . . . . . . . . . . . . offset from top"
 msgstr "| marq-y Y . . . . . . . . . . . . compensación dende arriba"
 
-#: modules/control/rc.c:930
+#: modules/control/rc.c:932
 msgid "| marq-position #. . .  .relative position control"
 msgstr "| marq-position #. . . . control de posición relativa"
 
-#: modules/control/rc.c:931
+#: modules/control/rc.c:933
 msgid "| marq-color # . . . . . . . . . . font color, RGB"
 msgstr "| marq-color # . . . . . . . . . . cor de fonte, RGB"
 
-#: modules/control/rc.c:932
+#: modules/control/rc.c:934
 msgid "| marq-opacity # . . . . . . . . . . . . . opacity"
 msgstr "| marq-opacity # . . . . . . . . . . . . . opacidade"
 
-#: modules/control/rc.c:933
+#: modules/control/rc.c:935
 msgid "| marq-timeout T. . . . . . . . . . timeout, in ms"
 msgstr "| marq-timeout T. . . . . . . . . . retardo, en ms"
 
-#: modules/control/rc.c:934
+#: modules/control/rc.c:936
 msgid "| marq-size # . . . . . . . . font size, in pixels"
 msgstr "| marq-size # . . . . . . . . tamaño de fonte, en píxeles"
 
-#: modules/control/rc.c:936
+#: modules/control/rc.c:938
 msgid "| time-format STRING . . . overlay STRING in video"
 msgstr "| time-format STRING . . . superpor CADEA en vídeo"
 
-#: modules/control/rc.c:937
+#: modules/control/rc.c:939
 msgid "| time-x X . . . . . . . . . . . .offset from left"
 msgstr "| time-x X . . . . . . . . . . . . compensación dende a esquerda"
 
-#: modules/control/rc.c:938
+#: modules/control/rc.c:940
 msgid "| time-y Y . . . . . . . . . . . . offset from top"
 msgstr "| time-y Y . . . . . . . . . . . . compensación dende arriba"
 
-#: modules/control/rc.c:939
+#: modules/control/rc.c:941
 msgid "| time-position #. . . . . . . . relative position"
 msgstr "| time-position #. . . . . . . . posición relativa"
 
-#: modules/control/rc.c:940
+#: modules/control/rc.c:942
 msgid "| time-color # . . . . . . . . . . font color, RGB"
 msgstr "| time-color # . . . . . . . . . . cor de fonte, RGB"
 
-#: modules/control/rc.c:941
+#: modules/control/rc.c:943
 msgid "| time-opacity # . . . . . . . . . . . . . opacity"
 msgstr "| time-opacity # . . . . . . . . . . . . . opacidade"
 
-#: modules/control/rc.c:942
+#: modules/control/rc.c:944
 msgid "| time-size # . . . . . . . . font size, in pixels"
 msgstr "| time-size # . . . . . . . . tamaño de fonte, en píxeles"
 
-#: modules/control/rc.c:944
+#: modules/control/rc.c:946
 msgid "| logo-file STRING . . .the overlay file path/name"
 msgstr "| logo-file STRING . . . a ruta/nome do arquivo de superposición"
 
-#: modules/control/rc.c:945
+#: modules/control/rc.c:947
 msgid "| logo-x X . . . . . . . . . . . .offset from left"
 msgstr "| logo-x X . . . . . . . . . . . . compensación dende a esquerda"
 
-#: modules/control/rc.c:946
+#: modules/control/rc.c:948
 msgid "| logo-y Y . . . . . . . . . . . . offset from top"
 msgstr "| logo-y Y . . . . . . . . . . . . compensación dende riba"
 
-#: modules/control/rc.c:947
+#: modules/control/rc.c:949
 msgid "| logo-position #. . . . . . . . relative position"
 msgstr "| logo-position #. . . . . . . . posición relativa"
 
-#: modules/control/rc.c:948
+#: modules/control/rc.c:950
 msgid "| logo-transparency #. . . . . . . . .transparency"
 msgstr "| logo-transparency #. . . . . . . . . transparencia"
 
-#: modules/control/rc.c:950
+#: modules/control/rc.c:952
 msgid "| mosaic-alpha # . . . . . . . . . . . . . . alpha"
 msgstr "| mosaic-alpha # . . . . . . . . . . . . . . alfa"
 
-#: modules/control/rc.c:951
+#: modules/control/rc.c:953
 msgid "| mosaic-height #. . . . . . . . . . . . . .height"
 msgstr "| mosaic-height #. . . . . . . . . . . . . . altura"
 
-#: modules/control/rc.c:952
+#: modules/control/rc.c:954
 msgid "| mosaic-width # . . . . . . . . . . . . . . width"
 msgstr "| mosaic-width # . . . . . . . . . . . . . . anchura"
 
-#: modules/control/rc.c:953
+#: modules/control/rc.c:955
 msgid "| mosaic-xoffset # . . . .top left corner position"
 msgstr "| mosaic-xoffset # . . . . posición esquina superior esquerda"
 
-#: modules/control/rc.c:954
+#: modules/control/rc.c:956
 msgid "| mosaic-yoffset # . . . .top left corner position"
 msgstr "| mosaic-yoffset # . . . . posición esquina superior esquerda"
 
-#: modules/control/rc.c:955
+#: modules/control/rc.c:957
 msgid "| mosaic-align 0..2,4..6,8..10. . .mosaic alignment"
 msgstr "| mosaic-align 0..2,4..6,8..10. . . aliñación de mosaico"
 
-#: modules/control/rc.c:956
+#: modules/control/rc.c:958
 msgid "| mosaic-vborder # . . . . . . . . vertical border"
 msgstr "| mosaic-vborder # . . . . . . . . límite vertical"
 
-#: modules/control/rc.c:957
+#: modules/control/rc.c:959
 msgid "| mosaic-hborder # . . . . . . . horizontal border"
 msgstr "| mosaic-hborder # . . . . . . . límite horizontal"
 
-#: modules/control/rc.c:958
+#: modules/control/rc.c:960
 msgid "| mosaic-position {0=auto,1=fixed} . . . .position"
 msgstr "| mosaic-position {0=auto,1=fixed} . . . . posición"
 
-#: modules/control/rc.c:959
+#: modules/control/rc.c:961
 msgid "| mosaic-rows #. . . . . . . . . . .number of rows"
 msgstr "| mosaic-rows #. . . . . . . . . . . número de ringleiras"
 
-#: modules/control/rc.c:960
+#: modules/control/rc.c:962
 msgid "| mosaic-cols #. . . . . . . . . . .number of cols"
 msgstr "| mosaic-cols #. . . . . . . . . . . número de columnas"
 
-#: modules/control/rc.c:961
+#: modules/control/rc.c:963
 #, fuzzy
 msgid "| mosaic-order id(,id)* . . . . order of pictures "
 msgstr "| mosaic-hborder # . . . . . . . límite horizontal"
 
-#: modules/control/rc.c:962
+#: modules/control/rc.c:964
 msgid "| mosaic-keep-aspect-ratio {0,1} . . .aspect ratio"
 msgstr "| mosaic-keep-aspect-ratio {0,1} . . . proporción de aspecto"
 
-#: modules/control/rc.c:964
+#: modules/control/rc.c:966
 msgid ""
 "| check-updates [newer] [equal] [older]\n"
 "|               [undef] [info] [source] [binary] [plugin]"
 msgstr ""
 
-#: modules/control/rc.c:968
+#: modules/control/rc.c:970
 msgid "| help . . . . . . . . . . . . . this help message"
 msgstr "| help . . . . . . . . . . . . . esta mensaxe de axuda"
 
-#: modules/control/rc.c:969
+#: modules/control/rc.c:971
 msgid "| longhelp . . . . . . . . . a longer help message"
 msgstr "| longhelp . . . . . . . . . unha mensaxe de axuda máis longa"
 
-#: modules/control/rc.c:970
+#: modules/control/rc.c:972
 msgid "| logout . . . . .  exit (if in socket connection)"
 msgstr "| logout . . . . .  saír (se está en conexión socket)"
 
-#: modules/control/rc.c:971
+#: modules/control/rc.c:973
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc"
 msgstr "| quit . . . . . . . . . . . . . . . . . saír do vlc"
 
-#: modules/control/rc.c:973
+#: modules/control/rc.c:975
 msgid "+----[ end of help ]"
 msgstr "+----[ fin da axuda ]"
 
-#: modules/control/rc.c:1080
+#: modules/control/rc.c:1082
 msgid "Press menu select or pause to continue."
 msgstr "Preme seleccionar menú ou pausa pra continuar."
 
-#: modules/control/rc.c:1324 modules/control/rc.c:1809
-#: modules/control/rc.c:1879 modules/control/rc.c:1928
-#: modules/control/rc.c:2027
+#: modules/control/rc.c:1326 modules/control/rc.c:1811
+#: modules/control/rc.c:1881 modules/control/rc.c:1930
+#: modules/control/rc.c:2029
 msgid "Type 'menu select' or 'pause' to continue."
 msgstr "Escribe 'menu select' ou 'pause' pra continuar."
 
-#: modules/control/rc.c:1461
+#: modules/control/rc.c:1463
 msgid "Type 'pause' to continue."
 msgstr "Escribe 'pause' pra continuar."
 
-#: modules/control/rc.c:2012 modules/control/rc.c:2051
+#: modules/control/rc.c:2014 modules/control/rc.c:2053
 #, fuzzy
 msgid "Please provide one of the following parameters:"
 msgstr "por favor dá un dos seguintes parámetros"
@@ -9896,6 +9918,7 @@ msgstr ""
 #: modules/gui/macosx/interaction.m:135 modules/gui/macosx/open.m:158
 #: modules/gui/macosx/playlistinfo.m:60 modules/gui/macosx/prefs.m:122
 #: modules/gui/macosx/prefs.m:142 modules/gui/macosx/wizard.m:363
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:88
 msgid "Cancel"
 msgstr "Cancelar"
 
@@ -10833,8 +10856,8 @@ msgstr "¿Abrir tamén os arquivos de tódalos subcartafoles?"
 #: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:440
 #: modules/gui/macosx/open.m:634 modules/gui/macosx/open.m:738
 #: modules/gui/macosx/open.m:784 modules/gui/wxwidgets/interface.cpp:675
-#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:348
-#: modules/gui/wxwidgets/menus.cpp:404
+#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:349
+#: modules/gui/wxwidgets/menus.cpp:405
 msgid "Open"
 msgstr "Abrir"
 
@@ -10846,7 +10869,7 @@ msgstr "Preferencias"
 
 #: modules/gui/beos/InterfaceWindow.cpp:237
 #: modules/gui/beos/InterfaceWindow.cpp:328 modules/gui/macosx/intf.m:503
-#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:35
+#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:41
 #: modules/gui/wxwidgets/dialogs/messages.cpp:47
 msgid "Messages"
 msgstr "Mensaxes"
@@ -10999,6 +11022,7 @@ msgstr "Aplicar"
 
 #: modules/gui/beos/PreferencesWindow.cpp:254 modules/gui/macosx/output.m:526
 #: modules/gui/macosx/playlist.m:704 modules/gui/macosx/prefs.m:121
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:87
 msgid "Save"
 msgstr "Gardar"
 
@@ -11126,7 +11150,7 @@ msgstr "Entrada non atopada"
 msgid "The stream must be playing or paused for bookmarks to work."
 msgstr "O fluxo débese reproducir ou pausar pra que funcionen os marcadores."
 
-#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:735
+#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:741
 msgid "Jump To Time"
 msgstr ""
 
@@ -11142,64 +11166,64 @@ msgstr ""
 msgid "Random On"
 msgstr "Aleatorio acendido"
 
-#: modules/gui/macosx/controls.m:167
+#: modules/gui/macosx/controls.m:168
 msgid "Random Off"
 msgstr "Aleatorio apagado"
 
-#: modules/gui/macosx/controls.m:195 modules/gui/macosx/controls.m:719
+#: modules/gui/macosx/controls.m:197 modules/gui/macosx/controls.m:725
 #: modules/gui/macosx/intf.m:543 modules/gui/macosx/playlist.m:453
 #: modules/gui/macosx/playlist.m:1167
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:54
 msgid "Repeat One"
 msgstr "Repetir un"
 
-#: modules/gui/macosx/controls.m:199 modules/gui/macosx/controls.m:231
+#: modules/gui/macosx/controls.m:202 modules/gui/macosx/controls.m:236
 #: modules/gui/macosx/playlist.m:1186
 msgid "Repeat Off"
 msgstr "Non repetir"
 
-#: modules/gui/macosx/controls.m:227 modules/gui/macosx/controls.m:726
+#: modules/gui/macosx/controls.m:231 modules/gui/macosx/controls.m:732
 #: modules/gui/macosx/intf.m:544 modules/gui/macosx/playlist.m:454
 #: modules/gui/macosx/playlist.m:1175
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:53
 msgid "Repeat All"
 msgstr "Repetir todo"
 
-#: modules/gui/macosx/controls.m:308 modules/gui/macosx/controls.m:749
+#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
 #: modules/gui/macosx/intf.m:569
 msgid "Half Size"
 msgstr "Tamaño medio"
 
-#: modules/gui/macosx/controls.m:310 modules/gui/macosx/controls.m:750
+#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:756
 #: modules/gui/macosx/intf.m:570
 msgid "Normal Size"
 msgstr "Tamaño normal"
 
-#: modules/gui/macosx/controls.m:312 modules/gui/macosx/controls.m:751
+#: modules/gui/macosx/controls.m:318 modules/gui/macosx/controls.m:757
 #: modules/gui/macosx/intf.m:571
 msgid "Double Size"
 msgstr "Tamaño dobre"
 
-#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
-#: modules/gui/macosx/controls.m:766 modules/gui/macosx/intf.m:574
+#: modules/gui/macosx/controls.m:320 modules/gui/macosx/controls.m:761
+#: modules/gui/macosx/controls.m:772 modules/gui/macosx/intf.m:574
 msgid "Float on Top"
 msgstr "Flotar encol de todo"
 
-#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:752
+#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:758
 #: modules/gui/macosx/intf.m:572
 msgid "Fit to Screen"
 msgstr "Axustar á pantalla"
 
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:542
+#: modules/gui/macosx/controls.m:718 modules/gui/macosx/intf.m:542
 #: modules/gui/macosx/playlist.m:447
 msgid "Random"
 msgstr "Aleatorio"
 
-#: modules/gui/macosx/controls.m:733 modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/controls.m:739 modules/gui/macosx/intf.m:545
 msgid "Step Forward"
 msgstr "Paso adiante"
 
-#: modules/gui/macosx/controls.m:734 modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/controls.m:740 modules/gui/macosx/intf.m:546
 msgid "Step Backward"
 msgstr "Paso atrás"
 
@@ -11218,7 +11242,7 @@ msgstr "Avance rápido"
 #: modules/gui/pda/pda_interface.c:251 modules/gui/wxwidgets/interface.cpp:678
 #: modules/gui/wxwidgets/interface.cpp:689
 #: modules/gui/wxwidgets/interface.cpp:1210
-#: modules/gui/wxwidgets/menus.cpp:265 modules/visualization/xosd.c:242
+#: modules/gui/wxwidgets/menus.cpp:266 modules/visualization/xosd.c:242
 msgid "Pause"
 msgstr "Pausar"
 
@@ -11434,7 +11458,7 @@ msgstr "VLC - Controlador"
 
 #: modules/gui/macosx/intf.m:488 modules/gui/macosx/intf.m:999
 #: modules/gui/macosx/intf.m:1321 modules/gui/pda/pda_interface.c:212
-#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:52
+#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:54
 msgid "VLC media player"
 msgstr "Reprodutor de medios VLC"
 
@@ -11876,71 +11900,6 @@ msgstr "Enderezo de SDP"
 msgid "Save File"
 msgstr "Gardar arquivo"
 
-#: modules/gui/macosx/playlistinfo.m:56
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
-msgid "URI"
-msgstr "Localización"
-
-#: modules/gui/macosx/playlistinfo.m:63
-msgid "Advanced Information"
-msgstr "Información avanzada"
-
-#: modules/gui/macosx/playlistinfo.m:81
-msgid "Read at media"
-msgstr "Lido nos medios"
-
-#: modules/gui/macosx/playlistinfo.m:82
-msgid "Input bitrate"
-msgstr "Taxa de bits de entrada"
-
-#: modules/gui/macosx/playlistinfo.m:83
-msgid "Demuxed"
-msgstr "Desmultiplexado"
-
-#: modules/gui/macosx/playlistinfo.m:84
-msgid "Stream bitrate"
-msgstr "Taxa de bits de fluxo"
-
-#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
-msgid "Decoded blocks"
-msgstr "Bloques descodificados"
-
-#: modules/gui/macosx/playlistinfo.m:88
-msgid "Displayed frames"
-msgstr "Fotogramas amosados"
-
-#: modules/gui/macosx/playlistinfo.m:89
-msgid "Lost frames"
-msgstr "Fotogramas perdidos"
-
-#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
-#: modules/video_filter/deinterlace.c:137
-msgid "Streaming"
-msgstr "Transmisión"
-
-#: modules/gui/macosx/playlistinfo.m:92
-msgid "Sent packets"
-msgstr "Paquetes enviados"
-
-#: modules/gui/macosx/playlistinfo.m:93
-msgid "Sent bytes"
-msgstr "Bytes enviados"
-
-#: modules/gui/macosx/playlistinfo.m:94
-msgid "Send rate"
-msgstr "Taxa enviada"
-
-#: modules/gui/macosx/playlistinfo.m:98
-msgid "Played buffers"
-msgstr "Almacenaxe intermedia reproducida"
-
-#: modules/gui/macosx/playlistinfo.m:99
-msgid "Lost buffers"
-msgstr "Almacenaxe intermedia perdida"
-
 #: modules/gui/macosx/playlist.m:434
 msgid "Save Playlist..."
 msgstr "Gardar lista de reprodución..."
@@ -12025,6 +11984,71 @@ msgstr "Por favor, introduce o nome do nodo"
 msgid "Empty Folder"
 msgstr "Cartafol baleiro"
 
+#: modules/gui/macosx/playlistinfo.m:56
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
+msgid "URI"
+msgstr "Localización"
+
+#: modules/gui/macosx/playlistinfo.m:63
+msgid "Advanced Information"
+msgstr "Información avanzada"
+
+#: modules/gui/macosx/playlistinfo.m:81
+msgid "Read at media"
+msgstr "Lido nos medios"
+
+#: modules/gui/macosx/playlistinfo.m:82
+msgid "Input bitrate"
+msgstr "Taxa de bits de entrada"
+
+#: modules/gui/macosx/playlistinfo.m:83
+msgid "Demuxed"
+msgstr "Desmultiplexado"
+
+#: modules/gui/macosx/playlistinfo.m:84
+msgid "Stream bitrate"
+msgstr "Taxa de bits de fluxo"
+
+#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
+msgid "Decoded blocks"
+msgstr "Bloques descodificados"
+
+#: modules/gui/macosx/playlistinfo.m:88
+msgid "Displayed frames"
+msgstr "Fotogramas amosados"
+
+#: modules/gui/macosx/playlistinfo.m:89
+msgid "Lost frames"
+msgstr "Fotogramas perdidos"
+
+#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
+#: modules/video_filter/deinterlace.c:137
+msgid "Streaming"
+msgstr "Transmisión"
+
+#: modules/gui/macosx/playlistinfo.m:92
+msgid "Sent packets"
+msgstr "Paquetes enviados"
+
+#: modules/gui/macosx/playlistinfo.m:93
+msgid "Sent bytes"
+msgstr "Bytes enviados"
+
+#: modules/gui/macosx/playlistinfo.m:94
+msgid "Send rate"
+msgstr "Taxa enviada"
+
+#: modules/gui/macosx/playlistinfo.m:98
+msgid "Played buffers"
+msgstr "Almacenaxe intermedia reproducida"
+
+#: modules/gui/macosx/playlistinfo.m:99
+msgid "Lost buffers"
+msgstr "Almacenaxe intermedia perdida"
+
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:213
 msgid "Reset All"
@@ -13345,11 +13369,21 @@ msgstr "No se atopa arquivo pixmap: %s"
 msgid "QNX RTOS video and audio output"
 msgstr "Saída de vídeo e audio QNX RTOS"
 
+#: modules/gui/qt4/dialogs/errors.cpp:37
+msgid "Errors"
+msgstr "Erros"
+
 #: modules/gui/qt4/dialogs/streaminfo.cpp:35
 #, fuzzy
 msgid "Stream information"
 msgstr "Metainformación"
 
+#: modules/gui/qt4/dialogs_provider.cpp:235
+#: modules/gui/qt4/dialogs_provider.cpp:246
+#, fuzzy
+msgid "Open directory"
+msgstr "Abrir dir&ectorio..."
+
 #: modules/gui/qt4/qt4.cpp:45
 #, fuzzy
 msgid "QT interface"
@@ -13530,6 +13564,11 @@ msgstr "Módulo de interface WinCE"
 msgid "WinCE dialogs provider"
 msgstr "Provedor de diálogos WinCE"
 
+#: modules/gui/wxwidgets/dialogs.cpp:433
+#: modules/gui/wxwidgets/dialogs/open.cpp:1265
+msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
+msgstr ""
+
 #: modules/gui/wxwidgets/dialogs/bookmarks.cpp:75
 msgid "Edit bookmark"
 msgstr "Editar marcador"
@@ -13597,26 +13636,6 @@ msgstr ""
 msgid "Input has changed "
 msgstr "A entrada modificouse"
 
-#: modules/gui/wxwidgets/dialogs.cpp:433
-#: modules/gui/wxwidgets/dialogs/open.cpp:1265
-msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:435
-#: modules/gui/wxwidgets/dialogs/open.cpp:1267
-msgid "|Video Files (*.avi, *.mpg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:436
-#: modules/gui/wxwidgets/dialogs/open.cpp:1268
-msgid "|Playlist Files (*.m3u, *.pls, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:437
-#: modules/gui/wxwidgets/dialogs/open.cpp:1269
-msgid "|Subtitle Files (*.srt, *.sub, etc.)|"
-msgstr ""
-
 #: modules/gui/wxwidgets/dialogs/fileinfo.cpp:54
 msgid "Stream and Media Info"
 msgstr "Información de fluxo e medios"
@@ -14152,10 +14171,6 @@ msgstr "Saída"
 msgid "Loop"
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:415
-msgid "Create"
-msgstr "Crear"
-
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:560
 msgid "VLM stream"
 msgstr "Fluxo VLM"
@@ -14243,10 +14258,6 @@ msgstr ""
 "Selecciona o códec de vídeo obxectivo. Escolle un códec pra amosar máis "
 "información sobre el."
 
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
-msgid "Transcode audio (if available)"
-msgstr "Transcodificar audio (se está dispoñible)"
-
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:135
 msgid ""
 "Select the target audio codec. Choose a codec to display more information "
@@ -14323,6 +14334,10 @@ msgstr "Máis información"
 msgid "Save to file"
 msgstr "Gardar a arquivo"
 
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
+msgid "Transcode audio (if available)"
+msgstr "Transcodificar audio (se está dispoñible)"
+
 #: modules/gui/wxwidgets/extrapanel.cpp:41
 #, fuzzy
 msgid ""
@@ -14607,7 +14622,7 @@ msgstr "&Mensaxes..."
 msgid "&Preferences..."
 msgstr "&Preferencias..."
 
-#: modules/gui/wxwidgets/menus.cpp:572 modules/gui/wxwidgets/menus.cpp:599
+#: modules/gui/wxwidgets/menus.cpp:573 modules/gui/wxwidgets/menus.cpp:600
 msgid "Empty"
 msgstr "Baleiro"
 
@@ -15139,10 +15154,6 @@ msgstr "Arquivo de saída RRD"
 msgid "Output data for RRDTool in this file."
 msgstr ""
 
-#: modules/misc/memcpy/memcpyaltivec.c:56
-msgid "AltiVec memcpy"
-msgstr "AltiVec memcpy"
-
 #: modules/misc/memcpy/memcpy.c:83
 msgid "libc memcpy"
 msgstr "libc memcpy"
@@ -15159,6 +15170,10 @@ msgstr "MMX memcpy"
 msgid "MMX EXT memcpy"
 msgstr "MMX EXT memcpy"
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr "AltiVec memcpy"
+
 #: modules/misc/msn.c:64
 msgid "MSN Title format string"
 msgstr ""
@@ -16626,13 +16641,6 @@ msgstr "Conversións MMX I420,IYUV,YV12 to RV15,RV16,RV24,RV32"
 msgid "Conversions from "
 msgstr "Conversións dende "
 
-#: 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 "pra"
-
 #: 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 "
@@ -18306,8 +18314,11 @@ msgstr "Cor usada pra amosar texto na saída XOSD."
 msgid "XOSD interface"
 msgstr "Interface XOSD"
 
-#~ msgid "Errors"
-#~ msgstr "Erros"
+#~ msgid "Create"
+#~ msgstr "Crear"
+
+#~ msgid " to "
+#~ msgstr "pra"
 
 #, fuzzy
 #~ msgid "Yes"
diff --git a/po/he.po b/po/he.po
index b6363ff3292c7b2ae2ddea223eb371a03569979f..0f4308780ce70a0d3e961f1d4c5821096de18800 100644
--- a/po/he.po
+++ b/po/he.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: vlc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-31 15:10+0400\n"
+"POT-Creation-Date: 2006-09-04 11:13+0200\n"
 "PO-Revision-Date: 2005-11-09 16:45+0000\n"
 "Last-Translator: Yaniv Abir <yanivabir@gmail.com>\n"
 "Language-Team: Hebrew <he@li.org>\n"
@@ -17,6 +17,14 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Rosetta-Version: 0.1\n"
 
+#: include/vlc/vlc.h:576
+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"
+"see the file named COPYING for details.\n"
+"Written by the VideoLAN team; see the AUTHORS file.\n"
+msgstr ""
+
 #: include/vlc_config_cat.h:32
 msgid "VLC preferences"
 msgstr "העדפות VLC"
@@ -66,7 +74,7 @@ msgstr ""
 msgid "Hotkeys settings"
 msgstr "הגדרות קיצורי מקלדת"
 
-#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1209
+#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1217
 #: modules/gui/beos/InterfaceWindow.cpp:282 modules/gui/macosx/extended.m:81
 #: modules/gui/macosx/intf.m:555 modules/gui/macosx/output.m:170
 #: modules/gui/macosx/playlistinfo.m:96 modules/gui/macosx/wizard.m:421
@@ -110,9 +118,9 @@ msgstr "מודולי פלט"
 msgid "These are general settings for audio output modules."
 msgstr "אלה הגדרות כלליות למודולי פלט שמע."
 
-#: include/vlc_config_cat.h:71 src/libvlc.h:1553
+#: include/vlc_config_cat.h:71 src/libvlc.h:1563
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:578
-#: modules/gui/wxwidgets/menus.cpp:279 modules/stream_out/transcode.c:285
+#: modules/gui/wxwidgets/menus.cpp:280 modules/stream_out/transcode.c:285
 msgid "Miscellaneous"
 msgstr "שונות"
 
@@ -120,7 +128,7 @@ msgstr "שונות"
 msgid "Miscellaneous audio settings and modules."
 msgstr ""
 
-#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1244
+#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1252
 #: modules/gui/macosx/extended.m:80 modules/gui/macosx/intf.m:568
 #: modules/gui/macosx/output.m:160 modules/gui/macosx/playlistinfo.m:86
 #: modules/gui/macosx/wizard.m:422
@@ -228,7 +236,7 @@ msgstr ""
 msgid "General input settings. Use with care."
 msgstr ""
 
-#: include/vlc_config_cat.h:135 src/libvlc.h:1483
+#: include/vlc_config_cat.h:135 src/libvlc.h:1493
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:152
 msgid "Stream output"
 msgstr ""
@@ -314,8 +322,8 @@ msgstr "VOD"
 msgid "VLC's implementation of Video On Demand"
 msgstr ""
 
-#: include/vlc_config_cat.h:186 src/libvlc.h:1608 src/playlist/engine.c:79
-#: src/playlist/engine.c:81 modules/demux/playlist/playlist.c:56
+#: include/vlc_config_cat.h:186 src/libvlc.h:1618 src/playlist/engine.c:91
+#: src/playlist/engine.c:93 modules/demux/playlist/playlist.c:56
 #: modules/demux/playlist/playlist.c:57
 #: modules/gui/beos/InterfaceWindow.cpp:231
 #: modules/gui/beos/InterfaceWindow.cpp:325 modules/gui/macosx/intf.m:500
@@ -346,7 +354,7 @@ msgid ""
 "playlist."
 msgstr ""
 
-#: include/vlc_config_cat.h:197 src/libvlc.h:1444
+#: include/vlc_config_cat.h:197 src/libvlc.h:1454
 #: modules/gui/macosx/prefs.m:124
 msgid "Advanced"
 msgstr "מתקדם"
@@ -457,7 +465,7 @@ msgstr "בחרו את הקובץ בו המידע יישמר"
 #: modules/gui/wxwidgets/interface.cpp:677
 #: modules/gui/wxwidgets/interface.cpp:688
 #: modules/gui/wxwidgets/interface.cpp:1216
-#: modules/gui/wxwidgets/menus.cpp:263 modules/gui/wxwidgets/menus.cpp:274
+#: modules/gui/wxwidgets/menus.cpp:264 modules/gui/wxwidgets/menus.cpp:275
 msgid "Play"
 msgstr "נגן"
 
@@ -475,8 +483,8 @@ msgid "Delete"
 msgstr "מחק"
 
 #: include/vlc_intf_strings.h:37 modules/gui/macosx/intf.m:599
-#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlistinfo.m:55
-#: modules/gui/macosx/playlistinfo.m:363 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/playlistinfo.m:55 modules/gui/macosx/playlistinfo.m:363
 msgid "Information"
 msgstr ""
 
@@ -510,8 +518,8 @@ msgstr ""
 msgid "Title"
 msgstr ""
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:58
-#: modules/gui/macosx/playlist.m:130 modules/gui/macosx/wizard.m:393
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:130
+#: modules/gui/macosx/playlistinfo.m:58 modules/gui/macosx/wizard.m:393
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:50
 msgid "Author"
 msgstr ""
@@ -583,14 +591,6 @@ msgstr "שם מקודד"
 msgid "Codec Description"
 msgstr ""
 
-#: include/vlc/vlc.h:576
-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"
-"see the file named COPYING for details.\n"
-"Written by the VideoLAN team; see the AUTHORS file.\n"
-msgstr ""
-
 #: src/audio_output/filters.c:154 src/audio_output/filters.c:201
 #: src/audio_output/filters.c:224
 #, fuzzy
@@ -604,7 +604,7 @@ msgid "The maximum number of filters (%d) was reached."
 msgstr ""
 
 #: src/audio_output/input.c:80 src/audio_output/input.c:126
-#: src/input/es_out.c:361 src/libvlc.h:417 src/video_output/video_output.c:421
+#: src/input/es_out.c:361 src/libvlc.h:421 src/video_output/video_output.c:421
 #: modules/codec/ffmpeg/postprocess.c:94
 msgid "Disable"
 msgstr ""
@@ -752,13 +752,14 @@ msgid "VLC could not open the decoder module."
 msgstr ""
 
 #: src/input/decoder.c:136
-msgid "No suitable decoder module for FOURCC \"4.4s\" found"
+msgid "No suitable decoder module for format"
 msgstr ""
 
 #: src/input/decoder.c:137
+#, c-format
 msgid ""
-"VLC probably does not support this audio or video format. Regrettably, there "
-"is no way for you to fix this."
+"VLC probably does not support the “%4.4s” audio or video format. "
+"Unfortunately there is no way for you to fix this."
 msgstr ""
 
 #: src/input/es_out.c:383 src/input/es_out.c:385 src/input/es_out.c:391
@@ -769,7 +770,7 @@ msgid "Track %i"
 msgstr "רצועה %i"
 
 #: src/input/es_out.c:465 src/input/es_out.c:467 src/input/es_out.c:567
-#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:443
+#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:447
 #: modules/gui/macosx/intf.m:548 modules/gui/macosx/intf.m:549
 msgid "Program"
 msgstr "תכנית"
@@ -808,8 +809,8 @@ msgstr "%d  Hz"
 msgid "Bits per sample"
 msgstr "ביטים לדגימה"
 
-#: src/input/es_out.c:1605 modules/access_output/shout.c:86
-#: modules/access/pvr.c:84
+#: src/input/es_out.c:1605 modules/access/pvr.c:84
+#: modules/access_output/shout.c:86
 msgid "Bitrate"
 msgstr ""
 
@@ -861,7 +862,7 @@ msgstr ""
 msgid "Bookmark"
 msgstr "סימנייה"
 
-#: src/input/var.c:131 src/libvlc.h:449
+#: src/input/var.c:131 src/libvlc.h:453
 msgid "Programs"
 msgstr "תכניות"
 
@@ -1508,122 +1509,131 @@ msgid ""
 msgstr ""
 
 #: src/libvlc.h:278
-msgid "Fullscreen video output"
+msgid "Embedded video"
 msgstr ""
 
 #: src/libvlc.h:280
+#, fuzzy
+msgid "Embed the video output in the main interface."
+msgstr "הטבע את הוידאו בממשק"
+
+#: src/libvlc.h:282
+msgid "Fullscreen video output"
+msgstr ""
+
+#: src/libvlc.h:284
 msgid "Start video in fullscreen mode"
 msgstr ""
 
-#: src/libvlc.h:282
+#: src/libvlc.h:286
 msgid "Overlay video output"
 msgstr ""
 
-#: src/libvlc.h:284
+#: src/libvlc.h:288
 msgid ""
 "Overlay is the hardware acceleration capability of your video card (ability "
 "to render video directly). VLC will try to use it by default."
 msgstr ""
 
-#: src/libvlc.h:287 src/video_output/vout_intf.c:399
+#: src/libvlc.h:291 src/video_output/vout_intf.c:399
 msgid "Always on top"
 msgstr ""
 
-#: src/libvlc.h:289
+#: src/libvlc.h:293
 msgid "Always place the video window on top of other windows."
 msgstr ""
 
-#: src/libvlc.h:291
+#: src/libvlc.h:295
 msgid "Disable screensaver"
 msgstr "מנע שומר מסך"
 
-#: src/libvlc.h:292
+#: src/libvlc.h:296
 msgid "Disable the screensaver during video playback."
 msgstr "מונע את הפעלת שומר המסך בזמן ניגון וידאו."
 
-#: src/libvlc.h:294
+#: src/libvlc.h:298
 msgid "Window decorations"
 msgstr ""
 
-#: src/libvlc.h:296
+#: src/libvlc.h:300
 msgid ""
 "VLC can avoid creating window caption, frames, etc... around the video, "
 "giving a \"minimal\" window."
 msgstr ""
 
-#: src/libvlc.h:299
+#: src/libvlc.h:303
 #, fuzzy
 msgid "Video output filter module"
 msgstr "מודול פלט הוידאו"
 
-#: src/libvlc.h:301
+#: src/libvlc.h:305
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
 "instance deinterlacing, or to clone or distort the video window."
 msgstr ""
 
-#: src/libvlc.h:305
+#: src/libvlc.h:309
 msgid "Video filter module"
 msgstr ""
 
-#: src/libvlc.h:307
+#: src/libvlc.h:311
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
 "instance deinterlacing, or distortthe video."
 msgstr ""
 
-#: src/libvlc.h:311
+#: src/libvlc.h:315
 msgid "Video snapshot directory (or filename)"
 msgstr ""
 
-#: src/libvlc.h:313
+#: src/libvlc.h:317
 msgid "Directory where the video snapshots will be stored."
 msgstr ""
 
-#: src/libvlc.h:315 src/libvlc.h:317
+#: src/libvlc.h:319 src/libvlc.h:321
 #, fuzzy
 msgid "Video snapshot file prefix"
 msgstr "קצב הפריימים של קלט הוידאו"
 
-#: src/libvlc.h:319
+#: src/libvlc.h:323
 msgid "Video snapshot format"
 msgstr ""
 
-#: src/libvlc.h:321
+#: src/libvlc.h:325
 msgid "Image format which will be used to store the video snapshots"
 msgstr ""
 
-#: src/libvlc.h:323
+#: src/libvlc.h:327
 msgid "Display video snapshot preview"
 msgstr ""
 
-#: src/libvlc.h:325
+#: src/libvlc.h:329
 msgid "Display the snapshot preview in the screen's top-left corner."
 msgstr ""
 
-#: src/libvlc.h:327
+#: src/libvlc.h:331
 msgid "Use sequential numbers instead of timestamps"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:333
 msgid "Use sequential numbers instead of timestamps for snapshot numbering"
 msgstr ""
 
-#: src/libvlc.h:331
+#: src/libvlc.h:335
 msgid "Video cropping"
 msgstr ""
 
-#: src/libvlc.h:333
+#: src/libvlc.h:337
 msgid ""
 "This forces the cropping of the source video. Accepted formats are x:y (4:3, "
 "16:9, etc.) expressing the global image aspect."
 msgstr ""
 
-#: src/libvlc.h:337
+#: src/libvlc.h:341
 msgid "Source aspect ratio"
 msgstr ""
 
-#: src/libvlc.h:339
+#: src/libvlc.h:343
 msgid ""
 "This forces 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 "
@@ -1632,122 +1642,122 @@ msgid ""
 "(1.25, 1.3333, etc.) expressing pixel squareness."
 msgstr ""
 
-#: src/libvlc.h:346
+#: src/libvlc.h:350
 msgid "Custom crop ratios list"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:352
 msgid ""
 "Comma seperated list of crop ratios which will be added in the interface's "
 "crop ratios list."
 msgstr ""
 
-#: src/libvlc.h:351
+#: src/libvlc.h:355
 msgid "Custom aspect ratios list"
 msgstr ""
 
-#: src/libvlc.h:353
+#: src/libvlc.h:357
 msgid ""
 "Comma seperated list of aspect ratios which will be added in the interface's "
 "aspect ratio list."
 msgstr ""
 
-#: src/libvlc.h:356
+#: src/libvlc.h:360
 msgid "Fix HDTV height"
 msgstr ""
 
-#: src/libvlc.h:358
+#: src/libvlc.h:362
 msgid ""
 "This allows proper handling of HDTV-1080 video format even if broken encoder "
 "incorrectly sets height to 1088 lines. You should only disable this option "
 "if your video has a non-standard format requiring all 1088 lines."
 msgstr ""
 
-#: src/libvlc.h:363
+#: src/libvlc.h:367
 msgid "Monitor pixel aspect ratio"
 msgstr ""
 
-#: src/libvlc.h:365
+#: src/libvlc.h:369
 msgid ""
 "This forces the monitor aspect ratio. Most monitors have square pixels "
 "(1:1). If you have a 16:9 screen, you might need to change this to 4:3 in "
 "order to keep proportions."
 msgstr ""
 
-#: src/libvlc.h:370
+#: src/libvlc.h:374
 msgid "Skip frames"
 msgstr ""
 
-#: src/libvlc.h:372
+#: src/libvlc.h:376
 msgid ""
 "This option enables framedropping on MPEG2 stream. Framedropping occurs when "
 "your computer is not powerful enough"
 msgstr ""
 
-#: src/libvlc.h:375
+#: src/libvlc.h:379
 msgid "Drop late frames"
 msgstr ""
 
-#: src/libvlc.h:377
+#: src/libvlc.h:381
 msgid ""
 "This drops frames that are late (arrive to the video output after their "
 "intended display date)."
 msgstr ""
 
-#: src/libvlc.h:380
+#: src/libvlc.h:384
 msgid "Quiet synchro"
 msgstr ""
 
-#: src/libvlc.h:382
+#: src/libvlc.h:386
 msgid ""
 "This avoids flooding the message log with debug output from the video output "
 "synchronization mechanism."
 msgstr ""
 
-#: src/libvlc.h:391
+#: src/libvlc.h:395
 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:396
+#: src/libvlc.h:400
 msgid ""
 "If you live in France, it is not allowed to workaround any Digital "
 "Restrictions Management measure."
 msgstr ""
 
-#: src/libvlc.h:399
+#: src/libvlc.h:403
 msgid "Clock reference average counter"
 msgstr ""
 
-#: src/libvlc.h:401
+#: src/libvlc.h:405
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
 msgstr ""
 
-#: src/libvlc.h:404
+#: src/libvlc.h:408
 msgid "Clock synchronisation"
 msgstr ""
 
-#: src/libvlc.h:406
+#: src/libvlc.h:410
 msgid ""
 "It is possible to disable the input clock synchronisation for real-time "
 "sources. Use this if you experience jerky playback of network streams."
 msgstr ""
 
-#: src/libvlc.h:410 modules/control/netsync.c:71
+#: src/libvlc.h:414 modules/control/netsync.c:71
 msgid "Network synchronisation"
 msgstr "סינכורניזציית רשת"
 
-#: src/libvlc.h:411
+#: src/libvlc.h:415
 msgid ""
 "This allows you to remotely synchronise clocks for server and client. The "
 "detailed settings are available in Advanced / Network Sync."
 msgstr ""
 
-#: src/libvlc.h:417 src/libvlc.h:964 src/video_output/vout_intf.c:261
+#: src/libvlc.h:421 src/libvlc.h:972 src/video_output/vout_intf.c:261
 #: src/video_output/vout_intf.c:348 modules/access/dshow/dshow.cpp:74
 #: modules/access/dshow/dshow.cpp:76 modules/access/dshow/dshow.cpp:79
 #: modules/access/dshow/dshow.cpp:85 modules/audio_output/alsa.c:102
@@ -1760,7 +1770,7 @@ msgstr ""
 msgid "Default"
 msgstr "ברירת מחדל"
 
-#: src/libvlc.h:417 modules/gui/macosx/equalizer.m:145
+#: src/libvlc.h:421 modules/gui/macosx/equalizer.m:145
 #: modules/gui/macosx/extended.m:113 modules/gui/macosx/wizard.m:395
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:633
 #: modules/gui/wxwidgets/extrapanel.cpp:216
@@ -1768,175 +1778,175 @@ msgstr "ברירת מחדל"
 msgid "Enable"
 msgstr ""
 
-#: src/libvlc.h:419
+#: src/libvlc.h:423
 msgid "UDP port"
 msgstr ""
 
-#: src/libvlc.h:421
+#: src/libvlc.h:425
 msgid "This is the default port used for UDP streams. Default is 1234."
 msgstr ""
 
-#: src/libvlc.h:423
+#: src/libvlc.h:427
 msgid "MTU of the network interface"
 msgstr ""
 
-#: src/libvlc.h:425
+#: src/libvlc.h:429
 msgid ""
 "This is the maximum packet size that can be transmitted over the network "
 "interface. On Ethernet it is usually 1500 bytes."
 msgstr ""
 
-#: src/libvlc.h:428
+#: src/libvlc.h:432
 msgid "Hop limit (TTL)"
 msgstr ""
 
-#: src/libvlc.h:430
+#: src/libvlc.h:434
 msgid ""
 "This is the hop limit (also known as \"Time-To-Live\" or TTL) of the "
 "multicast packets sent by the stream output (0 = use operating system built-"
 "in default)."
 msgstr ""
 
-#: src/libvlc.h:434
+#: src/libvlc.h:438
 msgid "IPv6 multicast output interface"
 msgstr ""
 
-#: src/libvlc.h:436
+#: src/libvlc.h:440
 msgid "Default IPv6 multicast interface. This overrides the routing table."
 msgstr ""
 
-#: src/libvlc.h:438
+#: src/libvlc.h:442
 msgid "IPv4 multicast output interface address"
 msgstr ""
 
-#: src/libvlc.h:440
+#: src/libvlc.h:444
 msgid ""
 "IPv4 adress for the default multicast interface. This overrides the routing "
 "table."
 msgstr ""
 
-#: src/libvlc.h:445
+#: src/libvlc.h:449
 msgid ""
 "Choose the program to select by giving its Service ID. Only use this option "
 "if you want to read a multi-program stream (like DVB streams for example)."
 msgstr ""
 
-#: src/libvlc.h:451
+#: src/libvlc.h:455
 msgid ""
 "Choose the programs to select by giving a comma-separated list of Service "
 "IDs (SIDs). Only use this option if you want to read a multi-program stream "
 "(like DVB streams for example)."
 msgstr ""
 
-#: src/libvlc.h:457 modules/gui/wxwidgets/dialogs/open.cpp:779
+#: src/libvlc.h:461 modules/gui/wxwidgets/dialogs/open.cpp:779
 msgid "Audio track"
 msgstr "רצועת שמע"
 
-#: src/libvlc.h:459
+#: src/libvlc.h:463
 msgid "Stream number of the audio track to use (from 0 to n)."
 msgstr ""
 
-#: src/libvlc.h:462 modules/gui/wxwidgets/dialogs/open.cpp:771
+#: src/libvlc.h:466 modules/gui/wxwidgets/dialogs/open.cpp:771
 msgid "Subtitles track"
 msgstr "רצועת כתוביות"
 
-#: src/libvlc.h:464
+#: src/libvlc.h:468
 msgid "Stream number of the subtitle track to use (from 0 to n)."
 msgstr ""
 
-#: src/libvlc.h:467
+#: src/libvlc.h:471
 msgid "Audio language"
 msgstr ""
 
-#: src/libvlc.h:469
+#: src/libvlc.h:473
 msgid ""
 "Language of the audio track you want to use (comma separated, two or three "
 "letter country code)."
 msgstr ""
 
-#: src/libvlc.h:472
+#: src/libvlc.h:476
 msgid "Subtitle language"
 msgstr ""
 
-#: src/libvlc.h:474
+#: src/libvlc.h:478
 msgid ""
 "Language of the subtitle track you want to use (comma separated, two or tree "
 "letter country code)."
 msgstr ""
 
-#: src/libvlc.h:478
+#: src/libvlc.h:482
 msgid "Audio track ID"
 msgstr ""
 
-#: src/libvlc.h:480
+#: src/libvlc.h:484
 msgid "Stream ID of the audio track to use."
 msgstr ""
 
-#: src/libvlc.h:482
+#: src/libvlc.h:486
 msgid "Subtitles track ID"
 msgstr ""
 
-#: src/libvlc.h:484
+#: src/libvlc.h:488
 msgid "Stream ID of the subtitle track to use."
 msgstr ""
 
-#: src/libvlc.h:486
+#: src/libvlc.h:490
 msgid "Input repetitions"
 msgstr ""
 
-#: src/libvlc.h:488
+#: src/libvlc.h:492
 msgid "Number of time the same input will be repeated"
 msgstr ""
 
-#: src/libvlc.h:490
+#: src/libvlc.h:494
 msgid "Start time"
 msgstr ""
 
-#: src/libvlc.h:492
+#: src/libvlc.h:496
 msgid "The stream will start at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:494
+#: src/libvlc.h:498
 msgid "Stop time"
 msgstr ""
 
-#: src/libvlc.h:496
+#: src/libvlc.h:500
 msgid "The stream will stop at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:498
+#: src/libvlc.h:502
 msgid "Input list"
 msgstr ""
 
-#: src/libvlc.h:500
+#: src/libvlc.h:504
 msgid ""
 "You can give a comma-separated list of inputs that will be concatenated "
 "together after the normal one."
 msgstr ""
 
-#: src/libvlc.h:503
+#: src/libvlc.h:507
 msgid "Input slave (experimental)"
 msgstr ""
 
-#: src/libvlc.h:505
+#: src/libvlc.h:509
 msgid ""
 "This allows you to play from several inputs at the same time. This feature "
 "is experimental, not all formats are supported. Use a '#' separated list of "
 "inputs."
 msgstr ""
 
-#: src/libvlc.h:509
+#: src/libvlc.h:513
 msgid "Bookmarks list for a stream"
 msgstr ""
 
-#: src/libvlc.h:511
+#: src/libvlc.h:515
 msgid ""
 "You can manually give a list of bookmarks for a stream in the form "
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
 "{...}\""
 msgstr ""
 
-#: src/libvlc.h:517
+#: src/libvlc.h:521
 msgid ""
 "These options allow you to modify the behavior of the subpictures subsystem. "
 "You can for example enable subpictures filters (logo, etc.). Enable these "
@@ -1944,71 +1954,71 @@ msgid ""
 "section. You can also set many miscellaneous subpictures options."
 msgstr ""
 
-#: src/libvlc.h:523
+#: src/libvlc.h:527
 msgid "Force subtitle position"
 msgstr ""
 
-#: src/libvlc.h:525
+#: src/libvlc.h:529
 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:528
+#: src/libvlc.h:532
 msgid "Enable sub-pictures"
 msgstr ""
 
-#: src/libvlc.h:530
+#: src/libvlc.h:534
 msgid "You can completely disable the sub-picture processing."
 msgstr ""
 
-#: src/libvlc.h:532 src/libvlc.h:1324 src/misc/iso-639_def.h:143
+#: src/libvlc.h:536 src/libvlc.h:1334 src/misc/iso-639_def.h:143
 #: modules/stream_out/transcode.c:281
 msgid "On Screen Display"
 msgstr ""
 
-#: src/libvlc.h:534
+#: src/libvlc.h:538
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
 "Display)."
 msgstr ""
 
-#: src/libvlc.h:537
+#: src/libvlc.h:541
 #, fuzzy
 msgid "Text rendering module"
 msgstr "מודול פענוח Tarkin"
 
-#: src/libvlc.h:539
+#: src/libvlc.h:543
 msgid ""
 "VLC normally uses Freetype for rendering, but this allows you to use svg for "
 "instance."
 msgstr ""
 
-#: src/libvlc.h:542
+#: src/libvlc.h:546
 msgid "Subpictures filter module"
 msgstr ""
 
-#: src/libvlc.h:544
+#: src/libvlc.h:548
 msgid ""
 "This adds so-called \"subpicture filters\". These filters overlay some "
 "images or text over the video (like a logo, arbitraty text...)."
 msgstr ""
 
-#: src/libvlc.h:547
+#: src/libvlc.h:551
 msgid "Autodetect subtitle files"
 msgstr "זהה קובץ כתוביות באופן אוטומטי"
 
-#: src/libvlc.h:549
+#: src/libvlc.h:553
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified "
 "(based on the filename of the movie)."
 msgstr ""
 
-#: src/libvlc.h:552
+#: src/libvlc.h:556
 msgid "Subtitle autodetection fuzziness"
 msgstr ""
 
-#: src/libvlc.h:554
+#: src/libvlc.h:558
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -2019,31 +2029,31 @@ msgid ""
 "4 = subtitle file matching the movie name exactly"
 msgstr ""
 
-#: src/libvlc.h:562
+#: src/libvlc.h:566
 msgid "Subtitle autodetection paths"
 msgstr ""
 
-#: src/libvlc.h:564
+#: src/libvlc.h:568
 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:567
+#: src/libvlc.h:571
 msgid "Use subtitle file"
 msgstr "השתמש בקובץ כתוביות"
 
-#: src/libvlc.h:569
+#: src/libvlc.h:573
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
 msgstr ""
 
-#: src/libvlc.h:572
+#: src/libvlc.h:576
 msgid "DVD device"
 msgstr "התקן DVD"
 
-#: src/libvlc.h:575
+#: src/libvlc.h:579
 msgid ""
 "This is the default DVD drive (or file) to use. Don't forget the colon after "
 "the drive letter (eg. D:)"
@@ -2051,15 +2061,15 @@ msgstr ""
 "כונן (או קובץ) ה-DVD בו ייעשה שימוש כברירת מחדל. אל תשכחו להוסיף נקודותיים "
 "אחרי אות הכונן (למשל: D:)"
 
-#: src/libvlc.h:579
+#: src/libvlc.h:583
 msgid "This is the default DVD device to use."
 msgstr "זהו התקן ה-DVD שייעשה בו שימוש כברירת מחדל."
 
-#: src/libvlc.h:582
+#: src/libvlc.h:586
 msgid "VCD device"
 msgstr "התקן VCD"
 
-#: src/libvlc.h:585
+#: src/libvlc.h:589
 msgid ""
 "This is the default VCD device to use. If you don't specify anything, we'll "
 "scan for a suitable CD-ROM device."
@@ -2067,15 +2077,15 @@ msgstr ""
 "זהו התקן ה-VCD שייעשה בו שימוש כברירת מחדל. אם לא יוגדר התקן מסוים, VLC יחפש "
 "כונן תקליטורים מתאים."
 
-#: src/libvlc.h:589
+#: src/libvlc.h:593
 msgid "This is the default VCD device to use."
 msgstr "זהו התקן ה-VCD שייעשה בו שימוש כברירת מחדל."
 
-#: src/libvlc.h:592
+#: src/libvlc.h:596
 msgid "Audio CD device"
 msgstr "התקן תקליטורי שמע"
 
-#: src/libvlc.h:595
+#: src/libvlc.h:599
 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."
@@ -2083,388 +2093,388 @@ msgstr ""
 "זהו התקן התקליטרים שייעשה בו שימוש כברירת מחדל לשמע. אם לא יוגדר כונן "
 "מסויים, VLC יחפש כונן תקליטורים מתאים בעצמו."
 
-#: src/libvlc.h:599
+#: src/libvlc.h:603
 msgid "This is the default Audio CD device to use."
 msgstr "זהו התקן התקליטורים שייעשה בו שימוש כברירת מחדל."
 
-#: src/libvlc.h:602 modules/gui/wxwidgets/dialogs/open.cpp:841
+#: src/libvlc.h:606 modules/gui/wxwidgets/dialogs/open.cpp:841
 msgid "Force IPv6"
 msgstr ""
 
-#: src/libvlc.h:604
+#: src/libvlc.h:608
 msgid "IPv6 will be used by default for all connections."
 msgstr ""
 
-#: src/libvlc.h:606
+#: src/libvlc.h:610
 msgid "Force IPv4"
 msgstr ""
 
-#: src/libvlc.h:608
+#: src/libvlc.h:612
 msgid "IPv4 will be used by default for all connections."
 msgstr ""
 
-#: src/libvlc.h:610
+#: src/libvlc.h:614
 msgid "TCP connection timeout"
 msgstr ""
 
-#: src/libvlc.h:612
+#: src/libvlc.h:616
 msgid "Default TCP connection timeout (in milliseconds). "
 msgstr ""
 
-#: src/libvlc.h:614
+#: src/libvlc.h:618
 msgid "SOCKS server"
 msgstr "שרת SOCKS"
 
-#: src/libvlc.h:616
+#: src/libvlc.h:620
 msgid ""
 "SOCKS proxy server to use. This must be of the form address:port. It will be "
 "used for all TCP connections"
 msgstr ""
 
-#: src/libvlc.h:619
+#: src/libvlc.h:623
 msgid "SOCKS user name"
 msgstr "שם משתמש SOCKS"
 
-#: src/libvlc.h:621
+#: src/libvlc.h:625
 msgid "User name to be used for connection to the SOCKS proxy."
 msgstr ""
 
-#: src/libvlc.h:623
+#: src/libvlc.h:627
 msgid "SOCKS password"
 msgstr "סיסמת SOCKS"
 
-#: src/libvlc.h:625
+#: src/libvlc.h:629
 msgid "Password to be used for connection to the SOCKS proxy."
 msgstr ""
 
-#: src/libvlc.h:627
+#: src/libvlc.h:631
 msgid "Title metadata"
 msgstr ""
 
-#: src/libvlc.h:629
+#: src/libvlc.h:633
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:631
+#: src/libvlc.h:635
 msgid "Author metadata"
 msgstr ""
 
-#: src/libvlc.h:633
+#: src/libvlc.h:637
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:635
+#: src/libvlc.h:639
 msgid "Artist metadata"
 msgstr ""
 
-#: src/libvlc.h:637
+#: src/libvlc.h:641
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:639
+#: src/libvlc.h:643
 msgid "Genre metadata"
 msgstr ""
 
-#: src/libvlc.h:641
+#: src/libvlc.h:645
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:643
+#: src/libvlc.h:647
 msgid "Copyright metadata"
 msgstr ""
 
-#: src/libvlc.h:645
+#: src/libvlc.h:649
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:647
+#: src/libvlc.h:651
 msgid "Description metadata"
 msgstr ""
 
-#: src/libvlc.h:649
+#: src/libvlc.h:653
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:651
+#: src/libvlc.h:655
 msgid "Date metadata"
 msgstr ""
 
-#: src/libvlc.h:653
+#: src/libvlc.h:657
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:655
+#: src/libvlc.h:659
 msgid "URL metadata"
 msgstr ""
 
-#: src/libvlc.h:657
+#: src/libvlc.h:661
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:661
+#: src/libvlc.h:665
 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:665
+#: src/libvlc.h:669
 msgid "Preferred decoders list"
 msgstr ""
 
-#: src/libvlc.h:667
+#: src/libvlc.h:671
 msgid ""
 "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. Only advanced "
 "users should alter this option as it can break playback of all your streams."
 msgstr ""
 
-#: src/libvlc.h:672
+#: src/libvlc.h:676
 msgid "Preferred encoders list"
 msgstr "רשימת מקודדים מועדפים"
 
-#: src/libvlc.h:674
+#: src/libvlc.h:678
 msgid ""
 "This allows you to select a list of encoders that VLC will use in priority."
 msgstr ""
 
-#: src/libvlc.h:683
+#: src/libvlc.h:687
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
 msgstr ""
 
-#: src/libvlc.h:686
+#: src/libvlc.h:690
 msgid "Default stream output chain"
 msgstr ""
 
-#: src/libvlc.h:688
+#: src/libvlc.h:692
 msgid ""
 "You can enter here a default stream output chain. Refer to the documentation "
 "to learn how to build such chains.Warning: this chain will be enabled for "
 "all streams."
 msgstr ""
 
-#: src/libvlc.h:692
+#: src/libvlc.h:696
 msgid "Enable streaming of all ES"
 msgstr ""
 
-#: src/libvlc.h:694
+#: src/libvlc.h:698
 msgid "Stream all elementary streams (video, audio and subtitles)"
 msgstr ""
 
-#: src/libvlc.h:696
+#: src/libvlc.h:700
 msgid "Display while streaming"
 msgstr ""
 
-#: src/libvlc.h:698
+#: src/libvlc.h:702
 msgid "Play locally the stream while streaming it."
 msgstr ""
 
-#: src/libvlc.h:700
+#: src/libvlc.h:704
 msgid "Enable video stream output"
 msgstr ""
 
-#: src/libvlc.h:702
+#: src/libvlc.h:706
 msgid ""
 "Choose whether the video stream should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:705
+#: src/libvlc.h:709
 msgid "Enable audio stream output"
 msgstr ""
 
-#: src/libvlc.h:707
+#: src/libvlc.h:711
 msgid ""
 "Choose whether the audio stream should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:710
+#: src/libvlc.h:714
 msgid "Enable SPU stream output"
 msgstr ""
 
-#: src/libvlc.h:712
+#: src/libvlc.h:716
 msgid ""
 "Choose whether the SPU streams should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:715
+#: src/libvlc.h:719
 msgid "Keep stream output open"
 msgstr ""
 
-#: src/libvlc.h:717
+#: src/libvlc.h:721
 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:721
+#: src/libvlc.h:725
 msgid "Preferred packetizer list"
 msgstr ""
 
-#: src/libvlc.h:723
+#: src/libvlc.h:727
 msgid ""
 "This allows you to select the order in which VLC will choose its packetizers."
 msgstr ""
 
-#: src/libvlc.h:726
+#: src/libvlc.h:730
 msgid "Mux module"
 msgstr ""
 
-#: src/libvlc.h:728
+#: src/libvlc.h:732
 msgid "This is a legacy entry to let you configure mux modules"
 msgstr ""
 
-#: src/libvlc.h:730
+#: src/libvlc.h:734
 msgid "Access output module"
 msgstr ""
 
-#: src/libvlc.h:732
+#: src/libvlc.h:736
 msgid "This is a legacy entry to let you configure access output modules"
 msgstr ""
 
-#: src/libvlc.h:734
+#: src/libvlc.h:738
 msgid "Control SAP flow"
 msgstr ""
 
-#: src/libvlc.h:736
+#: src/libvlc.h:740
 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:740
+#: src/libvlc.h:744
 msgid "SAP announcement interval"
 msgstr ""
 
-#: src/libvlc.h:742
+#: src/libvlc.h:746
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
 "between SAP announcements."
 msgstr ""
 
-#: src/libvlc.h:752
+#: src/libvlc.h:756
 msgid ""
 "These options allow you to enable special CPU optimizations. You should "
 "always leave all these enabled."
 msgstr ""
 
-#: src/libvlc.h:755
+#: src/libvlc.h:759
 msgid "Enable FPU support"
 msgstr ""
 
-#: src/libvlc.h:757
+#: src/libvlc.h:761
 msgid ""
 "If your processor has a floating point calculation unit, VLC can take "
 "advantage of it."
 msgstr ""
 
-#: src/libvlc.h:760
+#: src/libvlc.h:764
 msgid "Enable CPU MMX support"
 msgstr ""
 
-#: src/libvlc.h:762
+#: src/libvlc.h:766
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:765
+#: src/libvlc.h:769
 msgid "Enable CPU 3D Now! support"
 msgstr ""
 
-#: src/libvlc.h:767
+#: src/libvlc.h:771
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:770
+#: src/libvlc.h:774
 msgid "Enable CPU MMX EXT support"
 msgstr ""
 
-#: src/libvlc.h:772
+#: src/libvlc.h:776
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:775
+#: src/libvlc.h:779
 msgid "Enable CPU SSE support"
 msgstr ""
 
-#: src/libvlc.h:777
+#: src/libvlc.h:781
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:780
+#: src/libvlc.h:784
 msgid "Enable CPU SSE2 support"
 msgstr ""
 
-#: src/libvlc.h:782
+#: src/libvlc.h:786
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:785
+#: src/libvlc.h:789
 msgid "Enable CPU AltiVec support"
 msgstr ""
 
-#: src/libvlc.h:787
+#: src/libvlc.h:791
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:792
+#: src/libvlc.h:796
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:795
+#: src/libvlc.h:799
 msgid "Memory copy module"
 msgstr ""
 
-#: src/libvlc.h:797
+#: src/libvlc.h:801
 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:800
+#: src/libvlc.h:804
 msgid "Access module"
 msgstr ""
 
-#: src/libvlc.h:802
+#: src/libvlc.h:806
 msgid ""
 "This allows you to force an access module. You can use it if the correct "
 "access is not automatically detected. You should not set this as a global "
 "option unless you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:806
+#: src/libvlc.h:810
 msgid "Access filter module"
 msgstr ""
 
-#: src/libvlc.h:808
+#: src/libvlc.h:812
 msgid ""
 "Access filters are used to modify the stream that is being read. This is "
 "used for instance for timeshifting."
 msgstr ""
 
-#: src/libvlc.h:811
+#: src/libvlc.h:815
 msgid "Demux module"
 msgstr ""
 
-#: src/libvlc.h:813
+#: src/libvlc.h:817
 msgid ""
 "Demultiplexers are used to separate the \"elementary\" streams (like audio "
 "and video streams). You can use it if the correct demuxer is not "
@@ -2472,11 +2482,11 @@ msgid ""
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:818
+#: src/libvlc.h:822
 msgid "Allow real-time priority"
 msgstr ""
 
-#: src/libvlc.h:820
+#: src/libvlc.h:824
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -2484,94 +2494,94 @@ msgid ""
 "only activate this if you know what you're doing."
 msgstr ""
 
-#: src/libvlc.h:826
+#: src/libvlc.h:830
 msgid "Adjust VLC priority"
 msgstr ""
 
-#: src/libvlc.h:828
+#: src/libvlc.h:832
 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:832
+#: src/libvlc.h:836
 msgid "Minimize number of threads"
 msgstr ""
 
-#: src/libvlc.h:834
+#: src/libvlc.h:838
 msgid "This option minimizes the number of threads needed to run VLC."
 msgstr ""
 
-#: src/libvlc.h:836
+#: src/libvlc.h:840
 msgid "Modules search path"
 msgstr ""
 
-#: src/libvlc.h:838
+#: src/libvlc.h:842
 msgid "Additional path for VLC to look for its modules."
 msgstr ""
 
-#: src/libvlc.h:840
+#: src/libvlc.h:844
 msgid "VLM configuration file"
 msgstr ""
 
-#: src/libvlc.h:842
+#: src/libvlc.h:846
 msgid "Read a VLM configuration file as soon as VLM is started."
 msgstr ""
 
-#: src/libvlc.h:844
+#: src/libvlc.h:848
 msgid "Use a plugins cache"
 msgstr ""
 
-#: src/libvlc.h:846
+#: src/libvlc.h:850
 msgid "Use a plugins cache which will greatly improve the startup time of VLC."
 msgstr ""
 
-#: src/libvlc.h:848
+#: src/libvlc.h:852
 msgid "Collect statistics"
 msgstr ""
 
-#: src/libvlc.h:850
+#: src/libvlc.h:854
 msgid "Collect miscellaneous statistics."
 msgstr ""
 
-#: src/libvlc.h:852
+#: src/libvlc.h:856
 msgid "Run as daemon process"
 msgstr ""
 
-#: src/libvlc.h:854
+#: src/libvlc.h:858
 msgid "Runs VLC as a background daemon process."
 msgstr ""
 
-#: src/libvlc.h:856
+#: src/libvlc.h:860
 msgid "Write process id to file"
 msgstr ""
 
-#: src/libvlc.h:858
+#: src/libvlc.h:862
 msgid "Writes process id into specified file."
 msgstr ""
 
-#: src/libvlc.h:860
+#: src/libvlc.h:864
 msgid "Log to file"
 msgstr ""
 
-#: src/libvlc.h:862
+#: src/libvlc.h:866
 msgid "Log all VLC messages to a text file."
 msgstr ""
 
-#: src/libvlc.h:864
+#: src/libvlc.h:868
 msgid "Log to syslog"
 msgstr ""
 
-#: src/libvlc.h:866
+#: src/libvlc.h:870
 msgid "Log all VLC messages to syslog (UNIX systems)."
 msgstr ""
 
-#: src/libvlc.h:868
+#: src/libvlc.h:872
 msgid "Allow only one running instance"
 msgstr "אפשר הרצת עותק אחד בלבד"
 
-#: src/libvlc.h:870
+#: src/libvlc.h:874
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
 "example if you associated VLC with some media types and you don't want a new "
@@ -2580,29 +2590,29 @@ msgid ""
 "running instance or enqueue it."
 msgstr ""
 
-#: src/libvlc.h:876
+#: src/libvlc.h:880
 msgid "VLC is started from file association"
 msgstr ""
 
-#: src/libvlc.h:878
+#: src/libvlc.h:882
 msgid "Tell VLC that it is being launched due to a file association in the OS"
 msgstr ""
 
-#: src/libvlc.h:881
+#: src/libvlc.h:885
 #, fuzzy
 msgid "One instance when started from file"
 msgstr "אפשר הרצת עותק אחד בלבד"
 
-#: src/libvlc.h:883
+#: src/libvlc.h:887
 #, fuzzy
 msgid "Allow only one running instance when started from file."
 msgstr "אפשר הרצת עותק אחד בלבד"
 
-#: src/libvlc.h:885
+#: src/libvlc.h:889
 msgid "Increase the priority of the process"
 msgstr ""
 
-#: src/libvlc.h:887
+#: src/libvlc.h:891
 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 "
@@ -2612,22 +2622,22 @@ msgid ""
 "machine."
 msgstr ""
 
-#: src/libvlc.h:894
+#: src/libvlc.h:898
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr ""
 
-#: src/libvlc.h:896
+#: src/libvlc.h:900
 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:901
+#: src/libvlc.h:905
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr ""
 
-#: src/libvlc.h:904
+#: src/libvlc.h:908
 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 "
@@ -2636,11 +2646,11 @@ msgid ""
 "fastest but slightly incorrect), 1 (default) and 2."
 msgstr ""
 
-#: src/libvlc.h:913
+#: src/libvlc.h:917
 msgid "Enqueue items to playlist when in one instance mode"
 msgstr "הצב פריטים ברשימת ההשמעה כשמספר העותקים הרצים מוגבל לאחד"
 
-#: src/libvlc.h:915
+#: src/libvlc.h:919
 msgid ""
 "When using the one instance only option, enqueue items to playlist and keep "
 "playing current item."
@@ -2648,186 +2658,196 @@ msgstr ""
 "בעת שימוש בהגבלת מספר העותקים הרצים לאחד, קבצים שנפתחו יוצבו ברשימת ההשמעה "
 "ולא יפריעו לנגינת הקובץ הנוכחי."
 
-#: src/libvlc.h:924
+#: src/libvlc.h:928
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
 msgstr ""
 
-#: src/libvlc.h:927
+#: src/libvlc.h:931
 msgid "Automatically preparse files"
 msgstr ""
 
-#: src/libvlc.h:929
+#: src/libvlc.h:933
 msgid ""
 "Automatically preparse files added to the playlist (to retrieve some "
 "metadata)."
 msgstr ""
 
-#: src/libvlc.h:932
+#: src/libvlc.h:936
 msgid "Services discovery modules"
 msgstr ""
 
-#: src/libvlc.h:934
+#: src/libvlc.h:938
 msgid ""
 "Specifies the services discovery modules to load, separated by semi-colons. "
 "Typical values are sap, hal, ..."
 msgstr ""
 
-#: src/libvlc.h:937
+#: src/libvlc.h:941
 msgid "Play files randomly forever"
 msgstr "נגן באופן אקראי לנצח"
 
-#: src/libvlc.h:939
+#: src/libvlc.h:943
 msgid "VLC will randomly play files in the playlist until interrupted."
 msgstr ""
 
-#: src/libvlc.h:941
+#: src/libvlc.h:945
 msgid "Repeat all"
 msgstr "חזור על הכל"
 
-#: src/libvlc.h:943
+#: src/libvlc.h:947
 msgid "VLC will keep playing the playlist indefinitely."
 msgstr ""
 
-#: src/libvlc.h:945
+#: src/libvlc.h:949
 msgid "Repeat current item"
 msgstr "חזור על הנוכחי"
 
-#: src/libvlc.h:947
+#: src/libvlc.h:951
 msgid "VLC will keep playing the current playlist item."
 msgstr ""
 
-#: src/libvlc.h:949
+#: src/libvlc.h:953
 msgid "Play and stop"
 msgstr "נגן והפסק"
 
-#: src/libvlc.h:951
+#: src/libvlc.h:955
 msgid "Stop the playlist after each played playlist item."
 msgstr ""
 
-#: src/libvlc.h:953
+#: src/libvlc.h:957
+#, fuzzy
+msgid "Play and exit"
+msgstr "נגן והפסק"
+
+#: src/libvlc.h:959
+#, fuzzy
+msgid "Exit if there are no more items in the playlist."
+msgstr "בחרו את קיצור המקלדת למעבר לפריט הבא ברשימת ההשמעה."
+
+#: src/libvlc.h:961
 #, fuzzy
 msgid "Use media library"
 msgstr "נגן המדיה VLC"
 
-#: src/libvlc.h:955
+#: src/libvlc.h:963
 msgid ""
 "The media library is automatically saved and reloaded each time you start "
 "VLC."
 msgstr ""
 
-#: src/libvlc.h:958
+#: src/libvlc.h:966
 #, fuzzy
 msgid "Use playlist tree"
 msgstr "הפריט הבא ברשימת ההשמעה"
 
-#: src/libvlc.h:960
+#: src/libvlc.h:968
 msgid ""
 "The playlist can use a tree to categorize some items, like the contents of a "
 "directory. \"Default\" means that the tree will only be used when really "
 "needed."
 msgstr ""
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 msgid "Always"
 msgstr ""
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 msgid "Never"
 msgstr ""
 
-#: src/libvlc.h:973
+#: src/libvlc.h:981
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr ""
 
-#: src/libvlc.h:976 src/video_output/vout_intf.c:408
+#: src/libvlc.h:984 src/video_output/vout_intf.c:408
 #: modules/gui/beos/VideoOutput.cpp:1057 modules/gui/macosx/applescript.m:126
-#: modules/gui/macosx/controls.m:338 modules/gui/macosx/controls.m:754
-#: modules/gui/macosx/controls.m:784 modules/gui/macosx/embeddedwindow.m:44
+#: modules/gui/macosx/controls.m:344 modules/gui/macosx/controls.m:760
+#: modules/gui/macosx/controls.m:790 modules/gui/macosx/embeddedwindow.m:44
 #: modules/gui/macosx/intf.m:497 modules/gui/macosx/intf.m:573
 #: modules/gui/macosx/intf.m:629
 msgid "Fullscreen"
 msgstr "מסך מלא"
 
-#: src/libvlc.h:977
+#: src/libvlc.h:985
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr "בחרו את קיצור המקלדת למסך מלא."
 
-#: src/libvlc.h:978 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
+#: src/libvlc.h:986 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
 #: modules/gui/wxwidgets/interface.cpp:1504
 msgid "Play/Pause"
 msgstr "נגן/השהה"
 
-#: src/libvlc.h:979
+#: src/libvlc.h:987
 msgid "Select the hotkey to use to swap paused state."
 msgstr "בחרו את קיצור המקלדת לנגינה או השהייה."
 
-#: src/libvlc.h:980
+#: src/libvlc.h:988
 msgid "Pause only"
 msgstr "השהייה בלבד"
 
-#: src/libvlc.h:981
+#: src/libvlc.h:989
 msgid "Select the hotkey to use to pause."
 msgstr "בחרו את קיצור המקלדת להשהייה."
 
-#: src/libvlc.h:982
+#: src/libvlc.h:990
 msgid "Play only"
 msgstr "נגינה בלבד"
 
-#: src/libvlc.h:983
+#: src/libvlc.h:991
 msgid "Select the hotkey to use to play."
 msgstr "בחרו את קיצור המקלדת לנגינה."
 
-#: src/libvlc.h:984 modules/control/hotkeys.c:713
-#: modules/gui/macosx/controls.m:687 modules/gui/macosx/intf.m:538
+#: src/libvlc.h:992 modules/control/hotkeys.c:713
+#: modules/gui/macosx/controls.m:693 modules/gui/macosx/intf.m:538
 #: modules/gui/wxwidgets/interface.cpp:695
 msgid "Faster"
 msgstr "נגינה מהירה"
 
-#: src/libvlc.h:985
+#: src/libvlc.h:993
 msgid "Select the hotkey to use for fast forward playback."
 msgstr "בחרו את קיצור המקלדת לנגינה מהירה."
 
-#: src/libvlc.h:986 modules/control/hotkeys.c:721
-#: modules/gui/macosx/controls.m:688 modules/gui/macosx/intf.m:539
+#: src/libvlc.h:994 modules/control/hotkeys.c:721
+#: modules/gui/macosx/controls.m:694 modules/gui/macosx/intf.m:539
 #: modules/gui/wxwidgets/interface.cpp:694
 msgid "Slower"
 msgstr "נגינה איטית"
 
-#: src/libvlc.h:987
+#: src/libvlc.h:995
 msgid "Select the hotkey to use for slow motion playback."
 msgstr "בחרו את קיצור המקלדת לנגינה איטית במיוחד."
 
-#: src/libvlc.h:988 modules/control/hotkeys.c:680
-#: modules/gui/macosx/controls.m:708 modules/gui/macosx/intf.m:496
+#: src/libvlc.h:996 modules/control/hotkeys.c:680
+#: modules/gui/macosx/controls.m:714 modules/gui/macosx/intf.m:496
 #: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:617
 #: modules/gui/macosx/intf.m:625 modules/gui/macosx/wizard.m:313
 #: modules/gui/macosx/wizard.m:364 modules/gui/macosx/wizard.m:1606
 #: modules/gui/wxwidgets/interface.cpp:693
 #: modules/gui/wxwidgets/interface.cpp:1509
-#: modules/gui/wxwidgets/menus.cpp:258
+#: modules/gui/wxwidgets/menus.cpp:259
 msgid "Next"
 msgstr "הבא"
 
-#: src/libvlc.h:989
+#: src/libvlc.h:997
 msgid "Select the hotkey to use to skip to the next item in the playlist."
 msgstr "בחרו את קיצור המקלדת למעבר לפריט הבא ברשימת ההשמעה."
 
-#: src/libvlc.h:990 modules/control/hotkeys.c:692
-#: modules/gui/macosx/controls.m:707 modules/gui/macosx/intf.m:491
+#: src/libvlc.h:998 modules/control/hotkeys.c:692
+#: modules/gui/macosx/controls.m:713 modules/gui/macosx/intf.m:491
 #: modules/gui/macosx/intf.m:540 modules/gui/macosx/intf.m:618
 #: modules/gui/macosx/intf.m:624 modules/gui/wxwidgets/interface.cpp:692
 #: modules/gui/wxwidgets/interface.cpp:1508
-#: modules/gui/wxwidgets/menus.cpp:257
+#: modules/gui/wxwidgets/menus.cpp:258
 msgid "Previous"
 msgstr "הקודם"
 
-#: src/libvlc.h:991
+#: src/libvlc.h:999
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
 msgstr "בחרו את קיצור המקלדת למעבר לפריט הקודם ברשימה."
 
-#: src/libvlc.h:992 modules/gui/macosx/controls.m:699
+#: src/libvlc.h:1000 modules/gui/macosx/controls.m:705
 #: modules/gui/macosx/intf.m:494 modules/gui/macosx/intf.m:537
 #: modules/gui/macosx/intf.m:616 modules/gui/macosx/intf.m:623
 #: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
@@ -2835,536 +2855,536 @@ msgstr "בחרו את קיצור המקלדת למעבר לפריט הקודם 
 #: modules/gui/wxwidgets/interface.cpp:676
 #: modules/gui/wxwidgets/interface.cpp:687
 #: modules/gui/wxwidgets/interface.cpp:1510
-#: modules/gui/wxwidgets/menus.cpp:256 modules/visualization/xosd.c:237
+#: modules/gui/wxwidgets/menus.cpp:257 modules/visualization/xosd.c:237
 msgid "Stop"
 msgstr "עצור"
 
-#: src/libvlc.h:993
+#: src/libvlc.h:1001
 msgid "Select the hotkey to stop playback."
 msgstr ""
 
-#: src/libvlc.h:994 modules/gui/macosx/bookmarks.m:101
+#: src/libvlc.h:1002 modules/gui/macosx/bookmarks.m:101
 #: modules/gui/macosx/bookmarks.m:110 modules/gui/macosx/embeddedwindow.m:46
 #: modules/gui/macosx/intf.m:499 modules/video_filter/marq.c:122
 #: modules/video_filter/rss.c:174
 msgid "Position"
 msgstr ""
 
-#: src/libvlc.h:995
+#: src/libvlc.h:1003
 msgid "Select the hotkey to display the position."
 msgstr ""
 
-#: src/libvlc.h:997
+#: src/libvlc.h:1005
 msgid "Very short backwards jump"
 msgstr ""
 
-#: src/libvlc.h:999
+#: src/libvlc.h:1007
 msgid "Select the hotkey to make a very short backwards jump."
 msgstr ""
 
-#: src/libvlc.h:1000
+#: src/libvlc.h:1008
 msgid "Short backwards jump"
 msgstr ""
 
-#: src/libvlc.h:1002
+#: src/libvlc.h:1010
 msgid "Select the hotkey to make a short backwards jump."
 msgstr ""
 
-#: src/libvlc.h:1003
+#: src/libvlc.h:1011
 msgid "Medium backwards jump"
 msgstr ""
 
-#: src/libvlc.h:1005
+#: src/libvlc.h:1013
 msgid "Select the hotkey to make a medium backwards jump."
 msgstr ""
 
-#: src/libvlc.h:1006
+#: src/libvlc.h:1014
 msgid "Long backwards jump"
 msgstr ""
 
-#: src/libvlc.h:1008
+#: src/libvlc.h:1016
 msgid "Select the hotkey to make a long backwards jump."
 msgstr ""
 
-#: src/libvlc.h:1010
+#: src/libvlc.h:1018
 msgid "Very short forward jump"
 msgstr ""
 
-#: src/libvlc.h:1012
+#: src/libvlc.h:1020
 msgid "Select the hotkey to make a very short forward jump."
 msgstr ""
 
-#: src/libvlc.h:1013
+#: src/libvlc.h:1021
 msgid "Short forward jump"
 msgstr ""
 
-#: src/libvlc.h:1015
+#: src/libvlc.h:1023
 msgid "Select the hotkey to make a short forward jump."
 msgstr ""
 
-#: src/libvlc.h:1016
+#: src/libvlc.h:1024
 msgid "Medium forward jump"
 msgstr ""
 
-#: src/libvlc.h:1018
+#: src/libvlc.h:1026
 msgid "Select the hotkey to make a medium forward jump."
 msgstr ""
 
-#: src/libvlc.h:1019
+#: src/libvlc.h:1027
 msgid "Long forward jump"
 msgstr ""
 
-#: src/libvlc.h:1021
+#: src/libvlc.h:1029
 msgid "Select the hotkey to make a long forward jump."
 msgstr ""
 
-#: src/libvlc.h:1023
+#: src/libvlc.h:1031
 msgid "Very short jump length"
 msgstr ""
 
-#: src/libvlc.h:1024
+#: src/libvlc.h:1032
 msgid "Very short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1025
+#: src/libvlc.h:1033
 msgid "Short jump length"
 msgstr ""
 
-#: src/libvlc.h:1026
+#: src/libvlc.h:1034
 msgid "Short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1027
+#: src/libvlc.h:1035
 msgid "Medium jump length"
 msgstr ""
 
-#: src/libvlc.h:1028
+#: src/libvlc.h:1036
 msgid "Medium jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1029
+#: src/libvlc.h:1037
 msgid "Long jump length"
 msgstr ""
 
-#: src/libvlc.h:1030
+#: src/libvlc.h:1038
 msgid "Long jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1032 modules/control/hotkeys.c:258
+#: src/libvlc.h:1040 modules/control/hotkeys.c:258
 #: modules/gui/beos/InterfaceWindow.cpp:276
 msgid "Quit"
 msgstr "יציאה"
 
-#: src/libvlc.h:1033
+#: src/libvlc.h:1041
 msgid "Select the hotkey to quit the application."
 msgstr "בחרו את קיצור המקלדת ליציאה מהתכנית."
 
-#: src/libvlc.h:1034
+#: src/libvlc.h:1042
 msgid "Navigate up"
 msgstr ""
 
-#: src/libvlc.h:1035
+#: src/libvlc.h:1043
 msgid "Select the key to move the selector up in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1036
+#: src/libvlc.h:1044
 msgid "Navigate down"
 msgstr ""
 
-#: src/libvlc.h:1037
+#: src/libvlc.h:1045
 msgid "Select the key to move the selector down in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1038
+#: src/libvlc.h:1046
 msgid "Navigate left"
 msgstr ""
 
-#: src/libvlc.h:1039
+#: src/libvlc.h:1047
 msgid "Select the key to move the selector left in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1040
+#: src/libvlc.h:1048
 msgid "Navigate right"
 msgstr ""
 
-#: src/libvlc.h:1041
+#: src/libvlc.h:1049
 msgid "Select the key to move the selector right in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1042
+#: src/libvlc.h:1050
 msgid "Activate"
 msgstr ""
 
-#: src/libvlc.h:1043
+#: src/libvlc.h:1051
 msgid "Select the key to activate selected item in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1044
+#: src/libvlc.h:1052
 msgid "Go to the DVD menu"
 msgstr ""
 
-#: src/libvlc.h:1045
+#: src/libvlc.h:1053
 msgid "Select the key to take you to the DVD menu"
 msgstr ""
 
-#: src/libvlc.h:1046
+#: src/libvlc.h:1054
 msgid "Select previous DVD title"
 msgstr ""
 
-#: src/libvlc.h:1047
+#: src/libvlc.h:1055
 msgid "Select the key to choose the previous title from the DVD"
 msgstr ""
 
-#: src/libvlc.h:1048
+#: src/libvlc.h:1056
 msgid "Select next DVD title"
 msgstr ""
 
-#: src/libvlc.h:1049
+#: src/libvlc.h:1057
 msgid "Select the key to choose the next title from the DVD"
 msgstr ""
 
-#: src/libvlc.h:1050
+#: src/libvlc.h:1058
 msgid "Select prev DVD chapter"
 msgstr "בחירה בפרק ה-DVD הקודם"
 
-#: src/libvlc.h:1051
+#: src/libvlc.h:1059
 msgid "Select the key to choose the previous chapter from the DVD"
 msgstr "בחרו את קיצור המקלדת לבחירה בפרק הקודם ב-DVD."
 
-#: src/libvlc.h:1052
+#: src/libvlc.h:1060
 msgid "Select next DVD chapter"
 msgstr ""
 
-#: src/libvlc.h:1053
+#: src/libvlc.h:1061
 msgid "Select the key to choose the next chapter from the DVD"
 msgstr "בחרו את קיצור המקלדת לבחירה בפרק הבא ב-DVD."
 
-#: src/libvlc.h:1054
+#: src/libvlc.h:1062
 msgid "Volume up"
 msgstr "הגבר עוצמה"
 
-#: src/libvlc.h:1055
+#: src/libvlc.h:1063
 msgid "Select the key to increase audio volume."
 msgstr "בחרו את קיצור המקלדת להגברת עוצמת הקול."
 
-#: src/libvlc.h:1056
+#: src/libvlc.h:1064
 msgid "Volume down"
 msgstr "הנמך עוצמה"
 
-#: src/libvlc.h:1057
+#: src/libvlc.h:1065
 msgid "Select the key to decrease audio volume."
 msgstr "בחרו את קיצור המקלדת להנמכת עוצמת הקול."
 
-#: src/libvlc.h:1058 modules/gui/macosx/controls.m:744
+#: src/libvlc.h:1066 modules/gui/macosx/controls.m:750
 #: modules/gui/macosx/intf.m:558 modules/gui/macosx/intf.m:619
 #: modules/gui/macosx/intf.m:628
 msgid "Mute"
 msgstr "השתק"
 
-#: src/libvlc.h:1059
+#: src/libvlc.h:1067
 msgid "Select the key to mute audio."
 msgstr ""
 
-#: src/libvlc.h:1060
+#: src/libvlc.h:1068
 msgid "Subtitle delay up"
 msgstr ""
 
-#: src/libvlc.h:1061
+#: src/libvlc.h:1069
 msgid "Select the key to increase the subtitle delay."
 msgstr ""
 
-#: src/libvlc.h:1062
+#: src/libvlc.h:1070
 msgid "Subtitle delay down"
 msgstr ""
 
-#: src/libvlc.h:1063
+#: src/libvlc.h:1071
 msgid "Select the key to decrease the subtitle delay."
 msgstr ""
 
-#: src/libvlc.h:1064
+#: src/libvlc.h:1072
 msgid "Audio delay up"
 msgstr ""
 
-#: src/libvlc.h:1065
+#: src/libvlc.h:1073
 msgid "Select the key to increase the audio delay."
 msgstr ""
 
-#: src/libvlc.h:1066
+#: src/libvlc.h:1074
 msgid "Audio delay down"
 msgstr ""
 
-#: src/libvlc.h:1067
+#: src/libvlc.h:1075
 msgid "Select the key to decrease the audio delay."
 msgstr ""
 
-#: src/libvlc.h:1068
+#: src/libvlc.h:1076
 msgid "Play playlist bookmark 1"
 msgstr "נגינת סימנייה 1 ברשימת ההשמעה"
 
-#: src/libvlc.h:1069
+#: src/libvlc.h:1077
 msgid "Play playlist bookmark 2"
 msgstr "נגינת סימנייה 2 ברשימת ההשמעה"
 
-#: src/libvlc.h:1070
+#: src/libvlc.h:1078
 msgid "Play playlist bookmark 3"
 msgstr "נגינת סימנייה 3 ברשימת ההשמעה"
 
-#: src/libvlc.h:1071
+#: src/libvlc.h:1079
 msgid "Play playlist bookmark 4"
 msgstr "נגינת סימנייה 4 ברשימת ההשמעה"
 
-#: src/libvlc.h:1072
+#: src/libvlc.h:1080
 msgid "Play playlist bookmark 5"
 msgstr "נגינת סימנייה 5 ברשימת ההשמעה"
 
-#: src/libvlc.h:1073
+#: src/libvlc.h:1081
 msgid "Play playlist bookmark 6"
 msgstr "נגינת סימנייה 6 ברשימת ההשמעה"
 
-#: src/libvlc.h:1074
+#: src/libvlc.h:1082
 msgid "Play playlist bookmark 7"
 msgstr "נגינת סימנייה 7 ברשימת ההשמעה"
 
-#: src/libvlc.h:1075
+#: src/libvlc.h:1083
 msgid "Play playlist bookmark 8"
 msgstr "נגינת סימנייה 8 ברשימת ההשמעה"
 
-#: src/libvlc.h:1076
+#: src/libvlc.h:1084
 msgid "Play playlist bookmark 9"
 msgstr "נגינת סימנייה 9 ברשימת ההשמעה"
 
-#: src/libvlc.h:1077
+#: src/libvlc.h:1085
 msgid "Play playlist bookmark 10"
 msgstr "נגינת סימנייה 10 ברשימת ההשמעה"
 
-#: src/libvlc.h:1078
+#: src/libvlc.h:1086
 msgid "Select the key to play this bookmark."
 msgstr ""
 
-#: src/libvlc.h:1079
+#: src/libvlc.h:1087
 msgid "Set playlist bookmark 1"
 msgstr "קביעת סימנייה 1 ברשימת ההשמעה"
 
-#: src/libvlc.h:1080
+#: src/libvlc.h:1088
 msgid "Set playlist bookmark 2"
 msgstr "קביעת סימנייה 2 ברשימת ההשמעה"
 
-#: src/libvlc.h:1081
+#: src/libvlc.h:1089
 msgid "Set playlist bookmark 3"
 msgstr "קביעת סימנייה 3 ברשימת ההשמעה"
 
-#: src/libvlc.h:1082
+#: src/libvlc.h:1090
 msgid "Set playlist bookmark 4"
 msgstr "קביעת סימנייה 4 ברשימת ההשמעה"
 
-#: src/libvlc.h:1083
+#: src/libvlc.h:1091
 msgid "Set playlist bookmark 5"
 msgstr "קביעת סימנייה 5 ברשימת ההשמעה"
 
-#: src/libvlc.h:1084
+#: src/libvlc.h:1092
 msgid "Set playlist bookmark 6"
 msgstr "קביעת סימנייה 6 ברשימת ההשמעה"
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1093
 msgid "Set playlist bookmark 7"
 msgstr "קביעת סימנייה 7 ברשימת ההשמעה"
 
-#: src/libvlc.h:1086
+#: src/libvlc.h:1094
 msgid "Set playlist bookmark 8"
 msgstr "קביעת סימנייה 8 ברשימת ההשמעה"
 
-#: src/libvlc.h:1087
+#: src/libvlc.h:1095
 msgid "Set playlist bookmark 9"
 msgstr "קביעת סימנייה 9 ברשימת ההשמעה"
 
-#: src/libvlc.h:1088
+#: src/libvlc.h:1096
 msgid "Set playlist bookmark 10"
 msgstr "קביעת סימנייה 10 ברשימת ההשמעה"
 
-#: src/libvlc.h:1089
+#: src/libvlc.h:1097
 msgid "Select the key to set this playlist bookmark."
 msgstr ""
 
-#: src/libvlc.h:1091 modules/control/hotkeys.c:84
+#: src/libvlc.h:1099 modules/control/hotkeys.c:84
 msgid "Playlist bookmark 1"
 msgstr "סימניית רשימת השמעה 1"
 
-#: src/libvlc.h:1092 modules/control/hotkeys.c:85
+#: src/libvlc.h:1100 modules/control/hotkeys.c:85
 msgid "Playlist bookmark 2"
 msgstr "סימניית רשימת השמעה 2"
 
-#: src/libvlc.h:1093 modules/control/hotkeys.c:86
+#: src/libvlc.h:1101 modules/control/hotkeys.c:86
 msgid "Playlist bookmark 3"
 msgstr "סימניית רשימת השמעה 3"
 
-#: src/libvlc.h:1094 modules/control/hotkeys.c:87
+#: src/libvlc.h:1102 modules/control/hotkeys.c:87
 msgid "Playlist bookmark 4"
 msgstr "סימניית רשימת השמעה 4"
 
-#: src/libvlc.h:1095 modules/control/hotkeys.c:88
+#: src/libvlc.h:1103 modules/control/hotkeys.c:88
 msgid "Playlist bookmark 5"
 msgstr "סימניית רשימת השמעה 5"
 
-#: src/libvlc.h:1096 modules/control/hotkeys.c:89
+#: src/libvlc.h:1104 modules/control/hotkeys.c:89
 msgid "Playlist bookmark 6"
 msgstr "סימניית רשימת השמעה 6"
 
-#: src/libvlc.h:1097 modules/control/hotkeys.c:90
+#: src/libvlc.h:1105 modules/control/hotkeys.c:90
 msgid "Playlist bookmark 7"
 msgstr "סימניית רשימת השמעה 7"
 
-#: src/libvlc.h:1098 modules/control/hotkeys.c:91
+#: src/libvlc.h:1106 modules/control/hotkeys.c:91
 msgid "Playlist bookmark 8"
 msgstr "סימניית רשימת השמעה 8"
 
-#: src/libvlc.h:1099 modules/control/hotkeys.c:92
+#: src/libvlc.h:1107 modules/control/hotkeys.c:92
 msgid "Playlist bookmark 9"
 msgstr "סימניית רשימת השמעה 9"
 
-#: src/libvlc.h:1100 modules/control/hotkeys.c:93
+#: src/libvlc.h:1108 modules/control/hotkeys.c:93
 msgid "Playlist bookmark 10"
 msgstr "סימניית רשימת השמעה 10"
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1110
 msgid "This allows you to define playlist bookmarks."
 msgstr ""
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1112
 msgid "Go back in browsing history"
 msgstr ""
 
-#: src/libvlc.h:1105
+#: src/libvlc.h:1113
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1114
 msgid "Go forward in browsing history"
 msgstr ""
 
-#: src/libvlc.h:1107
+#: src/libvlc.h:1115
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:1109
+#: src/libvlc.h:1117
 msgid "Cycle audio track"
 msgstr ""
 
-#: src/libvlc.h:1110
+#: src/libvlc.h:1118
 msgid "Cycle through the available audio tracks(languages)."
 msgstr ""
 
-#: src/libvlc.h:1111
+#: src/libvlc.h:1119
 msgid "Cycle subtitle track"
 msgstr ""
 
-#: src/libvlc.h:1112
+#: src/libvlc.h:1120
 msgid "Cycle through the available subtitle tracks."
 msgstr ""
 
-#: src/libvlc.h:1113
+#: src/libvlc.h:1121
 msgid "Cycle source aspect ratio"
 msgstr ""
 
-#: src/libvlc.h:1114
+#: src/libvlc.h:1122
 msgid "Cycle through a predefined list of source aspect ratios."
 msgstr ""
 
-#: src/libvlc.h:1115
+#: src/libvlc.h:1123
 msgid "Cycle video crop"
 msgstr ""
 
-#: src/libvlc.h:1116
+#: src/libvlc.h:1124
 msgid "Cycle through a predefined list of crop formats."
 msgstr ""
 
-#: src/libvlc.h:1117
+#: src/libvlc.h:1125
 msgid "Cycle deinterlace modes"
 msgstr ""
 
-#: src/libvlc.h:1118
+#: src/libvlc.h:1126
 msgid "Cycle through deinterlace modes."
 msgstr ""
 
-#: src/libvlc.h:1119
+#: src/libvlc.h:1127
 msgid "Show interface"
 msgstr "הצג ממשק"
 
-#: src/libvlc.h:1120
+#: src/libvlc.h:1128
 msgid "Raise the interface above all other windows."
 msgstr ""
 
-#: src/libvlc.h:1121
+#: src/libvlc.h:1129
 msgid "Hide interface"
 msgstr "החבא ממשק"
 
-#: src/libvlc.h:1122
+#: src/libvlc.h:1130
 msgid "Lower the interface below all other windows."
 msgstr ""
 
-#: src/libvlc.h:1123
+#: src/libvlc.h:1131
 msgid "Take video snapshot"
 msgstr ""
 
-#: src/libvlc.h:1124
+#: src/libvlc.h:1132
 msgid "Takes a video snapshot and writes it to disk."
 msgstr ""
 
-#: src/libvlc.h:1126 modules/access_filter/record.c:51
+#: src/libvlc.h:1134 modules/access_filter/record.c:51
 #: modules/access_filter/record.c:52
 msgid "Record"
 msgstr ""
 
-#: src/libvlc.h:1127
+#: src/libvlc.h:1135
 msgid "Record access filter start/stop."
 msgstr ""
 
-#: src/libvlc.h:1129 src/libvlc.h:1130 src/video_output/vout_intf.c:211
+#: src/libvlc.h:1137 src/libvlc.h:1138 src/video_output/vout_intf.c:211
 msgid "Zoom"
 msgstr "זום"
 
-#: src/libvlc.h:1132 src/libvlc.h:1133
+#: src/libvlc.h:1140 src/libvlc.h:1141
 #, fuzzy
 msgid "Un-Zoom"
 msgstr "זום"
 
-#: src/libvlc.h:1135 src/libvlc.h:1136
+#: src/libvlc.h:1143 src/libvlc.h:1144
 msgid "Crop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1137 src/libvlc.h:1138
+#: src/libvlc.h:1145 src/libvlc.h:1146
 msgid "Uncrop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1140 src/libvlc.h:1141
+#: src/libvlc.h:1148 src/libvlc.h:1149
 msgid "Crop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1142 src/libvlc.h:1143
+#: src/libvlc.h:1150 src/libvlc.h:1151
 msgid "Uncrop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1145 src/libvlc.h:1146
+#: src/libvlc.h:1153 src/libvlc.h:1154
 msgid "Crop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1147 src/libvlc.h:1148
+#: src/libvlc.h:1155 src/libvlc.h:1156
 msgid "Uncrop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1150 src/libvlc.h:1151
+#: src/libvlc.h:1158 src/libvlc.h:1159
 #, fuzzy
 msgid "Crop one pixel from the right of the video"
 msgstr "קבע את בהירות קלט הוידאו"
 
-#: src/libvlc.h:1152 src/libvlc.h:1153
+#: src/libvlc.h:1160 src/libvlc.h:1161
 msgid "Uncrop one pixel from the right of the video"
 msgstr ""
 
-#: src/libvlc.h:1157
+#: src/libvlc.h:1165
 #, c-format
 msgid ""
 "Usage: %s [options] [stream] ...\n"
@@ -3401,59 +3421,59 @@ msgid ""
 "  vlc:quit                       Special item to quit VLC\n"
 msgstr ""
 
-#: src/libvlc.h:1267 src/video_output/vout_intf.c:420
-#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:753
+#: src/libvlc.h:1277 src/video_output/vout_intf.c:420
+#: modules/gui/macosx/controls.m:328 modules/gui/macosx/controls.m:759
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:630
 #: modules/video_output/snapshot.c:76
 msgid "Snapshot"
 msgstr ""
 
-#: src/libvlc.h:1280
+#: src/libvlc.h:1290
 msgid "Window properties"
 msgstr "מאפייני חלון"
 
-#: src/libvlc.h:1325
+#: src/libvlc.h:1335
 msgid "Subpictures"
 msgstr ""
 
-#: src/libvlc.h:1332 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
+#: src/libvlc.h:1342 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
 #: modules/gui/beos/InterfaceWindow.cpp:279
 msgid "Subtitles"
 msgstr "כתוביות"
 
-#: src/libvlc.h:1349 modules/stream_out/transcode.c:151
+#: src/libvlc.h:1359 modules/stream_out/transcode.c:151
 msgid "Overlays"
 msgstr ""
 
-#: src/libvlc.h:1359
+#: src/libvlc.h:1369
 msgid "Track settings"
 msgstr "הגדרות רצועה"
 
-#: src/libvlc.h:1381
+#: src/libvlc.h:1391
 msgid "Playback control"
 msgstr ""
 
-#: src/libvlc.h:1396
+#: src/libvlc.h:1406
 msgid "Default devices"
 msgstr ""
 
-#: src/libvlc.h:1405
+#: src/libvlc.h:1415
 msgid "Network settings"
 msgstr "הגדרות רשת"
 
-#: src/libvlc.h:1417
+#: src/libvlc.h:1427
 msgid "Socks proxy"
 msgstr ""
 
-#: src/libvlc.h:1426
+#: src/libvlc.h:1436
 msgid "Metadata"
 msgstr ""
 
-#: src/libvlc.h:1456
+#: src/libvlc.h:1466
 msgid "Decoders"
 msgstr "מפענחים"
 
-#: src/libvlc.h:1463 modules/access/v4l2.c:56
+#: src/libvlc.h:1473 modules/access/v4l2.c:56
 #: modules/gui/macosx/playlistinfo.m:80
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:265
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:378
@@ -3461,80 +3481,80 @@ msgstr "מפענחים"
 msgid "Input"
 msgstr "קלט"
 
-#: src/libvlc.h:1499 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
+#: src/libvlc.h:1509 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
 msgid "VLM"
 msgstr ""
 
-#: src/libvlc.h:1530
+#: src/libvlc.h:1540
 msgid "CPU"
 msgstr "מעבד"
 
-#: src/libvlc.h:1552
+#: src/libvlc.h:1562
 msgid "Special modules"
 msgstr "מודולים מיוחדים"
 
-#: src/libvlc.h:1559
+#: src/libvlc.h:1569
 msgid "Plugins"
 msgstr "תוספים"
 
-#: src/libvlc.h:1567
+#: src/libvlc.h:1577
 msgid "Performance options"
 msgstr "אפשרויות ביצועים"
 
-#: src/libvlc.h:1700
+#: src/libvlc.h:1714
 msgid "Hot keys"
 msgstr "קיצורי מקלדת"
 
-#: src/libvlc.h:2011
+#: src/libvlc.h:2025
 msgid "Jump sizes"
 msgstr ""
 
-#: src/libvlc.h:2090
+#: src/libvlc.h:2104
 msgid "main program"
 msgstr ""
 
-#: src/libvlc.h:2097
+#: src/libvlc.h:2111
 msgid "print help for VLC (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:2099
+#: src/libvlc.h:2113
 msgid ""
 "print help for VLC and all its modules (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:2101
+#: src/libvlc.h:2115
 msgid "print help for the advanced options"
 msgstr ""
 
-#: src/libvlc.h:2103
+#: src/libvlc.h:2117
 msgid "ask for extra verbosity when displaying help"
 msgstr ""
 
-#: src/libvlc.h:2105
+#: src/libvlc.h:2119
 msgid "print a list of available modules"
 msgstr ""
 
-#: src/libvlc.h:2107
+#: src/libvlc.h:2121
 msgid "print help on a specific module (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:2109
+#: src/libvlc.h:2123
 msgid "save the current command line options in the config"
 msgstr ""
 
-#: src/libvlc.h:2111
+#: src/libvlc.h:2125
 msgid "reset the current config to the default values"
 msgstr ""
 
-#: src/libvlc.h:2113
+#: src/libvlc.h:2127
 msgid "use alternate config file"
 msgstr ""
 
-#: src/libvlc.h:2115
+#: src/libvlc.h:2129
 msgid "resets the current plugins cache"
 msgstr ""
 
-#: src/libvlc.h:2117
+#: src/libvlc.h:2131
 msgid "print version information"
 msgstr ""
 
@@ -4143,7 +4163,8 @@ msgstr "לא ידוע"
 msgid "Media: %s"
 msgstr ""
 
-#: src/playlist/engine.c:92 src/playlist/engine.c:94
+#: src/playlist/engine.c:104 src/playlist/engine.c:106
+#: src/playlist/loadsave.c:149
 msgid "Media Library"
 msgstr ""
 
@@ -4202,17 +4223,8 @@ msgstr ""
 msgid "Aspect-ratio"
 msgstr ""
 
-#: modules/access/cdda/access.c:293
-msgid "CD reading failed"
-msgstr ""
-
-#: modules/access/cdda/access.c:294
-#, c-format
-msgid "VLC could not get a new block of size: %i."
-msgstr ""
-
 #: modules/access/cdda.c:58 modules/access/dshow/dshow.cpp:91
-#: modules/access/dvb/access.c:73 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:73
 #: modules/access/dvdnav.c:64 modules/access/dvdread.c:62
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:43
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4268,7 +4280,16 @@ msgstr "תקליטור שמע - רצועה "
 msgid "Audio CD - Track %i"
 msgstr "תקליטור שמע - רצועה %i"
 
-#: modules/access/cdda/cdda.c:42 modules/access/directory.c:77
+#: modules/access/cdda/access.c:293
+msgid "CD reading failed"
+msgstr ""
+
+#: modules/access/cdda/access.c:294
+#, c-format
+msgid "VLC could not get a new block of size: %i."
+msgstr ""
+
+#: modules/access/cdda/cdda.c:42 modules/access/directory.c:78
 #: modules/codec/x264.c:280 modules/codec/x264.c:287 modules/codec/x264.c:292
 msgid "none"
 msgstr "שום דבר"
@@ -4514,11 +4535,11 @@ msgstr ""
 msgid "Track Number"
 msgstr "מספר רצועה"
 
-#: modules/access/directory.c:69
+#: modules/access/directory.c:70
 msgid "Subdirectory behavior"
 msgstr "התנהגות תת תיקיות"
 
-#: modules/access/directory.c:71
+#: modules/access/directory.c:72
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -4526,19 +4547,19 @@ msgid ""
 "expand: all subdirectories are expanded.\n"
 msgstr ""
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:78
 msgid "collapse"
 msgstr "צמצם"
 
-#: modules/access/directory.c:78
+#: modules/access/directory.c:79
 msgid "expand"
 msgstr "הרחב"
 
-#: modules/access/directory.c:80
+#: modules/access/directory.c:81
 msgid "Ignored extensions"
 msgstr ""
 
-#: modules/access/directory.c:82
+#: modules/access/directory.c:83
 msgid ""
 "Files with these extensions will not be added to playlist when opening a "
 "directory.\n"
@@ -4546,11 +4567,11 @@ msgid ""
 "instance. Use a comma-separated list of extensions."
 msgstr ""
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:90
 msgid "Directory"
 msgstr "תיקייה"
 
-#: modules/access/directory.c:91
+#: modules/access/directory.c:92
 msgid "Standard filesystem directory input"
 msgstr ""
 
@@ -4764,6 +4785,18 @@ msgstr ""
 msgid "The capture device \"%s\" does not support the required parameters."
 msgstr ""
 
+#: modules/access/dv.c:70
+msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
+msgstr ""
+
+#: modules/access/dv.c:74
+msgid "Digital Video (Firewire/ieee1394)  input"
+msgstr ""
+
+#: modules/access/dv.c:75
+msgid "dv"
+msgstr ""
+
 #: modules/access/dvb/access.c:75
 msgid ""
 "Caching value for DVB streams. This value should be set in milliseconds."
@@ -5014,18 +5047,6 @@ msgstr ""
 msgid "The provided polarization \"%c\" is not valid."
 msgstr ""
 
-#: modules/access/dv.c:70
-msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
-msgstr ""
-
-#: modules/access/dv.c:74
-msgid "Digital Video (Firewire/ieee1394)  input"
-msgstr ""
-
-#: modules/access/dv.c:75
-msgid "dv"
-msgstr ""
-
 #: modules/access/dvdnav.c:60 modules/access/dvdread.c:58
 msgid "DVD angle"
 msgstr "זווית DVD"
@@ -5221,46 +5242,6 @@ msgstr ""
 msgid "VLC could not open file \"%s\" (%s)."
 msgstr ""
 
-#: modules/access_filter/record.c:43
-msgid "Record directory"
-msgstr "תיקיית הקלטות"
-
-#: modules/access_filter/record.c:45
-msgid "Directory where the record will be stored."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:44
-msgid "Timeshift granularity"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:46
-msgid ""
-"This is the size of the temporary files tha will be used to store the "
-"timeshifted streams."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:48
-msgid "Timeshift directory"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:49
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:51
-msgid "Force use of the timeshift module"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52
-msgid ""
-"Force use of the timeshift module even if the access declares that it can "
-"control pace or pause."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
-msgid "Timeshift"
-msgstr ""
-
 #: modules/access/ftp.c:45
 msgid ""
 "Caching value for FTP streams. This value should be set in milliseconds."
@@ -5416,234 +5397,10 @@ msgstr ""
 msgid "Microsoft Media Server (MMS) input"
 msgstr ""
 
-#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
-msgid "Dummy stream output"
-msgstr ""
-
-#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
-msgid "Dummy"
-msgstr ""
-
-#: modules/access_output/file.c:61
-msgid "Append to file"
-msgstr ""
-
-#: modules/access_output/file.c:62
-msgid "Append to file if it exists instead of replacing it."
-msgstr ""
-
-#: modules/access_output/file.c:66
-msgid "File stream output"
-msgstr ""
-
-#: modules/access_output/http.c:58
-msgid "Username"
-msgstr "שם משתמש"
-
-#: modules/access_output/http.c:59
-msgid "User name that will be requested to access the stream."
-msgstr ""
-
-#: modules/access_output/http.c:61 modules/control/telnet.c:81
-msgid "Password"
-msgstr "סיסמה"
-
-#: modules/access_output/http.c:62
-msgid "Password that will be requested to access the stream."
-msgstr ""
-
-#: modules/access_output/http.c:66
-msgid "Mime"
-msgstr ""
-
-#: modules/access_output/http.c:67
-msgid "MIME returned by the server (autodetected if not specified."
-msgstr ""
-
-#: modules/access_output/http.c:71
-msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
-msgstr ""
-
-#: modules/access_output/http.c:74
-msgid ""
-"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
-"empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:78
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used for HTTPS. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:83
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be used for "
-"SSL. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:86
-msgid "Advertise with Bonjour"
-msgstr ""
-
-#: modules/access_output/http.c:87
-msgid "Advertise the stream with the Bonjour protocol."
-msgstr ""
-
-#: modules/access_output/http.c:91
-msgid "HTTP stream output"
-msgstr ""
-
-#: modules/access_output/http.c:93 modules/control/http/http.c:61
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
-msgid "HTTP"
-msgstr "HTTP"
-
-#: modules/access_output/shout.c:58
-msgid "Stream name"
-msgstr ""
-
-#: modules/access_output/shout.c:59
-msgid "Name to give to this stream/channel on the shoutcast/icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:62
-msgid "Stream description"
-msgstr ""
-
-#: modules/access_output/shout.c:63
-msgid "Description of the stream content or information about your channel."
-msgstr ""
-
-#: modules/access_output/shout.c:66
-msgid "Stream MP3"
-msgstr ""
-
-#: modules/access_output/shout.c:67
-msgid ""
-"You normally have to feed the shoutcast module with Ogg streams. It is also "
-"possible to stream MP3 instead, so you can forward MP3 streams to the "
-"shoutcast/icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:76
-#, fuzzy
-msgid "Genre description"
-msgstr "תיאור"
-
-#: modules/access_output/shout.c:77
-msgid "Genre of the content. "
-msgstr ""
-
-#: modules/access_output/shout.c:79
-#, fuzzy
-msgid "URL description"
-msgstr "תיאור"
-
-#: modules/access_output/shout.c:80
-msgid "URL with information about the stream or your channel. "
-msgstr ""
-
-#: modules/access_output/shout.c:87
-msgid "Bitrate information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:89 modules/access/v4l.c:122
-msgid "Samplerate"
-msgstr "קצב דגימה"
-
-#: modules/access_output/shout.c:90
-msgid "Samplerate information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:92
-#, fuzzy
-msgid "Number of channels"
-msgstr "מספר טורים"
-
-#: modules/access_output/shout.c:93
-msgid "Number of channels information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:95
-msgid "Ogg Vorbis Quality"
-msgstr ""
-
-#: modules/access_output/shout.c:96
-msgid "Ogg Vorbis Quality information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:98
-msgid "Stream public"
-msgstr ""
-
-#: modules/access_output/shout.c:99
-msgid ""
-"Make the server publicly available on the 'Yellow Pages' (directory listing "
-"of streams) on the icecast/shoutcast website. Requires the bitrate "
-"information specified for shoutcast. Requires Ogg streaming for icecast."
-msgstr ""
-
-#: modules/access_output/shout.c:105
-msgid "IceCAST output"
-msgstr ""
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:41
-#: modules/demux/live555.cpp:63
-msgid "Caching value (ms)"
-msgstr ""
-
-#: modules/access_output/udp.c:77
-msgid ""
-"Default caching value for outbound UDP streams. This value should be set in "
-"milliseconds."
-msgstr ""
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
-#: modules/gui/macosx/wizard.m:1848
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
-msgid "Time-To-Live (TTL)"
-msgstr ""
-
-#: modules/access_output/udp.c:81
-msgid "Time-To-Live of the outgoing stream."
-msgstr ""
-
-#: modules/access_output/udp.c:84
-msgid "Group packets"
-msgstr ""
-
-#: modules/access_output/udp.c:85
-msgid ""
-"Packets can be sent one by one at the right time or by groups. You can "
-"choose the number of packets that will be sent at a time. It helps reducing "
-"the scheduling load on heavily-loaded systems."
-msgstr ""
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr ""
-
-#: modules/access_output/udp.c:91
-msgid ""
-"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 ""
-
-#: modules/access_output/udp.c:97
-msgid "UDP stream output"
-msgstr ""
-
-#: modules/access_output/udp.c:98
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
-msgid "UDP"
-msgstr "UDP"
-
-#: modules/access/pvr.c:49
-msgid ""
-"Default caching value for PVR streams. This value should be set in "
-"milliseconds."
+#: modules/access/pvr.c:49
+msgid ""
+"Default caching value for PVR streams. This value should be set in "
+"milliseconds."
 msgstr ""
 
 #: modules/access/pvr.c:52
@@ -5796,6 +5553,11 @@ msgstr "PVR"
 msgid "IVTV MPEG Encoding cards input"
 msgstr ""
 
+#: modules/access/rtsp/access.c:41 modules/access_output/udp.c:75
+#: modules/demux/live555.cpp:63
+msgid "Caching value (ms)"
+msgstr ""
+
 #: modules/access/rtsp/access.c:43
 msgid ""
 "Caching value for RTSP streams. This value should be set in milliseconds."
@@ -5924,51 +5686,22 @@ msgstr "UDP/RTP"
 msgid "UDP/RTP input"
 msgstr "קלט UDP/RTP"
 
-#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
-#: modules/gui/wxwidgets/dialogs/open.cpp:723
-msgid "Device name"
-msgstr "שם התקן"
-
-#: modules/access/v4l2.c:54
-#, fuzzy
+#: modules/access/v4l.c:75
 msgid ""
-"Name of the device to use. If you don't specify anything, /dev/video0 will "
-"be used."
+"Caching value for V4L captures. This value should be set in milliseconds."
 msgstr ""
-"ציין את שם התקן הוידאו לשימוש. אם לא ייבחר התקן, לא ייעשה שימוש בשום התקן "
-"וידאו."
 
-#: modules/access/v4l2.c:58
+#: modules/access/v4l.c:79
 msgid ""
-"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
+"Name of the video device to use. If you don't specify anything, no video "
+"device will be used."
 msgstr ""
 
-#: modules/access/v4l2.c:63
-#, fuzzy
-msgid "Video4Linux2"
-msgstr "Video4Linux"
-
-#: modules/access/v4l2.c:64
-#, fuzzy
-msgid "Video4Linux2 input"
-msgstr "קלט Video4Linux"
-
-#: modules/access/v4l.c:75
-msgid ""
-"Caching value for V4L captures. This value should be set in milliseconds."
-msgstr ""
-
-#: modules/access/v4l.c:79
-msgid ""
-"Name of the video device to use. If you don't specify anything, no video "
-"device will be used."
-msgstr ""
-
-#: modules/access/v4l.c:83
-msgid ""
-"Name of the audio device to use. If you don't specify anything, no audio "
-"device will be used."
-msgstr ""
+#: modules/access/v4l.c:83
+msgid ""
+"Name of the audio device to use. If you don't specify anything, no audio "
+"device will be used."
+msgstr ""
 
 #: modules/access/v4l.c:87
 msgid ""
@@ -6042,6 +5775,10 @@ msgstr ""
 msgid "Tuner to use, if there are several ones."
 msgstr ""
 
+#: modules/access/v4l.c:122 modules/access_output/shout.c:89
+msgid "Samplerate"
+msgstr "קצב דגימה"
+
 #: modules/access/v4l.c:124
 msgid ""
 "Samplerate of the captured audio stream, in Hz (eg: 11025, 22050, 44100)"
@@ -6083,6 +5820,35 @@ msgstr "Video4Linux"
 msgid "Video4Linux input"
 msgstr "קלט Video4Linux"
 
+#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
+#: modules/gui/wxwidgets/dialogs/open.cpp:723
+msgid "Device name"
+msgstr "שם התקן"
+
+#: modules/access/v4l2.c:54
+#, fuzzy
+msgid ""
+"Name of the device to use. If you don't specify anything, /dev/video0 will "
+"be used."
+msgstr ""
+"ציין את שם התקן הוידאו לשימוש. אם לא ייבחר התקן, לא ייעשה שימוש בשום התקן "
+"וידאו."
+
+#: modules/access/v4l2.c:58
+msgid ""
+"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
+msgstr ""
+
+#: modules/access/v4l2.c:63
+#, fuzzy
+msgid "Video4Linux2"
+msgstr "Video4Linux"
+
+#: modules/access/v4l2.c:64
+#, fuzzy
+msgid "Video4Linux2 input"
+msgstr "קלט Video4Linux"
+
 #: modules/access/vcd/vcd.c:42
 msgid "Caching value for VCDs. This value should be set in milliseconds."
 msgstr ""
@@ -6105,165 +5871,420 @@ msgstr ""
 msgid "The above message had unknown log level"
 msgstr ""
 
-#: modules/access/vcdx/access.c:130
-msgid "The above message had unknown vcdimager log level"
+#: modules/access/vcdx/access.c:130
+msgid "The above message had unknown vcdimager log level"
+msgstr ""
+
+#: modules/access/vcdx/access.c:280 modules/access/vcdx/access.c:362
+#: modules/access/vcdx/access.c:688 modules/access/vcdx/info.c:290
+#: modules/access/vcdx/info.c:291
+msgid "Entry"
+msgstr ""
+
+#: modules/access/vcdx/access.c:407 modules/access/vcdx/info.c:102
+msgid "Segments"
+msgstr ""
+
+#: modules/access/vcdx/access.c:426 modules/access/vcdx/access.c:707
+#: modules/access/vcdx/info.c:294 modules/access/vcdx/info.c:295
+#: modules/demux/mkv.cpp:5188
+msgid "Segment"
+msgstr ""
+
+#: modules/access/vcdx/access.c:531
+msgid "LID"
+msgstr ""
+
+#: modules/access/vcdx/info.c:90
+msgid "VCD Format"
+msgstr "פורמט VCD"
+
+#: modules/access/vcdx/info.c:91 modules/demux/mpc.c:55
+msgid "Album"
+msgstr "אלבום"
+
+#: modules/access/vcdx/info.c:92
+msgid "Application"
+msgstr "יישום"
+
+#: modules/access/vcdx/info.c:93
+msgid "Preparer"
+msgstr ""
+
+#: modules/access/vcdx/info.c:94
+msgid "Vol #"
+msgstr ""
+
+#: modules/access/vcdx/info.c:95
+msgid "Vol max #"
+msgstr ""
+
+#: modules/access/vcdx/info.c:96
+msgid "Volume Set"
+msgstr ""
+
+#: modules/access/vcdx/info.c:99
+msgid "System Id"
+msgstr ""
+
+#: modules/access/vcdx/info.c:101
+msgid "Entries"
+msgstr ""
+
+#: modules/access/vcdx/info.c:122
+msgid "First Entry Point"
+msgstr ""
+
+#: modules/access/vcdx/info.c:126
+msgid "Last Entry Point"
+msgstr ""
+
+#: modules/access/vcdx/info.c:127
+msgid "Track size (in sectors)"
+msgstr "גודל רצועה (בסקטורים)"
+
+#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
+#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
+msgid "type"
+msgstr ""
+
+#: modules/access/vcdx/info.c:139
+msgid "end"
+msgstr ""
+
+#: modules/access/vcdx/info.c:142
+msgid "play list"
+msgstr "נגן רשימה"
+
+#: modules/access/vcdx/info.c:153
+msgid "extended selection list"
+msgstr ""
+
+#: modules/access/vcdx/info.c:154
+msgid "selection list"
+msgstr ""
+
+#: modules/access/vcdx/info.c:166
+msgid "unknown type"
+msgstr "סוג לא מוכר"
+
+#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
+#: modules/access/vcdx/info.c:316
+msgid "List ID"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:95
+msgid "(Super) Video CD"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:96
+msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+msgstr "קלט תקליטור וידאו (VCD 1.0, 1.1, 2.0, SVCD, HQVCD)"
+
+#: modules/access/vcdx/vcd.c:97
+msgid "vcdx://[device-or-file][@{P,S,T}num]"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:106
+msgid "If nonzero, this gives additional debug information."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+msgid "Number of CD blocks to get in a single read."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:116
+msgid "Use playback control?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:117
+msgid ""
+"If VCD is authored with playback control, use it. Otherwise we play by "
+"tracks."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:123
+msgid "Use track length as maximum unit in seek?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:124
+msgid ""
+"If set, the length of the seek bar is the track rather than the length of an "
+"entry."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:129
+msgid "Show extended VCD info?"
+msgstr "להציג מידע VCD מורחב?"
+
+#: modules/access/vcdx/vcd.c:130
+msgid ""
+"Show the maximum amount of information under Stream and Media Info. Shows "
+"for example playback control navigation."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:137
+msgid "Format to use in the playlist's \"author\" field."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:143
+msgid "Format to use in the playlist's \"title\" field."
+msgstr ""
+
+#: modules/access_filter/record.c:43
+msgid "Record directory"
+msgstr "תיקיית הקלטות"
+
+#: modules/access_filter/record.c:45
+msgid "Directory where the record will be stored."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:44
+msgid "Timeshift granularity"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:46
+msgid ""
+"This is the size of the temporary files tha will be used to store the "
+"timeshifted streams."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:48
+msgid "Timeshift directory"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:49
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:51
+msgid "Force use of the timeshift module"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52
+msgid ""
+"Force use of the timeshift module even if the access declares that it can "
+"control pace or pause."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
+msgid "Timeshift"
+msgstr ""
+
+#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
+msgid "Dummy stream output"
+msgstr ""
+
+#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
+msgid "Dummy"
+msgstr ""
+
+#: modules/access_output/file.c:61
+msgid "Append to file"
+msgstr ""
+
+#: modules/access_output/file.c:62
+msgid "Append to file if it exists instead of replacing it."
+msgstr ""
+
+#: modules/access_output/file.c:66
+msgid "File stream output"
+msgstr ""
+
+#: modules/access_output/http.c:58
+msgid "Username"
+msgstr "שם משתמש"
+
+#: modules/access_output/http.c:59
+msgid "User name that will be requested to access the stream."
+msgstr ""
+
+#: modules/access_output/http.c:61 modules/control/telnet.c:81
+msgid "Password"
+msgstr "סיסמה"
+
+#: modules/access_output/http.c:62
+msgid "Password that will be requested to access the stream."
+msgstr ""
+
+#: modules/access_output/http.c:66
+msgid "Mime"
+msgstr ""
+
+#: modules/access_output/http.c:67
+msgid "MIME returned by the server (autodetected if not specified."
+msgstr ""
+
+#: modules/access_output/http.c:71
+msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
+msgstr ""
+
+#: modules/access_output/http.c:74
+msgid ""
+"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
+"empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:78
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used for HTTPS. Leave empty if you don't have one."
 msgstr ""
 
-#: modules/access/vcdx/access.c:280 modules/access/vcdx/access.c:362
-#: modules/access/vcdx/access.c:688 modules/access/vcdx/info.c:290
-#: modules/access/vcdx/info.c:291
-msgid "Entry"
+#: modules/access_output/http.c:83
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be used for "
+"SSL. Leave empty if you don't have one."
 msgstr ""
 
-#: modules/access/vcdx/access.c:407 modules/access/vcdx/info.c:102
-msgid "Segments"
+#: modules/access_output/http.c:86
+msgid "Advertise with Bonjour"
 msgstr ""
 
-#: modules/access/vcdx/access.c:426 modules/access/vcdx/access.c:707
-#: modules/access/vcdx/info.c:294 modules/access/vcdx/info.c:295
-#: modules/demux/mkv.cpp:5188
-msgid "Segment"
+#: modules/access_output/http.c:87
+msgid "Advertise the stream with the Bonjour protocol."
 msgstr ""
 
-#: modules/access/vcdx/access.c:531
-msgid "LID"
+#: modules/access_output/http.c:91
+msgid "HTTP stream output"
 msgstr ""
 
-#: modules/access/vcdx/info.c:90
-msgid "VCD Format"
-msgstr "פורמט VCD"
-
-#: modules/access/vcdx/info.c:91 modules/demux/mpc.c:55
-msgid "Album"
-msgstr "אלבום"
-
-#: modules/access/vcdx/info.c:92
-msgid "Application"
-msgstr "יישום"
+#: modules/access_output/http.c:93 modules/control/http/http.c:61
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
+msgstr "HTTP"
 
-#: modules/access/vcdx/info.c:93
-msgid "Preparer"
+#: modules/access_output/shout.c:58
+msgid "Stream name"
 msgstr ""
 
-#: modules/access/vcdx/info.c:94
-msgid "Vol #"
+#: modules/access_output/shout.c:59
+msgid "Name to give to this stream/channel on the shoutcast/icecast server."
 msgstr ""
 
-#: modules/access/vcdx/info.c:95
-msgid "Vol max #"
+#: modules/access_output/shout.c:62
+msgid "Stream description"
 msgstr ""
 
-#: modules/access/vcdx/info.c:96
-msgid "Volume Set"
+#: modules/access_output/shout.c:63
+msgid "Description of the stream content or information about your channel."
 msgstr ""
 
-#: modules/access/vcdx/info.c:99
-msgid "System Id"
+#: modules/access_output/shout.c:66
+msgid "Stream MP3"
 msgstr ""
 
-#: modules/access/vcdx/info.c:101
-msgid "Entries"
+#: modules/access_output/shout.c:67
+msgid ""
+"You normally have to feed the shoutcast module with Ogg streams. It is also "
+"possible to stream MP3 instead, so you can forward MP3 streams to the "
+"shoutcast/icecast server."
 msgstr ""
 
-#: modules/access/vcdx/info.c:122
-msgid "First Entry Point"
-msgstr ""
+#: modules/access_output/shout.c:76
+#, fuzzy
+msgid "Genre description"
+msgstr "תיאור"
 
-#: modules/access/vcdx/info.c:126
-msgid "Last Entry Point"
+#: modules/access_output/shout.c:77
+msgid "Genre of the content. "
 msgstr ""
 
-#: modules/access/vcdx/info.c:127
-msgid "Track size (in sectors)"
-msgstr "גודל רצועה (בסקטורים)"
+#: modules/access_output/shout.c:79
+#, fuzzy
+msgid "URL description"
+msgstr "תיאור"
 
-#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
-#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
-msgid "type"
+#: modules/access_output/shout.c:80
+msgid "URL with information about the stream or your channel. "
 msgstr ""
 
-#: modules/access/vcdx/info.c:139
-msgid "end"
+#: modules/access_output/shout.c:87
+msgid "Bitrate information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/info.c:142
-msgid "play list"
-msgstr "נגן רשימה"
-
-#: modules/access/vcdx/info.c:153
-msgid "extended selection list"
+#: modules/access_output/shout.c:90
+msgid "Samplerate information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/info.c:154
-msgid "selection list"
-msgstr ""
+#: modules/access_output/shout.c:92
+#, fuzzy
+msgid "Number of channels"
+msgstr "מספר טורים"
 
-#: modules/access/vcdx/info.c:166
-msgid "unknown type"
-msgstr "סוג לא מוכר"
+#: modules/access_output/shout.c:93
+msgid "Number of channels information of the transcoded stream. "
+msgstr ""
 
-#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
-#: modules/access/vcdx/info.c:316
-msgid "List ID"
+#: modules/access_output/shout.c:95
+msgid "Ogg Vorbis Quality"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:95
-msgid "(Super) Video CD"
+#: modules/access_output/shout.c:96
+msgid "Ogg Vorbis Quality information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:96
-msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
-msgstr "קלט תקליטור וידאו (VCD 1.0, 1.1, 2.0, SVCD, HQVCD)"
+#: modules/access_output/shout.c:98
+msgid "Stream public"
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:97
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
+#: modules/access_output/shout.c:99
+msgid ""
+"Make the server publicly available on the 'Yellow Pages' (directory listing "
+"of streams) on the icecast/shoutcast website. Requires the bitrate "
+"information specified for shoutcast. Requires Ogg streaming for icecast."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:106
-msgid "If nonzero, this gives additional debug information."
+#: modules/access_output/shout.c:105
+msgid "IceCAST output"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
-msgid "Number of CD blocks to get in a single read."
+#: modules/access_output/udp.c:77
+msgid ""
+"Default caching value for outbound UDP streams. This value should be set in "
+"milliseconds."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
+#: modules/gui/macosx/wizard.m:1848
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
+msgid "Time-To-Live (TTL)"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:117
-msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+#: modules/access_output/udp.c:81
+msgid "Time-To-Live of the outgoing stream."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:123
-msgid "Use track length as maximum unit in seek?"
+#: modules/access_output/udp.c:84
+msgid "Group packets"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:85
 msgid ""
-"If set, the length of the seek bar is the track rather than the length of an "
-"entry."
+"Packets can be sent one by one at the right time or by groups. You can "
+"choose the number of packets that will be sent at a time. It helps reducing "
+"the scheduling load on heavily-loaded systems."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:129
-msgid "Show extended VCD info?"
-msgstr "להציג מידע VCD מורחב?"
+#: modules/access_output/udp.c:90
+msgid "Raw write"
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:130
+#: modules/access_output/udp.c:91
 msgid ""
-"Show the maximum amount of information under Stream and Media Info. Shows "
-"for example playback control navigation."
+"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 ""
 
-#: modules/access/vcdx/vcd.c:137
-msgid "Format to use in the playlist's \"author\" field."
+#: modules/access_output/udp.c:97
+msgid "UDP stream output"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:143
-msgid "Format to use in the playlist's \"title\" field."
-msgstr ""
+#: modules/access_output/udp.c:98
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
+msgid "UDP"
+msgstr "UDP"
 
 #: modules/audio_filter/channel_mixer/dolby.c:47
 msgid "Simple decoder for Dolby Surround encoded streams"
@@ -8501,398 +8522,398 @@ msgstr ""
 msgid "Windows Service interface"
 msgstr ""
 
-#: modules/control/rc.c:154
+#: modules/control/rc.c:156
 msgid "Show stream position"
 msgstr ""
 
-#: modules/control/rc.c:155
+#: modules/control/rc.c:157
 msgid ""
 "Show the current position in seconds within the stream from time to time."
 msgstr ""
 
-#: modules/control/rc.c:158
+#: modules/control/rc.c:160
 msgid "Fake TTY"
 msgstr ""
 
-#: modules/control/rc.c:159
+#: modules/control/rc.c:161
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr ""
 
-#: modules/control/rc.c:161
+#: modules/control/rc.c:163
 msgid "UNIX socket command input"
 msgstr ""
 
-#: modules/control/rc.c:162
+#: modules/control/rc.c:164
 msgid "Accept commands over a Unix socket rather than stdin."
 msgstr ""
 
-#: modules/control/rc.c:165
+#: modules/control/rc.c:167
 msgid "TCP command input"
 msgstr ""
 
-#: modules/control/rc.c:166
+#: modules/control/rc.c:168
 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:170 modules/misc/dummy/dummy.c:49
+#: modules/control/rc.c:172 modules/misc/dummy/dummy.c:49
 msgid "Do not open a DOS command box interface"
 msgstr ""
 
-#: modules/control/rc.c:172
+#: modules/control/rc.c:174
 msgid ""
 "By default the rc 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 ""
 
-#: modules/control/rc.c:179
+#: modules/control/rc.c:181
 msgid "RC"
 msgstr ""
 
-#: modules/control/rc.c:182
+#: modules/control/rc.c:184
 msgid "Remote control interface"
 msgstr ""
 
-#: modules/control/rc.c:323
+#: modules/control/rc.c:325
 msgid "Remote control interface initialized. Type `help' for help."
 msgstr ""
 
-#: modules/control/rc.c:848
+#: modules/control/rc.c:850
 #, c-format
 msgid "Unknown command `%s'. Type `help' for help."
 msgstr ""
 
-#: modules/control/rc.c:881
+#: modules/control/rc.c:883
 msgid "+----[ Remote control commands ]"
 msgstr ""
 
-#: modules/control/rc.c:883
+#: modules/control/rc.c:885
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist"
 msgstr ""
 
-#: modules/control/rc.c:884
+#: modules/control/rc.c:886
 msgid "| enqueue XYZ  . . . . . . . queue XYZ to playlist"
 msgstr ""
 
-#: modules/control/rc.c:885
+#: modules/control/rc.c:887
 msgid "| playlist . . .  show items currently in playlist"
 msgstr ""
 
-#: modules/control/rc.c:886
+#: modules/control/rc.c:888
 msgid "| play . . . . . . . . . . . . . . . . play stream"
 msgstr ""
 
-#: modules/control/rc.c:887
+#: modules/control/rc.c:889
 msgid "| stop . . . . . . . . . . . . . . . . stop stream"
 msgstr ""
 
-#: modules/control/rc.c:888
+#: modules/control/rc.c:890
 msgid "| next . . . . . . . . . . . .  next playlist item"
 msgstr ""
 
-#: modules/control/rc.c:889
+#: modules/control/rc.c:891
 msgid "| prev . . . . . . . . . .  previous playlist item"
 msgstr ""
 
-#: modules/control/rc.c:890
+#: modules/control/rc.c:892
 msgid "| goto . . . . . . . . . . . .  goto item at index"
 msgstr ""
 
-#: modules/control/rc.c:891
+#: modules/control/rc.c:893
 msgid "| clear . . . . . . . . . . .   clear the playlist"
 msgstr ""
 
-#: modules/control/rc.c:892
+#: modules/control/rc.c:894
 msgid "| status . . . . . . . . . current playlist status"
 msgstr ""
 
-#: modules/control/rc.c:893
+#: modules/control/rc.c:895
 msgid "| title [X]  . . . . set/get title in current item"
 msgstr ""
 
-#: modules/control/rc.c:894
+#: modules/control/rc.c:896
 msgid "| title_n  . . . . . .  next title in current item"
 msgstr ""
 
-#: modules/control/rc.c:895
+#: modules/control/rc.c:897
 msgid "| title_p  . . . .  previous title in current item"
 msgstr ""
 
-#: modules/control/rc.c:896
+#: modules/control/rc.c:898
 msgid "| chapter [X]  . . set/get chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:897
+#: modules/control/rc.c:899
 msgid "| chapter_n  . . . .  next chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:898
+#: modules/control/rc.c:900
 msgid "| chapter_p  . .  previous chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:900
+#: modules/control/rc.c:902
 msgid "| seek X . seek in seconds, for instance `seek 12'"
 msgstr ""
 
-#: modules/control/rc.c:901
+#: modules/control/rc.c:903
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause"
 msgstr ""
 
-#: modules/control/rc.c:902
+#: modules/control/rc.c:904
 msgid "| fastforward  . . . . . .  .  set to maximum rate"
 msgstr ""
 
-#: modules/control/rc.c:903
+#: modules/control/rc.c:905
 msgid "| rewind  . . . . . . . . . .  set to minimum rate"
 msgstr ""
 
-#: modules/control/rc.c:904
+#: modules/control/rc.c:906
 msgid "| faster . . . . . . . .  faster playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:905
+#: modules/control/rc.c:907
 msgid "| slower . . . . . . . .  slower playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:906
+#: modules/control/rc.c:908
 msgid "| normal . . . . . . . .  normal playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:907
+#: modules/control/rc.c:909
 msgid "| f [on|off] . . . . . . . . . . toggle fullscreen"
 msgstr ""
 
-#: modules/control/rc.c:908
+#: modules/control/rc.c:910
 msgid "| info . . .  information about the current stream"
 msgstr ""
 
-#: modules/control/rc.c:909
+#: modules/control/rc.c:911
 msgid "| get_time . . seconds elapsed since stream's beginning"
 msgstr ""
 
-#: modules/control/rc.c:910
+#: modules/control/rc.c:912
 msgid "| is_playing . .  1 if a stream plays, 0 otherwise"
 msgstr ""
 
-#: modules/control/rc.c:911
+#: modules/control/rc.c:913
 msgid "| get_title . . .  the title of the current stream"
 msgstr ""
 
-#: modules/control/rc.c:912
+#: modules/control/rc.c:914
 msgid "| get_length . .  the length of the current stream"
 msgstr ""
 
-#: modules/control/rc.c:914
+#: modules/control/rc.c:916
 msgid "| volume [X] . . . . . . . .  set/get audio volume"
 msgstr ""
 
-#: modules/control/rc.c:915
+#: modules/control/rc.c:917
 msgid "| volup [X]  . . . . .  raise audio volume X steps"
 msgstr ""
 
-#: modules/control/rc.c:916
+#: modules/control/rc.c:918
 msgid "| voldown [X]  . . . .  lower audio volume X steps"
 msgstr ""
 
-#: modules/control/rc.c:917
+#: modules/control/rc.c:919
 msgid "| adev [X] . . . . . . . . .  set/get audio device"
 msgstr ""
 
-#: modules/control/rc.c:918
+#: modules/control/rc.c:920
 msgid "| achan [X]. . . . . . . .  set/get audio channels"
 msgstr ""
 
-#: modules/control/rc.c:919
+#: modules/control/rc.c:921
 msgid "| atrack [X] . . . . . . . . . set/get audio track"
 msgstr ""
 
-#: modules/control/rc.c:920
+#: modules/control/rc.c:922
 msgid "| vtrack [X] . . . . . . . . . set/get video track"
 msgstr ""
 
-#: modules/control/rc.c:921
+#: modules/control/rc.c:923
 msgid "| strack [X] . . . . . . . set/get subtitles track"
 msgstr ""
 
-#: modules/control/rc.c:922
+#: modules/control/rc.c:924
 msgid "| menu [on|off|up|down|left|right|select] use menu"
 msgstr ""
 
-#: modules/control/rc.c:927
+#: modules/control/rc.c:929
 msgid "| marq-marquee STRING  . . overlay STRING in video"
 msgstr ""
 
-#: modules/control/rc.c:928
+#: modules/control/rc.c:930
 msgid "| marq-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:929
+#: modules/control/rc.c:931
 msgid "| marq-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:930
+#: modules/control/rc.c:932
 msgid "| marq-position #. . .  .relative position control"
 msgstr ""
 
-#: modules/control/rc.c:931
+#: modules/control/rc.c:933
 msgid "| marq-color # . . . . . . . . . . font color, RGB"
 msgstr ""
 
-#: modules/control/rc.c:932
+#: modules/control/rc.c:934
 msgid "| marq-opacity # . . . . . . . . . . . . . opacity"
 msgstr ""
 
-#: modules/control/rc.c:933
+#: modules/control/rc.c:935
 msgid "| marq-timeout T. . . . . . . . . . timeout, in ms"
 msgstr ""
 
-#: modules/control/rc.c:934
+#: modules/control/rc.c:936
 msgid "| marq-size # . . . . . . . . font size, in pixels"
 msgstr ""
 
-#: modules/control/rc.c:936
+#: modules/control/rc.c:938
 msgid "| time-format STRING . . . overlay STRING in video"
 msgstr ""
 
-#: modules/control/rc.c:937
+#: modules/control/rc.c:939
 msgid "| time-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:938
+#: modules/control/rc.c:940
 msgid "| time-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:939
+#: modules/control/rc.c:941
 msgid "| time-position #. . . . . . . . relative position"
 msgstr ""
 
-#: modules/control/rc.c:940
+#: modules/control/rc.c:942
 msgid "| time-color # . . . . . . . . . . font color, RGB"
 msgstr ""
 
-#: modules/control/rc.c:941
+#: modules/control/rc.c:943
 msgid "| time-opacity # . . . . . . . . . . . . . opacity"
 msgstr ""
 
-#: modules/control/rc.c:942
+#: modules/control/rc.c:944
 msgid "| time-size # . . . . . . . . font size, in pixels"
 msgstr ""
 
-#: modules/control/rc.c:944
+#: modules/control/rc.c:946
 msgid "| logo-file STRING . . .the overlay file path/name"
 msgstr ""
 
-#: modules/control/rc.c:945
+#: modules/control/rc.c:947
 msgid "| logo-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:946
+#: modules/control/rc.c:948
 msgid "| logo-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:947
+#: modules/control/rc.c:949
 msgid "| logo-position #. . . . . . . . relative position"
 msgstr ""
 
-#: modules/control/rc.c:948
+#: modules/control/rc.c:950
 msgid "| logo-transparency #. . . . . . . . .transparency"
 msgstr ""
 
-#: modules/control/rc.c:950
+#: modules/control/rc.c:952
 msgid "| mosaic-alpha # . . . . . . . . . . . . . . alpha"
 msgstr ""
 
-#: modules/control/rc.c:951
+#: modules/control/rc.c:953
 msgid "| mosaic-height #. . . . . . . . . . . . . .height"
 msgstr ""
 
-#: modules/control/rc.c:952
+#: modules/control/rc.c:954
 msgid "| mosaic-width # . . . . . . . . . . . . . . width"
 msgstr ""
 
-#: modules/control/rc.c:953
+#: modules/control/rc.c:955
 msgid "| mosaic-xoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:954
+#: modules/control/rc.c:956
 msgid "| mosaic-yoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:955
+#: modules/control/rc.c:957
 msgid "| mosaic-align 0..2,4..6,8..10. . .mosaic alignment"
 msgstr ""
 
-#: modules/control/rc.c:956
+#: modules/control/rc.c:958
 msgid "| mosaic-vborder # . . . . . . . . vertical border"
 msgstr ""
 
-#: modules/control/rc.c:957
+#: modules/control/rc.c:959
 msgid "| mosaic-hborder # . . . . . . . horizontal border"
 msgstr ""
 
-#: modules/control/rc.c:958
+#: modules/control/rc.c:960
 msgid "| mosaic-position {0=auto,1=fixed} . . . .position"
 msgstr ""
 
-#: modules/control/rc.c:959
+#: modules/control/rc.c:961
 msgid "| mosaic-rows #. . . . . . . . . . .number of rows"
 msgstr ""
 
-#: modules/control/rc.c:960
+#: modules/control/rc.c:962
 msgid "| mosaic-cols #. . . . . . . . . . .number of cols"
 msgstr ""
 
-#: modules/control/rc.c:961
+#: modules/control/rc.c:963
 msgid "| mosaic-order id(,id)* . . . . order of pictures "
 msgstr ""
 
-#: modules/control/rc.c:962
+#: modules/control/rc.c:964
 msgid "| mosaic-keep-aspect-ratio {0,1} . . .aspect ratio"
 msgstr ""
 
-#: modules/control/rc.c:964
+#: modules/control/rc.c:966
 msgid ""
 "| check-updates [newer] [equal] [older]\n"
 "|               [undef] [info] [source] [binary] [plugin]"
 msgstr ""
 
-#: modules/control/rc.c:968
+#: modules/control/rc.c:970
 msgid "| help . . . . . . . . . . . . . this help message"
 msgstr ""
 
-#: modules/control/rc.c:969
+#: modules/control/rc.c:971
 msgid "| longhelp . . . . . . . . . a longer help message"
 msgstr ""
 
-#: modules/control/rc.c:970
+#: modules/control/rc.c:972
 msgid "| logout . . . . .  exit (if in socket connection)"
 msgstr ""
 
-#: modules/control/rc.c:971
+#: modules/control/rc.c:973
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc"
 msgstr ""
 
-#: modules/control/rc.c:973
+#: modules/control/rc.c:975
 msgid "+----[ end of help ]"
 msgstr ""
 
-#: modules/control/rc.c:1080
+#: modules/control/rc.c:1082
 msgid "Press menu select or pause to continue."
 msgstr ""
 
-#: modules/control/rc.c:1324 modules/control/rc.c:1809
-#: modules/control/rc.c:1879 modules/control/rc.c:1928
-#: modules/control/rc.c:2027
+#: modules/control/rc.c:1326 modules/control/rc.c:1811
+#: modules/control/rc.c:1881 modules/control/rc.c:1930
+#: modules/control/rc.c:2029
 msgid "Type 'menu select' or 'pause' to continue."
 msgstr ""
 
-#: modules/control/rc.c:1461
+#: modules/control/rc.c:1463
 msgid "Type 'pause' to continue."
 msgstr ""
 
-#: modules/control/rc.c:2012 modules/control/rc.c:2051
+#: modules/control/rc.c:2014 modules/control/rc.c:2053
 msgid "Please provide one of the following parameters:"
 msgstr ""
 
@@ -9022,6 +9043,7 @@ msgstr ""
 #: modules/gui/macosx/interaction.m:135 modules/gui/macosx/open.m:158
 #: modules/gui/macosx/playlistinfo.m:60 modules/gui/macosx/prefs.m:122
 #: modules/gui/macosx/prefs.m:142 modules/gui/macosx/wizard.m:363
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:88
 msgid "Cancel"
 msgstr "ביטול"
 
@@ -9920,8 +9942,8 @@ msgstr "האם לפתוח גם את הקבצים מכל תתי התיקיות?"
 #: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:440
 #: modules/gui/macosx/open.m:634 modules/gui/macosx/open.m:738
 #: modules/gui/macosx/open.m:784 modules/gui/wxwidgets/interface.cpp:675
-#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:348
-#: modules/gui/wxwidgets/menus.cpp:404
+#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:349
+#: modules/gui/wxwidgets/menus.cpp:405
 msgid "Open"
 msgstr "פתיחה"
 
@@ -9933,7 +9955,7 @@ msgstr "העדפות"
 
 #: modules/gui/beos/InterfaceWindow.cpp:237
 #: modules/gui/beos/InterfaceWindow.cpp:328 modules/gui/macosx/intf.m:503
-#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:35
+#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:41
 #: modules/gui/wxwidgets/dialogs/messages.cpp:47
 msgid "Messages"
 msgstr "הודעות"
@@ -10086,6 +10108,7 @@ msgstr "החל"
 
 #: modules/gui/beos/PreferencesWindow.cpp:254 modules/gui/macosx/output.m:526
 #: modules/gui/macosx/playlist.m:704 modules/gui/macosx/prefs.m:121
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:87
 msgid "Save"
 msgstr "שמירה"
 
@@ -10208,7 +10231,7 @@ msgstr "לא נמצא קלט"
 msgid "The stream must be playing or paused for bookmarks to work."
 msgstr ""
 
-#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:735
+#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:741
 msgid "Jump To Time"
 msgstr ""
 
@@ -10224,64 +10247,64 @@ msgstr ""
 msgid "Random On"
 msgstr "אקראי"
 
-#: modules/gui/macosx/controls.m:167
+#: modules/gui/macosx/controls.m:168
 msgid "Random Off"
 msgstr "לא אקראי"
 
-#: modules/gui/macosx/controls.m:195 modules/gui/macosx/controls.m:719
+#: modules/gui/macosx/controls.m:197 modules/gui/macosx/controls.m:725
 #: modules/gui/macosx/intf.m:543 modules/gui/macosx/playlist.m:453
 #: modules/gui/macosx/playlist.m:1167
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:54
 msgid "Repeat One"
 msgstr "חזור על אחד"
 
-#: modules/gui/macosx/controls.m:199 modules/gui/macosx/controls.m:231
+#: modules/gui/macosx/controls.m:202 modules/gui/macosx/controls.m:236
 #: modules/gui/macosx/playlist.m:1186
 msgid "Repeat Off"
 msgstr "בלי חזרה"
 
-#: modules/gui/macosx/controls.m:227 modules/gui/macosx/controls.m:726
+#: modules/gui/macosx/controls.m:231 modules/gui/macosx/controls.m:732
 #: modules/gui/macosx/intf.m:544 modules/gui/macosx/playlist.m:454
 #: modules/gui/macosx/playlist.m:1175
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:53
 msgid "Repeat All"
 msgstr "חזור על הכל"
 
-#: modules/gui/macosx/controls.m:308 modules/gui/macosx/controls.m:749
+#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
 #: modules/gui/macosx/intf.m:569
 msgid "Half Size"
 msgstr "חצי גודל"
 
-#: modules/gui/macosx/controls.m:310 modules/gui/macosx/controls.m:750
+#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:756
 #: modules/gui/macosx/intf.m:570
 msgid "Normal Size"
 msgstr "גודל רגיל"
 
-#: modules/gui/macosx/controls.m:312 modules/gui/macosx/controls.m:751
+#: modules/gui/macosx/controls.m:318 modules/gui/macosx/controls.m:757
 #: modules/gui/macosx/intf.m:571
 msgid "Double Size"
 msgstr "גודל כפול"
 
-#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
-#: modules/gui/macosx/controls.m:766 modules/gui/macosx/intf.m:574
+#: modules/gui/macosx/controls.m:320 modules/gui/macosx/controls.m:761
+#: modules/gui/macosx/controls.m:772 modules/gui/macosx/intf.m:574
 msgid "Float on Top"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:752
+#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:758
 #: modules/gui/macosx/intf.m:572
 msgid "Fit to Screen"
 msgstr "התאם למסך"
 
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:542
+#: modules/gui/macosx/controls.m:718 modules/gui/macosx/intf.m:542
 #: modules/gui/macosx/playlist.m:447
 msgid "Random"
 msgstr "אקראי"
 
-#: modules/gui/macosx/controls.m:733 modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/controls.m:739 modules/gui/macosx/intf.m:545
 msgid "Step Forward"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:734 modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/controls.m:740 modules/gui/macosx/intf.m:546
 msgid "Step Backward"
 msgstr ""
 
@@ -10300,7 +10323,7 @@ msgstr "קדימה"
 #: modules/gui/pda/pda_interface.c:251 modules/gui/wxwidgets/interface.cpp:678
 #: modules/gui/wxwidgets/interface.cpp:689
 #: modules/gui/wxwidgets/interface.cpp:1210
-#: modules/gui/wxwidgets/menus.cpp:265 modules/visualization/xosd.c:242
+#: modules/gui/wxwidgets/menus.cpp:266 modules/visualization/xosd.c:242
 msgid "Pause"
 msgstr "השהה"
 
@@ -10506,7 +10529,7 @@ msgstr ""
 
 #: modules/gui/macosx/intf.m:488 modules/gui/macosx/intf.m:999
 #: modules/gui/macosx/intf.m:1321 modules/gui/pda/pda_interface.c:212
-#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:52
+#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:54
 msgid "VLC media player"
 msgstr "נגן המדיה VLC"
 
@@ -10940,71 +10963,6 @@ msgstr ""
 msgid "Save File"
 msgstr "שמור קובץ"
 
-#: modules/gui/macosx/playlistinfo.m:56
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
-msgid "URI"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:63
-msgid "Advanced Information"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:81
-msgid "Read at media"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:82
-msgid "Input bitrate"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:83
-msgid "Demuxed"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:84
-msgid "Stream bitrate"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
-msgid "Decoded blocks"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:88
-msgid "Displayed frames"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:89
-msgid "Lost frames"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
-#: modules/video_filter/deinterlace.c:137
-msgid "Streaming"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:92
-msgid "Sent packets"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:93
-msgid "Sent bytes"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:94
-msgid "Send rate"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:98
-msgid "Played buffers"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:99
-msgid "Lost buffers"
-msgstr ""
-
 #: modules/gui/macosx/playlist.m:434
 msgid "Save Playlist..."
 msgstr "שמור רשימת השמעה..."
@@ -11087,6 +11045,71 @@ msgstr ""
 msgid "Empty Folder"
 msgstr ""
 
+#: modules/gui/macosx/playlistinfo.m:56
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
+msgid "URI"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:63
+msgid "Advanced Information"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:81
+msgid "Read at media"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:82
+msgid "Input bitrate"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:83
+msgid "Demuxed"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:84
+msgid "Stream bitrate"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
+msgid "Decoded blocks"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:88
+msgid "Displayed frames"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:89
+msgid "Lost frames"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
+#: modules/video_filter/deinterlace.c:137
+msgid "Streaming"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:92
+msgid "Sent packets"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:93
+msgid "Sent bytes"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:94
+msgid "Send rate"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:98
+msgid "Played buffers"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:99
+msgid "Lost buffers"
+msgstr ""
+
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:213
 msgid "Reset All"
@@ -12299,11 +12322,22 @@ msgstr ""
 msgid "QNX RTOS video and audio output"
 msgstr ""
 
+#: modules/gui/qt4/dialogs/errors.cpp:37
+#, fuzzy
+msgid "Errors"
+msgstr "שגיאה"
+
 #: modules/gui/qt4/dialogs/streaminfo.cpp:35
 #, fuzzy
 msgid "Stream information"
 msgstr "מידע נוסף"
 
+#: modules/gui/qt4/dialogs_provider.cpp:235
+#: modules/gui/qt4/dialogs_provider.cpp:246
+#, fuzzy
+msgid "Open directory"
+msgstr "תיקיית הקלטות"
+
 #: modules/gui/qt4/qt4.cpp:45
 #, fuzzy
 msgid "QT interface"
@@ -12473,6 +12507,11 @@ msgstr "מודול ממשק WinCE"
 msgid "WinCE dialogs provider"
 msgstr ""
 
+#: modules/gui/wxwidgets/dialogs.cpp:433
+#: modules/gui/wxwidgets/dialogs/open.cpp:1265
+msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
+msgstr ""
+
 #: modules/gui/wxwidgets/dialogs/bookmarks.cpp:75
 msgid "Edit bookmark"
 msgstr "ערוך סימנייה"
@@ -12539,26 +12578,6 @@ msgstr ""
 msgid "Input has changed "
 msgstr "הקלט השתנה "
 
-#: modules/gui/wxwidgets/dialogs.cpp:433
-#: modules/gui/wxwidgets/dialogs/open.cpp:1265
-msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:435
-#: modules/gui/wxwidgets/dialogs/open.cpp:1267
-msgid "|Video Files (*.avi, *.mpg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:436
-#: modules/gui/wxwidgets/dialogs/open.cpp:1268
-msgid "|Playlist Files (*.m3u, *.pls, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:437
-#: modules/gui/wxwidgets/dialogs/open.cpp:1269
-msgid "|Subtitle Files (*.srt, *.sub, etc.)|"
-msgstr ""
-
 #: modules/gui/wxwidgets/dialogs/fileinfo.cpp:54
 msgid "Stream and Media Info"
 msgstr ""
@@ -13077,11 +13096,6 @@ msgstr ""
 msgid "Loop"
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:415
-#, fuzzy
-msgid "Create"
-msgstr "קצב פריימים"
-
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:560
 msgid "VLM stream"
 msgstr ""
@@ -13150,10 +13164,6 @@ msgid ""
 "about it."
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
-msgid "Transcode audio (if available)"
-msgstr ""
-
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:135
 msgid ""
 "Select the target audio codec. Choose a codec to display more information "
@@ -13216,6 +13226,10 @@ msgstr "מידע נוסף"
 msgid "Save to file"
 msgstr ""
 
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
+msgid "Transcode audio (if available)"
+msgstr ""
+
 #: modules/gui/wxwidgets/extrapanel.cpp:41
 msgid ""
 "Controls the blending of equalizer bands. The higher this value is, the more "
@@ -13484,7 +13498,7 @@ msgstr "&הודעות..."
 msgid "&Preferences..."
 msgstr "&העדפות..."
 
-#: modules/gui/wxwidgets/menus.cpp:572 modules/gui/wxwidgets/menus.cpp:599
+#: modules/gui/wxwidgets/menus.cpp:573 modules/gui/wxwidgets/menus.cpp:600
 msgid "Empty"
 msgstr ""
 
@@ -13964,10 +13978,6 @@ msgstr ""
 msgid "Output data for RRDTool in this file."
 msgstr ""
 
-#: modules/misc/memcpy/memcpyaltivec.c:56
-msgid "AltiVec memcpy"
-msgstr ""
-
 #: modules/misc/memcpy/memcpy.c:83
 msgid "libc memcpy"
 msgstr ""
@@ -13984,6 +13994,10 @@ msgstr ""
 msgid "MMX EXT memcpy"
 msgstr ""
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr ""
+
 #: modules/misc/msn.c:64
 msgid "MSN Title format string"
 msgstr ""
@@ -15350,13 +15364,6 @@ msgstr "המרות MMX I420,IYUV,YV12 ל-RV15,RV16,RV24,RV32"
 msgid "Conversions from "
 msgstr "המרות מ- "
 
-#: 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 ""
-
 #: 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 "
@@ -16878,6 +16885,10 @@ msgstr ""
 msgid "XOSD interface"
 msgstr ""
 
+#, fuzzy
+#~ msgid "Create"
+#~ msgstr "קצב פריימים"
+
 #, fuzzy
 #~ msgid "Yes"
 #~ msgstr "כן"
diff --git a/po/hi.po b/po/hi.po
index 638ba8a5dd3b8429876741c6b0e0f2b6bc28e2db..020f1764bf93876de31066e9fc77cf9eaa926a91 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: vlc-translate\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-31 15:10+0400\n"
+"POT-Creation-Date: 2006-09-04 11:13+0200\n"
 "PO-Revision-Date: 2006-02-24 06:09+0000\n"
 "Last-Translator: viyyer <viyyer@sarai.net>\n"
 "Language-Team: Hindi\n"
@@ -18,6 +18,14 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 1.3.1\n"
 
+#: include/vlc/vlc.h:576
+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"
+"see the file named COPYING for details.\n"
+"Written by the VideoLAN team; see the AUTHORS file.\n"
+msgstr ""
+
 #: include/vlc_config_cat.h:32
 msgid "VLC preferences"
 msgstr "वी एल सी पसंद नापसंद"
@@ -67,7 +75,7 @@ msgstr ""
 msgid "Hotkeys settings"
 msgstr ""
 
-#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1209
+#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1217
 #: modules/gui/beos/InterfaceWindow.cpp:282 modules/gui/macosx/extended.m:81
 #: modules/gui/macosx/intf.m:555 modules/gui/macosx/output.m:170
 #: modules/gui/macosx/playlistinfo.m:96 modules/gui/macosx/wizard.m:421
@@ -113,9 +121,9 @@ msgstr ""
 msgid "These are general settings for audio output modules."
 msgstr ""
 
-#: include/vlc_config_cat.h:71 src/libvlc.h:1553
+#: include/vlc_config_cat.h:71 src/libvlc.h:1563
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:578
-#: modules/gui/wxwidgets/menus.cpp:279 modules/stream_out/transcode.c:285
+#: modules/gui/wxwidgets/menus.cpp:280 modules/stream_out/transcode.c:285
 msgid "Miscellaneous"
 msgstr "विभिन्न"
 
@@ -123,7 +131,7 @@ msgstr "विभिन्न"
 msgid "Miscellaneous audio settings and modules."
 msgstr ""
 
-#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1244
+#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1252
 #: modules/gui/macosx/extended.m:80 modules/gui/macosx/intf.m:568
 #: modules/gui/macosx/output.m:160 modules/gui/macosx/playlistinfo.m:86
 #: modules/gui/macosx/wizard.m:422
@@ -240,7 +248,7 @@ msgstr ""
 msgid "General input settings. Use with care."
 msgstr ""
 
-#: include/vlc_config_cat.h:135 src/libvlc.h:1483
+#: include/vlc_config_cat.h:135 src/libvlc.h:1493
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:152
 msgid "Stream output"
 msgstr ""
@@ -326,8 +334,8 @@ msgstr ""
 msgid "VLC's implementation of Video On Demand"
 msgstr ""
 
-#: include/vlc_config_cat.h:186 src/libvlc.h:1608 src/playlist/engine.c:79
-#: src/playlist/engine.c:81 modules/demux/playlist/playlist.c:56
+#: include/vlc_config_cat.h:186 src/libvlc.h:1618 src/playlist/engine.c:91
+#: src/playlist/engine.c:93 modules/demux/playlist/playlist.c:56
 #: modules/demux/playlist/playlist.c:57
 #: modules/gui/beos/InterfaceWindow.cpp:231
 #: modules/gui/beos/InterfaceWindow.cpp:325 modules/gui/macosx/intf.m:500
@@ -358,7 +366,7 @@ msgid ""
 "playlist."
 msgstr ""
 
-#: include/vlc_config_cat.h:197 src/libvlc.h:1444
+#: include/vlc_config_cat.h:197 src/libvlc.h:1454
 #: modules/gui/macosx/prefs.m:124
 msgid "Advanced"
 msgstr "विस्तृत"
@@ -468,7 +476,7 @@ msgstr ""
 #: modules/gui/wxwidgets/interface.cpp:677
 #: modules/gui/wxwidgets/interface.cpp:688
 #: modules/gui/wxwidgets/interface.cpp:1216
-#: modules/gui/wxwidgets/menus.cpp:263 modules/gui/wxwidgets/menus.cpp:274
+#: modules/gui/wxwidgets/menus.cpp:264 modules/gui/wxwidgets/menus.cpp:275
 msgid "Play"
 msgstr ""
 
@@ -485,8 +493,8 @@ msgid "Delete"
 msgstr ""
 
 #: include/vlc_intf_strings.h:37 modules/gui/macosx/intf.m:599
-#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlistinfo.m:55
-#: modules/gui/macosx/playlistinfo.m:363 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/playlistinfo.m:55 modules/gui/macosx/playlistinfo.m:363
 msgid "Information"
 msgstr ""
 
@@ -520,8 +528,8 @@ msgstr ""
 msgid "Title"
 msgstr "फैल"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:58
-#: modules/gui/macosx/playlist.m:130 modules/gui/macosx/wizard.m:393
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:130
+#: modules/gui/macosx/playlistinfo.m:58 modules/gui/macosx/wizard.m:393
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:50
 msgid "Author"
 msgstr "लेखक"
@@ -593,14 +601,6 @@ msgstr "कोडेक क नाम"
 msgid "Codec Description"
 msgstr ""
 
-#: include/vlc/vlc.h:576
-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"
-"see the file named COPYING for details.\n"
-"Written by the VideoLAN team; see the AUTHORS file.\n"
-msgstr ""
-
 #: src/audio_output/filters.c:154 src/audio_output/filters.c:201
 #: src/audio_output/filters.c:224
 #, fuzzy
@@ -614,7 +614,7 @@ msgid "The maximum number of filters (%d) was reached."
 msgstr ""
 
 #: src/audio_output/input.c:80 src/audio_output/input.c:126
-#: src/input/es_out.c:361 src/libvlc.h:417 src/video_output/video_output.c:421
+#: src/input/es_out.c:361 src/libvlc.h:421 src/video_output/video_output.c:421
 #: modules/codec/ffmpeg/postprocess.c:94
 msgid "Disable"
 msgstr "निष्क्रिय"
@@ -762,13 +762,14 @@ msgid "VLC could not open the decoder module."
 msgstr ""
 
 #: src/input/decoder.c:136
-msgid "No suitable decoder module for FOURCC \"4.4s\" found"
+msgid "No suitable decoder module for format"
 msgstr ""
 
 #: src/input/decoder.c:137
+#, c-format
 msgid ""
-"VLC probably does not support this audio or video format. Regrettably, there "
-"is no way for you to fix this."
+"VLC probably does not support the “%4.4s” audio or video format. "
+"Unfortunately there is no way for you to fix this."
 msgstr ""
 
 #: src/input/es_out.c:383 src/input/es_out.c:385 src/input/es_out.c:391
@@ -779,7 +780,7 @@ msgid "Track %i"
 msgstr ""
 
 #: src/input/es_out.c:465 src/input/es_out.c:467 src/input/es_out.c:567
-#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:443
+#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:447
 #: modules/gui/macosx/intf.m:548 modules/gui/macosx/intf.m:549
 msgid "Program"
 msgstr "प्रोग्राम"
@@ -818,8 +819,8 @@ msgstr "%d हर्त्ज"
 msgid "Bits per sample"
 msgstr ""
 
-#: src/input/es_out.c:1605 modules/access_output/shout.c:86
-#: modules/access/pvr.c:84
+#: src/input/es_out.c:1605 modules/access/pvr.c:84
+#: modules/access_output/shout.c:86
 msgid "Bitrate"
 msgstr ""
 
@@ -871,7 +872,7 @@ msgstr ""
 msgid "Bookmark"
 msgstr "पसंद"
 
-#: src/input/var.c:131 src/libvlc.h:449
+#: src/input/var.c:131 src/libvlc.h:453
 msgid "Programs"
 msgstr "प्रोग्राम"
 
@@ -1519,120 +1520,128 @@ msgid ""
 msgstr ""
 
 #: src/libvlc.h:278
-msgid "Fullscreen video output"
+msgid "Embedded video"
 msgstr ""
 
 #: src/libvlc.h:280
-msgid "Start video in fullscreen mode"
+msgid "Embed the video output in the main interface."
 msgstr ""
 
 #: src/libvlc.h:282
-msgid "Overlay video output"
+msgid "Fullscreen video output"
 msgstr ""
 
 #: src/libvlc.h:284
+msgid "Start video in fullscreen mode"
+msgstr ""
+
+#: src/libvlc.h:286
+msgid "Overlay video output"
+msgstr ""
+
+#: src/libvlc.h:288
 msgid ""
 "Overlay is the hardware acceleration capability of your video card (ability "
 "to render video directly). VLC will try to use it by default."
 msgstr ""
 
-#: src/libvlc.h:287 src/video_output/vout_intf.c:399
+#: src/libvlc.h:291 src/video_output/vout_intf.c:399
 msgid "Always on top"
 msgstr "हमेशा ऊपर रहें"
 
-#: src/libvlc.h:289
+#: src/libvlc.h:293
 msgid "Always place the video window on top of other windows."
 msgstr ""
 
-#: src/libvlc.h:291
+#: src/libvlc.h:295
 msgid "Disable screensaver"
 msgstr ""
 
-#: src/libvlc.h:292
+#: src/libvlc.h:296
 msgid "Disable the screensaver during video playback."
 msgstr ""
 
-#: src/libvlc.h:294
+#: src/libvlc.h:298
 msgid "Window decorations"
 msgstr ""
 
-#: src/libvlc.h:296
+#: src/libvlc.h:300
 msgid ""
 "VLC can avoid creating window caption, frames, etc... around the video, "
 "giving a \"minimal\" window."
 msgstr ""
 
-#: src/libvlc.h:299
+#: src/libvlc.h:303
 msgid "Video output filter module"
 msgstr ""
 
-#: src/libvlc.h:301
+#: src/libvlc.h:305
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
 "instance deinterlacing, or to clone or distort the video window."
 msgstr ""
 
-#: src/libvlc.h:305
+#: src/libvlc.h:309
 msgid "Video filter module"
 msgstr ""
 
-#: src/libvlc.h:307
+#: src/libvlc.h:311
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
 "instance deinterlacing, or distortthe video."
 msgstr ""
 
-#: src/libvlc.h:311
+#: src/libvlc.h:315
 msgid "Video snapshot directory (or filename)"
 msgstr ""
 
-#: src/libvlc.h:313
+#: src/libvlc.h:317
 msgid "Directory where the video snapshots will be stored."
 msgstr ""
 
-#: src/libvlc.h:315 src/libvlc.h:317
+#: src/libvlc.h:319 src/libvlc.h:321
 msgid "Video snapshot file prefix"
 msgstr ""
 
-#: src/libvlc.h:319
+#: src/libvlc.h:323
 msgid "Video snapshot format"
 msgstr ""
 
-#: src/libvlc.h:321
+#: src/libvlc.h:325
 msgid "Image format which will be used to store the video snapshots"
 msgstr ""
 
-#: src/libvlc.h:323
+#: src/libvlc.h:327
 msgid "Display video snapshot preview"
 msgstr ""
 
-#: src/libvlc.h:325
+#: src/libvlc.h:329
 msgid "Display the snapshot preview in the screen's top-left corner."
 msgstr ""
 
-#: src/libvlc.h:327
+#: src/libvlc.h:331
 msgid "Use sequential numbers instead of timestamps"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:333
 msgid "Use sequential numbers instead of timestamps for snapshot numbering"
 msgstr ""
 
-#: src/libvlc.h:331
+#: src/libvlc.h:335
 msgid "Video cropping"
 msgstr ""
 
-#: src/libvlc.h:333
+#: src/libvlc.h:337
 msgid ""
 "This forces the cropping of the source video. Accepted formats are x:y (4:3, "
 "16:9, etc.) expressing the global image aspect."
 msgstr ""
 
-#: src/libvlc.h:337
+#: src/libvlc.h:341
 msgid "Source aspect ratio"
 msgstr ""
 
-#: src/libvlc.h:339
+#: src/libvlc.h:343
 msgid ""
 "This forces 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 "
@@ -1641,122 +1650,122 @@ msgid ""
 "(1.25, 1.3333, etc.) expressing pixel squareness."
 msgstr ""
 
-#: src/libvlc.h:346
+#: src/libvlc.h:350
 msgid "Custom crop ratios list"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:352
 msgid ""
 "Comma seperated list of crop ratios which will be added in the interface's "
 "crop ratios list."
 msgstr ""
 
-#: src/libvlc.h:351
+#: src/libvlc.h:355
 msgid "Custom aspect ratios list"
 msgstr ""
 
-#: src/libvlc.h:353
+#: src/libvlc.h:357
 msgid ""
 "Comma seperated list of aspect ratios which will be added in the interface's "
 "aspect ratio list."
 msgstr ""
 
-#: src/libvlc.h:356
+#: src/libvlc.h:360
 msgid "Fix HDTV height"
 msgstr ""
 
-#: src/libvlc.h:358
+#: src/libvlc.h:362
 msgid ""
 "This allows proper handling of HDTV-1080 video format even if broken encoder "
 "incorrectly sets height to 1088 lines. You should only disable this option "
 "if your video has a non-standard format requiring all 1088 lines."
 msgstr ""
 
-#: src/libvlc.h:363
+#: src/libvlc.h:367
 msgid "Monitor pixel aspect ratio"
 msgstr ""
 
-#: src/libvlc.h:365
+#: src/libvlc.h:369
 msgid ""
 "This forces the monitor aspect ratio. Most monitors have square pixels "
 "(1:1). If you have a 16:9 screen, you might need to change this to 4:3 in "
 "order to keep proportions."
 msgstr ""
 
-#: src/libvlc.h:370
+#: src/libvlc.h:374
 msgid "Skip frames"
 msgstr ""
 
-#: src/libvlc.h:372
+#: src/libvlc.h:376
 msgid ""
 "This option enables framedropping on MPEG2 stream. Framedropping occurs when "
 "your computer is not powerful enough"
 msgstr ""
 
-#: src/libvlc.h:375
+#: src/libvlc.h:379
 msgid "Drop late frames"
 msgstr ""
 
-#: src/libvlc.h:377
+#: src/libvlc.h:381
 msgid ""
 "This drops frames that are late (arrive to the video output after their "
 "intended display date)."
 msgstr ""
 
-#: src/libvlc.h:380
+#: src/libvlc.h:384
 msgid "Quiet synchro"
 msgstr ""
 
-#: src/libvlc.h:382
+#: src/libvlc.h:386
 msgid ""
 "This avoids flooding the message log with debug output from the video output "
 "synchronization mechanism."
 msgstr ""
 
-#: src/libvlc.h:391
+#: src/libvlc.h:395
 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:396
+#: src/libvlc.h:400
 msgid ""
 "If you live in France, it is not allowed to workaround any Digital "
 "Restrictions Management measure."
 msgstr ""
 
-#: src/libvlc.h:399
+#: src/libvlc.h:403
 msgid "Clock reference average counter"
 msgstr ""
 
-#: src/libvlc.h:401
+#: src/libvlc.h:405
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
 msgstr ""
 
-#: src/libvlc.h:404
+#: src/libvlc.h:408
 msgid "Clock synchronisation"
 msgstr ""
 
-#: src/libvlc.h:406
+#: src/libvlc.h:410
 msgid ""
 "It is possible to disable the input clock synchronisation for real-time "
 "sources. Use this if you experience jerky playback of network streams."
 msgstr ""
 
-#: src/libvlc.h:410 modules/control/netsync.c:71
+#: src/libvlc.h:414 modules/control/netsync.c:71
 msgid "Network synchronisation"
 msgstr ""
 
-#: src/libvlc.h:411
+#: src/libvlc.h:415
 msgid ""
 "This allows you to remotely synchronise clocks for server and client. The "
 "detailed settings are available in Advanced / Network Sync."
 msgstr ""
 
-#: src/libvlc.h:417 src/libvlc.h:964 src/video_output/vout_intf.c:261
+#: src/libvlc.h:421 src/libvlc.h:972 src/video_output/vout_intf.c:261
 #: src/video_output/vout_intf.c:348 modules/access/dshow/dshow.cpp:74
 #: modules/access/dshow/dshow.cpp:76 modules/access/dshow/dshow.cpp:79
 #: modules/access/dshow/dshow.cpp:85 modules/audio_output/alsa.c:102
@@ -1769,7 +1778,7 @@ msgstr ""
 msgid "Default"
 msgstr ""
 
-#: src/libvlc.h:417 modules/gui/macosx/equalizer.m:145
+#: src/libvlc.h:421 modules/gui/macosx/equalizer.m:145
 #: modules/gui/macosx/extended.m:113 modules/gui/macosx/wizard.m:395
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:633
 #: modules/gui/wxwidgets/extrapanel.cpp:216
@@ -1777,175 +1786,175 @@ msgstr ""
 msgid "Enable"
 msgstr ""
 
-#: src/libvlc.h:419
+#: src/libvlc.h:423
 msgid "UDP port"
 msgstr ""
 
-#: src/libvlc.h:421
+#: src/libvlc.h:425
 msgid "This is the default port used for UDP streams. Default is 1234."
 msgstr ""
 
-#: src/libvlc.h:423
+#: src/libvlc.h:427
 msgid "MTU of the network interface"
 msgstr ""
 
-#: src/libvlc.h:425
+#: src/libvlc.h:429
 msgid ""
 "This is the maximum packet size that can be transmitted over the network "
 "interface. On Ethernet it is usually 1500 bytes."
 msgstr ""
 
-#: src/libvlc.h:428
+#: src/libvlc.h:432
 msgid "Hop limit (TTL)"
 msgstr ""
 
-#: src/libvlc.h:430
+#: src/libvlc.h:434
 msgid ""
 "This is the hop limit (also known as \"Time-To-Live\" or TTL) of the "
 "multicast packets sent by the stream output (0 = use operating system built-"
 "in default)."
 msgstr ""
 
-#: src/libvlc.h:434
+#: src/libvlc.h:438
 msgid "IPv6 multicast output interface"
 msgstr ""
 
-#: src/libvlc.h:436
+#: src/libvlc.h:440
 msgid "Default IPv6 multicast interface. This overrides the routing table."
 msgstr ""
 
-#: src/libvlc.h:438
+#: src/libvlc.h:442
 msgid "IPv4 multicast output interface address"
 msgstr ""
 
-#: src/libvlc.h:440
+#: src/libvlc.h:444
 msgid ""
 "IPv4 adress for the default multicast interface. This overrides the routing "
 "table."
 msgstr ""
 
-#: src/libvlc.h:445
+#: src/libvlc.h:449
 msgid ""
 "Choose the program to select by giving its Service ID. Only use this option "
 "if you want to read a multi-program stream (like DVB streams for example)."
 msgstr ""
 
-#: src/libvlc.h:451
+#: src/libvlc.h:455
 msgid ""
 "Choose the programs to select by giving a comma-separated list of Service "
 "IDs (SIDs). Only use this option if you want to read a multi-program stream "
 "(like DVB streams for example)."
 msgstr ""
 
-#: src/libvlc.h:457 modules/gui/wxwidgets/dialogs/open.cpp:779
+#: src/libvlc.h:461 modules/gui/wxwidgets/dialogs/open.cpp:779
 msgid "Audio track"
 msgstr ""
 
-#: src/libvlc.h:459
+#: src/libvlc.h:463
 msgid "Stream number of the audio track to use (from 0 to n)."
 msgstr ""
 
-#: src/libvlc.h:462 modules/gui/wxwidgets/dialogs/open.cpp:771
+#: src/libvlc.h:466 modules/gui/wxwidgets/dialogs/open.cpp:771
 msgid "Subtitles track"
 msgstr ""
 
-#: src/libvlc.h:464
+#: src/libvlc.h:468
 msgid "Stream number of the subtitle track to use (from 0 to n)."
 msgstr ""
 
-#: src/libvlc.h:467
+#: src/libvlc.h:471
 msgid "Audio language"
 msgstr ""
 
-#: src/libvlc.h:469
+#: src/libvlc.h:473
 msgid ""
 "Language of the audio track you want to use (comma separated, two or three "
 "letter country code)."
 msgstr ""
 
-#: src/libvlc.h:472
+#: src/libvlc.h:476
 msgid "Subtitle language"
 msgstr ""
 
-#: src/libvlc.h:474
+#: src/libvlc.h:478
 msgid ""
 "Language of the subtitle track you want to use (comma separated, two or tree "
 "letter country code)."
 msgstr ""
 
-#: src/libvlc.h:478
+#: src/libvlc.h:482
 msgid "Audio track ID"
 msgstr ""
 
-#: src/libvlc.h:480
+#: src/libvlc.h:484
 msgid "Stream ID of the audio track to use."
 msgstr ""
 
-#: src/libvlc.h:482
+#: src/libvlc.h:486
 msgid "Subtitles track ID"
 msgstr ""
 
-#: src/libvlc.h:484
+#: src/libvlc.h:488
 msgid "Stream ID of the subtitle track to use."
 msgstr ""
 
-#: src/libvlc.h:486
+#: src/libvlc.h:490
 msgid "Input repetitions"
 msgstr ""
 
-#: src/libvlc.h:488
+#: src/libvlc.h:492
 msgid "Number of time the same input will be repeated"
 msgstr ""
 
-#: src/libvlc.h:490
+#: src/libvlc.h:494
 msgid "Start time"
 msgstr ""
 
-#: src/libvlc.h:492
+#: src/libvlc.h:496
 msgid "The stream will start at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:494
+#: src/libvlc.h:498
 msgid "Stop time"
 msgstr ""
 
-#: src/libvlc.h:496
+#: src/libvlc.h:500
 msgid "The stream will stop at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:498
+#: src/libvlc.h:502
 msgid "Input list"
 msgstr ""
 
-#: src/libvlc.h:500
+#: src/libvlc.h:504
 msgid ""
 "You can give a comma-separated list of inputs that will be concatenated "
 "together after the normal one."
 msgstr ""
 
-#: src/libvlc.h:503
+#: src/libvlc.h:507
 msgid "Input slave (experimental)"
 msgstr ""
 
-#: src/libvlc.h:505
+#: src/libvlc.h:509
 msgid ""
 "This allows you to play from several inputs at the same time. This feature "
 "is experimental, not all formats are supported. Use a '#' separated list of "
 "inputs."
 msgstr ""
 
-#: src/libvlc.h:509
+#: src/libvlc.h:513
 msgid "Bookmarks list for a stream"
 msgstr ""
 
-#: src/libvlc.h:511
+#: src/libvlc.h:515
 msgid ""
 "You can manually give a list of bookmarks for a stream in the form "
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
 "{...}\""
 msgstr ""
 
-#: src/libvlc.h:517
+#: src/libvlc.h:521
 msgid ""
 "These options allow you to modify the behavior of the subpictures subsystem. "
 "You can for example enable subpictures filters (logo, etc.). Enable these "
@@ -1953,70 +1962,70 @@ msgid ""
 "section. You can also set many miscellaneous subpictures options."
 msgstr ""
 
-#: src/libvlc.h:523
+#: src/libvlc.h:527
 msgid "Force subtitle position"
 msgstr ""
 
-#: src/libvlc.h:525
+#: src/libvlc.h:529
 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:528
+#: src/libvlc.h:532
 msgid "Enable sub-pictures"
 msgstr ""
 
-#: src/libvlc.h:530
+#: src/libvlc.h:534
 msgid "You can completely disable the sub-picture processing."
 msgstr ""
 
-#: src/libvlc.h:532 src/libvlc.h:1324 src/misc/iso-639_def.h:143
+#: src/libvlc.h:536 src/libvlc.h:1334 src/misc/iso-639_def.h:143
 #: modules/stream_out/transcode.c:281
 msgid "On Screen Display"
 msgstr ""
 
-#: src/libvlc.h:534
+#: src/libvlc.h:538
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
 "Display)."
 msgstr ""
 
-#: src/libvlc.h:537
+#: src/libvlc.h:541
 msgid "Text rendering module"
 msgstr ""
 
-#: src/libvlc.h:539
+#: src/libvlc.h:543
 msgid ""
 "VLC normally uses Freetype for rendering, but this allows you to use svg for "
 "instance."
 msgstr ""
 
-#: src/libvlc.h:542
+#: src/libvlc.h:546
 msgid "Subpictures filter module"
 msgstr ""
 
-#: src/libvlc.h:544
+#: src/libvlc.h:548
 msgid ""
 "This adds so-called \"subpicture filters\". These filters overlay some "
 "images or text over the video (like a logo, arbitraty text...)."
 msgstr ""
 
-#: src/libvlc.h:547
+#: src/libvlc.h:551
 msgid "Autodetect subtitle files"
 msgstr ""
 
-#: src/libvlc.h:549
+#: src/libvlc.h:553
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified "
 "(based on the filename of the movie)."
 msgstr ""
 
-#: src/libvlc.h:552
+#: src/libvlc.h:556
 msgid "Subtitle autodetection fuzziness"
 msgstr ""
 
-#: src/libvlc.h:554
+#: src/libvlc.h:558
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -2027,446 +2036,446 @@ msgid ""
 "4 = subtitle file matching the movie name exactly"
 msgstr ""
 
-#: src/libvlc.h:562
+#: src/libvlc.h:566
 msgid "Subtitle autodetection paths"
 msgstr ""
 
-#: src/libvlc.h:564
+#: src/libvlc.h:568
 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:567
+#: src/libvlc.h:571
 msgid "Use subtitle file"
 msgstr ""
 
-#: src/libvlc.h:569
+#: src/libvlc.h:573
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
 msgstr ""
 
-#: src/libvlc.h:572
+#: src/libvlc.h:576
 msgid "DVD device"
 msgstr ""
 
-#: src/libvlc.h:575
+#: src/libvlc.h:579
 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:579
+#: src/libvlc.h:583
 msgid "This is the default DVD device to use."
 msgstr ""
 
-#: src/libvlc.h:582
+#: src/libvlc.h:586
 msgid "VCD device"
 msgstr ""
 
-#: src/libvlc.h:585
+#: src/libvlc.h:589
 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:589
+#: src/libvlc.h:593
 msgid "This is the default VCD device to use."
 msgstr ""
 
-#: src/libvlc.h:592
+#: src/libvlc.h:596
 msgid "Audio CD device"
 msgstr ""
 
-#: src/libvlc.h:595
+#: src/libvlc.h:599
 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:599
+#: src/libvlc.h:603
 msgid "This is the default Audio CD device to use."
 msgstr ""
 
-#: src/libvlc.h:602 modules/gui/wxwidgets/dialogs/open.cpp:841
+#: src/libvlc.h:606 modules/gui/wxwidgets/dialogs/open.cpp:841
 msgid "Force IPv6"
 msgstr ""
 
-#: src/libvlc.h:604
+#: src/libvlc.h:608
 msgid "IPv6 will be used by default for all connections."
 msgstr ""
 
-#: src/libvlc.h:606
+#: src/libvlc.h:610
 msgid "Force IPv4"
 msgstr ""
 
-#: src/libvlc.h:608
+#: src/libvlc.h:612
 msgid "IPv4 will be used by default for all connections."
 msgstr ""
 
-#: src/libvlc.h:610
+#: src/libvlc.h:614
 msgid "TCP connection timeout"
 msgstr ""
 
-#: src/libvlc.h:612
+#: src/libvlc.h:616
 msgid "Default TCP connection timeout (in milliseconds). "
 msgstr ""
 
-#: src/libvlc.h:614
+#: src/libvlc.h:618
 msgid "SOCKS server"
 msgstr ""
 
-#: src/libvlc.h:616
+#: src/libvlc.h:620
 msgid ""
 "SOCKS proxy server to use. This must be of the form address:port. It will be "
 "used for all TCP connections"
 msgstr ""
 
-#: src/libvlc.h:619
+#: src/libvlc.h:623
 msgid "SOCKS user name"
 msgstr ""
 
-#: src/libvlc.h:621
+#: src/libvlc.h:625
 msgid "User name to be used for connection to the SOCKS proxy."
 msgstr ""
 
-#: src/libvlc.h:623
+#: src/libvlc.h:627
 msgid "SOCKS password"
 msgstr ""
 
-#: src/libvlc.h:625
+#: src/libvlc.h:629
 msgid "Password to be used for connection to the SOCKS proxy."
 msgstr ""
 
-#: src/libvlc.h:627
+#: src/libvlc.h:631
 msgid "Title metadata"
 msgstr ""
 
-#: src/libvlc.h:629
+#: src/libvlc.h:633
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:631
+#: src/libvlc.h:635
 msgid "Author metadata"
 msgstr ""
 
-#: src/libvlc.h:633
+#: src/libvlc.h:637
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:635
+#: src/libvlc.h:639
 msgid "Artist metadata"
 msgstr ""
 
-#: src/libvlc.h:637
+#: src/libvlc.h:641
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:639
+#: src/libvlc.h:643
 msgid "Genre metadata"
 msgstr ""
 
-#: src/libvlc.h:641
+#: src/libvlc.h:645
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:643
+#: src/libvlc.h:647
 msgid "Copyright metadata"
 msgstr ""
 
-#: src/libvlc.h:645
+#: src/libvlc.h:649
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:647
+#: src/libvlc.h:651
 msgid "Description metadata"
 msgstr ""
 
-#: src/libvlc.h:649
+#: src/libvlc.h:653
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:651
+#: src/libvlc.h:655
 msgid "Date metadata"
 msgstr ""
 
-#: src/libvlc.h:653
+#: src/libvlc.h:657
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:655
+#: src/libvlc.h:659
 msgid "URL metadata"
 msgstr ""
 
-#: src/libvlc.h:657
+#: src/libvlc.h:661
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:661
+#: src/libvlc.h:665
 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:665
+#: src/libvlc.h:669
 msgid "Preferred decoders list"
 msgstr ""
 
-#: src/libvlc.h:667
+#: src/libvlc.h:671
 msgid ""
 "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. Only advanced "
 "users should alter this option as it can break playback of all your streams."
 msgstr ""
 
-#: src/libvlc.h:672
+#: src/libvlc.h:676
 msgid "Preferred encoders list"
 msgstr ""
 
-#: src/libvlc.h:674
+#: src/libvlc.h:678
 msgid ""
 "This allows you to select a list of encoders that VLC will use in priority."
 msgstr ""
 
-#: src/libvlc.h:683
+#: src/libvlc.h:687
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
 msgstr ""
 
-#: src/libvlc.h:686
+#: src/libvlc.h:690
 msgid "Default stream output chain"
 msgstr ""
 
-#: src/libvlc.h:688
+#: src/libvlc.h:692
 msgid ""
 "You can enter here a default stream output chain. Refer to the documentation "
 "to learn how to build such chains.Warning: this chain will be enabled for "
 "all streams."
 msgstr ""
 
-#: src/libvlc.h:692
+#: src/libvlc.h:696
 msgid "Enable streaming of all ES"
 msgstr ""
 
-#: src/libvlc.h:694
+#: src/libvlc.h:698
 msgid "Stream all elementary streams (video, audio and subtitles)"
 msgstr ""
 
-#: src/libvlc.h:696
+#: src/libvlc.h:700
 msgid "Display while streaming"
 msgstr ""
 
-#: src/libvlc.h:698
+#: src/libvlc.h:702
 msgid "Play locally the stream while streaming it."
 msgstr ""
 
-#: src/libvlc.h:700
+#: src/libvlc.h:704
 msgid "Enable video stream output"
 msgstr ""
 
-#: src/libvlc.h:702
+#: src/libvlc.h:706
 msgid ""
 "Choose whether the video stream should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:705
+#: src/libvlc.h:709
 msgid "Enable audio stream output"
 msgstr ""
 
-#: src/libvlc.h:707
+#: src/libvlc.h:711
 msgid ""
 "Choose whether the audio stream should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:710
+#: src/libvlc.h:714
 msgid "Enable SPU stream output"
 msgstr ""
 
-#: src/libvlc.h:712
+#: src/libvlc.h:716
 msgid ""
 "Choose whether the SPU streams should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:715
+#: src/libvlc.h:719
 msgid "Keep stream output open"
 msgstr ""
 
-#: src/libvlc.h:717
+#: src/libvlc.h:721
 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:721
+#: src/libvlc.h:725
 msgid "Preferred packetizer list"
 msgstr ""
 
-#: src/libvlc.h:723
+#: src/libvlc.h:727
 msgid ""
 "This allows you to select the order in which VLC will choose its packetizers."
 msgstr ""
 
-#: src/libvlc.h:726
+#: src/libvlc.h:730
 msgid "Mux module"
 msgstr ""
 
-#: src/libvlc.h:728
+#: src/libvlc.h:732
 msgid "This is a legacy entry to let you configure mux modules"
 msgstr ""
 
-#: src/libvlc.h:730
+#: src/libvlc.h:734
 msgid "Access output module"
 msgstr ""
 
-#: src/libvlc.h:732
+#: src/libvlc.h:736
 msgid "This is a legacy entry to let you configure access output modules"
 msgstr ""
 
-#: src/libvlc.h:734
+#: src/libvlc.h:738
 msgid "Control SAP flow"
 msgstr ""
 
-#: src/libvlc.h:736
+#: src/libvlc.h:740
 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:740
+#: src/libvlc.h:744
 msgid "SAP announcement interval"
 msgstr ""
 
-#: src/libvlc.h:742
+#: src/libvlc.h:746
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
 "between SAP announcements."
 msgstr ""
 
-#: src/libvlc.h:752
+#: src/libvlc.h:756
 msgid ""
 "These options allow you to enable special CPU optimizations. You should "
 "always leave all these enabled."
 msgstr ""
 
-#: src/libvlc.h:755
+#: src/libvlc.h:759
 msgid "Enable FPU support"
 msgstr ""
 
-#: src/libvlc.h:757
+#: src/libvlc.h:761
 msgid ""
 "If your processor has a floating point calculation unit, VLC can take "
 "advantage of it."
 msgstr ""
 
-#: src/libvlc.h:760
+#: src/libvlc.h:764
 msgid "Enable CPU MMX support"
 msgstr ""
 
-#: src/libvlc.h:762
+#: src/libvlc.h:766
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:765
+#: src/libvlc.h:769
 msgid "Enable CPU 3D Now! support"
 msgstr ""
 
-#: src/libvlc.h:767
+#: src/libvlc.h:771
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:770
+#: src/libvlc.h:774
 msgid "Enable CPU MMX EXT support"
 msgstr ""
 
-#: src/libvlc.h:772
+#: src/libvlc.h:776
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:775
+#: src/libvlc.h:779
 msgid "Enable CPU SSE support"
 msgstr ""
 
-#: src/libvlc.h:777
+#: src/libvlc.h:781
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:780
+#: src/libvlc.h:784
 msgid "Enable CPU SSE2 support"
 msgstr ""
 
-#: src/libvlc.h:782
+#: src/libvlc.h:786
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:785
+#: src/libvlc.h:789
 msgid "Enable CPU AltiVec support"
 msgstr ""
 
-#: src/libvlc.h:787
+#: src/libvlc.h:791
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:792
+#: src/libvlc.h:796
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:795
+#: src/libvlc.h:799
 msgid "Memory copy module"
 msgstr ""
 
-#: src/libvlc.h:797
+#: src/libvlc.h:801
 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:800
+#: src/libvlc.h:804
 msgid "Access module"
 msgstr ""
 
-#: src/libvlc.h:802
+#: src/libvlc.h:806
 msgid ""
 "This allows you to force an access module. You can use it if the correct "
 "access is not automatically detected. You should not set this as a global "
 "option unless you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:806
+#: src/libvlc.h:810
 msgid "Access filter module"
 msgstr ""
 
-#: src/libvlc.h:808
+#: src/libvlc.h:812
 msgid ""
 "Access filters are used to modify the stream that is being read. This is "
 "used for instance for timeshifting."
 msgstr ""
 
-#: src/libvlc.h:811
+#: src/libvlc.h:815
 msgid "Demux module"
 msgstr ""
 
-#: src/libvlc.h:813
+#: src/libvlc.h:817
 msgid ""
 "Demultiplexers are used to separate the \"elementary\" streams (like audio "
 "and video streams). You can use it if the correct demuxer is not "
@@ -2474,11 +2483,11 @@ msgid ""
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:818
+#: src/libvlc.h:822
 msgid "Allow real-time priority"
 msgstr ""
 
-#: src/libvlc.h:820
+#: src/libvlc.h:824
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -2486,94 +2495,94 @@ msgid ""
 "only activate this if you know what you're doing."
 msgstr ""
 
-#: src/libvlc.h:826
+#: src/libvlc.h:830
 msgid "Adjust VLC priority"
 msgstr ""
 
-#: src/libvlc.h:828
+#: src/libvlc.h:832
 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:832
+#: src/libvlc.h:836
 msgid "Minimize number of threads"
 msgstr ""
 
-#: src/libvlc.h:834
+#: src/libvlc.h:838
 msgid "This option minimizes the number of threads needed to run VLC."
 msgstr ""
 
-#: src/libvlc.h:836
+#: src/libvlc.h:840
 msgid "Modules search path"
 msgstr ""
 
-#: src/libvlc.h:838
+#: src/libvlc.h:842
 msgid "Additional path for VLC to look for its modules."
 msgstr ""
 
-#: src/libvlc.h:840
+#: src/libvlc.h:844
 msgid "VLM configuration file"
 msgstr ""
 
-#: src/libvlc.h:842
+#: src/libvlc.h:846
 msgid "Read a VLM configuration file as soon as VLM is started."
 msgstr ""
 
-#: src/libvlc.h:844
+#: src/libvlc.h:848
 msgid "Use a plugins cache"
 msgstr ""
 
-#: src/libvlc.h:846
+#: src/libvlc.h:850
 msgid "Use a plugins cache which will greatly improve the startup time of VLC."
 msgstr ""
 
-#: src/libvlc.h:848
+#: src/libvlc.h:852
 msgid "Collect statistics"
 msgstr ""
 
-#: src/libvlc.h:850
+#: src/libvlc.h:854
 msgid "Collect miscellaneous statistics."
 msgstr ""
 
-#: src/libvlc.h:852
+#: src/libvlc.h:856
 msgid "Run as daemon process"
 msgstr ""
 
-#: src/libvlc.h:854
+#: src/libvlc.h:858
 msgid "Runs VLC as a background daemon process."
 msgstr ""
 
-#: src/libvlc.h:856
+#: src/libvlc.h:860
 msgid "Write process id to file"
 msgstr ""
 
-#: src/libvlc.h:858
+#: src/libvlc.h:862
 msgid "Writes process id into specified file."
 msgstr ""
 
-#: src/libvlc.h:860
+#: src/libvlc.h:864
 msgid "Log to file"
 msgstr ""
 
-#: src/libvlc.h:862
+#: src/libvlc.h:866
 msgid "Log all VLC messages to a text file."
 msgstr ""
 
-#: src/libvlc.h:864
+#: src/libvlc.h:868
 msgid "Log to syslog"
 msgstr ""
 
-#: src/libvlc.h:866
+#: src/libvlc.h:870
 msgid "Log all VLC messages to syslog (UNIX systems)."
 msgstr ""
 
-#: src/libvlc.h:868
+#: src/libvlc.h:872
 msgid "Allow only one running instance"
 msgstr ""
 
-#: src/libvlc.h:870
+#: src/libvlc.h:874
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
 "example if you associated VLC with some media types and you don't want a new "
@@ -2582,27 +2591,27 @@ msgid ""
 "running instance or enqueue it."
 msgstr ""
 
-#: src/libvlc.h:876
+#: src/libvlc.h:880
 msgid "VLC is started from file association"
 msgstr ""
 
-#: src/libvlc.h:878
+#: src/libvlc.h:882
 msgid "Tell VLC that it is being launched due to a file association in the OS"
 msgstr ""
 
-#: src/libvlc.h:881
+#: src/libvlc.h:885
 msgid "One instance when started from file"
 msgstr ""
 
-#: src/libvlc.h:883
+#: src/libvlc.h:887
 msgid "Allow only one running instance when started from file."
 msgstr ""
 
-#: src/libvlc.h:885
+#: src/libvlc.h:889
 msgid "Increase the priority of the process"
 msgstr ""
 
-#: src/libvlc.h:887
+#: src/libvlc.h:891
 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 "
@@ -2612,22 +2621,22 @@ msgid ""
 "machine."
 msgstr ""
 
-#: src/libvlc.h:894
+#: src/libvlc.h:898
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr ""
 
-#: src/libvlc.h:896
+#: src/libvlc.h:900
 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:901
+#: src/libvlc.h:905
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr ""
 
-#: src/libvlc.h:904
+#: src/libvlc.h:908
 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 "
@@ -2636,195 +2645,203 @@ msgid ""
 "fastest but slightly incorrect), 1 (default) and 2."
 msgstr ""
 
-#: src/libvlc.h:913
+#: src/libvlc.h:917
 msgid "Enqueue items to playlist when in one instance mode"
 msgstr ""
 
-#: src/libvlc.h:915
+#: src/libvlc.h:919
 msgid ""
 "When using the one instance only option, enqueue items to playlist and keep "
 "playing current item."
 msgstr ""
 
-#: src/libvlc.h:924
+#: src/libvlc.h:928
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
 msgstr ""
 
-#: src/libvlc.h:927
+#: src/libvlc.h:931
 msgid "Automatically preparse files"
 msgstr ""
 
-#: src/libvlc.h:929
+#: src/libvlc.h:933
 msgid ""
 "Automatically preparse files added to the playlist (to retrieve some "
 "metadata)."
 msgstr ""
 
-#: src/libvlc.h:932
+#: src/libvlc.h:936
 msgid "Services discovery modules"
 msgstr ""
 
-#: src/libvlc.h:934
+#: src/libvlc.h:938
 msgid ""
 "Specifies the services discovery modules to load, separated by semi-colons. "
 "Typical values are sap, hal, ..."
 msgstr ""
 
-#: src/libvlc.h:937
+#: src/libvlc.h:941
 msgid "Play files randomly forever"
 msgstr ""
 
-#: src/libvlc.h:939
+#: src/libvlc.h:943
 msgid "VLC will randomly play files in the playlist until interrupted."
 msgstr ""
 
-#: src/libvlc.h:941
+#: src/libvlc.h:945
 msgid "Repeat all"
 msgstr ""
 
-#: src/libvlc.h:943
+#: src/libvlc.h:947
 msgid "VLC will keep playing the playlist indefinitely."
 msgstr ""
 
-#: src/libvlc.h:945
+#: src/libvlc.h:949
 msgid "Repeat current item"
 msgstr ""
 
-#: src/libvlc.h:947
+#: src/libvlc.h:951
 msgid "VLC will keep playing the current playlist item."
 msgstr ""
 
-#: src/libvlc.h:949
+#: src/libvlc.h:953
 msgid "Play and stop"
 msgstr ""
 
-#: src/libvlc.h:951
+#: src/libvlc.h:955
 msgid "Stop the playlist after each played playlist item."
 msgstr ""
 
-#: src/libvlc.h:953
+#: src/libvlc.h:957
+msgid "Play and exit"
+msgstr ""
+
+#: src/libvlc.h:959
+msgid "Exit if there are no more items in the playlist."
+msgstr ""
+
+#: src/libvlc.h:961
 msgid "Use media library"
 msgstr ""
 
-#: src/libvlc.h:955
+#: src/libvlc.h:963
 msgid ""
 "The media library is automatically saved and reloaded each time you start "
 "VLC."
 msgstr ""
 
-#: src/libvlc.h:958
+#: src/libvlc.h:966
 msgid "Use playlist tree"
 msgstr ""
 
-#: src/libvlc.h:960
+#: src/libvlc.h:968
 msgid ""
 "The playlist can use a tree to categorize some items, like the contents of a "
 "directory. \"Default\" means that the tree will only be used when really "
 "needed."
 msgstr ""
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Always"
 msgstr "हमेशा ऊपर रहें"
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 msgid "Never"
 msgstr ""
 
-#: src/libvlc.h:973
+#: src/libvlc.h:981
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr ""
 
-#: src/libvlc.h:976 src/video_output/vout_intf.c:408
+#: src/libvlc.h:984 src/video_output/vout_intf.c:408
 #: modules/gui/beos/VideoOutput.cpp:1057 modules/gui/macosx/applescript.m:126
-#: modules/gui/macosx/controls.m:338 modules/gui/macosx/controls.m:754
-#: modules/gui/macosx/controls.m:784 modules/gui/macosx/embeddedwindow.m:44
+#: modules/gui/macosx/controls.m:344 modules/gui/macosx/controls.m:760
+#: modules/gui/macosx/controls.m:790 modules/gui/macosx/embeddedwindow.m:44
 #: modules/gui/macosx/intf.m:497 modules/gui/macosx/intf.m:573
 #: modules/gui/macosx/intf.m:629
 msgid "Fullscreen"
 msgstr "पूरा सक्रीन"
 
-#: src/libvlc.h:977
+#: src/libvlc.h:985
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr ""
 
-#: src/libvlc.h:978 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
+#: src/libvlc.h:986 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
 #: modules/gui/wxwidgets/interface.cpp:1504
 msgid "Play/Pause"
 msgstr "बजाएँ/ठहरें"
 
-#: src/libvlc.h:979
+#: src/libvlc.h:987
 msgid "Select the hotkey to use to swap paused state."
 msgstr ""
 
-#: src/libvlc.h:980
+#: src/libvlc.h:988
 msgid "Pause only"
 msgstr ""
 
-#: src/libvlc.h:981
+#: src/libvlc.h:989
 msgid "Select the hotkey to use to pause."
 msgstr ""
 
-#: src/libvlc.h:982
+#: src/libvlc.h:990
 msgid "Play only"
 msgstr ""
 
-#: src/libvlc.h:983
+#: src/libvlc.h:991
 msgid "Select the hotkey to use to play."
 msgstr ""
 
-#: src/libvlc.h:984 modules/control/hotkeys.c:713
-#: modules/gui/macosx/controls.m:687 modules/gui/macosx/intf.m:538
+#: src/libvlc.h:992 modules/control/hotkeys.c:713
+#: modules/gui/macosx/controls.m:693 modules/gui/macosx/intf.m:538
 #: modules/gui/wxwidgets/interface.cpp:695
 msgid "Faster"
 msgstr ""
 
-#: src/libvlc.h:985
+#: src/libvlc.h:993
 msgid "Select the hotkey to use for fast forward playback."
 msgstr ""
 
-#: src/libvlc.h:986 modules/control/hotkeys.c:721
-#: modules/gui/macosx/controls.m:688 modules/gui/macosx/intf.m:539
+#: src/libvlc.h:994 modules/control/hotkeys.c:721
+#: modules/gui/macosx/controls.m:694 modules/gui/macosx/intf.m:539
 #: modules/gui/wxwidgets/interface.cpp:694
 msgid "Slower"
 msgstr ""
 
-#: src/libvlc.h:987
+#: src/libvlc.h:995
 msgid "Select the hotkey to use for slow motion playback."
 msgstr ""
 
-#: src/libvlc.h:988 modules/control/hotkeys.c:680
-#: modules/gui/macosx/controls.m:708 modules/gui/macosx/intf.m:496
+#: src/libvlc.h:996 modules/control/hotkeys.c:680
+#: modules/gui/macosx/controls.m:714 modules/gui/macosx/intf.m:496
 #: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:617
 #: modules/gui/macosx/intf.m:625 modules/gui/macosx/wizard.m:313
 #: modules/gui/macosx/wizard.m:364 modules/gui/macosx/wizard.m:1606
 #: modules/gui/wxwidgets/interface.cpp:693
 #: modules/gui/wxwidgets/interface.cpp:1509
-#: modules/gui/wxwidgets/menus.cpp:258
+#: modules/gui/wxwidgets/menus.cpp:259
 msgid "Next"
 msgstr "अगला"
 
-#: src/libvlc.h:989
+#: src/libvlc.h:997
 msgid "Select the hotkey to use to skip to the next item in the playlist."
 msgstr ""
 
-#: src/libvlc.h:990 modules/control/hotkeys.c:692
-#: modules/gui/macosx/controls.m:707 modules/gui/macosx/intf.m:491
+#: src/libvlc.h:998 modules/control/hotkeys.c:692
+#: modules/gui/macosx/controls.m:713 modules/gui/macosx/intf.m:491
 #: modules/gui/macosx/intf.m:540 modules/gui/macosx/intf.m:618
 #: modules/gui/macosx/intf.m:624 modules/gui/wxwidgets/interface.cpp:692
 #: modules/gui/wxwidgets/interface.cpp:1508
-#: modules/gui/wxwidgets/menus.cpp:257
+#: modules/gui/wxwidgets/menus.cpp:258
 msgid "Previous"
 msgstr "पिछला"
 
-#: src/libvlc.h:991
+#: src/libvlc.h:999
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
 msgstr ""
 
-#: src/libvlc.h:992 modules/gui/macosx/controls.m:699
+#: src/libvlc.h:1000 modules/gui/macosx/controls.m:705
 #: modules/gui/macosx/intf.m:494 modules/gui/macosx/intf.m:537
 #: modules/gui/macosx/intf.m:616 modules/gui/macosx/intf.m:623
 #: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
@@ -2832,534 +2849,534 @@ msgstr ""
 #: modules/gui/wxwidgets/interface.cpp:676
 #: modules/gui/wxwidgets/interface.cpp:687
 #: modules/gui/wxwidgets/interface.cpp:1510
-#: modules/gui/wxwidgets/menus.cpp:256 modules/visualization/xosd.c:237
+#: modules/gui/wxwidgets/menus.cpp:257 modules/visualization/xosd.c:237
 msgid "Stop"
 msgstr "रोकें"
 
-#: src/libvlc.h:993
+#: src/libvlc.h:1001
 msgid "Select the hotkey to stop playback."
 msgstr ""
 
-#: src/libvlc.h:994 modules/gui/macosx/bookmarks.m:101
+#: src/libvlc.h:1002 modules/gui/macosx/bookmarks.m:101
 #: modules/gui/macosx/bookmarks.m:110 modules/gui/macosx/embeddedwindow.m:46
 #: modules/gui/macosx/intf.m:499 modules/video_filter/marq.c:122
 #: modules/video_filter/rss.c:174
 msgid "Position"
 msgstr "स्थिति"
 
-#: src/libvlc.h:995
+#: src/libvlc.h:1003
 msgid "Select the hotkey to display the position."
 msgstr ""
 
-#: src/libvlc.h:997
+#: src/libvlc.h:1005
 msgid "Very short backwards jump"
 msgstr ""
 
-#: src/libvlc.h:999
+#: src/libvlc.h:1007
 msgid "Select the hotkey to make a very short backwards jump."
 msgstr ""
 
-#: src/libvlc.h:1000
+#: src/libvlc.h:1008
 msgid "Short backwards jump"
 msgstr ""
 
-#: src/libvlc.h:1002
+#: src/libvlc.h:1010
 msgid "Select the hotkey to make a short backwards jump."
 msgstr ""
 
-#: src/libvlc.h:1003
+#: src/libvlc.h:1011
 msgid "Medium backwards jump"
 msgstr ""
 
-#: src/libvlc.h:1005
+#: src/libvlc.h:1013
 msgid "Select the hotkey to make a medium backwards jump."
 msgstr ""
 
-#: src/libvlc.h:1006
+#: src/libvlc.h:1014
 msgid "Long backwards jump"
 msgstr ""
 
-#: src/libvlc.h:1008
+#: src/libvlc.h:1016
 msgid "Select the hotkey to make a long backwards jump."
 msgstr ""
 
-#: src/libvlc.h:1010
+#: src/libvlc.h:1018
 msgid "Very short forward jump"
 msgstr ""
 
-#: src/libvlc.h:1012
+#: src/libvlc.h:1020
 msgid "Select the hotkey to make a very short forward jump."
 msgstr ""
 
-#: src/libvlc.h:1013
+#: src/libvlc.h:1021
 msgid "Short forward jump"
 msgstr ""
 
-#: src/libvlc.h:1015
+#: src/libvlc.h:1023
 msgid "Select the hotkey to make a short forward jump."
 msgstr ""
 
-#: src/libvlc.h:1016
+#: src/libvlc.h:1024
 msgid "Medium forward jump"
 msgstr ""
 
-#: src/libvlc.h:1018
+#: src/libvlc.h:1026
 msgid "Select the hotkey to make a medium forward jump."
 msgstr ""
 
-#: src/libvlc.h:1019
+#: src/libvlc.h:1027
 msgid "Long forward jump"
 msgstr ""
 
-#: src/libvlc.h:1021
+#: src/libvlc.h:1029
 msgid "Select the hotkey to make a long forward jump."
 msgstr ""
 
-#: src/libvlc.h:1023
+#: src/libvlc.h:1031
 msgid "Very short jump length"
 msgstr ""
 
-#: src/libvlc.h:1024
+#: src/libvlc.h:1032
 msgid "Very short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1025
+#: src/libvlc.h:1033
 msgid "Short jump length"
 msgstr ""
 
-#: src/libvlc.h:1026
+#: src/libvlc.h:1034
 msgid "Short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1027
+#: src/libvlc.h:1035
 msgid "Medium jump length"
 msgstr ""
 
-#: src/libvlc.h:1028
+#: src/libvlc.h:1036
 msgid "Medium jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1029
+#: src/libvlc.h:1037
 msgid "Long jump length"
 msgstr ""
 
-#: src/libvlc.h:1030
+#: src/libvlc.h:1038
 msgid "Long jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1032 modules/control/hotkeys.c:258
+#: src/libvlc.h:1040 modules/control/hotkeys.c:258
 #: modules/gui/beos/InterfaceWindow.cpp:276
 msgid "Quit"
 msgstr ""
 
-#: src/libvlc.h:1033
+#: src/libvlc.h:1041
 msgid "Select the hotkey to quit the application."
 msgstr ""
 
-#: src/libvlc.h:1034
+#: src/libvlc.h:1042
 msgid "Navigate up"
 msgstr ""
 
-#: src/libvlc.h:1035
+#: src/libvlc.h:1043
 msgid "Select the key to move the selector up in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1036
+#: src/libvlc.h:1044
 msgid "Navigate down"
 msgstr ""
 
-#: src/libvlc.h:1037
+#: src/libvlc.h:1045
 msgid "Select the key to move the selector down in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1038
+#: src/libvlc.h:1046
 msgid "Navigate left"
 msgstr ""
 
-#: src/libvlc.h:1039
+#: src/libvlc.h:1047
 msgid "Select the key to move the selector left in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1040
+#: src/libvlc.h:1048
 msgid "Navigate right"
 msgstr ""
 
-#: src/libvlc.h:1041
+#: src/libvlc.h:1049
 msgid "Select the key to move the selector right in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1042
+#: src/libvlc.h:1050
 msgid "Activate"
 msgstr ""
 
-#: src/libvlc.h:1043
+#: src/libvlc.h:1051
 msgid "Select the key to activate selected item in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1044
+#: src/libvlc.h:1052
 msgid "Go to the DVD menu"
 msgstr ""
 
-#: src/libvlc.h:1045
+#: src/libvlc.h:1053
 msgid "Select the key to take you to the DVD menu"
 msgstr ""
 
-#: src/libvlc.h:1046
+#: src/libvlc.h:1054
 msgid "Select previous DVD title"
 msgstr ""
 
-#: src/libvlc.h:1047
+#: src/libvlc.h:1055
 msgid "Select the key to choose the previous title from the DVD"
 msgstr ""
 
-#: src/libvlc.h:1048
+#: src/libvlc.h:1056
 msgid "Select next DVD title"
 msgstr ""
 
-#: src/libvlc.h:1049
+#: src/libvlc.h:1057
 msgid "Select the key to choose the next title from the DVD"
 msgstr ""
 
-#: src/libvlc.h:1050
+#: src/libvlc.h:1058
 msgid "Select prev DVD chapter"
 msgstr ""
 
-#: src/libvlc.h:1051
+#: src/libvlc.h:1059
 msgid "Select the key to choose the previous chapter from the DVD"
 msgstr ""
 
-#: src/libvlc.h:1052
+#: src/libvlc.h:1060
 msgid "Select next DVD chapter"
 msgstr ""
 
-#: src/libvlc.h:1053
+#: src/libvlc.h:1061
 msgid "Select the key to choose the next chapter from the DVD"
 msgstr ""
 
-#: src/libvlc.h:1054
+#: src/libvlc.h:1062
 msgid "Volume up"
 msgstr ""
 
-#: src/libvlc.h:1055
+#: src/libvlc.h:1063
 msgid "Select the key to increase audio volume."
 msgstr ""
 
-#: src/libvlc.h:1056
+#: src/libvlc.h:1064
 msgid "Volume down"
 msgstr ""
 
-#: src/libvlc.h:1057
+#: src/libvlc.h:1065
 msgid "Select the key to decrease audio volume."
 msgstr ""
 
-#: src/libvlc.h:1058 modules/gui/macosx/controls.m:744
+#: src/libvlc.h:1066 modules/gui/macosx/controls.m:750
 #: modules/gui/macosx/intf.m:558 modules/gui/macosx/intf.m:619
 #: modules/gui/macosx/intf.m:628
 msgid "Mute"
 msgstr ""
 
-#: src/libvlc.h:1059
+#: src/libvlc.h:1067
 msgid "Select the key to mute audio."
 msgstr ""
 
-#: src/libvlc.h:1060
+#: src/libvlc.h:1068
 msgid "Subtitle delay up"
 msgstr ""
 
-#: src/libvlc.h:1061
+#: src/libvlc.h:1069
 msgid "Select the key to increase the subtitle delay."
 msgstr ""
 
-#: src/libvlc.h:1062
+#: src/libvlc.h:1070
 msgid "Subtitle delay down"
 msgstr ""
 
-#: src/libvlc.h:1063
+#: src/libvlc.h:1071
 msgid "Select the key to decrease the subtitle delay."
 msgstr ""
 
-#: src/libvlc.h:1064
+#: src/libvlc.h:1072
 msgid "Audio delay up"
 msgstr ""
 
-#: src/libvlc.h:1065
+#: src/libvlc.h:1073
 msgid "Select the key to increase the audio delay."
 msgstr ""
 
-#: src/libvlc.h:1066
+#: src/libvlc.h:1074
 msgid "Audio delay down"
 msgstr ""
 
-#: src/libvlc.h:1067
+#: src/libvlc.h:1075
 msgid "Select the key to decrease the audio delay."
 msgstr ""
 
-#: src/libvlc.h:1068
+#: src/libvlc.h:1076
 msgid "Play playlist bookmark 1"
 msgstr ""
 
-#: src/libvlc.h:1069
+#: src/libvlc.h:1077
 msgid "Play playlist bookmark 2"
 msgstr ""
 
-#: src/libvlc.h:1070
+#: src/libvlc.h:1078
 msgid "Play playlist bookmark 3"
 msgstr ""
 
-#: src/libvlc.h:1071
+#: src/libvlc.h:1079
 msgid "Play playlist bookmark 4"
 msgstr ""
 
-#: src/libvlc.h:1072
+#: src/libvlc.h:1080
 msgid "Play playlist bookmark 5"
 msgstr ""
 
-#: src/libvlc.h:1073
+#: src/libvlc.h:1081
 msgid "Play playlist bookmark 6"
 msgstr ""
 
-#: src/libvlc.h:1074
+#: src/libvlc.h:1082
 msgid "Play playlist bookmark 7"
 msgstr ""
 
-#: src/libvlc.h:1075
+#: src/libvlc.h:1083
 msgid "Play playlist bookmark 8"
 msgstr ""
 
-#: src/libvlc.h:1076
+#: src/libvlc.h:1084
 msgid "Play playlist bookmark 9"
 msgstr ""
 
-#: src/libvlc.h:1077
+#: src/libvlc.h:1085
 msgid "Play playlist bookmark 10"
 msgstr ""
 
-#: src/libvlc.h:1078
+#: src/libvlc.h:1086
 msgid "Select the key to play this bookmark."
 msgstr ""
 
-#: src/libvlc.h:1079
+#: src/libvlc.h:1087
 msgid "Set playlist bookmark 1"
 msgstr ""
 
-#: src/libvlc.h:1080
+#: src/libvlc.h:1088
 msgid "Set playlist bookmark 2"
 msgstr ""
 
-#: src/libvlc.h:1081
+#: src/libvlc.h:1089
 msgid "Set playlist bookmark 3"
 msgstr ""
 
-#: src/libvlc.h:1082
+#: src/libvlc.h:1090
 msgid "Set playlist bookmark 4"
 msgstr ""
 
-#: src/libvlc.h:1083
+#: src/libvlc.h:1091
 msgid "Set playlist bookmark 5"
 msgstr ""
 
-#: src/libvlc.h:1084
+#: src/libvlc.h:1092
 msgid "Set playlist bookmark 6"
 msgstr ""
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1093
 msgid "Set playlist bookmark 7"
 msgstr ""
 
-#: src/libvlc.h:1086
+#: src/libvlc.h:1094
 msgid "Set playlist bookmark 8"
 msgstr ""
 
-#: src/libvlc.h:1087
+#: src/libvlc.h:1095
 msgid "Set playlist bookmark 9"
 msgstr ""
 
-#: src/libvlc.h:1088
+#: src/libvlc.h:1096
 msgid "Set playlist bookmark 10"
 msgstr ""
 
-#: src/libvlc.h:1089
+#: src/libvlc.h:1097
 msgid "Select the key to set this playlist bookmark."
 msgstr ""
 
-#: src/libvlc.h:1091 modules/control/hotkeys.c:84
+#: src/libvlc.h:1099 modules/control/hotkeys.c:84
 msgid "Playlist bookmark 1"
 msgstr ""
 
-#: src/libvlc.h:1092 modules/control/hotkeys.c:85
+#: src/libvlc.h:1100 modules/control/hotkeys.c:85
 msgid "Playlist bookmark 2"
 msgstr ""
 
-#: src/libvlc.h:1093 modules/control/hotkeys.c:86
+#: src/libvlc.h:1101 modules/control/hotkeys.c:86
 msgid "Playlist bookmark 3"
 msgstr ""
 
-#: src/libvlc.h:1094 modules/control/hotkeys.c:87
+#: src/libvlc.h:1102 modules/control/hotkeys.c:87
 msgid "Playlist bookmark 4"
 msgstr ""
 
-#: src/libvlc.h:1095 modules/control/hotkeys.c:88
+#: src/libvlc.h:1103 modules/control/hotkeys.c:88
 msgid "Playlist bookmark 5"
 msgstr ""
 
-#: src/libvlc.h:1096 modules/control/hotkeys.c:89
+#: src/libvlc.h:1104 modules/control/hotkeys.c:89
 msgid "Playlist bookmark 6"
 msgstr ""
 
-#: src/libvlc.h:1097 modules/control/hotkeys.c:90
+#: src/libvlc.h:1105 modules/control/hotkeys.c:90
 msgid "Playlist bookmark 7"
 msgstr ""
 
-#: src/libvlc.h:1098 modules/control/hotkeys.c:91
+#: src/libvlc.h:1106 modules/control/hotkeys.c:91
 msgid "Playlist bookmark 8"
 msgstr ""
 
-#: src/libvlc.h:1099 modules/control/hotkeys.c:92
+#: src/libvlc.h:1107 modules/control/hotkeys.c:92
 msgid "Playlist bookmark 9"
 msgstr ""
 
-#: src/libvlc.h:1100 modules/control/hotkeys.c:93
+#: src/libvlc.h:1108 modules/control/hotkeys.c:93
 msgid "Playlist bookmark 10"
 msgstr ""
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1110
 msgid "This allows you to define playlist bookmarks."
 msgstr ""
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1112
 msgid "Go back in browsing history"
 msgstr ""
 
-#: src/libvlc.h:1105
+#: src/libvlc.h:1113
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1114
 msgid "Go forward in browsing history"
 msgstr ""
 
-#: src/libvlc.h:1107
+#: src/libvlc.h:1115
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:1109
+#: src/libvlc.h:1117
 msgid "Cycle audio track"
 msgstr ""
 
-#: src/libvlc.h:1110
+#: src/libvlc.h:1118
 msgid "Cycle through the available audio tracks(languages)."
 msgstr ""
 
-#: src/libvlc.h:1111
+#: src/libvlc.h:1119
 msgid "Cycle subtitle track"
 msgstr ""
 
-#: src/libvlc.h:1112
+#: src/libvlc.h:1120
 msgid "Cycle through the available subtitle tracks."
 msgstr ""
 
-#: src/libvlc.h:1113
+#: src/libvlc.h:1121
 msgid "Cycle source aspect ratio"
 msgstr ""
 
-#: src/libvlc.h:1114
+#: src/libvlc.h:1122
 msgid "Cycle through a predefined list of source aspect ratios."
 msgstr ""
 
-#: src/libvlc.h:1115
+#: src/libvlc.h:1123
 msgid "Cycle video crop"
 msgstr ""
 
-#: src/libvlc.h:1116
+#: src/libvlc.h:1124
 msgid "Cycle through a predefined list of crop formats."
 msgstr ""
 
-#: src/libvlc.h:1117
+#: src/libvlc.h:1125
 msgid "Cycle deinterlace modes"
 msgstr ""
 
-#: src/libvlc.h:1118
+#: src/libvlc.h:1126
 msgid "Cycle through deinterlace modes."
 msgstr ""
 
-#: src/libvlc.h:1119
+#: src/libvlc.h:1127
 msgid "Show interface"
 msgstr ""
 
-#: src/libvlc.h:1120
+#: src/libvlc.h:1128
 msgid "Raise the interface above all other windows."
 msgstr ""
 
-#: src/libvlc.h:1121
+#: src/libvlc.h:1129
 msgid "Hide interface"
 msgstr ""
 
-#: src/libvlc.h:1122
+#: src/libvlc.h:1130
 msgid "Lower the interface below all other windows."
 msgstr ""
 
-#: src/libvlc.h:1123
+#: src/libvlc.h:1131
 msgid "Take video snapshot"
 msgstr ""
 
-#: src/libvlc.h:1124
+#: src/libvlc.h:1132
 msgid "Takes a video snapshot and writes it to disk."
 msgstr ""
 
-#: src/libvlc.h:1126 modules/access_filter/record.c:51
+#: src/libvlc.h:1134 modules/access_filter/record.c:51
 #: modules/access_filter/record.c:52
 msgid "Record"
 msgstr ""
 
-#: src/libvlc.h:1127
+#: src/libvlc.h:1135
 msgid "Record access filter start/stop."
 msgstr ""
 
-#: src/libvlc.h:1129 src/libvlc.h:1130 src/video_output/vout_intf.c:211
+#: src/libvlc.h:1137 src/libvlc.h:1138 src/video_output/vout_intf.c:211
 msgid "Zoom"
 msgstr ""
 
-#: src/libvlc.h:1132 src/libvlc.h:1133
+#: src/libvlc.h:1140 src/libvlc.h:1141
 msgid "Un-Zoom"
 msgstr ""
 
-#: src/libvlc.h:1135 src/libvlc.h:1136
+#: src/libvlc.h:1143 src/libvlc.h:1144
 msgid "Crop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1137 src/libvlc.h:1138
+#: src/libvlc.h:1145 src/libvlc.h:1146
 msgid "Uncrop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1140 src/libvlc.h:1141
+#: src/libvlc.h:1148 src/libvlc.h:1149
 msgid "Crop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1142 src/libvlc.h:1143
+#: src/libvlc.h:1150 src/libvlc.h:1151
 msgid "Uncrop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1145 src/libvlc.h:1146
+#: src/libvlc.h:1153 src/libvlc.h:1154
 msgid "Crop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1147 src/libvlc.h:1148
+#: src/libvlc.h:1155 src/libvlc.h:1156
 msgid "Uncrop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1150 src/libvlc.h:1151
+#: src/libvlc.h:1158 src/libvlc.h:1159
 msgid "Crop one pixel from the right of the video"
 msgstr ""
 
-#: src/libvlc.h:1152 src/libvlc.h:1153
+#: src/libvlc.h:1160 src/libvlc.h:1161
 msgid "Uncrop one pixel from the right of the video"
 msgstr ""
 
-#: src/libvlc.h:1157
+#: src/libvlc.h:1165
 #, c-format
 msgid ""
 "Usage: %s [options] [stream] ...\n"
@@ -3396,59 +3413,59 @@ msgid ""
 "  vlc:quit                       Special item to quit VLC\n"
 msgstr ""
 
-#: src/libvlc.h:1267 src/video_output/vout_intf.c:420
-#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:753
+#: src/libvlc.h:1277 src/video_output/vout_intf.c:420
+#: modules/gui/macosx/controls.m:328 modules/gui/macosx/controls.m:759
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:630
 #: modules/video_output/snapshot.c:76
 msgid "Snapshot"
 msgstr ""
 
-#: src/libvlc.h:1280
+#: src/libvlc.h:1290
 msgid "Window properties"
 msgstr ""
 
-#: src/libvlc.h:1325
+#: src/libvlc.h:1335
 msgid "Subpictures"
 msgstr ""
 
-#: src/libvlc.h:1332 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
+#: src/libvlc.h:1342 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
 #: modules/gui/beos/InterfaceWindow.cpp:279
 msgid "Subtitles"
 msgstr ""
 
-#: src/libvlc.h:1349 modules/stream_out/transcode.c:151
+#: src/libvlc.h:1359 modules/stream_out/transcode.c:151
 msgid "Overlays"
 msgstr ""
 
-#: src/libvlc.h:1359
+#: src/libvlc.h:1369
 msgid "Track settings"
 msgstr ""
 
-#: src/libvlc.h:1381
+#: src/libvlc.h:1391
 msgid "Playback control"
 msgstr ""
 
-#: src/libvlc.h:1396
+#: src/libvlc.h:1406
 msgid "Default devices"
 msgstr ""
 
-#: src/libvlc.h:1405
+#: src/libvlc.h:1415
 msgid "Network settings"
 msgstr ""
 
-#: src/libvlc.h:1417
+#: src/libvlc.h:1427
 msgid "Socks proxy"
 msgstr ""
 
-#: src/libvlc.h:1426
+#: src/libvlc.h:1436
 msgid "Metadata"
 msgstr ""
 
-#: src/libvlc.h:1456
+#: src/libvlc.h:1466
 msgid "Decoders"
 msgstr ""
 
-#: src/libvlc.h:1463 modules/access/v4l2.c:56
+#: src/libvlc.h:1473 modules/access/v4l2.c:56
 #: modules/gui/macosx/playlistinfo.m:80
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:265
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:378
@@ -3456,81 +3473,81 @@ msgstr ""
 msgid "Input"
 msgstr ""
 
-#: src/libvlc.h:1499 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
+#: src/libvlc.h:1509 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
 msgid "VLM"
 msgstr ""
 
-#: src/libvlc.h:1530
+#: src/libvlc.h:1540
 msgid "CPU"
 msgstr ""
 
-#: src/libvlc.h:1552
+#: src/libvlc.h:1562
 msgid "Special modules"
 msgstr ""
 
-#: src/libvlc.h:1559
+#: src/libvlc.h:1569
 msgid "Plugins"
 msgstr ""
 
-#: src/libvlc.h:1567
+#: src/libvlc.h:1577
 msgid "Performance options"
 msgstr ""
 
-#: src/libvlc.h:1700
+#: src/libvlc.h:1714
 msgid "Hot keys"
 msgstr ""
 
-#: src/libvlc.h:2011
+#: src/libvlc.h:2025
 msgid "Jump sizes"
 msgstr ""
 
-#: src/libvlc.h:2090
+#: src/libvlc.h:2104
 #, fuzzy
 msgid "main program"
 msgstr "बाहर िनकलो"
 
-#: src/libvlc.h:2097
+#: src/libvlc.h:2111
 msgid "print help for VLC (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:2099
+#: src/libvlc.h:2113
 msgid ""
 "print help for VLC and all its modules (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:2101
+#: src/libvlc.h:2115
 msgid "print help for the advanced options"
 msgstr ""
 
-#: src/libvlc.h:2103
+#: src/libvlc.h:2117
 msgid "ask for extra verbosity when displaying help"
 msgstr ""
 
-#: src/libvlc.h:2105
+#: src/libvlc.h:2119
 msgid "print a list of available modules"
 msgstr ""
 
-#: src/libvlc.h:2107
+#: src/libvlc.h:2121
 msgid "print help on a specific module (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:2109
+#: src/libvlc.h:2123
 msgid "save the current command line options in the config"
 msgstr ""
 
-#: src/libvlc.h:2111
+#: src/libvlc.h:2125
 msgid "reset the current config to the default values"
 msgstr ""
 
-#: src/libvlc.h:2113
+#: src/libvlc.h:2127
 msgid "use alternate config file"
 msgstr ""
 
-#: src/libvlc.h:2115
+#: src/libvlc.h:2129
 msgid "resets the current plugins cache"
 msgstr ""
 
-#: src/libvlc.h:2117
+#: src/libvlc.h:2131
 msgid "print version information"
 msgstr ""
 
@@ -4139,7 +4156,8 @@ msgstr ""
 msgid "Media: %s"
 msgstr ""
 
-#: src/playlist/engine.c:92 src/playlist/engine.c:94
+#: src/playlist/engine.c:104 src/playlist/engine.c:106
+#: src/playlist/loadsave.c:149
 msgid "Media Library"
 msgstr ""
 
@@ -4198,17 +4216,8 @@ msgstr ""
 msgid "Aspect-ratio"
 msgstr ""
 
-#: modules/access/cdda/access.c:293
-msgid "CD reading failed"
-msgstr ""
-
-#: modules/access/cdda/access.c:294
-#, c-format
-msgid "VLC could not get a new block of size: %i."
-msgstr ""
-
 #: modules/access/cdda.c:58 modules/access/dshow/dshow.cpp:91
-#: modules/access/dvb/access.c:73 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:73
 #: modules/access/dvdnav.c:64 modules/access/dvdread.c:62
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:43
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4266,7 +4275,16 @@ msgstr "आवाज़ "
 msgid "Audio CD - Track %i"
 msgstr ""
 
-#: modules/access/cdda/cdda.c:42 modules/access/directory.c:77
+#: modules/access/cdda/access.c:293
+msgid "CD reading failed"
+msgstr ""
+
+#: modules/access/cdda/access.c:294
+#, c-format
+msgid "VLC could not get a new block of size: %i."
+msgstr ""
+
+#: modules/access/cdda/cdda.c:42 modules/access/directory.c:78
 #: modules/codec/x264.c:280 modules/codec/x264.c:287 modules/codec/x264.c:292
 msgid "none"
 msgstr ""
@@ -4513,11 +4531,11 @@ msgstr ""
 msgid "Track Number"
 msgstr ""
 
-#: modules/access/directory.c:69
+#: modules/access/directory.c:70
 msgid "Subdirectory behavior"
 msgstr ""
 
-#: modules/access/directory.c:71
+#: modules/access/directory.c:72
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -4525,19 +4543,19 @@ msgid ""
 "expand: all subdirectories are expanded.\n"
 msgstr ""
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:78
 msgid "collapse"
 msgstr ""
 
-#: modules/access/directory.c:78
+#: modules/access/directory.c:79
 msgid "expand"
 msgstr ""
 
-#: modules/access/directory.c:80
+#: modules/access/directory.c:81
 msgid "Ignored extensions"
 msgstr ""
 
-#: modules/access/directory.c:82
+#: modules/access/directory.c:83
 msgid ""
 "Files with these extensions will not be added to playlist when opening a "
 "directory.\n"
@@ -4545,11 +4563,11 @@ msgid ""
 "instance. Use a comma-separated list of extensions."
 msgstr ""
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:90
 msgid "Directory"
 msgstr ""
 
-#: modules/access/directory.c:91
+#: modules/access/directory.c:92
 msgid "Standard filesystem directory input"
 msgstr ""
 
@@ -4761,6 +4779,18 @@ msgstr ""
 msgid "The capture device \"%s\" does not support the required parameters."
 msgstr ""
 
+#: modules/access/dv.c:70
+msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
+msgstr ""
+
+#: modules/access/dv.c:74
+msgid "Digital Video (Firewire/ieee1394)  input"
+msgstr ""
+
+#: modules/access/dv.c:75
+msgid "dv"
+msgstr ""
+
 #: modules/access/dvb/access.c:75
 msgid ""
 "Caching value for DVB streams. This value should be set in milliseconds."
@@ -5011,18 +5041,6 @@ msgstr ""
 msgid "The provided polarization \"%c\" is not valid."
 msgstr ""
 
-#: modules/access/dv.c:70
-msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
-msgstr ""
-
-#: modules/access/dv.c:74
-msgid "Digital Video (Firewire/ieee1394)  input"
-msgstr ""
-
-#: modules/access/dv.c:75
-msgid "dv"
-msgstr ""
-
 #: modules/access/dvdnav.c:60 modules/access/dvdread.c:58
 msgid "DVD angle"
 msgstr ""
@@ -5220,46 +5238,6 @@ msgstr ""
 msgid "VLC could not open file \"%s\" (%s)."
 msgstr ""
 
-#: modules/access_filter/record.c:43
-msgid "Record directory"
-msgstr ""
-
-#: modules/access_filter/record.c:45
-msgid "Directory where the record will be stored."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:44
-msgid "Timeshift granularity"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:46
-msgid ""
-"This is the size of the temporary files tha will be used to store the "
-"timeshifted streams."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:48
-msgid "Timeshift directory"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:49
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:51
-msgid "Force use of the timeshift module"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52
-msgid ""
-"Force use of the timeshift module even if the access declares that it can "
-"control pace or pause."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
-msgid "Timeshift"
-msgstr ""
-
 #: modules/access/ftp.c:45
 msgid ""
 "Caching value for FTP streams. This value should be set in milliseconds."
@@ -5414,234 +5392,10 @@ msgstr ""
 msgid "Microsoft Media Server (MMS) input"
 msgstr ""
 
-#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
-msgid "Dummy stream output"
-msgstr ""
-
-#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
-msgid "Dummy"
-msgstr ""
-
-#: modules/access_output/file.c:61
-msgid "Append to file"
-msgstr ""
-
-#: modules/access_output/file.c:62
-msgid "Append to file if it exists instead of replacing it."
-msgstr ""
-
-#: modules/access_output/file.c:66
-msgid "File stream output"
-msgstr ""
-
-#: modules/access_output/http.c:58
-msgid "Username"
-msgstr ""
-
-#: modules/access_output/http.c:59
-msgid "User name that will be requested to access the stream."
-msgstr ""
-
-#: modules/access_output/http.c:61 modules/control/telnet.c:81
-msgid "Password"
-msgstr ""
-
-#: modules/access_output/http.c:62
-msgid "Password that will be requested to access the stream."
-msgstr ""
-
-#: modules/access_output/http.c:66
-msgid "Mime"
-msgstr ""
-
-#: modules/access_output/http.c:67
-msgid "MIME returned by the server (autodetected if not specified."
-msgstr ""
-
-#: modules/access_output/http.c:71
-msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
-msgstr ""
-
-#: modules/access_output/http.c:74
-msgid ""
-"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
-"empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:78
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used for HTTPS. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:83
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be used for "
-"SSL. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:86
-msgid "Advertise with Bonjour"
-msgstr ""
-
-#: modules/access_output/http.c:87
-msgid "Advertise the stream with the Bonjour protocol."
-msgstr ""
-
-#: modules/access_output/http.c:91
-msgid "HTTP stream output"
-msgstr ""
-
-#: modules/access_output/http.c:93 modules/control/http/http.c:61
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
-msgid "HTTP"
-msgstr ""
-
-#: modules/access_output/shout.c:58
-msgid "Stream name"
-msgstr ""
-
-#: modules/access_output/shout.c:59
-msgid "Name to give to this stream/channel on the shoutcast/icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:62
-msgid "Stream description"
-msgstr ""
-
-#: modules/access_output/shout.c:63
-msgid "Description of the stream content or information about your channel."
-msgstr ""
-
-#: modules/access_output/shout.c:66
-msgid "Stream MP3"
-msgstr ""
-
-#: modules/access_output/shout.c:67
-msgid ""
-"You normally have to feed the shoutcast module with Ogg streams. It is also "
-"possible to stream MP3 instead, so you can forward MP3 streams to the "
-"shoutcast/icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:76
-#, fuzzy
-msgid "Genre description"
-msgstr "विवरण"
-
-#: modules/access_output/shout.c:77
-msgid "Genre of the content. "
-msgstr ""
-
-#: modules/access_output/shout.c:79
-#, fuzzy
-msgid "URL description"
-msgstr "विवरण"
-
-#: modules/access_output/shout.c:80
-msgid "URL with information about the stream or your channel. "
-msgstr ""
-
-#: modules/access_output/shout.c:87
-msgid "Bitrate information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:89 modules/access/v4l.c:122
-msgid "Samplerate"
-msgstr ""
-
-#: modules/access_output/shout.c:90
-msgid "Samplerate information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:92
-#, fuzzy
-msgid "Number of channels"
-msgstr "ऑडियो चैनल्स"
-
-#: modules/access_output/shout.c:93
-msgid "Number of channels information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:95
-msgid "Ogg Vorbis Quality"
-msgstr ""
-
-#: modules/access_output/shout.c:96
-msgid "Ogg Vorbis Quality information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:98
-msgid "Stream public"
-msgstr ""
-
-#: modules/access_output/shout.c:99
-msgid ""
-"Make the server publicly available on the 'Yellow Pages' (directory listing "
-"of streams) on the icecast/shoutcast website. Requires the bitrate "
-"information specified for shoutcast. Requires Ogg streaming for icecast."
-msgstr ""
-
-#: modules/access_output/shout.c:105
-msgid "IceCAST output"
-msgstr ""
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:41
-#: modules/demux/live555.cpp:63
-msgid "Caching value (ms)"
-msgstr ""
-
-#: modules/access_output/udp.c:77
-msgid ""
-"Default caching value for outbound UDP streams. This value should be set in "
-"milliseconds."
-msgstr ""
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
-#: modules/gui/macosx/wizard.m:1848
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
-msgid "Time-To-Live (TTL)"
-msgstr ""
-
-#: modules/access_output/udp.c:81
-msgid "Time-To-Live of the outgoing stream."
-msgstr ""
-
-#: modules/access_output/udp.c:84
-msgid "Group packets"
-msgstr ""
-
-#: modules/access_output/udp.c:85
-msgid ""
-"Packets can be sent one by one at the right time or by groups. You can "
-"choose the number of packets that will be sent at a time. It helps reducing "
-"the scheduling load on heavily-loaded systems."
-msgstr ""
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr ""
-
-#: modules/access_output/udp.c:91
-msgid ""
-"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 ""
-
-#: modules/access_output/udp.c:97
-msgid "UDP stream output"
-msgstr ""
-
-#: modules/access_output/udp.c:98
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
-msgid "UDP"
-msgstr ""
-
-#: modules/access/pvr.c:49
-msgid ""
-"Default caching value for PVR streams. This value should be set in "
-"milliseconds."
+#: modules/access/pvr.c:49
+msgid ""
+"Default caching value for PVR streams. This value should be set in "
+"milliseconds."
 msgstr ""
 
 #: modules/access/pvr.c:52
@@ -5794,6 +5548,11 @@ msgstr ""
 msgid "IVTV MPEG Encoding cards input"
 msgstr ""
 
+#: modules/access/rtsp/access.c:41 modules/access_output/udp.c:75
+#: modules/demux/live555.cpp:63
+msgid "Caching value (ms)"
+msgstr ""
+
 #: modules/access/rtsp/access.c:43
 msgid ""
 "Caching value for RTSP streams. This value should be set in milliseconds."
@@ -5920,30 +5679,6 @@ msgstr ""
 msgid "UDP/RTP input"
 msgstr ""
 
-#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
-#: modules/gui/wxwidgets/dialogs/open.cpp:723
-msgid "Device name"
-msgstr ""
-
-#: modules/access/v4l2.c:54
-msgid ""
-"Name of the device to use. If you don't specify anything, /dev/video0 will "
-"be used."
-msgstr ""
-
-#: modules/access/v4l2.c:58
-msgid ""
-"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
-msgstr ""
-
-#: modules/access/v4l2.c:63
-msgid "Video4Linux2"
-msgstr ""
-
-#: modules/access/v4l2.c:64
-msgid "Video4Linux2 input"
-msgstr ""
-
 #: modules/access/v4l.c:75
 msgid ""
 "Caching value for V4L captures. This value should be set in milliseconds."
@@ -6034,6 +5769,10 @@ msgstr ""
 msgid "Tuner to use, if there are several ones."
 msgstr ""
 
+#: modules/access/v4l.c:122 modules/access_output/shout.c:89
+msgid "Samplerate"
+msgstr ""
+
 #: modules/access/v4l.c:124
 msgid ""
 "Samplerate of the captured audio stream, in Hz (eg: 11025, 22050, 44100)"
@@ -6075,6 +5814,30 @@ msgstr ""
 msgid "Video4Linux input"
 msgstr ""
 
+#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
+#: modules/gui/wxwidgets/dialogs/open.cpp:723
+msgid "Device name"
+msgstr ""
+
+#: modules/access/v4l2.c:54
+msgid ""
+"Name of the device to use. If you don't specify anything, /dev/video0 will "
+"be used."
+msgstr ""
+
+#: modules/access/v4l2.c:58
+msgid ""
+"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
+msgstr ""
+
+#: modules/access/v4l2.c:63
+msgid "Video4Linux2"
+msgstr ""
+
+#: modules/access/v4l2.c:64
+msgid "Video4Linux2 input"
+msgstr ""
+
 #: modules/access/vcd/vcd.c:42
 msgid "Caching value for VCDs. This value should be set in milliseconds."
 msgstr ""
@@ -6097,165 +5860,420 @@ msgstr ""
 msgid "The above message had unknown log level"
 msgstr ""
 
-#: modules/access/vcdx/access.c:130
-msgid "The above message had unknown vcdimager log level"
+#: modules/access/vcdx/access.c:130
+msgid "The above message had unknown vcdimager log level"
+msgstr ""
+
+#: modules/access/vcdx/access.c:280 modules/access/vcdx/access.c:362
+#: modules/access/vcdx/access.c:688 modules/access/vcdx/info.c:290
+#: modules/access/vcdx/info.c:291
+msgid "Entry"
+msgstr ""
+
+#: modules/access/vcdx/access.c:407 modules/access/vcdx/info.c:102
+msgid "Segments"
+msgstr ""
+
+#: modules/access/vcdx/access.c:426 modules/access/vcdx/access.c:707
+#: modules/access/vcdx/info.c:294 modules/access/vcdx/info.c:295
+#: modules/demux/mkv.cpp:5188
+msgid "Segment"
+msgstr ""
+
+#: modules/access/vcdx/access.c:531
+msgid "LID"
+msgstr ""
+
+#: modules/access/vcdx/info.c:90
+msgid "VCD Format"
+msgstr ""
+
+#: modules/access/vcdx/info.c:91 modules/demux/mpc.c:55
+msgid "Album"
+msgstr ""
+
+#: modules/access/vcdx/info.c:92
+#, fuzzy
+msgid "Application"
+msgstr "साफ्टवेयर के बारेे में..."
+
+#: modules/access/vcdx/info.c:93
+msgid "Preparer"
+msgstr ""
+
+#: modules/access/vcdx/info.c:94
+msgid "Vol #"
+msgstr ""
+
+#: modules/access/vcdx/info.c:95
+msgid "Vol max #"
+msgstr ""
+
+#: modules/access/vcdx/info.c:96
+msgid "Volume Set"
+msgstr ""
+
+#: modules/access/vcdx/info.c:99
+msgid "System Id"
+msgstr ""
+
+#: modules/access/vcdx/info.c:101
+msgid "Entries"
+msgstr ""
+
+#: modules/access/vcdx/info.c:122
+msgid "First Entry Point"
+msgstr ""
+
+#: modules/access/vcdx/info.c:126
+msgid "Last Entry Point"
+msgstr ""
+
+#: modules/access/vcdx/info.c:127
+msgid "Track size (in sectors)"
+msgstr ""
+
+#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
+#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
+msgid "type"
+msgstr ""
+
+#: modules/access/vcdx/info.c:139
+msgid "end"
+msgstr ""
+
+#: modules/access/vcdx/info.c:142
+msgid "play list"
+msgstr ""
+
+#: modules/access/vcdx/info.c:153
+msgid "extended selection list"
+msgstr ""
+
+#: modules/access/vcdx/info.c:154
+msgid "selection list"
+msgstr ""
+
+#: modules/access/vcdx/info.c:166
+msgid "unknown type"
+msgstr ""
+
+#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
+#: modules/access/vcdx/info.c:316
+msgid "List ID"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:95
+msgid "(Super) Video CD"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:96
+msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:97
+msgid "vcdx://[device-or-file][@{P,S,T}num]"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:106
+msgid "If nonzero, this gives additional debug information."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+msgid "Number of CD blocks to get in a single read."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:116
+msgid "Use playback control?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:117
+msgid ""
+"If VCD is authored with playback control, use it. Otherwise we play by "
+"tracks."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:123
+msgid "Use track length as maximum unit in seek?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:124
+msgid ""
+"If set, the length of the seek bar is the track rather than the length of an "
+"entry."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:129
+msgid "Show extended VCD info?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:130
+msgid ""
+"Show the maximum amount of information under Stream and Media Info. Shows "
+"for example playback control navigation."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:137
+msgid "Format to use in the playlist's \"author\" field."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:143
+msgid "Format to use in the playlist's \"title\" field."
+msgstr ""
+
+#: modules/access_filter/record.c:43
+msgid "Record directory"
+msgstr ""
+
+#: modules/access_filter/record.c:45
+msgid "Directory where the record will be stored."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:44
+msgid "Timeshift granularity"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:46
+msgid ""
+"This is the size of the temporary files tha will be used to store the "
+"timeshifted streams."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:48
+msgid "Timeshift directory"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:49
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:51
+msgid "Force use of the timeshift module"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52
+msgid ""
+"Force use of the timeshift module even if the access declares that it can "
+"control pace or pause."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
+msgid "Timeshift"
+msgstr ""
+
+#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
+msgid "Dummy stream output"
+msgstr ""
+
+#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
+msgid "Dummy"
+msgstr ""
+
+#: modules/access_output/file.c:61
+msgid "Append to file"
+msgstr ""
+
+#: modules/access_output/file.c:62
+msgid "Append to file if it exists instead of replacing it."
+msgstr ""
+
+#: modules/access_output/file.c:66
+msgid "File stream output"
+msgstr ""
+
+#: modules/access_output/http.c:58
+msgid "Username"
+msgstr ""
+
+#: modules/access_output/http.c:59
+msgid "User name that will be requested to access the stream."
+msgstr ""
+
+#: modules/access_output/http.c:61 modules/control/telnet.c:81
+msgid "Password"
 msgstr ""
 
-#: modules/access/vcdx/access.c:280 modules/access/vcdx/access.c:362
-#: modules/access/vcdx/access.c:688 modules/access/vcdx/info.c:290
-#: modules/access/vcdx/info.c:291
-msgid "Entry"
+#: modules/access_output/http.c:62
+msgid "Password that will be requested to access the stream."
 msgstr ""
 
-#: modules/access/vcdx/access.c:407 modules/access/vcdx/info.c:102
-msgid "Segments"
+#: modules/access_output/http.c:66
+msgid "Mime"
 msgstr ""
 
-#: modules/access/vcdx/access.c:426 modules/access/vcdx/access.c:707
-#: modules/access/vcdx/info.c:294 modules/access/vcdx/info.c:295
-#: modules/demux/mkv.cpp:5188
-msgid "Segment"
+#: modules/access_output/http.c:67
+msgid "MIME returned by the server (autodetected if not specified."
 msgstr ""
 
-#: modules/access/vcdx/access.c:531
-msgid "LID"
+#: modules/access_output/http.c:71
+msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
 msgstr ""
 
-#: modules/access/vcdx/info.c:90
-msgid "VCD Format"
+#: modules/access_output/http.c:74
+msgid ""
+"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
+"empty if you don't have one."
 msgstr ""
 
-#: modules/access/vcdx/info.c:91 modules/demux/mpc.c:55
-msgid "Album"
+#: modules/access_output/http.c:78
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used for HTTPS. Leave empty if you don't have one."
 msgstr ""
 
-#: modules/access/vcdx/info.c:92
-#, fuzzy
-msgid "Application"
-msgstr "साफ्टवेयर के बारेे में..."
+#: modules/access_output/http.c:83
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be used for "
+"SSL. Leave empty if you don't have one."
+msgstr ""
 
-#: modules/access/vcdx/info.c:93
-msgid "Preparer"
+#: modules/access_output/http.c:86
+msgid "Advertise with Bonjour"
 msgstr ""
 
-#: modules/access/vcdx/info.c:94
-msgid "Vol #"
+#: modules/access_output/http.c:87
+msgid "Advertise the stream with the Bonjour protocol."
 msgstr ""
 
-#: modules/access/vcdx/info.c:95
-msgid "Vol max #"
+#: modules/access_output/http.c:91
+msgid "HTTP stream output"
 msgstr ""
 
-#: modules/access/vcdx/info.c:96
-msgid "Volume Set"
+#: modules/access_output/http.c:93 modules/control/http/http.c:61
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
 msgstr ""
 
-#: modules/access/vcdx/info.c:99
-msgid "System Id"
+#: modules/access_output/shout.c:58
+msgid "Stream name"
 msgstr ""
 
-#: modules/access/vcdx/info.c:101
-msgid "Entries"
+#: modules/access_output/shout.c:59
+msgid "Name to give to this stream/channel on the shoutcast/icecast server."
 msgstr ""
 
-#: modules/access/vcdx/info.c:122
-msgid "First Entry Point"
+#: modules/access_output/shout.c:62
+msgid "Stream description"
 msgstr ""
 
-#: modules/access/vcdx/info.c:126
-msgid "Last Entry Point"
+#: modules/access_output/shout.c:63
+msgid "Description of the stream content or information about your channel."
 msgstr ""
 
-#: modules/access/vcdx/info.c:127
-msgid "Track size (in sectors)"
+#: modules/access_output/shout.c:66
+msgid "Stream MP3"
 msgstr ""
 
-#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
-#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
-msgid "type"
+#: modules/access_output/shout.c:67
+msgid ""
+"You normally have to feed the shoutcast module with Ogg streams. It is also "
+"possible to stream MP3 instead, so you can forward MP3 streams to the "
+"shoutcast/icecast server."
 msgstr ""
 
-#: modules/access/vcdx/info.c:139
-msgid "end"
+#: modules/access_output/shout.c:76
+#, fuzzy
+msgid "Genre description"
+msgstr "विवरण"
+
+#: modules/access_output/shout.c:77
+msgid "Genre of the content. "
 msgstr ""
 
-#: modules/access/vcdx/info.c:142
-msgid "play list"
+#: modules/access_output/shout.c:79
+#, fuzzy
+msgid "URL description"
+msgstr "विवरण"
+
+#: modules/access_output/shout.c:80
+msgid "URL with information about the stream or your channel. "
 msgstr ""
 
-#: modules/access/vcdx/info.c:153
-msgid "extended selection list"
+#: modules/access_output/shout.c:87
+msgid "Bitrate information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/info.c:154
-msgid "selection list"
+#: modules/access_output/shout.c:90
+msgid "Samplerate information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/info.c:166
-msgid "unknown type"
+#: modules/access_output/shout.c:92
+#, fuzzy
+msgid "Number of channels"
+msgstr "ऑडियो चैनल्स"
+
+#: modules/access_output/shout.c:93
+msgid "Number of channels information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
-#: modules/access/vcdx/info.c:316
-msgid "List ID"
+#: modules/access_output/shout.c:95
+msgid "Ogg Vorbis Quality"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:95
-msgid "(Super) Video CD"
+#: modules/access_output/shout.c:96
+msgid "Ogg Vorbis Quality information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:96
-msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+#: modules/access_output/shout.c:98
+msgid "Stream public"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:97
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
+#: modules/access_output/shout.c:99
+msgid ""
+"Make the server publicly available on the 'Yellow Pages' (directory listing "
+"of streams) on the icecast/shoutcast website. Requires the bitrate "
+"information specified for shoutcast. Requires Ogg streaming for icecast."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:106
-msgid "If nonzero, this gives additional debug information."
+#: modules/access_output/shout.c:105
+msgid "IceCAST output"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
-msgid "Number of CD blocks to get in a single read."
+#: modules/access_output/udp.c:77
+msgid ""
+"Default caching value for outbound UDP streams. This value should be set in "
+"milliseconds."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
+#: modules/gui/macosx/wizard.m:1848
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
+msgid "Time-To-Live (TTL)"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:117
-msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+#: modules/access_output/udp.c:81
+msgid "Time-To-Live of the outgoing stream."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:123
-msgid "Use track length as maximum unit in seek?"
+#: modules/access_output/udp.c:84
+msgid "Group packets"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:85
 msgid ""
-"If set, the length of the seek bar is the track rather than the length of an "
-"entry."
+"Packets can be sent one by one at the right time or by groups. You can "
+"choose the number of packets that will be sent at a time. It helps reducing "
+"the scheduling load on heavily-loaded systems."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:129
-msgid "Show extended VCD info?"
+#: modules/access_output/udp.c:90
+msgid "Raw write"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:130
+#: modules/access_output/udp.c:91
 msgid ""
-"Show the maximum amount of information under Stream and Media Info. Shows "
-"for example playback control navigation."
+"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 ""
 
-#: modules/access/vcdx/vcd.c:137
-msgid "Format to use in the playlist's \"author\" field."
+#: modules/access_output/udp.c:97
+msgid "UDP stream output"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:143
-msgid "Format to use in the playlist's \"title\" field."
+#: modules/access_output/udp.c:98
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
+msgid "UDP"
 msgstr ""
 
 #: modules/audio_filter/channel_mixer/dolby.c:47
@@ -8488,398 +8506,398 @@ msgstr ""
 msgid "Windows Service interface"
 msgstr ""
 
-#: modules/control/rc.c:154
+#: modules/control/rc.c:156
 msgid "Show stream position"
 msgstr ""
 
-#: modules/control/rc.c:155
+#: modules/control/rc.c:157
 msgid ""
 "Show the current position in seconds within the stream from time to time."
 msgstr ""
 
-#: modules/control/rc.c:158
+#: modules/control/rc.c:160
 msgid "Fake TTY"
 msgstr ""
 
-#: modules/control/rc.c:159
+#: modules/control/rc.c:161
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr ""
 
-#: modules/control/rc.c:161
+#: modules/control/rc.c:163
 msgid "UNIX socket command input"
 msgstr ""
 
-#: modules/control/rc.c:162
+#: modules/control/rc.c:164
 msgid "Accept commands over a Unix socket rather than stdin."
 msgstr ""
 
-#: modules/control/rc.c:165
+#: modules/control/rc.c:167
 msgid "TCP command input"
 msgstr ""
 
-#: modules/control/rc.c:166
+#: modules/control/rc.c:168
 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:170 modules/misc/dummy/dummy.c:49
+#: modules/control/rc.c:172 modules/misc/dummy/dummy.c:49
 msgid "Do not open a DOS command box interface"
 msgstr ""
 
-#: modules/control/rc.c:172
+#: modules/control/rc.c:174
 msgid ""
 "By default the rc 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 ""
 
-#: modules/control/rc.c:179
+#: modules/control/rc.c:181
 msgid "RC"
 msgstr ""
 
-#: modules/control/rc.c:182
+#: modules/control/rc.c:184
 msgid "Remote control interface"
 msgstr ""
 
-#: modules/control/rc.c:323
+#: modules/control/rc.c:325
 msgid "Remote control interface initialized. Type `help' for help."
 msgstr ""
 
-#: modules/control/rc.c:848
+#: modules/control/rc.c:850
 #, c-format
 msgid "Unknown command `%s'. Type `help' for help."
 msgstr ""
 
-#: modules/control/rc.c:881
+#: modules/control/rc.c:883
 msgid "+----[ Remote control commands ]"
 msgstr ""
 
-#: modules/control/rc.c:883
+#: modules/control/rc.c:885
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist"
 msgstr ""
 
-#: modules/control/rc.c:884
+#: modules/control/rc.c:886
 msgid "| enqueue XYZ  . . . . . . . queue XYZ to playlist"
 msgstr ""
 
-#: modules/control/rc.c:885
+#: modules/control/rc.c:887
 msgid "| playlist . . .  show items currently in playlist"
 msgstr ""
 
-#: modules/control/rc.c:886
+#: modules/control/rc.c:888
 msgid "| play . . . . . . . . . . . . . . . . play stream"
 msgstr ""
 
-#: modules/control/rc.c:887
+#: modules/control/rc.c:889
 msgid "| stop . . . . . . . . . . . . . . . . stop stream"
 msgstr ""
 
-#: modules/control/rc.c:888
+#: modules/control/rc.c:890
 msgid "| next . . . . . . . . . . . .  next playlist item"
 msgstr ""
 
-#: modules/control/rc.c:889
+#: modules/control/rc.c:891
 msgid "| prev . . . . . . . . . .  previous playlist item"
 msgstr ""
 
-#: modules/control/rc.c:890
+#: modules/control/rc.c:892
 msgid "| goto . . . . . . . . . . . .  goto item at index"
 msgstr ""
 
-#: modules/control/rc.c:891
+#: modules/control/rc.c:893
 msgid "| clear . . . . . . . . . . .   clear the playlist"
 msgstr ""
 
-#: modules/control/rc.c:892
+#: modules/control/rc.c:894
 msgid "| status . . . . . . . . . current playlist status"
 msgstr ""
 
-#: modules/control/rc.c:893
+#: modules/control/rc.c:895
 msgid "| title [X]  . . . . set/get title in current item"
 msgstr ""
 
-#: modules/control/rc.c:894
+#: modules/control/rc.c:896
 msgid "| title_n  . . . . . .  next title in current item"
 msgstr ""
 
-#: modules/control/rc.c:895
+#: modules/control/rc.c:897
 msgid "| title_p  . . . .  previous title in current item"
 msgstr ""
 
-#: modules/control/rc.c:896
+#: modules/control/rc.c:898
 msgid "| chapter [X]  . . set/get chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:897
+#: modules/control/rc.c:899
 msgid "| chapter_n  . . . .  next chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:898
+#: modules/control/rc.c:900
 msgid "| chapter_p  . .  previous chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:900
+#: modules/control/rc.c:902
 msgid "| seek X . seek in seconds, for instance `seek 12'"
 msgstr ""
 
-#: modules/control/rc.c:901
+#: modules/control/rc.c:903
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause"
 msgstr ""
 
-#: modules/control/rc.c:902
+#: modules/control/rc.c:904
 msgid "| fastforward  . . . . . .  .  set to maximum rate"
 msgstr ""
 
-#: modules/control/rc.c:903
+#: modules/control/rc.c:905
 msgid "| rewind  . . . . . . . . . .  set to minimum rate"
 msgstr ""
 
-#: modules/control/rc.c:904
+#: modules/control/rc.c:906
 msgid "| faster . . . . . . . .  faster playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:905
+#: modules/control/rc.c:907
 msgid "| slower . . . . . . . .  slower playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:906
+#: modules/control/rc.c:908
 msgid "| normal . . . . . . . .  normal playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:907
+#: modules/control/rc.c:909
 msgid "| f [on|off] . . . . . . . . . . toggle fullscreen"
 msgstr ""
 
-#: modules/control/rc.c:908
+#: modules/control/rc.c:910
 msgid "| info . . .  information about the current stream"
 msgstr ""
 
-#: modules/control/rc.c:909
+#: modules/control/rc.c:911
 msgid "| get_time . . seconds elapsed since stream's beginning"
 msgstr ""
 
-#: modules/control/rc.c:910
+#: modules/control/rc.c:912
 msgid "| is_playing . .  1 if a stream plays, 0 otherwise"
 msgstr ""
 
-#: modules/control/rc.c:911
+#: modules/control/rc.c:913
 msgid "| get_title . . .  the title of the current stream"
 msgstr ""
 
-#: modules/control/rc.c:912
+#: modules/control/rc.c:914
 msgid "| get_length . .  the length of the current stream"
 msgstr ""
 
-#: modules/control/rc.c:914
+#: modules/control/rc.c:916
 msgid "| volume [X] . . . . . . . .  set/get audio volume"
 msgstr ""
 
-#: modules/control/rc.c:915
+#: modules/control/rc.c:917
 msgid "| volup [X]  . . . . .  raise audio volume X steps"
 msgstr ""
 
-#: modules/control/rc.c:916
+#: modules/control/rc.c:918
 msgid "| voldown [X]  . . . .  lower audio volume X steps"
 msgstr ""
 
-#: modules/control/rc.c:917
+#: modules/control/rc.c:919
 msgid "| adev [X] . . . . . . . . .  set/get audio device"
 msgstr ""
 
-#: modules/control/rc.c:918
+#: modules/control/rc.c:920
 msgid "| achan [X]. . . . . . . .  set/get audio channels"
 msgstr ""
 
-#: modules/control/rc.c:919
+#: modules/control/rc.c:921
 msgid "| atrack [X] . . . . . . . . . set/get audio track"
 msgstr ""
 
-#: modules/control/rc.c:920
+#: modules/control/rc.c:922
 msgid "| vtrack [X] . . . . . . . . . set/get video track"
 msgstr ""
 
-#: modules/control/rc.c:921
+#: modules/control/rc.c:923
 msgid "| strack [X] . . . . . . . set/get subtitles track"
 msgstr ""
 
-#: modules/control/rc.c:922
+#: modules/control/rc.c:924
 msgid "| menu [on|off|up|down|left|right|select] use menu"
 msgstr ""
 
-#: modules/control/rc.c:927
+#: modules/control/rc.c:929
 msgid "| marq-marquee STRING  . . overlay STRING in video"
 msgstr ""
 
-#: modules/control/rc.c:928
+#: modules/control/rc.c:930
 msgid "| marq-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:929
+#: modules/control/rc.c:931
 msgid "| marq-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:930
+#: modules/control/rc.c:932
 msgid "| marq-position #. . .  .relative position control"
 msgstr ""
 
-#: modules/control/rc.c:931
+#: modules/control/rc.c:933
 msgid "| marq-color # . . . . . . . . . . font color, RGB"
 msgstr ""
 
-#: modules/control/rc.c:932
+#: modules/control/rc.c:934
 msgid "| marq-opacity # . . . . . . . . . . . . . opacity"
 msgstr ""
 
-#: modules/control/rc.c:933
+#: modules/control/rc.c:935
 msgid "| marq-timeout T. . . . . . . . . . timeout, in ms"
 msgstr ""
 
-#: modules/control/rc.c:934
+#: modules/control/rc.c:936
 msgid "| marq-size # . . . . . . . . font size, in pixels"
 msgstr ""
 
-#: modules/control/rc.c:936
+#: modules/control/rc.c:938
 msgid "| time-format STRING . . . overlay STRING in video"
 msgstr ""
 
-#: modules/control/rc.c:937
+#: modules/control/rc.c:939
 msgid "| time-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:938
+#: modules/control/rc.c:940
 msgid "| time-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:939
+#: modules/control/rc.c:941
 msgid "| time-position #. . . . . . . . relative position"
 msgstr ""
 
-#: modules/control/rc.c:940
+#: modules/control/rc.c:942
 msgid "| time-color # . . . . . . . . . . font color, RGB"
 msgstr ""
 
-#: modules/control/rc.c:941
+#: modules/control/rc.c:943
 msgid "| time-opacity # . . . . . . . . . . . . . opacity"
 msgstr ""
 
-#: modules/control/rc.c:942
+#: modules/control/rc.c:944
 msgid "| time-size # . . . . . . . . font size, in pixels"
 msgstr ""
 
-#: modules/control/rc.c:944
+#: modules/control/rc.c:946
 msgid "| logo-file STRING . . .the overlay file path/name"
 msgstr ""
 
-#: modules/control/rc.c:945
+#: modules/control/rc.c:947
 msgid "| logo-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:946
+#: modules/control/rc.c:948
 msgid "| logo-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:947
+#: modules/control/rc.c:949
 msgid "| logo-position #. . . . . . . . relative position"
 msgstr ""
 
-#: modules/control/rc.c:948
+#: modules/control/rc.c:950
 msgid "| logo-transparency #. . . . . . . . .transparency"
 msgstr ""
 
-#: modules/control/rc.c:950
+#: modules/control/rc.c:952
 msgid "| mosaic-alpha # . . . . . . . . . . . . . . alpha"
 msgstr ""
 
-#: modules/control/rc.c:951
+#: modules/control/rc.c:953
 msgid "| mosaic-height #. . . . . . . . . . . . . .height"
 msgstr ""
 
-#: modules/control/rc.c:952
+#: modules/control/rc.c:954
 msgid "| mosaic-width # . . . . . . . . . . . . . . width"
 msgstr ""
 
-#: modules/control/rc.c:953
+#: modules/control/rc.c:955
 msgid "| mosaic-xoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:954
+#: modules/control/rc.c:956
 msgid "| mosaic-yoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:955
+#: modules/control/rc.c:957
 msgid "| mosaic-align 0..2,4..6,8..10. . .mosaic alignment"
 msgstr ""
 
-#: modules/control/rc.c:956
+#: modules/control/rc.c:958
 msgid "| mosaic-vborder # . . . . . . . . vertical border"
 msgstr ""
 
-#: modules/control/rc.c:957
+#: modules/control/rc.c:959
 msgid "| mosaic-hborder # . . . . . . . horizontal border"
 msgstr ""
 
-#: modules/control/rc.c:958
+#: modules/control/rc.c:960
 msgid "| mosaic-position {0=auto,1=fixed} . . . .position"
 msgstr ""
 
-#: modules/control/rc.c:959
+#: modules/control/rc.c:961
 msgid "| mosaic-rows #. . . . . . . . . . .number of rows"
 msgstr ""
 
-#: modules/control/rc.c:960
+#: modules/control/rc.c:962
 msgid "| mosaic-cols #. . . . . . . . . . .number of cols"
 msgstr ""
 
-#: modules/control/rc.c:961
+#: modules/control/rc.c:963
 msgid "| mosaic-order id(,id)* . . . . order of pictures "
 msgstr ""
 
-#: modules/control/rc.c:962
+#: modules/control/rc.c:964
 msgid "| mosaic-keep-aspect-ratio {0,1} . . .aspect ratio"
 msgstr ""
 
-#: modules/control/rc.c:964
+#: modules/control/rc.c:966
 msgid ""
 "| check-updates [newer] [equal] [older]\n"
 "|               [undef] [info] [source] [binary] [plugin]"
 msgstr ""
 
-#: modules/control/rc.c:968
+#: modules/control/rc.c:970
 msgid "| help . . . . . . . . . . . . . this help message"
 msgstr ""
 
-#: modules/control/rc.c:969
+#: modules/control/rc.c:971
 msgid "| longhelp . . . . . . . . . a longer help message"
 msgstr ""
 
-#: modules/control/rc.c:970
+#: modules/control/rc.c:972
 msgid "| logout . . . . .  exit (if in socket connection)"
 msgstr ""
 
-#: modules/control/rc.c:971
+#: modules/control/rc.c:973
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc"
 msgstr ""
 
-#: modules/control/rc.c:973
+#: modules/control/rc.c:975
 msgid "+----[ end of help ]"
 msgstr ""
 
-#: modules/control/rc.c:1080
+#: modules/control/rc.c:1082
 msgid "Press menu select or pause to continue."
 msgstr ""
 
-#: modules/control/rc.c:1324 modules/control/rc.c:1809
-#: modules/control/rc.c:1879 modules/control/rc.c:1928
-#: modules/control/rc.c:2027
+#: modules/control/rc.c:1326 modules/control/rc.c:1811
+#: modules/control/rc.c:1881 modules/control/rc.c:1930
+#: modules/control/rc.c:2029
 msgid "Type 'menu select' or 'pause' to continue."
 msgstr ""
 
-#: modules/control/rc.c:1461
+#: modules/control/rc.c:1463
 msgid "Type 'pause' to continue."
 msgstr ""
 
-#: modules/control/rc.c:2012 modules/control/rc.c:2051
+#: modules/control/rc.c:2014 modules/control/rc.c:2053
 msgid "Please provide one of the following parameters:"
 msgstr ""
 
@@ -9009,6 +9027,7 @@ msgstr ""
 #: modules/gui/macosx/interaction.m:135 modules/gui/macosx/open.m:158
 #: modules/gui/macosx/playlistinfo.m:60 modules/gui/macosx/prefs.m:122
 #: modules/gui/macosx/prefs.m:142 modules/gui/macosx/wizard.m:363
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:88
 msgid "Cancel"
 msgstr ""
 
@@ -9903,8 +9922,8 @@ msgstr ""
 #: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:440
 #: modules/gui/macosx/open.m:634 modules/gui/macosx/open.m:738
 #: modules/gui/macosx/open.m:784 modules/gui/wxwidgets/interface.cpp:675
-#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:348
-#: modules/gui/wxwidgets/menus.cpp:404
+#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:349
+#: modules/gui/wxwidgets/menus.cpp:405
 msgid "Open"
 msgstr ""
 
@@ -9916,7 +9935,7 @@ msgstr ""
 
 #: modules/gui/beos/InterfaceWindow.cpp:237
 #: modules/gui/beos/InterfaceWindow.cpp:328 modules/gui/macosx/intf.m:503
-#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:35
+#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:41
 #: modules/gui/wxwidgets/dialogs/messages.cpp:47
 msgid "Messages"
 msgstr ""
@@ -10071,6 +10090,7 @@ msgstr ""
 
 #: modules/gui/beos/PreferencesWindow.cpp:254 modules/gui/macosx/output.m:526
 #: modules/gui/macosx/playlist.m:704 modules/gui/macosx/prefs.m:121
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:87
 msgid "Save"
 msgstr ""
 
@@ -10194,7 +10214,7 @@ msgstr ""
 msgid "The stream must be playing or paused for bookmarks to work."
 msgstr ""
 
-#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:735
+#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:741
 msgid "Jump To Time"
 msgstr ""
 
@@ -10210,64 +10230,64 @@ msgstr ""
 msgid "Random On"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:167
+#: modules/gui/macosx/controls.m:168
 msgid "Random Off"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:195 modules/gui/macosx/controls.m:719
+#: modules/gui/macosx/controls.m:197 modules/gui/macosx/controls.m:725
 #: modules/gui/macosx/intf.m:543 modules/gui/macosx/playlist.m:453
 #: modules/gui/macosx/playlist.m:1167
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:54
 msgid "Repeat One"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:199 modules/gui/macosx/controls.m:231
+#: modules/gui/macosx/controls.m:202 modules/gui/macosx/controls.m:236
 #: modules/gui/macosx/playlist.m:1186
 msgid "Repeat Off"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:227 modules/gui/macosx/controls.m:726
+#: modules/gui/macosx/controls.m:231 modules/gui/macosx/controls.m:732
 #: modules/gui/macosx/intf.m:544 modules/gui/macosx/playlist.m:454
 #: modules/gui/macosx/playlist.m:1175
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:53
 msgid "Repeat All"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:308 modules/gui/macosx/controls.m:749
+#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
 #: modules/gui/macosx/intf.m:569
 msgid "Half Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:310 modules/gui/macosx/controls.m:750
+#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:756
 #: modules/gui/macosx/intf.m:570
 msgid "Normal Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:312 modules/gui/macosx/controls.m:751
+#: modules/gui/macosx/controls.m:318 modules/gui/macosx/controls.m:757
 #: modules/gui/macosx/intf.m:571
 msgid "Double Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
-#: modules/gui/macosx/controls.m:766 modules/gui/macosx/intf.m:574
+#: modules/gui/macosx/controls.m:320 modules/gui/macosx/controls.m:761
+#: modules/gui/macosx/controls.m:772 modules/gui/macosx/intf.m:574
 msgid "Float on Top"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:752
+#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:758
 #: modules/gui/macosx/intf.m:572
 msgid "Fit to Screen"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:542
+#: modules/gui/macosx/controls.m:718 modules/gui/macosx/intf.m:542
 #: modules/gui/macosx/playlist.m:447
 msgid "Random"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:733 modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/controls.m:739 modules/gui/macosx/intf.m:545
 msgid "Step Forward"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:734 modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/controls.m:740 modules/gui/macosx/intf.m:546
 msgid "Step Backward"
 msgstr ""
 
@@ -10286,7 +10306,7 @@ msgstr ""
 #: modules/gui/pda/pda_interface.c:251 modules/gui/wxwidgets/interface.cpp:678
 #: modules/gui/wxwidgets/interface.cpp:689
 #: modules/gui/wxwidgets/interface.cpp:1210
-#: modules/gui/wxwidgets/menus.cpp:265 modules/visualization/xosd.c:242
+#: modules/gui/wxwidgets/menus.cpp:266 modules/visualization/xosd.c:242
 msgid "Pause"
 msgstr ""
 
@@ -10488,7 +10508,7 @@ msgstr ""
 
 #: modules/gui/macosx/intf.m:488 modules/gui/macosx/intf.m:999
 #: modules/gui/macosx/intf.m:1321 modules/gui/pda/pda_interface.c:212
-#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:52
+#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:54
 msgid "VLC media player"
 msgstr ""
 
@@ -10923,71 +10943,6 @@ msgstr ""
 msgid "Save File"
 msgstr ""
 
-#: modules/gui/macosx/playlistinfo.m:56
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
-msgid "URI"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:63
-msgid "Advanced Information"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:81
-msgid "Read at media"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:82
-msgid "Input bitrate"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:83
-msgid "Demuxed"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:84
-msgid "Stream bitrate"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
-msgid "Decoded blocks"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:88
-msgid "Displayed frames"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:89
-msgid "Lost frames"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
-#: modules/video_filter/deinterlace.c:137
-msgid "Streaming"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:92
-msgid "Sent packets"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:93
-msgid "Sent bytes"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:94
-msgid "Send rate"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:98
-msgid "Played buffers"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:99
-msgid "Lost buffers"
-msgstr ""
-
 #: modules/gui/macosx/playlist.m:434
 msgid "Save Playlist..."
 msgstr ""
@@ -11068,6 +11023,71 @@ msgstr ""
 msgid "Empty Folder"
 msgstr ""
 
+#: modules/gui/macosx/playlistinfo.m:56
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
+msgid "URI"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:63
+msgid "Advanced Information"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:81
+msgid "Read at media"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:82
+msgid "Input bitrate"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:83
+msgid "Demuxed"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:84
+msgid "Stream bitrate"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
+msgid "Decoded blocks"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:88
+msgid "Displayed frames"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:89
+msgid "Lost frames"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
+#: modules/video_filter/deinterlace.c:137
+msgid "Streaming"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:92
+msgid "Sent packets"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:93
+msgid "Sent bytes"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:94
+msgid "Send rate"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:98
+msgid "Played buffers"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:99
+msgid "Lost buffers"
+msgstr ""
+
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:213
 msgid "Reset All"
@@ -12271,10 +12291,19 @@ msgstr ""
 msgid "QNX RTOS video and audio output"
 msgstr ""
 
+#: modules/gui/qt4/dialogs/errors.cpp:37
+msgid "Errors"
+msgstr ""
+
 #: modules/gui/qt4/dialogs/streaminfo.cpp:35
 msgid "Stream information"
 msgstr ""
 
+#: modules/gui/qt4/dialogs_provider.cpp:235
+#: modules/gui/qt4/dialogs_provider.cpp:246
+msgid "Open directory"
+msgstr ""
+
 #: modules/gui/qt4/qt4.cpp:45
 #, fuzzy
 msgid "QT interface"
@@ -12441,6 +12470,11 @@ msgstr ""
 msgid "WinCE dialogs provider"
 msgstr ""
 
+#: modules/gui/wxwidgets/dialogs.cpp:433
+#: modules/gui/wxwidgets/dialogs/open.cpp:1265
+msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
+msgstr ""
+
 #: modules/gui/wxwidgets/dialogs/bookmarks.cpp:75
 msgid "Edit bookmark"
 msgstr ""
@@ -12503,26 +12537,6 @@ msgstr ""
 msgid "Input has changed "
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs.cpp:433
-#: modules/gui/wxwidgets/dialogs/open.cpp:1265
-msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:435
-#: modules/gui/wxwidgets/dialogs/open.cpp:1267
-msgid "|Video Files (*.avi, *.mpg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:436
-#: modules/gui/wxwidgets/dialogs/open.cpp:1268
-msgid "|Playlist Files (*.m3u, *.pls, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:437
-#: modules/gui/wxwidgets/dialogs/open.cpp:1269
-msgid "|Subtitle Files (*.srt, *.sub, etc.)|"
-msgstr ""
-
 #: modules/gui/wxwidgets/dialogs/fileinfo.cpp:54
 msgid "Stream and Media Info"
 msgstr ""
@@ -13028,11 +13042,6 @@ msgstr ""
 msgid "Loop"
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:415
-#, fuzzy
-msgid "Create"
-msgstr "बीच में"
-
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:560
 msgid "VLM stream"
 msgstr ""
@@ -13101,10 +13110,6 @@ msgid ""
 "about it."
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
-msgid "Transcode audio (if available)"
-msgstr ""
-
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:135
 msgid ""
 "Select the target audio codec. Choose a codec to display more information "
@@ -13167,6 +13172,10 @@ msgstr ""
 msgid "Save to file"
 msgstr ""
 
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
+msgid "Transcode audio (if available)"
+msgstr ""
+
 #: modules/gui/wxwidgets/extrapanel.cpp:41
 msgid ""
 "Controls the blending of equalizer bands. The higher this value is, the more "
@@ -13437,7 +13446,7 @@ msgstr ""
 msgid "&Preferences..."
 msgstr ""
 
-#: modules/gui/wxwidgets/menus.cpp:572 modules/gui/wxwidgets/menus.cpp:599
+#: modules/gui/wxwidgets/menus.cpp:573 modules/gui/wxwidgets/menus.cpp:600
 msgid "Empty"
 msgstr ""
 
@@ -13917,10 +13926,6 @@ msgstr ""
 msgid "Output data for RRDTool in this file."
 msgstr ""
 
-#: modules/misc/memcpy/memcpyaltivec.c:56
-msgid "AltiVec memcpy"
-msgstr ""
-
 #: modules/misc/memcpy/memcpy.c:83
 msgid "libc memcpy"
 msgstr ""
@@ -13937,6 +13942,10 @@ msgstr ""
 msgid "MMX EXT memcpy"
 msgstr ""
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr ""
+
 #: modules/misc/msn.c:64
 msgid "MSN Title format string"
 msgstr ""
@@ -15307,13 +15316,6 @@ msgstr ""
 msgid "Conversions from "
 msgstr ""
 
-#: 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 ""
-
 #: 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 "
@@ -16830,6 +16832,10 @@ msgstr ""
 msgid "XOSD interface"
 msgstr ""
 
+#, fuzzy
+#~ msgid "Create"
+#~ msgstr "बीच में"
+
 #, fuzzy
 #~ msgid "Listeners"
 #~ msgstr "फैल"
diff --git a/po/hu.po b/po/hu.po
index f7f6c81362a464b9ed6f48644d08306520e7fe17..917cdeff49d98330b2ba13bbe870ef54832273a8 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: VLAN\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-31 15:10+0400\n"
+"POT-Creation-Date: 2006-09-04 11:13+0200\n"
 "PO-Revision-Date: 2006-04-08 18:30+0000\n"
 "Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
 "Language-Team: Hungarian <gnome@gnome.hu>\n"
@@ -18,6 +18,19 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 1.10.2\n"
 
+#: include/vlc/vlc.h:576
+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"
+"see the file named COPYING for details.\n"
+"Written by the VideoLAN team; see the AUTHORS file.\n"
+msgstr ""
+"A programra NINCS GARANCIA, a hatályos jogszabályok által engedélyezett "
+"mértékig.\n"
+"Továbbterjesztheti a GNU General Public License feltételei alapján;\n"
+"további információ a COPYING fájlban olvasható.\n"
+"Írta a VideoLAN csapat; olvassa el az AUTHORS fájlt.\n"
+
 #: include/vlc_config_cat.h:32
 msgid "VLC preferences"
 msgstr "A VLC beállításai"
@@ -69,7 +82,7 @@ msgstr "A VLC kezelőfelületeinek beállításai"
 msgid "Hotkeys settings"
 msgstr "Forróbillentyűk beállításai"
 
-#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1209
+#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1217
 #: modules/gui/beos/InterfaceWindow.cpp:282 modules/gui/macosx/extended.m:81
 #: modules/gui/macosx/intf.m:555 modules/gui/macosx/output.m:170
 #: modules/gui/macosx/playlistinfo.m:96 modules/gui/macosx/wizard.m:421
@@ -113,9 +126,9 @@ msgstr "Kimeneti modulok"
 msgid "These are general settings for audio output modules."
 msgstr "Ezek a hangkimeneti modulok általános beállításai."
 
-#: include/vlc_config_cat.h:71 src/libvlc.h:1553
+#: include/vlc_config_cat.h:71 src/libvlc.h:1563
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:578
-#: modules/gui/wxwidgets/menus.cpp:279 modules/stream_out/transcode.c:285
+#: modules/gui/wxwidgets/menus.cpp:280 modules/stream_out/transcode.c:285
 msgid "Miscellaneous"
 msgstr "Egyéb"
 
@@ -123,7 +136,7 @@ msgstr "Egyéb"
 msgid "Miscellaneous audio settings and modules."
 msgstr "Egyéb hangbeállítások és modulok."
 
-#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1244
+#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1252
 #: modules/gui/macosx/extended.m:80 modules/gui/macosx/intf.m:568
 #: modules/gui/macosx/output.m:160 modules/gui/macosx/playlistinfo.m:86
 #: modules/gui/macosx/wizard.m:422
@@ -242,7 +255,7 @@ msgstr "A hang+videó és egyéb dekódolók és kódolók beállításai."
 msgid "General input settings. Use with care."
 msgstr "Általános bemeneti beállítások. Óvatosan használja."
 
-#: include/vlc_config_cat.h:135 src/libvlc.h:1483
+#: include/vlc_config_cat.h:135 src/libvlc.h:1493
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:152
 msgid "Stream output"
 msgstr "Kimeneti adatfolyam"
@@ -353,8 +366,8 @@ msgstr "VOD"
 msgid "VLC's implementation of Video On Demand"
 msgstr "A Video On Demand VLC-féle megvalósítása"
 
-#: include/vlc_config_cat.h:186 src/libvlc.h:1608 src/playlist/engine.c:79
-#: src/playlist/engine.c:81 modules/demux/playlist/playlist.c:56
+#: include/vlc_config_cat.h:186 src/libvlc.h:1618 src/playlist/engine.c:91
+#: src/playlist/engine.c:93 modules/demux/playlist/playlist.c:56
 #: modules/demux/playlist/playlist.c:57
 #: modules/gui/beos/InterfaceWindow.cpp:231
 #: modules/gui/beos/InterfaceWindow.cpp:325 modules/gui/macosx/intf.m:500
@@ -390,7 +403,7 @@ msgstr ""
 "A szolgáltatásfelismerési modulok automatikusan elemeket adnak hozzá a "
 "lejátszólistához."
 
-#: include/vlc_config_cat.h:197 src/libvlc.h:1444
+#: include/vlc_config_cat.h:197 src/libvlc.h:1454
 #: modules/gui/macosx/prefs.m:124
 msgid "Advanced"
 msgstr "Haladó"
@@ -510,7 +523,7 @@ msgstr "Válassza ki a célfájlt"
 #: modules/gui/wxwidgets/interface.cpp:677
 #: modules/gui/wxwidgets/interface.cpp:688
 #: modules/gui/wxwidgets/interface.cpp:1216
-#: modules/gui/wxwidgets/menus.cpp:263 modules/gui/wxwidgets/menus.cpp:274
+#: modules/gui/wxwidgets/menus.cpp:264 modules/gui/wxwidgets/menus.cpp:275
 #, fuzzy
 msgid "Play"
 msgstr "Lejátszás"
@@ -529,8 +542,8 @@ msgid "Delete"
 msgstr "Törlés"
 
 #: include/vlc_intf_strings.h:37 modules/gui/macosx/intf.m:599
-#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlistinfo.m:55
-#: modules/gui/macosx/playlistinfo.m:363 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/playlistinfo.m:55 modules/gui/macosx/playlistinfo.m:363
 #, fuzzy
 msgid "Information"
 msgstr "Információ"
@@ -568,8 +581,8 @@ msgstr "Meta-információk"
 msgid "Title"
 msgstr "Cím"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:58
-#: modules/gui/macosx/playlist.m:130 modules/gui/macosx/wizard.m:393
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:130
+#: modules/gui/macosx/playlistinfo.m:58 modules/gui/macosx/wizard.m:393
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:50
 msgid "Author"
 msgstr "Szerző"
@@ -641,19 +654,6 @@ msgstr "Kodeknév"
 msgid "Codec Description"
 msgstr "Kodek leírása"
 
-#: include/vlc/vlc.h:576
-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"
-"see the file named COPYING for details.\n"
-"Written by the VideoLAN team; see the AUTHORS file.\n"
-msgstr ""
-"A programra NINCS GARANCIA, a hatályos jogszabályok által engedélyezett "
-"mértékig.\n"
-"Továbbterjesztheti a GNU General Public License feltételei alapján;\n"
-"további információ a COPYING fájlban olvasható.\n"
-"Írta a VideoLAN csapat; olvassa el az AUTHORS fájlt.\n"
-
 #: src/audio_output/filters.c:154 src/audio_output/filters.c:201
 #: src/audio_output/filters.c:224
 #, fuzzy
@@ -667,7 +667,7 @@ msgid "The maximum number of filters (%d) was reached."
 msgstr ""
 
 #: src/audio_output/input.c:80 src/audio_output/input.c:126
-#: src/input/es_out.c:361 src/libvlc.h:417 src/video_output/video_output.c:421
+#: src/input/es_out.c:361 src/libvlc.h:421 src/video_output/video_output.c:421
 #: modules/codec/ffmpeg/postprocess.c:94
 msgid "Disable"
 msgstr "Tiltás"
@@ -816,13 +816,14 @@ msgid "VLC could not open the decoder module."
 msgstr ""
 
 #: src/input/decoder.c:136
-msgid "No suitable decoder module for FOURCC \"4.4s\" found"
+msgid "No suitable decoder module for format"
 msgstr ""
 
 #: src/input/decoder.c:137
+#, c-format
 msgid ""
-"VLC probably does not support this audio or video format. Regrettably, there "
-"is no way for you to fix this."
+"VLC probably does not support the “%4.4s” audio or video format. "
+"Unfortunately there is no way for you to fix this."
 msgstr ""
 
 #: src/input/es_out.c:383 src/input/es_out.c:385 src/input/es_out.c:391
@@ -833,7 +834,7 @@ msgid "Track %i"
 msgstr "%i. szám"
 
 #: src/input/es_out.c:465 src/input/es_out.c:467 src/input/es_out.c:567
-#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:443
+#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:447
 #: modules/gui/macosx/intf.m:548 modules/gui/macosx/intf.m:549
 msgid "Program"
 msgstr "Progam"
@@ -872,8 +873,8 @@ msgstr "%d Hz"
 msgid "Bits per sample"
 msgstr "Bitek mintánként"
 
-#: src/input/es_out.c:1605 modules/access_output/shout.c:86
-#: modules/access/pvr.c:84
+#: src/input/es_out.c:1605 modules/access/pvr.c:84
+#: modules/access_output/shout.c:86
 msgid "Bitrate"
 msgstr "Bitsebesség"
 
@@ -925,7 +926,7 @@ msgstr ""
 msgid "Bookmark"
 msgstr "Könyvjelző"
 
-#: src/input/var.c:131 src/libvlc.h:449
+#: src/input/var.c:131 src/libvlc.h:453
 msgid "Programs"
 msgstr "Programok"
 
@@ -1648,44 +1649,54 @@ msgstr ""
 "dekódolva, ez lehetővé teszi a processzor terhelésének csökkentését is."
 
 #: src/libvlc.h:278
+#, fuzzy
+msgid "Embedded video"
+msgstr "Teljesképernyős kép"
+
+#: src/libvlc.h:280
+#, fuzzy
+msgid "Embed the video output in the main interface."
+msgstr "Videó beágyazása a felületbe"
+
+#: src/libvlc.h:282
 msgid "Fullscreen video output"
 msgstr "Teljesképernyős videokimenet"
 
-#: src/libvlc.h:280
+#: src/libvlc.h:284
 msgid "Start video in fullscreen mode"
 msgstr "Videó indítása teljes képernyős módban"
 
-#: src/libvlc.h:282
+#: src/libvlc.h:286
 msgid "Overlay video output"
 msgstr "Videokimenet átlapolása"
 
-#: src/libvlc.h:284
+#: src/libvlc.h:288
 msgid ""
 "Overlay is the hardware acceleration capability of your video card (ability "
 "to render video directly). VLC will try to use it by default."
 msgstr ""
 
-#: src/libvlc.h:287 src/video_output/vout_intf.c:399
+#: src/libvlc.h:291 src/video_output/vout_intf.c:399
 msgid "Always on top"
 msgstr "Mindig felül"
 
-#: src/libvlc.h:289
+#: src/libvlc.h:293
 msgid "Always place the video window on top of other windows."
 msgstr "A videoablakot mindig a többi ablak felett helyezze el."
 
-#: src/libvlc.h:291
+#: src/libvlc.h:295
 msgid "Disable screensaver"
 msgstr "Képernyővédő kikapcsolása"
 
-#: src/libvlc.h:292
+#: src/libvlc.h:296
 msgid "Disable the screensaver during video playback."
 msgstr "A képernyővédő kikapcsolása lejátszáskor."
 
-#: src/libvlc.h:294
+#: src/libvlc.h:298
 msgid "Window decorations"
 msgstr "Ablakdekorációk"
 
-#: src/libvlc.h:296
+#: src/libvlc.h:300
 msgid ""
 "VLC can avoid creating window caption, frames, etc... around the video, "
 "giving a \"minimal\" window."
@@ -1693,12 +1704,12 @@ msgstr ""
 "A VLC megelőzheti az ablakcímke, kereteket stb. rajzolását a videó köré, így "
 "egy minimális ablakot biztosít."
 
-#: src/libvlc.h:299
+#: src/libvlc.h:303
 #, fuzzy
 msgid "Video output filter module"
 msgstr "Videokimeneti modul"
 
-#: src/libvlc.h:301
+#: src/libvlc.h:305
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
 "instance deinterlacing, or to clone or distort the video window."
@@ -1707,11 +1718,11 @@ msgstr ""
 "váltottsorosság-mentesítéssel) vagy a videoablak klónozása vagy torzítása "
 "érdekében."
 
-#: src/libvlc.h:305
+#: src/libvlc.h:309
 msgid "Video filter module"
 msgstr "Videoszűrő modul"
 
-#: src/libvlc.h:307
+#: src/libvlc.h:311
 #, fuzzy
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
@@ -1721,59 +1732,59 @@ msgstr ""
 "váltottsorosság-mentesítéssel) vagy a videoablak klónozása vagy torzítása "
 "érdekében."
 
-#: src/libvlc.h:311
+#: src/libvlc.h:315
 #, fuzzy
 msgid "Video snapshot directory (or filename)"
 msgstr "Videó pillanatképek könyvtára"
 
-#: src/libvlc.h:313
+#: src/libvlc.h:317
 msgid "Directory where the video snapshots will be stored."
 msgstr "A videó pillanatképek tárolására használt könyvtár."
 
-#: src/libvlc.h:315 src/libvlc.h:317
+#: src/libvlc.h:319 src/libvlc.h:321
 #, fuzzy
 msgid "Video snapshot file prefix"
 msgstr "Videó pillanatképek formátuma"
 
-#: src/libvlc.h:319
+#: src/libvlc.h:323
 msgid "Video snapshot format"
 msgstr "Videó pillanatképek formátuma"
 
-#: src/libvlc.h:321
+#: src/libvlc.h:325
 msgid "Image format which will be used to store the video snapshots"
 msgstr ""
 
-#: src/libvlc.h:323
+#: src/libvlc.h:327
 msgid "Display video snapshot preview"
 msgstr "Videó pillanatkép előnézet készítése"
 
-#: src/libvlc.h:325
+#: src/libvlc.h:329
 msgid "Display the snapshot preview in the screen's top-left corner."
 msgstr ""
 
-#: src/libvlc.h:327
+#: src/libvlc.h:331
 msgid "Use sequential numbers instead of timestamps"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:333
 msgid "Use sequential numbers instead of timestamps for snapshot numbering"
 msgstr ""
 
-#: src/libvlc.h:331
+#: src/libvlc.h:335
 msgid "Video cropping"
 msgstr "Videó levágása"
 
-#: src/libvlc.h:333
+#: src/libvlc.h:337
 msgid ""
 "This forces the cropping of the source video. Accepted formats are x:y (4:3, "
 "16:9, etc.) expressing the global image aspect."
 msgstr ""
 
-#: src/libvlc.h:337
+#: src/libvlc.h:341
 msgid "Source aspect ratio"
 msgstr "Forrás képarány"
 
-#: src/libvlc.h:339
+#: src/libvlc.h:343
 msgid ""
 "This forces 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 "
@@ -1788,43 +1799,43 @@ msgstr ""
 "vagy egy lebegőpontos érték (1.25, 1.3333, stb.) amely a képpont "
 "négyzetességét fejezi ki."
 
-#: src/libvlc.h:346
+#: src/libvlc.h:350
 msgid "Custom crop ratios list"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:352
 msgid ""
 "Comma seperated list of crop ratios which will be added in the interface's "
 "crop ratios list."
 msgstr ""
 
-#: src/libvlc.h:351
+#: src/libvlc.h:355
 #, fuzzy
 msgid "Custom aspect ratios list"
 msgstr "Monitor képaránya"
 
-#: src/libvlc.h:353
+#: src/libvlc.h:357
 msgid ""
 "Comma seperated list of aspect ratios which will be added in the interface's "
 "aspect ratio list."
 msgstr ""
 
-#: src/libvlc.h:356
+#: src/libvlc.h:360
 msgid "Fix HDTV height"
 msgstr ""
 
-#: src/libvlc.h:358
+#: src/libvlc.h:362
 msgid ""
 "This allows proper handling of HDTV-1080 video format even if broken encoder "
 "incorrectly sets height to 1088 lines. You should only disable this option "
 "if your video has a non-standard format requiring all 1088 lines."
 msgstr ""
 
-#: src/libvlc.h:363
+#: src/libvlc.h:367
 msgid "Monitor pixel aspect ratio"
 msgstr "Monitor képpontjainak képarány"
 
-#: src/libvlc.h:365
+#: src/libvlc.h:369
 msgid ""
 "This forces the monitor aspect ratio. Most monitors have square pixels "
 "(1:1). If you have a 16:9 screen, you might need to change this to 4:3 in "
@@ -1834,31 +1845,31 @@ msgstr ""
 "képpontokkal rendelkezik (1:1). Ha 16:9 arányú képernyővel rendelkezik, "
 "akkor ezt módosítsa 4:3-ra az arányok megtartása érdekében."
 
-#: src/libvlc.h:370
+#: src/libvlc.h:374
 msgid "Skip frames"
 msgstr "Képkockák kihagyása"
 
-#: src/libvlc.h:372
+#: src/libvlc.h:376
 msgid ""
 "This option enables framedropping on MPEG2 stream. Framedropping occurs when "
 "your computer is not powerful enough"
 msgstr ""
 
-#: src/libvlc.h:375
+#: src/libvlc.h:379
 msgid "Drop late frames"
 msgstr ""
 
-#: src/libvlc.h:377
+#: src/libvlc.h:381
 msgid ""
 "This drops frames that are late (arrive to the video output after their "
 "intended display date)."
 msgstr ""
 
-#: src/libvlc.h:380
+#: src/libvlc.h:384
 msgid "Quiet synchro"
 msgstr "Csendes szinkronizálás"
 
-#: src/libvlc.h:382
+#: src/libvlc.h:386
 msgid ""
 "This avoids flooding the message log with debug output from the video output "
 "synchronization mechanism."
@@ -1867,7 +1878,7 @@ msgstr ""
 "érdekében a videokimenet szinkronizálási mechanizmusából származó "
 "hibakeresési kimenettel."
 
-#: src/libvlc.h:391
+#: src/libvlc.h:395
 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 "
@@ -1877,17 +1888,17 @@ msgstr ""
 "vagy VCD eszköz, a hálózati csatoló beállításai vagy a feliratcsatorna "
 "viselkedésének módosítását."
 
-#: src/libvlc.h:396
+#: src/libvlc.h:400
 msgid ""
 "If you live in France, it is not allowed to workaround any Digital "
 "Restrictions Management measure."
 msgstr ""
 
-#: src/libvlc.h:399
+#: src/libvlc.h:403
 msgid "Clock reference average counter"
 msgstr "Óra hivatkozási átlagszámító"
 
-#: src/libvlc.h:401
+#: src/libvlc.h:405
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
@@ -1895,11 +1906,11 @@ msgstr ""
 "Ha PVR bemenetet (vagy egy nagyon szabálytalan forrást) használ, akkor "
 "állítsa ezt 10000-re."
 
-#: src/libvlc.h:404
+#: src/libvlc.h:408
 msgid "Clock synchronisation"
 msgstr "Óraszinkronizáció"
 
-#: src/libvlc.h:406
+#: src/libvlc.h:410
 msgid ""
 "It is possible to disable the input clock synchronisation for real-time "
 "sources. Use this if you experience jerky playback of network streams."
@@ -1908,17 +1919,17 @@ msgstr ""
 "letiltása. Ezt akkor használja, ha a hálózati adatfolyamok lejátszása "
 "döcögős."
 
-#: src/libvlc.h:410 modules/control/netsync.c:71
+#: src/libvlc.h:414 modules/control/netsync.c:71
 msgid "Network synchronisation"
 msgstr "Hálózati szinkronizáció"
 
-#: src/libvlc.h:411
+#: src/libvlc.h:415
 msgid ""
 "This allows you to remotely synchronise clocks for server and client. The "
 "detailed settings are available in Advanced / Network Sync."
 msgstr ""
 
-#: src/libvlc.h:417 src/libvlc.h:964 src/video_output/vout_intf.c:261
+#: src/libvlc.h:421 src/libvlc.h:972 src/video_output/vout_intf.c:261
 #: src/video_output/vout_intf.c:348 modules/access/dshow/dshow.cpp:74
 #: modules/access/dshow/dshow.cpp:76 modules/access/dshow/dshow.cpp:79
 #: modules/access/dshow/dshow.cpp:85 modules/audio_output/alsa.c:102
@@ -1931,7 +1942,7 @@ msgstr ""
 msgid "Default"
 msgstr "Alapértelmezett"
 
-#: src/libvlc.h:417 modules/gui/macosx/equalizer.m:145
+#: src/libvlc.h:421 modules/gui/macosx/equalizer.m:145
 #: modules/gui/macosx/extended.m:113 modules/gui/macosx/wizard.m:395
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:633
 #: modules/gui/wxwidgets/extrapanel.cpp:216
@@ -1939,20 +1950,20 @@ msgstr "Alapértelmezett"
 msgid "Enable"
 msgstr "Engedélyezés"
 
-#: src/libvlc.h:419
+#: src/libvlc.h:423
 msgid "UDP port"
 msgstr "UDP port"
 
-#: src/libvlc.h:421
+#: src/libvlc.h:425
 msgid "This is the default port used for UDP streams. Default is 1234."
 msgstr ""
 "Ez az UDP adatfolyamok alapértelmezett portja. Az alapértelmezés az 1234."
 
-#: src/libvlc.h:423
+#: src/libvlc.h:427
 msgid "MTU of the network interface"
 msgstr "A hálózati csatoló MTU-ja"
 
-#: src/libvlc.h:425
+#: src/libvlc.h:429
 msgid ""
 "This is the maximum packet size that can be transmitted over the network "
 "interface. On Ethernet it is usually 1500 bytes."
@@ -1960,36 +1971,36 @@ msgstr ""
 "A hálózati csatolón átvihető csomagok maximális mérete. Ethernet esetén "
 "általában 1500 bájt."
 
-#: src/libvlc.h:428
+#: src/libvlc.h:432
 msgid "Hop limit (TTL)"
 msgstr ""
 
-#: src/libvlc.h:430
+#: src/libvlc.h:434
 msgid ""
 "This is the hop limit (also known as \"Time-To-Live\" or TTL) of the "
 "multicast packets sent by the stream output (0 = use operating system built-"
 "in default)."
 msgstr ""
 
-#: src/libvlc.h:434
+#: src/libvlc.h:438
 msgid "IPv6 multicast output interface"
 msgstr "IPv6 multicast kimeneti kezelőfelület"
 
-#: src/libvlc.h:436
+#: src/libvlc.h:440
 msgid "Default IPv6 multicast interface. This overrides the routing table."
 msgstr ""
 
-#: src/libvlc.h:438
+#: src/libvlc.h:442
 msgid "IPv4 multicast output interface address"
 msgstr "IPv4 multicast kimeneti kezelőfelület címe"
 
-#: src/libvlc.h:440
+#: src/libvlc.h:444
 msgid ""
 "IPv4 adress for the default multicast interface. This overrides the routing "
 "table."
 msgstr ""
 
-#: src/libvlc.h:445
+#: src/libvlc.h:449
 msgid ""
 "Choose the program to select by giving its Service ID. Only use this option "
 "if you want to read a multi-program stream (like DVB streams for example)."
@@ -1998,7 +2009,7 @@ msgstr ""
 "megadásával. Csak akkor hasznáálja ezt az opciót, ha többprogramos "
 "adatfolyamot (mint például a DVB folyamok) kíván olvasni."
 
-#: src/libvlc.h:451
+#: src/libvlc.h:455
 msgid ""
 "Choose the programs to select by giving a comma-separated list of Service "
 "IDs (SIDs). Only use this option if you want to read a multi-program stream "
@@ -2009,27 +2020,27 @@ msgstr ""
 "opciót, ha többprogramos adatfolyamot (mint például a DVB folyamok) kíván "
 "olvasni."
 
-#: src/libvlc.h:457 modules/gui/wxwidgets/dialogs/open.cpp:779
+#: src/libvlc.h:461 modules/gui/wxwidgets/dialogs/open.cpp:779
 msgid "Audio track"
 msgstr "Hangsáv"
 
-#: src/libvlc.h:459
+#: src/libvlc.h:463
 msgid "Stream number of the audio track to use (from 0 to n)."
 msgstr "A használandó hangsáv adatfolyam-száma (0 és n között)."
 
-#: src/libvlc.h:462 modules/gui/wxwidgets/dialogs/open.cpp:771
+#: src/libvlc.h:466 modules/gui/wxwidgets/dialogs/open.cpp:771
 msgid "Subtitles track"
 msgstr "Feliratsáv"
 
-#: src/libvlc.h:464
+#: src/libvlc.h:468
 msgid "Stream number of the subtitle track to use (from 0 to n)."
 msgstr "A használandó feliratsáv adatfolyam-számát (0 és n között)."
 
-#: src/libvlc.h:467
+#: src/libvlc.h:471
 msgid "Audio language"
 msgstr "Hang nyelve"
 
-#: src/libvlc.h:469
+#: src/libvlc.h:473
 msgid ""
 "Language of the audio track you want to use (comma separated, two or three "
 "letter country code)."
@@ -2037,11 +2048,11 @@ msgstr ""
 "A használandó hangsáv nyelve (vesszővel elválasztva, két vagy hárombetűs "
 "országkód)."
 
-#: src/libvlc.h:472
+#: src/libvlc.h:476
 msgid "Subtitle language"
 msgstr "Felirat nyelve"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:478
 msgid ""
 "Language of the subtitle track you want to use (comma separated, two or tree "
 "letter country code)."
@@ -2049,51 +2060,51 @@ msgstr ""
 "A használandó feliratsáv nyelve (vesszővel elválasztva, két vagy hárombetűs "
 "országkód)."
 
-#: src/libvlc.h:478
+#: src/libvlc.h:482
 msgid "Audio track ID"
 msgstr "Hangsáv azonosítója"
 
-#: src/libvlc.h:480
+#: src/libvlc.h:484
 msgid "Stream ID of the audio track to use."
 msgstr "A használandó hangsáv adatfolyam-azonosítóját"
 
-#: src/libvlc.h:482
+#: src/libvlc.h:486
 msgid "Subtitles track ID"
 msgstr "Feliratsáv azonosítója"
 
-#: src/libvlc.h:484
+#: src/libvlc.h:488
 msgid "Stream ID of the subtitle track to use."
 msgstr "A használandó feliratsáv adatfolyam-azonosítója."
 
-#: src/libvlc.h:486
+#: src/libvlc.h:490
 msgid "Input repetitions"
 msgstr "Bemenet ismétlődései"
 
-#: src/libvlc.h:488
+#: src/libvlc.h:492
 msgid "Number of time the same input will be repeated"
 msgstr "Az azonos bemenet ismétlődéseinek száma."
 
-#: src/libvlc.h:490
+#: src/libvlc.h:494
 msgid "Start time"
 msgstr "Kezdési idő"
 
-#: src/libvlc.h:492
+#: src/libvlc.h:496
 msgid "The stream will start at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:494
+#: src/libvlc.h:498
 msgid "Stop time"
 msgstr "Leállítási idő"
 
-#: src/libvlc.h:496
+#: src/libvlc.h:500
 msgid "The stream will stop at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:498
+#: src/libvlc.h:502
 msgid "Input list"
 msgstr "Bemeneti lista"
 
-#: src/libvlc.h:500
+#: src/libvlc.h:504
 msgid ""
 "You can give a comma-separated list of inputs that will be concatenated "
 "together after the normal one."
@@ -2101,11 +2112,11 @@ msgstr ""
 "Megadható a bemenetek vesszőkkel elválasztott listája, amelyek összefűzésre "
 "kerülnek a normális után."
 
-#: src/libvlc.h:503
+#: src/libvlc.h:507
 msgid "Input slave (experimental)"
 msgstr "Bemeneti szolga (kísérleti)"
 
-#: src/libvlc.h:505
+#: src/libvlc.h:509
 msgid ""
 "This allows you to play from several inputs at the same time. This feature "
 "is experimental, not all formats are supported. Use a '#' separated list of "
@@ -2115,11 +2126,11 @@ msgstr ""
 "kísérleti, nem minden formátum támogatott. Használja a bemenetek #-ekkel "
 "elválasztott listáját."
 
-#: src/libvlc.h:509
+#: src/libvlc.h:513
 msgid "Bookmarks list for a stream"
 msgstr "Könyvjelzőlista egy adatfolyamhoz"
 
-#: src/libvlc.h:511
+#: src/libvlc.h:515
 msgid ""
 "You can manually give a list of bookmarks for a stream in the form "
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
@@ -2130,7 +2141,7 @@ msgstr ""
 "\"{name=könyvjelzőnév,time=elhagyható-időeltolás,bytes=elhagyható-"
 "bájteltolás},{...}\""
 
-#: src/libvlc.h:517
+#: src/libvlc.h:521
 msgid ""
 "These options allow you to modify the behavior of the subpictures subsystem. "
 "You can for example enable subpictures filters (logo, etc.). Enable these "
@@ -2142,11 +2153,11 @@ msgstr ""
 "Ezeket a szűrőket itt engedélyezheti és az \\\"alkép szűrő\\\" modulok "
 "között állíthatja be. Ezen kívül sok egyéb alkép-opciót is beállíthat."
 
-#: src/libvlc.h:523
+#: src/libvlc.h:527
 msgid "Force subtitle position"
 msgstr "Felirat pozíciójának kényszerítése"
 
-#: src/libvlc.h:525
+#: src/libvlc.h:529
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
@@ -2154,20 +2165,20 @@ msgstr ""
 "Ezt az opciót a feliratok film alá helyezésére használhatja a film felett "
 "helyett. Próbáljon ki több pozíciót is."
 
-#: src/libvlc.h:528
+#: src/libvlc.h:532
 msgid "Enable sub-pictures"
 msgstr "Alképek engedélyezése"
 
-#: src/libvlc.h:530
+#: src/libvlc.h:534
 msgid "You can completely disable the sub-picture processing."
 msgstr ""
 
-#: src/libvlc.h:532 src/libvlc.h:1324 src/misc/iso-639_def.h:143
+#: src/libvlc.h:536 src/libvlc.h:1334 src/misc/iso-639_def.h:143
 #: modules/stream_out/transcode.c:281
 msgid "On Screen Display"
 msgstr "Képernyőkijelzés"
 
-#: src/libvlc.h:534
+#: src/libvlc.h:538
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
 "Display)."
@@ -2175,32 +2186,32 @@ msgstr ""
 "A VLC képes üzeneteket megjeleníteni a videón. Ennek neve képernyőkijelzés "
 "(OSD)."
 
-#: src/libvlc.h:537
+#: src/libvlc.h:541
 #, fuzzy
 msgid "Text rendering module"
 msgstr "Szövegmegjelenítés"
 
-#: src/libvlc.h:539
+#: src/libvlc.h:543
 msgid ""
 "VLC normally uses Freetype for rendering, but this allows you to use svg for "
 "instance."
 msgstr ""
 
-#: src/libvlc.h:542
+#: src/libvlc.h:546
 msgid "Subpictures filter module"
 msgstr "Alkép szűrő modul"
 
-#: src/libvlc.h:544
+#: src/libvlc.h:548
 msgid ""
 "This adds so-called \"subpicture filters\". These filters overlay some "
 "images or text over the video (like a logo, arbitraty text...)."
 msgstr ""
 
-#: src/libvlc.h:547
+#: src/libvlc.h:551
 msgid "Autodetect subtitle files"
 msgstr "Feliratfájlok automatikus felismerése"
 
-#: src/libvlc.h:549
+#: src/libvlc.h:553
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified "
 "(based on the filename of the movie)."
@@ -2208,11 +2219,11 @@ msgstr ""
 "Automatikusan felismeri a feliratfájlt, ha nincs feliratfájlnév megadva (a "
 "film fájlnevének alapján)."
 
-#: src/libvlc.h:552
+#: src/libvlc.h:556
 msgid "Subtitle autodetection fuzziness"
 msgstr "Felirat automatikus felismerésének zajossága"
 
-#: src/libvlc.h:554
+#: src/libvlc.h:558
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -2230,11 +2241,11 @@ msgstr ""
 "3 = a film címét és további karaktereket tartalmazó feliratfájl\n"
 "4 = a film címével pontosan egyező feliratfájl"
 
-#: src/libvlc.h:562
+#: src/libvlc.h:566
 msgid "Subtitle autodetection paths"
 msgstr "Felirat automatikus felismerésének útvonalai"
 
-#: src/libvlc.h:564
+#: src/libvlc.h:568
 msgid ""
 "Look for a subtitle file in those paths too, if your subtitle file was not "
 "found in the current directory."
@@ -2242,11 +2253,11 @@ msgstr ""
 "Feliratfájlok keresése ezeken az útvonalakon is, ha a feliratfájl nem "
 "található az aktuális könyvtárban."
 
-#: src/libvlc.h:567
+#: src/libvlc.h:571
 msgid "Use subtitle file"
 msgstr "Feliratfájl használata"
 
-#: src/libvlc.h:569
+#: src/libvlc.h:573
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
@@ -2254,11 +2265,11 @@ msgstr ""
 "Ezen feliratfájl betöltése. Akkor használatos, ha az automatikus felismerés "
 "nem képes feliratfájlt felismerni."
 
-#: src/libvlc.h:572
+#: src/libvlc.h:576
 msgid "DVD device"
 msgstr "DVD meghajtó"
 
-#: src/libvlc.h:575
+#: src/libvlc.h:579
 msgid ""
 "This is the default DVD drive (or file) to use. Don't forget the colon after "
 "the drive letter (eg. D:)"
@@ -2266,15 +2277,15 @@ msgstr ""
 "Ez az alapértelmezésben használandó DVD meghajtó (vagy fájl). Ne feledje a "
 "kettőspontot (például D:) a meghajtó betűjele után."
 
-#: src/libvlc.h:579
+#: src/libvlc.h:583
 msgid "This is the default DVD device to use."
 msgstr "Ez az alapértelmezetten használandó DVD eszköz."
 
-#: src/libvlc.h:582
+#: src/libvlc.h:586
 msgid "VCD device"
 msgstr "VCD meghajtó"
 
-#: src/libvlc.h:585
+#: src/libvlc.h:589
 msgid ""
 "This is the default VCD device to use. If you don't specify anything, we'll "
 "scan for a suitable CD-ROM device."
@@ -2282,15 +2293,15 @@ msgstr ""
 "Ez az alapértelmezetten használandó VCD eszköz. Ha nem ad meg semmit, akkor "
 "a program egy megfelelő CD-ROM eszközt fog keresni."
 
-#: src/libvlc.h:589
+#: src/libvlc.h:593
 msgid "This is the default VCD device to use."
 msgstr "Ez az alapértelmezetten használandó VCD eszköz."
 
-#: src/libvlc.h:592
+#: src/libvlc.h:596
 msgid "Audio CD device"
 msgstr "Hang CD eszköz"
 
-#: src/libvlc.h:595
+#: src/libvlc.h:599
 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."
@@ -2298,39 +2309,39 @@ msgstr ""
 "Ez az alapértelmezetten használandó hang CD eszköz. Ha nem ad meg semmit, "
 "akkor a program egy megfelelő CD-ROM eszközt fog keresni."
 
-#: src/libvlc.h:599
+#: src/libvlc.h:603
 msgid "This is the default Audio CD device to use."
 msgstr "Ez az alapértelmezetten használandó hang CD eszköz."
 
-#: src/libvlc.h:602 modules/gui/wxwidgets/dialogs/open.cpp:841
+#: src/libvlc.h:606 modules/gui/wxwidgets/dialogs/open.cpp:841
 msgid "Force IPv6"
 msgstr "IPv6 kényszerítése"
 
-#: src/libvlc.h:604
+#: src/libvlc.h:608
 msgid "IPv6 will be used by default for all connections."
 msgstr "Alapértelmezésben minden kapcsolathoz IPv6 kerül felhasználásra."
 
-#: src/libvlc.h:606
+#: src/libvlc.h:610
 msgid "Force IPv4"
 msgstr "IPv4 kényszerítése"
 
-#: src/libvlc.h:608
+#: src/libvlc.h:612
 msgid "IPv4 will be used by default for all connections."
 msgstr "Alapértelmezésben minden kapcsolathoz IPv4 kerül felhasználásra."
 
-#: src/libvlc.h:610
+#: src/libvlc.h:614
 msgid "TCP connection timeout"
 msgstr "TCP kapcsolat időtúllépése"
 
-#: src/libvlc.h:612
+#: src/libvlc.h:616
 msgid "Default TCP connection timeout (in milliseconds). "
 msgstr "TCP kapcsolat alapértelmezett időtúllépése (ezredmásodpercben). "
 
-#: src/libvlc.h:614
+#: src/libvlc.h:618
 msgid "SOCKS server"
 msgstr "SOCKS kiszolgáló"
 
-#: src/libvlc.h:616
+#: src/libvlc.h:620
 msgid ""
 "SOCKS proxy server to use. This must be of the form address:port. It will be "
 "used for all TCP connections"
@@ -2338,90 +2349,90 @@ msgstr ""
 "A használandó SOCKS proxykiszolgáló. Ezt cím:port formátumban kell megadni "
 "és minden TCP kapcsolathoz felhasználásra kerül."
 
-#: src/libvlc.h:619
+#: src/libvlc.h:623
 msgid "SOCKS user name"
 msgstr "SOCKS felhasználónév"
 
-#: src/libvlc.h:621
+#: src/libvlc.h:625
 msgid "User name to be used for connection to the SOCKS proxy."
 msgstr "A SOCKS proxykiszolgálóra kapcsolódáshoz használandó felhasználónév."
 
-#: src/libvlc.h:623
+#: src/libvlc.h:627
 msgid "SOCKS password"
 msgstr "SOCKS jelszó"
 
-#: src/libvlc.h:625
+#: src/libvlc.h:629
 #, fuzzy
 msgid "Password to be used for connection to the SOCKS proxy."
 msgstr ""
 "Lehetővé teszi a SOCKS kiszolgálóra kapcsolódáshoz használandó jelszó  "
 "módosítását."
 
-#: src/libvlc.h:627
+#: src/libvlc.h:631
 msgid "Title metadata"
 msgstr "Cím metadatok"
 
-#: src/libvlc.h:629
+#: src/libvlc.h:633
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr "Lehetővé teszi \"cím\" metaadatok megadását a bemenethez."
 
-#: src/libvlc.h:631
+#: src/libvlc.h:635
 msgid "Author metadata"
 msgstr "Szerző metadatok"
 
-#: src/libvlc.h:633
+#: src/libvlc.h:637
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr "Lehetővé teszi \"szerző\" metaadatok megadását a bemenethez."
 
-#: src/libvlc.h:635
+#: src/libvlc.h:639
 msgid "Artist metadata"
 msgstr "Előadó metadatok"
 
-#: src/libvlc.h:637
+#: src/libvlc.h:641
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr "Lehetővé teszi \"előadó\" metaadatok megadását a bemenethez."
 
-#: src/libvlc.h:639
+#: src/libvlc.h:643
 msgid "Genre metadata"
 msgstr "Műfaj metadatok"
 
-#: src/libvlc.h:641
+#: src/libvlc.h:645
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr "Lehetővé teszi \"műfaj\" metaadatok megadását a bemenethez."
 
-#: src/libvlc.h:643
+#: src/libvlc.h:647
 msgid "Copyright metadata"
 msgstr "Szerzői jogi metadatok"
 
-#: src/libvlc.h:645
+#: src/libvlc.h:649
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr "Lehetővé teszi \"szerzői jogi\" metaadatok megadását a bemenethez."
 
-#: src/libvlc.h:647
+#: src/libvlc.h:651
 msgid "Description metadata"
 msgstr "Hossz metaadatok"
 
-#: src/libvlc.h:649
+#: src/libvlc.h:653
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr "Lehetővé teszi \"hossz\" metaadatok megadását a bemenethez."
 
-#: src/libvlc.h:651
+#: src/libvlc.h:655
 msgid "Date metadata"
 msgstr "Dátum metaadatok"
 
-#: src/libvlc.h:653
+#: src/libvlc.h:657
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr "Lehetővé teszi \"dátum\" metaadatok megadását a bemenethez."
 
-#: src/libvlc.h:655
+#: src/libvlc.h:659
 msgid "URL metadata"
 msgstr "URL metaadatok"
 
-#: src/libvlc.h:657
+#: src/libvlc.h:661
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr "Lehetővé teszi \"url\" metaadatok megadását a bemenethez."
 
-#: src/libvlc.h:661
+#: src/libvlc.h:665
 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 "
@@ -2430,12 +2441,12 @@ msgstr ""
 "Ezzel az opcióval megváltoztathatja a VLC által a kodekek (kicsomagolási "
 "módszerek) kiválasztásához használt módszert."
 
-#: src/libvlc.h:665
+#: src/libvlc.h:669
 #, fuzzy
 msgid "Preferred decoders list"
 msgstr "Előnyben részesített kodekek listája"
 
-#: src/libvlc.h:667
+#: src/libvlc.h:671
 #, fuzzy
 msgid ""
 "List of codecs that VLC will use in priority. For instance, 'dummy,a52' will "
@@ -2445,11 +2456,11 @@ msgstr ""
 "Ezzel az opcióval megváltoztathatja a VLC által a kodekek (kicsomagolási "
 "módszerek) kiválasztásához használt módszert."
 
-#: src/libvlc.h:672
+#: src/libvlc.h:676
 msgid "Preferred encoders list"
 msgstr "Előnyben részesített kodekek listája"
 
-#: src/libvlc.h:674
+#: src/libvlc.h:678
 #, fuzzy
 msgid ""
 "This allows you to select a list of encoders that VLC will use in priority."
@@ -2457,7 +2468,7 @@ msgstr ""
 "Ez lehetővé teszi azon kódolók listájának kiválasztását, amelyeket a VLC "
 "sorrendben használni fog."
 
-#: src/libvlc.h:683
+#: src/libvlc.h:687
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
@@ -2465,11 +2476,11 @@ msgstr ""
 "Ezek az opciók lehetővé teszik az adatolyam-kimeneti alrendszer globális "
 "opcióinak beállítását."
 
-#: src/libvlc.h:686
+#: src/libvlc.h:690
 msgid "Default stream output chain"
 msgstr "Alapértelmezett adatfolyam kimeneti lánca"
 
-#: src/libvlc.h:688
+#: src/libvlc.h:692
 msgid ""
 "You can enter here a default stream output chain. Refer to the documentation "
 "to learn how to build such chains.Warning: this chain will be enabled for "
@@ -2479,29 +2490,29 @@ msgstr ""
 "dokumentációhoz az ilyen láncok felépítésével kapcsolatos információkért. "
 "Fiygelmeztetés: ez a lánc az összes adatfolyamhoz engedélyezve lesz."
 
-#: src/libvlc.h:692
+#: src/libvlc.h:696
 msgid "Enable streaming of all ES"
 msgstr "Az összes ES szórásának engedélyezése"
 
-#: src/libvlc.h:694
+#: src/libvlc.h:698
 #, fuzzy
 msgid "Stream all elementary streams (video, audio and subtitles)"
 msgstr "Ez lehetővé teszi az összes ES (videó, hang és felirat) szórását"
 
-#: src/libvlc.h:696
+#: src/libvlc.h:700
 msgid "Display while streaming"
 msgstr "Megjelenítés műsorszórás közben"
 
-#: src/libvlc.h:698
+#: src/libvlc.h:702
 #, fuzzy
 msgid "Play locally the stream while streaming it."
 msgstr "Lehetővé teszi az adatfolyam lejátszását műsorszórás közben."
 
-#: src/libvlc.h:700
+#: src/libvlc.h:704
 msgid "Enable video stream output"
 msgstr "Videó adatfolyam kimenet engedélyezése"
 
-#: src/libvlc.h:702
+#: src/libvlc.h:706
 #, fuzzy
 msgid ""
 "Choose whether the video stream should be redirected to the stream output "
@@ -2511,11 +2522,11 @@ msgstr ""
 "kerüljön-e az adatfolyam-kimenet szolgáltatáshoz, ha ez utóbbi engedélyezve "
 "van."
 
-#: src/libvlc.h:705
+#: src/libvlc.h:709
 msgid "Enable audio stream output"
 msgstr "Hang adatfolyam-kimenet engedélyezése"
 
-#: src/libvlc.h:707
+#: src/libvlc.h:711
 #, fuzzy
 msgid ""
 "Choose whether the audio stream should be redirected to the stream output "
@@ -2525,12 +2536,12 @@ msgstr ""
 "kerüljön-e az adatfolyam-kimenet szolgáltatáshoz, ha ez utóbbi engedélyezve "
 "van."
 
-#: src/libvlc.h:710
+#: src/libvlc.h:714
 #, fuzzy
 msgid "Enable SPU stream output"
 msgstr "Hang adatfolyam-kimenet engedélyezése"
 
-#: src/libvlc.h:712
+#: src/libvlc.h:716
 #, fuzzy
 msgid ""
 "Choose whether the SPU streams should be redirected to the stream output "
@@ -2540,11 +2551,11 @@ msgstr ""
 "kerüljön-e az adatfolyam-kimenet szolgáltatáshoz, ha ez utóbbi engedélyezve "
 "van."
 
-#: src/libvlc.h:715
+#: src/libvlc.h:719
 msgid "Keep stream output open"
 msgstr "Adatfolyam-kimenet nyitva tartása"
 
-#: src/libvlc.h:717
+#: src/libvlc.h:721
 msgid ""
 "This allows you to keep an unique stream output instance across multiple "
 "playlist item (automatically insert the gather stream output if not "
@@ -2554,42 +2565,42 @@ msgstr ""
 "lejátszólista-elem között (automatikusan beszúrja a gyűjtő adatfolyam-"
 "kimenetet ha nincs megadva)."
 
-#: src/libvlc.h:721
+#: src/libvlc.h:725
 msgid "Preferred packetizer list"
 msgstr "Előnyben részesített darabolólista"
 
-#: src/libvlc.h:723
+#: src/libvlc.h:727
 msgid ""
 "This allows you to select the order in which VLC will choose its packetizers."
 msgstr ""
 "Ez lehetővé teszi azon sorrend megadását, amelyben a VLC a darabolókat "
 "kiválasztja."
 
-#: src/libvlc.h:726
+#: src/libvlc.h:730
 msgid "Mux module"
 msgstr "Egyesítő modul"
 
-#: src/libvlc.h:728
+#: src/libvlc.h:732
 msgid "This is a legacy entry to let you configure mux modules"
 msgstr ""
 "Ez egy elavult bejegyzés, amely lehetővé teszi az egyesítő modulok "
 "beállítását."
 
-#: src/libvlc.h:730
+#: src/libvlc.h:734
 msgid "Access output module"
 msgstr "Hozzáférési kimenet modul"
 
-#: src/libvlc.h:732
+#: src/libvlc.h:736
 msgid "This is a legacy entry to let you configure access output modules"
 msgstr ""
 "Ez egy elavult bejegyzés, amely lehetővé teszi a hozzáférési kimenet modulok "
 "beállítását"
 
-#: src/libvlc.h:734
+#: src/libvlc.h:738
 msgid "Control SAP flow"
 msgstr "SAP túlcsordulás ellenőrzése"
 
-#: src/libvlc.h:736
+#: src/libvlc.h:740
 #, fuzzy
 msgid ""
 "If this option is enabled, the flow on the SAP multicast address will be "
@@ -2599,11 +2610,11 @@ msgstr ""
 "ellenőrizve lesz. Ez akkor szükséges, ha az MBone használatával kíván "
 "bejelentéseket tenni"
 
-#: src/libvlc.h:740
+#: src/libvlc.h:744
 msgid "SAP announcement interval"
 msgstr "SAP bejelentési időköz"
 
-#: src/libvlc.h:742
+#: src/libvlc.h:746
 #, fuzzy
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
@@ -2612,7 +2623,7 @@ msgstr ""
 "Ha az SAP túlcsordulás ellenőrzése ki van kapcsolva, ez lehetővé teszi az "
 "SAP bejelentések közötti rögzített időköz beállítását"
 
-#: src/libvlc.h:752
+#: src/libvlc.h:756
 #, fuzzy
 msgid ""
 "These options allow you to enable special CPU optimizations. You should "
@@ -2621,11 +2632,11 @@ msgstr ""
 "Ezek az opciók lehetővé teszik speciális CPU optimalizációk engedélyezését.\n"
 "Ezeket mindig hagyja bekapcsolva."
 
-#: src/libvlc.h:755
+#: src/libvlc.h:759
 msgid "Enable FPU support"
 msgstr "FPU támogatás engedélyezése"
 
-#: src/libvlc.h:757
+#: src/libvlc.h:761
 msgid ""
 "If your processor has a floating point calculation unit, VLC can take "
 "advantage of it."
@@ -2633,11 +2644,11 @@ msgstr ""
 "Ha a processzor rendelkezik lebegőpontos számolóegységgel, akkor a VLC ki "
 "tudja azt használni."
 
-#: src/libvlc.h:760
+#: src/libvlc.h:764
 msgid "Enable CPU MMX support"
 msgstr "A CPU MMX támogatásának engedélyezése"
 
-#: src/libvlc.h:762
+#: src/libvlc.h:766
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
@@ -2645,11 +2656,11 @@ msgstr ""
 "Ha a processzor alkalmas MMX utasítások végrehajtására, akkor a VLC ki tudja "
 "azt használni."
 
-#: src/libvlc.h:765
+#: src/libvlc.h:769
 msgid "Enable CPU 3D Now! support"
 msgstr "A CPU 3D Now! támogatásának engedélyezése"
 
-#: src/libvlc.h:767
+#: src/libvlc.h:771
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
@@ -2657,11 +2668,11 @@ msgstr ""
 "Ha a processzor alkalmas 3D Now! utasítások végrehajtására, akkor a VLC ki "
 "tudja azt használni."
 
-#: src/libvlc.h:770
+#: src/libvlc.h:774
 msgid "Enable CPU MMX EXT support"
 msgstr "A CPU MMX EXT támogatásának engedélyezése"
 
-#: src/libvlc.h:772
+#: src/libvlc.h:776
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
@@ -2669,11 +2680,11 @@ msgstr ""
 "Ha a processzor alkalmas MMX EXT utasítások végrehajtására, akkor a VLC ki "
 "tudja azt használni."
 
-#: src/libvlc.h:775
+#: src/libvlc.h:779
 msgid "Enable CPU SSE support"
 msgstr "A CPU SSE támogatásának engedélyezése"
 
-#: src/libvlc.h:777
+#: src/libvlc.h:781
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
@@ -2681,11 +2692,11 @@ msgstr ""
 "Ha a processzor alkalmas SSE utasítások végrehajtására, akkor a VLC ki tudja "
 "azt használni."
 
-#: src/libvlc.h:780
+#: src/libvlc.h:784
 msgid "Enable CPU SSE2 support"
 msgstr "A CPU SSE2 támogatásának engedélyezése"
 
-#: src/libvlc.h:782
+#: src/libvlc.h:786
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
 "of them."
@@ -2693,11 +2704,11 @@ msgstr ""
 "Ha a processzor alkalmas SSE2 utasítások végrehajtására, akkor a VLC ki "
 "tudja azt használni."
 
-#: src/libvlc.h:785
+#: src/libvlc.h:789
 msgid "Enable CPU AltiVec support"
 msgstr "A CPU Altivec támogatásának engedélyezése"
 
-#: src/libvlc.h:787
+#: src/libvlc.h:791
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
@@ -2705,7 +2716,7 @@ msgstr ""
 "Ha a processzor alkalmas Altivec utasítások végrehajtására, akkor a VLC ki "
 "tudja azt használni."
 
-#: src/libvlc.h:792
+#: src/libvlc.h:796
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
@@ -2713,11 +2724,11 @@ msgstr ""
 "Ezek az opciók lehetővé teszik az alapértelmezett modulok kiválasztását. Ne "
 "nyúljon ezekhez, hacsak nem tudja pontosan, hogy mit csinál."
 
-#: src/libvlc.h:795
+#: src/libvlc.h:799
 msgid "Memory copy module"
 msgstr "Memóriamásoló modul"
 
-#: src/libvlc.h:797
+#: src/libvlc.h:801
 msgid ""
 "You can select which memory copy module you want to use. By default VLC will "
 "select the fastest one supported by your hardware."
@@ -2725,32 +2736,32 @@ msgstr ""
 "Megadhata a használandó memóriamásoló modult. Alapértelmezésben a VLC "
 "kiválasztja a rendszerben használható leggyorsabbat."
 
-#: src/libvlc.h:800
+#: src/libvlc.h:804
 msgid "Access module"
 msgstr "Hozzáférési modul"
 
-#: src/libvlc.h:802
+#: src/libvlc.h:806
 msgid ""
 "This allows you to force an access module. You can use it if the correct "
 "access is not automatically detected. You should not set this as a global "
 "option unless you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:806
+#: src/libvlc.h:810
 msgid "Access filter module"
 msgstr "Hozzáférési szűrőmodul"
 
-#: src/libvlc.h:808
+#: src/libvlc.h:812
 msgid ""
 "Access filters are used to modify the stream that is being read. This is "
 "used for instance for timeshifting."
 msgstr ""
 
-#: src/libvlc.h:811
+#: src/libvlc.h:815
 msgid "Demux module"
 msgstr "Demux modul"
 
-#: src/libvlc.h:813
+#: src/libvlc.h:817
 msgid ""
 "Demultiplexers are used to separate the \"elementary\" streams (like audio "
 "and video streams). You can use it if the correct demuxer is not "
@@ -2758,11 +2769,11 @@ msgid ""
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:818
+#: src/libvlc.h:822
 msgid "Allow real-time priority"
 msgstr "Valós idejű prioritás engedélyezése"
 
-#: src/libvlc.h:820
+#: src/libvlc.h:824
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -2774,11 +2785,11 @@ msgstr ""
 "lefagyaszthajta a számítógépet, vagy nagyon lassúvá teheti. Ezt csak akkor "
 "kapcsolja be, ha tudja, mit csinál."
 
-#: src/libvlc.h:826
+#: src/libvlc.h:830
 msgid "Adjust VLC priority"
 msgstr "A VLC prioritásának módosítása"
 
-#: src/libvlc.h:828
+#: src/libvlc.h:832
 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 "
@@ -2788,92 +2799,92 @@ msgstr ""
 "prioritásaihoz. Ennek használatával beállíthatja a VLC prioritását más "
 "programokhoz vagy más VLC példányokhoz képest."
 
-#: src/libvlc.h:832
+#: src/libvlc.h:836
 msgid "Minimize number of threads"
 msgstr "A szálak számának minimalizálása"
 
-#: src/libvlc.h:834
+#: src/libvlc.h:838
 #, fuzzy
 msgid "This option minimizes the number of threads needed to run VLC."
 msgstr "Ez az opció minimalizálja a VLC futtatásához szükséges szálak számát"
 
-#: src/libvlc.h:836
+#: src/libvlc.h:840
 msgid "Modules search path"
 msgstr "Modulok keresési útvonala"
 
-#: src/libvlc.h:838
+#: src/libvlc.h:842
 #, fuzzy
 msgid "Additional path for VLC to look for its modules."
 msgstr ""
 "Ez az opció lehetővé teszi egy kiegészítő útvonal megadását, ahol a VLC a "
 "moduljait keresheti."
 
-#: src/libvlc.h:840
+#: src/libvlc.h:844
 msgid "VLM configuration file"
 msgstr "VLM beállítófájl"
 
-#: src/libvlc.h:842
+#: src/libvlc.h:846
 msgid "Read a VLM configuration file as soon as VLM is started."
 msgstr ""
 
-#: src/libvlc.h:844
+#: src/libvlc.h:848
 msgid "Use a plugins cache"
 msgstr "Bővítmény-gyorsítótár használata"
 
-#: src/libvlc.h:846
+#: src/libvlc.h:850
 #, fuzzy
 msgid "Use a plugins cache which will greatly improve the startup time of VLC."
 msgstr ""
 "Ez az opció lehetővé tesz egy bővítmény-gyorsítótár használatát, amely  "
 "lényegesen javítja a VLC indulási idejét."
 
-#: src/libvlc.h:848
+#: src/libvlc.h:852
 msgid "Collect statistics"
 msgstr ""
 
-#: src/libvlc.h:850
+#: src/libvlc.h:854
 #, fuzzy
 msgid "Collect miscellaneous statistics."
 msgstr "Egyéb beállítások"
 
-#: src/libvlc.h:852
+#: src/libvlc.h:856
 msgid "Run as daemon process"
 msgstr "Futtatás démonfolyamatként"
 
-#: src/libvlc.h:854
+#: src/libvlc.h:858
 msgid "Runs VLC as a background daemon process."
 msgstr "A VLC-t a háttérben, démonfolyamatként futtatja."
 
-#: src/libvlc.h:856
+#: src/libvlc.h:860
 msgid "Write process id to file"
 msgstr ""
 
-#: src/libvlc.h:858
+#: src/libvlc.h:862
 msgid "Writes process id into specified file."
 msgstr ""
 
-#: src/libvlc.h:860
+#: src/libvlc.h:864
 #, fuzzy
 msgid "Log to file"
 msgstr "Fájlnév"
 
-#: src/libvlc.h:862
+#: src/libvlc.h:866
 msgid "Log all VLC messages to a text file."
 msgstr ""
 
-#: src/libvlc.h:864
+#: src/libvlc.h:868
 msgid "Log to syslog"
 msgstr ""
 
-#: src/libvlc.h:866
+#: src/libvlc.h:870
 msgid "Log all VLC messages to syslog (UNIX systems)."
 msgstr ""
 
-#: src/libvlc.h:868
+#: src/libvlc.h:872
 msgid "Allow only one running instance"
 msgstr "CSak egy futó példány engedélyezése"
 
-#: src/libvlc.h:870
+#: src/libvlc.h:874
 #, fuzzy
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
@@ -2888,29 +2899,29 @@ msgstr ""
 "opció lehetővé teszi a fájl lejátszását a már futó példányban, vagy a "
 "sorbaállítását."
 
-#: src/libvlc.h:876
+#: src/libvlc.h:880
 msgid "VLC is started from file association"
 msgstr ""
 
-#: src/libvlc.h:878
+#: src/libvlc.h:882
 msgid "Tell VLC that it is being launched due to a file association in the OS"
 msgstr ""
 
-#: src/libvlc.h:881
+#: src/libvlc.h:885
 #, fuzzy
 msgid "One instance when started from file"
 msgstr "CSak egy futó példány engedélyezése"
 
-#: src/libvlc.h:883
+#: src/libvlc.h:887
 #, fuzzy
 msgid "Allow only one running instance when started from file."
 msgstr "CSak egy futó példány engedélyezése"
 
-#: src/libvlc.h:885
+#: src/libvlc.h:889
 msgid "Increase the priority of the process"
 msgstr "A folyamat prioritásának növelése"
 
-#: src/libvlc.h:887
+#: src/libvlc.h:891
 #, fuzzy
 msgid ""
 "Increasing the priority of the process will very likely improve your playing "
@@ -2928,11 +2939,11 @@ msgstr ""
 "válaszadási képessége annyira leromolhat, hogy szükségessé teheti a gép "
 "újraindítását."
 
-#: src/libvlc.h:894
+#: src/libvlc.h:898
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr "Gyors mutex NT/2K/XP rendszeren (csak fejlesztőknek)"
 
-#: src/libvlc.h:896
+#: src/libvlc.h:900
 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 "
@@ -2943,11 +2954,11 @@ msgstr ""
 "Használhatja a gyorsabb Win9x megvalósítást, de problémákat tapasztalhat "
 "vele."
 
-#: src/libvlc.h:901
+#: src/libvlc.h:905
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr "Feltételes változók Win9x megvalósítása (csak fejlesztőknek)"
 
-#: src/libvlc.h:904
+#: src/libvlc.h:908
 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 "
@@ -2962,11 +2973,11 @@ msgstr ""
 "de kicsivel helytelenebb) az 1. (alapértelmezett) és a 2. megvalósítások "
 "között választhat."
 
-#: src/libvlc.h:913
+#: src/libvlc.h:917
 msgid "Enqueue items to playlist when in one instance mode"
 msgstr "Elemk sorbaállítása a lejátszólistán egy példányos módban."
 
-#: src/libvlc.h:915
+#: src/libvlc.h:919
 msgid ""
 "When using the one instance only option, enqueue items to playlist and keep "
 "playing current item."
@@ -2974,7 +2985,7 @@ msgstr ""
 "Ha a csak egy példány opciót használja, az elemek sorba lesznek állítva a "
 "lejátszólistán és foyltatódik az aktuális elem lejátszása."
 
-#: src/libvlc.h:924
+#: src/libvlc.h:928
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
@@ -2982,22 +2993,22 @@ msgstr ""
 "Ezek az opciók meghatározzák a lejátszólista viselkedését. Ezek közül néhány "
 "felülbírálható a lejátszólista párbeszédablakban."
 
-#: src/libvlc.h:927
+#: src/libvlc.h:931
 #, fuzzy
 msgid "Automatically preparse files"
 msgstr "A lejátszólista automatikus indítása annak betöltésekor."
 
-#: src/libvlc.h:929
+#: src/libvlc.h:933
 msgid ""
 "Automatically preparse files added to the playlist (to retrieve some "
 "metadata)."
 msgstr ""
 
-#: src/libvlc.h:932
+#: src/libvlc.h:936
 msgid "Services discovery modules"
 msgstr "Szoolgáltatásfelismerési modulok"
 
-#: src/libvlc.h:934
+#: src/libvlc.h:938
 msgid ""
 "Specifies the services discovery modules to load, separated by semi-colons. "
 "Typical values are sap, hal, ..."
@@ -3005,182 +3016,192 @@ msgstr ""
 "Megadja a betöltendő szolgáltatásfelismerési modulokat, pontosvesszőkkel "
 "elválasztva. A tipikus értékek az sap, hal, ..."
 
-#: src/libvlc.h:937
+#: src/libvlc.h:941
 msgid "Play files randomly forever"
 msgstr "Végtelenített lejátszás, véletlenszerű sorrendben"
 
-#: src/libvlc.h:939
+#: src/libvlc.h:943
 #, fuzzy
 msgid "VLC will randomly play files in the playlist until interrupted."
 msgstr ""
 "A VLC a lejátszási lista fájljait véletlenszerű sorrendben játssza le, "
 "leállításig."
 
-#: src/libvlc.h:941
+#: src/libvlc.h:945
 msgid "Repeat all"
 msgstr "Összes ismétlése"
 
-#: src/libvlc.h:943
+#: src/libvlc.h:947
 #, fuzzy
 msgid "VLC will keep playing the playlist indefinitely."
 msgstr ""
 "A VLC folyamatosan elölről kezdi a lejátszási listát, ha ez az opció be van "
 "jelölve."
 
-#: src/libvlc.h:945
+#: src/libvlc.h:949
 msgid "Repeat current item"
 msgstr "Az aktuális elm ismétlése"
 
-#: src/libvlc.h:947
+#: src/libvlc.h:951
 #, fuzzy
 msgid "VLC will keep playing the current playlist item."
 msgstr ""
 "A VLC az aktuális lejátszólista-elemet újra és újra lejátssza, ha ez be van "
 "kapcsolva."
 
-#: src/libvlc.h:949
+#: src/libvlc.h:953
 msgid "Play and stop"
 msgstr "Lejátszás és megállítás"
 
-#: src/libvlc.h:951
+#: src/libvlc.h:955
 #, fuzzy
 msgid "Stop the playlist after each played playlist item."
 msgstr "A lejátszólista leállítása minden egyes lejátszott elem után."
 
-#: src/libvlc.h:953
+#: src/libvlc.h:957
+#, fuzzy
+msgid "Play and exit"
+msgstr "Lejátszás és megállítás"
+
+#: src/libvlc.h:959
+#, fuzzy
+msgid "Exit if there are no more items in the playlist."
+msgstr "Tételek hozzávétele"
+
+#: src/libvlc.h:961
 #, fuzzy
 msgid "Use media library"
 msgstr "VLC médialejátszó"
 
-#: src/libvlc.h:955
+#: src/libvlc.h:963
 msgid ""
 "The media library is automatically saved and reloaded each time you start "
 "VLC."
 msgstr ""
 
-#: src/libvlc.h:958
+#: src/libvlc.h:966
 #, fuzzy
 msgid "Use playlist tree"
 msgstr "Következő lejátszólista-elem"
 
-#: src/libvlc.h:960
+#: src/libvlc.h:968
 msgid ""
 "The playlist can use a tree to categorize some items, like the contents of a "
 "directory. \"Default\" means that the tree will only be used when really "
 "needed."
 msgstr ""
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Always"
 msgstr "Mindig felül"
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Never"
 msgstr "Visszhang"
 
-#: src/libvlc.h:973
+#: src/libvlc.h:981
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr ""
 "Ezek a beálíltások a globális VLC billentyű-hozzárendelések, gyorsbillentyű "
 "néven is ismertek."
 
-#: src/libvlc.h:976 src/video_output/vout_intf.c:408
+#: src/libvlc.h:984 src/video_output/vout_intf.c:408
 #: modules/gui/beos/VideoOutput.cpp:1057 modules/gui/macosx/applescript.m:126
-#: modules/gui/macosx/controls.m:338 modules/gui/macosx/controls.m:754
-#: modules/gui/macosx/controls.m:784 modules/gui/macosx/embeddedwindow.m:44
+#: modules/gui/macosx/controls.m:344 modules/gui/macosx/controls.m:760
+#: modules/gui/macosx/controls.m:790 modules/gui/macosx/embeddedwindow.m:44
 #: modules/gui/macosx/intf.m:497 modules/gui/macosx/intf.m:573
 #: modules/gui/macosx/intf.m:629
 msgid "Fullscreen"
 msgstr "Teljes képernyő"
 
-#: src/libvlc.h:977
+#: src/libvlc.h:985
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr ""
 "Válassza ki a teljes képernyős állapot átváltására használandó "
 "gyorsbillentyűt."
 
-#: src/libvlc.h:978 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
+#: src/libvlc.h:986 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
 #: modules/gui/wxwidgets/interface.cpp:1504
 msgid "Play/Pause"
 msgstr "Lejátszás/szünet"
 
-#: src/libvlc.h:979
+#: src/libvlc.h:987
 msgid "Select the hotkey to use to swap paused state."
 msgstr ""
 "Válassza ki a szüneteltetett állapot átváltására használandó gyorsbillentyűt."
 
-#: src/libvlc.h:980
+#: src/libvlc.h:988
 msgid "Pause only"
 msgstr "Csak szünet"
 
-#: src/libvlc.h:981
+#: src/libvlc.h:989
 msgid "Select the hotkey to use to pause."
 msgstr "Válassza ki a szüneteltetésre használandó gyorsbillentyűt."
 
-#: src/libvlc.h:982
+#: src/libvlc.h:990
 msgid "Play only"
 msgstr "Csak lejátszás"
 
-#: src/libvlc.h:983
+#: src/libvlc.h:991
 msgid "Select the hotkey to use to play."
 msgstr "Válassza ki a lejátszásra használandó gyorsbillentyűt."
 
-#: src/libvlc.h:984 modules/control/hotkeys.c:713
-#: modules/gui/macosx/controls.m:687 modules/gui/macosx/intf.m:538
+#: src/libvlc.h:992 modules/control/hotkeys.c:713
+#: modules/gui/macosx/controls.m:693 modules/gui/macosx/intf.m:538
 #: modules/gui/wxwidgets/interface.cpp:695
 msgid "Faster"
 msgstr "Gyorsabban"
 
-#: src/libvlc.h:985
+#: src/libvlc.h:993
 msgid "Select the hotkey to use for fast forward playback."
 msgstr ""
 "Válassza ki a gyors előretekeréssel lejátszásra használandó gyorsbillentyűt."
 
-#: src/libvlc.h:986 modules/control/hotkeys.c:721
-#: modules/gui/macosx/controls.m:688 modules/gui/macosx/intf.m:539
+#: src/libvlc.h:994 modules/control/hotkeys.c:721
+#: modules/gui/macosx/controls.m:694 modules/gui/macosx/intf.m:539
 #: modules/gui/wxwidgets/interface.cpp:694
 msgid "Slower"
 msgstr "Lassabban"
 
-#: src/libvlc.h:987
+#: src/libvlc.h:995
 msgid "Select the hotkey to use for slow motion playback."
 msgstr "Válassza ki a lassított lejátszásra használandó gyorsbillentyűt."
 
-#: src/libvlc.h:988 modules/control/hotkeys.c:680
-#: modules/gui/macosx/controls.m:708 modules/gui/macosx/intf.m:496
+#: src/libvlc.h:996 modules/control/hotkeys.c:680
+#: modules/gui/macosx/controls.m:714 modules/gui/macosx/intf.m:496
 #: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:617
 #: modules/gui/macosx/intf.m:625 modules/gui/macosx/wizard.m:313
 #: modules/gui/macosx/wizard.m:364 modules/gui/macosx/wizard.m:1606
 #: modules/gui/wxwidgets/interface.cpp:693
 #: modules/gui/wxwidgets/interface.cpp:1509
-#: modules/gui/wxwidgets/menus.cpp:258
+#: modules/gui/wxwidgets/menus.cpp:259
 msgid "Next"
 msgstr "Következő"
 
-#: src/libvlc.h:989
+#: src/libvlc.h:997
 msgid "Select the hotkey to use to skip to the next item in the playlist."
 msgstr ""
 "Válassza ki a lejátszási lista következő elemére ugráshoz használandó "
 "gyorsbillentyűt."
 
-#: src/libvlc.h:990 modules/control/hotkeys.c:692
-#: modules/gui/macosx/controls.m:707 modules/gui/macosx/intf.m:491
+#: src/libvlc.h:998 modules/control/hotkeys.c:692
+#: modules/gui/macosx/controls.m:713 modules/gui/macosx/intf.m:491
 #: modules/gui/macosx/intf.m:540 modules/gui/macosx/intf.m:618
 #: modules/gui/macosx/intf.m:624 modules/gui/wxwidgets/interface.cpp:692
 #: modules/gui/wxwidgets/interface.cpp:1508
-#: modules/gui/wxwidgets/menus.cpp:257
+#: modules/gui/wxwidgets/menus.cpp:258
 msgid "Previous"
 msgstr "Előző"
 
-#: src/libvlc.h:991
+#: src/libvlc.h:999
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
 msgstr ""
 "Válassza ki a lejátszási lista előző elemére ugráshoz használandó "
 "gyorsbillentyűt."
 
-#: src/libvlc.h:992 modules/gui/macosx/controls.m:699
+#: src/libvlc.h:1000 modules/gui/macosx/controls.m:705
 #: modules/gui/macosx/intf.m:494 modules/gui/macosx/intf.m:537
 #: modules/gui/macosx/intf.m:616 modules/gui/macosx/intf.m:623
 #: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
@@ -3188,449 +3209,449 @@ msgstr ""
 #: modules/gui/wxwidgets/interface.cpp:676
 #: modules/gui/wxwidgets/interface.cpp:687
 #: modules/gui/wxwidgets/interface.cpp:1510
-#: modules/gui/wxwidgets/menus.cpp:256 modules/visualization/xosd.c:237
+#: modules/gui/wxwidgets/menus.cpp:257 modules/visualization/xosd.c:237
 msgid "Stop"
 msgstr "Állj"
 
-#: src/libvlc.h:993
+#: src/libvlc.h:1001
 #, fuzzy
 msgid "Select the hotkey to stop playback."
 msgstr ""
 "Válassza ki a visszajátszás megállításához használandó gyorsbillentyűt."
 
-#: src/libvlc.h:994 modules/gui/macosx/bookmarks.m:101
+#: src/libvlc.h:1002 modules/gui/macosx/bookmarks.m:101
 #: modules/gui/macosx/bookmarks.m:110 modules/gui/macosx/embeddedwindow.m:46
 #: modules/gui/macosx/intf.m:499 modules/video_filter/marq.c:122
 #: modules/video_filter/rss.c:174
 msgid "Position"
 msgstr "Pozíció"
 
-#: src/libvlc.h:995
+#: src/libvlc.h:1003
 msgid "Select the hotkey to display the position."
 msgstr "Válassza ki a pozíció kijelzéséhez használandó gyorsbillentyűt."
 
-#: src/libvlc.h:997
+#: src/libvlc.h:1005
 msgid "Very short backwards jump"
 msgstr ""
 
-#: src/libvlc.h:999
+#: src/libvlc.h:1007
 #, fuzzy
 msgid "Select the hotkey to make a very short backwards jump."
 msgstr "Válassza ki az 5 perccel vissza ugráshoz.használandó gyorsbillentyűt."
 
-#: src/libvlc.h:1000
+#: src/libvlc.h:1008
 #, fuzzy
 msgid "Short backwards jump"
 msgstr "Visszaléptetés"
 
-#: src/libvlc.h:1002
+#: src/libvlc.h:1010
 #, fuzzy
 msgid "Select the hotkey to make a short backwards jump."
 msgstr ""
 "Válassza ki a 3 másodperccel vissza ugráshoz használandó gyorsbillentyűt."
 
-#: src/libvlc.h:1003
+#: src/libvlc.h:1011
 msgid "Medium backwards jump"
 msgstr ""
 
-#: src/libvlc.h:1005
+#: src/libvlc.h:1013
 #, fuzzy
 msgid "Select the hotkey to make a medium backwards jump."
 msgstr "Válassza ki az 1 perccel vissza ugráshoz használandó gyorsbillentyűt."
 
-#: src/libvlc.h:1006
+#: src/libvlc.h:1014
 msgid "Long backwards jump"
 msgstr ""
 
-#: src/libvlc.h:1008
+#: src/libvlc.h:1016
 #, fuzzy
 msgid "Select the hotkey to make a long backwards jump."
 msgstr ""
 "Válassza ki a 3 másodperccel vissza ugráshoz használandó gyorsbillentyűt."
 
-#: src/libvlc.h:1010
+#: src/libvlc.h:1018
 msgid "Very short forward jump"
 msgstr ""
 
-#: src/libvlc.h:1012
+#: src/libvlc.h:1020
 #, fuzzy
 msgid "Select the hotkey to make a very short forward jump."
 msgstr ""
 "Válassza ki a gyors előretekeréssel lejátszásra használandó gyorsbillentyűt."
 
-#: src/libvlc.h:1013
+#: src/libvlc.h:1021
 #, fuzzy
 msgid "Short forward jump"
 msgstr "Előreléptetés"
 
-#: src/libvlc.h:1015
+#: src/libvlc.h:1023
 #, fuzzy
 msgid "Select the hotkey to make a short forward jump."
 msgstr ""
 "Válassza ki a 3 másodperccel előre ugráshoz használandó gyorsbillentyűt."
 
-#: src/libvlc.h:1016
+#: src/libvlc.h:1024
 msgid "Medium forward jump"
 msgstr ""
 
-#: src/libvlc.h:1018
+#: src/libvlc.h:1026
 #, fuzzy
 msgid "Select the hotkey to make a medium forward jump."
 msgstr "Válassza ki az 1 perccel előre ugráshoz használandó gyorsbillentyűt."
 
-#: src/libvlc.h:1019
+#: src/libvlc.h:1027
 msgid "Long forward jump"
 msgstr ""
 
-#: src/libvlc.h:1021
+#: src/libvlc.h:1029
 #, fuzzy
 msgid "Select the hotkey to make a long forward jump."
 msgstr ""
 "Válassza ki a 3 másodperccel előre ugráshoz használandó gyorsbillentyűt."
 
-#: src/libvlc.h:1023
+#: src/libvlc.h:1031
 msgid "Very short jump length"
 msgstr ""
 
-#: src/libvlc.h:1024
+#: src/libvlc.h:1032
 msgid "Very short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1025
+#: src/libvlc.h:1033
 msgid "Short jump length"
 msgstr ""
 
-#: src/libvlc.h:1026
+#: src/libvlc.h:1034
 msgid "Short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1027
+#: src/libvlc.h:1035
 msgid "Medium jump length"
 msgstr ""
 
-#: src/libvlc.h:1028
+#: src/libvlc.h:1036
 msgid "Medium jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1029
+#: src/libvlc.h:1037
 msgid "Long jump length"
 msgstr ""
 
-#: src/libvlc.h:1030
+#: src/libvlc.h:1038
 msgid "Long jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1032 modules/control/hotkeys.c:258
+#: src/libvlc.h:1040 modules/control/hotkeys.c:258
 #: modules/gui/beos/InterfaceWindow.cpp:276
 msgid "Quit"
 msgstr "Kilépés"
 
-#: src/libvlc.h:1033
+#: src/libvlc.h:1041
 msgid "Select the hotkey to quit the application."
 msgstr ""
 "Válassza ki az alkalmazásból való kilépéshez használandó gyorsbillentyűt."
 
-#: src/libvlc.h:1034
+#: src/libvlc.h:1042
 msgid "Navigate up"
 msgstr "Navigáció fel"
 
-#: src/libvlc.h:1035
+#: src/libvlc.h:1043
 msgid "Select the key to move the selector up in DVD menus."
 msgstr ""
 "Válassza ki a DVD menüben a választó felfelé mozgatásához használandó "
 "billentyűt."
 
-#: src/libvlc.h:1036
+#: src/libvlc.h:1044
 msgid "Navigate down"
 msgstr "Navigáció le"
 
-#: src/libvlc.h:1037
+#: src/libvlc.h:1045
 msgid "Select the key to move the selector down in DVD menus."
 msgstr ""
 "Válassza ki a DVD menüben a választó lefelé mozgatásához  használandó "
 "billentyűt."
 
-#: src/libvlc.h:1038
+#: src/libvlc.h:1046
 msgid "Navigate left"
 msgstr "Navigáció balra"
 
-#: src/libvlc.h:1039
+#: src/libvlc.h:1047
 msgid "Select the key to move the selector left in DVD menus."
 msgstr ""
 "Válassza ki a DVD menüben a választó balra mozgatásához használandó "
 "billentyűt."
 
-#: src/libvlc.h:1040
+#: src/libvlc.h:1048
 msgid "Navigate right"
 msgstr "Navigáció jobbra"
 
-#: src/libvlc.h:1041
+#: src/libvlc.h:1049
 msgid "Select the key to move the selector right in DVD menus."
 msgstr ""
 "Válassza ki a DVD menüben a választó jobbra mozgatásához használandó "
 "billentyűt."
 
-#: src/libvlc.h:1042
+#: src/libvlc.h:1050
 msgid "Activate"
 msgstr "Aktiválás"
 
-#: src/libvlc.h:1043
+#: src/libvlc.h:1051
 msgid "Select the key to activate selected item in DVD menus."
 msgstr ""
 "Válassza ki a DVD menüben a kiválasztott elem aktiválásához használandó "
 "billentyűt."
 
-#: src/libvlc.h:1044
+#: src/libvlc.h:1052
 #, fuzzy
 msgid "Go to the DVD menu"
 msgstr "Ugrás a DVD menüre"
 
-#: src/libvlc.h:1045
+#: src/libvlc.h:1053
 #, fuzzy
 msgid "Select the key to take you to the DVD menu"
 msgstr ""
 "Válasszon billentyűt, hogy aktiválja a kiválasztott elemet a DVD menüben."
 
-#: src/libvlc.h:1046
+#: src/libvlc.h:1054
 msgid "Select previous DVD title"
 msgstr "Előző DVD cím kiválasztása"
 
-#: src/libvlc.h:1047
+#: src/libvlc.h:1055
 msgid "Select the key to choose the previous title from the DVD"
 msgstr ""
 "Válassza ki a DVD-ről az előző cím kiválasztásához használandó billentyűt."
 
-#: src/libvlc.h:1048
+#: src/libvlc.h:1056
 msgid "Select next DVD title"
 msgstr "Következő DVD cím kiválasztása"
 
-#: src/libvlc.h:1049
+#: src/libvlc.h:1057
 msgid "Select the key to choose the next title from the DVD"
 msgstr ""
 "Válassza ki a DVD-ről a következő cím kiválasztásához használandó billentyűt."
 
-#: src/libvlc.h:1050
+#: src/libvlc.h:1058
 msgid "Select prev DVD chapter"
 msgstr "Előző fejezet kiválasztása"
 
-#: src/libvlc.h:1051
+#: src/libvlc.h:1059
 msgid "Select the key to choose the previous chapter from the DVD"
 msgstr ""
 "Válassza ki a DVD-n az előző fejezet kiválasztásához használandó billentyűt."
 
-#: src/libvlc.h:1052
+#: src/libvlc.h:1060
 #, fuzzy
 msgid "Select next DVD chapter"
 msgstr "Előző fejezet kiválasztása"
 
-#: src/libvlc.h:1053
+#: src/libvlc.h:1061
 msgid "Select the key to choose the next chapter from the DVD"
 msgstr ""
 "Válassza ki a DVD-n a következő fejezet kiválasztásához használandó "
 "billentyűt."
 
-#: src/libvlc.h:1054
+#: src/libvlc.h:1062
 msgid "Volume up"
 msgstr "Hangosítás"
 
-#: src/libvlc.h:1055
+#: src/libvlc.h:1063
 msgid "Select the key to increase audio volume."
 msgstr "Válassza ki a hangerő növeléséhez használandó billentyűt."
 
-#: src/libvlc.h:1056
+#: src/libvlc.h:1064
 msgid "Volume down"
 msgstr "Halkítás"
 
-#: src/libvlc.h:1057
+#: src/libvlc.h:1065
 msgid "Select the key to decrease audio volume."
 msgstr "Válassza ki a hangerő csökkentéséhez használandó billentyűt."
 
-#: src/libvlc.h:1058 modules/gui/macosx/controls.m:744
+#: src/libvlc.h:1066 modules/gui/macosx/controls.m:750
 #: modules/gui/macosx/intf.m:558 modules/gui/macosx/intf.m:619
 #: modules/gui/macosx/intf.m:628
 msgid "Mute"
 msgstr "Némítás"
 
-#: src/libvlc.h:1059
+#: src/libvlc.h:1067
 #, fuzzy
 msgid "Select the key to mute audio."
 msgstr "Válassza ki a szüneteltetésre használandó gyorsbillentyűt."
 
-#: src/libvlc.h:1060
+#: src/libvlc.h:1068
 msgid "Subtitle delay up"
 msgstr "Felirat késleltetése fel"
 
-#: src/libvlc.h:1061
+#: src/libvlc.h:1069
 msgid "Select the key to increase the subtitle delay."
 msgstr ""
 "Válassza ki a felirat késleltetésének növeléséhez használandó billentyűt."
 
-#: src/libvlc.h:1062
+#: src/libvlc.h:1070
 msgid "Subtitle delay down"
 msgstr "Felirat késleltetése le"
 
-#: src/libvlc.h:1063
+#: src/libvlc.h:1071
 msgid "Select the key to decrease the subtitle delay."
 msgstr ""
 "Válassza ki a felirat késleltetésének csökkentéséhez használandó billentyűt."
 
-#: src/libvlc.h:1064
+#: src/libvlc.h:1072
 msgid "Audio delay up"
 msgstr "Hang késleltetése fel"
 
-#: src/libvlc.h:1065
+#: src/libvlc.h:1073
 msgid "Select the key to increase the audio delay."
 msgstr "Válassza ki a hang késleltetésének növeléséhez használandó billentyűt."
 
-#: src/libvlc.h:1066
+#: src/libvlc.h:1074
 msgid "Audio delay down"
 msgstr "Hang késleltetése le"
 
-#: src/libvlc.h:1067
+#: src/libvlc.h:1075
 msgid "Select the key to decrease the audio delay."
 msgstr ""
 "Válassza ki a hang késleltetésének csökkentéséhez használandó billentyűt."
 
-#: src/libvlc.h:1068
+#: src/libvlc.h:1076
 msgid "Play playlist bookmark 1"
 msgstr "Lejátszólista 1. könyvjelzőjének lejátszása"
 
-#: src/libvlc.h:1069
+#: src/libvlc.h:1077
 msgid "Play playlist bookmark 2"
 msgstr "Lejátszólista 2. könyvjelzőjének lejátszása"
 
-#: src/libvlc.h:1070
+#: src/libvlc.h:1078
 msgid "Play playlist bookmark 3"
 msgstr "Lejátszólista 3. könyvjelzőjének lejátszása"
 
-#: src/libvlc.h:1071
+#: src/libvlc.h:1079
 msgid "Play playlist bookmark 4"
 msgstr "Lejátszólista 4. könyvjelzőjének lejátszása"
 
-#: src/libvlc.h:1072
+#: src/libvlc.h:1080
 msgid "Play playlist bookmark 5"
 msgstr "Lejátszólista 5. könyvjelzőjének lejátszása"
 
-#: src/libvlc.h:1073
+#: src/libvlc.h:1081
 msgid "Play playlist bookmark 6"
 msgstr "Lejátszólista 6. könyvjelzőjének lejátszása"
 
-#: src/libvlc.h:1074
+#: src/libvlc.h:1082
 msgid "Play playlist bookmark 7"
 msgstr "Lejátszólista 7. könyvjelzőjének lejátszása"
 
-#: src/libvlc.h:1075
+#: src/libvlc.h:1083
 msgid "Play playlist bookmark 8"
 msgstr "Lejátszólista 8. könyvjelzőjének lejátszása"
 
-#: src/libvlc.h:1076
+#: src/libvlc.h:1084
 msgid "Play playlist bookmark 9"
 msgstr "Lejátszólista 9. könyvjelzőjének lejátszása"
 
-#: src/libvlc.h:1077
+#: src/libvlc.h:1085
 msgid "Play playlist bookmark 10"
 msgstr "Lejátszólista 10. könyvjelzőjének lejátszása"
 
-#: src/libvlc.h:1078
+#: src/libvlc.h:1086
 msgid "Select the key to play this bookmark."
 msgstr "Válassza ki a könyvjelző lejátszásához használandó billentyűt."
 
-#: src/libvlc.h:1079
+#: src/libvlc.h:1087
 msgid "Set playlist bookmark 1"
 msgstr "Lejátszólista 1. könyvjelzőjének beállítása"
 
-#: src/libvlc.h:1080
+#: src/libvlc.h:1088
 msgid "Set playlist bookmark 2"
 msgstr "Lejátszólista 2. könyvjelzőjének beállítása"
 
-#: src/libvlc.h:1081
+#: src/libvlc.h:1089
 msgid "Set playlist bookmark 3"
 msgstr "Lejátszólista 3. könyvjelzőjének beállítása"
 
-#: src/libvlc.h:1082
+#: src/libvlc.h:1090
 msgid "Set playlist bookmark 4"
 msgstr "Lejátszólista 4. könyvjelzőjének beállítása"
 
-#: src/libvlc.h:1083
+#: src/libvlc.h:1091
 msgid "Set playlist bookmark 5"
 msgstr "Lejátszólista 5. könyvjelzőjének beállítása"
 
-#: src/libvlc.h:1084
+#: src/libvlc.h:1092
 msgid "Set playlist bookmark 6"
 msgstr "Lejátszólista 6. könyvjelzőjének beállítása"
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1093
 msgid "Set playlist bookmark 7"
 msgstr "Lejátszólista 7. könyvjelzőjének beállítása"
 
-#: src/libvlc.h:1086
+#: src/libvlc.h:1094
 msgid "Set playlist bookmark 8"
 msgstr "Lejátszólista 8. könyvjelzőjének beállítása"
 
-#: src/libvlc.h:1087
+#: src/libvlc.h:1095
 msgid "Set playlist bookmark 9"
 msgstr "Lejátszólista 9. könyvjelzőjének beállítása"
 
-#: src/libvlc.h:1088
+#: src/libvlc.h:1096
 msgid "Set playlist bookmark 10"
 msgstr "Lejátszólista 10. könyvjelzőjének beállítása"
 
-#: src/libvlc.h:1089
+#: src/libvlc.h:1097
 msgid "Select the key to set this playlist bookmark."
 msgstr ""
 "Válassza ki ezen lejátszólista könyvjelző beállításához használandó "
 "billentyűt."
 
-#: src/libvlc.h:1091 modules/control/hotkeys.c:84
+#: src/libvlc.h:1099 modules/control/hotkeys.c:84
 msgid "Playlist bookmark 1"
 msgstr "Lejátszólista 1. könyvjelző"
 
-#: src/libvlc.h:1092 modules/control/hotkeys.c:85
+#: src/libvlc.h:1100 modules/control/hotkeys.c:85
 msgid "Playlist bookmark 2"
 msgstr "Lejátszólista 2. könyvjelző"
 
-#: src/libvlc.h:1093 modules/control/hotkeys.c:86
+#: src/libvlc.h:1101 modules/control/hotkeys.c:86
 msgid "Playlist bookmark 3"
 msgstr "Lejátszólista 3. könyvjelző"
 
-#: src/libvlc.h:1094 modules/control/hotkeys.c:87
+#: src/libvlc.h:1102 modules/control/hotkeys.c:87
 msgid "Playlist bookmark 4"
 msgstr "Lejátszólista 4. könyvjelző"
 
-#: src/libvlc.h:1095 modules/control/hotkeys.c:88
+#: src/libvlc.h:1103 modules/control/hotkeys.c:88
 msgid "Playlist bookmark 5"
 msgstr "Lejátszólista 5. könyvjelző."
 
-#: src/libvlc.h:1096 modules/control/hotkeys.c:89
+#: src/libvlc.h:1104 modules/control/hotkeys.c:89
 msgid "Playlist bookmark 6"
 msgstr "Lejátszólista 6. könyvjelző"
 
-#: src/libvlc.h:1097 modules/control/hotkeys.c:90
+#: src/libvlc.h:1105 modules/control/hotkeys.c:90
 msgid "Playlist bookmark 7"
 msgstr "Lejátszólista 7. könyvjelző"
 
-#: src/libvlc.h:1098 modules/control/hotkeys.c:91
+#: src/libvlc.h:1106 modules/control/hotkeys.c:91
 msgid "Playlist bookmark 8"
 msgstr "Lejátszólista 8. könyvjelző"
 
-#: src/libvlc.h:1099 modules/control/hotkeys.c:92
+#: src/libvlc.h:1107 modules/control/hotkeys.c:92
 msgid "Playlist bookmark 9"
 msgstr "Lejátszólista 9. könyvjelző"
 
-#: src/libvlc.h:1100 modules/control/hotkeys.c:93
+#: src/libvlc.h:1108 modules/control/hotkeys.c:93
 msgid "Playlist bookmark 10"
 msgstr "Lejátszólista 10. könyvjelző"
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1110
 #, fuzzy
 msgid "This allows you to define playlist bookmarks."
 msgstr "Ez az opció lehetővé teszi lejátszólista könyvjelzők meghatározását."
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1112
 msgid "Go back in browsing history"
 msgstr "Vissza a böngésző előzményekben"
 
-#: src/libvlc.h:1105
+#: src/libvlc.h:1113
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
@@ -3638,11 +3659,11 @@ msgstr ""
 "Válassza ki a böngésző előzményekben a visszafelé (előző média elemre) "
 "lépéshez használandó billentyűt."
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1114
 msgid "Go forward in browsing history"
 msgstr "Előre a böngésző előzményekben"
 
-#: src/libvlc.h:1107
+#: src/libvlc.h:1115
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
@@ -3650,130 +3671,130 @@ msgstr ""
 "Válassza ki a böngésző előzményekben az előre (következő média elemre) "
 "lépéshez  használandó billentyűt."
 
-#: src/libvlc.h:1109
+#: src/libvlc.h:1117
 msgid "Cycle audio track"
 msgstr "Hangsáv választás"
 
-#: src/libvlc.h:1110
+#: src/libvlc.h:1118
 #, fuzzy
 msgid "Cycle through the available audio tracks(languages)."
 msgstr "Választás az elérhető hangsávokból (nyelvekből)"
 
-#: src/libvlc.h:1111
+#: src/libvlc.h:1119
 msgid "Cycle subtitle track"
 msgstr "Felirat választás"
 
-#: src/libvlc.h:1112
+#: src/libvlc.h:1120
 #, fuzzy
 msgid "Cycle through the available subtitle tracks."
 msgstr "Választás az elérhető feliratokból"
 
-#: src/libvlc.h:1113
+#: src/libvlc.h:1121
 #, fuzzy
 msgid "Cycle source aspect ratio"
 msgstr "Forrás képarány"
 
-#: src/libvlc.h:1114
+#: src/libvlc.h:1122
 msgid "Cycle through a predefined list of source aspect ratios."
 msgstr ""
 
-#: src/libvlc.h:1115
+#: src/libvlc.h:1123
 #, fuzzy
 msgid "Cycle video crop"
 msgstr "Szürkeskálás videokimenet"
 
-#: src/libvlc.h:1116
+#: src/libvlc.h:1124
 msgid "Cycle through a predefined list of crop formats."
 msgstr ""
 
-#: src/libvlc.h:1117
+#: src/libvlc.h:1125
 #, fuzzy
 msgid "Cycle deinterlace modes"
 msgstr "Kezelőfelület"
 
-#: src/libvlc.h:1118
+#: src/libvlc.h:1126
 #, fuzzy
 msgid "Cycle through deinterlace modes."
 msgstr "Megadja a használandó váltottsorosság-megszüntető modult."
 
-#: src/libvlc.h:1119
+#: src/libvlc.h:1127
 msgid "Show interface"
 msgstr "Kezelőfelület mutatása"
 
-#: src/libvlc.h:1120
+#: src/libvlc.h:1128
 #, fuzzy
 msgid "Raise the interface above all other windows."
 msgstr "A kezelőfelület kiemelése az összes többi ablak elé"
 
-#: src/libvlc.h:1121
+#: src/libvlc.h:1129
 msgid "Hide interface"
 msgstr "Kezelőfelület elrejtése"
 
-#: src/libvlc.h:1122
+#: src/libvlc.h:1130
 #, fuzzy
 msgid "Lower the interface below all other windows."
 msgstr "A kezelőfelület elrejtése az összes többi ablak alá"
 
-#: src/libvlc.h:1123
+#: src/libvlc.h:1131
 msgid "Take video snapshot"
 msgstr "Videó pillanatkép készítése"
 
-#: src/libvlc.h:1124
+#: src/libvlc.h:1132
 msgid "Takes a video snapshot and writes it to disk."
 msgstr "Készít egy képet a videóról és azt a lemezre írja."
 
-#: src/libvlc.h:1126 modules/access_filter/record.c:51
+#: src/libvlc.h:1134 modules/access_filter/record.c:51
 #: modules/access_filter/record.c:52
 msgid "Record"
 msgstr "Felvétel"
 
-#: src/libvlc.h:1127
+#: src/libvlc.h:1135
 msgid "Record access filter start/stop."
 msgstr "Felvételi hozzáférési szűrő indítása/leállítása."
 
-#: src/libvlc.h:1129 src/libvlc.h:1130 src/video_output/vout_intf.c:211
+#: src/libvlc.h:1137 src/libvlc.h:1138 src/video_output/vout_intf.c:211
 msgid "Zoom"
 msgstr "Nagyítás"
 
-#: src/libvlc.h:1132 src/libvlc.h:1133
+#: src/libvlc.h:1140 src/libvlc.h:1141
 #, fuzzy
 msgid "Un-Zoom"
 msgstr "Nagyítás"
 
-#: src/libvlc.h:1135 src/libvlc.h:1136
+#: src/libvlc.h:1143 src/libvlc.h:1144
 msgid "Crop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1137 src/libvlc.h:1138
+#: src/libvlc.h:1145 src/libvlc.h:1146
 msgid "Uncrop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1140 src/libvlc.h:1141
+#: src/libvlc.h:1148 src/libvlc.h:1149
 msgid "Crop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1142 src/libvlc.h:1143
+#: src/libvlc.h:1150 src/libvlc.h:1151
 msgid "Uncrop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1145 src/libvlc.h:1146
+#: src/libvlc.h:1153 src/libvlc.h:1154
 msgid "Crop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1147 src/libvlc.h:1148
+#: src/libvlc.h:1155 src/libvlc.h:1156
 msgid "Uncrop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1150 src/libvlc.h:1151
+#: src/libvlc.h:1158 src/libvlc.h:1159
 #, fuzzy
 msgid "Crop one pixel from the right of the video"
 msgstr "A videobemenet fényerejének beállítása"
 
-#: src/libvlc.h:1152 src/libvlc.h:1153
+#: src/libvlc.h:1160 src/libvlc.h:1161
 msgid "Uncrop one pixel from the right of the video"
 msgstr ""
 
-#: src/libvlc.h:1157
+#: src/libvlc.h:1165
 #, fuzzy, c-format
 msgid ""
 "Usage: %s [options] [stream] ...\n"
@@ -3843,59 +3864,59 @@ msgstr ""
 "megadott ideig\n"
 "  vlc:quit Speciális elem, a VLC kikapcsolásához\n"
 
-#: src/libvlc.h:1267 src/video_output/vout_intf.c:420
-#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:753
+#: src/libvlc.h:1277 src/video_output/vout_intf.c:420
+#: modules/gui/macosx/controls.m:328 modules/gui/macosx/controls.m:759
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:630
 #: modules/video_output/snapshot.c:76
 msgid "Snapshot"
 msgstr "Pillanatkép"
 
-#: src/libvlc.h:1280
+#: src/libvlc.h:1290
 msgid "Window properties"
 msgstr "Ablak tulajdonságok"
 
-#: src/libvlc.h:1325
+#: src/libvlc.h:1335
 msgid "Subpictures"
 msgstr "Alképek"
 
-#: src/libvlc.h:1332 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
+#: src/libvlc.h:1342 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
 #: modules/gui/beos/InterfaceWindow.cpp:279
 msgid "Subtitles"
 msgstr "Feliratok"
 
-#: src/libvlc.h:1349 modules/stream_out/transcode.c:151
+#: src/libvlc.h:1359 modules/stream_out/transcode.c:151
 msgid "Overlays"
 msgstr "Átlapolások"
 
-#: src/libvlc.h:1359
+#: src/libvlc.h:1369
 msgid "Track settings"
 msgstr "Sávbeállítások"
 
-#: src/libvlc.h:1381
+#: src/libvlc.h:1391
 msgid "Playback control"
 msgstr "Visszajátszás vezérlése"
 
-#: src/libvlc.h:1396
+#: src/libvlc.h:1406
 msgid "Default devices"
 msgstr "Alapértelmezett eszközök"
 
-#: src/libvlc.h:1405
+#: src/libvlc.h:1415
 msgid "Network settings"
 msgstr "Hálózati beállításai"
 
-#: src/libvlc.h:1417
+#: src/libvlc.h:1427
 msgid "Socks proxy"
 msgstr "Socks proxy"
 
-#: src/libvlc.h:1426
+#: src/libvlc.h:1436
 msgid "Metadata"
 msgstr "Metaadatok"
 
-#: src/libvlc.h:1456
+#: src/libvlc.h:1466
 msgid "Decoders"
 msgstr "Dekódolók"
 
-#: src/libvlc.h:1463 modules/access/v4l2.c:56
+#: src/libvlc.h:1473 modules/access/v4l2.c:56
 #: modules/gui/macosx/playlistinfo.m:80
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:265
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:378
@@ -3903,44 +3924,44 @@ msgstr "Dekódolók"
 msgid "Input"
 msgstr "Bemenet"
 
-#: src/libvlc.h:1499 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
+#: src/libvlc.h:1509 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
 msgid "VLM"
 msgstr ""
 
-#: src/libvlc.h:1530
+#: src/libvlc.h:1540
 msgid "CPU"
 msgstr "CPU"
 
-#: src/libvlc.h:1552
+#: src/libvlc.h:1562
 msgid "Special modules"
 msgstr "Speciális modulok"
 
-#: src/libvlc.h:1559
+#: src/libvlc.h:1569
 msgid "Plugins"
 msgstr "Bővítmények"
 
-#: src/libvlc.h:1567
+#: src/libvlc.h:1577
 msgid "Performance options"
 msgstr "Teljesítménybeállitások"
 
-#: src/libvlc.h:1700
+#: src/libvlc.h:1714
 msgid "Hot keys"
 msgstr "Gyorsbillentyűk"
 
-#: src/libvlc.h:2011
+#: src/libvlc.h:2025
 #, fuzzy
 msgid "Jump sizes"
 msgstr "Kiírja a buffer méretét"
 
-#: src/libvlc.h:2090
+#: src/libvlc.h:2104
 msgid "main program"
 msgstr "főprogram"
 
-#: src/libvlc.h:2097
+#: src/libvlc.h:2111
 msgid "print help for VLC (can be combined with --advanced)"
 msgstr "A VLC súgójának kiírása (kombinálható az --advanced kapcsolóval)"
 
-#: src/libvlc.h:2099
+#: src/libvlc.h:2113
 #, fuzzy
 msgid ""
 "print help for VLC and all its modules (can be combined with --advanced)"
@@ -3948,39 +3969,39 @@ msgstr ""
 "A VLC súgójának és az összes moduljának kiírása (kombinálható az --advanced "
 "kapcsolóval)"
 
-#: src/libvlc.h:2101
+#: src/libvlc.h:2115
 msgid "print help for the advanced options"
 msgstr "további lehetőségek súgójának kiírása"
 
-#: src/libvlc.h:2103
+#: src/libvlc.h:2117
 msgid "ask for extra verbosity when displaying help"
 msgstr "rákérdezés az extra bőbeszédűségre a súgó megjelenítésekor"
 
-#: src/libvlc.h:2105
+#: src/libvlc.h:2119
 msgid "print a list of available modules"
 msgstr "elérhető modulok kilistázása"
 
-#: src/libvlc.h:2107
+#: src/libvlc.h:2121
 msgid "print help on a specific module (can be combined with --advanced)"
 msgstr "adott modul súgójának kiírása (kombinálható az --advanced kapcsolóval)"
 
-#: src/libvlc.h:2109
+#: src/libvlc.h:2123
 msgid "save the current command line options in the config"
 msgstr "a jelenlegi parancssori beállítások mentése a konfigurációban"
 
-#: src/libvlc.h:2111
+#: src/libvlc.h:2125
 msgid "reset the current config to the default values"
 msgstr "jelenlegi konfiguráció visszaállítása az alapértelmezett értékekre"
 
-#: src/libvlc.h:2113
+#: src/libvlc.h:2127
 msgid "use alternate config file"
 msgstr "alternatív konfigurációs fájl használata"
 
-#: src/libvlc.h:2115
+#: src/libvlc.h:2129
 msgid "resets the current plugins cache"
 msgstr "aktuális bővítmény gyorsítótárának visszaállítása"
 
-#: src/libvlc.h:2117
+#: src/libvlc.h:2131
 msgid "print version information"
 msgstr "verzió információjának kiírása"
 
@@ -4589,7 +4610,8 @@ msgstr "Ismeretlen"
 msgid "Media: %s"
 msgstr ""
 
-#: src/playlist/engine.c:92 src/playlist/engine.c:94
+#: src/playlist/engine.c:104 src/playlist/engine.c:106
+#: src/playlist/loadsave.c:149
 msgid "Media Library"
 msgstr ""
 
@@ -4650,17 +4672,8 @@ msgstr "Levágás"
 msgid "Aspect-ratio"
 msgstr "Képarány"
 
-#: modules/access/cdda/access.c:293
-msgid "CD reading failed"
-msgstr ""
-
-#: modules/access/cdda/access.c:294
-#, c-format
-msgid "VLC could not get a new block of size: %i."
-msgstr ""
-
 #: modules/access/cdda.c:58 modules/access/dshow/dshow.cpp:91
-#: modules/access/dvb/access.c:73 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:73
 #: modules/access/dvdnav.c:64 modules/access/dvdread.c:62
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:43
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4723,7 +4736,16 @@ msgstr "Hang CD - Szám "
 msgid "Audio CD - Track %i"
 msgstr "Hang CD - %i. szám"
 
-#: modules/access/cdda/cdda.c:42 modules/access/directory.c:77
+#: modules/access/cdda/access.c:293
+msgid "CD reading failed"
+msgstr ""
+
+#: modules/access/cdda/access.c:294
+#, c-format
+msgid "VLC could not get a new block of size: %i."
+msgstr ""
+
+#: modules/access/cdda/cdda.c:42 modules/access/directory.c:78
 #: modules/codec/x264.c:280 modules/codec/x264.c:287 modules/codec/x264.c:292
 msgid "none"
 msgstr "nincs"
@@ -5030,11 +5052,11 @@ msgstr "MRL"
 msgid "Track Number"
 msgstr "Szám sorszáma"
 
-#: modules/access/directory.c:69
+#: modules/access/directory.c:70
 msgid "Subdirectory behavior"
 msgstr "Alkönyvtár viselkedése"
 
-#: modules/access/directory.c:71
+#: modules/access/directory.c:72
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -5047,20 +5069,20 @@ msgstr ""
 "kerülnek kibontásra.\n"
 "kiterjesztés: minden alkönyvtár kibontva.\n"
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:78
 msgid "collapse"
 msgstr "összecsukás"
 
-#: modules/access/directory.c:78
+#: modules/access/directory.c:79
 msgid "expand"
 msgstr "kiterjesztés"
 
-#: modules/access/directory.c:80
+#: modules/access/directory.c:81
 #, fuzzy
 msgid "Ignored extensions"
 msgstr "Az ilyen kiterjesztésű fájlok figyelmen kívül hagyása"
 
-#: modules/access/directory.c:82
+#: modules/access/directory.c:83
 #, fuzzy
 msgid ""
 "Files with these extensions will not be added to playlist when opening a "
@@ -5073,11 +5095,11 @@ msgstr ""
 "könyvtárat nyit meg. Ez akkor hasznos például, ha mp3 albumokat tartalmazó "
 "könyvtárakat használ."
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:90
 msgid "Directory"
 msgstr "Könyvtár"
 
-#: modules/access/directory.c:91
+#: modules/access/directory.c:92
 msgid "Standard filesystem directory input"
 msgstr "Szabványos fájlrendszer-könyvtár bemenet"
 
@@ -5323,6 +5345,21 @@ msgstr ""
 msgid "The capture device \"%s\" does not support the required parameters."
 msgstr ""
 
+#: modules/access/dv.c:70
+#, fuzzy
+msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
+msgstr ""
+"Az UDP adatfolyamokra érvényes alapértelmezett gyorsítótárazási időtartam "
+"módosítását teszi lehetővé. Az értéket ezredmásodpercben kell megadni."
+
+#: modules/access/dv.c:74
+msgid "Digital Video (Firewire/ieee1394)  input"
+msgstr ""
+
+#: modules/access/dv.c:75
+msgid "dv"
+msgstr ""
+
 #: modules/access/dvb/access.c:75
 #, fuzzy
 msgid ""
@@ -5599,21 +5636,6 @@ msgstr "Hangerő kiegyenlítése"
 msgid "The provided polarization \"%c\" is not valid."
 msgstr ""
 
-#: modules/access/dv.c:70
-#, fuzzy
-msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
-msgstr ""
-"Az UDP adatfolyamokra érvényes alapértelmezett gyorsítótárazási időtartam "
-"módosítását teszi lehetővé. Az értéket ezredmásodpercben kell megadni."
-
-#: modules/access/dv.c:74
-msgid "Digital Video (Firewire/ieee1394)  input"
-msgstr ""
-
-#: modules/access/dv.c:75
-msgid "dv"
-msgstr ""
-
 #: modules/access/dvdnav.c:60 modules/access/dvdread.c:58
 msgid "DVD angle"
 msgstr "DVD szög"
@@ -5848,65 +5870,22 @@ msgstr ""
 msgid "VLC could not open file \"%s\" (%s)."
 msgstr ""
 
-#: modules/access_filter/record.c:43
-msgid "Record directory"
-msgstr "Felvétel könyvtár"
-
-#: modules/access_filter/record.c:45
+#: modules/access/ftp.c:45
 #, fuzzy
-msgid "Directory where the record will be stored."
-msgstr "Megadhatja azt a könyvtárat, amelybe a felvétel tárolásra kerül."
+msgid ""
+"Caching value for FTP streams. This value should be set in milliseconds."
+msgstr ""
+"Módosíthatja az FTP adatfolyamok alapértelmezett gyorsítótárazási értékét "
+"(ezredmásodpercben)."
 
-#: modules/access_filter/timeshift.c:44
-msgid "Timeshift granularity"
-msgstr "Időeltolás finomsága"
+#: modules/access/ftp.c:47
+msgid "FTP user name"
+msgstr "FTP felhasználó neve"
 
-#: modules/access_filter/timeshift.c:46
+#: modules/access/ftp.c:48 modules/access/smb.c:64
 #, fuzzy
-msgid ""
-"This is the size of the temporary files tha will be used to store the "
-"timeshifted streams."
-msgstr "Az időeltolt adatfolyam tárolására használt átmeneti fájlok mérete"
-
-#: modules/access_filter/timeshift.c:48
-msgid "Timeshift directory"
-msgstr "Időeltolt könyvtár"
-
-#: modules/access_filter/timeshift.c:49
-msgid "Directory used to store the timeshift temporary files."
-msgstr "Az időeltolt átmeneti fájlok tárolására szolgáló könyvtár."
-
-#: modules/access_filter/timeshift.c:51
-#, fuzzy
-msgid "Force use of the timeshift module"
-msgstr "Az időeltolt átmeneti fájlok tárolására szolgáló könyvtár."
-
-#: modules/access_filter/timeshift.c:52
-msgid ""
-"Force use of the timeshift module even if the access declares that it can "
-"control pace or pause."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
-msgid "Timeshift"
-msgstr "Időeltolás"
-
-#: modules/access/ftp.c:45
-#, fuzzy
-msgid ""
-"Caching value for FTP streams. This value should be set in milliseconds."
-msgstr ""
-"Módosíthatja az FTP adatfolyamok alapértelmezett gyorsítótárazási értékét "
-"(ezredmásodpercben)."
-
-#: modules/access/ftp.c:47
-msgid "FTP user name"
-msgstr "FTP felhasználó neve"
-
-#: modules/access/ftp.c:48 modules/access/smb.c:64
-#, fuzzy
-msgid "User name that will be used for the connection."
-msgstr "Módosíthatja a kapcsolódáshoz használt felhasználói nevet."
+msgid "User name that will be used for the connection."
+msgstr "Módosíthatja a kapcsolódáshoz használt felhasználói nevet."
 
 #: modules/access/ftp.c:50
 msgid "FTP password"
@@ -6072,609 +6051,504 @@ msgstr "Mindig a maximális bitsebességgel rendelkező adatfolyamot válassza."
 msgid "Microsoft Media Server (MMS) input"
 msgstr "Microsoft Media Server (MMS) bemenet"
 
-#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
+#: modules/access/pvr.c:49
 #, fuzzy
-msgid "Dummy stream output"
-msgstr "Dummy adatfolyam kimenet"
+msgid ""
+"Default caching value for PVR streams. This value should be set in "
+"milliseconds."
+msgstr ""
+"Lehetővé teszi a TCP adatfolyamok alapértelmezett gyorsítótárazási értékének "
+"módosítását. Ennek az értéknek ezredmásodperc mértékegységűnek kell lennie."
 
-#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
-#, fuzzy
-msgid "Dummy"
-msgstr "Ãœres"
+#: modules/access/pvr.c:52
+msgid "Device"
+msgstr "Eszköz"
 
-#: modules/access_output/file.c:61
-msgid "Append to file"
-msgstr "Hozzáfűzés fájlhoz"
+#: modules/access/pvr.c:53
+msgid "PVR video device"
+msgstr "PVR videoeszköz"
 
-#: modules/access_output/file.c:62
-msgid "Append to file if it exists instead of replacing it."
-msgstr "Ha létezik a fájl, akkor hozzáfűzi felülírás helyett."
+#: modules/access/pvr.c:55
+#, fuzzy
+msgid "Radio device"
+msgstr "Rádióeszköz"
 
-#: modules/access_output/file.c:66
-msgid "File stream output"
-msgstr "Fájl adatfolyam kimenet"
+#: modules/access/pvr.c:56
+#, fuzzy
+msgid "PVR radio device"
+msgstr "PVR videoeszköz"
 
-#: modules/access_output/http.c:58
-msgid "Username"
-msgstr "Felhasználónév"
+#: modules/access/pvr.c:58 modules/access/v4l.c:96
+msgid "Norm"
+msgstr "Norma"
 
-#: modules/access_output/http.c:59
+#: modules/access/pvr.c:59 modules/access/v4l.c:98
 #, fuzzy
-msgid "User name that will be requested to access the stream."
-msgstr ""
-"Megadhat az adatfolyamhoz való hozzáféréshez szükséges felhasználónevet."
+msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
+msgstr "Az adatfolyam normája (automatikus, SECAM, PAL vagy NTSC)"
 
-#: modules/access_output/http.c:61 modules/control/telnet.c:81
-msgid "Password"
-msgstr "Jelszó"
+#: modules/access/pvr.c:62 modules/access/v4l.c:102
+#: modules/video_filter/mosaic.c:96
+msgid "Width"
+msgstr "Szélesség"
 
-#: modules/access_output/http.c:62
+#: modules/access/pvr.c:63
 #, fuzzy
-msgid "Password that will be requested to access the stream."
-msgstr "Megadhat az adatfolyamhoz való hozzáféréshez szükséges jelszót."
-
-#: modules/access_output/http.c:66
-msgid "Mime"
-msgstr "Fájltípus"
+msgid "Width of the stream to capture (-1 for autodetection)."
+msgstr "A felveendő adatfolyam szélessége (-1 esetén automatikus)"
 
-#: modules/access_output/http.c:67
-msgid "MIME returned by the server (autodetected if not specified."
-msgstr ""
+#: modules/access/pvr.c:66 modules/access/v4l.c:105
+#: modules/video_filter/mosaic.c:94
+msgid "Height"
+msgstr "Magasság"
 
-#: modules/access_output/http.c:71
+#: modules/access/pvr.c:67
 #, fuzzy
-msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
-msgstr ""
-"A HTTP/SSL adatfolyam kimenete által használt x509 PEM tanusítványfájl "
-"elérési útja."
+msgid "Height of the stream to capture (-1 for autodetection)."
+msgstr "A felveendő adatfolyam magassága (-1 esetén automatikus)"
 
-#: modules/access_output/http.c:74
-#, fuzzy
-msgid ""
-"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
-"empty if you don't have one."
-msgstr ""
-"A HTTP/SSL adatfolyam kimenete által használt x509 PEM privát kulcs fájl "
-"elérési útja. Hagyja üresen, ha nincs."
+#: modules/access/pvr.c:70 modules/access/v4l.c:89
+msgid "Frequency"
+msgstr "Frekvencia"
 
-#: modules/access_output/http.c:78
+#: modules/access/pvr.c:71 modules/access/v4l.c:91
 #, fuzzy
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used for HTTPS. Leave empty if you don't have one."
-msgstr ""
-"Az x509 PEM formátumú, hitelesítésszolgáltató által megbízhatónak "
-"nyilvánított tanúsítvány útvonala, amelyet a HTTP/SSL kimeneti adatfolyam "
-"használni fog. Hagyja üresen, ha nem rendelkezik ilyen tanúsítvánnyal."
+msgid "Frequency to capture (in kHz), if applicable."
+msgstr "A felveendő frekvencia (kHz-ben), ha van értelme"
 
-#: modules/access_output/http.c:83
+#: modules/access/pvr.c:74 modules/access/v4l.c:137
 #, fuzzy
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be used for "
-"SSL. Leave empty if you don't have one."
+msgid "Framerate to capture, if applicable (-1 for autodetect)."
 msgstr ""
-"Az x509 PEM formátumú tanúsítványvisszavonási lista útvonala, amelyet a HTTP/"
-"SSL kimeneti adatfolyam használni fog. Hagyja üresen, ha nem rendelkezik "
-"ilyen tanúsítvánnyal."
+"A felvétel másodpercenkénti képszáma, ha van értelme (-1 esetén automatikus)"
 
-#: modules/access_output/http.c:86
-msgid "Advertise with Bonjour"
-msgstr ""
+#: modules/access/pvr.c:77
+msgid "Key interval"
+msgstr "Kulcskép-intervallum"
 
-#: modules/access_output/http.c:87
-msgid "Advertise the stream with the Bonjour protocol."
-msgstr ""
+#: modules/access/pvr.c:78
+#, fuzzy
+msgid "Interval between keyframes (-1 for autodetect)."
+msgstr "Időintervallum a kulcsképek között (-1 esetén automatikus)"
 
-#: modules/access_output/http.c:91
-msgid "HTTP stream output"
-msgstr "HTTP kimeneti adatfolyam"
+#: modules/access/pvr.c:80
+msgid "B Frames"
+msgstr "B-képek"
 
-#: modules/access_output/http.c:93 modules/control/http/http.c:61
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
-msgid "HTTP"
-msgstr "HTTP"
+#: modules/access/pvr.c:81
+msgid ""
+"If this option is set, B-Frames will be used. Use this option to set the "
+"number of B-Frames."
+msgstr ""
+"B-képek használata az adatfolyamban. Ezzel az opcióval beállítható a B-képek "
+"száma."
 
-#: modules/access_output/shout.c:58
+#: modules/access/pvr.c:85
 #, fuzzy
-msgid "Stream name"
-msgstr "Adatfolyam neve"
+msgid "Bitrate to use (-1 for default)."
+msgstr "Bitsebesség (-1 esetén alaprtelmezett)"
 
-#: modules/access_output/shout.c:59
+#: modules/access/pvr.c:87
+msgid "Bitrate peak"
+msgstr "Bitsebesség csúcs"
+
+#: modules/access/pvr.c:88
 #, fuzzy
-msgid "Name to give to this stream/channel on the shoutcast/icecast server."
-msgstr "Az adatfolyam/csatorna leendő neve az icecast kiszolgálón."
+msgid "Peak bitrate in VBR mode."
+msgstr "Maximális bitsebesség VBR módban"
 
-#: modules/access_output/shout.c:62
+#: modules/access/pvr.c:91
 #, fuzzy
-msgid "Stream description"
-msgstr "Adatfolyam leírása"
+msgid "Bitrate mode)"
+msgstr "A használt bitsebesség mód"
 
-#: modules/access_output/shout.c:63
+#: modules/access/pvr.c:92
 #, fuzzy
-msgid "Description of the stream content or information about your channel."
-msgstr "Az adatfolyam tartalmának leírása (bővebb információ a csatornáról)."
+msgid "Bitrate mode to use (VBR or CBR)."
+msgstr "A használt bitsebesség mód"
 
-#: modules/access_output/shout.c:66
-msgid "Stream MP3"
-msgstr "MP3 küldése"
+#: modules/access/pvr.c:94
+msgid "Audio bitmask"
+msgstr "Hang bitmaszk"
 
-#: modules/access_output/shout.c:67
+#: modules/access/pvr.c:95
 #, fuzzy
-msgid ""
-"You normally have to feed the shoutcast module with Ogg streams. It is also "
-"possible to stream MP3 instead, so you can forward MP3 streams to the "
-"shoutcast/icecast server."
+msgid "Bitmask that will get used by the audio part of the card."
 msgstr ""
-"Alapértelmezés szerint a shoutcast modult Ogg adatfolyammal kell ellátnia. "
-"Ez az opció lehetővé teszi, hogy MP3 formátumot használjon, tehát MP3 "
-"adatfolyamot is küldhet az icecast kiszolgálóra."
+"Ezzel az opcióval adható meg a kártya hang része által használt hang "
+"bitmaszk."
 
-#: modules/access_output/shout.c:76
-#, fuzzy
-msgid "Genre description"
-msgstr "Adatfolyam leírása"
+#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
+#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
+msgid "Volume"
+msgstr "Hangerő"
 
-#: modules/access_output/shout.c:77
-msgid "Genre of the content. "
+#: modules/access/pvr.c:99
+msgid "Audio volume (0-65535)."
 msgstr ""
 
-#: modules/access_output/shout.c:79
-#, fuzzy
-msgid "URL description"
-msgstr "Leírás"
+#: modules/access/pvr.c:101 modules/access/v4l.c:92
+msgid "Channel"
+msgstr "Csatorna"
 
-#: modules/access_output/shout.c:80
-msgid "URL with information about the stream or your channel. "
+#: modules/access/pvr.c:102
+msgid ""
+"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)"
 msgstr ""
+"A kártya használandó csatornája (általában: 0 = tuner, 1 = kompozit, 2 = S-"
+"Video)"
 
-#: modules/access_output/shout.c:87
-#, fuzzy
-msgid "Bitrate information of the transcoded stream. "
-msgstr "Hangadatfolyam felvételének mintavételi frekvenciája, Hz-ben"
-
-#: modules/access_output/shout.c:89 modules/access/v4l.c:122
-msgid "Samplerate"
-msgstr "Mintavételi frekvencia"
-
-#: modules/access_output/shout.c:90
-#, fuzzy
-msgid "Samplerate information of the transcoded stream. "
-msgstr "Hangadatfolyam felvételének mintavételi frekvenciája, Hz-ben"
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "Automatic"
+msgstr "Automatikus"
 
-#: modules/access_output/shout.c:92
-#, fuzzy
-msgid "Number of channels"
-msgstr "Hasábok száma"
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "SECAM"
+msgstr "SECAM"
 
-#: modules/access_output/shout.c:93
-#, fuzzy
-msgid "Number of channels information of the transcoded stream. "
-msgstr "Hangadatfolyam felvételének mintavételi frekvenciája, Hz-ben"
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "PAL"
+msgstr "PAL"
 
-#: modules/access_output/shout.c:95
-msgid "Ogg Vorbis Quality"
-msgstr ""
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "NTSC"
+msgstr "NTSC"
 
-#: modules/access_output/shout.c:96
-#, fuzzy
-msgid "Ogg Vorbis Quality information of the transcoded stream. "
-msgstr "Hangadatfolyam felvételének mintavételi frekvenciája, Hz-ben"
+#: modules/access/pvr.c:111
+msgid "vbr"
+msgstr "vbr"
 
-#: modules/access_output/shout.c:98
-#, fuzzy
-msgid "Stream public"
-msgstr "Kimeneti adatfolyam"
+#: modules/access/pvr.c:111
+msgid "cbr"
+msgstr "cbr"
 
-#: modules/access_output/shout.c:99
-msgid ""
-"Make the server publicly available on the 'Yellow Pages' (directory listing "
-"of streams) on the icecast/shoutcast website. Requires the bitrate "
-"information specified for shoutcast. Requires Ogg streaming for icecast."
-msgstr ""
+#: modules/access/pvr.c:116
+msgid "PVR"
+msgstr "PVR"
 
-#: modules/access_output/shout.c:105
+#: modules/access/pvr.c:117
 #, fuzzy
-msgid "IceCAST output"
-msgstr "Hozzáférési kimenet"
+msgid "IVTV MPEG Encoding cards input"
+msgstr "MPEG kódolókártyák bemenete (ivtv driverrel)"
 
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:41
+#: modules/access/rtsp/access.c:41 modules/access_output/udp.c:75
 #: modules/demux/live555.cpp:63
 msgid "Caching value (ms)"
 msgstr "Gyorsítótárazás időtartama (ms)"
 
-#: modules/access_output/udp.c:77
+#: modules/access/rtsp/access.c:43
 #, fuzzy
 msgid ""
-"Default caching value for outbound UDP streams. This value should be set in "
-"milliseconds."
+"Caching value for RTSP streams. This value should be set in milliseconds."
 msgstr ""
-"Az UDP adatfolyamokra érvényes alapértelmezett gyorsítótárazási időtartam "
-"módosítását teszi lehetővé. Az értéket ezredmásodpercben kell megadni."
+"Lehetővé teszi az RTSP adatfolyamok alapértelmezett gyorsítótár értékének "
+"módosítását. Ennek az értéknek ezredmásodperc mértékegységűnek kell lennie."
 
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
-#: modules/gui/macosx/wizard.m:1848
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
-msgid "Time-To-Live (TTL)"
-msgstr "Élettartam (TTL)"
+#: modules/access/rtsp/access.c:47 modules/access/rtsp/access.c:48
+msgid "Real RTSP"
+msgstr "Real RTSP"
 
-#: modules/access_output/udp.c:81
+#: modules/access/rtsp/access.c:93
 #, fuzzy
-msgid "Time-To-Live of the outgoing stream."
-msgstr "A kimenő adatfolyam élettartamának megadását teszi lehetővé."
+msgid "Connection failed"
+msgstr "VLM beállítófájl"
 
-#: modules/access_output/udp.c:84
-msgid "Group packets"
-msgstr "Csomagok csoportosítása"
+#: modules/access/rtsp/access.c:94
+#, c-format
+msgid "VLC could not connect to \"%s:%d\"."
+msgstr ""
 
-#: modules/access_output/udp.c:85
+#: modules/access/rtsp/access.c:221
 #, fuzzy
-msgid ""
-"Packets can be sent one by one at the right time or by groups. You can "
-"choose the number of packets that will be sent at a time. It helps reducing "
-"the scheduling load on heavily-loaded systems."
-msgstr ""
-"A csomagok küldhetőek egyesével a megfelelő időpontban, vagy csoportonként. "
-"Ezzel az opcióval megadhatod az egy időpontban küldött csomagok számát, "
-"ennek segítségével csökkenthető a terhelés a nagy mértékben terhelt "
-"rendszereken."
+msgid "Session failed"
+msgstr "Eszköz neve"
 
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr "Nyers írás"
+#: modules/access/rtsp/access.c:222
+msgid "The requested RTSP session could not be established."
+msgstr ""
 
-#: modules/access_output/udp.c:91
+#: modules/access/screen/screen.c:39
 #, fuzzy
 msgid ""
-"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)."
+"Caching value for screen capture. This value should be set in milliseconds."
 msgstr ""
-"Az opció bekapcsolásával a csomagok közvetlenül, az MTU érték elérése nélkül "
-"kerülnek ki a hálózatra (tehát a program nem próbálja meg a lehető "
-"legnagyobb csomagokat küldeni az adás minőségének javítása érdekében)."
+"Lehetővé teszi a képernyőfelvétel adatfolyamok alapértelmezett gyorsítótár "
+"értékének módosítását. Ennek az értéknek ezredmásodperc mértékegységűnek "
+"kell lennie."
 
-#: modules/access_output/udp.c:97
-msgid "UDP stream output"
-msgstr "UDP kimeneti adatfolyam"
+#: modules/access/screen/screen.c:43
+#, fuzzy
+msgid "Desired frame rate for the capture."
+msgstr "Lehetővé teszi a felvétel kívánt képkockasebességének beállítását."
 
-#: modules/access_output/udp.c:98
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
-msgid "UDP"
-msgstr "UDP"
+#: modules/access/screen/screen.c:46
+msgid "Capture fragment size"
+msgstr "Felvétel darab méret"
 
-#: modules/access/pvr.c:49
+#: modules/access/screen/screen.c:48
 #, fuzzy
 msgid ""
-"Default caching value for PVR streams. This value should be set in "
-"milliseconds."
+"Optimize the capture by fragmenting the screen in chunks of predefined "
+"height (16 might be a good value, and 0 means disabled)."
 msgstr ""
-"Lehetővé teszi a TCP adatfolyamok alapértelmezett gyorsítótárazási értékének "
-"módosítását. Ennek az értéknek ezredmásodperc mértékegységűnek kell lennie."
-
-#: modules/access/pvr.c:52
-msgid "Device"
-msgstr "Eszköz"
+"Lehetővé teszi a felvétel optimalizálását a képernyő előre meghatározott "
+"magasságú darabokra tördelésével (16 jó érték lehet és 0 jelenti a "
+"letiltást)."
 
-#: modules/access/pvr.c:53
-msgid "PVR video device"
-msgstr "PVR videoeszköz"
+#: modules/access/screen/screen.c:62
+msgid "Screen Input"
+msgstr "Képernyőbemenet"
 
-#: modules/access/pvr.c:55
-#, fuzzy
-msgid "Radio device"
-msgstr "Rádióeszköz"
+#: modules/access/screen/screen.c:63 modules/gui/macosx/vout.m:210
+msgid "Screen"
+msgstr "Képernyő"
 
-#: modules/access/pvr.c:56
+#: modules/access/smb.c:61
 #, fuzzy
-msgid "PVR radio device"
-msgstr "PVR videoeszköz"
+msgid ""
+"Caching value for SMB streams. This value should be set in milliseconds."
+msgstr ""
+"Lehetővé teszi az SMB adatfolyamok alapértelmezett gyorsítótárazási "
+"értékének módosítását. Ennek az értéknek ezredmásodperc mértékegységűnek "
+"kell lennie."
 
-#: modules/access/pvr.c:58 modules/access/v4l.c:96
-msgid "Norm"
-msgstr "Norma"
+#: modules/access/smb.c:63
+msgid "SMB user name"
+msgstr "SMB felhasználói név"
 
-#: modules/access/pvr.c:59 modules/access/v4l.c:98
-#, fuzzy
-msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
-msgstr "Az adatfolyam normája (automatikus, SECAM, PAL vagy NTSC)"
+#: modules/access/smb.c:66
+msgid "SMB password"
+msgstr "SMB jelszó"
 
-#: modules/access/pvr.c:62 modules/access/v4l.c:102
-#: modules/video_filter/mosaic.c:96
-msgid "Width"
-msgstr "Szélesség"
+#: modules/access/smb.c:69
+msgid "SMB domain"
+msgstr "SMB tartomány"
 
-#: modules/access/pvr.c:63
+#: modules/access/smb.c:70
 #, fuzzy
-msgid "Width of the stream to capture (-1 for autodetection)."
-msgstr "A felveendő adatfolyam szélessége (-1 esetén automatikus)"
+msgid "Domain/Workgroup that will be used for the connection."
+msgstr ""
+"Lehetővé teszi a kapcsolathoz használni kívánt tartomány/munkacsoport "
+"módosítását."
 
-#: modules/access/pvr.c:66 modules/access/v4l.c:105
-#: modules/video_filter/mosaic.c:94
-msgid "Height"
-msgstr "Magasság"
+#: modules/access/smb.c:75
+msgid "SMB input"
+msgstr "SMB bemenet"
 
-#: modules/access/pvr.c:67
+#: modules/access/tcp.c:39
 #, fuzzy
-msgid "Height of the stream to capture (-1 for autodetection)."
-msgstr "A felveendő adatfolyam magassága (-1 esetén automatikus)"
+msgid ""
+"Caching value for TCP streams. This value should be set in milliseconds."
+msgstr ""
+"Lehetővé teszi a TCP adatfolyamok alapértelmezett gyorsítótárazási értékének "
+"módosítását. Ennek az értéknek ezredmásodperc mértékegységűnek kell lennie."
 
-#: modules/access/pvr.c:70 modules/access/v4l.c:89
-msgid "Frequency"
-msgstr "Frekvencia"
+#: modules/access/tcp.c:46
+msgid "TCP"
+msgstr "TCP"
 
-#: modules/access/pvr.c:71 modules/access/v4l.c:91
-#, fuzzy
-msgid "Frequency to capture (in kHz), if applicable."
-msgstr "A felveendő frekvencia (kHz-ben), ha van értelme"
+#: modules/access/tcp.c:47
+msgid "TCP input"
+msgstr "TCP bemenet"
 
-#: modules/access/pvr.c:74 modules/access/v4l.c:137
+#: modules/access/udp.c:44
 #, fuzzy
-msgid "Framerate to capture, if applicable (-1 for autodetect)."
+msgid ""
+"Caching value for UDP streams. This value should be set in milliseconds."
 msgstr ""
-"A felvétel másodpercenkénti képszáma, ha van értelme (-1 esetén automatikus)"
+"Az UDP adatfolyamokra érvényes alapértelmezett gyorsítótárazási időtartam "
+"módosítását teszi lehetővé. Az értéket ezredmásodpercben kell megadni."
 
-#: modules/access/pvr.c:77
-msgid "Key interval"
-msgstr "Kulcskép-intervallum"
+#: modules/access/udp.c:47
+msgid "Autodetection of MTU"
+msgstr "MTU automatikus meghatározása"
 
-#: modules/access/pvr.c:78
-#, fuzzy
-msgid "Interval between keyframes (-1 for autodetect)."
-msgstr "Időintervallum a kulcsképek között (-1 esetén automatikus)"
+#: modules/access/udp.c:49
+msgid ""
+"Automatically detect the line's MTU. This will increase the size if "
+"truncated packets are found"
+msgstr ""
 
-#: modules/access/pvr.c:80
-msgid "B Frames"
-msgstr "B-képek"
+#: modules/access/udp.c:52
+#, fuzzy
+msgid "RTP reordering timeout in ms"
+msgstr "TCP kapcsolat időtúllépése ezredmásodpercben"
 
-#: modules/access/pvr.c:81
+#: modules/access/udp.c:54
 msgid ""
-"If this option is set, B-Frames will be used. Use this option to set the "
-"number of B-Frames."
+"VLC reorders RTP packets. The input will wait for late packets at most the "
+"time specified here (in milliseconds)."
 msgstr ""
-"B-képek használata az adatfolyamban. Ezzel az opcióval beállítható a B-képek "
-"száma."
-
-#: modules/access/pvr.c:85
-#, fuzzy
-msgid "Bitrate to use (-1 for default)."
-msgstr "Bitsebesség (-1 esetén alaprtelmezett)"
 
-#: modules/access/pvr.c:87
-msgid "Bitrate peak"
-msgstr "Bitsebesség csúcs"
+#: modules/access/udp.c:61 modules/gui/macosx/open.m:183
+#: modules/gui/macosx/open.m:654 modules/gui/macosx/open.m:692
+#: modules/gui/wxwidgets/dialogs/open.cpp:804
+msgid "UDP/RTP"
+msgstr "UDP/RTP"
 
-#: modules/access/pvr.c:88
-#, fuzzy
-msgid "Peak bitrate in VBR mode."
-msgstr "Maximális bitsebesség VBR módban"
+#: modules/access/udp.c:62
+msgid "UDP/RTP input"
+msgstr "UDP/RTP bemenet"
 
-#: modules/access/pvr.c:91
+#: modules/access/v4l.c:75
 #, fuzzy
-msgid "Bitrate mode)"
-msgstr "A használt bitsebesség mód"
+msgid ""
+"Caching value for V4L captures. This value should be set in milliseconds."
+msgstr ""
+"Lehetővé teszi a v4l adatfolyamok alapértelmezett gyorsítótárazási értékének "
+"módosítását. Ennek az értéknek ezredmásodperc mértékegységűnek kell lennie."
 
-#: modules/access/pvr.c:92
+#: modules/access/v4l.c:79
 #, fuzzy
-msgid "Bitrate mode to use (VBR or CBR)."
-msgstr "A használt bitsebesség mód"
-
-#: modules/access/pvr.c:94
-msgid "Audio bitmask"
-msgstr "Hang bitmaszk"
+msgid ""
+"Name of the video device to use. If you don't specify anything, no video "
+"device will be used."
+msgstr ""
+"Adja meg a használni kívánt videoeszköz nevét. Ha nem ad meg semmit, nem "
+"kerül videoeszköz felhasználásra."
 
-#: modules/access/pvr.c:95
+#: modules/access/v4l.c:83
 #, fuzzy
-msgid "Bitmask that will get used by the audio part of the card."
+msgid ""
+"Name of the audio device to use. If you don't specify anything, no audio "
+"device will be used."
 msgstr ""
-"Ezzel az opcióval adható meg a kártya hang része által használt hang "
-"bitmaszk."
-
-#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
-msgid "Volume"
-msgstr "Hangerő"
+"Adja meg a használni kívánt hangeszköz nevét. Ha nem ad meg semmit, nem "
+"kerül hangeszköz felhasználásra."
 
-#: modules/access/pvr.c:99
-msgid "Audio volume (0-65535)."
+#: modules/access/v4l.c:87
+msgid ""
+"Force the Video4Linux video device to use a specific chroma format (eg. I420 "
+"(default), RV24, etc.)"
 msgstr ""
+"A Video4Linux videoeszköz kényszerítése a megadott chroma formátum "
+"használatára (például: I420 (alapértelmezett), RV24, stb.)"
 
-#: modules/access/pvr.c:101 modules/access/v4l.c:92
-msgid "Channel"
-msgstr "Csatorna"
-
-#: modules/access/pvr.c:102
+#: modules/access/v4l.c:94
+#, fuzzy
 msgid ""
-"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)"
+"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
 msgstr ""
 "A kártya használandó csatornája (általában: 0 = tuner, 1 = kompozit, 2 = S-"
 "Video)"
 
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "Automatic"
-msgstr "Automatikus"
+#: modules/access/v4l.c:99
+msgid "Audio Channel"
+msgstr "Hangcsatorna"
 
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "SECAM"
-msgstr "SECAM"
+#: modules/access/v4l.c:101
+#, fuzzy
+msgid "Audio Channel to use, if there are several audio inputs."
+msgstr "A használandó hangcsatorna, ha több hangbemenet van"
 
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "PAL"
-msgstr "PAL"
+#: modules/access/v4l.c:103
+#, fuzzy
+msgid "Width of the stream to capture (-1 for autodetect)."
+msgstr "A felveendő adatfolyam szélessége (-1 esetén automatikus)"
 
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "NTSC"
-msgstr "NTSC"
+#: modules/access/v4l.c:106
+#, fuzzy
+msgid "Height of the stream to capture (-1 for autodetect)."
+msgstr "A felveendő adatfolyam magassága (-1 esetén automatikus)"
 
-#: modules/access/pvr.c:111
-msgid "vbr"
-msgstr "vbr"
+#: modules/access/v4l.c:108 modules/gui/macosx/extended.m:114
+#: modules/gui/wxwidgets/extrapanel.cpp:234
+msgid "Brightness"
+msgstr "Fényerő"
 
-#: modules/access/pvr.c:111
-msgid "cbr"
-msgstr "cbr"
+#: modules/access/v4l.c:110
+#, fuzzy
+msgid "Brightness of the video input."
+msgstr "A videobemenet fényerejének beállítása"
 
-#: modules/access/pvr.c:116
-msgid "PVR"
-msgstr "PVR"
+#: modules/access/v4l.c:111 modules/gui/macosx/extended.m:117
+#: modules/gui/wxwidgets/extrapanel.cpp:224
+msgid "Hue"
+msgstr "Színárnyalat"
 
-#: modules/access/pvr.c:117
+#: modules/access/v4l.c:113
 #, fuzzy
-msgid "IVTV MPEG Encoding cards input"
-msgstr "MPEG kódolókártyák bemenete (ivtv driverrel)"
+msgid "Hue of the video input."
+msgstr "A videobemenet színárnyalatának beállítása"
 
-#: modules/access/rtsp/access.c:43
+#: modules/access/v4l.c:114 modules/video_filter/marq.c:93
+#: modules/video_filter/rss.c:146 modules/video_filter/time.c:85
+#: modules/visualization/xosd.c:78
+msgid "Color"
+msgstr "Szín"
+
+#: modules/access/v4l.c:116
 #, fuzzy
-msgid ""
-"Caching value for RTSP streams. This value should be set in milliseconds."
-msgstr ""
-"Lehetővé teszi az RTSP adatfolyamok alapértelmezett gyorsítótár értékének "
-"módosítását. Ennek az értéknek ezredmásodperc mértékegységűnek kell lennie."
+msgid "Color of the video input."
+msgstr "A videobemenet színének beállítása"
 
-#: modules/access/rtsp/access.c:47 modules/access/rtsp/access.c:48
-msgid "Real RTSP"
-msgstr "Real RTSP"
+#: modules/access/v4l.c:117 modules/gui/macosx/extended.m:115
+#: modules/gui/wxwidgets/extrapanel.cpp:229
+msgid "Contrast"
+msgstr "Kontraszt"
 
-#: modules/access/rtsp/access.c:93
+#: modules/access/v4l.c:119
 #, fuzzy
-msgid "Connection failed"
-msgstr "VLM beállítófájl"
+msgid "Contrast of the video input."
+msgstr "A videobemenet kontrasztjának beállítása"
 
-#: modules/access/rtsp/access.c:94
-#, c-format
-msgid "VLC could not connect to \"%s:%d\"."
-msgstr ""
+#: modules/access/v4l.c:120
+msgid "Tuner"
+msgstr "Tuner"
 
-#: modules/access/rtsp/access.c:221
+#: modules/access/v4l.c:121
 #, fuzzy
-msgid "Session failed"
-msgstr "Eszköz neve"
+msgid "Tuner to use, if there are several ones."
+msgstr "Használandó tuner, ha több található"
 
-#: modules/access/rtsp/access.c:222
-msgid "The requested RTSP session could not be established."
-msgstr ""
+#: modules/access/v4l.c:122 modules/access_output/shout.c:89
+msgid "Samplerate"
+msgstr "Mintavételi frekvencia"
 
-#: modules/access/screen/screen.c:39
+#: modules/access/v4l.c:124
 #, fuzzy
 msgid ""
-"Caching value for screen capture. This value should be set in milliseconds."
-msgstr ""
-"Lehetővé teszi a képernyőfelvétel adatfolyamok alapértelmezett gyorsítótár "
-"értékének módosítását. Ennek az értéknek ezredmásodperc mértékegységűnek "
-"kell lennie."
+"Samplerate of the captured audio stream, in Hz (eg: 11025, 22050, 44100)"
+msgstr "Hangadatfolyam felvételének mintavételi frekvenciája, Hz-ben"
 
-#: modules/access/screen/screen.c:43
+#: modules/access/v4l.c:127
 #, fuzzy
-msgid "Desired frame rate for the capture."
-msgstr "Lehetővé teszi a felvétel kívánt képkockasebességének beállítását."
-
-#: modules/access/screen/screen.c:46
-msgid "Capture fragment size"
-msgstr "Felvétel darab méret"
+msgid "Capture the audio stream in stereo."
+msgstr "Hangadatfolyam felvételének mintavételi frekvenciája, Hz-ben"
 
-#: modules/access/screen/screen.c:48
-#, fuzzy
-msgid ""
-"Optimize the capture by fragmenting the screen in chunks of predefined "
-"height (16 might be a good value, and 0 means disabled)."
-msgstr ""
-"Lehetővé teszi a felvétel optimalizálását a képernyő előre meghatározott "
-"magasságú darabokra tördelésével (16 jó érték lehet és 0 jelenti a "
-"letiltást)."
+#: modules/access/v4l.c:128
+msgid "MJPEG"
+msgstr "MJPEG"
 
-#: modules/access/screen/screen.c:62
-msgid "Screen Input"
-msgstr "Képernyőbemenet"
+#: modules/access/v4l.c:130
+msgid "Set this option if the capture device outputs MJPEG"
+msgstr "Jelölje be ezt az opciót ha a felvevő eszköz kimenete MJPEG"
 
-#: modules/access/screen/screen.c:63 modules/gui/macosx/vout.m:210
-msgid "Screen"
-msgstr "Képernyő"
+#: modules/access/v4l.c:131
+msgid "Decimation"
+msgstr "Decimation"
 
-#: modules/access/smb.c:61
+#: modules/access/v4l.c:133
 #, fuzzy
-msgid ""
-"Caching value for SMB streams. This value should be set in milliseconds."
-msgstr ""
-"Lehetővé teszi az SMB adatfolyamok alapértelmezett gyorsítótárazási "
-"értékének módosítását. Ennek az értéknek ezredmásodperc mértékegységűnek "
-"kell lennie."
+msgid "Decimation level for MJPEG streams"
+msgstr "MJPEG adatfolyamok decimation szintjének beállítása"
 
-#: modules/access/smb.c:63
-msgid "SMB user name"
-msgstr "SMB felhasználói név"
+#: modules/access/v4l.c:134
+msgid "Quality"
+msgstr "Minőség"
 
-#: modules/access/smb.c:66
-msgid "SMB password"
-msgstr "SMB jelszó"
+#: modules/access/v4l.c:135
+#, fuzzy
+msgid "Quality of the stream."
+msgstr "Következő lejátszási listatétel"
 
-#: modules/access/smb.c:69
-msgid "SMB domain"
-msgstr "SMB tartomány"
-
-#: modules/access/smb.c:70
-#, fuzzy
-msgid "Domain/Workgroup that will be used for the connection."
-msgstr ""
-"Lehetővé teszi a kapcsolathoz használni kívánt tartomány/munkacsoport "
-"módosítását."
-
-#: modules/access/smb.c:75
-msgid "SMB input"
-msgstr "SMB bemenet"
-
-#: modules/access/tcp.c:39
-#, fuzzy
-msgid ""
-"Caching value for TCP streams. This value should be set in milliseconds."
-msgstr ""
-"Lehetővé teszi a TCP adatfolyamok alapértelmezett gyorsítótárazási értékének "
-"módosítását. Ennek az értéknek ezredmásodperc mértékegységűnek kell lennie."
-
-#: modules/access/tcp.c:46
-msgid "TCP"
-msgstr "TCP"
-
-#: modules/access/tcp.c:47
-msgid "TCP input"
-msgstr "TCP bemenet"
-
-#: modules/access/udp.c:44
-#, fuzzy
-msgid ""
-"Caching value for UDP streams. This value should be set in milliseconds."
-msgstr ""
-"Az UDP adatfolyamokra érvényes alapértelmezett gyorsítótárazási időtartam "
-"módosítását teszi lehetővé. Az értéket ezredmásodpercben kell megadni."
-
-#: modules/access/udp.c:47
-msgid "Autodetection of MTU"
-msgstr "MTU automatikus meghatározása"
-
-#: modules/access/udp.c:49
-msgid ""
-"Automatically detect the line's MTU. This will increase the size if "
-"truncated packets are found"
-msgstr ""
-
-#: modules/access/udp.c:52
-#, fuzzy
-msgid "RTP reordering timeout in ms"
-msgstr "TCP kapcsolat időtúllépése ezredmásodpercben"
-
-#: modules/access/udp.c:54
-msgid ""
-"VLC reorders RTP packets. The input will wait for late packets at most the "
-"time specified here (in milliseconds)."
-msgstr ""
-
-#: modules/access/udp.c:61 modules/gui/macosx/open.m:183
-#: modules/gui/macosx/open.m:654 modules/gui/macosx/open.m:692
-#: modules/gui/wxwidgets/dialogs/open.cpp:804
-msgid "UDP/RTP"
-msgstr "UDP/RTP"
+#: modules/access/v4l.c:146
+msgid "Video4Linux"
+msgstr "Kép menü"
 
-#: modules/access/udp.c:62
-msgid "UDP/RTP input"
-msgstr "UDP/RTP bemenet"
+#: modules/access/v4l.c:147
+msgid "Video4Linux input"
+msgstr "Kép menü"
 
 #: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
 #: modules/gui/wxwidgets/dialogs/open.cpp:723
@@ -6708,162 +6582,6 @@ msgstr "Kép menü"
 msgid "Video4Linux2 input"
 msgstr "Kép menü"
 
-#: modules/access/v4l.c:75
-#, fuzzy
-msgid ""
-"Caching value for V4L captures. This value should be set in milliseconds."
-msgstr ""
-"Lehetővé teszi a v4l adatfolyamok alapértelmezett gyorsítótárazási értékének "
-"módosítását. Ennek az értéknek ezredmásodperc mértékegységűnek kell lennie."
-
-#: modules/access/v4l.c:79
-#, fuzzy
-msgid ""
-"Name of the video device to use. If you don't specify anything, no video "
-"device will be used."
-msgstr ""
-"Adja meg a használni kívánt videoeszköz nevét. Ha nem ad meg semmit, nem "
-"kerül videoeszköz felhasználásra."
-
-#: modules/access/v4l.c:83
-#, fuzzy
-msgid ""
-"Name of the audio device to use. If you don't specify anything, no audio "
-"device will be used."
-msgstr ""
-"Adja meg a használni kívánt hangeszköz nevét. Ha nem ad meg semmit, nem "
-"kerül hangeszköz felhasználásra."
-
-#: modules/access/v4l.c:87
-msgid ""
-"Force the Video4Linux video device to use a specific chroma format (eg. I420 "
-"(default), RV24, etc.)"
-msgstr ""
-"A Video4Linux videoeszköz kényszerítése a megadott chroma formátum "
-"használatára (például: I420 (alapértelmezett), RV24, stb.)"
-
-#: modules/access/v4l.c:94
-#, fuzzy
-msgid ""
-"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
-msgstr ""
-"A kártya használandó csatornája (általában: 0 = tuner, 1 = kompozit, 2 = S-"
-"Video)"
-
-#: modules/access/v4l.c:99
-msgid "Audio Channel"
-msgstr "Hangcsatorna"
-
-#: modules/access/v4l.c:101
-#, fuzzy
-msgid "Audio Channel to use, if there are several audio inputs."
-msgstr "A használandó hangcsatorna, ha több hangbemenet van"
-
-#: modules/access/v4l.c:103
-#, fuzzy
-msgid "Width of the stream to capture (-1 for autodetect)."
-msgstr "A felveendő adatfolyam szélessége (-1 esetén automatikus)"
-
-#: modules/access/v4l.c:106
-#, fuzzy
-msgid "Height of the stream to capture (-1 for autodetect)."
-msgstr "A felveendő adatfolyam magassága (-1 esetén automatikus)"
-
-#: modules/access/v4l.c:108 modules/gui/macosx/extended.m:114
-#: modules/gui/wxwidgets/extrapanel.cpp:234
-msgid "Brightness"
-msgstr "Fényerő"
-
-#: modules/access/v4l.c:110
-#, fuzzy
-msgid "Brightness of the video input."
-msgstr "A videobemenet fényerejének beállítása"
-
-#: modules/access/v4l.c:111 modules/gui/macosx/extended.m:117
-#: modules/gui/wxwidgets/extrapanel.cpp:224
-msgid "Hue"
-msgstr "Színárnyalat"
-
-#: modules/access/v4l.c:113
-#, fuzzy
-msgid "Hue of the video input."
-msgstr "A videobemenet színárnyalatának beállítása"
-
-#: modules/access/v4l.c:114 modules/video_filter/marq.c:93
-#: modules/video_filter/rss.c:146 modules/video_filter/time.c:85
-#: modules/visualization/xosd.c:78
-msgid "Color"
-msgstr "Szín"
-
-#: modules/access/v4l.c:116
-#, fuzzy
-msgid "Color of the video input."
-msgstr "A videobemenet színének beállítása"
-
-#: modules/access/v4l.c:117 modules/gui/macosx/extended.m:115
-#: modules/gui/wxwidgets/extrapanel.cpp:229
-msgid "Contrast"
-msgstr "Kontraszt"
-
-#: modules/access/v4l.c:119
-#, fuzzy
-msgid "Contrast of the video input."
-msgstr "A videobemenet kontrasztjának beállítása"
-
-#: modules/access/v4l.c:120
-msgid "Tuner"
-msgstr "Tuner"
-
-#: modules/access/v4l.c:121
-#, fuzzy
-msgid "Tuner to use, if there are several ones."
-msgstr "Használandó tuner, ha több található"
-
-#: modules/access/v4l.c:124
-#, fuzzy
-msgid ""
-"Samplerate of the captured audio stream, in Hz (eg: 11025, 22050, 44100)"
-msgstr "Hangadatfolyam felvételének mintavételi frekvenciája, Hz-ben"
-
-#: modules/access/v4l.c:127
-#, fuzzy
-msgid "Capture the audio stream in stereo."
-msgstr "Hangadatfolyam felvételének mintavételi frekvenciája, Hz-ben"
-
-#: modules/access/v4l.c:128
-msgid "MJPEG"
-msgstr "MJPEG"
-
-#: modules/access/v4l.c:130
-msgid "Set this option if the capture device outputs MJPEG"
-msgstr "Jelölje be ezt az opciót ha a felvevő eszköz kimenete MJPEG"
-
-#: modules/access/v4l.c:131
-msgid "Decimation"
-msgstr "Decimation"
-
-#: modules/access/v4l.c:133
-#, fuzzy
-msgid "Decimation level for MJPEG streams"
-msgstr "MJPEG adatfolyamok decimation szintjének beállítása"
-
-#: modules/access/v4l.c:134
-msgid "Quality"
-msgstr "Minőség"
-
-#: modules/access/v4l.c:135
-#, fuzzy
-msgid "Quality of the stream."
-msgstr "Következő lejátszási listatétel"
-
-#: modules/access/v4l.c:146
-msgid "Video4Linux"
-msgstr "Kép menü"
-
-#: modules/access/v4l.c:147
-msgid "Video4Linux input"
-msgstr "Kép menü"
-
 #: modules/access/vcd/vcd.c:42
 #, fuzzy
 msgid "Caching value for VCDs. This value should be set in milliseconds."
@@ -6958,103 +6676,407 @@ msgstr "Első belépési pont"
 msgid "Last Entry Point"
 msgstr "Utolsó belépési pont"
 
-#: modules/access/vcdx/info.c:127
-msgid "Track size (in sectors)"
-msgstr "Sávméret (szektorokban)"
+#: modules/access/vcdx/info.c:127
+msgid "Track size (in sectors)"
+msgstr "Sávméret (szektorokban)"
+
+#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
+#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
+msgid "type"
+msgstr "típus"
+
+#: modules/access/vcdx/info.c:139
+msgid "end"
+msgstr "end"
+
+#: modules/access/vcdx/info.c:142
+msgid "play list"
+msgstr "lista lejátszása"
+
+#: modules/access/vcdx/info.c:153
+msgid "extended selection list"
+msgstr "kibővített választólista"
+
+#: modules/access/vcdx/info.c:154
+msgid "selection list"
+msgstr "választólista"
+
+#: modules/access/vcdx/info.c:166
+msgid "unknown type"
+msgstr "ismeretlen típus"
+
+#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
+#: modules/access/vcdx/info.c:316
+msgid "List ID"
+msgstr "Listaazonosító"
+
+#: modules/access/vcdx/vcd.c:95
+msgid "(Super) Video CD"
+msgstr "(Super) Video CD"
+
+#: modules/access/vcdx/vcd.c:96
+msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+msgstr "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) bemenet"
+
+#: modules/access/vcdx/vcd.c:97
+msgid "vcdx://[device-or-file][@{P,S,T}num]"
+msgstr "vcdx://[eszköz-vagy-fájl][@{P,S,T}szám]"
+
+#: modules/access/vcdx/vcd.c:106
+msgid "If nonzero, this gives additional debug information."
+msgstr "Ha az érték nem nulla, további hibakereső információt biztosít."
+
+#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+msgid "Number of CD blocks to get in a single read."
+msgstr "Az egy menetben beolvasandó CD blokkok száma"
+
+#: modules/access/vcdx/vcd.c:116
+msgid "Use playback control?"
+msgstr "Használja a lejátszásvezérlőt?"
+
+#: modules/access/vcdx/vcd.c:117
+msgid ""
+"If VCD is authored with playback control, use it. Otherwise we play by "
+"tracks."
+msgstr ""
+"Ha a VCD-t lejátszásvezérlővel írták, akkor azt használja. Egyébként a "
+"lejátszás sávonként fog végbemenni."
+
+#: modules/access/vcdx/vcd.c:123
+msgid "Use track length as maximum unit in seek?"
+msgstr "Sávhossz használata maximális egységként kereséskor?"
+
+#: modules/access/vcdx/vcd.c:124
+msgid ""
+"If set, the length of the seek bar is the track rather than the length of an "
+"entry."
+msgstr ""
+"Ha be van állítva, akkor a keresősáv hossza a sáv, nem pedig a bejegyzés "
+"hossza."
+
+#: modules/access/vcdx/vcd.c:129
+msgid "Show extended VCD info?"
+msgstr "A kibővített VCD információk megjelenítése?"
+
+#: modules/access/vcdx/vcd.c:130
+msgid ""
+"Show the maximum amount of information under Stream and Media Info. Shows "
+"for example playback control navigation."
+msgstr ""
+"A maximális információmennyiség megjelenítése az Adatfolyam és Média "
+"Információk alatt. Megjeleníti például a lejátszásvezérlő navigációját."
+
+#: modules/access/vcdx/vcd.c:137
+msgid "Format to use in the playlist's \"author\" field."
+msgstr "A lejátszólista \"szerző\" mezőjében használandó formátum."
+
+#: modules/access/vcdx/vcd.c:143
+msgid "Format to use in the playlist's \"title\" field."
+msgstr "A lejátszólista \"cím\" mezőjében használandó formátum."
+
+#: modules/access_filter/record.c:43
+msgid "Record directory"
+msgstr "Felvétel könyvtár"
+
+#: modules/access_filter/record.c:45
+#, fuzzy
+msgid "Directory where the record will be stored."
+msgstr "Megadhatja azt a könyvtárat, amelybe a felvétel tárolásra kerül."
+
+#: modules/access_filter/timeshift.c:44
+msgid "Timeshift granularity"
+msgstr "Időeltolás finomsága"
+
+#: modules/access_filter/timeshift.c:46
+#, fuzzy
+msgid ""
+"This is the size of the temporary files tha will be used to store the "
+"timeshifted streams."
+msgstr "Az időeltolt adatfolyam tárolására használt átmeneti fájlok mérete"
+
+#: modules/access_filter/timeshift.c:48
+msgid "Timeshift directory"
+msgstr "Időeltolt könyvtár"
+
+#: modules/access_filter/timeshift.c:49
+msgid "Directory used to store the timeshift temporary files."
+msgstr "Az időeltolt átmeneti fájlok tárolására szolgáló könyvtár."
+
+#: modules/access_filter/timeshift.c:51
+#, fuzzy
+msgid "Force use of the timeshift module"
+msgstr "Az időeltolt átmeneti fájlok tárolására szolgáló könyvtár."
+
+#: modules/access_filter/timeshift.c:52
+msgid ""
+"Force use of the timeshift module even if the access declares that it can "
+"control pace or pause."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
+msgid "Timeshift"
+msgstr "Időeltolás"
+
+#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
+#, fuzzy
+msgid "Dummy stream output"
+msgstr "Dummy adatfolyam kimenet"
+
+#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
+#, fuzzy
+msgid "Dummy"
+msgstr "Ãœres"
+
+#: modules/access_output/file.c:61
+msgid "Append to file"
+msgstr "Hozzáfűzés fájlhoz"
+
+#: modules/access_output/file.c:62
+msgid "Append to file if it exists instead of replacing it."
+msgstr "Ha létezik a fájl, akkor hozzáfűzi felülírás helyett."
+
+#: modules/access_output/file.c:66
+msgid "File stream output"
+msgstr "Fájl adatfolyam kimenet"
+
+#: modules/access_output/http.c:58
+msgid "Username"
+msgstr "Felhasználónév"
+
+#: modules/access_output/http.c:59
+#, fuzzy
+msgid "User name that will be requested to access the stream."
+msgstr ""
+"Megadhat az adatfolyamhoz való hozzáféréshez szükséges felhasználónevet."
+
+#: modules/access_output/http.c:61 modules/control/telnet.c:81
+msgid "Password"
+msgstr "Jelszó"
+
+#: modules/access_output/http.c:62
+#, fuzzy
+msgid "Password that will be requested to access the stream."
+msgstr "Megadhat az adatfolyamhoz való hozzáféréshez szükséges jelszót."
+
+#: modules/access_output/http.c:66
+msgid "Mime"
+msgstr "Fájltípus"
+
+#: modules/access_output/http.c:67
+msgid "MIME returned by the server (autodetected if not specified."
+msgstr ""
+
+#: modules/access_output/http.c:71
+#, fuzzy
+msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
+msgstr ""
+"A HTTP/SSL adatfolyam kimenete által használt x509 PEM tanusítványfájl "
+"elérési útja."
+
+#: modules/access_output/http.c:74
+#, fuzzy
+msgid ""
+"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
+"empty if you don't have one."
+msgstr ""
+"A HTTP/SSL adatfolyam kimenete által használt x509 PEM privát kulcs fájl "
+"elérési útja. Hagyja üresen, ha nincs."
+
+#: modules/access_output/http.c:78
+#, fuzzy
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used for HTTPS. Leave empty if you don't have one."
+msgstr ""
+"Az x509 PEM formátumú, hitelesítésszolgáltató által megbízhatónak "
+"nyilvánított tanúsítvány útvonala, amelyet a HTTP/SSL kimeneti adatfolyam "
+"használni fog. Hagyja üresen, ha nem rendelkezik ilyen tanúsítvánnyal."
+
+#: modules/access_output/http.c:83
+#, fuzzy
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be used for "
+"SSL. Leave empty if you don't have one."
+msgstr ""
+"Az x509 PEM formátumú tanúsítványvisszavonási lista útvonala, amelyet a HTTP/"
+"SSL kimeneti adatfolyam használni fog. Hagyja üresen, ha nem rendelkezik "
+"ilyen tanúsítvánnyal."
+
+#: modules/access_output/http.c:86
+msgid "Advertise with Bonjour"
+msgstr ""
+
+#: modules/access_output/http.c:87
+msgid "Advertise the stream with the Bonjour protocol."
+msgstr ""
+
+#: modules/access_output/http.c:91
+msgid "HTTP stream output"
+msgstr "HTTP kimeneti adatfolyam"
+
+#: modules/access_output/http.c:93 modules/control/http/http.c:61
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
+msgstr "HTTP"
+
+#: modules/access_output/shout.c:58
+#, fuzzy
+msgid "Stream name"
+msgstr "Adatfolyam neve"
+
+#: modules/access_output/shout.c:59
+#, fuzzy
+msgid "Name to give to this stream/channel on the shoutcast/icecast server."
+msgstr "Az adatfolyam/csatorna leendő neve az icecast kiszolgálón."
+
+#: modules/access_output/shout.c:62
+#, fuzzy
+msgid "Stream description"
+msgstr "Adatfolyam leírása"
+
+#: modules/access_output/shout.c:63
+#, fuzzy
+msgid "Description of the stream content or information about your channel."
+msgstr "Az adatfolyam tartalmának leírása (bővebb információ a csatornáról)."
+
+#: modules/access_output/shout.c:66
+msgid "Stream MP3"
+msgstr "MP3 küldése"
+
+#: modules/access_output/shout.c:67
+#, fuzzy
+msgid ""
+"You normally have to feed the shoutcast module with Ogg streams. It is also "
+"possible to stream MP3 instead, so you can forward MP3 streams to the "
+"shoutcast/icecast server."
+msgstr ""
+"Alapértelmezés szerint a shoutcast modult Ogg adatfolyammal kell ellátnia. "
+"Ez az opció lehetővé teszi, hogy MP3 formátumot használjon, tehát MP3 "
+"adatfolyamot is küldhet az icecast kiszolgálóra."
 
-#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
-#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
-msgid "type"
-msgstr "típus"
+#: modules/access_output/shout.c:76
+#, fuzzy
+msgid "Genre description"
+msgstr "Adatfolyam leírása"
 
-#: modules/access/vcdx/info.c:139
-msgid "end"
-msgstr "end"
+#: modules/access_output/shout.c:77
+msgid "Genre of the content. "
+msgstr ""
 
-#: modules/access/vcdx/info.c:142
-msgid "play list"
-msgstr "lista lejátszása"
+#: modules/access_output/shout.c:79
+#, fuzzy
+msgid "URL description"
+msgstr "Leírás"
 
-#: modules/access/vcdx/info.c:153
-msgid "extended selection list"
-msgstr "kibővített választólista"
+#: modules/access_output/shout.c:80
+msgid "URL with information about the stream or your channel. "
+msgstr ""
 
-#: modules/access/vcdx/info.c:154
-msgid "selection list"
-msgstr "választólista"
+#: modules/access_output/shout.c:87
+#, fuzzy
+msgid "Bitrate information of the transcoded stream. "
+msgstr "Hangadatfolyam felvételének mintavételi frekvenciája, Hz-ben"
 
-#: modules/access/vcdx/info.c:166
-msgid "unknown type"
-msgstr "ismeretlen típus"
+#: modules/access_output/shout.c:90
+#, fuzzy
+msgid "Samplerate information of the transcoded stream. "
+msgstr "Hangadatfolyam felvételének mintavételi frekvenciája, Hz-ben"
 
-#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
-#: modules/access/vcdx/info.c:316
-msgid "List ID"
-msgstr "Listaazonosító"
+#: modules/access_output/shout.c:92
+#, fuzzy
+msgid "Number of channels"
+msgstr "Hasábok száma"
 
-#: modules/access/vcdx/vcd.c:95
-msgid "(Super) Video CD"
-msgstr "(Super) Video CD"
+#: modules/access_output/shout.c:93
+#, fuzzy
+msgid "Number of channels information of the transcoded stream. "
+msgstr "Hangadatfolyam felvételének mintavételi frekvenciája, Hz-ben"
 
-#: modules/access/vcdx/vcd.c:96
-msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
-msgstr "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) bemenet"
+#: modules/access_output/shout.c:95
+msgid "Ogg Vorbis Quality"
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:97
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
-msgstr "vcdx://[eszköz-vagy-fájl][@{P,S,T}szám]"
+#: modules/access_output/shout.c:96
+#, fuzzy
+msgid "Ogg Vorbis Quality information of the transcoded stream. "
+msgstr "Hangadatfolyam felvételének mintavételi frekvenciája, Hz-ben"
 
-#: modules/access/vcdx/vcd.c:106
-msgid "If nonzero, this gives additional debug information."
-msgstr "Ha az érték nem nulla, további hibakereső információt biztosít."
+#: modules/access_output/shout.c:98
+#, fuzzy
+msgid "Stream public"
+msgstr "Kimeneti adatfolyam"
 
-#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
-msgid "Number of CD blocks to get in a single read."
-msgstr "Az egy menetben beolvasandó CD blokkok száma"
+#: modules/access_output/shout.c:99
+msgid ""
+"Make the server publicly available on the 'Yellow Pages' (directory listing "
+"of streams) on the icecast/shoutcast website. Requires the bitrate "
+"information specified for shoutcast. Requires Ogg streaming for icecast."
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
-msgstr "Használja a lejátszásvezérlőt?"
+#: modules/access_output/shout.c:105
+#, fuzzy
+msgid "IceCAST output"
+msgstr "Hozzáférési kimenet"
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/udp.c:77
+#, fuzzy
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Default caching value for outbound UDP streams. This value should be set in "
+"milliseconds."
 msgstr ""
-"Ha a VCD-t lejátszásvezérlővel írták, akkor azt használja. Egyébként a "
-"lejátszás sávonként fog végbemenni."
+"Az UDP adatfolyamokra érvényes alapértelmezett gyorsítótárazási időtartam "
+"módosítását teszi lehetővé. Az értéket ezredmásodpercben kell megadni."
 
-#: modules/access/vcdx/vcd.c:123
-msgid "Use track length as maximum unit in seek?"
-msgstr "Sávhossz használata maximális egységként kereséskor?"
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
+#: modules/gui/macosx/wizard.m:1848
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
+msgid "Time-To-Live (TTL)"
+msgstr "Élettartam (TTL)"
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:81
+#, fuzzy
+msgid "Time-To-Live of the outgoing stream."
+msgstr "A kimenő adatfolyam élettartamának megadását teszi lehetővé."
+
+#: modules/access_output/udp.c:84
+msgid "Group packets"
+msgstr "Csomagok csoportosítása"
+
+#: modules/access_output/udp.c:85
+#, fuzzy
 msgid ""
-"If set, the length of the seek bar is the track rather than the length of an "
-"entry."
+"Packets can be sent one by one at the right time or by groups. You can "
+"choose the number of packets that will be sent at a time. It helps reducing "
+"the scheduling load on heavily-loaded systems."
 msgstr ""
-"Ha be van állítva, akkor a keresősáv hossza a sáv, nem pedig a bejegyzés "
-"hossza."
+"A csomagok küldhetőek egyesével a megfelelő időpontban, vagy csoportonként. "
+"Ezzel az opcióval megadhatod az egy időpontban küldött csomagok számát, "
+"ennek segítségével csökkenthető a terhelés a nagy mértékben terhelt "
+"rendszereken."
 
-#: modules/access/vcdx/vcd.c:129
-msgid "Show extended VCD info?"
-msgstr "A kibővített VCD információk megjelenítése?"
+#: modules/access_output/udp.c:90
+msgid "Raw write"
+msgstr "Nyers írás"
 
-#: modules/access/vcdx/vcd.c:130
+#: modules/access_output/udp.c:91
+#, fuzzy
 msgid ""
-"Show the maximum amount of information under Stream and Media Info. Shows "
-"for example playback control navigation."
+"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 ""
-"A maximális információmennyiség megjelenítése az Adatfolyam és Média "
-"Információk alatt. Megjeleníti például a lejátszásvezérlő navigációját."
+"Az opció bekapcsolásával a csomagok közvetlenül, az MTU érték elérése nélkül "
+"kerülnek ki a hálózatra (tehát a program nem próbálja meg a lehető "
+"legnagyobb csomagokat küldeni az adás minőségének javítása érdekében)."
 
-#: modules/access/vcdx/vcd.c:137
-msgid "Format to use in the playlist's \"author\" field."
-msgstr "A lejátszólista \"szerző\" mezőjében használandó formátum."
+#: modules/access_output/udp.c:97
+msgid "UDP stream output"
+msgstr "UDP kimeneti adatfolyam"
 
-#: modules/access/vcdx/vcd.c:143
-msgid "Format to use in the playlist's \"title\" field."
-msgstr "A lejátszólista \"cím\" mezőjében használandó formátum."
+#: modules/access_output/udp.c:98
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
+msgid "UDP"
+msgstr "UDP"
 
 #: modules/audio_filter/channel_mixer/dolby.c:47
 msgid "Simple decoder for Dolby Surround encoded streams"
@@ -9619,41 +9641,41 @@ msgstr "NT szolgáltatás"
 msgid "Windows Service interface"
 msgstr "Windows szolgáltatásfelület"
 
-#: modules/control/rc.c:154
+#: modules/control/rc.c:156
 msgid "Show stream position"
 msgstr "Adatfolyam pozíciójának megjelenítése"
 
-#: modules/control/rc.c:155
+#: modules/control/rc.c:157
 msgid ""
 "Show the current position in seconds within the stream from time to time."
 msgstr ""
 "Időről időre jelenítse meg az adatfolyam másodpercekben mért pozícióját."
 
-#: modules/control/rc.c:158
+#: modules/control/rc.c:160
 msgid "Fake TTY"
 msgstr "Hamis terminál"
 
-#: modules/control/rc.c:159
+#: modules/control/rc.c:161
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr ""
 "Utasítja az rc modult, hogy a szabványos bemenetet úgy kezelje, mintha "
 "terminál lenne."
 
-#: modules/control/rc.c:161
+#: modules/control/rc.c:163
 msgid "UNIX socket command input"
 msgstr "UNIX foglalat parancsbemenet"
 
-#: modules/control/rc.c:162
+#: modules/control/rc.c:164
 msgid "Accept commands over a Unix socket rather than stdin."
 msgstr ""
 "A szabványos bemenet helyett egy UNIX foglalaton keresztül fogadja a "
 "parancsokat."
 
-#: modules/control/rc.c:165
+#: modules/control/rc.c:167
 msgid "TCP command input"
 msgstr "TCP parancsbemenet"
 
-#: modules/control/rc.c:166
+#: modules/control/rc.c:168
 msgid ""
 "Accept commands over a socket rather than stdin. You can set the address and "
 "port the interface will bind to."
@@ -9662,11 +9684,11 @@ msgstr ""
 "parancsokat. Beállíthatja a felület kapcsolódási helyének címét és a portot "
 "is."
 
-#: modules/control/rc.c:170 modules/misc/dummy/dummy.c:49
+#: modules/control/rc.c:172 modules/misc/dummy/dummy.c:49
 msgid "Do not open a DOS command box interface"
 msgstr "Ne nyisson DOS parancssori ablakot"
 
-#: modules/control/rc.c:172
+#: modules/control/rc.c:174
 msgid ""
 "By default the rc interface plugin will start a DOS command box. Enabling "
 "the quiet mode will not bring this command box but can also be pretty "
@@ -9676,367 +9698,367 @@ msgstr ""
 "nyit. A csendes mód beállítása nem nyitja meg ezt az ablakot, de bosszantó "
 "is lehet, ha le akarja állítani a VLC-t és nincs megnyitott videoablak."
 
-#: modules/control/rc.c:179
+#: modules/control/rc.c:181
 msgid "RC"
 msgstr "RC"
 
-#: modules/control/rc.c:182
+#: modules/control/rc.c:184
 msgid "Remote control interface"
 msgstr "Távirányító felület"
 
-#: modules/control/rc.c:323
+#: modules/control/rc.c:325
 #, fuzzy
 msgid "Remote control interface initialized. Type `help' for help."
 msgstr "Távirányító felület elindítva, \"h\": súgó"
 
-#: modules/control/rc.c:848
+#: modules/control/rc.c:850
 #, fuzzy, c-format
 msgid "Unknown command `%s'. Type `help' for help."
 msgstr "`%s': ismeretlen parancs, írja be a \"help\" szót a súgóhoz"
 
-#: modules/control/rc.c:881
+#: modules/control/rc.c:883
 msgid "+----[ Remote control commands ]"
 msgstr "+----[ Távirányító parancsok ]"
 
-#: modules/control/rc.c:883
+#: modules/control/rc.c:885
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist"
 msgstr "| add XYZ . . . . . . . . . . XYZ hozzáadása a lejátszási listához"
 
-#: modules/control/rc.c:884
+#: modules/control/rc.c:886
 #, fuzzy
 msgid "| enqueue XYZ  . . . . . . . queue XYZ to playlist"
 msgstr "| add XYZ . . . . . . . . . . XYZ hozzáadása a lejátszási listához"
 
-#: modules/control/rc.c:885
+#: modules/control/rc.c:887
 msgid "| playlist . . .  show items currently in playlist"
 msgstr "| playlist . . . a lejátszólista elemeinek megjelenítése"
 
-#: modules/control/rc.c:886
+#: modules/control/rc.c:888
 msgid "| play . . . . . . . . . . . . . . . . play stream"
 msgstr "| play . . . . . . . . . . . . . . . . adatfolyam lejátszása"
 
-#: modules/control/rc.c:887
+#: modules/control/rc.c:889
 msgid "| stop . . . . . . . . . . . . . . . . stop stream"
 msgstr "| stop . . . . . . . . . . . . . . . . adatfolyam leállítása"
 
-#: modules/control/rc.c:888
+#: modules/control/rc.c:890
 msgid "| next . . . . . . . . . . . .  next playlist item"
 msgstr "| next . . . . . . . . . . . . a lejátszólista következő eleme"
 
-#: modules/control/rc.c:889
+#: modules/control/rc.c:891
 msgid "| prev . . . . . . . . . .  previous playlist item"
 msgstr "| prev . . . . . . . . . . a lejátszólista előző eleme"
 
-#: modules/control/rc.c:890
+#: modules/control/rc.c:892
 msgid "| goto . . . . . . . . . . . .  goto item at index"
 msgstr "| goto . . . . . . . . . . . . adott sorszámú elemhez ugrás"
 
-#: modules/control/rc.c:891
+#: modules/control/rc.c:893
 #, fuzzy
 msgid "| clear . . . . . . . . . . .   clear the playlist"
 msgstr "| next . . . . . . . . . . . . a lejátszólista következő eleme"
 
-#: modules/control/rc.c:892
+#: modules/control/rc.c:894
 #, fuzzy
 msgid "| status . . . . . . . . . current playlist status"
 msgstr "| next . . . . . . . . . . . . a lejátszólista következő eleme"
 
-#: modules/control/rc.c:893
+#: modules/control/rc.c:895
 msgid "| title [X]  . . . . set/get title in current item"
 msgstr "| title [X] . . . . aktuális elem címének beállítása/lekérdezése"
 
-#: modules/control/rc.c:894
+#: modules/control/rc.c:896
 msgid "| title_n  . . . . . .  next title in current item"
 msgstr "| title_n . . . . . . a következő cím a kijelölt elemben"
 
-#: modules/control/rc.c:895
+#: modules/control/rc.c:897
 msgid "| title_p  . . . .  previous title in current item"
 msgstr "| title_p . . . . az előző cím a kijelölt elemben"
 
-#: modules/control/rc.c:896
+#: modules/control/rc.c:898
 msgid "| chapter [X]  . . set/get chapter in current item"
 msgstr "| chapter [X]..a fejezet beállítása/lekérése az aktuális elemben"
 
-#: modules/control/rc.c:897
+#: modules/control/rc.c:899
 msgid "| chapter_n  . . . .  next chapter in current item"
 msgstr "| chapter_n . . . . következő fejezet a jelenlegi elemben"
 
-#: modules/control/rc.c:898
+#: modules/control/rc.c:900
 msgid "| chapter_p  . .  previous chapter in current item"
 msgstr "| chapter_p . . előző fejezet a jelenlegi elemben"
 
-#: modules/control/rc.c:900
+#: modules/control/rc.c:902
 msgid "| seek X . seek in seconds, for instance `seek 12'"
 msgstr "| seek X . tekerés másodpercekben, például `seek 12'"
 
-#: modules/control/rc.c:901
+#: modules/control/rc.c:903
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause"
 msgstr "| pause . . . . . . . . . . . . . . szünet átváltása"
 
-#: modules/control/rc.c:902
+#: modules/control/rc.c:904
 msgid "| fastforward  . . . . . .  .  set to maximum rate"
 msgstr "| fastforward . . . . . . . beállítás maximális sebességre"
 
-#: modules/control/rc.c:903
+#: modules/control/rc.c:905
 msgid "| rewind  . . . . . . . . . .  set to minimum rate"
 msgstr "| rewind . . . . . . . . . . beállítása minimális sebességre"
 
-#: modules/control/rc.c:904
+#: modules/control/rc.c:906
 msgid "| faster . . . . . . . .  faster playing of stream"
 msgstr "| faster . . . . . . . . az adatfolyam gyorsabb lejátszása"
 
-#: modules/control/rc.c:905
+#: modules/control/rc.c:907
 msgid "| slower . . . . . . . .  slower playing of stream"
 msgstr "| slower . . . . . . . . az adatfolyam lassabb lejátszása"
 
-#: modules/control/rc.c:906
+#: modules/control/rc.c:908
 msgid "| normal . . . . . . . .  normal playing of stream"
 msgstr "| normal . . . . . . . . az adatfolyam normális lejátszása"
 
-#: modules/control/rc.c:907
+#: modules/control/rc.c:909
 #, fuzzy
 msgid "| f [on|off] . . . . . . . . . . toggle fullscreen"
 msgstr "| f . . . . . . . . . . . . . . átváltás teljes képernyőre"
 
-#: modules/control/rc.c:908
+#: modules/control/rc.c:910
 msgid "| info . . .  information about the current stream"
 msgstr "| info . . . információk az aktuális adatfolyamról"
 
-#: modules/control/rc.c:909
+#: modules/control/rc.c:911
 msgid "| get_time . . seconds elapsed since stream's beginning"
 msgstr ""
 
-#: modules/control/rc.c:910
+#: modules/control/rc.c:912
 msgid "| is_playing . .  1 if a stream plays, 0 otherwise"
 msgstr ""
 
-#: modules/control/rc.c:911
+#: modules/control/rc.c:913
 #, fuzzy
 msgid "| get_title . . .  the title of the current stream"
 msgstr "| title [X] . . . . aktuális elem címének beállítása/lekérdezése"
 
-#: modules/control/rc.c:912
+#: modules/control/rc.c:914
 #, fuzzy
 msgid "| get_length . .  the length of the current stream"
 msgstr "| info . . . információk az aktuális adatfolyamról"
 
-#: modules/control/rc.c:914
+#: modules/control/rc.c:916
 msgid "| volume [X] . . . . . . . .  set/get audio volume"
 msgstr "| volume [X] . . . . . . . . hangerő beállítása"
 
-#: modules/control/rc.c:915
+#: modules/control/rc.c:917
 msgid "| volup [X]  . . . . .  raise audio volume X steps"
 msgstr "| volup [X] . . . . . hangerő növelése X egységgel"
 
-#: modules/control/rc.c:916
+#: modules/control/rc.c:918
 msgid "| voldown [X]  . . . .  lower audio volume X steps"
 msgstr "| voldown [X] . . . . hangerő csökkentése X egységgel"
 
-#: modules/control/rc.c:917
+#: modules/control/rc.c:919
 msgid "| adev [X] . . . . . . . . .  set/get audio device"
 msgstr "| adev [X] . . . . . . . . . hangeszköz beállítása/lekérése"
 
-#: modules/control/rc.c:918
+#: modules/control/rc.c:920
 msgid "| achan [X]. . . . . . . .  set/get audio channels"
 msgstr "| achan [X]. . . . . . . . hangcsatorna beállítása/lekérése"
 
-#: modules/control/rc.c:919
+#: modules/control/rc.c:921
 #, fuzzy
 msgid "| atrack [X] . . . . . . . . . set/get audio track"
 msgstr "| adev [X] . . . . . . . . . hangeszköz beállítása/lekérése"
 
-#: modules/control/rc.c:920
+#: modules/control/rc.c:922
 #, fuzzy
 msgid "| vtrack [X] . . . . . . . . . set/get video track"
 msgstr "| adev [X] . . . . . . . . . hangeszköz beállítása/lekérése"
 
-#: modules/control/rc.c:921
+#: modules/control/rc.c:923
 #, fuzzy
 msgid "| strack [X] . . . . . . . set/get subtitles track"
 msgstr "| achan [X]. . . . . . . . hangcsatorna beállítása/lekérése"
 
-#: modules/control/rc.c:922
+#: modules/control/rc.c:924
 msgid "| menu [on|off|up|down|left|right|select] use menu"
 msgstr "| menu [on|off|up|down|left|right|select] menü használata"
 
-#: modules/control/rc.c:927
+#: modules/control/rc.c:929
 msgid "| marq-marquee STRING  . . overlay STRING in video"
 msgstr "| marq-marquee STRING . . a STRING kijelzése a videón"
 
-#: modules/control/rc.c:928
+#: modules/control/rc.c:930
 msgid "| marq-x X . . . . . . . . . . . .offset from left"
 msgstr "| marq-x X . . . . . . . . . . . .eltolás balról"
 
-#: modules/control/rc.c:929
+#: modules/control/rc.c:931
 msgid "| marq-y Y . . . . . . . . . . . . offset from top"
 msgstr "| marq-y Y . . . . . . . . . . . . eltolás fentről"
 
-#: modules/control/rc.c:930
+#: modules/control/rc.c:932
 msgid "| marq-position #. . .  .relative position control"
 msgstr "| marq-position #. . . .relatív pozíció szabályozása"
 
-#: modules/control/rc.c:931
+#: modules/control/rc.c:933
 msgid "| marq-color # . . . . . . . . . . font color, RGB"
 msgstr "| marq-color # . . . . . . . . . . betűszín, RGB"
 
-#: modules/control/rc.c:932
+#: modules/control/rc.c:934
 msgid "| marq-opacity # . . . . . . . . . . . . . opacity"
 msgstr "| marq-opacity # . . . . . . . . . . . . . átlátszatlanság"
 
-#: modules/control/rc.c:933
+#: modules/control/rc.c:935
 msgid "| marq-timeout T. . . . . . . . . . timeout, in ms"
 msgstr "| marq-timeout T. . . . . . . . . . időtúllépés, ezredmásodpercben"
 
-#: modules/control/rc.c:934
+#: modules/control/rc.c:936
 msgid "| marq-size # . . . . . . . . font size, in pixels"
 msgstr "| marq-size # . . . . . . . . betűméret, képpontban"
 
-#: modules/control/rc.c:936
+#: modules/control/rc.c:938
 msgid "| time-format STRING . . . overlay STRING in video"
 msgstr "| time-format STRING . . . a STRING kijelzése a videón"
 
-#: modules/control/rc.c:937
+#: modules/control/rc.c:939
 msgid "| time-x X . . . . . . . . . . . .offset from left"
 msgstr "| time-x X . . . . . . . . . . . .eltolás balról"
 
-#: modules/control/rc.c:938
+#: modules/control/rc.c:940
 msgid "| time-y Y . . . . . . . . . . . . offset from top"
 msgstr "| time-y Y . . . . . . . . . . . . eltolás fentről"
 
-#: modules/control/rc.c:939
+#: modules/control/rc.c:941
 msgid "| time-position #. . . . . . . . relative position"
 msgstr "| time-position #. . . . . . . . relatív pozíció"
 
-#: modules/control/rc.c:940
+#: modules/control/rc.c:942
 msgid "| time-color # . . . . . . . . . . font color, RGB"
 msgstr "| time-color # . . . . . . . . . . betűszín, RGB"
 
-#: modules/control/rc.c:941
+#: modules/control/rc.c:943
 msgid "| time-opacity # . . . . . . . . . . . . . opacity"
 msgstr "| time-opacity # . . . . . . . . . . . . . átlátszatlanság"
 
-#: modules/control/rc.c:942
+#: modules/control/rc.c:944
 msgid "| time-size # . . . . . . . . font size, in pixels"
 msgstr "| time-size # . . . . . . . . betűméret, képpontban"
 
-#: modules/control/rc.c:944
+#: modules/control/rc.c:946
 #, fuzzy
 msgid "| logo-file STRING . . .the overlay file path/name"
 msgstr "logo-file STRING . . . az átlapolandó fájl útvonala/neve"
 
-#: modules/control/rc.c:945
+#: modules/control/rc.c:947
 msgid "| logo-x X . . . . . . . . . . . .offset from left"
 msgstr "| logo-x X . . . . . . . . . . . .eltolás balról"
 
-#: modules/control/rc.c:946
+#: modules/control/rc.c:948
 msgid "| logo-y Y . . . . . . . . . . . . offset from top"
 msgstr "| logo-y Y . . . . . . . . . . . . eltolás fentről"
 
-#: modules/control/rc.c:947
+#: modules/control/rc.c:949
 msgid "| logo-position #. . . . . . . . relative position"
 msgstr "| logo-position #. . . . . . . . relatív pozíció"
 
-#: modules/control/rc.c:948
+#: modules/control/rc.c:950
 msgid "| logo-transparency #. . . . . . . . .transparency"
 msgstr "| logo-transparency #. . . . . . . . .áttetszőség"
 
-#: modules/control/rc.c:950
+#: modules/control/rc.c:952
 msgid "| mosaic-alpha # . . . . . . . . . . . . . . alpha"
 msgstr "| mosaic-alpha # . . . . . . . . . . . . . . alfa"
 
-#: modules/control/rc.c:951
+#: modules/control/rc.c:953
 msgid "| mosaic-height #. . . . . . . . . . . . . .height"
 msgstr "| mosaic-height #. . . . . . . . . . . . . .magasság"
 
-#: modules/control/rc.c:952
+#: modules/control/rc.c:954
 msgid "| mosaic-width # . . . . . . . . . . . . . . width"
 msgstr "| mosaic-width # . . . . . . . . . . . . . . szélesség"
 
-#: modules/control/rc.c:953
+#: modules/control/rc.c:955
 msgid "| mosaic-xoffset # . . . .top left corner position"
 msgstr "| mosaic-xoffset # . . . .bal felső sarok pozíciója"
 
-#: modules/control/rc.c:954
+#: modules/control/rc.c:956
 msgid "| mosaic-yoffset # . . . .top left corner position"
 msgstr "| mosaic-yoffset # . . . .bal felső sarok pozíciója"
 
-#: modules/control/rc.c:955
+#: modules/control/rc.c:957
 msgid "| mosaic-align 0..2,4..6,8..10. . .mosaic alignment"
 msgstr "| mosaic-align 0..2,4..6,8..10. . .mozaik elrendezés"
 
-#: modules/control/rc.c:956
+#: modules/control/rc.c:958
 msgid "| mosaic-vborder # . . . . . . . . vertical border"
 msgstr "| mosaic-vborder # . . . . . . . . függőleges szegély"
 
-#: modules/control/rc.c:957
+#: modules/control/rc.c:959
 msgid "| mosaic-hborder # . . . . . . . horizontal border"
 msgstr "| mosaic-hborder # . . . . . . . vízszintes szegély"
 
-#: modules/control/rc.c:958
+#: modules/control/rc.c:960
 msgid "| mosaic-position {0=auto,1=fixed} . . . .position"
 msgstr "| mosaic-position {0=automatikus,1=rögzített} . . . .pozíció"
 
-#: modules/control/rc.c:959
+#: modules/control/rc.c:961
 msgid "| mosaic-rows #. . . . . . . . . . .number of rows"
 msgstr "| mosaic-rows #. . . . . . . . . . .sorok száma"
 
-#: modules/control/rc.c:960
+#: modules/control/rc.c:962
 msgid "| mosaic-cols #. . . . . . . . . . .number of cols"
 msgstr "| mosaic-cols #. . . . . . . . . . .oszlopok száma"
 
-#: modules/control/rc.c:961
+#: modules/control/rc.c:963
 #, fuzzy
 msgid "| mosaic-order id(,id)* . . . . order of pictures "
 msgstr "| mosaic-hborder # . . . . . . . vízszintes szegély"
 
-#: modules/control/rc.c:962
+#: modules/control/rc.c:964
 msgid "| mosaic-keep-aspect-ratio {0,1} . . .aspect ratio"
 msgstr "| mosaic-keep-aspect-ratio {0,1} . . .méretarány"
 
-#: modules/control/rc.c:964
+#: modules/control/rc.c:966
 msgid ""
 "| check-updates [newer] [equal] [older]\n"
 "|               [undef] [info] [source] [binary] [plugin]"
 msgstr ""
 
-#: modules/control/rc.c:968
+#: modules/control/rc.c:970
 msgid "| help . . . . . . . . . . . . . this help message"
 msgstr "| help . . . . . . . . . . . . . ez a súgóüzenet"
 
-#: modules/control/rc.c:969
+#: modules/control/rc.c:971
 msgid "| longhelp . . . . . . . . . a longer help message"
 msgstr "| longhelp . . . . . . . . . hosszabb súgóüzenet"
 
-#: modules/control/rc.c:970
+#: modules/control/rc.c:972
 msgid "| logout . . . . .  exit (if in socket connection)"
 msgstr "| logout . . . . . kilépés (foglalat kapcsolat esetén)"
 
-#: modules/control/rc.c:971
+#: modules/control/rc.c:973
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc"
 msgstr "| quit . . . . . . . . . . . . . . . . . kilépés a vlc-ből"
 
-#: modules/control/rc.c:973
+#: modules/control/rc.c:975
 msgid "+----[ end of help ]"
 msgstr "+----[ súgó vége ]"
 
-#: modules/control/rc.c:1080
+#: modules/control/rc.c:1082
 #, fuzzy
 msgid "Press menu select or pause to continue."
 msgstr "nyomja meg a menü választás vagy szünet gombját a folytatáshoz"
 
-#: modules/control/rc.c:1324 modules/control/rc.c:1809
-#: modules/control/rc.c:1879 modules/control/rc.c:1928
-#: modules/control/rc.c:2027
+#: modules/control/rc.c:1326 modules/control/rc.c:1811
+#: modules/control/rc.c:1881 modules/control/rc.c:1930
+#: modules/control/rc.c:2029
 #, fuzzy
 msgid "Type 'menu select' or 'pause' to continue."
 msgstr "nyomja meg a menü választás vagy szünet gombját a folytatáshoz"
 
-#: modules/control/rc.c:1461
+#: modules/control/rc.c:1463
 #, fuzzy
 msgid "Type 'pause' to continue."
 msgstr "nyomja meg a szünet gombot a folytatáshoz"
 
-#: modules/control/rc.c:2012 modules/control/rc.c:2051
+#: modules/control/rc.c:2014 modules/control/rc.c:2053
 #, fuzzy
 msgid "Please provide one of the following parameters:"
 msgstr "adjon meg egyet a következő paraméterek közül"
@@ -10174,6 +10196,7 @@ msgstr ""
 #: modules/gui/macosx/interaction.m:135 modules/gui/macosx/open.m:158
 #: modules/gui/macosx/playlistinfo.m:60 modules/gui/macosx/prefs.m:122
 #: modules/gui/macosx/prefs.m:142 modules/gui/macosx/wizard.m:363
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:88
 msgid "Cancel"
 msgstr "Mégsem"
 
@@ -11143,8 +11166,8 @@ msgstr "Állományok megynyitása az összes alkönyvtárban is?"
 #: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:440
 #: modules/gui/macosx/open.m:634 modules/gui/macosx/open.m:738
 #: modules/gui/macosx/open.m:784 modules/gui/wxwidgets/interface.cpp:675
-#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:348
-#: modules/gui/wxwidgets/menus.cpp:404
+#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:349
+#: modules/gui/wxwidgets/menus.cpp:405
 #, fuzzy
 msgid "Open"
 msgstr "Megnyitás"
@@ -11157,7 +11180,7 @@ msgstr "Beállítások"
 
 #: modules/gui/beos/InterfaceWindow.cpp:237
 #: modules/gui/beos/InterfaceWindow.cpp:328 modules/gui/macosx/intf.m:503
-#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:35
+#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:41
 #: modules/gui/wxwidgets/dialogs/messages.cpp:47
 msgid "Messages"
 msgstr "Ãœzenetek"
@@ -11315,6 +11338,7 @@ msgstr "Alkalmazás"
 
 #: modules/gui/beos/PreferencesWindow.cpp:254 modules/gui/macosx/output.m:526
 #: modules/gui/macosx/playlist.m:704 modules/gui/macosx/prefs.m:121
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:87
 msgid "Save"
 msgstr "Mentés"
 
@@ -11446,7 +11470,7 @@ msgstr ""
 "A könyvjelzők működéséhez a műsor lejátszás vagy pillanat-állj állapota "
 "szükséges."
 
-#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:735
+#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:741
 msgid "Jump To Time"
 msgstr ""
 
@@ -11463,65 +11487,65 @@ msgstr ""
 msgid "Random On"
 msgstr "Véletlen lejátszás bekapcsolva"
 
-#: modules/gui/macosx/controls.m:167
+#: modules/gui/macosx/controls.m:168
 msgid "Random Off"
 msgstr "Véletlen lejátszás kikapcsolva"
 
-#: modules/gui/macosx/controls.m:195 modules/gui/macosx/controls.m:719
+#: modules/gui/macosx/controls.m:197 modules/gui/macosx/controls.m:725
 #: modules/gui/macosx/intf.m:543 modules/gui/macosx/playlist.m:453
 #: modules/gui/macosx/playlist.m:1167
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:54
 msgid "Repeat One"
 msgstr "Egy szám ismétlése"
 
-#: modules/gui/macosx/controls.m:199 modules/gui/macosx/controls.m:231
+#: modules/gui/macosx/controls.m:202 modules/gui/macosx/controls.m:236
 #: modules/gui/macosx/playlist.m:1186
 msgid "Repeat Off"
 msgstr "Ismétlés kikapcsolva"
 
-#: modules/gui/macosx/controls.m:227 modules/gui/macosx/controls.m:726
+#: modules/gui/macosx/controls.m:231 modules/gui/macosx/controls.m:732
 #: modules/gui/macosx/intf.m:544 modules/gui/macosx/playlist.m:454
 #: modules/gui/macosx/playlist.m:1175
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:53
 msgid "Repeat All"
 msgstr "Minden ismétlése"
 
-#: modules/gui/macosx/controls.m:308 modules/gui/macosx/controls.m:749
+#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
 #: modules/gui/macosx/intf.m:569
 msgid "Half Size"
 msgstr "Fél méret"
 
-#: modules/gui/macosx/controls.m:310 modules/gui/macosx/controls.m:750
+#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:756
 #: modules/gui/macosx/intf.m:570
 msgid "Normal Size"
 msgstr "Normál méret"
 
-#: modules/gui/macosx/controls.m:312 modules/gui/macosx/controls.m:751
+#: modules/gui/macosx/controls.m:318 modules/gui/macosx/controls.m:757
 #: modules/gui/macosx/intf.m:571
 msgid "Double Size"
 msgstr "Kétszeres méret"
 
-#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
-#: modules/gui/macosx/controls.m:766 modules/gui/macosx/intf.m:574
+#: modules/gui/macosx/controls.m:320 modules/gui/macosx/controls.m:761
+#: modules/gui/macosx/controls.m:772 modules/gui/macosx/intf.m:574
 msgid "Float on Top"
 msgstr "Mindig felül"
 
-#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:752
+#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:758
 #: modules/gui/macosx/intf.m:572
 msgid "Fit to Screen"
 msgstr "A képernyő kitöltése"
 
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:542
+#: modules/gui/macosx/controls.m:718 modules/gui/macosx/intf.m:542
 #: modules/gui/macosx/playlist.m:447
 #, fuzzy
 msgid "Random"
 msgstr "Véletlen"
 
-#: modules/gui/macosx/controls.m:733 modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/controls.m:739 modules/gui/macosx/intf.m:545
 msgid "Step Forward"
 msgstr "Előreléptetés"
 
-#: modules/gui/macosx/controls.m:734 modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/controls.m:740 modules/gui/macosx/intf.m:546
 msgid "Step Backward"
 msgstr "Visszaléptetés"
 
@@ -11540,7 +11564,7 @@ msgstr "Gyors előre"
 #: modules/gui/pda/pda_interface.c:251 modules/gui/wxwidgets/interface.cpp:678
 #: modules/gui/wxwidgets/interface.cpp:689
 #: modules/gui/wxwidgets/interface.cpp:1210
-#: modules/gui/wxwidgets/menus.cpp:265 modules/visualization/xosd.c:242
+#: modules/gui/wxwidgets/menus.cpp:266 modules/visualization/xosd.c:242
 msgid "Pause"
 msgstr "Szünet"
 
@@ -11769,7 +11793,7 @@ msgstr "VLC - Vezérlő"
 
 #: modules/gui/macosx/intf.m:488 modules/gui/macosx/intf.m:999
 #: modules/gui/macosx/intf.m:1321 modules/gui/pda/pda_interface.c:212
-#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:52
+#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:54
 msgid "VLC media player"
 msgstr "VLC médialejátszó"
 
@@ -12223,81 +12247,6 @@ msgstr "SDP URL"
 msgid "Save File"
 msgstr "Fájl mentése"
 
-#: modules/gui/macosx/playlistinfo.m:56
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
-msgid "URI"
-msgstr "URI"
-
-#: modules/gui/macosx/playlistinfo.m:63
-#, fuzzy
-msgid "Advanced Information"
-msgstr "Haladó beállítások"
-
-#: modules/gui/macosx/playlistinfo.m:81
-msgid "Read at media"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:82
-#, fuzzy
-msgid "Input bitrate"
-msgstr "Bemeneti adatfolyam"
-
-#: modules/gui/macosx/playlistinfo.m:83
-#, fuzzy
-msgid "Demuxed"
-msgstr "Demuxerek"
-
-#: modules/gui/macosx/playlistinfo.m:84
-#, fuzzy
-msgid "Stream bitrate"
-msgstr "Képsáv"
-
-#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
-#, fuzzy
-msgid "Decoded blocks"
-msgstr "Dekódolók"
-
-#: modules/gui/macosx/playlistinfo.m:88
-#, fuzzy
-msgid "Displayed frames"
-msgstr "Képkockák kihagyása"
-
-#: modules/gui/macosx/playlistinfo.m:89
-#, fuzzy
-msgid "Lost frames"
-msgstr "B képkockák"
-
-#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
-#: modules/video_filter/deinterlace.c:137
-msgid "Streaming"
-msgstr "Adatfolyam"
-
-#: modules/gui/macosx/playlistinfo.m:92
-#, fuzzy
-msgid "Sent packets"
-msgstr "Csomagok csoportosítása"
-
-#: modules/gui/macosx/playlistinfo.m:93
-msgid "Sent bytes"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:94
-#, fuzzy
-msgid "Send rate"
-msgstr "Mintavételi frekvencia"
-
-#: modules/gui/macosx/playlistinfo.m:98
-#, fuzzy
-msgid "Played buffers"
-msgstr "Lejátszás gyorsítása"
-
-#: modules/gui/macosx/playlistinfo.m:99
-msgid "Lost buffers"
-msgstr ""
-
 #: modules/gui/macosx/playlist.m:434
 msgid "Save Playlist..."
 msgstr "Lejátszólista mentése"
@@ -12385,6 +12334,81 @@ msgstr ""
 msgid "Empty Folder"
 msgstr "Ãœres mappa"
 
+#: modules/gui/macosx/playlistinfo.m:56
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
+msgid "URI"
+msgstr "URI"
+
+#: modules/gui/macosx/playlistinfo.m:63
+#, fuzzy
+msgid "Advanced Information"
+msgstr "Haladó beállítások"
+
+#: modules/gui/macosx/playlistinfo.m:81
+msgid "Read at media"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:82
+#, fuzzy
+msgid "Input bitrate"
+msgstr "Bemeneti adatfolyam"
+
+#: modules/gui/macosx/playlistinfo.m:83
+#, fuzzy
+msgid "Demuxed"
+msgstr "Demuxerek"
+
+#: modules/gui/macosx/playlistinfo.m:84
+#, fuzzy
+msgid "Stream bitrate"
+msgstr "Képsáv"
+
+#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
+#, fuzzy
+msgid "Decoded blocks"
+msgstr "Dekódolók"
+
+#: modules/gui/macosx/playlistinfo.m:88
+#, fuzzy
+msgid "Displayed frames"
+msgstr "Képkockák kihagyása"
+
+#: modules/gui/macosx/playlistinfo.m:89
+#, fuzzy
+msgid "Lost frames"
+msgstr "B képkockák"
+
+#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
+#: modules/video_filter/deinterlace.c:137
+msgid "Streaming"
+msgstr "Adatfolyam"
+
+#: modules/gui/macosx/playlistinfo.m:92
+#, fuzzy
+msgid "Sent packets"
+msgstr "Csomagok csoportosítása"
+
+#: modules/gui/macosx/playlistinfo.m:93
+msgid "Sent bytes"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:94
+#, fuzzy
+msgid "Send rate"
+msgstr "Mintavételi frekvencia"
+
+#: modules/gui/macosx/playlistinfo.m:98
+#, fuzzy
+msgid "Played buffers"
+msgstr "Lejátszás gyorsítása"
+
+#: modules/gui/macosx/playlistinfo.m:99
+msgid "Lost buffers"
+msgstr ""
+
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:213
 msgid "Reset All"
@@ -13745,11 +13769,21 @@ msgstr "A képfájl nem található: %s"
 msgid "QNX RTOS video and audio output"
 msgstr "QNX RTOS kép és hang kimenet"
 
+#: modules/gui/qt4/dialogs/errors.cpp:37
+msgid "Errors"
+msgstr "Hibák"
+
 #: modules/gui/qt4/dialogs/streaminfo.cpp:35
 #, fuzzy
 msgid "Stream information"
 msgstr "Meta-információk"
 
+#: modules/gui/qt4/dialogs_provider.cpp:235
+#: modules/gui/qt4/dialogs_provider.cpp:246
+#, fuzzy
+msgid "Open directory"
+msgstr "Könyvtár megny&itása..."
+
 #: modules/gui/qt4/qt4.cpp:45
 #, fuzzy
 msgid "QT interface"
@@ -13934,6 +13968,11 @@ msgstr "WinCE kezelőfelület modul"
 msgid "WinCE dialogs provider"
 msgstr "WinCE párbeszédszolgáltató"
 
+#: modules/gui/wxwidgets/dialogs.cpp:433
+#: modules/gui/wxwidgets/dialogs/open.cpp:1265
+msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
+msgstr ""
+
 #: modules/gui/wxwidgets/dialogs/bookmarks.cpp:75
 msgid "Edit bookmark"
 msgstr "Könyvjelző szerkesztése"
@@ -14003,26 +14042,6 @@ msgstr ""
 msgid "Input has changed "
 msgstr "A bemenet megváltozott "
 
-#: modules/gui/wxwidgets/dialogs.cpp:433
-#: modules/gui/wxwidgets/dialogs/open.cpp:1265
-msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:435
-#: modules/gui/wxwidgets/dialogs/open.cpp:1267
-msgid "|Video Files (*.avi, *.mpg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:436
-#: modules/gui/wxwidgets/dialogs/open.cpp:1268
-msgid "|Playlist Files (*.m3u, *.pls, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:437
-#: modules/gui/wxwidgets/dialogs/open.cpp:1269
-msgid "|Subtitle Files (*.srt, *.sub, etc.)|"
-msgstr ""
-
 #: modules/gui/wxwidgets/dialogs/fileinfo.cpp:54
 #, fuzzy
 msgid "Stream and Media Info"
@@ -14605,11 +14624,6 @@ msgstr "Kimenet"
 msgid "Loop"
 msgstr "Ismétlés"
 
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:415
-#, fuzzy
-msgid "Create"
-msgstr "Létrehozás"
-
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:560
 #, fuzzy
 msgid "VLM stream"
@@ -14706,11 +14720,6 @@ msgstr ""
 "Válassza ki a videokodeket. Kattintson egy kodekre, ha bővebb információt "
 "szeretne róla kapni."
 
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
-#, fuzzy
-msgid "Transcode audio (if available)"
-msgstr "Hang átkódolás"
-
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:135
 #, fuzzy
 msgid ""
@@ -14797,6 +14806,11 @@ msgstr "További adatok"
 msgid "Save to file"
 msgstr "Fájlmentés"
 
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
+#, fuzzy
+msgid "Transcode audio (if available)"
+msgstr "Hang átkódolás"
+
 #: modules/gui/wxwidgets/extrapanel.cpp:41
 #, fuzzy
 msgid ""
@@ -15101,7 +15115,7 @@ msgstr "Ü&zenetek..."
 msgid "&Preferences..."
 msgstr "&Beállítások..."
 
-#: modules/gui/wxwidgets/menus.cpp:572 modules/gui/wxwidgets/menus.cpp:599
+#: modules/gui/wxwidgets/menus.cpp:573 modules/gui/wxwidgets/menus.cpp:600
 msgid "Empty"
 msgstr "Ãœres"
 
@@ -15649,10 +15663,6 @@ msgstr "Kimeneti fájl"
 msgid "Output data for RRDTool in this file."
 msgstr ""
 
-#: modules/misc/memcpy/memcpyaltivec.c:56
-msgid "AltiVec memcpy"
-msgstr ""
-
 #: modules/misc/memcpy/memcpy.c:83
 msgid "libc memcpy"
 msgstr ""
@@ -15669,6 +15679,10 @@ msgstr ""
 msgid "MMX EXT memcpy"
 msgstr ""
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr ""
+
 #: modules/misc/msn.c:64
 msgid "MSN Title format string"
 msgstr ""
@@ -17178,13 +17192,6 @@ msgstr ""
 msgid "Conversions from "
 msgstr "Eszköz neve "
 
-#: 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 " eddig: "
-
 #: 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 "
@@ -18854,8 +18861,12 @@ msgstr ""
 msgid "XOSD interface"
 msgstr "Kezelőfelület"
 
-#~ msgid "Errors"
-#~ msgstr "Hibák"
+#, fuzzy
+#~ msgid "Create"
+#~ msgstr "Létrehozás"
+
+#~ msgid " to "
+#~ msgstr " eddig: "
 
 #, fuzzy
 #~ msgid "Yes"
diff --git a/po/it.po b/po/it.po
index b9e6045430b2b83710d43fff2518056baaa752d6..8ac67e730d896cfa6d9664181e26df0c342d3825 100644
--- a/po/it.po
+++ b/po/it.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: vlc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-31 15:10+0400\n"
+"POT-Creation-Date: 2006-09-04 11:13+0200\n"
 "PO-Revision-Date: 2006-04-03 16:52+0000\n"
 "Last-Translator: Clément Stenac <zorglub@diwi.org>\n"
 "Language-Team: Italian <it@li.org>\n"
@@ -17,6 +17,19 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: include/vlc/vlc.h:576
+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"
+"see the file named COPYING for details.\n"
+"Written by the VideoLAN team; see the AUTHORS file.\n"
+msgstr ""
+"Questo programma è distribuito SENZA ALCUNA GARANZIA secondo termini di "
+"legge.\n"
+"Può essere distribuito secondo i termini della Licenza GNU GPL;\n"
+"per ulteriori informazioni, leggere il file COPYING.\n"
+"Scritto dall'équipe VideoLAN, vedi file AUTHORS.\n"
+
 #: include/vlc_config_cat.h:32
 msgid "VLC preferences"
 msgstr "Preferenze di VLC"
@@ -70,7 +83,7 @@ msgstr "interfaccia di rete"
 msgid "Hotkeys settings"
 msgstr "Impostazioni delle scorciatoie"
 
-#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1209
+#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1217
 #: modules/gui/beos/InterfaceWindow.cpp:282 modules/gui/macosx/extended.m:81
 #: modules/gui/macosx/intf.m:555 modules/gui/macosx/output.m:170
 #: modules/gui/macosx/playlistinfo.m:96 modules/gui/macosx/wizard.m:421
@@ -117,9 +130,9 @@ msgstr "Moduli d'uscita"
 msgid "These are general settings for audio output modules."
 msgstr "Impostazioni generali per i moduli di uscita audio."
 
-#: include/vlc_config_cat.h:71 src/libvlc.h:1553
+#: include/vlc_config_cat.h:71 src/libvlc.h:1563
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:578
-#: modules/gui/wxwidgets/menus.cpp:279 modules/stream_out/transcode.c:285
+#: modules/gui/wxwidgets/menus.cpp:280 modules/stream_out/transcode.c:285
 msgid "Miscellaneous"
 msgstr "Varie"
 
@@ -128,7 +141,7 @@ msgstr "Varie"
 msgid "Miscellaneous audio settings and modules."
 msgstr "Opzioni Varie"
 
-#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1244
+#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1252
 #: modules/gui/macosx/extended.m:80 modules/gui/macosx/intf.m:568
 #: modules/gui/macosx/output.m:160 modules/gui/macosx/playlistinfo.m:86
 #: modules/gui/macosx/wizard.m:422
@@ -245,7 +258,7 @@ msgstr ""
 msgid "General input settings. Use with care."
 msgstr "Impostazioni generali dell'input. Usare con attenzione."
 
-#: include/vlc_config_cat.h:135 src/libvlc.h:1483
+#: include/vlc_config_cat.h:135 src/libvlc.h:1493
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:152
 msgid "Stream output"
 msgstr "Trasmissione in uscita"
@@ -333,8 +346,8 @@ msgstr "VOD (video su richiesta)"
 msgid "VLC's implementation of Video On Demand"
 msgstr ""
 
-#: include/vlc_config_cat.h:186 src/libvlc.h:1608 src/playlist/engine.c:79
-#: src/playlist/engine.c:81 modules/demux/playlist/playlist.c:56
+#: include/vlc_config_cat.h:186 src/libvlc.h:1618 src/playlist/engine.c:91
+#: src/playlist/engine.c:93 modules/demux/playlist/playlist.c:56
 #: modules/demux/playlist/playlist.c:57
 #: modules/gui/beos/InterfaceWindow.cpp:231
 #: modules/gui/beos/InterfaceWindow.cpp:325 modules/gui/macosx/intf.m:500
@@ -366,7 +379,7 @@ msgid ""
 "playlist."
 msgstr ""
 
-#: include/vlc_config_cat.h:197 src/libvlc.h:1444
+#: include/vlc_config_cat.h:197 src/libvlc.h:1454
 #: modules/gui/macosx/prefs.m:124
 msgid "Advanced"
 msgstr "Avanzate"
@@ -488,7 +501,7 @@ msgstr "Scelta del file in cui salvare"
 #: modules/gui/wxwidgets/interface.cpp:677
 #: modules/gui/wxwidgets/interface.cpp:688
 #: modules/gui/wxwidgets/interface.cpp:1216
-#: modules/gui/wxwidgets/menus.cpp:263 modules/gui/wxwidgets/menus.cpp:274
+#: modules/gui/wxwidgets/menus.cpp:264 modules/gui/wxwidgets/menus.cpp:275
 msgid "Play"
 msgstr "Play"
 
@@ -506,8 +519,8 @@ msgid "Delete"
 msgstr "Elimina"
 
 #: include/vlc_intf_strings.h:37 modules/gui/macosx/intf.m:599
-#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlistinfo.m:55
-#: modules/gui/macosx/playlistinfo.m:363 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/playlistinfo.m:55 modules/gui/macosx/playlistinfo.m:363
 #, fuzzy
 msgid "Information"
 msgstr "Traduzione"
@@ -543,8 +556,8 @@ msgstr "Metainformazioni"
 msgid "Title"
 msgstr "Titolo"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:58
-#: modules/gui/macosx/playlist.m:130 modules/gui/macosx/wizard.m:393
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:130
+#: modules/gui/macosx/playlistinfo.m:58 modules/gui/macosx/wizard.m:393
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:50
 msgid "Author"
 msgstr "Autore"
@@ -616,19 +629,6 @@ msgstr "Codifica"
 msgid "Codec Description"
 msgstr "Descrizione codifica"
 
-#: include/vlc/vlc.h:576
-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"
-"see the file named COPYING for details.\n"
-"Written by the VideoLAN team; see the AUTHORS file.\n"
-msgstr ""
-"Questo programma è distribuito SENZA ALCUNA GARANZIA secondo termini di "
-"legge.\n"
-"Può essere distribuito secondo i termini della Licenza GNU GPL;\n"
-"per ulteriori informazioni, leggere il file COPYING.\n"
-"Scritto dall'équipe VideoLAN, vedi file AUTHORS.\n"
-
 #: src/audio_output/filters.c:154 src/audio_output/filters.c:201
 #: src/audio_output/filters.c:224
 #, fuzzy
@@ -642,7 +642,7 @@ msgid "The maximum number of filters (%d) was reached."
 msgstr ""
 
 #: src/audio_output/input.c:80 src/audio_output/input.c:126
-#: src/input/es_out.c:361 src/libvlc.h:417 src/video_output/video_output.c:421
+#: src/input/es_out.c:361 src/libvlc.h:421 src/video_output/video_output.c:421
 #: modules/codec/ffmpeg/postprocess.c:94
 msgid "Disable"
 msgstr "Disabilita"
@@ -791,13 +791,15 @@ msgid "VLC could not open the decoder module."
 msgstr ""
 
 #: src/input/decoder.c:136
-msgid "No suitable decoder module for FOURCC \"4.4s\" found"
-msgstr ""
+#, fuzzy
+msgid "No suitable decoder module for format"
+msgstr "modulo decodifica libmpeg2"
 
 #: src/input/decoder.c:137
+#, c-format
 msgid ""
-"VLC probably does not support this audio or video format. Regrettably, there "
-"is no way for you to fix this."
+"VLC probably does not support the “%4.4s” audio or video format. "
+"Unfortunately there is no way for you to fix this."
 msgstr ""
 
 #: src/input/es_out.c:383 src/input/es_out.c:385 src/input/es_out.c:391
@@ -808,7 +810,7 @@ msgid "Track %i"
 msgstr "Traccia %i"
 
 #: src/input/es_out.c:465 src/input/es_out.c:467 src/input/es_out.c:567
-#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:443
+#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:447
 #: modules/gui/macosx/intf.m:548 modules/gui/macosx/intf.m:549
 msgid "Program"
 msgstr "Programma"
@@ -847,8 +849,8 @@ msgstr "%d Hz"
 msgid "Bits per sample"
 msgstr "Bit per campione"
 
-#: src/input/es_out.c:1605 modules/access_output/shout.c:86
-#: modules/access/pvr.c:84
+#: src/input/es_out.c:1605 modules/access/pvr.c:84
+#: modules/access_output/shout.c:86
 msgid "Bitrate"
 msgstr "Bitrate"
 
@@ -900,7 +902,7 @@ msgstr ""
 msgid "Bookmark"
 msgstr "Segnalibro"
 
-#: src/input/var.c:131 src/libvlc.h:449
+#: src/input/var.c:131 src/libvlc.h:453
 msgid "Programs"
 msgstr "Programmi"
 
@@ -1661,45 +1663,55 @@ msgstr ""
 "decodificate (permette anche di risparmiare un po' di potenza di calcolo)."
 
 #: src/libvlc.h:278
+#, fuzzy
+msgid "Embedded video"
+msgstr "uscita video QT Embedded"
+
+#: src/libvlc.h:280
+#, fuzzy
+msgid "Embed the video output in the main interface."
+msgstr "Inclusione video nell'interfaccia"
+
+#: src/libvlc.h:282
 msgid "Fullscreen video output"
 msgstr "Uscita video a schermo intero"
 
-#: src/libvlc.h:280
+#: src/libvlc.h:284
 #, fuzzy
 msgid "Start video in fullscreen mode"
 msgstr "Cambia metodo schermo intero"
 
-#: src/libvlc.h:282
+#: src/libvlc.h:286
 msgid "Overlay video output"
 msgstr "Uscita video sovrapposta (overlay)"
 
-#: src/libvlc.h:284
+#: src/libvlc.h:288
 msgid ""
 "Overlay is the hardware acceleration capability of your video card (ability "
 "to render video directly). VLC will try to use it by default."
 msgstr ""
 
-#: src/libvlc.h:287 src/video_output/vout_intf.c:399
+#: src/libvlc.h:291 src/video_output/vout_intf.c:399
 msgid "Always on top"
 msgstr "Sempre in primo piano"
 
-#: src/libvlc.h:289
+#: src/libvlc.h:293
 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:291
+#: src/libvlc.h:295
 msgid "Disable screensaver"
 msgstr "Disabilita Salvaschermo"
 
-#: src/libvlc.h:292
+#: src/libvlc.h:296
 msgid "Disable the screensaver during video playback."
 msgstr "Disabilita il salvaschermo durante la riproduzione video."
 
-#: src/libvlc.h:294
+#: src/libvlc.h:298
 msgid "Window decorations"
 msgstr "Decoarazioni della finestra"
 
-#: src/libvlc.h:296
+#: src/libvlc.h:300
 #, fuzzy
 msgid ""
 "VLC can avoid creating window caption, frames, etc... around the video, "
@@ -1708,12 +1720,12 @@ msgstr ""
 "Se l'opzione è abilitata, VLC aprirà sempre i video in modalità a schermo "
 "intero."
 
-#: src/libvlc.h:299
+#: src/libvlc.h:303
 #, fuzzy
 msgid "Video output filter module"
 msgstr "Modulo uscita video"
 
-#: src/libvlc.h:301
+#: src/libvlc.h:305
 #, fuzzy
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
@@ -1723,11 +1735,11 @@ msgstr ""
 "qualità dell'immagine, per esempio deinterlacciando, clonando o distorcendo "
 "la finestra video."
 
-#: src/libvlc.h:305
+#: src/libvlc.h:309
 msgid "Video filter module"
 msgstr "Modulo filtro video"
 
-#: src/libvlc.h:307
+#: src/libvlc.h:311
 #, fuzzy
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
@@ -1737,62 +1749,62 @@ msgstr ""
 "qualità dell'immagine, per esempio deinterlacciando, clonando o distorcendo "
 "la finestra video."
 
-#: src/libvlc.h:311
+#: src/libvlc.h:315
 #, fuzzy
 msgid "Video snapshot directory (or filename)"
 msgstr "Cartella delle schermate video catturate"
 
-#: src/libvlc.h:313
+#: src/libvlc.h:317
 #, fuzzy
 msgid "Directory where the video snapshots will be stored."
 msgstr "Permette di specificare il TTL del flusso in uscita."
 
-#: src/libvlc.h:315 src/libvlc.h:317
+#: src/libvlc.h:319 src/libvlc.h:321
 #, fuzzy
 msgid "Video snapshot file prefix"
 msgstr "Formato schermate di cattura dei video"
 
-#: src/libvlc.h:319
+#: src/libvlc.h:323
 msgid "Video snapshot format"
 msgstr "Formato schermate di cattura dei video"
 
-#: src/libvlc.h:321
+#: src/libvlc.h:325
 msgid "Image format which will be used to store the video snapshots"
 msgstr ""
 
-#: src/libvlc.h:323
+#: src/libvlc.h:327
 #, fuzzy
 msgid "Display video snapshot preview"
 msgstr "Indentificatore schermo"
 
-#: src/libvlc.h:325
+#: src/libvlc.h:329
 msgid "Display the snapshot preview in the screen's top-left corner."
 msgstr ""
 
-#: src/libvlc.h:327
+#: src/libvlc.h:331
 msgid "Use sequential numbers instead of timestamps"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:333
 msgid "Use sequential numbers instead of timestamps for snapshot numbering"
 msgstr ""
 
-#: src/libvlc.h:331
+#: src/libvlc.h:335
 #, fuzzy
 msgid "Video cropping"
 msgstr "Taglia immagini a destra"
 
-#: src/libvlc.h:333
+#: src/libvlc.h:337
 msgid ""
 "This forces the cropping of the source video. Accepted formats are x:y (4:3, "
 "16:9, etc.) expressing the global image aspect."
 msgstr ""
 
-#: src/libvlc.h:337
+#: src/libvlc.h:341
 msgid "Source aspect ratio"
 msgstr "Formato immagine sorgente"
 
-#: src/libvlc.h:339
+#: src/libvlc.h:343
 #, fuzzy
 msgid ""
 "This forces the source aspect ratio. For instance, some DVDs claim to be "
@@ -1808,82 +1820,82 @@ 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:346
+#: src/libvlc.h:350
 msgid "Custom crop ratios list"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:352
 msgid ""
 "Comma seperated list of crop ratios which will be added in the interface's "
 "crop ratios list."
 msgstr ""
 
-#: src/libvlc.h:351
+#: src/libvlc.h:355
 #, fuzzy
 msgid "Custom aspect ratios list"
 msgstr "Formato immagine sorgente"
 
-#: src/libvlc.h:353
+#: src/libvlc.h:357
 msgid ""
 "Comma seperated list of aspect ratios which will be added in the interface's "
 "aspect ratio list."
 msgstr ""
 
-#: src/libvlc.h:356
+#: src/libvlc.h:360
 msgid "Fix HDTV height"
 msgstr "fissa l'altezza HDTV (televisione ad alta definizione)"
 
-#: src/libvlc.h:358
+#: src/libvlc.h:362
 msgid ""
 "This allows proper handling of HDTV-1080 video format even if broken encoder "
 "incorrectly sets height to 1088 lines. You should only disable this option "
 "if your video has a non-standard format requiring all 1088 lines."
 msgstr ""
 
-#: src/libvlc.h:363
+#: src/libvlc.h:367
 #, fuzzy
 msgid "Monitor pixel aspect ratio"
 msgstr "Formato immagine sorgente"
 
-#: src/libvlc.h:365
+#: src/libvlc.h:369
 msgid ""
 "This forces the monitor aspect ratio. Most monitors have square pixels "
 "(1:1). If you have a 16:9 screen, you might need to change this to 4:3 in "
 "order to keep proportions."
 msgstr ""
 
-#: src/libvlc.h:370
+#: src/libvlc.h:374
 msgid "Skip frames"
 msgstr "Salta fotogrammi"
 
-#: src/libvlc.h:372
+#: src/libvlc.h:376
 msgid ""
 "This option enables framedropping on MPEG2 stream. Framedropping occurs when "
 "your computer is not powerful enough"
 msgstr ""
 
-#: src/libvlc.h:375
+#: src/libvlc.h:379
 #, fuzzy
 msgid "Drop late frames"
 msgstr "Frame B"
 
-#: src/libvlc.h:377
+#: src/libvlc.h:381
 msgid ""
 "This drops frames that are late (arrive to the video output after their "
 "intended display date)."
 msgstr ""
 
-#: src/libvlc.h:380
+#: src/libvlc.h:384
 msgid "Quiet synchro"
 msgstr ""
 
-#: src/libvlc.h:382
+#: src/libvlc.h:386
 msgid ""
 "This avoids flooding the message log with debug output from the video output "
 "synchronization mechanism."
 msgstr ""
 
-#: src/libvlc.h:391
+#: src/libvlc.h:395
 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 "
@@ -1893,17 +1905,17 @@ msgstr ""
 "d'ingresso, come la periferica DVD o VCD, i parametri dell'interfaccia di "
 "rete o il canale dei sottotitoli."
 
-#: src/libvlc.h:396
+#: src/libvlc.h:400
 msgid ""
 "If you live in France, it is not allowed to workaround any Digital "
 "Restrictions Management measure."
 msgstr ""
 
-#: src/libvlc.h:399
+#: src/libvlc.h:403
 msgid "Clock reference average counter"
 msgstr "Contatore della media dell'orologio di riferimento"
 
-#: src/libvlc.h:401
+#: src/libvlc.h:405
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
@@ -1911,28 +1923,28 @@ msgstr ""
 "Per utilizzare l'input PVR (o un'altra sorgente particolarmente irregolare), "
 "è bene impostare questo valore a 10000."
 
-#: src/libvlc.h:404
+#: src/libvlc.h:408
 #, fuzzy
 msgid "Clock synchronisation"
 msgstr "Sincronizzazione di rete"
 
-#: src/libvlc.h:406
+#: src/libvlc.h:410
 msgid ""
 "It is possible to disable the input clock synchronisation for real-time "
 "sources. Use this if you experience jerky playback of network streams."
 msgstr ""
 
-#: src/libvlc.h:410 modules/control/netsync.c:71
+#: src/libvlc.h:414 modules/control/netsync.c:71
 msgid "Network synchronisation"
 msgstr "Sincronizzazione di rete"
 
-#: src/libvlc.h:411
+#: src/libvlc.h:415
 msgid ""
 "This allows you to remotely synchronise clocks for server and client. The "
 "detailed settings are available in Advanced / Network Sync."
 msgstr ""
 
-#: src/libvlc.h:417 src/libvlc.h:964 src/video_output/vout_intf.c:261
+#: src/libvlc.h:421 src/libvlc.h:972 src/video_output/vout_intf.c:261
 #: src/video_output/vout_intf.c:348 modules/access/dshow/dshow.cpp:74
 #: modules/access/dshow/dshow.cpp:76 modules/access/dshow/dshow.cpp:79
 #: modules/access/dshow/dshow.cpp:85 modules/audio_output/alsa.c:102
@@ -1945,7 +1957,7 @@ msgstr ""
 msgid "Default"
 msgstr "Predefinito"
 
-#: src/libvlc.h:417 modules/gui/macosx/equalizer.m:145
+#: src/libvlc.h:421 modules/gui/macosx/equalizer.m:145
 #: modules/gui/macosx/extended.m:113 modules/gui/macosx/wizard.m:395
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:633
 #: modules/gui/wxwidgets/extrapanel.cpp:216
@@ -1953,22 +1965,22 @@ msgstr "Predefinito"
 msgid "Enable"
 msgstr "Abilita"
 
-#: src/libvlc.h:419
+#: src/libvlc.h:423
 msgid "UDP port"
 msgstr "Porta UDP"
 
-#: src/libvlc.h:421
+#: src/libvlc.h:425
 #, fuzzy
 msgid "This is the default port used for UDP streams. Default is 1234."
 msgstr ""
 "Questa è la porta utilizzata per le sorgenti UDP. Il valore predefinito è "
 "1234."
 
-#: src/libvlc.h:423
+#: src/libvlc.h:427
 msgid "MTU of the network interface"
 msgstr "MTU dell'interfaccia di rete"
 
-#: src/libvlc.h:425
+#: src/libvlc.h:429
 #, fuzzy
 msgid ""
 "This is the maximum packet size that can be transmitted over the network "
@@ -1977,11 +1989,11 @@ msgstr ""
 "E' la tipica dimensione dei pacchetti UDP che VLC aspetta. Su Ethernet "
 "solitamente è 1500."
 
-#: src/libvlc.h:428
+#: src/libvlc.h:432
 msgid "Hop limit (TTL)"
 msgstr ""
 
-#: src/libvlc.h:430
+#: src/libvlc.h:434
 #, fuzzy
 msgid ""
 "This is the hop limit (also known as \"Time-To-Live\" or TTL) of the "
@@ -1991,76 +2003,76 @@ msgstr ""
 "Specificare qui la durata di vita (TTL) dei pacchetti multicast inviati dal "
 "modulo di trasmissione in uscita (stream output)."
 
-#: src/libvlc.h:434
+#: src/libvlc.h:438
 #, fuzzy
 msgid "IPv6 multicast output interface"
 msgstr "Interfaccia controllo joystick"
 
-#: src/libvlc.h:436
+#: src/libvlc.h:440
 msgid "Default IPv6 multicast interface. This overrides the routing table."
 msgstr ""
 
-#: src/libvlc.h:438
+#: src/libvlc.h:442
 #, fuzzy
 msgid "IPv4 multicast output interface address"
 msgstr "Interfaccia controllo joystick"
 
-#: src/libvlc.h:440
+#: src/libvlc.h:444
 msgid ""
 "IPv4 adress for the default multicast interface. This overrides the routing "
 "table."
 msgstr ""
 
-#: src/libvlc.h:445
+#: src/libvlc.h:449
 msgid ""
 "Choose the program to select by giving its Service ID. Only use this option "
 "if you want to read a multi-program stream (like DVB streams for example)."
 msgstr ""
 
-#: src/libvlc.h:451
+#: src/libvlc.h:455
 msgid ""
 "Choose the programs to select by giving a comma-separated list of Service "
 "IDs (SIDs). Only use this option if you want to read a multi-program stream "
 "(like DVB streams for example)."
 msgstr ""
 
-#: src/libvlc.h:457 modules/gui/wxwidgets/dialogs/open.cpp:779
+#: src/libvlc.h:461 modules/gui/wxwidgets/dialogs/open.cpp:779
 msgid "Audio track"
 msgstr "Traccia audio"
 
-#: src/libvlc.h:459
+#: src/libvlc.h:463
 #, fuzzy
 msgid "Stream number of the audio track to use (from 0 to n)."
 msgstr "Impostazione del canale audio da utilizzare in un DVD (da 0 a n)."
 
-#: src/libvlc.h:462 modules/gui/wxwidgets/dialogs/open.cpp:771
+#: src/libvlc.h:466 modules/gui/wxwidgets/dialogs/open.cpp:771
 msgid "Subtitles track"
 msgstr "Traccia sottotitoli"
 
-#: src/libvlc.h:464
+#: src/libvlc.h:468
 #, fuzzy
 msgid "Stream number of the subtitle track to use (from 0 to n)."
 msgstr ""
 "Impostazione del canale sottotitoli da utilizzare in un DVD (da 0 a n)."
 
-#: src/libvlc.h:467
+#: src/libvlc.h:471
 #, fuzzy
 msgid "Audio language"
 msgstr "Scelta canale audio"
 
-#: src/libvlc.h:469
+#: src/libvlc.h:473
 #, fuzzy
 msgid ""
 "Language of the audio track you want to use (comma separated, two or three "
 "letter country code)."
 msgstr "Impostazione del canale audio da utilizzare in un DVD (da 0 a n)."
 
-#: src/libvlc.h:472
+#: src/libvlc.h:476
 #, fuzzy
 msgid "Subtitle language"
 msgstr "Lingua lei sottotitoli"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:478
 #, fuzzy
 msgid ""
 "Language of the subtitle track you want to use (comma separated, two or tree "
@@ -2068,82 +2080,82 @@ msgid ""
 msgstr ""
 "Impostazione del canale sottotitoli da utilizzare in un DVD (da 0 a n)."
 
-#: src/libvlc.h:478
+#: src/libvlc.h:482
 #, fuzzy
 msgid "Audio track ID"
 msgstr "Traccia Audio"
 
-#: src/libvlc.h:480
+#: src/libvlc.h:484
 #, fuzzy
 msgid "Stream ID of the audio track to use."
 msgstr "Impostazione del canale audio da utilizzare in un DVD (da 0 a n)."
 
-#: src/libvlc.h:482
+#: src/libvlc.h:486
 #, fuzzy
 msgid "Subtitles track ID"
 msgstr "Traccia sottotitoli"
 
-#: src/libvlc.h:484
+#: src/libvlc.h:488
 #, fuzzy
 msgid "Stream ID of the subtitle track to use."
 msgstr ""
 "Impostazione del canale sottotitoli da utilizzare in un DVD (da 0 a n)."
 
-#: src/libvlc.h:486
+#: src/libvlc.h:490
 #, fuzzy
 msgid "Input repetitions"
 msgstr "Opzioni Uscita"
 
-#: src/libvlc.h:488
+#: src/libvlc.h:492
 msgid "Number of time the same input will be repeated"
 msgstr "Numero di volte in cui il medesimo ingresso verrà ripetuto"
 
-#: src/libvlc.h:490
+#: src/libvlc.h:494
 #, fuzzy
 msgid "Start time"
 msgstr "Avvia direttamente il menu"
 
-#: src/libvlc.h:492
+#: src/libvlc.h:496
 msgid "The stream will start at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:494
+#: src/libvlc.h:498
 #, fuzzy
 msgid "Stop time"
 msgstr "Interrompi Sorgente"
 
-#: src/libvlc.h:496
+#: src/libvlc.h:500
 msgid "The stream will stop at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:498
+#: src/libvlc.h:502
 #, fuzzy
 msgid "Input list"
 msgstr "Elenco ingressi"
 
-#: src/libvlc.h:500
+#: src/libvlc.h:504
 #, fuzzy
 msgid ""
 "You can give a comma-separated list of inputs that will be concatenated "
 "together after the normal one."
 msgstr "Permette di specificare il TTL del flusso in uscita."
 
-#: src/libvlc.h:503
+#: src/libvlc.h:507
 msgid "Input slave (experimental)"
 msgstr "Input slave (sperimentale)"
 
-#: src/libvlc.h:505
+#: src/libvlc.h:509
 msgid ""
 "This allows you to play from several inputs at the same time. This feature "
 "is experimental, not all formats are supported. Use a '#' separated list of "
 "inputs."
 msgstr ""
 
-#: src/libvlc.h:509
+#: src/libvlc.h:513
 msgid "Bookmarks list for a stream"
 msgstr "Lista di segnalibri per uno stream"
 
-#: src/libvlc.h:511
+#: src/libvlc.h:515
 #, fuzzy
 msgid ""
 "You can manually give a list of bookmarks for a stream in the form "
@@ -2154,7 +2166,7 @@ msgstr ""
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
 "{...}\""
 
-#: src/libvlc.h:517
+#: src/libvlc.h:521
 msgid ""
 "These options allow you to modify the behavior of the subpictures subsystem. "
 "You can for example enable subpictures filters (logo, etc.). Enable these "
@@ -2167,11 +2179,11 @@ msgstr ""
 "qui e configurati nella sezione dei moduli di trattamento d'immagine. E' "
 "possibile inoltre configurare svariate opzioni di trattamento d'immagine."
 
-#: src/libvlc.h:523
+#: src/libvlc.h:527
 msgid "Force subtitle position"
 msgstr "Forzare la posizione dei sottotitoli"
 
-#: src/libvlc.h:525
+#: src/libvlc.h:529
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
@@ -2179,21 +2191,21 @@ msgstr ""
 "E' possibile imporre una posizione per i sottotitoli, per esempio sotto il "
 "film invece che in sovraimpressione. Prova diverse posizioni."
 
-#: src/libvlc.h:528
+#: src/libvlc.h:532
 #, fuzzy
 msgid "Enable sub-pictures"
 msgstr "Immagini"
 
-#: src/libvlc.h:530
+#: src/libvlc.h:534
 msgid "You can completely disable the sub-picture processing."
 msgstr ""
 
-#: src/libvlc.h:532 src/libvlc.h:1324 src/misc/iso-639_def.h:143
+#: src/libvlc.h:536 src/libvlc.h:1334 src/misc/iso-639_def.h:143
 #: modules/stream_out/transcode.c:281
 msgid "On Screen Display"
 msgstr "Messaggi in sovraimpressione (OSD)"
 
-#: src/libvlc.h:534
+#: src/libvlc.h:538
 #, fuzzy
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
@@ -2202,32 +2214,32 @@ msgstr ""
 "VLC può visualizzare messaggi sullo schermo. Si chiama OSD (On Screen "
 "Display). Si può disabilitare qui."
 
-#: src/libvlc.h:537
+#: src/libvlc.h:541
 #, fuzzy
 msgid "Text rendering module"
 msgstr "Rendering del testo"
 
-#: src/libvlc.h:539
+#: src/libvlc.h:543
 msgid ""
 "VLC normally uses Freetype for rendering, but this allows you to use svg for "
 "instance."
 msgstr ""
 
-#: src/libvlc.h:542
+#: src/libvlc.h:546
 msgid "Subpictures filter module"
 msgstr "Modulo di trattamento d'immagine"
 
-#: src/libvlc.h:544
+#: src/libvlc.h:548
 msgid ""
 "This adds so-called \"subpicture filters\". These filters overlay some "
 "images or text over the video (like a logo, arbitraty text...)."
 msgstr ""
 
-#: src/libvlc.h:547
+#: src/libvlc.h:551
 msgid "Autodetect subtitle files"
 msgstr "Selezione automatica file di sottotitoli"
 
-#: src/libvlc.h:549
+#: src/libvlc.h:553
 #, fuzzy
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified "
@@ -2236,11 +2248,11 @@ msgstr ""
 "Rileva automaticamente un file di sottotitoli, se nessun file di sottotitoli "
 "è stato specificato."
 
-#: src/libvlc.h:552
+#: src/libvlc.h:556
 msgid "Subtitle autodetection fuzziness"
 msgstr "Sensibilità della selezione automatica dei file di sottotitoli"
 
-#: src/libvlc.h:554
+#: src/libvlc.h:558
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -2258,11 +2270,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:562
+#: src/libvlc.h:566
 msgid "Subtitle autodetection paths"
 msgstr "Cartelle della selezione automatica dei sottotitoli"
 
-#: src/libvlc.h:564
+#: src/libvlc.h:568
 msgid ""
 "Look for a subtitle file in those paths too, if your subtitle file was not "
 "found in the current directory."
@@ -2270,11 +2282,11 @@ msgstr ""
 "Cercare il file di sottotitoli anche nelle cartelle specificate, se non è "
 "stato trovato nella cartella corrente."
 
-#: src/libvlc.h:567
+#: src/libvlc.h:571
 msgid "Use subtitle file"
 msgstr "Usa un file di sottotitoli"
 
-#: src/libvlc.h:569
+#: src/libvlc.h:573
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
@@ -2282,11 +2294,11 @@ msgstr ""
 "Carica il file di sottotitoli specificato. Utilizzare quando la ricerca "
 "automatica non riesce a trovarlo o a riconoscerlo."
 
-#: src/libvlc.h:572
+#: src/libvlc.h:576
 msgid "DVD device"
 msgstr "Periferica DVD"
 
-#: src/libvlc.h:575
+#: src/libvlc.h:579
 msgid ""
 "This is the default DVD drive (or file) to use. Don't forget the colon after "
 "the drive letter (eg. D:)"
@@ -2294,15 +2306,15 @@ msgstr ""
 "Lettore DVD predefinito (o file) da utilizzare. Non dimenticare i due punti "
 "dopo la lettera (per esempio D:)."
 
-#: src/libvlc.h:579
+#: src/libvlc.h:583
 msgid "This is the default DVD device to use."
 msgstr "Periferica DVD predefinita da utilizzare."
 
-#: src/libvlc.h:582
+#: src/libvlc.h:586
 msgid "VCD device"
 msgstr "Periferica VCD"
 
-#: src/libvlc.h:585
+#: src/libvlc.h:589
 msgid ""
 "This is the default VCD device to use. If you don't specify anything, we'll "
 "scan for a suitable CD-ROM device."
@@ -2310,15 +2322,15 @@ msgstr ""
 "Periferica VCD da utilizzare. In assenza di un valore predefinito, VLC "
 "cercherà un lettore CD-ROM adatto."
 
-#: src/libvlc.h:589
+#: src/libvlc.h:593
 msgid "This is the default VCD device to use."
 msgstr "Periferica VCD predefinita da utilizzare."
 
-#: src/libvlc.h:592
+#: src/libvlc.h:596
 msgid "Audio CD device"
 msgstr "Lettore CD Audio"
 
-#: src/libvlc.h:595
+#: src/libvlc.h:599
 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."
@@ -2326,47 +2338,47 @@ msgstr ""
 "Periferica CD Audio da utilizzare. In assenza di un valore predefinito, VLC "
 "cercherà un lettore CD-ROM adatto."
 
-#: src/libvlc.h:599
+#: src/libvlc.h:603
 msgid "This is the default Audio CD device to use."
 msgstr "Periferica CD Audio predefinita da utilizzare."
 
-#: src/libvlc.h:602 modules/gui/wxwidgets/dialogs/open.cpp:841
+#: src/libvlc.h:606 modules/gui/wxwidgets/dialogs/open.cpp:841
 msgid "Force IPv6"
 msgstr "Forzare IPv6"
 
-#: src/libvlc.h:604
+#: src/libvlc.h:608
 #, fuzzy
 msgid "IPv6 will be used by default for all connections."
 msgstr ""
 "Se l'opzione è attivata, IPv6 verrà utilizzato come protocollo predefinito "
 "per tutte le connessioni UDP e HTTP."
 
-#: src/libvlc.h:606
+#: src/libvlc.h:610
 msgid "Force IPv4"
 msgstr "Forzare IPv4"
 
-#: src/libvlc.h:608
+#: src/libvlc.h:612
 #, fuzzy
 msgid "IPv4 will be used by default for all connections."
 msgstr ""
 "Se l'opzione è attivata, IPv4 verrà utilizzato come protocollo predefinito "
 "per tutte le connessioni UDP e HTTP."
 
-#: src/libvlc.h:610
+#: src/libvlc.h:614
 #, fuzzy
 msgid "TCP connection timeout"
 msgstr "Timeout connessione TCP in ms"
 
-#: src/libvlc.h:612
+#: src/libvlc.h:616
 #, fuzzy
 msgid "Default TCP connection timeout (in milliseconds). "
 msgstr "Timeout connessione TCP in ms "
 
-#: src/libvlc.h:614
+#: src/libvlc.h:618
 msgid "SOCKS server"
 msgstr "Server SOCKS"
 
-#: src/libvlc.h:616
+#: src/libvlc.h:620
 #, fuzzy
 msgid ""
 "SOCKS proxy server to use. This must be of the form address:port. It will be "
@@ -2374,94 +2386,94 @@ msgid ""
 msgstr ""
 "Permette di specificare il nome utente da utilizzare per la connessione FTP."
 
-#: src/libvlc.h:619
+#: src/libvlc.h:623
 msgid "SOCKS user name"
 msgstr "nome utente SOCKS"
 
-#: src/libvlc.h:621
+#: src/libvlc.h:625
 #, fuzzy
 msgid "User name to be used for connection to the SOCKS proxy."
 msgstr ""
 "Permette di specificare il nome utente da utilizzare per la connessione FTP."
 
-#: src/libvlc.h:623
+#: src/libvlc.h:627
 msgid "SOCKS password"
 msgstr "parola d'ordine SOCKS"
 
-#: src/libvlc.h:625
+#: src/libvlc.h:629
 #, fuzzy
 msgid "Password to be used for connection to the SOCKS proxy."
 msgstr ""
 "Permette di specificare la password da utilizzare per la connessione FTP."
 
-#: src/libvlc.h:627
+#: src/libvlc.h:631
 msgid "Title metadata"
 msgstr "Informazioni titolo"
 
-#: src/libvlc.h:629
+#: src/libvlc.h:633
 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:631
+#: src/libvlc.h:635
 msgid "Author metadata"
 msgstr "Informazioni autore"
 
-#: src/libvlc.h:633
+#: src/libvlc.h:637
 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:635
+#: src/libvlc.h:639
 msgid "Artist metadata"
 msgstr "Informazioni artista"
 
-#: src/libvlc.h:637
+#: src/libvlc.h:641
 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:639
+#: src/libvlc.h:643
 msgid "Genre metadata"
 msgstr "Informazioni genere"
 
-#: src/libvlc.h:641
+#: src/libvlc.h:645
 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:643
+#: src/libvlc.h:647
 msgid "Copyright metadata"
 msgstr "Informazioni sul diritto d'autore"
 
-#: src/libvlc.h:645
+#: src/libvlc.h:649
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr ""
 "Permette di specificare una informazione sul diritto d'autore di un input."
 
-#: src/libvlc.h:647
+#: src/libvlc.h:651
 msgid "Description metadata"
 msgstr "Informazioni descrizione"
 
-#: src/libvlc.h:649
+#: src/libvlc.h:653
 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:651
+#: src/libvlc.h:655
 msgid "Date metadata"
 msgstr "Informazioni data"
 
-#: src/libvlc.h:653
+#: src/libvlc.h:657
 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:655
+#: src/libvlc.h:659
 msgid "URL metadata"
 msgstr "Informazioni URL"
 
-#: src/libvlc.h:657
+#: src/libvlc.h:661
 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:661
+#: src/libvlc.h:665
 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 "
@@ -2472,12 +2484,12 @@ msgstr ""
 "modificarla: un errore di configurazione può impedire la lettura di tutti i "
 "tipi di input."
 
-#: src/libvlc.h:665
+#: src/libvlc.h:669
 #, fuzzy
 msgid "Preferred decoders list"
 msgstr "Lista degli encoders preferiti"
 
-#: src/libvlc.h:667
+#: src/libvlc.h:671
 #, fuzzy
 msgid ""
 "List of codecs that VLC will use in priority. For instance, 'dummy,a52' will "
@@ -2489,18 +2501,18 @@ msgstr ""
 "modificarla: un errore di configurazione può impedire la lettura di tutti i "
 "tipi di input."
 
-#: src/libvlc.h:672
+#: src/libvlc.h:676
 msgid "Preferred encoders list"
 msgstr "Lista degli encoders preferiti"
 
-#: src/libvlc.h:674
+#: src/libvlc.h:678
 #, fuzzy
 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:683
+#: src/libvlc.h:687
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
@@ -2508,41 +2520,41 @@ msgstr ""
 "Queste opzioni permettono di configurare il sistema di trasmissione in "
 "uscita (stream output)."
 
-#: src/libvlc.h:686
+#: src/libvlc.h:690
 #, fuzzy
 msgid "Default stream output chain"
 msgstr "Duplica trasmissione in uscita"
 
-#: src/libvlc.h:688
+#: src/libvlc.h:692
 msgid ""
 "You can enter here a default stream output chain. Refer to the documentation "
 "to learn how to build such chains.Warning: this chain will be enabled for "
 "all streams."
 msgstr ""
 
-#: src/libvlc.h:692
+#: src/libvlc.h:696
 msgid "Enable streaming of all ES"
 msgstr "Attivare la trasmissione di tutto l'ES"
 
-#: src/libvlc.h:694
+#: src/libvlc.h:698
 #, fuzzy
 msgid "Stream all elementary streams (video, audio and subtitles)"
 msgstr "Permette di trasmettere l'ES intero (video, audio, sottotitoli)"
 
-#: src/libvlc.h:696
+#: src/libvlc.h:700
 msgid "Display while streaming"
 msgstr "Riproduzione durante la trasmissione"
 
-#: src/libvlc.h:698
+#: src/libvlc.h:702
 #, fuzzy
 msgid "Play locally the stream while streaming it."
 msgstr "Permette di riprodurre la sorgente durante la trasmissione."
 
-#: src/libvlc.h:700
+#: src/libvlc.h:704
 msgid "Enable video stream output"
 msgstr "Abilita trasmissione video in uscita"
 
-#: src/libvlc.h:702
+#: src/libvlc.h:706
 #, fuzzy
 msgid ""
 "Choose whether the video stream should be redirected to the stream output "
@@ -2551,11 +2563,11 @@ 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:705
+#: src/libvlc.h:709
 msgid "Enable audio stream output"
 msgstr "Abilita trasmissione audio in uscita"
 
-#: src/libvlc.h:707
+#: src/libvlc.h:711
 #, fuzzy
 msgid ""
 "Choose whether the audio stream should be redirected to the stream output "
@@ -2564,12 +2576,12 @@ 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:710
+#: src/libvlc.h:714
 #, fuzzy
 msgid "Enable SPU stream output"
 msgstr "Abilita trasmissione audio in uscita"
 
-#: src/libvlc.h:712
+#: src/libvlc.h:716
 #, fuzzy
 msgid ""
 "Choose whether the SPU streams should be redirected to the stream output "
@@ -2578,11 +2590,11 @@ 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:715
+#: src/libvlc.h:719
 msgid "Keep stream output open"
 msgstr "Mantenere aperto stream output"
 
-#: src/libvlc.h:717
+#: src/libvlc.h:721
 msgid ""
 "This allows you to keep an unique stream output instance across multiple "
 "playlist item (automatically insert the gather stream output if not "
@@ -2592,37 +2604,37 @@ msgstr ""
 "elementi della playlist (inserisce automaticamente 'gather stream_out' se "
 "non specificato)."
 
-#: src/libvlc.h:721
+#: src/libvlc.h:725
 msgid "Preferred packetizer list"
 msgstr "Lista dei packetizer preferiti"
 
-#: src/libvlc.h:723
+#: src/libvlc.h:727
 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:726
+#: src/libvlc.h:730
 msgid "Mux module"
 msgstr "Modulo mux"
 
-#: src/libvlc.h:728
+#: src/libvlc.h:732
 msgid "This is a legacy entry to let you configure mux modules"
 msgstr "Permette di configurare i moduli multiplex (desueto)"
 
-#: src/libvlc.h:730
+#: src/libvlc.h:734
 msgid "Access output module"
 msgstr "Modulo accesso uscita"
 
-#: src/libvlc.h:732
+#: src/libvlc.h:736
 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:734
+#: src/libvlc.h:738
 msgid "Control SAP flow"
 msgstr "Controllo del flusso SAP"
 
-#: src/libvlc.h:736
+#: src/libvlc.h:740
 #, fuzzy
 msgid ""
 "If this option is enabled, the flow on the SAP multicast address will be "
@@ -2631,11 +2643,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:740
+#: src/libvlc.h:744
 msgid "SAP announcement interval"
 msgstr "Intervallo annunci SAP"
 
-#: src/libvlc.h:742
+#: src/libvlc.h:746
 #, fuzzy
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
@@ -2644,7 +2656,7 @@ msgstr ""
 "Quando il controllo del flusso SAP è disabilitato, permette di stabilire "
 "l'intervallo tra due annunci SAP successivi."
 
-#: src/libvlc.h:752
+#: src/libvlc.h:756
 #, fuzzy
 msgid ""
 "These options allow you to enable special CPU optimizations. You should "
@@ -2654,12 +2666,12 @@ msgstr ""
 "processori.\n"
 " E' bene lasciarle attive."
 
-#: src/libvlc.h:755
+#: src/libvlc.h:759
 #, fuzzy
 msgid "Enable FPU support"
 msgstr "Abilita supporto FPU (Floating Point Unit)"
 
-#: src/libvlc.h:757
+#: src/libvlc.h:761
 #, fuzzy
 msgid ""
 "If your processor has a floating point calculation unit, VLC can take "
@@ -2668,22 +2680,22 @@ msgstr ""
 "Se il processore supporta il set di istruzioni AltiVec, VLC ne trarrà "
 "vantaggio."
 
-#: src/libvlc.h:760
+#: src/libvlc.h:764
 msgid "Enable CPU MMX support"
 msgstr "Abilita supporto CPU MMX"
 
-#: src/libvlc.h:762
+#: src/libvlc.h:766
 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."
 
-#: src/libvlc.h:765
+#: src/libvlc.h:769
 msgid "Enable CPU 3D Now! support"
 msgstr "Abilita supporto CPU 3D Now!"
 
-#: src/libvlc.h:767
+#: src/libvlc.h:771
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
@@ -2691,11 +2703,11 @@ msgstr ""
 "Se il processore supporta il set di istruzioni 3D Now!, VLC ne trarrà "
 "vantaggio."
 
-#: src/libvlc.h:770
+#: src/libvlc.h:774
 msgid "Enable CPU MMX EXT support"
 msgstr "Abilita supporto CPU MMX EXT"
 
-#: src/libvlc.h:772
+#: src/libvlc.h:776
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
@@ -2703,33 +2715,33 @@ msgstr ""
 "Se il processore supporta il set di istruzioni MMX EXT, VLC ne trarrà "
 "vantaggio."
 
-#: src/libvlc.h:775
+#: src/libvlc.h:779
 msgid "Enable CPU SSE support"
 msgstr "Abilita supporto CPU SSE"
 
-#: src/libvlc.h:777
+#: src/libvlc.h:781
 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."
 
-#: src/libvlc.h:780
+#: src/libvlc.h:784
 msgid "Enable CPU SSE2 support"
 msgstr "Abilita supporto CPU SSE2"
 
-#: src/libvlc.h:782
+#: src/libvlc.h:786
 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."
 
-#: src/libvlc.h:785
+#: src/libvlc.h:789
 msgid "Enable CPU AltiVec support"
 msgstr "Abilita supporto CPU Altivec"
 
-#: src/libvlc.h:787
+#: src/libvlc.h:791
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
@@ -2737,7 +2749,7 @@ msgstr ""
 "Se il processore supporta il set di istruzioni AltiVec, VLC ne trarrà "
 "vantaggio."
 
-#: src/libvlc.h:792
+#: src/libvlc.h:796
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
@@ -2745,11 +2757,11 @@ msgstr ""
 "Queste opzioni permettono di selezionare i moduli predefiniti. Non vanno "
 "modificate, tranne che da utenti veramente esperti."
 
-#: src/libvlc.h:795
+#: src/libvlc.h:799
 msgid "Memory copy module"
 msgstr "Modulo copia memoria"
 
-#: src/libvlc.h:797
+#: src/libvlc.h:801
 msgid ""
 "You can select which memory copy module you want to use. By default VLC will "
 "select the fastest one supported by your hardware."
@@ -2757,33 +2769,33 @@ msgstr ""
 "Selezionare il modulo di copia memoria. Come predefinito VLC selezionera' il "
 "piu' veloce supportato dall'hardware."
 
-#: src/libvlc.h:800
+#: src/libvlc.h:804
 msgid "Access module"
 msgstr "Modulo accesso"
 
-#: src/libvlc.h:802
+#: src/libvlc.h:806
 msgid ""
 "This allows you to force an access module. You can use it if the correct "
 "access is not automatically detected. You should not set this as a global "
 "option unless you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:806
+#: src/libvlc.h:810
 #, fuzzy
 msgid "Access filter module"
 msgstr "Modulo accesso"
 
-#: src/libvlc.h:808
+#: src/libvlc.h:812
 msgid ""
 "Access filters are used to modify the stream that is being read. This is "
 "used for instance for timeshifting."
 msgstr ""
 
-#: src/libvlc.h:811
+#: src/libvlc.h:815
 msgid "Demux module"
 msgstr "Modulo demux"
 
-#: src/libvlc.h:813
+#: src/libvlc.h:817
 msgid ""
 "Demultiplexers are used to separate the \"elementary\" streams (like audio "
 "and video streams). You can use it if the correct demuxer is not "
@@ -2791,11 +2803,11 @@ msgid ""
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:818
+#: src/libvlc.h:822
 msgid "Allow real-time priority"
 msgstr "Eseguire VLC con priorità di tempo reale"
 
-#: src/libvlc.h:820
+#: src/libvlc.h:824
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -2808,11 +2820,11 @@ msgstr ""
 "sistema o rallentarlo pesantemente. Non attivare senza sapere esattamente "
 "perchè."
 
-#: src/libvlc.h:826
+#: src/libvlc.h:830
 msgid "Adjust VLC priority"
 msgstr "Regolare la priorità di VLC"
 
-#: src/libvlc.h:828
+#: src/libvlc.h:832
 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 "
@@ -2822,93 +2834,93 @@ 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:832
+#: src/libvlc.h:836
 msgid "Minimize number of threads"
 msgstr "Minimizza il numero dei threads"
 
-#: src/libvlc.h:834
+#: src/libvlc.h:838
 #, fuzzy
 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:836
+#: src/libvlc.h:840
 msgid "Modules search path"
 msgstr "Percorso di ricerca moduli"
 
-#: src/libvlc.h:838
+#: src/libvlc.h:842
 #, fuzzy
 msgid "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:840
+#: src/libvlc.h:844
 #, fuzzy
 msgid "VLM configuration file"
 msgstr "Nessuna opzione configurazione disponibile."
 
-#: src/libvlc.h:842
+#: src/libvlc.h:846
 msgid "Read a VLM configuration file as soon as VLM is started."
 msgstr ""
 
-#: src/libvlc.h:844
+#: src/libvlc.h:848
 msgid "Use a plugins cache"
 msgstr "Usa una cache per i plugin"
 
-#: src/libvlc.h:846
+#: src/libvlc.h:850
 #, fuzzy
 msgid "Use a plugins cache which will greatly improve the startup time of VLC."
 msgstr ""
 "Questa opzione permette di utilizzare una cache per i plugin, che migliorerà "
 "nettamente il tempo di avvio di VLC."
 
-#: src/libvlc.h:848
+#: src/libvlc.h:852
 msgid "Collect statistics"
 msgstr ""
 
-#: src/libvlc.h:850
+#: src/libvlc.h:854
 #, fuzzy
 msgid "Collect miscellaneous statistics."
 msgstr "Permette di definire gli elementi preferiti."
 
-#: src/libvlc.h:852
+#: src/libvlc.h:856
 msgid "Run as daemon process"
 msgstr "Esegui come processo daemon"
 
-#: src/libvlc.h:854
+#: src/libvlc.h:858
 msgid "Runs VLC as a background daemon process."
 msgstr "Esegue VLC come processo daemon, in background."
 
-#: src/libvlc.h:856
+#: src/libvlc.h:860
 msgid "Write process id to file"
 msgstr ""
 
-#: src/libvlc.h:858
+#: src/libvlc.h:862
 msgid "Writes process id into specified file."
 msgstr ""
 
-#: src/libvlc.h:860
+#: src/libvlc.h:864
 #, fuzzy
 msgid "Log to file"
 msgstr "File Logo"
 
-#: src/libvlc.h:862
+#: src/libvlc.h:866
 msgid "Log all VLC messages to a text file."
 msgstr ""
 
-#: src/libvlc.h:864
+#: src/libvlc.h:868
 msgid "Log to syslog"
 msgstr ""
 
-#: src/libvlc.h:866
+#: src/libvlc.h:870
 msgid "Log all VLC messages to syslog (UNIX systems)."
 msgstr ""
 
-#: src/libvlc.h:868
+#: src/libvlc.h:872
 msgid "Allow only one running instance"
 msgstr "Permette una sola istanza di VLC"
 
-#: src/libvlc.h:870
+#: src/libvlc.h:874
 #, fuzzy
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
@@ -2923,29 +2935,29 @@ msgstr ""
 "file viene trasmesso all'istanza attiva di VLC per leggerlo o metterlo in "
 "playlist."
 
-#: src/libvlc.h:876
+#: src/libvlc.h:880
 msgid "VLC is started from file association"
 msgstr ""
 
-#: src/libvlc.h:878
+#: src/libvlc.h:882
 msgid "Tell VLC that it is being launched due to a file association in the OS"
 msgstr ""
 
-#: src/libvlc.h:881
+#: src/libvlc.h:885
 #, fuzzy
 msgid "One instance when started from file"
 msgstr "Permette una sola istanza di VLC"
 
-#: src/libvlc.h:883
+#: src/libvlc.h:887
 #, fuzzy
 msgid "Allow only one running instance when started from file."
 msgstr "Permette una sola istanza di VLC"
 
-#: src/libvlc.h:885
+#: src/libvlc.h:889
 msgid "Increase the priority of the process"
 msgstr "Aumenta la priorità del processo"
 
-#: src/libvlc.h:887
+#: src/libvlc.h:891
 #, fuzzy
 msgid ""
 "Increasing the priority of the process will very likely improve your playing "
@@ -2961,11 +2973,11 @@ msgstr ""
 "processore e bloccare completamente il sistema, obbligando l'utente a "
 "riavviare la macchina."
 
-#: src/libvlc.h:894
+#: src/libvlc.h:898
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr "Commutazione rapida su NT/2K/XP (solo per sviluppatori)"
 
-#: src/libvlc.h:896
+#: src/libvlc.h:900
 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 "
@@ -2976,13 +2988,13 @@ msgstr ""
 "condizionamento. E' possibile servirsi dell'implementazione Win9x, che è più "
 "rapida, ma puo' dare problemi."
 
-#: src/libvlc.h:901
+#: src/libvlc.h:905
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr ""
 "Implementazione delle variabili di condizionamento per Win9x (solo per "
 "sviluppatori)"
 
-#: src/libvlc.h:904
+#: src/libvlc.h:908
 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 "
@@ -2996,17 +3008,17 @@ msgstr ""
 "più lente ma più robuste. La scelta è tra l'opzione 0 (predefinita, la più "
 "rapida), 1 e 2."
 
-#: src/libvlc.h:913
+#: src/libvlc.h:917
 msgid "Enqueue items to playlist when in one instance mode"
 msgstr ""
 
-#: src/libvlc.h:915
+#: src/libvlc.h:919
 msgid ""
 "When using the one instance only option, enqueue items to playlist and keep "
 "playing current item."
 msgstr ""
 
-#: src/libvlc.h:924
+#: src/libvlc.h:928
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
@@ -3014,198 +3026,208 @@ msgstr ""
 "Queste opzioni definiscono il comportamento della playlist. Alcune possono "
 "essere ulteriormente modificate nella finestra di dialogo della playlist."
 
-#: src/libvlc.h:927
+#: src/libvlc.h:931
 #, fuzzy
 msgid "Automatically preparse files"
 msgstr "Riproduci file automaticamente"
 
-#: src/libvlc.h:929
+#: src/libvlc.h:933
 msgid ""
 "Automatically preparse files added to the playlist (to retrieve some "
 "metadata)."
 msgstr ""
 
-#: src/libvlc.h:932
+#: src/libvlc.h:936
 #, fuzzy
 msgid "Services discovery modules"
 msgstr "Modulo decodifica Tarkin"
 
-#: src/libvlc.h:934
+#: src/libvlc.h:938
 msgid ""
 "Specifies the services discovery modules to load, separated by semi-colons. "
 "Typical values are sap, hal, ..."
 msgstr ""
 
-#: src/libvlc.h:937
+#: src/libvlc.h:941
 msgid "Play files randomly forever"
 msgstr "Riproduci files casualmente in continuo"
 
-#: src/libvlc.h:939
+#: src/libvlc.h:943
 #, fuzzy
 msgid "VLC will randomly play files in the playlist until interrupted."
 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:941
+#: src/libvlc.h:945
 #, fuzzy
 msgid "Repeat all"
 msgstr "Ripeti Tutto"
 
-#: src/libvlc.h:943
+#: src/libvlc.h:947
 #, fuzzy
 msgid "VLC will keep playing the playlist indefinitely."
 msgstr ""
 "Se l'opzione è abilitata, VLC continua a riprodurre la playlist "
 "indefinitamente."
 
-#: src/libvlc.h:945
+#: src/libvlc.h:949
 #, fuzzy
 msgid "Repeat current item"
 msgstr "Ripete l'elemento corrente"
 
-#: src/libvlc.h:947
+#: src/libvlc.h:951
 #, fuzzy
 msgid "VLC will keep playing the current playlist item."
 msgstr ""
 "Se l'opzione è abilitata, VLC riproduce lo stesso elemento della playlist "
 "indefinitamente."
 
-#: src/libvlc.h:949
+#: src/libvlc.h:953
 msgid "Play and stop"
 msgstr "Play e stop"
 
-#: src/libvlc.h:951
+#: src/libvlc.h:955
 #, fuzzy
 msgid "Stop the playlist after each played playlist item."
 msgstr ""
 "Interrompe la playlist alla fine di ogni elemento. Avanza l'indice della "
 "playlist."
 
-#: src/libvlc.h:953
+#: src/libvlc.h:957
+#, fuzzy
+msgid "Play and exit"
+msgstr "Play e stop"
+
+#: src/libvlc.h:959
+#, fuzzy
+msgid "Exit if there are no more items in the playlist."
+msgstr "%i elementi nella playlist"
+
+#: src/libvlc.h:961
 #, fuzzy
 msgid "Use media library"
 msgstr "VLC media player"
 
-#: src/libvlc.h:955
+#: src/libvlc.h:963
 msgid ""
 "The media library is automatically saved and reloaded each time you start "
 "VLC."
 msgstr ""
 
-#: src/libvlc.h:958
+#: src/libvlc.h:966
 #, fuzzy
 msgid "Use playlist tree"
 msgstr "Elemento playlist successivo"
 
-#: src/libvlc.h:960
+#: src/libvlc.h:968
 msgid ""
 "The playlist can use a tree to categorize some items, like the contents of a "
 "directory. \"Default\" means that the tree will only be used when really "
 "needed."
 msgstr ""
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Always"
 msgstr "Sempre in primo piano"
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Never"
 msgstr "Riverbero"
 
-#: src/libvlc.h:973
+#: src/libvlc.h:981
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr "Parametri di controllo via tastiera, conosciuti come \"hotkeys\"."
 
-#: src/libvlc.h:976 src/video_output/vout_intf.c:408
+#: src/libvlc.h:984 src/video_output/vout_intf.c:408
 #: modules/gui/beos/VideoOutput.cpp:1057 modules/gui/macosx/applescript.m:126
-#: modules/gui/macosx/controls.m:338 modules/gui/macosx/controls.m:754
-#: modules/gui/macosx/controls.m:784 modules/gui/macosx/embeddedwindow.m:44
+#: modules/gui/macosx/controls.m:344 modules/gui/macosx/controls.m:760
+#: modules/gui/macosx/controls.m:790 modules/gui/macosx/embeddedwindow.m:44
 #: modules/gui/macosx/intf.m:497 modules/gui/macosx/intf.m:573
 #: modules/gui/macosx/intf.m:629
 msgid "Fullscreen"
 msgstr "Schermo intero"
 
-#: src/libvlc.h:977
+#: src/libvlc.h:985
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr "Scelta del tasto di passaggio a schermo intero"
 
-#: src/libvlc.h:978 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
+#: src/libvlc.h:986 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
 #: modules/gui/wxwidgets/interface.cpp:1504
 msgid "Play/Pause"
 msgstr "Play/Pausa"
 
-#: src/libvlc.h:979
+#: src/libvlc.h:987
 msgid "Select the hotkey to use to swap paused state."
 msgstr "Scelta del tasto di esecuzione/pausa"
 
-#: src/libvlc.h:980
+#: src/libvlc.h:988
 msgid "Pause only"
 msgstr "Pausa solamente"
 
-#: src/libvlc.h:981
+#: src/libvlc.h:989
 msgid "Select the hotkey to use to pause."
 msgstr "Scelta del tasto per mettere in pausa"
 
-#: src/libvlc.h:982
+#: src/libvlc.h:990
 msgid "Play only"
 msgstr "Play solamente"
 
-#: src/libvlc.h:983
+#: src/libvlc.h:991
 msgid "Select the hotkey to use to play."
 msgstr "Scelta del tasto per eseguire"
 
-#: src/libvlc.h:984 modules/control/hotkeys.c:713
-#: modules/gui/macosx/controls.m:687 modules/gui/macosx/intf.m:538
+#: src/libvlc.h:992 modules/control/hotkeys.c:713
+#: modules/gui/macosx/controls.m:693 modules/gui/macosx/intf.m:538
 #: modules/gui/wxwidgets/interface.cpp:695
 msgid "Faster"
 msgstr "Più veloce"
 
-#: src/libvlc.h:985
+#: src/libvlc.h:993
 msgid "Select the hotkey to use for fast forward playback."
 msgstr "Scelta del tasto per eseguire più rapidamente."
 
-#: src/libvlc.h:986 modules/control/hotkeys.c:721
-#: modules/gui/macosx/controls.m:688 modules/gui/macosx/intf.m:539
+#: src/libvlc.h:994 modules/control/hotkeys.c:721
+#: modules/gui/macosx/controls.m:694 modules/gui/macosx/intf.m:539
 #: modules/gui/wxwidgets/interface.cpp:694
 msgid "Slower"
 msgstr "Più lento"
 
-#: src/libvlc.h:987
+#: src/libvlc.h:995
 msgid "Select the hotkey to use for slow motion playback."
 msgstr "Scelta del tasto per eseguire più lentamente."
 
-#: src/libvlc.h:988 modules/control/hotkeys.c:680
-#: modules/gui/macosx/controls.m:708 modules/gui/macosx/intf.m:496
+#: src/libvlc.h:996 modules/control/hotkeys.c:680
+#: modules/gui/macosx/controls.m:714 modules/gui/macosx/intf.m:496
 #: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:617
 #: modules/gui/macosx/intf.m:625 modules/gui/macosx/wizard.m:313
 #: modules/gui/macosx/wizard.m:364 modules/gui/macosx/wizard.m:1606
 #: modules/gui/wxwidgets/interface.cpp:693
 #: modules/gui/wxwidgets/interface.cpp:1509
-#: modules/gui/wxwidgets/menus.cpp:258
+#: modules/gui/wxwidgets/menus.cpp:259
 msgid "Next"
 msgstr "Successivo"
 
-#: src/libvlc.h:989
+#: src/libvlc.h:997
 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:990 modules/control/hotkeys.c:692
-#: modules/gui/macosx/controls.m:707 modules/gui/macosx/intf.m:491
+#: src/libvlc.h:998 modules/control/hotkeys.c:692
+#: modules/gui/macosx/controls.m:713 modules/gui/macosx/intf.m:491
 #: modules/gui/macosx/intf.m:540 modules/gui/macosx/intf.m:618
 #: modules/gui/macosx/intf.m:624 modules/gui/wxwidgets/interface.cpp:692
 #: modules/gui/wxwidgets/interface.cpp:1508
-#: modules/gui/wxwidgets/menus.cpp:257
+#: modules/gui/wxwidgets/menus.cpp:258
 msgid "Previous"
 msgstr "Precedente"
 
-#: src/libvlc.h:991
+#: src/libvlc.h:999
 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:992 modules/gui/macosx/controls.m:699
+#: src/libvlc.h:1000 modules/gui/macosx/controls.m:705
 #: modules/gui/macosx/intf.m:494 modules/gui/macosx/intf.m:537
 #: modules/gui/macosx/intf.m:616 modules/gui/macosx/intf.m:623
 #: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
@@ -3213,579 +3235,579 @@ msgstr "Scelta del tasto per passare all'elemento precedente della playlist."
 #: modules/gui/wxwidgets/interface.cpp:676
 #: modules/gui/wxwidgets/interface.cpp:687
 #: modules/gui/wxwidgets/interface.cpp:1510
-#: modules/gui/wxwidgets/menus.cpp:256 modules/visualization/xosd.c:237
+#: modules/gui/wxwidgets/menus.cpp:257 modules/visualization/xosd.c:237
 msgid "Stop"
 msgstr "Interrompi"
 
-#: src/libvlc.h:993
+#: src/libvlc.h:1001
 #, fuzzy
 msgid "Select the hotkey to stop playback."
 msgstr "Scelta del tasto per interrompere l'esecuzione."
 
-#: src/libvlc.h:994 modules/gui/macosx/bookmarks.m:101
+#: src/libvlc.h:1002 modules/gui/macosx/bookmarks.m:101
 #: modules/gui/macosx/bookmarks.m:110 modules/gui/macosx/embeddedwindow.m:46
 #: modules/gui/macosx/intf.m:499 modules/video_filter/marq.c:122
 #: modules/video_filter/rss.c:174
 msgid "Position"
 msgstr "Posizione"
 
-#: src/libvlc.h:995
+#: src/libvlc.h:1003
 msgid "Select the hotkey to display the position."
 msgstr "Scelta del tasto per visualizzare la posizione attuale."
 
-#: src/libvlc.h:997
+#: src/libvlc.h:1005
 msgid "Very short backwards jump"
 msgstr ""
 
-#: src/libvlc.h:999
+#: src/libvlc.h:1007
 #, fuzzy
 msgid "Select the hotkey to make a very short backwards jump."
 msgstr "Scelta del tasto per saltare indietro di 5 minuti."
 
-#: src/libvlc.h:1000
+#: src/libvlc.h:1008
 #, fuzzy
 msgid "Short backwards jump"
 msgstr "Vai Indietro"
 
-#: src/libvlc.h:1002
+#: src/libvlc.h:1010
 #, fuzzy
 msgid "Select the hotkey to make a short backwards jump."
 msgstr "Scelta del tasto per saltare indietro di 10 secondi."
 
-#: src/libvlc.h:1003
+#: src/libvlc.h:1011
 msgid "Medium backwards jump"
 msgstr ""
 
-#: src/libvlc.h:1005
+#: src/libvlc.h:1013
 #, fuzzy
 msgid "Select the hotkey to make a medium backwards jump."
 msgstr "Scelta del tasto per saltare indietro di 1 minuto."
 
-#: src/libvlc.h:1006
+#: src/libvlc.h:1014
 #, fuzzy
 msgid "Long backwards jump"
 msgstr "Vai Indietro"
 
-#: src/libvlc.h:1008
+#: src/libvlc.h:1016
 #, fuzzy
 msgid "Select the hotkey to make a long backwards jump."
 msgstr "Scelta del tasto per saltare indietro di 10 secondi."
 
-#: src/libvlc.h:1010
+#: src/libvlc.h:1018
 msgid "Very short forward jump"
 msgstr ""
 
-#: src/libvlc.h:1012
+#: src/libvlc.h:1020
 #, fuzzy
 msgid "Select the hotkey to make a very short forward jump."
 msgstr "Scelta del tasto per eseguire più rapidamente."
 
-#: src/libvlc.h:1013
+#: src/libvlc.h:1021
 #, fuzzy
 msgid "Short forward jump"
 msgstr "Vai Avanti"
 
-#: src/libvlc.h:1015
+#: src/libvlc.h:1023
 #, fuzzy
 msgid "Select the hotkey to make a short forward jump."
 msgstr "Scelta del tasto per saltare avanti di 10 secondi."
 
-#: src/libvlc.h:1016
+#: src/libvlc.h:1024
 msgid "Medium forward jump"
 msgstr ""
 
-#: src/libvlc.h:1018
+#: src/libvlc.h:1026
 #, fuzzy
 msgid "Select the hotkey to make a medium forward jump."
 msgstr "Scelta del tasto per saltare avanti di 1 minuto."
 
-#: src/libvlc.h:1019
+#: src/libvlc.h:1027
 msgid "Long forward jump"
 msgstr ""
 
-#: src/libvlc.h:1021
+#: src/libvlc.h:1029
 #, fuzzy
 msgid "Select the hotkey to make a long forward jump."
 msgstr "Scelta del tasto per saltare avanti di 10 secondi."
 
-#: src/libvlc.h:1023
+#: src/libvlc.h:1031
 msgid "Very short jump length"
 msgstr ""
 
-#: src/libvlc.h:1024
+#: src/libvlc.h:1032
 msgid "Very short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1025
+#: src/libvlc.h:1033
 msgid "Short jump length"
 msgstr ""
 
-#: src/libvlc.h:1026
+#: src/libvlc.h:1034
 msgid "Short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1027
+#: src/libvlc.h:1035
 msgid "Medium jump length"
 msgstr ""
 
-#: src/libvlc.h:1028
+#: src/libvlc.h:1036
 msgid "Medium jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1029
+#: src/libvlc.h:1037
 #, fuzzy
 msgid "Long jump length"
 msgstr "Dimensione carattere"
 
-#: src/libvlc.h:1030
+#: src/libvlc.h:1038
 msgid "Long jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1032 modules/control/hotkeys.c:258
+#: src/libvlc.h:1040 modules/control/hotkeys.c:258
 #: modules/gui/beos/InterfaceWindow.cpp:276
 msgid "Quit"
 msgstr "Uscita"
 
-#: src/libvlc.h:1033
+#: src/libvlc.h:1041
 msgid "Select the hotkey to quit the application."
 msgstr "Scelta del tasto per uscire dall'applicazione."
 
-#: src/libvlc.h:1034
+#: src/libvlc.h:1042
 msgid "Navigate up"
 msgstr "Navigazione: Alto"
 
-#: src/libvlc.h:1035
+#: src/libvlc.h:1043
 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:1036
+#: src/libvlc.h:1044
 msgid "Navigate down"
 msgstr "Navigazione: Basso"
 
-#: src/libvlc.h:1037
+#: src/libvlc.h:1045
 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:1038
+#: src/libvlc.h:1046
 msgid "Navigate left"
 msgstr "Navigazione: Sinistra"
 
-#: src/libvlc.h:1039
+#: src/libvlc.h:1047
 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:1040
+#: src/libvlc.h:1048
 msgid "Navigate right"
 msgstr "Navigazione: Destra"
 
-#: src/libvlc.h:1041
+#: src/libvlc.h:1049
 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:1042
+#: src/libvlc.h:1050
 msgid "Activate"
 msgstr "Navigazione: Conferma"
 
-#: src/libvlc.h:1043
+#: src/libvlc.h:1051
 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:1044
+#: src/libvlc.h:1052
 #, fuzzy
 msgid "Go to the DVD menu"
 msgstr "Vai al menu preferenze"
 
-#: src/libvlc.h:1045
+#: src/libvlc.h:1053
 #, fuzzy
 msgid "Select the key to take you to the DVD menu"
 msgstr "Scelta del tasto per attivare l'elemento selezionato nei menu DVD."
 
-#: src/libvlc.h:1046
+#: src/libvlc.h:1054
 #, fuzzy
 msgid "Select previous DVD title"
 msgstr "Seleziona titolo precedente"
 
-#: src/libvlc.h:1047
+#: src/libvlc.h:1055
 #, fuzzy
 msgid "Select the key to choose the previous title from the DVD"
 msgstr "Scelta del tasto per passare all'elemento precedente della playlist."
 
-#: src/libvlc.h:1048
+#: src/libvlc.h:1056
 #, fuzzy
 msgid "Select next DVD title"
 msgstr "Seleziona titolo successivo"
 
-#: src/libvlc.h:1049
+#: src/libvlc.h:1057
 #, fuzzy
 msgid "Select the key to choose the next title from the DVD"
 msgstr "Scelta del tasto per muovere il cursore verso sinistra nei menu DVD."
 
-#: src/libvlc.h:1050
+#: src/libvlc.h:1058
 #, fuzzy
 msgid "Select prev DVD chapter"
 msgstr "Seleziona capitolo precedente"
 
-#: src/libvlc.h:1051
+#: src/libvlc.h:1059
 #, fuzzy
 msgid "Select the key to choose the previous chapter from the DVD"
 msgstr "Scelta del tasto per passare all'elemento precedente della playlist."
 
-#: src/libvlc.h:1052
+#: src/libvlc.h:1060
 #, fuzzy
 msgid "Select next DVD chapter"
 msgstr "Seleziona capitolo successivo"
 
-#: src/libvlc.h:1053
+#: src/libvlc.h:1061
 #, fuzzy
 msgid "Select the key to choose the next chapter from the DVD"
 msgstr "Scelta del tasto per muovere il cursore verso sinistra nei menu DVD."
 
-#: src/libvlc.h:1054
+#: src/libvlc.h:1062
 msgid "Volume up"
 msgstr "Aumenta il volume"
 
-#: src/libvlc.h:1055
+#: src/libvlc.h:1063
 msgid "Select the key to increase audio volume."
 msgstr "Scelta del tasto per aumentare il volume audio."
 
-#: src/libvlc.h:1056
+#: src/libvlc.h:1064
 msgid "Volume down"
 msgstr "Abbassa il volume"
 
-#: src/libvlc.h:1057
+#: src/libvlc.h:1065
 msgid "Select the key to decrease audio volume."
 msgstr "Scelta del tasto per aumentare il volume audio."
 
-#: src/libvlc.h:1058 modules/gui/macosx/controls.m:744
+#: src/libvlc.h:1066 modules/gui/macosx/controls.m:750
 #: modules/gui/macosx/intf.m:558 modules/gui/macosx/intf.m:619
 #: modules/gui/macosx/intf.m:628
 msgid "Mute"
 msgstr "Muto"
 
-#: src/libvlc.h:1059
+#: src/libvlc.h:1067
 #, fuzzy
 msgid "Select the key to mute audio."
 msgstr "Scelta del tasto per mettere in pausa"
 
-#: src/libvlc.h:1060
+#: src/libvlc.h:1068
 msgid "Subtitle delay up"
 msgstr "Aumenta ritardo sottotitoli"
 
-#: src/libvlc.h:1061
+#: src/libvlc.h:1069
 msgid "Select the key to increase the subtitle delay."
 msgstr "Scelta del tasto per aumentare il ritardo dei sottotitoli."
 
-#: src/libvlc.h:1062
+#: src/libvlc.h:1070
 msgid "Subtitle delay down"
 msgstr "Diminuisci ritardo sottotitoli"
 
-#: src/libvlc.h:1063
+#: src/libvlc.h:1071
 msgid "Select the key to decrease the subtitle delay."
 msgstr "Scelta del tasto per diminuire il ritardo dei sottotitoli."
 
-#: src/libvlc.h:1064
+#: src/libvlc.h:1072
 #, fuzzy
 msgid "Audio delay up"
 msgstr "Aumenta ritardo sottotitoli"
 
-#: src/libvlc.h:1065
+#: src/libvlc.h:1073
 #, fuzzy
 msgid "Select the key to increase the audio delay."
 msgstr "Scelta del tasto per aumentare il ritardo dei sottotitoli."
 
-#: src/libvlc.h:1066
+#: src/libvlc.h:1074
 #, fuzzy
 msgid "Audio delay down"
 msgstr "Diminuisci ritardo sottotitoli"
 
-#: src/libvlc.h:1067
+#: src/libvlc.h:1075
 #, fuzzy
 msgid "Select the key to decrease the audio delay."
 msgstr "Scelta del tasto per diminuire il ritardo dei sottotitoli."
 
-#: src/libvlc.h:1068
+#: src/libvlc.h:1076
 msgid "Play playlist bookmark 1"
 msgstr "Riproduci il primo elemento della playlist"
 
-#: src/libvlc.h:1069
+#: src/libvlc.h:1077
 msgid "Play playlist bookmark 2"
 msgstr "Riproduci il secondo elemento della playlist"
 
-#: src/libvlc.h:1070
+#: src/libvlc.h:1078
 msgid "Play playlist bookmark 3"
 msgstr "Riproduci il terzo elemento della playlist"
 
-#: src/libvlc.h:1071
+#: src/libvlc.h:1079
 msgid "Play playlist bookmark 4"
 msgstr "Riproduci il quarto elemento della playlist"
 
-#: src/libvlc.h:1072
+#: src/libvlc.h:1080
 msgid "Play playlist bookmark 5"
 msgstr "Riproduci il quinto elemento della playlist"
 
-#: src/libvlc.h:1073
+#: src/libvlc.h:1081
 msgid "Play playlist bookmark 6"
 msgstr "Riproduci il sesto elemento della playlist"
 
-#: src/libvlc.h:1074
+#: src/libvlc.h:1082
 msgid "Play playlist bookmark 7"
 msgstr "Riproduci il settimo elemento della playlist"
 
-#: src/libvlc.h:1075
+#: src/libvlc.h:1083
 msgid "Play playlist bookmark 8"
 msgstr "Riproduci l'ottavo elemento della playlist"
 
-#: src/libvlc.h:1076
+#: src/libvlc.h:1084
 msgid "Play playlist bookmark 9"
 msgstr "Riproduci il nono elemento della playlist"
 
-#: src/libvlc.h:1077
+#: src/libvlc.h:1085
 msgid "Play playlist bookmark 10"
 msgstr "Riproduci il decimo elemento della playlist"
 
-#: src/libvlc.h:1078
+#: src/libvlc.h:1086
 msgid "Select the key to play this bookmark."
 msgstr "Tasto per eseguire l'elemento preferito corrente."
 
-#: src/libvlc.h:1079
+#: src/libvlc.h:1087
 msgid "Set playlist bookmark 1"
 msgstr "Elemento preferito 1"
 
-#: src/libvlc.h:1080
+#: src/libvlc.h:1088
 msgid "Set playlist bookmark 2"
 msgstr "Elemento preferito 2"
 
-#: src/libvlc.h:1081
+#: src/libvlc.h:1089
 msgid "Set playlist bookmark 3"
 msgstr "Elemento preferito 3"
 
-#: src/libvlc.h:1082
+#: src/libvlc.h:1090
 msgid "Set playlist bookmark 4"
 msgstr "Elemento preferito 4"
 
-#: src/libvlc.h:1083
+#: src/libvlc.h:1091
 msgid "Set playlist bookmark 5"
 msgstr "Elemento preferito 5"
 
-#: src/libvlc.h:1084
+#: src/libvlc.h:1092
 msgid "Set playlist bookmark 6"
 msgstr "Elemento preferito 6"
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1093
 msgid "Set playlist bookmark 7"
 msgstr "Elemento preferito 7"
 
-#: src/libvlc.h:1086
+#: src/libvlc.h:1094
 msgid "Set playlist bookmark 8"
 msgstr "Elemento preferito 8"
 
-#: src/libvlc.h:1087
+#: src/libvlc.h:1095
 msgid "Set playlist bookmark 9"
 msgstr "Elemento preferito 9"
 
-#: src/libvlc.h:1088
+#: src/libvlc.h:1096
 msgid "Set playlist bookmark 10"
 msgstr "Elemento preferito 10"
 
-#: src/libvlc.h:1089
+#: src/libvlc.h:1097
 msgid "Select the key to set this playlist bookmark."
 msgstr "Tasto per selezionare l'elemento preferito corrente."
 
-#: src/libvlc.h:1091 modules/control/hotkeys.c:84
+#: src/libvlc.h:1099 modules/control/hotkeys.c:84
 msgid "Playlist bookmark 1"
 msgstr "Elemento preferito 1"
 
-#: src/libvlc.h:1092 modules/control/hotkeys.c:85
+#: src/libvlc.h:1100 modules/control/hotkeys.c:85
 msgid "Playlist bookmark 2"
 msgstr "Elemento preferito 2"
 
-#: src/libvlc.h:1093 modules/control/hotkeys.c:86
+#: src/libvlc.h:1101 modules/control/hotkeys.c:86
 msgid "Playlist bookmark 3"
 msgstr "Elemento preferito 3"
 
-#: src/libvlc.h:1094 modules/control/hotkeys.c:87
+#: src/libvlc.h:1102 modules/control/hotkeys.c:87
 msgid "Playlist bookmark 4"
 msgstr "Elemento preferito 4"
 
-#: src/libvlc.h:1095 modules/control/hotkeys.c:88
+#: src/libvlc.h:1103 modules/control/hotkeys.c:88
 msgid "Playlist bookmark 5"
 msgstr "Elemento preferito 5"
 
-#: src/libvlc.h:1096 modules/control/hotkeys.c:89
+#: src/libvlc.h:1104 modules/control/hotkeys.c:89
 msgid "Playlist bookmark 6"
 msgstr "Elemento preferito 6"
 
-#: src/libvlc.h:1097 modules/control/hotkeys.c:90
+#: src/libvlc.h:1105 modules/control/hotkeys.c:90
 msgid "Playlist bookmark 7"
 msgstr "Elemento preferito 7"
 
-#: src/libvlc.h:1098 modules/control/hotkeys.c:91
+#: src/libvlc.h:1106 modules/control/hotkeys.c:91
 msgid "Playlist bookmark 8"
 msgstr "Elemento preferito 8"
 
-#: src/libvlc.h:1099 modules/control/hotkeys.c:92
+#: src/libvlc.h:1107 modules/control/hotkeys.c:92
 msgid "Playlist bookmark 9"
 msgstr "Elemento preferito 9"
 
-#: src/libvlc.h:1100 modules/control/hotkeys.c:93
+#: src/libvlc.h:1108 modules/control/hotkeys.c:93
 msgid "Playlist bookmark 10"
 msgstr "Elemento preferito 10"
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1110
 #, fuzzy
 msgid "This allows you to define playlist bookmarks."
 msgstr "Permette di definire gli elementi preferiti."
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1112
 msgid "Go back in browsing history"
 msgstr "Indietro nella cronologia"
 
-#: src/libvlc.h:1105
+#: src/libvlc.h:1113
 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."
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1114
 msgid "Go forward in browsing history"
 msgstr "Avanti nella cronologia"
 
-#: src/libvlc.h:1107
+#: src/libvlc.h:1115
 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:1109
+#: src/libvlc.h:1117
 msgid "Cycle audio track"
 msgstr "Scelta traccia audio"
 
-#: src/libvlc.h:1110
+#: src/libvlc.h:1118
 #, fuzzy
 msgid "Cycle through the available audio tracks(languages)."
 msgstr "Scelta a rotazione tra le diverse tracce audio disponibili (lingue)."
 
-#: src/libvlc.h:1111
+#: src/libvlc.h:1119
 msgid "Cycle subtitle track"
 msgstr "Scelta traccia sottotitoli"
 
-#: src/libvlc.h:1112
+#: src/libvlc.h:1120
 #, fuzzy
 msgid "Cycle through the available subtitle tracks."
 msgstr "Scelta a rotazione tra le tracce di sottotitoli disponibili."
 
-#: src/libvlc.h:1113
+#: src/libvlc.h:1121
 #, fuzzy
 msgid "Cycle source aspect ratio"
 msgstr "Formato immagine sorgente"
 
-#: src/libvlc.h:1114
+#: src/libvlc.h:1122
 #, fuzzy
 msgid "Cycle through a predefined list of source aspect ratios."
 msgstr "Formato immagine sorgente"
 
-#: src/libvlc.h:1115
+#: src/libvlc.h:1123
 #, fuzzy
 msgid "Cycle video crop"
 msgstr "Uscita video in scala di grigi"
 
-#: src/libvlc.h:1116
+#: src/libvlc.h:1124
 #, fuzzy
 msgid "Cycle through a predefined list of crop formats."
 msgstr "Scelta a rotazione tra le tracce di sottotitoli disponibili."
 
-#: src/libvlc.h:1117
+#: src/libvlc.h:1125
 #, fuzzy
 msgid "Cycle deinterlace modes"
 msgstr "Modalità deinterlacciata"
 
-#: src/libvlc.h:1118
+#: src/libvlc.h:1126
 #, fuzzy
 msgid "Cycle through deinterlace modes."
 msgstr "Scelta a rotazione tra le tracce di sottotitoli disponibili."
 
-#: src/libvlc.h:1119
+#: src/libvlc.h:1127
 #, fuzzy
 msgid "Show interface"
 msgstr "Mostra Interfaccia"
 
-#: src/libvlc.h:1120
+#: src/libvlc.h:1128
 #, fuzzy
 msgid "Raise the interface above all other windows."
 msgstr "Nascondi la finestra dell'interfaccia principale"
 
-#: src/libvlc.h:1121
+#: src/libvlc.h:1129
 #, fuzzy
 msgid "Hide interface"
 msgstr "Nascondi interfaccia"
 
-#: src/libvlc.h:1122
+#: src/libvlc.h:1130
 #, fuzzy
 msgid "Lower the interface below all other windows."
 msgstr "Nascondi la finestra dell'interfaccia principale"
 
-#: src/libvlc.h:1123
+#: src/libvlc.h:1131
 msgid "Take video snapshot"
 msgstr "Cattura schermata video"
 
-#: src/libvlc.h:1124
+#: src/libvlc.h:1132
 msgid "Takes a video snapshot and writes it to disk."
 msgstr "Cattura schermata video e salvala su disco."
 
-#: src/libvlc.h:1126 modules/access_filter/record.c:51
+#: src/libvlc.h:1134 modules/access_filter/record.c:51
 #: modules/access_filter/record.c:52
 #, fuzzy
 msgid "Record"
 msgstr "Blend"
 
-#: src/libvlc.h:1127
+#: src/libvlc.h:1135
 msgid "Record access filter start/stop."
 msgstr ""
 
-#: src/libvlc.h:1129 src/libvlc.h:1130 src/video_output/vout_intf.c:211
+#: src/libvlc.h:1137 src/libvlc.h:1138 src/video_output/vout_intf.c:211
 msgid "Zoom"
 msgstr "Zoom"
 
-#: src/libvlc.h:1132 src/libvlc.h:1133
+#: src/libvlc.h:1140 src/libvlc.h:1141
 #, fuzzy
 msgid "Un-Zoom"
 msgstr "Zoom"
 
-#: src/libvlc.h:1135 src/libvlc.h:1136
+#: src/libvlc.h:1143 src/libvlc.h:1144
 msgid "Crop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1137 src/libvlc.h:1138
+#: src/libvlc.h:1145 src/libvlc.h:1146
 msgid "Uncrop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1140 src/libvlc.h:1141
+#: src/libvlc.h:1148 src/libvlc.h:1149
 msgid "Crop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1142 src/libvlc.h:1143
+#: src/libvlc.h:1150 src/libvlc.h:1151
 msgid "Uncrop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1145 src/libvlc.h:1146
+#: src/libvlc.h:1153 src/libvlc.h:1154
 msgid "Crop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1147 src/libvlc.h:1148
+#: src/libvlc.h:1155 src/libvlc.h:1156
 msgid "Uncrop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1150 src/libvlc.h:1151
+#: src/libvlc.h:1158 src/libvlc.h:1159
 #, fuzzy
 msgid "Crop one pixel from the right of the video"
 msgstr "Coefficiente per modificare l'altezza delle bande."
 
-#: src/libvlc.h:1152 src/libvlc.h:1153
+#: src/libvlc.h:1160 src/libvlc.h:1161
 msgid "Uncrop one pixel from the right of the video"
 msgstr ""
 
-#: src/libvlc.h:1157
+#: src/libvlc.h:1165
 #, c-format
 msgid ""
 "Usage: %s [options] [stream] ...\n"
@@ -3822,67 +3844,67 @@ msgid ""
 "  vlc:quit                       Special item to quit VLC\n"
 msgstr ""
 
-#: src/libvlc.h:1267 src/video_output/vout_intf.c:420
-#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:753
+#: src/libvlc.h:1277 src/video_output/vout_intf.c:420
+#: modules/gui/macosx/controls.m:328 modules/gui/macosx/controls.m:759
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:630
 #: modules/video_output/snapshot.c:76
 #, fuzzy
 msgid "Snapshot"
 msgstr "larghezza immagine schermo"
 
-#: src/libvlc.h:1280
+#: src/libvlc.h:1290
 #, fuzzy
 msgid "Window properties"
 msgstr "Proprietà della periferica"
 
-#: src/libvlc.h:1325
+#: src/libvlc.h:1335
 msgid "Subpictures"
 msgstr "Immagini"
 
-#: src/libvlc.h:1332 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
+#: src/libvlc.h:1342 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
 #: modules/gui/beos/InterfaceWindow.cpp:279
 msgid "Subtitles"
 msgstr "Sottotitoli"
 
-#: src/libvlc.h:1349 modules/stream_out/transcode.c:151
+#: src/libvlc.h:1359 modules/stream_out/transcode.c:151
 #, fuzzy
 msgid "Overlays"
 msgstr "pausa"
 
-#: src/libvlc.h:1359
+#: src/libvlc.h:1369
 #, fuzzy
 msgid "Track settings"
 msgstr "Impostazioni di codifica"
 
-#: src/libvlc.h:1381
+#: src/libvlc.h:1391
 #, fuzzy
 msgid "Playback control"
 msgstr "Utilizzare controllo playback?"
 
-#: src/libvlc.h:1396
+#: src/libvlc.h:1406
 #, fuzzy
 msgid "Default devices"
 msgstr "Preimpostati"
 
-#: src/libvlc.h:1405
+#: src/libvlc.h:1415
 #, fuzzy
 msgid "Network settings"
 msgstr "Impostazioni dei moduli di rete"
 
-#: src/libvlc.h:1417
+#: src/libvlc.h:1427
 msgid "Socks proxy"
 msgstr ""
 
-#: src/libvlc.h:1426
+#: src/libvlc.h:1436
 #, fuzzy
 msgid "Metadata"
 msgstr "Informazioni URL"
 
-#: src/libvlc.h:1456
+#: src/libvlc.h:1466
 msgid "Decoders"
 msgstr "Decoder"
 
-#: src/libvlc.h:1463 modules/access/v4l2.c:56
+#: src/libvlc.h:1473 modules/access/v4l2.c:56
 #: modules/gui/macosx/playlistinfo.m:80
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:265
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:378
@@ -3891,87 +3913,87 @@ msgstr "Decoder"
 msgid "Input"
 msgstr "Ingresso"
 
-#: src/libvlc.h:1499 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
+#: src/libvlc.h:1509 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
 msgid "VLM"
 msgstr "VLM"
 
-#: src/libvlc.h:1530
+#: src/libvlc.h:1540
 msgid "CPU"
 msgstr "CPU"
 
-#: src/libvlc.h:1552
+#: src/libvlc.h:1562
 #, fuzzy
 msgid "Special modules"
 msgstr "Modalità di ridimensionamento"
 
-#: src/libvlc.h:1559
+#: src/libvlc.h:1569
 msgid "Plugins"
 msgstr "Moduli"
 
-#: src/libvlc.h:1567
+#: src/libvlc.h:1577
 #, fuzzy
 msgid "Performance options"
 msgstr "Opzioni Transcodifica"
 
-#: src/libvlc.h:1700
+#: src/libvlc.h:1714
 msgid "Hot keys"
 msgstr "Tasti speciali"
 
-#: src/libvlc.h:2011
+#: src/libvlc.h:2025
 #, fuzzy
 msgid "Jump sizes"
 msgstr "Dimensione carattere"
 
-#: src/libvlc.h:2090
+#: src/libvlc.h:2104
 msgid "main program"
 msgstr "programma principale"
 
-#: src/libvlc.h:2097
+#: src/libvlc.h:2111
 #, fuzzy
 msgid "print help for VLC (can be combined with --advanced)"
 msgstr "mostra l'aiuto (puo' essere combinato con --advanced)"
 
-#: src/libvlc.h:2099
+#: src/libvlc.h:2113
 #, fuzzy
 msgid ""
 "print help for VLC and all its modules (can be combined with --advanced)"
 msgstr "mostra l'aiuto su un modulo (puo' essere combinato con --advanced)"
 
-#: src/libvlc.h:2101
+#: src/libvlc.h:2115
 #, fuzzy
 msgid "print help for the advanced options"
 msgstr "Mostra opzioni avanzate"
 
-#: src/libvlc.h:2103
+#: src/libvlc.h:2117
 msgid "ask for extra verbosity when displaying help"
 msgstr ""
 
-#: src/libvlc.h:2105
+#: src/libvlc.h:2119
 msgid "print a list of available modules"
 msgstr "mostra una lista dei moduli disponibili"
 
-#: src/libvlc.h:2107
+#: src/libvlc.h:2121
 #, fuzzy
 msgid "print help on a specific module (can be combined with --advanced)"
 msgstr "mostra l'aiuto su un modulo (puo' essere combinato con --advanced)"
 
-#: src/libvlc.h:2109
+#: src/libvlc.h:2123
 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:2111
+#: src/libvlc.h:2125
 msgid "reset the current config to the default values"
 msgstr "azzera la configurazione corrente e ripristina i valori di default"
 
-#: src/libvlc.h:2113
+#: src/libvlc.h:2127
 msgid "use alternate config file"
 msgstr "usa un altro file di configurazione"
 
-#: src/libvlc.h:2115
+#: src/libvlc.h:2129
 msgid "resets the current plugins cache"
 msgstr "azzera la memoria dei plugin"
 
-#: src/libvlc.h:2117
+#: src/libvlc.h:2131
 msgid "print version information"
 msgstr "mostra informazioni sulla versione"
 
@@ -4580,7 +4602,8 @@ msgstr "Sconosciuto"
 msgid "Media: %s"
 msgstr ""
 
-#: src/playlist/engine.c:92 src/playlist/engine.c:94
+#: src/playlist/engine.c:104 src/playlist/engine.c:106
+#: src/playlist/loadsave.c:149
 msgid "Media Library"
 msgstr ""
 
@@ -4640,17 +4663,8 @@ msgstr "Ritaglia"
 msgid "Aspect-ratio"
 msgstr "Correzione rapporto dimensioni"
 
-#: modules/access/cdda/access.c:293
-msgid "CD reading failed"
-msgstr ""
-
-#: modules/access/cdda/access.c:294
-#, c-format
-msgid "VLC could not get a new block of size: %i."
-msgstr ""
-
 #: modules/access/cdda.c:58 modules/access/dshow/dshow.cpp:91
-#: modules/access/dvb/access.c:73 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:73
 #: modules/access/dvdnav.c:64 modules/access/dvdread.c:62
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:43
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4714,7 +4728,16 @@ msgstr "Traccia Audio "
 msgid "Audio CD - Track %i"
 msgstr ""
 
-#: modules/access/cdda/cdda.c:42 modules/access/directory.c:77
+#: modules/access/cdda/access.c:293
+msgid "CD reading failed"
+msgstr ""
+
+#: modules/access/cdda/access.c:294
+#, c-format
+msgid "VLC could not get a new block of size: %i."
+msgstr ""
+
+#: modules/access/cdda/cdda.c:42 modules/access/directory.c:78
 #: modules/codec/x264.c:280 modules/codec/x264.c:287 modules/codec/x264.c:292
 msgid "none"
 msgstr "no"
@@ -5023,11 +5046,11 @@ msgstr "MRL"
 msgid "Track Number"
 msgstr "Traccia"
 
-#: modules/access/directory.c:69
+#: modules/access/directory.c:70
 msgid "Subdirectory behavior"
 msgstr "Comportamento con le sottocartelle"
 
-#: modules/access/directory.c:71
+#: modules/access/directory.c:72
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -5040,19 +5063,19 @@ msgstr ""
 "durante la riproduzione.\n"
 "espanse: tutte le sottocartelle sono aperte.\n"
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:78
 msgid "collapse"
 msgstr "chiuse"
 
-#: modules/access/directory.c:78
+#: modules/access/directory.c:79
 msgid "expand"
 msgstr "espanse"
 
-#: modules/access/directory.c:80
+#: modules/access/directory.c:81
 msgid "Ignored extensions"
 msgstr ""
 
-#: modules/access/directory.c:82
+#: modules/access/directory.c:83
 msgid ""
 "Files with these extensions will not be added to playlist when opening a "
 "directory.\n"
@@ -5060,12 +5083,12 @@ msgid ""
 "instance. Use a comma-separated list of extensions."
 msgstr ""
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:90
 #, fuzzy
 msgid "Directory"
 msgstr "Fine della cartella"
 
-#: modules/access/directory.c:91
+#: modules/access/directory.c:92
 msgid "Standard filesystem directory input"
 msgstr "Ingresso predefinito di una directory"
 
@@ -5315,6 +5338,22 @@ msgstr ""
 msgid "The capture device \"%s\" does not support the required parameters."
 msgstr ""
 
+#: modules/access/dv.c:70
+#, fuzzy
+msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
+msgstr ""
+"Permette di modificare il valore di cache predefinito per le sorgenti UDP. "
+"Valore in millisecondi."
+
+#: modules/access/dv.c:74
+msgid "Digital Video (Firewire/ieee1394)  input"
+msgstr ""
+
+#: modules/access/dv.c:75
+#, fuzzy
+msgid "dv"
+msgstr "dvd"
+
 #: modules/access/dvb/access.c:75
 #, fuzzy
 msgid ""
@@ -5584,22 +5623,6 @@ msgstr "Normalizzazione del volume"
 msgid "The provided polarization \"%c\" is not valid."
 msgstr ""
 
-#: modules/access/dv.c:70
-#, fuzzy
-msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
-msgstr ""
-"Permette di modificare il valore di cache predefinito per le sorgenti UDP. "
-"Valore in millisecondi."
-
-#: modules/access/dv.c:74
-msgid "Digital Video (Firewire/ieee1394)  input"
-msgstr ""
-
-#: modules/access/dv.c:75
-#, fuzzy
-msgid "dv"
-msgstr "dvd"
-
 #: modules/access/dvdnav.c:60 modules/access/dvdread.c:58
 msgid "DVD angle"
 msgstr "Angolo DVD"
@@ -5833,68 +5856,23 @@ msgstr ""
 msgid "VLC could not open file \"%s\" (%s)."
 msgstr ""
 
-#: modules/access_filter/record.c:43
+#: modules/access/ftp.c:45
 #, fuzzy
-msgid "Record directory"
-msgstr "Directory sorgente"
+msgid ""
+"Caching value for FTP streams. This value should be set in milliseconds."
+msgstr ""
+"Permette di modificare il valore di cache predefinito per le sorgenti FTP. "
+"Valore in millisecondi."
 
-#: modules/access_filter/record.c:45
-#, fuzzy
-msgid "Directory where the record will be stored."
-msgstr "Permette di specificare il TTL del flusso in uscita."
+#: modules/access/ftp.c:47
+msgid "FTP user name"
+msgstr "User name FTP"
 
-#: modules/access_filter/timeshift.c:44
+#: modules/access/ftp.c:48 modules/access/smb.c:64
 #, fuzzy
-msgid "Timeshift granularity"
-msgstr "Posizione del logo"
-
-#: modules/access_filter/timeshift.c:46
-msgid ""
-"This is the size of the temporary files tha will be used to store the "
-"timeshifted streams."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:48
-#, fuzzy
-msgid "Timeshift directory"
-msgstr "Scegliere file o directory"
-
-#: modules/access_filter/timeshift.c:49
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:51
-msgid "Force use of the timeshift module"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52
-msgid ""
-"Force use of the timeshift module even if the access declares that it can "
-"control pace or pause."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
-#, fuzzy
-msgid "Timeshift"
-msgstr "Posizione del logo"
-
-#: modules/access/ftp.c:45
-#, fuzzy
-msgid ""
-"Caching value for FTP streams. This value should be set in milliseconds."
-msgstr ""
-"Permette di modificare il valore di cache predefinito per le sorgenti FTP. "
-"Valore in millisecondi."
-
-#: modules/access/ftp.c:47
-msgid "FTP user name"
-msgstr "User name FTP"
-
-#: modules/access/ftp.c:48 modules/access/smb.c:64
-#, fuzzy
-msgid "User name that will be used for the connection."
-msgstr ""
-"Permette di specificare il nome utente da utilizzare per la connessione FTP."
+msgid "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:50
 msgid "FTP password"
@@ -6064,383 +6042,131 @@ msgstr "Selezionare sempre la sorgente a più alto bitrate."
 msgid "Microsoft Media Server (MMS) input"
 msgstr "Ingresso Microsoft Media Server (MMS)"
 
-#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
-msgid "Dummy stream output"
-msgstr "Trasmissione in uscita \"dummy\""
-
-#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
-msgid "Dummy"
+#: modules/access/pvr.c:49
+#, fuzzy
+msgid ""
+"Default caching value for PVR streams. This value should be set in "
+"milliseconds."
 msgstr ""
+"Permette di modificare il valore di cache predefinito per le sorgenti UDP. "
+"Valore in millisecondi."
 
-#: modules/access_output/file.c:61
-msgid "Append to file"
-msgstr "Aggiungi al file"
-
-#: modules/access_output/file.c:62
-msgid "Append to file if it exists instead of replacing it."
-msgstr "Aggiungere alla fine del file, se esiste, anzichè sostituirlo."
-
-#: modules/access_output/file.c:66
-msgid "File stream output"
-msgstr "Trasmissione in uscita file"
+#: modules/access/pvr.c:52
+msgid "Device"
+msgstr "Periferica"
 
-#: modules/access_output/http.c:58
-msgid "Username"
-msgstr "Utente"
+#: modules/access/pvr.c:53
+msgid "PVR video device"
+msgstr "Periferica video PVR"
 
-#: modules/access_output/http.c:59
+#: modules/access/pvr.c:55
 #, fuzzy
-msgid "User name that will be requested to access the stream."
-msgstr ""
-"Permette di specificare il nome utente da utilizzare per accedere alla "
-"trasmissione."
-
-#: modules/access_output/http.c:61 modules/control/telnet.c:81
-msgid "Password"
-msgstr "Password"
+msgid "Radio device"
+msgstr "periferica audio"
 
-#: modules/access_output/http.c:62
+#: modules/access/pvr.c:56
 #, fuzzy
-msgid "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:66
-msgid "Mime"
-msgstr "Mime"
-
-#: modules/access_output/http.c:67
-msgid "MIME returned by the server (autodetected if not specified."
-msgstr ""
-
-#: modules/access_output/http.c:71
-msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
-msgstr ""
+msgid "PVR radio device"
+msgstr "Periferica video PVR"
 
-#: modules/access_output/http.c:74
-msgid ""
-"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
-"empty if you don't have one."
-msgstr ""
+#: modules/access/pvr.c:58 modules/access/v4l.c:96
+msgid "Norm"
+msgstr "Norma"
 
-#: modules/access_output/http.c:78
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used for HTTPS. Leave empty if you don't have one."
-msgstr ""
+#: modules/access/pvr.c:59 modules/access/v4l.c:98
+#, fuzzy
+msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
+msgstr "Definisce la norma dello stream (Automatic, SECAM, PAL o NTSC)."
 
-#: modules/access_output/http.c:83
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be used for "
-"SSL. Leave empty if you don't have one."
-msgstr ""
+#: modules/access/pvr.c:62 modules/access/v4l.c:102
+#: modules/video_filter/mosaic.c:96
+msgid "Width"
+msgstr "Larghezza"
 
-#: modules/access_output/http.c:86
-msgid "Advertise with Bonjour"
-msgstr ""
+#: modules/access/pvr.c:63
+#, fuzzy
+msgid "Width of the stream to capture (-1 for autodetection)."
+msgstr "Larghezza del flusso da acquisire (-1 per autodetezione)."
 
-#: modules/access_output/http.c:87
-msgid "Advertise the stream with the Bonjour protocol."
-msgstr ""
+#: modules/access/pvr.c:66 modules/access/v4l.c:105
+#: modules/video_filter/mosaic.c:94
+msgid "Height"
+msgstr "Altezza"
 
-#: modules/access_output/http.c:91
-msgid "HTTP stream output"
-msgstr "Trasmissione in uscita HTTP"
+#: modules/access/pvr.c:67
+#, fuzzy
+msgid "Height of the stream to capture (-1 for autodetection)."
+msgstr "Altezza del flusso da acquisire (-1 per autodetezione)."
 
-#: modules/access_output/http.c:93 modules/control/http/http.c:61
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
-msgid "HTTP"
-msgstr "HTTP"
+#: modules/access/pvr.c:70 modules/access/v4l.c:89
+msgid "Frequency"
+msgstr "Frequenza"
 
-#: modules/access_output/shout.c:58
+#: modules/access/pvr.c:71 modules/access/v4l.c:91
 #, fuzzy
-msgid "Stream name"
-msgstr "Sorgente"
-
-#: modules/access_output/shout.c:59
-msgid "Name to give to this stream/channel on the shoutcast/icecast server."
-msgstr ""
+msgid "Frequency to capture (in kHz), if applicable."
+msgstr "Frequenza di acquisizione in kHz, quando applicabile."
 
-#: modules/access_output/shout.c:62
+#: modules/access/pvr.c:74 modules/access/v4l.c:137
 #, fuzzy
-msgid "Stream description"
-msgstr "Descrizione sessione"
+msgid "Framerate to capture, if applicable (-1 for autodetect)."
+msgstr "Campionamento in acquisizione, quando applicabile (-1: automatico)."
 
-#: modules/access_output/shout.c:63
-msgid "Description of the stream content or information about your channel."
-msgstr ""
+#: modules/access/pvr.c:77
+msgid "Key interval"
+msgstr "Intervallo keyframe"
 
-#: modules/access_output/shout.c:66
+#: modules/access/pvr.c:78
 #, fuzzy
-msgid "Stream MP3"
-msgstr "Sorgente"
+msgid "Interval between keyframes (-1 for autodetect)."
+msgstr "Intervallo tra keyframe (-1: automatico)."
 
-#: modules/access_output/shout.c:67
+#: modules/access/pvr.c:80
+msgid "B Frames"
+msgstr "Frame B"
+
+#: modules/access/pvr.c:81
 msgid ""
-"You normally have to feed the shoutcast module with Ogg streams. It is also "
-"possible to stream MP3 instead, so you can forward MP3 streams to the "
-"shoutcast/icecast server."
+"If this option is set, B-Frames will be used. Use this option to set the "
+"number of B-Frames."
 msgstr ""
+"I B-Frame verranno utilizzati se questa opzione è configurata. Specificare "
+"il numero di B-Frame."
 
-#: modules/access_output/shout.c:76
+#: modules/access/pvr.c:85
 #, fuzzy
-msgid "Genre description"
-msgstr "Descrizione sessione"
+msgid "Bitrate to use (-1 for default)."
+msgstr "Bitrate da utilizzare (-1: default)."
 
-#: modules/access_output/shout.c:77
-msgid "Genre of the content. "
-msgstr ""
+#: modules/access/pvr.c:87
+msgid "Bitrate peak"
+msgstr "Bitrate di picco"
 
-#: modules/access_output/shout.c:79
+#: modules/access/pvr.c:88
 #, fuzzy
-msgid "URL description"
-msgstr "Descrizione"
-
-#: modules/access_output/shout.c:80
-msgid "URL with information about the stream or your channel. "
-msgstr ""
+msgid "Peak bitrate in VBR mode."
+msgstr "Bitrate di picco in modo VBR"
 
-#: modules/access_output/shout.c:87
+#: modules/access/pvr.c:91
 #, fuzzy
-msgid "Bitrate information of the transcoded stream. "
-msgstr "Bitrate massimo della sorgente"
+msgid "Bitrate mode)"
+msgstr "Modalità bitrate da utilizzare"
 
-#: modules/access_output/shout.c:89 modules/access/v4l.c:122
+#: modules/access/pvr.c:92
 #, fuzzy
-msgid "Samplerate"
-msgstr "Campionamento"
+msgid "Bitrate mode to use (VBR or CBR)."
+msgstr "Modalità bitrate da utilizzare"
 
-#: modules/access_output/shout.c:90
-#, fuzzy
-msgid "Samplerate information of the transcoded stream. "
-msgstr "Bitrate massimo della sorgente"
+#: modules/access/pvr.c:94
+msgid "Audio bitmask"
+msgstr "Maschera binaria audio"
 
-#: modules/access_output/shout.c:92
+#: modules/access/pvr.c:95
 #, fuzzy
-msgid "Number of channels"
-msgstr "Numero di cloni"
-
-#: modules/access_output/shout.c:93
-#, fuzzy
-msgid "Number of channels information of the transcoded stream. "
-msgstr "Bitrate massimo della sorgente"
-
-#: modules/access_output/shout.c:95
-msgid "Ogg Vorbis Quality"
-msgstr ""
-
-#: modules/access_output/shout.c:96
-#, fuzzy
-msgid "Ogg Vorbis Quality information of the transcoded stream. "
-msgstr "Bitrate massimo della sorgente"
-
-#: modules/access_output/shout.c:98
-#, fuzzy
-msgid "Stream public"
-msgstr "Trasmissione in uscita"
-
-#: modules/access_output/shout.c:99
-msgid ""
-"Make the server publicly available on the 'Yellow Pages' (directory listing "
-"of streams) on the icecast/shoutcast website. Requires the bitrate "
-"information specified for shoutcast. Requires Ogg streaming for icecast."
-msgstr ""
-
-#: modules/access_output/shout.c:105
-#, fuzzy
-msgid "IceCAST output"
-msgstr "Modulo accesso uscita"
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:41
-#: modules/demux/live555.cpp:63
-msgid "Caching value (ms)"
-msgstr "Valore cache (ms)"
-
-#: modules/access_output/udp.c:77
-#, fuzzy
-msgid ""
-"Default caching value for outbound UDP streams. This value should be set in "
-"milliseconds."
-msgstr ""
-"Permette di modificare il valore di cache predefinito per le sorgenti UDP. "
-"Valore in millisecondi."
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
-#: modules/gui/macosx/wizard.m:1848
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
-msgid "Time-To-Live (TTL)"
-msgstr "Time To Live (TTL)"
-
-#: modules/access_output/udp.c:81
-#, fuzzy
-msgid "Time-To-Live of the outgoing stream."
-msgstr "Permette di specificare il TTL del flusso in uscita."
-
-#: modules/access_output/udp.c:84
-msgid "Group packets"
-msgstr "Raggruppa pacchetti"
-
-#: modules/access_output/udp.c:85
-#, fuzzy
-msgid ""
-"Packets can be sent one by one at the right time or by groups. You can "
-"choose the number of packets that will be sent at a time. It helps reducing "
-"the scheduling load on heavily-loaded systems."
-msgstr ""
-"I pacchetti possono essere inviati uno ad uno al momento adatto oppure per "
-"gruppi. Questa opzione permette di specificare quanti pacchetti inviare alla "
-"volta. Aiuta a ridurre il carico su sistemi sovraccarichi."
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr "Scrittura diretta"
-
-#: modules/access_output/udp.c:91
-#, fuzzy
-msgid ""
-"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 ""
-"Attivando questa opzione, i pacchetti verranno trasmessi direttamente, senza "
-"provare a riempire l'MTU (cioè senza tentare di creare i pacchetti più "
-"grossi possibili per migliorare la trasmissione)."
-
-#: modules/access_output/udp.c:97
-msgid "UDP stream output"
-msgstr "Trasmissione in uscita UDP"
-
-#: modules/access_output/udp.c:98
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
-msgid "UDP"
-msgstr "UDP"
-
-#: modules/access/pvr.c:49
-#, fuzzy
-msgid ""
-"Default caching value for PVR streams. This value should be set in "
-"milliseconds."
-msgstr ""
-"Permette di modificare il valore di cache predefinito per le sorgenti UDP. "
-"Valore in millisecondi."
-
-#: modules/access/pvr.c:52
-msgid "Device"
-msgstr "Periferica"
-
-#: modules/access/pvr.c:53
-msgid "PVR video device"
-msgstr "Periferica video PVR"
-
-#: modules/access/pvr.c:55
-#, fuzzy
-msgid "Radio device"
-msgstr "periferica audio"
-
-#: modules/access/pvr.c:56
-#, fuzzy
-msgid "PVR radio device"
-msgstr "Periferica video PVR"
-
-#: modules/access/pvr.c:58 modules/access/v4l.c:96
-msgid "Norm"
-msgstr "Norma"
-
-#: modules/access/pvr.c:59 modules/access/v4l.c:98
-#, fuzzy
-msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
-msgstr "Definisce la norma dello stream (Automatic, SECAM, PAL o NTSC)."
-
-#: modules/access/pvr.c:62 modules/access/v4l.c:102
-#: modules/video_filter/mosaic.c:96
-msgid "Width"
-msgstr "Larghezza"
-
-#: modules/access/pvr.c:63
-#, fuzzy
-msgid "Width of the stream to capture (-1 for autodetection)."
-msgstr "Larghezza del flusso da acquisire (-1 per autodetezione)."
-
-#: modules/access/pvr.c:66 modules/access/v4l.c:105
-#: modules/video_filter/mosaic.c:94
-msgid "Height"
-msgstr "Altezza"
-
-#: modules/access/pvr.c:67
-#, fuzzy
-msgid "Height of the stream to capture (-1 for autodetection)."
-msgstr "Altezza del flusso da acquisire (-1 per autodetezione)."
-
-#: modules/access/pvr.c:70 modules/access/v4l.c:89
-msgid "Frequency"
-msgstr "Frequenza"
-
-#: modules/access/pvr.c:71 modules/access/v4l.c:91
-#, fuzzy
-msgid "Frequency to capture (in kHz), if applicable."
-msgstr "Frequenza di acquisizione in kHz, quando applicabile."
-
-#: modules/access/pvr.c:74 modules/access/v4l.c:137
-#, fuzzy
-msgid "Framerate to capture, if applicable (-1 for autodetect)."
-msgstr "Campionamento in acquisizione, quando applicabile (-1: automatico)."
-
-#: modules/access/pvr.c:77
-msgid "Key interval"
-msgstr "Intervallo keyframe"
-
-#: modules/access/pvr.c:78
-#, fuzzy
-msgid "Interval between keyframes (-1 for autodetect)."
-msgstr "Intervallo tra keyframe (-1: automatico)."
-
-#: modules/access/pvr.c:80
-msgid "B Frames"
-msgstr "Frame B"
-
-#: modules/access/pvr.c:81
-msgid ""
-"If this option is set, B-Frames will be used. Use this option to set the "
-"number of B-Frames."
-msgstr ""
-"I B-Frame verranno utilizzati se questa opzione è configurata. Specificare "
-"il numero di B-Frame."
-
-#: modules/access/pvr.c:85
-#, fuzzy
-msgid "Bitrate to use (-1 for default)."
-msgstr "Bitrate da utilizzare (-1: default)."
-
-#: modules/access/pvr.c:87
-msgid "Bitrate peak"
-msgstr "Bitrate di picco"
-
-#: modules/access/pvr.c:88
-#, fuzzy
-msgid "Peak bitrate in VBR mode."
-msgstr "Bitrate di picco in modo VBR"
-
-#: modules/access/pvr.c:91
-#, fuzzy
-msgid "Bitrate mode)"
-msgstr "Modalità bitrate da utilizzare"
-
-#: modules/access/pvr.c:92
-#, fuzzy
-msgid "Bitrate mode to use (VBR or CBR)."
-msgstr "Modalità bitrate da utilizzare"
-
-#: modules/access/pvr.c:94
-msgid "Audio bitmask"
-msgstr "Maschera binaria audio"
-
-#: modules/access/pvr.c:95
-#, fuzzy
-msgid "Bitmask that will get used by the audio part of the card."
-msgstr ""
-"Permette di impostare una maschera binaria che verrà utilizzata dalla parte "
-"audio della scheda."
+msgid "Bitmask that will get used by the audio part of the card."
+msgstr ""
+"Permette di impostare una maschera binaria che verrà utilizzata dalla parte "
+"audio della scheda."
 
 #: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
 #: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
@@ -6495,6 +6221,11 @@ msgstr "PVR"
 msgid "IVTV MPEG Encoding cards input"
 msgstr "Ingresso per schede di codifica MPEG (driver ivtv)"
 
+#: modules/access/rtsp/access.c:41 modules/access_output/udp.c:75
+#: modules/demux/live555.cpp:63
+msgid "Caching value (ms)"
+msgstr "Valore cache (ms)"
+
 #: modules/access/rtsp/access.c:43
 #, fuzzy
 msgid ""
@@ -6652,38 +6383,6 @@ msgstr "UDP/RTP"
 msgid "UDP/RTP input"
 msgstr "Ingresso UDP/RTP"
 
-#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
-#: modules/gui/wxwidgets/dialogs/open.cpp:723
-msgid "Device name"
-msgstr "Periferica"
-
-#: modules/access/v4l2.c:54
-#, fuzzy
-msgid ""
-"Name of the device to use. If you don't specify anything, /dev/video0 will "
-"be used."
-msgstr ""
-"Specificare la periferica video da utilizzare. In assenza di questo "
-"parametro, nessuna periferica video sarà utilizzata."
-
-#: modules/access/v4l2.c:58
-#, fuzzy
-msgid ""
-"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
-msgstr ""
-"Canale della scheda da utilizzare. In generale vale 0 per il tuner, 1 per i "
-"segnali composti, 2 per svideo."
-
-#: modules/access/v4l2.c:63
-#, fuzzy
-msgid "Video4Linux2"
-msgstr "Video4Linux"
-
-#: modules/access/v4l2.c:64
-#, fuzzy
-msgid "Video4Linux2 input"
-msgstr "Ingresso Video4Linux"
-
 #: modules/access/v4l.c:75
 #, fuzzy
 msgid ""
@@ -6796,8 +6495,13 @@ msgstr "Tuner:"
 msgid "Tuner to use, if there are several ones."
 msgstr ""
 
-#: modules/access/v4l.c:124
-msgid ""
+#: modules/access/v4l.c:122 modules/access_output/shout.c:89
+#, fuzzy
+msgid "Samplerate"
+msgstr "Campionamento"
+
+#: modules/access/v4l.c:124
+msgid ""
 "Samplerate of the captured audio stream, in Hz (eg: 11025, 22050, 44100)"
 msgstr ""
 
@@ -6841,6 +6545,38 @@ msgstr "Video4Linux"
 msgid "Video4Linux input"
 msgstr "Ingresso Video4Linux"
 
+#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
+#: modules/gui/wxwidgets/dialogs/open.cpp:723
+msgid "Device name"
+msgstr "Periferica"
+
+#: modules/access/v4l2.c:54
+#, fuzzy
+msgid ""
+"Name of the device to use. If you don't specify anything, /dev/video0 will "
+"be used."
+msgstr ""
+"Specificare la periferica video da utilizzare. In assenza di questo "
+"parametro, nessuna periferica video sarà utilizzata."
+
+#: modules/access/v4l2.c:58
+#, fuzzy
+msgid ""
+"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
+msgstr ""
+"Canale della scheda da utilizzare. In generale vale 0 per il tuner, 1 per i "
+"segnali composti, 2 per svideo."
+
+#: modules/access/v4l2.c:63
+#, fuzzy
+msgid "Video4Linux2"
+msgstr "Video4Linux"
+
+#: modules/access/v4l2.c:64
+#, fuzzy
+msgid "Video4Linux2 input"
+msgstr "Ingresso Video4Linux"
+
 #: modules/access/vcd/vcd.c:42
 #, fuzzy
 msgid "Caching value for VCDs. This value should be set in milliseconds."
@@ -6935,109 +6671,396 @@ msgstr "Primo punto d'accesso"
 msgid "Last Entry Point"
 msgstr "Ultimo punto d'accesso"
 
-#: modules/access/vcdx/info.c:127
-msgid "Track size (in sectors)"
+#: modules/access/vcdx/info.c:127
+msgid "Track size (in sectors)"
+msgstr ""
+
+#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
+#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
+#, fuzzy
+msgid "type"
+msgstr "Tipo"
+
+#: modules/access/vcdx/info.c:139
+#, fuzzy
+msgid "end"
+msgstr "Blend"
+
+#: modules/access/vcdx/info.c:142
+#, fuzzy
+msgid "play list"
+msgstr "Playlist"
+
+#: modules/access/vcdx/info.c:153
+#, fuzzy
+msgid "extended selection list"
+msgstr "Controlli supplementari"
+
+#: modules/access/vcdx/info.c:154
+#, fuzzy
+msgid "selection list"
+msgstr "Selezione"
+
+#: modules/access/vcdx/info.c:166
+#, fuzzy
+msgid "unknown type"
+msgstr "<sconosciuto>"
+
+#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
+#: modules/access/vcdx/info.c:316
+msgid "List ID"
+msgstr "ID Lista"
+
+#: modules/access/vcdx/vcd.c:95
+msgid "(Super) Video CD"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:96
+msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+msgstr "Ingresso Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD)"
+
+#: modules/access/vcdx/vcd.c:97
+msgid "vcdx://[device-or-file][@{P,S,T}num]"
+msgstr "vcdx://[periferica-o-file][@{P,S,T}num]"
+
+#: modules/access/vcdx/vcd.c:106
+msgid "If nonzero, this gives additional debug information."
+msgstr "Se diverso da zero, fornisce informazioni di debug supplementari."
+
+#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+#, fuzzy
+msgid "Number of CD blocks to get in a single read."
+msgstr "Numero di blocchi letti per ogni CD"
+
+#: modules/access/vcdx/vcd.c:116
+msgid "Use playback control?"
+msgstr "Utilizzare controllo playback?"
+
+#: modules/access/vcdx/vcd.c:117
+msgid ""
+"If VCD is authored with playback control, use it. Otherwise we play by "
+"tracks."
+msgstr ""
+"Se il VCD prevede il controllo playback, VLC lo utilizza. Altrimenti, "
+"eseguire traccia per traccia."
+
+#: modules/access/vcdx/vcd.c:123
+msgid "Use track length as maximum unit in seek?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:124
+msgid ""
+"If set, the length of the seek bar is the track rather than the length of an "
+"entry."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:129
+#, fuzzy
+msgid "Show extended VCD info?"
+msgstr "Mostra l'interfaccia estesa"
+
+#: modules/access/vcdx/vcd.c:130
+msgid ""
+"Show the maximum amount of information under Stream and Media Info. Shows "
+"for example playback control navigation."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:137
+#, fuzzy
+msgid "Format to use in the playlist's \"author\" field."
+msgstr "Formato da utilizzare per il campo \"autore\" della playlist"
+
+#: modules/access/vcdx/vcd.c:143
+#, fuzzy
+msgid "Format to use in the playlist's \"title\" field."
+msgstr "Formato da utilizzare per il campo \"titolo\" della playlist"
+
+#: modules/access_filter/record.c:43
+#, fuzzy
+msgid "Record directory"
+msgstr "Directory sorgente"
+
+#: modules/access_filter/record.c:45
+#, fuzzy
+msgid "Directory where the record will be stored."
+msgstr "Permette di specificare il TTL del flusso in uscita."
+
+#: modules/access_filter/timeshift.c:44
+#, fuzzy
+msgid "Timeshift granularity"
+msgstr "Posizione del logo"
+
+#: modules/access_filter/timeshift.c:46
+msgid ""
+"This is the size of the temporary files tha will be used to store the "
+"timeshifted streams."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:48
+#, fuzzy
+msgid "Timeshift directory"
+msgstr "Scegliere file o directory"
+
+#: modules/access_filter/timeshift.c:49
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:51
+msgid "Force use of the timeshift module"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52
+msgid ""
+"Force use of the timeshift module even if the access declares that it can "
+"control pace or pause."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
+#, fuzzy
+msgid "Timeshift"
+msgstr "Posizione del logo"
+
+#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
+msgid "Dummy stream output"
+msgstr "Trasmissione in uscita \"dummy\""
+
+#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
+msgid "Dummy"
+msgstr ""
+
+#: modules/access_output/file.c:61
+msgid "Append to file"
+msgstr "Aggiungi al file"
+
+#: modules/access_output/file.c:62
+msgid "Append to file if it exists instead of replacing it."
+msgstr "Aggiungere alla fine del file, se esiste, anzichè sostituirlo."
+
+#: modules/access_output/file.c:66
+msgid "File stream output"
+msgstr "Trasmissione in uscita file"
+
+#: modules/access_output/http.c:58
+msgid "Username"
+msgstr "Utente"
+
+#: modules/access_output/http.c:59
+#, fuzzy
+msgid "User name that will be requested to access the stream."
+msgstr ""
+"Permette di specificare il nome utente da utilizzare per accedere alla "
+"trasmissione."
+
+#: modules/access_output/http.c:61 modules/control/telnet.c:81
+msgid "Password"
+msgstr "Password"
+
+#: modules/access_output/http.c:62
+#, fuzzy
+msgid "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:66
+msgid "Mime"
+msgstr "Mime"
+
+#: modules/access_output/http.c:67
+msgid "MIME returned by the server (autodetected if not specified."
+msgstr ""
+
+#: modules/access_output/http.c:71
+msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
+msgstr ""
+
+#: modules/access_output/http.c:74
+msgid ""
+"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
+"empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:78
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used for HTTPS. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:83
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be used for "
+"SSL. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:86
+msgid "Advertise with Bonjour"
+msgstr ""
+
+#: modules/access_output/http.c:87
+msgid "Advertise the stream with the Bonjour protocol."
+msgstr ""
+
+#: modules/access_output/http.c:91
+msgid "HTTP stream output"
+msgstr "Trasmissione in uscita HTTP"
+
+#: modules/access_output/http.c:93 modules/control/http/http.c:61
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
+msgstr "HTTP"
+
+#: modules/access_output/shout.c:58
+#, fuzzy
+msgid "Stream name"
+msgstr "Sorgente"
+
+#: modules/access_output/shout.c:59
+msgid "Name to give to this stream/channel on the shoutcast/icecast server."
+msgstr ""
+
+#: modules/access_output/shout.c:62
+#, fuzzy
+msgid "Stream description"
+msgstr "Descrizione sessione"
+
+#: modules/access_output/shout.c:63
+msgid "Description of the stream content or information about your channel."
 msgstr ""
 
-#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
-#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
+#: modules/access_output/shout.c:66
 #, fuzzy
-msgid "type"
-msgstr "Tipo"
+msgid "Stream MP3"
+msgstr "Sorgente"
 
-#: modules/access/vcdx/info.c:139
+#: modules/access_output/shout.c:67
+msgid ""
+"You normally have to feed the shoutcast module with Ogg streams. It is also "
+"possible to stream MP3 instead, so you can forward MP3 streams to the "
+"shoutcast/icecast server."
+msgstr ""
+
+#: modules/access_output/shout.c:76
 #, fuzzy
-msgid "end"
-msgstr "Blend"
+msgid "Genre description"
+msgstr "Descrizione sessione"
 
-#: modules/access/vcdx/info.c:142
+#: modules/access_output/shout.c:77
+msgid "Genre of the content. "
+msgstr ""
+
+#: modules/access_output/shout.c:79
 #, fuzzy
-msgid "play list"
-msgstr "Playlist"
+msgid "URL description"
+msgstr "Descrizione"
 
-#: modules/access/vcdx/info.c:153
+#: modules/access_output/shout.c:80
+msgid "URL with information about the stream or your channel. "
+msgstr ""
+
+#: modules/access_output/shout.c:87
 #, fuzzy
-msgid "extended selection list"
-msgstr "Controlli supplementari"
+msgid "Bitrate information of the transcoded stream. "
+msgstr "Bitrate massimo della sorgente"
 
-#: modules/access/vcdx/info.c:154
+#: modules/access_output/shout.c:90
 #, fuzzy
-msgid "selection list"
-msgstr "Selezione"
+msgid "Samplerate information of the transcoded stream. "
+msgstr "Bitrate massimo della sorgente"
 
-#: modules/access/vcdx/info.c:166
+#: modules/access_output/shout.c:92
 #, fuzzy
-msgid "unknown type"
-msgstr "<sconosciuto>"
+msgid "Number of channels"
+msgstr "Numero di cloni"
 
-#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
-#: modules/access/vcdx/info.c:316
-msgid "List ID"
-msgstr "ID Lista"
+#: modules/access_output/shout.c:93
+#, fuzzy
+msgid "Number of channels information of the transcoded stream. "
+msgstr "Bitrate massimo della sorgente"
 
-#: modules/access/vcdx/vcd.c:95
-msgid "(Super) Video CD"
+#: modules/access_output/shout.c:95
+msgid "Ogg Vorbis Quality"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:96
-msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
-msgstr "Ingresso Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD)"
-
-#: modules/access/vcdx/vcd.c:97
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
-msgstr "vcdx://[periferica-o-file][@{P,S,T}num]"
-
-#: modules/access/vcdx/vcd.c:106
-msgid "If nonzero, this gives additional debug information."
-msgstr "Se diverso da zero, fornisce informazioni di debug supplementari."
-
-#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+#: modules/access_output/shout.c:96
 #, fuzzy
-msgid "Number of CD blocks to get in a single read."
-msgstr "Numero di blocchi letti per ogni CD"
+msgid "Ogg Vorbis Quality information of the transcoded stream. "
+msgstr "Bitrate massimo della sorgente"
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
-msgstr "Utilizzare controllo playback?"
+#: modules/access_output/shout.c:98
+#, fuzzy
+msgid "Stream public"
+msgstr "Trasmissione in uscita"
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/shout.c:99
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Make the server publicly available on the 'Yellow Pages' (directory listing "
+"of streams) on the icecast/shoutcast website. Requires the bitrate "
+"information specified for shoutcast. Requires Ogg streaming for icecast."
 msgstr ""
-"Se il VCD prevede il controllo playback, VLC lo utilizza. Altrimenti, "
-"eseguire traccia per traccia."
 
-#: modules/access/vcdx/vcd.c:123
-msgid "Use track length as maximum unit in seek?"
-msgstr ""
+#: modules/access_output/shout.c:105
+#, fuzzy
+msgid "IceCAST output"
+msgstr "Modulo accesso uscita"
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:77
+#, fuzzy
 msgid ""
-"If set, the length of the seek bar is the track rather than the length of an "
-"entry."
+"Default caching value for outbound UDP streams. This value should be set in "
+"milliseconds."
 msgstr ""
+"Permette di modificare il valore di cache predefinito per le sorgenti UDP. "
+"Valore in millisecondi."
 
-#: modules/access/vcdx/vcd.c:129
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
+#: modules/gui/macosx/wizard.m:1848
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
+msgid "Time-To-Live (TTL)"
+msgstr "Time To Live (TTL)"
+
+#: modules/access_output/udp.c:81
 #, fuzzy
-msgid "Show extended VCD info?"
-msgstr "Mostra l'interfaccia estesa"
+msgid "Time-To-Live of the outgoing stream."
+msgstr "Permette di specificare il TTL del flusso in uscita."
 
-#: modules/access/vcdx/vcd.c:130
+#: modules/access_output/udp.c:84
+msgid "Group packets"
+msgstr "Raggruppa pacchetti"
+
+#: modules/access_output/udp.c:85
+#, fuzzy
 msgid ""
-"Show the maximum amount of information under Stream and Media Info. Shows "
-"for example playback control navigation."
+"Packets can be sent one by one at the right time or by groups. You can "
+"choose the number of packets that will be sent at a time. It helps reducing "
+"the scheduling load on heavily-loaded systems."
 msgstr ""
+"I pacchetti possono essere inviati uno ad uno al momento adatto oppure per "
+"gruppi. Questa opzione permette di specificare quanti pacchetti inviare alla "
+"volta. Aiuta a ridurre il carico su sistemi sovraccarichi."
 
-#: modules/access/vcdx/vcd.c:137
-#, fuzzy
-msgid "Format to use in the playlist's \"author\" field."
-msgstr "Formato da utilizzare per il campo \"autore\" della playlist"
+#: modules/access_output/udp.c:90
+msgid "Raw write"
+msgstr "Scrittura diretta"
 
-#: modules/access/vcdx/vcd.c:143
+#: modules/access_output/udp.c:91
 #, fuzzy
-msgid "Format to use in the playlist's \"title\" field."
-msgstr "Formato da utilizzare per il campo \"titolo\" della playlist"
+msgid ""
+"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 ""
+"Attivando questa opzione, i pacchetti verranno trasmessi direttamente, senza "
+"provare a riempire l'MTU (cioè senza tentare di creare i pacchetti più "
+"grossi possibili per migliorare la trasmissione)."
+
+#: modules/access_output/udp.c:97
+msgid "UDP stream output"
+msgstr "Trasmissione in uscita UDP"
+
+#: modules/access_output/udp.c:98
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
+msgid "UDP"
+msgstr "UDP"
 
 #: modules/audio_filter/channel_mixer/dolby.c:47
 msgid "Simple decoder for Dolby Surround encoded streams"
@@ -9555,37 +9578,37 @@ msgstr "NT Service"
 msgid "Windows Service interface"
 msgstr "Interfaccia del Windows Service"
 
-#: modules/control/rc.c:154
+#: modules/control/rc.c:156
 msgid "Show stream position"
 msgstr "Mostra posizione sorgente"
 
-#: modules/control/rc.c:155
+#: modules/control/rc.c:157
 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:158
+#: modules/control/rc.c:160
 msgid "Fake TTY"
 msgstr "Pseudo-TTY"
 
-#: modules/control/rc.c:159
+#: modules/control/rc.c:161
 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:161
+#: modules/control/rc.c:163
 msgid "UNIX socket command input"
 msgstr "Ingresso comandi da socket Unix"
 
-#: modules/control/rc.c:162
+#: modules/control/rc.c:164
 msgid "Accept commands over a Unix socket rather than stdin."
 msgstr "Accetta comandi provenienti da un socket Unix anzichè da stdin."
 
-#: modules/control/rc.c:165
+#: modules/control/rc.c:167
 msgid "TCP command input"
 msgstr "Ingresso comandi da TCP"
 
-#: modules/control/rc.c:166
+#: modules/control/rc.c:168
 msgid ""
 "Accept commands over a socket rather than stdin. You can set the address and "
 "port the interface will bind to."
@@ -9593,11 +9616,11 @@ msgstr ""
 "Accetta comandi provenienti da un socket TCP anzichè da stdin. Si possono "
 "specificare l'indirizzo e la porta su cui il socket ascolta."
 
-#: modules/control/rc.c:170 modules/misc/dummy/dummy.c:49
+#: modules/control/rc.c:172 modules/misc/dummy/dummy.c:49
 msgid "Do not open a DOS command box interface"
 msgstr "Non aprire una finestra di comando DOS"
 
-#: modules/control/rc.c:172
+#: modules/control/rc.c:174
 msgid ""
 "By default the rc interface plugin will start a DOS command box. Enabling "
 "the quiet mode will not bring this command box but can also be pretty "
@@ -9607,425 +9630,425 @@ msgstr ""
 "DOS. Il modo silenzioso elimina questa finestra, ma può risultare fastidioso "
 "quando si vuole chiudere VLC e non ci sono finestre video aperte."
 
-#: modules/control/rc.c:179
+#: modules/control/rc.c:181
 #, fuzzy
 msgid "RC"
 msgstr "it"
 
-#: modules/control/rc.c:182
+#: modules/control/rc.c:184
 msgid "Remote control interface"
 msgstr "Interfaccia comando a distanza"
 
-#: modules/control/rc.c:323
+#: modules/control/rc.c:325
 #, fuzzy
 msgid "Remote control interface initialized. Type `help' for help."
 msgstr "Interfaccia comando a distanza inizializzata, `h' per un menu d'aiuto"
 
-#: modules/control/rc.c:848
+#: modules/control/rc.c:850
 #, fuzzy, c-format
 msgid "Unknown command `%s'. Type `help' for help."
 msgstr "comando `%s' sconosciuto, digitare `help' per una guida rapida"
 
-#: modules/control/rc.c:881
+#: modules/control/rc.c:883
 #, fuzzy
 msgid "+----[ Remote control commands ]"
 msgstr "+----[ Comandi interfaccia rc ]"
 
-#: modules/control/rc.c:883
+#: modules/control/rc.c:885
 #, fuzzy
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist"
 msgstr "| add XYZ  . . . . . . . . . . . . . . aggiunge XYZ alla playlist"
 
-#: modules/control/rc.c:884
+#: modules/control/rc.c:886
 #, fuzzy
 msgid "| enqueue XYZ  . . . . . . . queue XYZ to playlist"
 msgstr "| add XYZ  . . . . . . . . . . . . . . aggiunge XYZ alla playlist"
 
-#: modules/control/rc.c:885
+#: modules/control/rc.c:887
 #, fuzzy
 msgid "| playlist . . .  show items currently in playlist"
 msgstr "| playlist . . . . .  mostra gli elementi correnti della playlist"
 
-#: modules/control/rc.c:886
+#: modules/control/rc.c:888
 #, fuzzy
 msgid "| play . . . . . . . . . . . . . . . . play stream"
 msgstr "| play . . . . . . . . . . . . . . . . . . . . . . . .  riproduce"
 
-#: modules/control/rc.c:887
+#: modules/control/rc.c:889
 #, fuzzy
 msgid "| stop . . . . . . . . . . . . . . . . stop stream"
 msgstr "| stop . . . . . . . . . . . . . . . . . . . . . . . . interrompe"
 
-#: modules/control/rc.c:888
+#: modules/control/rc.c:890
 #, fuzzy
 msgid "| next . . . . . . . . . . . .  next playlist item"
 msgstr "| next . . . . . . . . . . . . . . . . . . .  elemento successivo"
 
-#: modules/control/rc.c:889
+#: modules/control/rc.c:891
 #, fuzzy
 msgid "| prev . . . . . . . . . .  previous playlist item"
 msgstr "| prev . . . . . . . . . . . . . . . . . . .  elemento precedente"
 
-#: modules/control/rc.c:890
+#: modules/control/rc.c:892
 #, fuzzy
 msgid "| goto . . . . . . . . . . . .  goto item at index"
 msgstr "| stop . . . . . . . . . . . . . . . . . . . . . . . . interrompe"
 
-#: modules/control/rc.c:891
+#: modules/control/rc.c:893
 #, fuzzy
 msgid "| clear . . . . . . . . . . .   clear the playlist"
 msgstr "| next . . . . . . . . . . . . . . . . . . .  elemento successivo"
 
-#: modules/control/rc.c:892
+#: modules/control/rc.c:894
 #, fuzzy
 msgid "| status . . . . . . . . . current playlist status"
 msgstr "| next . . . . . . . . . . . . . . . . . . .  elemento successivo"
 
-#: modules/control/rc.c:893
+#: modules/control/rc.c:895
 #, fuzzy
 msgid "| title [X]  . . . . set/get title in current item"
 msgstr "| title [X]  . . . . sceglie/mostra titolo nell'elemento corrente"
 
-#: modules/control/rc.c:894
+#: modules/control/rc.c:896
 #, fuzzy
 msgid "| title_n  . . . . . .  next title in current item"
 msgstr "| title_n  . . . . . . . titolo successivo nell'elemento corrente"
 
-#: modules/control/rc.c:895
+#: modules/control/rc.c:897
 #, fuzzy
 msgid "| title_p  . . . .  previous title in current item"
 msgstr "| title_p  . . . . . . . titolo precedente nell'elemento corrente"
 
-#: modules/control/rc.c:896
+#: modules/control/rc.c:898
 #, fuzzy
 msgid "| chapter [X]  . . set/get chapter in current item"
 msgstr "| chapter [X]  . . sceglie/mostra capitolo nell'elemento corrente"
 
-#: modules/control/rc.c:897
+#: modules/control/rc.c:899
 #, fuzzy
 msgid "| chapter_n  . . . .  next chapter in current item"
 msgstr "| chapter_n  . . . . . capitolo successivo nell'elemento corrente"
 
-#: modules/control/rc.c:898
+#: modules/control/rc.c:900
 #, fuzzy
 msgid "| chapter_p  . .  previous chapter in current item"
 msgstr "| chapter_p  . . . . . capitolo precedente nell'elemento corrente"
 
-#: modules/control/rc.c:900
+#: modules/control/rc.c:902
 #, fuzzy
 msgid "| seek X . seek in seconds, for instance `seek 12'"
 msgstr "| seek X . . . . . . spostamento in secondi, ad esempio `seek 12'"
 
-#: modules/control/rc.c:901
+#: modules/control/rc.c:903
 #, fuzzy
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause"
 msgstr "| pause  . . . . . . . . . . . . . . . . . . . . . . . . .  pausa"
 
-#: modules/control/rc.c:902
+#: modules/control/rc.c:904
 #, fuzzy
 msgid "| fastforward  . . . . . .  .  set to maximum rate"
 msgstr "| volume [X] . . . . . . . . . . . . mostra/modifica volume audio"
 
-#: modules/control/rc.c:903
+#: modules/control/rc.c:905
 #, fuzzy
 msgid "| rewind  . . . . . . . . . .  set to minimum rate"
 msgstr "| next . . . . . . . . . . . . . . . . . . .  elemento successivo"
 
-#: modules/control/rc.c:904
+#: modules/control/rc.c:906
 #, fuzzy
 msgid "| faster . . . . . . . .  faster playing of stream"
 msgstr "| play . . . . . . . . . . . . . . . . . . . . . . . .  riproduce"
 
-#: modules/control/rc.c:905
+#: modules/control/rc.c:907
 #, fuzzy
 msgid "| slower . . . . . . . .  slower playing of stream"
 msgstr "| play . . . . . . . . . . . . . . . . . . . . . . . .  riproduce"
 
-#: modules/control/rc.c:906
+#: modules/control/rc.c:908
 #, fuzzy
 msgid "| normal . . . . . . . .  normal playing of stream"
 msgstr "| play . . . . . . . . . . . . . . . . . . . . . . . .  riproduce"
 
-#: modules/control/rc.c:907
+#: modules/control/rc.c:909
 #, fuzzy
 msgid "| f [on|off] . . . . . . . . . . toggle fullscreen"
 msgstr "| f  . . . . . . . . . . . . . . . . . . . . . . . schermo intero"
 
-#: modules/control/rc.c:908
+#: modules/control/rc.c:910
 #, fuzzy
 msgid "| info . . .  information about the current stream"
 msgstr "| info . . . . . . . . . . .  informazioni sull'elemento corrente"
 
-#: modules/control/rc.c:909
+#: modules/control/rc.c:911
 msgid "| get_time . . seconds elapsed since stream's beginning"
 msgstr ""
 
-#: modules/control/rc.c:910
+#: modules/control/rc.c:912
 msgid "| is_playing . .  1 if a stream plays, 0 otherwise"
 msgstr ""
 
-#: modules/control/rc.c:911
+#: modules/control/rc.c:913
 #, fuzzy
 msgid "| get_title . . .  the title of the current stream"
 msgstr "| title [X]  . . . . sceglie/mostra titolo nell'elemento corrente"
 
-#: modules/control/rc.c:912
+#: modules/control/rc.c:914
 #, fuzzy
 msgid "| get_length . .  the length of the current stream"
 msgstr "| info . . . . . . . . . . .  informazioni sull'elemento corrente"
 
-#: modules/control/rc.c:914
+#: modules/control/rc.c:916
 #, fuzzy
 msgid "| volume [X] . . . . . . . .  set/get audio volume"
 msgstr "| volume [X] . . . . . . . . . . . . mostra/modifica volume audio"
 
-#: modules/control/rc.c:915
+#: modules/control/rc.c:917
 #, fuzzy
 msgid "| volup [X]  . . . . .  raise audio volume X steps"
 msgstr "| volup [X]  . . . . . . . . . . . . .  aumenta volume di X passi"
 
-#: modules/control/rc.c:916
+#: modules/control/rc.c:918
 #, fuzzy
 msgid "| voldown [X]  . . . .  lower audio volume X steps"
 msgstr "| voldown [X]  . . . . . . . . . . . diminuisce volume di X passi"
 
-#: modules/control/rc.c:917
+#: modules/control/rc.c:919
 #, fuzzy
 msgid "| adev [X] . . . . . . . . .  set/get audio device"
 msgstr "| adev [X] . . . . . . . . . . .  sceglie/mostra periferica audio"
 
-#: modules/control/rc.c:918
+#: modules/control/rc.c:920
 #, fuzzy
 msgid "| achan [X]. . . . . . . .  set/get audio channels"
 msgstr "| achan [X] . . . . . . . . . . . . . sceglie/mostra canali audio"
 
-#: modules/control/rc.c:919
+#: modules/control/rc.c:921
 #, fuzzy
 msgid "| atrack [X] . . . . . . . . . set/get audio track"
 msgstr "| adev [X] . . . . . . . . . . .  sceglie/mostra periferica audio"
 
-#: modules/control/rc.c:920
+#: modules/control/rc.c:922
 #, fuzzy
 msgid "| vtrack [X] . . . . . . . . . set/get video track"
 msgstr "| adev [X] . . . . . . . . . . .  sceglie/mostra periferica audio"
 
-#: modules/control/rc.c:921
+#: modules/control/rc.c:923
 #, fuzzy
 msgid "| strack [X] . . . . . . . set/get subtitles track"
 msgstr "| achan [X] . . . . . . . . . . . . . sceglie/mostra canali audio"
 
-#: modules/control/rc.c:922
+#: modules/control/rc.c:924
 msgid "| menu [on|off|up|down|left|right|select] use menu"
 msgstr ""
 
-#: modules/control/rc.c:927
+#: modules/control/rc.c:929
 #, fuzzy
 msgid "| marq-marquee STRING  . . overlay STRING in video"
 msgstr "| marq-marquee STRINGA  . .  sovrappone STRINGA sul video"
 
-#: modules/control/rc.c:928
+#: modules/control/rc.c:930
 #, fuzzy
 msgid "| marq-x X . . . . . . . . . . . .offset from left"
 msgstr "| marq-x X . . . . . . posizione del testo, da sinistra"
 
-#: modules/control/rc.c:929
+#: modules/control/rc.c:931
 #, fuzzy
 msgid "| marq-y Y . . . . . . . . . . . . offset from top"
 msgstr "| marq-y Y . . . . . . posizione del testo, dall'alto"
 
-#: modules/control/rc.c:930
+#: modules/control/rc.c:932
 #, fuzzy
 msgid "| marq-position #. . .  .relative position control"
 msgstr "| stop . . . . . . . . . . . . . . . . . . . . . . . . interrompe"
 
-#: modules/control/rc.c:931
+#: modules/control/rc.c:933
 #, fuzzy
 msgid "| marq-color # . . . . . . . . . . font color, RGB"
 msgstr "| stop . . . . . . . . . . . . . . . . . . . . . . . . interrompe"
 
-#: modules/control/rc.c:932
+#: modules/control/rc.c:934
 #, fuzzy
 msgid "| marq-opacity # . . . . . . . . . . . . . opacity"
 msgstr "| play . . . . . . . . . . . . . . . . . . . . . . . .  riproduce"
 
-#: modules/control/rc.c:933
+#: modules/control/rc.c:935
 #, fuzzy
 msgid "| marq-timeout T. . . . . . . . . . timeout, in ms"
 msgstr "| marq-timeout T. . . . . timeout del testo, in ms"
 
-#: modules/control/rc.c:934
+#: modules/control/rc.c:936
 #, fuzzy
 msgid "| marq-size # . . . . . . . . font size, in pixels"
 msgstr "| title_n  . . . . . . . titolo successivo nell'elemento corrente"
 
-#: modules/control/rc.c:936
+#: modules/control/rc.c:938
 #, fuzzy
 msgid "| time-format STRING . . . overlay STRING in video"
 msgstr "| marq-marquee STRINGA  . .  sovrappone STRINGA sul video"
 
-#: modules/control/rc.c:937
+#: modules/control/rc.c:939
 #, fuzzy
 msgid "| time-x X . . . . . . . . . . . .offset from left"
 msgstr "| marq-x X . . . . . . posizione del testo, da sinistra"
 
-#: modules/control/rc.c:938
+#: modules/control/rc.c:940
 #, fuzzy
 msgid "| time-y Y . . . . . . . . . . . . offset from top"
 msgstr "| marq-y Y . . . . . . posizione del testo, dall'alto"
 
-#: modules/control/rc.c:939
+#: modules/control/rc.c:941
 #, fuzzy
 msgid "| time-position #. . . . . . . . relative position"
 msgstr "| stop . . . . . . . . . . . . . . . . . . . . . . . . interrompe"
 
-#: modules/control/rc.c:940
+#: modules/control/rc.c:942
 #, fuzzy
 msgid "| time-color # . . . . . . . . . . font color, RGB"
 msgstr "| next . . . . . . . . . . . . . . . . . . .  elemento successivo"
 
-#: modules/control/rc.c:941
+#: modules/control/rc.c:943
 #, fuzzy
 msgid "| time-opacity # . . . . . . . . . . . . . opacity"
 msgstr "| play . . . . . . . . . . . . . . . . . . . . . . . .  riproduce"
 
-#: modules/control/rc.c:942
+#: modules/control/rc.c:944
 #, fuzzy
 msgid "| time-size # . . . . . . . . font size, in pixels"
 msgstr "| title_n  . . . . . . . titolo successivo nell'elemento corrente"
 
-#: modules/control/rc.c:944
+#: modules/control/rc.c:946
 msgid "| logo-file STRING . . .the overlay file path/name"
 msgstr ""
 
-#: modules/control/rc.c:945
+#: modules/control/rc.c:947
 #, fuzzy
 msgid "| logo-x X . . . . . . . . . . . .offset from left"
 msgstr "| stop . . . . . . . . . . . . . . . . . . . . . . . . interrompe"
 
-#: modules/control/rc.c:946
+#: modules/control/rc.c:948
 #, fuzzy
 msgid "| logo-y Y . . . . . . . . . . . . offset from top"
 msgstr "| stop . . . . . . . . . . . . . . . . . . . . . . . . interrompe"
 
-#: modules/control/rc.c:947
+#: modules/control/rc.c:949
 #, fuzzy
 msgid "| logo-position #. . . . . . . . relative position"
 msgstr "| stop . . . . . . . . . . . . . . . . . . . . . . . . interrompe"
 
-#: modules/control/rc.c:948
+#: modules/control/rc.c:950
 #, fuzzy
 msgid "| logo-transparency #. . . . . . . . .transparency"
 msgstr "| stop . . . . . . . . . . . . . . . . . . . . . . . . interrompe"
 
-#: modules/control/rc.c:950
+#: modules/control/rc.c:952
 #, fuzzy
 msgid "| mosaic-alpha # . . . . . . . . . . . . . . alpha"
 msgstr "| pause  . . . . . . . . . . . . . . . . . . . . . . . . .  pausa"
 
-#: modules/control/rc.c:951
+#: modules/control/rc.c:953
 #, fuzzy
 msgid "| mosaic-height #. . . . . . . . . . . . . .height"
 msgstr "| help . . . . . . . . . . . . .  stampa questo messaggio d'aiuto"
 
-#: modules/control/rc.c:952
+#: modules/control/rc.c:954
 #, fuzzy
 msgid "| mosaic-width # . . . . . . . . . . . . . . width"
 msgstr "| quit . . . . . . . . . . . . . . . . . . . . . . . . chiude vlc"
 
-#: modules/control/rc.c:953
+#: modules/control/rc.c:955
 msgid "| mosaic-xoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:954
+#: modules/control/rc.c:956
 msgid "| mosaic-yoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:955
+#: modules/control/rc.c:957
 msgid "| mosaic-align 0..2,4..6,8..10. . .mosaic alignment"
 msgstr ""
 
-#: modules/control/rc.c:956
+#: modules/control/rc.c:958
 #, fuzzy
 msgid "| mosaic-vborder # . . . . . . . . vertical border"
 msgstr "| stop . . . . . . . . . . . . . . . . . . . . . . . . interrompe"
 
-#: modules/control/rc.c:957
+#: modules/control/rc.c:959
 #, fuzzy
 msgid "| mosaic-hborder # . . . . . . . horizontal border"
 msgstr "| pause  . . . . . . . . . . . . . . . . . . . . . . . . .  pausa"
 
-#: modules/control/rc.c:958
+#: modules/control/rc.c:960
 msgid "| mosaic-position {0=auto,1=fixed} . . . .position"
 msgstr ""
 
-#: modules/control/rc.c:959
+#: modules/control/rc.c:961
 #, fuzzy
 msgid "| mosaic-rows #. . . . . . . . . . .number of rows"
 msgstr "| stop . . . . . . . . . . . . . . . . . . . . . . . . interrompe"
 
-#: modules/control/rc.c:960
+#: modules/control/rc.c:962
 #, fuzzy
 msgid "| mosaic-cols #. . . . . . . . . . .number of cols"
 msgstr "| pause  . . . . . . . . . . . . . . . . . . . . . . . . .  pausa"
 
-#: modules/control/rc.c:961
+#: modules/control/rc.c:963
 #, fuzzy
 msgid "| mosaic-order id(,id)* . . . . order of pictures "
 msgstr "| pause  . . . . . . . . . . . . . . . . . . . . . . . . .  pausa"
 
-#: modules/control/rc.c:962
+#: modules/control/rc.c:964
 msgid "| mosaic-keep-aspect-ratio {0,1} . . .aspect ratio"
 msgstr ""
 
-#: modules/control/rc.c:964
+#: modules/control/rc.c:966
 msgid ""
 "| check-updates [newer] [equal] [older]\n"
 "|               [undef] [info] [source] [binary] [plugin]"
 msgstr ""
 
-#: modules/control/rc.c:968
+#: modules/control/rc.c:970
 #, fuzzy
 msgid "| help . . . . . . . . . . . . . this help message"
 msgstr "| help . . . . . . . . . . . . .  stampa questo messaggio d'aiuto"
 
-#: modules/control/rc.c:969
+#: modules/control/rc.c:971
 #, fuzzy
 msgid "| longhelp . . . . . . . . . a longer help message"
 msgstr "| help . . . . . . . . . . . . .  stampa questo messaggio d'aiuto"
 
-#: modules/control/rc.c:970
+#: modules/control/rc.c:972
 #, fuzzy
 msgid "| logout . . . . .  exit (if in socket connection)"
 msgstr "| logout . . . . . .uscita (se connesso ad un socket)"
 
-#: modules/control/rc.c:971
+#: modules/control/rc.c:973
 #, fuzzy
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc"
 msgstr "| quit . . . . . . . . . . . . . . . . . . . . . . . . chiude vlc"
 
-#: modules/control/rc.c:973
+#: modules/control/rc.c:975
 #, fuzzy
 msgid "+----[ end of help ]"
 msgstr "+----[ fine dell'aiuto ]"
 
-#: modules/control/rc.c:1080
+#: modules/control/rc.c:1082
 #, fuzzy
 msgid "Press menu select or pause to continue."
 msgstr "Premere il tasto INVIO per continuare..."
 
-#: modules/control/rc.c:1324 modules/control/rc.c:1809
-#: modules/control/rc.c:1879 modules/control/rc.c:1928
-#: modules/control/rc.c:2027
+#: modules/control/rc.c:1326 modules/control/rc.c:1811
+#: modules/control/rc.c:1881 modules/control/rc.c:1930
+#: modules/control/rc.c:2029
 #, fuzzy
 msgid "Type 'menu select' or 'pause' to continue."
 msgstr "Premere il tasto INVIO per continuare..."
 
-#: modules/control/rc.c:1461
+#: modules/control/rc.c:1463
 #, fuzzy
 msgid "Type 'pause' to continue."
 msgstr "Premere il tasto INVIO per continuare..."
 
-#: modules/control/rc.c:2012 modules/control/rc.c:2051
+#: modules/control/rc.c:2014 modules/control/rc.c:2053
 msgid "Please provide one of the following parameters:"
 msgstr ""
 
@@ -10163,6 +10186,7 @@ msgstr ""
 #: modules/gui/macosx/interaction.m:135 modules/gui/macosx/open.m:158
 #: modules/gui/macosx/playlistinfo.m:60 modules/gui/macosx/prefs.m:122
 #: modules/gui/macosx/prefs.m:142 modules/gui/macosx/wizard.m:363
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:88
 msgid "Cancel"
 msgstr "Annulla"
 
@@ -11142,8 +11166,8 @@ msgstr "Aprire anche i file in tutte le sottocartelle?"
 #: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:440
 #: modules/gui/macosx/open.m:634 modules/gui/macosx/open.m:738
 #: modules/gui/macosx/open.m:784 modules/gui/wxwidgets/interface.cpp:675
-#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:348
-#: modules/gui/wxwidgets/menus.cpp:404
+#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:349
+#: modules/gui/wxwidgets/menus.cpp:405
 msgid "Open"
 msgstr "Apri"
 
@@ -11155,7 +11179,7 @@ msgstr "Preferenze"
 
 #: modules/gui/beos/InterfaceWindow.cpp:237
 #: modules/gui/beos/InterfaceWindow.cpp:328 modules/gui/macosx/intf.m:503
-#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:35
+#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:41
 #: modules/gui/wxwidgets/dialogs/messages.cpp:47
 msgid "Messages"
 msgstr "Messaggi"
@@ -11308,6 +11332,7 @@ msgstr "Applica"
 
 #: modules/gui/beos/PreferencesWindow.cpp:254 modules/gui/macosx/output.m:526
 #: modules/gui/macosx/playlist.m:704 modules/gui/macosx/prefs.m:121
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:87
 msgid "Save"
 msgstr "Registra"
 
@@ -11440,7 +11465,7 @@ msgid "The stream must be playing or paused for bookmarks to work."
 msgstr ""
 "L'esecuzione deve essere in corso o in pausa per far funzionare i segnalibri."
 
-#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:735
+#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:741
 #, fuzzy
 msgid "Jump To Time"
 msgstr "Salta a:"
@@ -11459,64 +11484,64 @@ msgstr "Salta a:"
 msgid "Random On"
 msgstr "Casuale Attivato"
 
-#: modules/gui/macosx/controls.m:167
+#: modules/gui/macosx/controls.m:168
 msgid "Random Off"
 msgstr "Casuale Disattivato"
 
-#: modules/gui/macosx/controls.m:195 modules/gui/macosx/controls.m:719
+#: modules/gui/macosx/controls.m:197 modules/gui/macosx/controls.m:725
 #: modules/gui/macosx/intf.m:543 modules/gui/macosx/playlist.m:453
 #: modules/gui/macosx/playlist.m:1167
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:54
 msgid "Repeat One"
 msgstr "Ripeti un Elemento"
 
-#: modules/gui/macosx/controls.m:199 modules/gui/macosx/controls.m:231
+#: modules/gui/macosx/controls.m:202 modules/gui/macosx/controls.m:236
 #: modules/gui/macosx/playlist.m:1186
 msgid "Repeat Off"
 msgstr "Non Ripetere"
 
-#: modules/gui/macosx/controls.m:227 modules/gui/macosx/controls.m:726
+#: modules/gui/macosx/controls.m:231 modules/gui/macosx/controls.m:732
 #: modules/gui/macosx/intf.m:544 modules/gui/macosx/playlist.m:454
 #: modules/gui/macosx/playlist.m:1175
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:53
 msgid "Repeat All"
 msgstr "Ripeti Tutto"
 
-#: modules/gui/macosx/controls.m:308 modules/gui/macosx/controls.m:749
+#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
 #: modules/gui/macosx/intf.m:569
 msgid "Half Size"
 msgstr "Dimensione Dimezzata"
 
-#: modules/gui/macosx/controls.m:310 modules/gui/macosx/controls.m:750
+#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:756
 #: modules/gui/macosx/intf.m:570
 msgid "Normal Size"
 msgstr "Dimensione Normale"
 
-#: modules/gui/macosx/controls.m:312 modules/gui/macosx/controls.m:751
+#: modules/gui/macosx/controls.m:318 modules/gui/macosx/controls.m:757
 #: modules/gui/macosx/intf.m:571
 msgid "Double Size"
 msgstr "Dimensione Doppia"
 
-#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
-#: modules/gui/macosx/controls.m:766 modules/gui/macosx/intf.m:574
+#: modules/gui/macosx/controls.m:320 modules/gui/macosx/controls.m:761
+#: modules/gui/macosx/controls.m:772 modules/gui/macosx/intf.m:574
 msgid "Float on Top"
 msgstr "Sempre in Primo Piano"
 
-#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:752
+#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:758
 #: modules/gui/macosx/intf.m:572
 msgid "Fit to Screen"
 msgstr "Dimensione Schermo"
 
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:542
+#: modules/gui/macosx/controls.m:718 modules/gui/macosx/intf.m:542
 #: modules/gui/macosx/playlist.m:447
 msgid "Random"
 msgstr "Casuale"
 
-#: modules/gui/macosx/controls.m:733 modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/controls.m:739 modules/gui/macosx/intf.m:545
 msgid "Step Forward"
 msgstr "Vai Avanti"
 
-#: modules/gui/macosx/controls.m:734 modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/controls.m:740 modules/gui/macosx/intf.m:546
 msgid "Step Backward"
 msgstr "Vai Indietro"
 
@@ -11535,7 +11560,7 @@ msgstr "Avanti veloce"
 #: modules/gui/pda/pda_interface.c:251 modules/gui/wxwidgets/interface.cpp:678
 #: modules/gui/wxwidgets/interface.cpp:689
 #: modules/gui/wxwidgets/interface.cpp:1210
-#: modules/gui/wxwidgets/menus.cpp:265 modules/visualization/xosd.c:242
+#: modules/gui/wxwidgets/menus.cpp:266 modules/visualization/xosd.c:242
 msgid "Pause"
 msgstr "Pausa"
 
@@ -11759,7 +11784,7 @@ msgstr "Pannello - VLC"
 
 #: modules/gui/macosx/intf.m:488 modules/gui/macosx/intf.m:999
 #: modules/gui/macosx/intf.m:1321 modules/gui/pda/pda_interface.c:212
-#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:52
+#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:54
 msgid "VLC media player"
 msgstr "VLC media player"
 
@@ -12217,81 +12242,6 @@ msgstr "URL SDP"
 msgid "Save File"
 msgstr "Registra File"
 
-#: modules/gui/macosx/playlistinfo.m:56
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
-msgid "URI"
-msgstr "URI"
-
-#: modules/gui/macosx/playlistinfo.m:63
-#, fuzzy
-msgid "Advanced Information"
-msgstr "Opzioni Avanzate"
-
-#: modules/gui/macosx/playlistinfo.m:81
-msgid "Read at media"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:82
-#, fuzzy
-msgid "Input bitrate"
-msgstr "Interrompi sorgente"
-
-#: modules/gui/macosx/playlistinfo.m:83
-#, fuzzy
-msgid "Demuxed"
-msgstr "Numero demux"
-
-#: modules/gui/macosx/playlistinfo.m:84
-#, fuzzy
-msgid "Stream bitrate"
-msgstr "Bitrate massimo di codifica"
-
-#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
-#, fuzzy
-msgid "Decoded blocks"
-msgstr "Decoder"
-
-#: modules/gui/macosx/playlistinfo.m:88
-#, fuzzy
-msgid "Displayed frames"
-msgstr "Frame B"
-
-#: modules/gui/macosx/playlistinfo.m:89
-#, fuzzy
-msgid "Lost frames"
-msgstr "Frame B"
-
-#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
-#: modules/video_filter/deinterlace.c:137
-msgid "Streaming"
-msgstr "Trasmissione"
-
-#: modules/gui/macosx/playlistinfo.m:92
-#, fuzzy
-msgid "Sent packets"
-msgstr "Raggruppa pacchetti"
-
-#: modules/gui/macosx/playlistinfo.m:93
-msgid "Sent bytes"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:94
-#, fuzzy
-msgid "Send rate"
-msgstr "Campionamento"
-
-#: modules/gui/macosx/playlistinfo.m:98
-#, fuzzy
-msgid "Played buffers"
-msgstr "Riproduci velocemente"
-
-#: modules/gui/macosx/playlistinfo.m:99
-msgid "Lost buffers"
-msgstr ""
-
 #: modules/gui/macosx/playlist.m:434
 msgid "Save Playlist..."
 msgstr "Registra Playlist..."
@@ -12382,6 +12332,81 @@ msgstr "Specificare un nome per il nuovo gruppo:"
 msgid "Empty Folder"
 msgstr ""
 
+#: modules/gui/macosx/playlistinfo.m:56
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
+msgid "URI"
+msgstr "URI"
+
+#: modules/gui/macosx/playlistinfo.m:63
+#, fuzzy
+msgid "Advanced Information"
+msgstr "Opzioni Avanzate"
+
+#: modules/gui/macosx/playlistinfo.m:81
+msgid "Read at media"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:82
+#, fuzzy
+msgid "Input bitrate"
+msgstr "Interrompi sorgente"
+
+#: modules/gui/macosx/playlistinfo.m:83
+#, fuzzy
+msgid "Demuxed"
+msgstr "Numero demux"
+
+#: modules/gui/macosx/playlistinfo.m:84
+#, fuzzy
+msgid "Stream bitrate"
+msgstr "Bitrate massimo di codifica"
+
+#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
+#, fuzzy
+msgid "Decoded blocks"
+msgstr "Decoder"
+
+#: modules/gui/macosx/playlistinfo.m:88
+#, fuzzy
+msgid "Displayed frames"
+msgstr "Frame B"
+
+#: modules/gui/macosx/playlistinfo.m:89
+#, fuzzy
+msgid "Lost frames"
+msgstr "Frame B"
+
+#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
+#: modules/video_filter/deinterlace.c:137
+msgid "Streaming"
+msgstr "Trasmissione"
+
+#: modules/gui/macosx/playlistinfo.m:92
+#, fuzzy
+msgid "Sent packets"
+msgstr "Raggruppa pacchetti"
+
+#: modules/gui/macosx/playlistinfo.m:93
+msgid "Sent bytes"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:94
+#, fuzzy
+msgid "Send rate"
+msgstr "Campionamento"
+
+#: modules/gui/macosx/playlistinfo.m:98
+#, fuzzy
+msgid "Played buffers"
+msgstr "Riproduci velocemente"
+
+#: modules/gui/macosx/playlistinfo.m:99
+msgid "Lost buffers"
+msgstr ""
+
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:213
 msgid "Reset All"
@@ -13712,11 +13737,22 @@ msgstr "File pixmap %s non trovato"
 msgid "QNX RTOS video and audio output"
 msgstr "uscita video e audio QNX RTOS"
 
+#: modules/gui/qt4/dialogs/errors.cpp:37
+#, fuzzy
+msgid "Errors"
+msgstr "Errore"
+
 #: modules/gui/qt4/dialogs/streaminfo.cpp:35
 #, fuzzy
 msgid "Stream information"
 msgstr "Metainformazioni"
 
+#: modules/gui/qt4/dialogs_provider.cpp:235
+#: modules/gui/qt4/dialogs_provider.cpp:246
+#, fuzzy
+msgid "Open directory"
+msgstr "Apri &File...\tCtrl-F"
+
 #: modules/gui/qt4/qt4.cpp:45
 #, fuzzy
 msgid "QT interface"
@@ -13909,6 +13945,11 @@ msgstr "Modulo interfaccia wxWidgets"
 msgid "WinCE dialogs provider"
 msgstr "Fornitore dialoghi wxWidgets"
 
+#: modules/gui/wxwidgets/dialogs.cpp:433
+#: modules/gui/wxwidgets/dialogs/open.cpp:1265
+msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
+msgstr ""
+
 #: modules/gui/wxwidgets/dialogs/bookmarks.cpp:75
 msgid "Edit bookmark"
 msgstr "Modifica segnalibro"
@@ -13978,26 +14019,6 @@ msgstr ""
 msgid "Input has changed "
 msgstr "L'ingresso è cambiato "
 
-#: modules/gui/wxwidgets/dialogs.cpp:433
-#: modules/gui/wxwidgets/dialogs/open.cpp:1265
-msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:435
-#: modules/gui/wxwidgets/dialogs/open.cpp:1267
-msgid "|Video Files (*.avi, *.mpg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:436
-#: modules/gui/wxwidgets/dialogs/open.cpp:1268
-msgid "|Playlist Files (*.m3u, *.pls, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:437
-#: modules/gui/wxwidgets/dialogs/open.cpp:1269
-msgid "|Subtitle Files (*.srt, *.sub, etc.)|"
-msgstr ""
-
 #: modules/gui/wxwidgets/dialogs/fileinfo.cpp:54
 #, fuzzy
 msgid "Stream and Media Info"
@@ -14555,11 +14576,6 @@ msgstr "URL uscita"
 msgid "Loop"
 msgstr "Ripeti"
 
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:415
-#, fuzzy
-msgid "Create"
-msgstr "Campionamento"
-
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:560
 #, fuzzy
 msgid "VLM stream"
@@ -14656,11 +14672,6 @@ msgstr ""
 "Scelta del codec video. Fare click su ciascun codec per maggiori "
 "informazioni."
 
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
-#, fuzzy
-msgid "Transcode audio (if available)"
-msgstr "Transcodifica Audio"
-
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:135
 #, fuzzy
 msgid ""
@@ -14750,6 +14761,11 @@ msgstr "Ulteriori informazioni"
 msgid "Save to file"
 msgstr "Registra file"
 
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
+#, fuzzy
+msgid "Transcode audio (if available)"
+msgstr "Transcodifica Audio"
+
 #: modules/gui/wxwidgets/extrapanel.cpp:41
 #, fuzzy
 msgid ""
@@ -15057,7 +15073,7 @@ msgstr "&Messaggi..."
 msgid "&Preferences..."
 msgstr "&Preferenze..."
 
-#: modules/gui/wxwidgets/menus.cpp:572 modules/gui/wxwidgets/menus.cpp:599
+#: modules/gui/wxwidgets/menus.cpp:573 modules/gui/wxwidgets/menus.cpp:600
 msgid "Empty"
 msgstr "Vuoto"
 
@@ -15608,10 +15624,6 @@ msgstr "File in uscita"
 msgid "Output data for RRDTool in this file."
 msgstr ""
 
-#: modules/misc/memcpy/memcpyaltivec.c:56
-msgid "AltiVec memcpy"
-msgstr "AlitVec memcpy"
-
 #: modules/misc/memcpy/memcpy.c:83
 msgid "libc memcpy"
 msgstr "libc memcpy"
@@ -15628,6 +15640,10 @@ msgstr "MMX memcpy"
 msgid "MMX EXT memcpy"
 msgstr "MMX EXT memcpy"
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr "AlitVec memcpy"
+
 #: modules/misc/msn.c:64
 msgid "MSN Title format string"
 msgstr ""
@@ -17199,13 +17215,6 @@ msgstr "Conversioni da MMX I420,IYUV,YV12 a RV15,RV16,RV24,RV32"
 msgid "Conversions from "
 msgstr "Conversioni da "
 
-#: 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 " a "
-
 #: 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 "
@@ -18949,8 +18958,11 @@ msgid "XOSD interface"
 msgstr "Interfaccia XOSD"
 
 #, fuzzy
-#~ msgid "Errors"
-#~ msgstr "Errore"
+#~ msgid "Create"
+#~ msgstr "Campionamento"
+
+#~ msgid " to "
+#~ msgstr " a "
 
 #, fuzzy
 #~ msgid "Yes"
@@ -22690,9 +22702,6 @@ msgstr "Interfaccia XOSD"
 #~ msgid "raw UDP access module"
 #~ msgstr "modulo accesso raw UDP"
 
-#~ msgid "libmpeg2 decoder module"
-#~ msgstr "modulo decodifica libmpeg2"
-
 #~ msgid "QNX RTOS module"
 #~ msgstr "modulo QNX RTOS"
 
diff --git a/po/ja.po b/po/ja.po
index fdee0b394a5aea06bdd8306b10496e72fe23ce2d..79acfc5c8466e69595ab77b38691ebebb36b2214 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ja\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-31 15:10+0400\n"
+"POT-Creation-Date: 2006-09-04 11:13+0200\n"
 "PO-Revision-Date: 2005-12-12 14:01+0900\n"
 "Last-Translator: Tadashi Jokagi <elf2000@users.sourceforge.net>\n"
 "Language-Team: Japanese <ja@li.org>\n"
@@ -18,6 +18,19 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 1.0.2\n"
 
+#: include/vlc/vlc.h:576
+#, fuzzy
+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"
+"see the file named COPYING for details.\n"
+"Written by the VideoLAN team; see the AUTHORS file.\n"
+msgstr ""
+"法律によって許可される範囲でこのプログラムには何の保証もありません。\n"
+"あなたは、GNU GPLの条項に基づいて再配布するかも知れません。\n"
+"COPYINGファイルに詳細が書かれていますので、参照してください。\n"
+"Written by the VideoLAN team at Ecole Centrale, Paris.\n"
+
 #: include/vlc_config_cat.h:32
 msgid "VLC preferences"
 msgstr "VLC 設定"
@@ -72,7 +85,7 @@ msgstr "VLC インターフェースの設定"
 msgid "Hotkeys settings"
 msgstr "ホットキー設定"
 
-#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1209
+#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1217
 #: modules/gui/beos/InterfaceWindow.cpp:282 modules/gui/macosx/extended.m:81
 #: modules/gui/macosx/intf.m:555 modules/gui/macosx/output.m:170
 #: modules/gui/macosx/playlistinfo.m:96 modules/gui/macosx/wizard.m:421
@@ -116,9 +129,9 @@ msgstr "出力モジュール"
 msgid "These are general settings for audio output modules."
 msgstr "これらはオーディオ出力モジュールの一般設定です"
 
-#: include/vlc_config_cat.h:71 src/libvlc.h:1553
+#: include/vlc_config_cat.h:71 src/libvlc.h:1563
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:578
-#: modules/gui/wxwidgets/menus.cpp:279 modules/stream_out/transcode.c:285
+#: modules/gui/wxwidgets/menus.cpp:280 modules/stream_out/transcode.c:285
 msgid "Miscellaneous"
 msgstr "その他"
 
@@ -127,7 +140,7 @@ msgstr "その他"
 msgid "Miscellaneous audio settings and modules."
 msgstr "その他のオーディオとモジュールの設定"
 
-#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1244
+#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1252
 #: modules/gui/macosx/extended.m:80 modules/gui/macosx/intf.m:568
 #: modules/gui/macosx/output.m:160 modules/gui/macosx/playlistinfo.m:86
 #: modules/gui/macosx/wizard.m:422
@@ -243,7 +256,7 @@ msgstr ""
 msgid "General input settings. Use with care."
 msgstr "ALSAオーディオ・モジュール"
 
-#: include/vlc_config_cat.h:135 src/libvlc.h:1483
+#: include/vlc_config_cat.h:135 src/libvlc.h:1493
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:152
 msgid "Stream output"
 msgstr "ストリーム出力"
@@ -335,8 +348,8 @@ msgstr "VOD"
 msgid "VLC's implementation of Video On Demand"
 msgstr ""
 
-#: include/vlc_config_cat.h:186 src/libvlc.h:1608 src/playlist/engine.c:79
-#: src/playlist/engine.c:81 modules/demux/playlist/playlist.c:56
+#: include/vlc_config_cat.h:186 src/libvlc.h:1618 src/playlist/engine.c:91
+#: src/playlist/engine.c:93 modules/demux/playlist/playlist.c:56
 #: modules/demux/playlist/playlist.c:57
 #: modules/gui/beos/InterfaceWindow.cpp:231
 #: modules/gui/beos/InterfaceWindow.cpp:325 modules/gui/macosx/intf.m:500
@@ -369,7 +382,7 @@ msgid ""
 "playlist."
 msgstr ""
 
-#: include/vlc_config_cat.h:197 src/libvlc.h:1444
+#: include/vlc_config_cat.h:197 src/libvlc.h:1454
 #: modules/gui/macosx/prefs.m:124
 msgid "Advanced"
 msgstr ""
@@ -492,7 +505,7 @@ msgstr "再生に使うホットキーを選択"
 #: modules/gui/wxwidgets/interface.cpp:677
 #: modules/gui/wxwidgets/interface.cpp:688
 #: modules/gui/wxwidgets/interface.cpp:1216
-#: modules/gui/wxwidgets/menus.cpp:263 modules/gui/wxwidgets/menus.cpp:274
+#: modules/gui/wxwidgets/menus.cpp:264 modules/gui/wxwidgets/menus.cpp:275
 msgid "Play"
 msgstr "再生"
 
@@ -510,8 +523,8 @@ msgid "Delete"
 msgstr "削除"
 
 #: include/vlc_intf_strings.h:37 modules/gui/macosx/intf.m:599
-#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlistinfo.m:55
-#: modules/gui/macosx/playlistinfo.m:363 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/playlistinfo.m:55 modules/gui/macosx/playlistinfo.m:363
 #, fuzzy
 msgid "Information"
 msgstr "バージョン情報の印刷"
@@ -547,8 +560,8 @@ msgstr "メタ情報"
 msgid "Title"
 msgstr "タイトル"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:58
-#: modules/gui/macosx/playlist.m:130 modules/gui/macosx/wizard.m:393
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:130
+#: modules/gui/macosx/playlistinfo.m:58 modules/gui/macosx/wizard.m:393
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:50
 msgid "Author"
 msgstr "作成者"
@@ -621,19 +634,6 @@ msgstr "コーデック名デバイス名"
 msgid "Codec Description"
 msgstr "コーデック説明"
 
-#: include/vlc/vlc.h:576
-#, fuzzy
-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"
-"see the file named COPYING for details.\n"
-"Written by the VideoLAN team; see the AUTHORS file.\n"
-msgstr ""
-"法律によって許可される範囲でこのプログラムには何の保証もありません。\n"
-"あなたは、GNU GPLの条項に基づいて再配布するかも知れません。\n"
-"COPYINGファイルに詳細が書かれていますので、参照してください。\n"
-"Written by the VideoLAN team at Ecole Centrale, Paris.\n"
-
 #: src/audio_output/filters.c:154 src/audio_output/filters.c:201
 #: src/audio_output/filters.c:224
 #, fuzzy
@@ -647,7 +647,7 @@ msgid "The maximum number of filters (%d) was reached."
 msgstr ""
 
 #: src/audio_output/input.c:80 src/audio_output/input.c:126
-#: src/input/es_out.c:361 src/libvlc.h:417 src/video_output/video_output.c:421
+#: src/input/es_out.c:361 src/libvlc.h:421 src/video_output/video_output.c:421
 #: modules/codec/ffmpeg/postprocess.c:94
 msgid "Disable"
 msgstr "無効"
@@ -797,13 +797,15 @@ msgid "VLC could not open the decoder module."
 msgstr ""
 
 #: src/input/decoder.c:136
-msgid "No suitable decoder module for FOURCC \"4.4s\" found"
-msgstr ""
+#, fuzzy
+msgid "No suitable decoder module for format"
+msgstr "字幕・デコーダ・モジュール"
 
 #: src/input/decoder.c:137
+#, c-format
 msgid ""
-"VLC probably does not support this audio or video format. Regrettably, there "
-"is no way for you to fix this."
+"VLC probably does not support the “%4.4s” audio or video format. "
+"Unfortunately there is no way for you to fix this."
 msgstr ""
 
 #: src/input/es_out.c:383 src/input/es_out.c:385 src/input/es_out.c:391
@@ -814,7 +816,7 @@ msgid "Track %i"
 msgstr "トラック %i"
 
 #: src/input/es_out.c:465 src/input/es_out.c:467 src/input/es_out.c:567
-#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:443
+#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:447
 #: modules/gui/macosx/intf.m:548 modules/gui/macosx/intf.m:549
 msgid "Program"
 msgstr "プログラム"
@@ -853,8 +855,8 @@ msgstr "%d Hz"
 msgid "Bits per sample"
 msgstr "ビット/サンプル"
 
-#: src/input/es_out.c:1605 modules/access_output/shout.c:86
-#: modules/access/pvr.c:84
+#: src/input/es_out.c:1605 modules/access/pvr.c:84
+#: modules/access_output/shout.c:86
 msgid "Bitrate"
 msgstr "ビットレート"
 
@@ -906,7 +908,7 @@ msgstr ""
 msgid "Bookmark"
 msgstr "ブックマーク"
 
-#: src/input/var.c:131 src/libvlc.h:449
+#: src/input/var.c:131 src/libvlc.h:453
 msgid "Programs"
 msgstr "プログラム"
 
@@ -1627,46 +1629,56 @@ msgstr ""
 "いくらかの処理パワーをセーブすることができます。)"
 
 #: src/libvlc.h:278
+#, fuzzy
+msgid "Embedded video"
+msgstr "QT埋め込みモジュール"
+
+#: src/libvlc.h:280
+#, fuzzy
+msgid "Embed the video output in the main interface."
+msgstr "インターフェースのビデオ組み込み"
+
+#: src/libvlc.h:282
 msgid "Fullscreen video output"
 msgstr "フルスクリーンビデオ出力"
 
-#: src/libvlc.h:280
+#: src/libvlc.h:284
 #, fuzzy
 msgid "Start video in fullscreen mode"
 msgstr "代替えフルスクリーン方法"
 
-#: src/libvlc.h:282
+#: src/libvlc.h:286
 msgid "Overlay video output"
 msgstr "オーバーレイビデオ出力"
 
-#: src/libvlc.h:284
+#: src/libvlc.h:288
 msgid ""
 "Overlay is the hardware acceleration capability of your video card (ability "
 "to render video directly). VLC will try to use it by default."
 msgstr ""
 
-#: src/libvlc.h:287 src/video_output/vout_intf.c:399
+#: src/libvlc.h:291 src/video_output/vout_intf.c:399
 msgid "Always on top"
 msgstr "常に最前面"
 
-#: src/libvlc.h:289
+#: src/libvlc.h:293
 #, fuzzy
 msgid "Always place the video window on top of other windows."
 msgstr "ビデオをクローンするためにビデオ・ウィンドウ数を選択する"
 
-#: src/libvlc.h:291
+#: src/libvlc.h:295
 msgid "Disable screensaver"
 msgstr "スクリーンセーバーを無効にする"
 
-#: src/libvlc.h:292
+#: src/libvlc.h:296
 msgid "Disable the screensaver during video playback."
 msgstr "ビデオ再生中のスクリーンセーバーを無効にします。"
 
-#: src/libvlc.h:294
+#: src/libvlc.h:298
 msgid "Window decorations"
 msgstr ""
 
-#: src/libvlc.h:296
+#: src/libvlc.h:300
 #, fuzzy
 msgid ""
 "VLC can avoid creating window caption, frames, etc... around the video, "
@@ -1674,12 +1686,12 @@ msgid ""
 msgstr ""
 "このオプションを指定すると、VLCは常にビデオをフルスクリーン・モードにします。"
 
-#: src/libvlc.h:299
+#: src/libvlc.h:303
 #, fuzzy
 msgid "Video output filter module"
 msgstr "ビデオ出力モジュール"
 
-#: src/libvlc.h:301
+#: src/libvlc.h:305
 #, fuzzy
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
@@ -1688,11 +1700,11 @@ msgstr ""
 "ノンインタレースのインスタンスまたは、クローン、湾曲化されたビデオ・ウィンド"
 "ウの映像クォリティに効果を加えるフィルターを指定できます。"
 
-#: src/libvlc.h:305
+#: src/libvlc.h:309
 msgid "Video filter module"
 msgstr "ビデオフィルターモジュール"
 
-#: src/libvlc.h:307
+#: src/libvlc.h:311
 #, fuzzy
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
@@ -1701,61 +1713,61 @@ msgstr ""
 "ノンインタレースのインスタンスまたは、クローン、湾曲化されたビデオ・ウィンド"
 "ウの映像クォリティに効果を加えるフィルターを指定できます。"
 
-#: src/libvlc.h:311
+#: src/libvlc.h:315
 #, fuzzy
 msgid "Video snapshot directory (or filename)"
 msgstr "ビデオスナップショットのディレクトリ"
 
-#: src/libvlc.h:313
+#: src/libvlc.h:317
 #, fuzzy
 msgid "Directory where the video snapshots will be stored."
 msgstr "VLCが選択するパケッタライザーの順序を選択します。"
 
-#: src/libvlc.h:315 src/libvlc.h:317
+#: src/libvlc.h:319 src/libvlc.h:321
 #, fuzzy
 msgid "Video snapshot file prefix"
 msgstr "ビデオスナップショットの形式"
 
-#: src/libvlc.h:319
+#: src/libvlc.h:323
 msgid "Video snapshot format"
 msgstr "ビデオスナップショットの形式"
 
-#: src/libvlc.h:321
+#: src/libvlc.h:325
 msgid "Image format which will be used to store the video snapshots"
 msgstr ""
 
-#: src/libvlc.h:323
+#: src/libvlc.h:327
 #, fuzzy
 msgid "Display video snapshot preview"
 msgstr "ビデオのスナップショットを取る"
 
-#: src/libvlc.h:325
+#: src/libvlc.h:329
 msgid "Display the snapshot preview in the screen's top-left corner."
 msgstr ""
 
-#: src/libvlc.h:327
+#: src/libvlc.h:331
 msgid "Use sequential numbers instead of timestamps"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:333
 msgid "Use sequential numbers instead of timestamps for snapshot numbering"
 msgstr ""
 
-#: src/libvlc.h:331
+#: src/libvlc.h:335
 msgid "Video cropping"
 msgstr "ビデオ縁取り"
 
-#: src/libvlc.h:333
+#: src/libvlc.h:337
 msgid ""
 "This forces the cropping of the source video. Accepted formats are x:y (4:3, "
 "16:9, etc.) expressing the global image aspect."
 msgstr ""
 
-#: src/libvlc.h:337
+#: src/libvlc.h:341
 msgid "Source aspect ratio"
 msgstr "ソースのアスペクト比"
 
-#: src/libvlc.h:339
+#: src/libvlc.h:343
 #, fuzzy
 msgid ""
 "This forces the source aspect ratio. For instance, some DVDs claim to be "
@@ -1770,124 +1782,124 @@ msgstr ""
 "x:y (4:3, 16:9, etc.)の形式でアスペクトを指定するか、浮動小数点値 (1.25, "
 "1.3333, etc.)の形式でピクセルの矩形を指定します。"
 
-#: src/libvlc.h:346
+#: src/libvlc.h:350
 msgid "Custom crop ratios list"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:352
 msgid ""
 "Comma seperated list of crop ratios which will be added in the interface's "
 "crop ratios list."
 msgstr ""
 
-#: src/libvlc.h:351
+#: src/libvlc.h:355
 #, fuzzy
 msgid "Custom aspect ratios list"
 msgstr "ソースのアスペクト比"
 
-#: src/libvlc.h:353
+#: src/libvlc.h:357
 msgid ""
 "Comma seperated list of aspect ratios which will be added in the interface's "
 "aspect ratio list."
 msgstr ""
 
-#: src/libvlc.h:356
+#: src/libvlc.h:360
 msgid "Fix HDTV height"
 msgstr "HDTV の高さを固定にする"
 
-#: src/libvlc.h:358
+#: src/libvlc.h:362
 msgid ""
 "This allows proper handling of HDTV-1080 video format even if broken encoder "
 "incorrectly sets height to 1088 lines. You should only disable this option "
 "if your video has a non-standard format requiring all 1088 lines."
 msgstr ""
 
-#: src/libvlc.h:363
+#: src/libvlc.h:367
 msgid "Monitor pixel aspect ratio"
 msgstr "モニターのピクセルアスペクト比"
 
-#: src/libvlc.h:365
+#: src/libvlc.h:369
 msgid ""
 "This forces the monitor aspect ratio. Most monitors have square pixels "
 "(1:1). If you have a 16:9 screen, you might need to change this to 4:3 in "
 "order to keep proportions."
 msgstr ""
 
-#: src/libvlc.h:370
+#: src/libvlc.h:374
 msgid "Skip frames"
 msgstr "フレームを飛ばす"
 
-#: src/libvlc.h:372
+#: src/libvlc.h:376
 msgid ""
 "This option enables framedropping on MPEG2 stream. Framedropping occurs when "
 "your computer is not powerful enough"
 msgstr ""
 
-#: src/libvlc.h:375
+#: src/libvlc.h:379
 #, fuzzy
 msgid "Drop late frames"
 msgstr "フレームを飛ばす"
 
-#: src/libvlc.h:377
+#: src/libvlc.h:381
 msgid ""
 "This drops frames that are late (arrive to the video output after their "
 "intended display date)."
 msgstr ""
 
-#: src/libvlc.h:380
+#: src/libvlc.h:384
 msgid "Quiet synchro"
 msgstr ""
 
-#: src/libvlc.h:382
+#: src/libvlc.h:386
 msgid ""
 "This avoids flooding the message log with debug output from the video output "
 "synchronization mechanism."
 msgstr ""
 
-#: src/libvlc.h:391
+#: src/libvlc.h:395
 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:396
+#: src/libvlc.h:400
 msgid ""
 "If you live in France, it is not allowed to workaround any Digital "
 "Restrictions Management measure."
 msgstr ""
 
-#: src/libvlc.h:399
+#: src/libvlc.h:403
 msgid "Clock reference average counter"
 msgstr "平均カウンターの参照クロック"
 
-#: src/libvlc.h:401
+#: src/libvlc.h:405
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
 msgstr ""
 
-#: src/libvlc.h:404
+#: src/libvlc.h:408
 msgid "Clock synchronisation"
 msgstr "時刻同期"
 
-#: src/libvlc.h:406
+#: src/libvlc.h:410
 msgid ""
 "It is possible to disable the input clock synchronisation for real-time "
 "sources. Use this if you experience jerky playback of network streams."
 msgstr ""
 
-#: src/libvlc.h:410 modules/control/netsync.c:71
+#: src/libvlc.h:414 modules/control/netsync.c:71
 msgid "Network synchronisation"
 msgstr ""
 
-#: src/libvlc.h:411
+#: src/libvlc.h:415
 msgid ""
 "This allows you to remotely synchronise clocks for server and client. The "
 "detailed settings are available in Advanced / Network Sync."
 msgstr ""
 
-#: src/libvlc.h:417 src/libvlc.h:964 src/video_output/vout_intf.c:261
+#: src/libvlc.h:421 src/libvlc.h:972 src/video_output/vout_intf.c:261
 #: src/video_output/vout_intf.c:348 modules/access/dshow/dshow.cpp:74
 #: modules/access/dshow/dshow.cpp:76 modules/access/dshow/dshow.cpp:79
 #: modules/access/dshow/dshow.cpp:85 modules/audio_output/alsa.c:102
@@ -1900,7 +1912,7 @@ msgstr ""
 msgid "Default"
 msgstr "デフォルト"
 
-#: src/libvlc.h:417 modules/gui/macosx/equalizer.m:145
+#: src/libvlc.h:421 modules/gui/macosx/equalizer.m:145
 #: modules/gui/macosx/extended.m:113 modules/gui/macosx/wizard.m:395
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:633
 #: modules/gui/wxwidgets/extrapanel.cpp:216
@@ -1908,20 +1920,20 @@ msgstr "デフォルト"
 msgid "Enable"
 msgstr "有効"
 
-#: src/libvlc.h:419
+#: src/libvlc.h:423
 msgid "UDP port"
 msgstr "UDP ポート"
 
-#: src/libvlc.h:421
+#: src/libvlc.h:425
 #, fuzzy
 msgid "This is the default port used for UDP streams. Default is 1234."
 msgstr "UDPストリームで使用されるポートを指定します。既定値は1234です。"
 
-#: src/libvlc.h:423
+#: src/libvlc.h:427
 msgid "MTU of the network interface"
 msgstr "ネットワークインタフェースの MTU"
 
-#: src/libvlc.h:425
+#: src/libvlc.h:429
 #, fuzzy
 msgid ""
 "This is the maximum packet size that can be transmitted over the network "
@@ -1930,74 +1942,74 @@ msgstr ""
 "期待する典型的なUDPパケットのサイズです。イーサネットでは、その値は、通常1500"
 "です。"
 
-#: src/libvlc.h:428
+#: src/libvlc.h:432
 msgid "Hop limit (TTL)"
 msgstr ""
 
-#: src/libvlc.h:430
+#: src/libvlc.h:434
 msgid ""
 "This is the hop limit (also known as \"Time-To-Live\" or TTL) of the "
 "multicast packets sent by the stream output (0 = use operating system built-"
 "in default)."
 msgstr ""
 
-#: src/libvlc.h:434
+#: src/libvlc.h:438
 #, fuzzy
 msgid "IPv6 multicast output interface"
 msgstr "マルチキャスト出力インターフェース)"
 
-#: src/libvlc.h:436
+#: src/libvlc.h:440
 msgid "Default IPv6 multicast interface. This overrides the routing table."
 msgstr ""
 
-#: src/libvlc.h:438
+#: src/libvlc.h:442
 #, fuzzy
 msgid "IPv4 multicast output interface address"
 msgstr "マルチキャスト出力インターフェース)"
 
-#: src/libvlc.h:440
+#: src/libvlc.h:444
 msgid ""
 "IPv4 adress for the default multicast interface. This overrides the routing "
 "table."
 msgstr ""
 
-#: src/libvlc.h:445
+#: src/libvlc.h:449
 msgid ""
 "Choose the program to select by giving its Service ID. Only use this option "
 "if you want to read a multi-program stream (like DVB streams for example)."
 msgstr ""
 
-#: src/libvlc.h:451
+#: src/libvlc.h:455
 msgid ""
 "Choose the programs to select by giving a comma-separated list of Service "
 "IDs (SIDs). Only use this option if you want to read a multi-program stream "
 "(like DVB streams for example)."
 msgstr ""
 
-#: src/libvlc.h:457 modules/gui/wxwidgets/dialogs/open.cpp:779
+#: src/libvlc.h:461 modules/gui/wxwidgets/dialogs/open.cpp:779
 msgid "Audio track"
 msgstr "オーディオトラック"
 
-#: src/libvlc.h:459
+#: src/libvlc.h:463
 #, fuzzy
 msgid "Stream number of the audio track to use (from 0 to n)."
 msgstr ""
 "DVDの中で使用したいオーディオのチャンネル番号を指定します。(1からnまで)"
 
-#: src/libvlc.h:462 modules/gui/wxwidgets/dialogs/open.cpp:771
+#: src/libvlc.h:466 modules/gui/wxwidgets/dialogs/open.cpp:771
 msgid "Subtitles track"
 msgstr "字幕トラック"
 
-#: src/libvlc.h:464
+#: src/libvlc.h:468
 #, fuzzy
 msgid "Stream number of the subtitle track to use (from 0 to n)."
 msgstr "DVDの中で使用したい字幕のチャンネル番号を指定します。(1からnまで)"
 
-#: src/libvlc.h:467
+#: src/libvlc.h:471
 msgid "Audio language"
 msgstr "オーディオ言語"
 
-#: src/libvlc.h:469
+#: src/libvlc.h:473
 #, fuzzy
 msgid ""
 "Language of the audio track you want to use (comma separated, two or three "
@@ -2005,99 +2017,99 @@ msgid ""
 msgstr ""
 "DVDの中で使用したいオーディオのチャンネル番号を指定します。(1からnまで)"
 
-#: src/libvlc.h:472
+#: src/libvlc.h:476
 msgid "Subtitle language"
 msgstr "字幕言語"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:478
 #, fuzzy
 msgid ""
 "Language of the subtitle track you want to use (comma separated, two or tree "
 "letter country code)."
 msgstr "DVDの中で使用したい字幕のチャンネル番号を指定します。(1からnまで)"
 
-#: src/libvlc.h:478
+#: src/libvlc.h:482
 #, fuzzy
 msgid "Audio track ID"
 msgstr "オーディオトラック"
 
-#: src/libvlc.h:480
+#: src/libvlc.h:484
 #, fuzzy
 msgid "Stream ID of the audio track to use."
 msgstr ""
 "DVDの中で使用したいオーディオのチャンネル番号を指定します。(1からnまで)"
 
-#: src/libvlc.h:482
+#: src/libvlc.h:486
 #, fuzzy
 msgid "Subtitles track ID"
 msgstr "字幕トラック"
 
-#: src/libvlc.h:484
+#: src/libvlc.h:488
 #, fuzzy
 msgid "Stream ID of the subtitle track to use."
 msgstr "DVDの中で使用したい字幕のチャンネル番号を指定します。(1からnまで)"
 
-#: src/libvlc.h:486
+#: src/libvlc.h:490
 #, fuzzy
 msgid "Input repetitions"
 msgstr "出力オプション"
 
-#: src/libvlc.h:488
+#: src/libvlc.h:492
 msgid "Number of time the same input will be repeated"
 msgstr ""
 
-#: src/libvlc.h:490
+#: src/libvlc.h:494
 #, fuzzy
 msgid "Start time"
 msgstr "開始!"
 
-#: src/libvlc.h:492
+#: src/libvlc.h:496
 msgid "The stream will start at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:494
+#: src/libvlc.h:498
 #, fuzzy
 msgid "Stop time"
 msgstr "ストリームの停止"
 
-#: src/libvlc.h:496
+#: src/libvlc.h:500
 msgid "The stream will stop at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:498
+#: src/libvlc.h:502
 msgid "Input list"
 msgstr "入力一覧"
 
-#: src/libvlc.h:500
+#: src/libvlc.h:504
 #, fuzzy
 msgid ""
 "You can give a comma-separated list of inputs that will be concatenated "
 "together after the normal one."
 msgstr "VLCが選択するパケッタライザーの順序を選択します。"
 
-#: src/libvlc.h:503
+#: src/libvlc.h:507
 msgid "Input slave (experimental)"
 msgstr "スレーブ入力 (実験)"
 
-#: src/libvlc.h:505
+#: src/libvlc.h:509
 msgid ""
 "This allows you to play from several inputs at the same time. This feature "
 "is experimental, not all formats are supported. Use a '#' separated list of "
 "inputs."
 msgstr ""
 
-#: src/libvlc.h:509
+#: src/libvlc.h:513
 msgid "Bookmarks list for a stream"
 msgstr "ストリームのブックマーク一覧"
 
-#: src/libvlc.h:511
+#: src/libvlc.h:515
 msgid ""
 "You can manually give a list of bookmarks for a stream in the form "
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
 "{...}\""
 msgstr ""
 
-#: src/libvlc.h:517
+#: src/libvlc.h:521
 msgid ""
 "These options allow you to modify the behavior of the subpictures subsystem. "
 "You can for example enable subpictures filters (logo, etc.). Enable these "
@@ -2105,11 +2117,11 @@ msgid ""
 "section. You can also set many miscellaneous subpictures options."
 msgstr ""
 
-#: src/libvlc.h:523
+#: src/libvlc.h:527
 msgid "Force subtitle position"
 msgstr "強制的な字幕の位置"
 
-#: src/libvlc.h:525
+#: src/libvlc.h:529
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
@@ -2117,63 +2129,63 @@ msgstr ""
 "このオプションは映像中の字幕の位置を指定できます。いくつかの位置を試してみて"
 "ください。"
 
-#: src/libvlc.h:528
+#: src/libvlc.h:532
 #, fuzzy
 msgid "Enable sub-pictures"
 msgstr "字幕"
 
-#: src/libvlc.h:530
+#: src/libvlc.h:534
 msgid "You can completely disable the sub-picture processing."
 msgstr ""
 
-#: src/libvlc.h:532 src/libvlc.h:1324 src/misc/iso-639_def.h:143
+#: src/libvlc.h:536 src/libvlc.h:1334 src/misc/iso-639_def.h:143
 #: modules/stream_out/transcode.c:281
 msgid "On Screen Display"
 msgstr "オンスクリーンディスプレイ"
 
-#: src/libvlc.h:534
+#: src/libvlc.h:538
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
 "Display)."
 msgstr ""
 
-#: src/libvlc.h:537
+#: src/libvlc.h:541
 #, fuzzy
 msgid "Text rendering module"
 msgstr "テキストレンダリング"
 
-#: src/libvlc.h:539
+#: src/libvlc.h:543
 msgid ""
 "VLC normally uses Freetype for rendering, but this allows you to use svg for "
 "instance."
 msgstr ""
 
-#: src/libvlc.h:542
+#: src/libvlc.h:546
 msgid "Subpictures filter module"
 msgstr "字幕フィルターモジュール"
 
-#: src/libvlc.h:544
+#: src/libvlc.h:548
 msgid ""
 "This adds so-called \"subpicture filters\". These filters overlay some "
 "images or text over the video (like a logo, arbitraty text...)."
 msgstr ""
 
-#: src/libvlc.h:547
+#: src/libvlc.h:551
 msgid "Autodetect subtitle files"
 msgstr "字幕ファイルの自動検知"
 
-#: src/libvlc.h:549
+#: src/libvlc.h:553
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified "
 "(based on the filename of the movie)."
 msgstr ""
 
-#: src/libvlc.h:552
+#: src/libvlc.h:556
 #, fuzzy
 msgid "Subtitle autodetection fuzziness"
 msgstr "字幕"
 
-#: src/libvlc.h:554
+#: src/libvlc.h:558
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -2184,32 +2196,32 @@ msgid ""
 "4 = subtitle file matching the movie name exactly"
 msgstr ""
 
-#: src/libvlc.h:562
+#: src/libvlc.h:566
 #, fuzzy
 msgid "Subtitle autodetection paths"
 msgstr "字幕"
 
-#: src/libvlc.h:564
+#: src/libvlc.h:568
 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:567
+#: src/libvlc.h:571
 msgid "Use subtitle file"
 msgstr "字幕ファイルを使用"
 
-#: src/libvlc.h:569
+#: src/libvlc.h:573
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
 msgstr ""
 
-#: src/libvlc.h:572
+#: src/libvlc.h:576
 msgid "DVD device"
 msgstr "DVD デバイス"
 
-#: src/libvlc.h:575
+#: src/libvlc.h:579
 #, fuzzy
 msgid ""
 "This is the default DVD drive (or file) to use. Don't forget the colon after "
@@ -2218,233 +2230,233 @@ msgstr ""
 "使用する既定のDVDドライブ(またはファイル)です。ドライブ文字の後にコロンを付加"
 "することを忘れないでください。(例 D:)"
 
-#: src/libvlc.h:579
+#: src/libvlc.h:583
 msgid "This is the default DVD device to use."
 msgstr "DVDデバイスの既定値を設定します。"
 
-#: src/libvlc.h:582
+#: src/libvlc.h:586
 msgid "VCD device"
 msgstr "VCD デバイス"
 
-#: src/libvlc.h:585
+#: src/libvlc.h:589
 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:589
+#: src/libvlc.h:593
 msgid "This is the default VCD device to use."
 msgstr "VCDデバイスの既定値を指定します。"
 
-#: src/libvlc.h:592
+#: src/libvlc.h:596
 #, fuzzy
 msgid "Audio CD device"
 msgstr "オーディオ CD デバイス"
 
-#: src/libvlc.h:595
+#: src/libvlc.h:599
 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:599
+#: src/libvlc.h:603
 #, fuzzy
 msgid "This is the default Audio CD device to use."
 msgstr "VCDデバイスの既定値を指定します。"
 
-#: src/libvlc.h:602 modules/gui/wxwidgets/dialogs/open.cpp:841
+#: src/libvlc.h:606 modules/gui/wxwidgets/dialogs/open.cpp:841
 msgid "Force IPv6"
 msgstr "強制的に IPv6"
 
-#: src/libvlc.h:604
+#: src/libvlc.h:608
 #, fuzzy
 msgid "IPv6 will be used by default for all connections."
 msgstr ""
 "このチェックボックスをオンにすると、IPv6がすべてのUDPとHTTPの接続で既定値とし"
 "て使用されます。"
 
-#: src/libvlc.h:606
+#: src/libvlc.h:610
 msgid "Force IPv4"
 msgstr "強制的に IPv4"
 
-#: src/libvlc.h:608
+#: src/libvlc.h:612
 #, fuzzy
 msgid "IPv4 will be used by default for all connections."
 msgstr ""
 "このチェックボックスをオンにすると、IPv4がすべてのUDPとHTTPの接続で既定値とし"
 "て使用されます。"
 
-#: src/libvlc.h:610
+#: src/libvlc.h:614
 msgid "TCP connection timeout"
 msgstr ""
 
-#: src/libvlc.h:612
+#: src/libvlc.h:616
 #, fuzzy
 msgid "Default TCP connection timeout (in milliseconds). "
 msgstr "キャッシング値 (ms)"
 
-#: src/libvlc.h:614
+#: src/libvlc.h:618
 #, fuzzy
 msgid "SOCKS server"
 msgstr "CDDB サーバー"
 
-#: src/libvlc.h:616
+#: src/libvlc.h:620
 msgid ""
 "SOCKS proxy server to use. This must be of the form address:port. It will be "
 "used for all TCP connections"
 msgstr ""
 
-#: src/libvlc.h:619
+#: src/libvlc.h:623
 msgid "SOCKS user name"
 msgstr "SOCKS ユーザー名"
 
-#: src/libvlc.h:621
+#: src/libvlc.h:625
 #, fuzzy
 msgid "User name to be used for connection to the SOCKS proxy."
 msgstr "VLCが選択するパケッタライザーの順序を選択します。"
 
-#: src/libvlc.h:623
+#: src/libvlc.h:627
 msgid "SOCKS password"
 msgstr "SOCKS パスワード"
 
-#: src/libvlc.h:625
+#: src/libvlc.h:629
 #, fuzzy
 msgid "Password to be used for connection to the SOCKS proxy."
 msgstr "VLCが選択するパケッタライザーの順序を選択します。"
 
-#: src/libvlc.h:627
+#: src/libvlc.h:631
 msgid "Title metadata"
 msgstr "タイトルメタデータ"
 
-#: src/libvlc.h:629
+#: src/libvlc.h:633
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:631
+#: src/libvlc.h:635
 msgid "Author metadata"
 msgstr "製作者メタデータ"
 
-#: src/libvlc.h:633
+#: src/libvlc.h:637
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:635
+#: src/libvlc.h:639
 msgid "Artist metadata"
 msgstr "アーティストメタデータ"
 
-#: src/libvlc.h:637
+#: src/libvlc.h:641
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:639
+#: src/libvlc.h:643
 msgid "Genre metadata"
 msgstr "ジャンルメタデータ"
 
-#: src/libvlc.h:641
+#: src/libvlc.h:645
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:643
+#: src/libvlc.h:647
 msgid "Copyright metadata"
 msgstr "著作権メタデータ"
 
-#: src/libvlc.h:645
+#: src/libvlc.h:649
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:647
+#: src/libvlc.h:651
 msgid "Description metadata"
 msgstr "説明メタデータ"
 
-#: src/libvlc.h:649
+#: src/libvlc.h:653
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:651
+#: src/libvlc.h:655
 msgid "Date metadata"
 msgstr "日付メタデータ"
 
-#: src/libvlc.h:653
+#: src/libvlc.h:657
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:655
+#: src/libvlc.h:659
 msgid "URL metadata"
 msgstr "URL メタデータ"
 
-#: src/libvlc.h:657
+#: src/libvlc.h:661
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:661
+#: src/libvlc.h:665
 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:665
+#: src/libvlc.h:669
 #, fuzzy
 msgid "Preferred decoders list"
 msgstr "準備されているエンコーダー一覧"
 
-#: src/libvlc.h:667
+#: src/libvlc.h:671
 msgid ""
 "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. Only advanced "
 "users should alter this option as it can break playback of all your streams."
 msgstr ""
 
-#: src/libvlc.h:672
+#: src/libvlc.h:676
 msgid "Preferred encoders list"
 msgstr "準備されているエンコーダー一覧"
 
-#: src/libvlc.h:674
+#: src/libvlc.h:678
 #, fuzzy
 msgid ""
 "This allows you to select a list of encoders that VLC will use in priority."
 msgstr "VLCが選択するパケッタライザーの順序を選択します。"
 
-#: src/libvlc.h:683
+#: src/libvlc.h:687
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
 msgstr ""
 
-#: src/libvlc.h:686
+#: src/libvlc.h:690
 msgid "Default stream output chain"
 msgstr "デフォルトのストリーム出力チェイン"
 
-#: src/libvlc.h:688
+#: src/libvlc.h:692
 msgid ""
 "You can enter here a default stream output chain. Refer to the documentation "
 "to learn how to build such chains.Warning: this chain will be enabled for "
 "all streams."
 msgstr ""
 
-#: src/libvlc.h:692
+#: src/libvlc.h:696
 msgid "Enable streaming of all ES"
 msgstr "全 ES のストリーミングを有効にする"
 
-#: src/libvlc.h:694
+#: src/libvlc.h:698
 #, fuzzy
 msgid "Stream all elementary streams (video, audio and subtitles)"
 msgstr "VLCが選択するパケッタライザーの順序を選択します。"
 
-#: src/libvlc.h:696
+#: src/libvlc.h:700
 msgid "Display while streaming"
 msgstr "ストリーミング中の表示"
 
-#: src/libvlc.h:698
+#: src/libvlc.h:702
 #, fuzzy
 msgid "Play locally the stream while streaming it."
 msgstr "VLCが選択するパケッタライザーの順序を選択します。"
 
-#: src/libvlc.h:700
+#: src/libvlc.h:704
 msgid "Enable video stream output"
 msgstr "ビデオストリームの出力を有効にする"
 
-#: src/libvlc.h:702
+#: src/libvlc.h:706
 #, fuzzy
 msgid ""
 "Choose whether the video stream should be redirected to the stream output "
@@ -2453,11 +2465,11 @@ msgstr ""
 "ビデオ・ストリーム出力機構の最後のものが有効になっているとビデオ・ストリーム"
 "が出力機構にリダイレクトされるべき場合、選択可能です。"
 
-#: src/libvlc.h:705
+#: src/libvlc.h:709
 msgid "Enable audio stream output"
 msgstr "オーディオストリームの出力を有効にする"
 
-#: src/libvlc.h:707
+#: src/libvlc.h:711
 #, fuzzy
 msgid ""
 "Choose whether the audio stream should be redirected to the stream output "
@@ -2466,12 +2478,12 @@ msgstr ""
 "ビデオ・ストリーム出力機構の最後のものが有効になっているとビデオ・ストリーム"
 "が出力機構にリダイレクトされるべき場合、選択可能です。"
 
-#: src/libvlc.h:710
+#: src/libvlc.h:714
 #, fuzzy
 msgid "Enable SPU stream output"
 msgstr "オーディオストリームの出力を有効にする"
 
-#: src/libvlc.h:712
+#: src/libvlc.h:716
 #, fuzzy
 msgid ""
 "Choose whether the SPU streams should be redirected to the stream output "
@@ -2480,75 +2492,75 @@ msgstr ""
 "ビデオ・ストリーム出力機構の最後のものが有効になっているとビデオ・ストリーム"
 "が出力機構にリダイレクトされるべき場合、選択可能です。"
 
-#: src/libvlc.h:715
+#: src/libvlc.h:719
 #, fuzzy
 msgid "Keep stream output open"
 msgstr "ストリームの出力先の選択"
 
-#: src/libvlc.h:717
+#: src/libvlc.h:721
 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:721
+#: src/libvlc.h:725
 #, fuzzy
 msgid "Preferred packetizer list"
 msgstr "準備されているパケッタライザー一覧の選択"
 
-#: src/libvlc.h:723
+#: src/libvlc.h:727
 msgid ""
 "This allows you to select the order in which VLC will choose its packetizers."
 msgstr "VLCが選択するパケッタライザーの順序を選択します。"
 
-#: src/libvlc.h:726
+#: src/libvlc.h:730
 msgid "Mux module"
 msgstr "Mux モジュール"
 
-#: src/libvlc.h:728
+#: src/libvlc.h:732
 msgid "This is a legacy entry to let you configure mux modules"
 msgstr "muxモジュールを設定するレガシー・エントリです。"
 
-#: src/libvlc.h:730
+#: src/libvlc.h:734
 msgid "Access output module"
 msgstr "オーディオ出力モジュールアクセス"
 
-#: src/libvlc.h:732
+#: src/libvlc.h:736
 msgid "This is a legacy entry to let you configure access output modules"
 msgstr "アクセス出力モジュールを設定するレガシー・エントリです。"
 
-#: src/libvlc.h:734
+#: src/libvlc.h:738
 msgid "Control SAP flow"
 msgstr "コントロール SAP フロー"
 
-#: src/libvlc.h:736
+#: src/libvlc.h:740
 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:740
+#: src/libvlc.h:744
 msgid "SAP announcement interval"
 msgstr ""
 
-#: src/libvlc.h:742
+#: src/libvlc.h:746
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
 "between SAP announcements."
 msgstr ""
 
-#: src/libvlc.h:752
+#: src/libvlc.h:756
 msgid ""
 "These options allow you to enable special CPU optimizations. You should "
 "always leave all these enabled."
 msgstr ""
 
-#: src/libvlc.h:755
+#: src/libvlc.h:759
 msgid "Enable FPU support"
 msgstr "FPU サポートを有効にする"
 
-#: src/libvlc.h:757
+#: src/libvlc.h:761
 #, fuzzy
 msgid ""
 "If your processor has a floating point calculation unit, VLC can take "
@@ -2557,11 +2569,11 @@ msgstr ""
 "プロセッサがAltiVecの機能セットをサポートしている場合には、そのアドバンテージ"
 "を利用することができます。"
 
-#: src/libvlc.h:760
+#: src/libvlc.h:764
 msgid "Enable CPU MMX support"
 msgstr "CPU の MMX サポートを有効にする"
 
-#: src/libvlc.h:762
+#: src/libvlc.h:766
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
@@ -2569,11 +2581,11 @@ msgstr ""
 "プロセッサがMMXの機能セットをサポートしている場合には、VLCはそのアドバンテー"
 "ジを利用できます。"
 
-#: src/libvlc.h:765
+#: src/libvlc.h:769
 msgid "Enable CPU 3D Now! support"
 msgstr "CPU の 3D Now! サポートを有効にする"
 
-#: src/libvlc.h:767
+#: src/libvlc.h:771
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
@@ -2581,11 +2593,11 @@ msgstr ""
 "プロセッサが3D Now!機能をサポートしている場合には、VLCはそのアドバンテージを"
 "利用できます。"
 
-#: src/libvlc.h:770
+#: src/libvlc.h:774
 msgid "Enable CPU MMX EXT support"
 msgstr "CPU の MMX 拡張機能サポートを有効にする"
 
-#: src/libvlc.h:772
+#: src/libvlc.h:776
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
@@ -2593,11 +2605,11 @@ msgstr ""
 "プロセッサがMMXの拡張機能セットをサポートしている場合には、VLCはそのアドバン"
 "テージを利用することができます。"
 
-#: src/libvlc.h:775
+#: src/libvlc.h:779
 msgid "Enable CPU SSE support"
 msgstr "CPU の SSE サポートを有効にする"
 
-#: src/libvlc.h:777
+#: src/libvlc.h:781
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
@@ -2605,11 +2617,11 @@ msgstr ""
 "プロセッサがSSEの機能セットをサポートしている場合には、VLCはそのアドバンテー"
 "ジを利用することができます。"
 
-#: src/libvlc.h:780
+#: src/libvlc.h:784
 msgid "Enable CPU SSE2 support"
 msgstr "CPU の SSE2 サポートを有効にする"
 
-#: src/libvlc.h:782
+#: src/libvlc.h:786
 #, fuzzy
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
@@ -2618,11 +2630,11 @@ msgstr ""
 "プロセッサがSSEの機能セットをサポートしている場合には、VLCはそのアドバンテー"
 "ジを利用することができます。"
 
-#: src/libvlc.h:785
+#: src/libvlc.h:789
 msgid "Enable CPU AltiVec support"
 msgstr "CPU の AltiVec サポートを有効にする"
 
-#: src/libvlc.h:787
+#: src/libvlc.h:791
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
@@ -2630,17 +2642,17 @@ msgstr ""
 "プロセッサがAltiVecの機能セットをサポートしている場合には、そのアドバンテージ"
 "を利用することができます。"
 
-#: src/libvlc.h:792
+#: src/libvlc.h:796
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:795
+#: src/libvlc.h:799
 msgid "Memory copy module"
 msgstr "メモリコピーモジュール"
 
-#: src/libvlc.h:797
+#: src/libvlc.h:801
 msgid ""
 "You can select which memory copy module you want to use. By default VLC will "
 "select the fastest one supported by your hardware."
@@ -2648,34 +2660,34 @@ msgstr ""
 "使用したいメモリー・コピー・モジュールを選択します。VLCはデフォルトでハード"
 "ウェアがサポートしている最も速いものを選択します。"
 
-#: src/libvlc.h:800
+#: src/libvlc.h:804
 msgid "Access module"
 msgstr "アクセスモジュール"
 
-#: src/libvlc.h:802
+#: src/libvlc.h:806
 msgid ""
 "This allows you to force an access module. You can use it if the correct "
 "access is not automatically detected. You should not set this as a global "
 "option unless you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:806
+#: src/libvlc.h:810
 #, fuzzy
 msgid "Access filter module"
 msgstr "アクセスモジュール"
 
-#: src/libvlc.h:808
+#: src/libvlc.h:812
 msgid ""
 "Access filters are used to modify the stream that is being read. This is "
 "used for instance for timeshifting."
 msgstr ""
 
-#: src/libvlc.h:811
+#: src/libvlc.h:815
 #, fuzzy
 msgid "Demux module"
 msgstr "demuxモジュール"
 
-#: src/libvlc.h:813
+#: src/libvlc.h:817
 msgid ""
 "Demultiplexers are used to separate the \"elementary\" streams (like audio "
 "and video streams). You can use it if the correct demuxer is not "
@@ -2683,11 +2695,11 @@ msgid ""
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:818
+#: src/libvlc.h:822
 msgid "Allow real-time priority"
 msgstr "リアルタイム優先度を許可する"
 
-#: src/libvlc.h:820
+#: src/libvlc.h:824
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -2695,97 +2707,97 @@ msgid ""
 "only activate this if you know what you're doing."
 msgstr ""
 
-#: src/libvlc.h:826
+#: src/libvlc.h:830
 msgid "Adjust VLC priority"
 msgstr "VLC 優先度調整"
 
-#: src/libvlc.h:828
+#: src/libvlc.h:832
 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:832
+#: src/libvlc.h:836
 msgid "Minimize number of threads"
 msgstr "スレッドの最少数"
 
-#: src/libvlc.h:834
+#: src/libvlc.h:838
 msgid "This option minimizes the number of threads needed to run VLC."
 msgstr ""
 
-#: src/libvlc.h:836
+#: src/libvlc.h:840
 msgid "Modules search path"
 msgstr "モジュールの検索パス"
 
-#: src/libvlc.h:838
+#: src/libvlc.h:842
 #, fuzzy
 msgid "Additional path for VLC to look for its modules."
 msgstr "VLCがプラグインを見つけるときに検索される追加のパスを設定します。"
 
-#: src/libvlc.h:840
+#: src/libvlc.h:844
 msgid "VLM configuration file"
 msgstr "VLM 設定ファイル"
 
-#: src/libvlc.h:842
+#: src/libvlc.h:846
 msgid "Read a VLM configuration file as soon as VLM is started."
 msgstr ""
 
-#: src/libvlc.h:844
+#: src/libvlc.h:848
 msgid "Use a plugins cache"
 msgstr "プラグインキャッシュを使う"
 
-#: src/libvlc.h:846
+#: src/libvlc.h:850
 msgid "Use a plugins cache which will greatly improve the startup time of VLC."
 msgstr ""
 
-#: src/libvlc.h:848
+#: src/libvlc.h:852
 msgid "Collect statistics"
 msgstr ""
 
-#: src/libvlc.h:850
+#: src/libvlc.h:854
 #, fuzzy
 msgid "Collect miscellaneous statistics."
 msgstr "VLCがプラグインを見つけるときに検索される追加のパスを設定します。"
 
-#: src/libvlc.h:852
+#: src/libvlc.h:856
 msgid "Run as daemon process"
 msgstr "デーモンプロセスとして実行する"
 
-#: src/libvlc.h:854
+#: src/libvlc.h:858
 msgid "Runs VLC as a background daemon process."
 msgstr "バックグラウンドデーモンプロセスとして実行する"
 
-#: src/libvlc.h:856
+#: src/libvlc.h:860
 msgid "Write process id to file"
 msgstr ""
 
-#: src/libvlc.h:858
+#: src/libvlc.h:862
 msgid "Writes process id into specified file."
 msgstr ""
 
-#: src/libvlc.h:860
+#: src/libvlc.h:864
 #, fuzzy
 msgid "Log to file"
 msgstr "ファイル"
 
-#: src/libvlc.h:862
+#: src/libvlc.h:866
 msgid "Log all VLC messages to a text file."
 msgstr ""
 
-#: src/libvlc.h:864
+#: src/libvlc.h:868
 msgid "Log to syslog"
 msgstr ""
 
-#: src/libvlc.h:866
+#: src/libvlc.h:870
 msgid "Log all VLC messages to syslog (UNIX systems)."
 msgstr ""
 
-#: src/libvlc.h:868
+#: src/libvlc.h:872
 msgid "Allow only one running instance"
 msgstr "ひとつだけ実行を許可する"
 
-#: src/libvlc.h:870
+#: src/libvlc.h:874
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
 "example if you associated VLC with some media types and you don't want a new "
@@ -2794,29 +2806,29 @@ msgid ""
 "running instance or enqueue it."
 msgstr ""
 
-#: src/libvlc.h:876
+#: src/libvlc.h:880
 msgid "VLC is started from file association"
 msgstr ""
 
-#: src/libvlc.h:878
+#: src/libvlc.h:882
 msgid "Tell VLC that it is being launched due to a file association in the OS"
 msgstr ""
 
-#: src/libvlc.h:881
+#: src/libvlc.h:885
 #, fuzzy
 msgid "One instance when started from file"
 msgstr "ひとつだけ実行を許可する"
 
-#: src/libvlc.h:883
+#: src/libvlc.h:887
 #, fuzzy
 msgid "Allow only one running instance when started from file."
 msgstr "ひとつだけ実行を許可する"
 
-#: src/libvlc.h:885
+#: src/libvlc.h:889
 msgid "Increase the priority of the process"
 msgstr "プロセスの優先度を増やす"
 
-#: src/libvlc.h:887
+#: src/libvlc.h:891
 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 "
@@ -2826,11 +2838,11 @@ msgid ""
 "machine."
 msgstr ""
 
-#: src/libvlc.h:894
+#: src/libvlc.h:898
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr "NT/2K/XP での高速 mutex (開発者のみ)"
 
-#: src/libvlc.h:896
+#: src/libvlc.h:900
 #, fuzzy
 msgid ""
 "On Windows NT/2K/XP we use a slow mutex implementation but which allows us "
@@ -2841,11 +2853,11 @@ msgstr ""
 "し、より速いmutexの実装を使用することも可能です。その場合、問題が発生する可能"
 "性があります。"
 
-#: src/libvlc.h:901
+#: src/libvlc.h:905
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr "Win9x 向け条件値の実装 (開発者向け)"
 
-#: src/libvlc.h:904
+#: src/libvlc.h:908
 #, fuzzy
 msgid ""
 "On Windows 9x/Me you can use a fast but incorrect condition variables "
@@ -2858,206 +2870,216 @@ msgstr ""
 "る可能性があります)を使用します。しかし、代替えとなる遅くても安定した実装を選"
 "択することも可能です。現時点では、0(既定値の最速のもの), 1, 2が選択可能です。"
 
-#: src/libvlc.h:913
+#: src/libvlc.h:917
 msgid "Enqueue items to playlist when in one instance mode"
 msgstr ""
 
-#: src/libvlc.h:915
+#: src/libvlc.h:919
 msgid ""
 "When using the one instance only option, enqueue items to playlist and keep "
 "playing current item."
 msgstr ""
 
-#: src/libvlc.h:924
+#: src/libvlc.h:928
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
 msgstr ""
 
-#: src/libvlc.h:927
+#: src/libvlc.h:931
 #, fuzzy
 msgid "Automatically preparse files"
 msgstr "ファイルの自動再生"
 
-#: src/libvlc.h:929
+#: src/libvlc.h:933
 msgid ""
 "Automatically preparse files added to the playlist (to retrieve some "
 "metadata)."
 msgstr ""
 
-#: src/libvlc.h:932
+#: src/libvlc.h:936
 #, fuzzy
 msgid "Services discovery modules"
 msgstr "MPEG 1/2ビデオ・デコーダ・モジュール"
 
-#: src/libvlc.h:934
+#: src/libvlc.h:938
 msgid ""
 "Specifies the services discovery modules to load, separated by semi-colons. "
 "Typical values are sap, hal, ..."
 msgstr ""
 
-#: src/libvlc.h:937
+#: src/libvlc.h:941
 #, fuzzy
 msgid "Play files randomly forever"
 msgstr "ファイルをランダムに再生"
 
-#: src/libvlc.h:939
+#: src/libvlc.h:943
 #, fuzzy
 msgid "VLC will randomly play files in the playlist until interrupted."
 msgstr ""
 "このオプションが選択されるとVLCは再生一覧のファイルをランダムに再生します。"
 
-#: src/libvlc.h:941
+#: src/libvlc.h:945
 msgid "Repeat all"
 msgstr "すべて繰り返す"
 
-#: src/libvlc.h:943
+#: src/libvlc.h:947
 #, fuzzy
 msgid "VLC will keep playing the playlist indefinitely."
 msgstr ""
 "再生一覧の再生を繰り返して行いたい場合には、このオプションを選択します。"
 
-#: src/libvlc.h:945
+#: src/libvlc.h:949
 msgid "Repeat current item"
 msgstr "現在の項目を繰り返す"
 
-#: src/libvlc.h:947
+#: src/libvlc.h:951
 #, fuzzy
 msgid "VLC will keep playing the current playlist item."
 msgstr "再生一覧を開く"
 
-#: src/libvlc.h:949
+#: src/libvlc.h:953
 msgid "Play and stop"
 msgstr "再生と停止"
 
-#: src/libvlc.h:951
+#: src/libvlc.h:955
 msgid "Stop the playlist after each played playlist item."
 msgstr ""
 
-#: src/libvlc.h:953
+#: src/libvlc.h:957
+#, fuzzy
+msgid "Play and exit"
+msgstr "再生と停止"
+
+#: src/libvlc.h:959
+#, fuzzy
+msgid "Exit if there are no more items in the playlist."
+msgstr "再生一覧に項目がありません"
+
+#: src/libvlc.h:961
 #, fuzzy
 msgid "Use media library"
 msgstr "VLC メディアプレイヤー"
 
-#: src/libvlc.h:955
+#: src/libvlc.h:963
 msgid ""
 "The media library is automatically saved and reloaded each time you start "
 "VLC."
 msgstr ""
 
-#: src/libvlc.h:958
+#: src/libvlc.h:966
 #, fuzzy
 msgid "Use playlist tree"
 msgstr "次の再生一覧項目再生一覧を開く"
 
-#: src/libvlc.h:960
+#: src/libvlc.h:968
 msgid ""
 "The playlist can use a tree to categorize some items, like the contents of a "
 "directory. \"Default\" means that the tree will only be used when really "
 "needed."
 msgstr ""
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Always"
 msgstr "常に最前面"
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Never"
 msgstr "リバーブ"
 
-#: src/libvlc.h:973
+#: src/libvlc.h:981
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr ""
 
-#: src/libvlc.h:976 src/video_output/vout_intf.c:408
+#: src/libvlc.h:984 src/video_output/vout_intf.c:408
 #: modules/gui/beos/VideoOutput.cpp:1057 modules/gui/macosx/applescript.m:126
-#: modules/gui/macosx/controls.m:338 modules/gui/macosx/controls.m:754
-#: modules/gui/macosx/controls.m:784 modules/gui/macosx/embeddedwindow.m:44
+#: modules/gui/macosx/controls.m:344 modules/gui/macosx/controls.m:760
+#: modules/gui/macosx/controls.m:790 modules/gui/macosx/embeddedwindow.m:44
 #: modules/gui/macosx/intf.m:497 modules/gui/macosx/intf.m:573
 #: modules/gui/macosx/intf.m:629
 msgid "Fullscreen"
 msgstr "全画面化"
 
-#: src/libvlc.h:977
+#: src/libvlc.h:985
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr ""
 
-#: src/libvlc.h:978 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
+#: src/libvlc.h:986 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
 #: modules/gui/wxwidgets/interface.cpp:1504
 msgid "Play/Pause"
 msgstr "再生/一時停止"
 
-#: src/libvlc.h:979
+#: src/libvlc.h:987
 msgid "Select the hotkey to use to swap paused state."
 msgstr ""
 
-#: src/libvlc.h:980
+#: src/libvlc.h:988
 msgid "Pause only"
 msgstr "一時停止のみ"
 
-#: src/libvlc.h:981
+#: src/libvlc.h:989
 msgid "Select the hotkey to use to pause."
 msgstr "一時停止に使うホットキーを選択"
 
-#: src/libvlc.h:982
+#: src/libvlc.h:990
 msgid "Play only"
 msgstr "再生のみ"
 
-#: src/libvlc.h:983
+#: src/libvlc.h:991
 msgid "Select the hotkey to use to play."
 msgstr "再生に使うホットキーを選択"
 
-#: src/libvlc.h:984 modules/control/hotkeys.c:713
-#: modules/gui/macosx/controls.m:687 modules/gui/macosx/intf.m:538
+#: src/libvlc.h:992 modules/control/hotkeys.c:713
+#: modules/gui/macosx/controls.m:693 modules/gui/macosx/intf.m:538
 #: modules/gui/wxwidgets/interface.cpp:695
 msgid "Faster"
 msgstr "早送り"
 
-#: src/libvlc.h:985
+#: src/libvlc.h:993
 msgid "Select the hotkey to use for fast forward playback."
 msgstr "早送りに使うホットキーを選択"
 
-#: src/libvlc.h:986 modules/control/hotkeys.c:721
-#: modules/gui/macosx/controls.m:688 modules/gui/macosx/intf.m:539
+#: src/libvlc.h:994 modules/control/hotkeys.c:721
+#: modules/gui/macosx/controls.m:694 modules/gui/macosx/intf.m:539
 #: modules/gui/wxwidgets/interface.cpp:694
 msgid "Slower"
 msgstr "スロー"
 
-#: src/libvlc.h:987
+#: src/libvlc.h:995
 msgid "Select the hotkey to use for slow motion playback."
 msgstr "スローモーションに使うホットキーを選択"
 
-#: src/libvlc.h:988 modules/control/hotkeys.c:680
-#: modules/gui/macosx/controls.m:708 modules/gui/macosx/intf.m:496
+#: src/libvlc.h:996 modules/control/hotkeys.c:680
+#: modules/gui/macosx/controls.m:714 modules/gui/macosx/intf.m:496
 #: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:617
 #: modules/gui/macosx/intf.m:625 modules/gui/macosx/wizard.m:313
 #: modules/gui/macosx/wizard.m:364 modules/gui/macosx/wizard.m:1606
 #: modules/gui/wxwidgets/interface.cpp:693
 #: modules/gui/wxwidgets/interface.cpp:1509
-#: modules/gui/wxwidgets/menus.cpp:258
+#: modules/gui/wxwidgets/menus.cpp:259
 msgid "Next"
 msgstr "次"
 
-#: src/libvlc.h:989
+#: src/libvlc.h:997
 msgid "Select the hotkey to use to skip to the next item in the playlist."
 msgstr ""
 
-#: src/libvlc.h:990 modules/control/hotkeys.c:692
-#: modules/gui/macosx/controls.m:707 modules/gui/macosx/intf.m:491
+#: src/libvlc.h:998 modules/control/hotkeys.c:692
+#: modules/gui/macosx/controls.m:713 modules/gui/macosx/intf.m:491
 #: modules/gui/macosx/intf.m:540 modules/gui/macosx/intf.m:618
 #: modules/gui/macosx/intf.m:624 modules/gui/wxwidgets/interface.cpp:692
 #: modules/gui/wxwidgets/interface.cpp:1508
-#: modules/gui/wxwidgets/menus.cpp:257
+#: modules/gui/wxwidgets/menus.cpp:258
 msgid "Previous"
 msgstr "前"
 
-#: src/libvlc.h:991
+#: src/libvlc.h:999
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
 msgstr ""
 
-#: src/libvlc.h:992 modules/gui/macosx/controls.m:699
+#: src/libvlc.h:1000 modules/gui/macosx/controls.m:705
 #: modules/gui/macosx/intf.m:494 modules/gui/macosx/intf.m:537
 #: modules/gui/macosx/intf.m:616 modules/gui/macosx/intf.m:623
 #: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
@@ -3065,591 +3087,591 @@ msgstr ""
 #: modules/gui/wxwidgets/interface.cpp:676
 #: modules/gui/wxwidgets/interface.cpp:687
 #: modules/gui/wxwidgets/interface.cpp:1510
-#: modules/gui/wxwidgets/menus.cpp:256 modules/visualization/xosd.c:237
+#: modules/gui/wxwidgets/menus.cpp:257 modules/visualization/xosd.c:237
 msgid "Stop"
 msgstr "停止"
 
-#: src/libvlc.h:993
+#: src/libvlc.h:1001
 #, fuzzy
 msgid "Select the hotkey to stop playback."
 msgstr "最低を停止するホットキーを選択する"
 
-#: src/libvlc.h:994 modules/gui/macosx/bookmarks.m:101
+#: src/libvlc.h:1002 modules/gui/macosx/bookmarks.m:101
 #: modules/gui/macosx/bookmarks.m:110 modules/gui/macosx/embeddedwindow.m:46
 #: modules/gui/macosx/intf.m:499 modules/video_filter/marq.c:122
 #: modules/video_filter/rss.c:174
 msgid "Position"
 msgstr "位置"
 
-#: src/libvlc.h:995
+#: src/libvlc.h:1003
 msgid "Select the hotkey to display the position."
 msgstr ""
 
-#: src/libvlc.h:997
+#: src/libvlc.h:1005
 msgid "Very short backwards jump"
 msgstr ""
 
-#: src/libvlc.h:999
+#: src/libvlc.h:1007
 #, fuzzy
 msgid "Select the hotkey to make a very short backwards jump."
 msgstr "5 分前に戻るホットキーを選択する<"
 
-#: src/libvlc.h:1000
+#: src/libvlc.h:1008
 #, fuzzy
 msgid "Short backwards jump"
 msgstr "逆転再生"
 
-#: src/libvlc.h:1002
+#: src/libvlc.h:1010
 #, fuzzy
 msgid "Select the hotkey to make a short backwards jump."
 msgstr "3 秒前に戻るホットキーを選択する"
 
-#: src/libvlc.h:1003
+#: src/libvlc.h:1011
 msgid "Medium backwards jump"
 msgstr ""
 
-#: src/libvlc.h:1005
+#: src/libvlc.h:1013
 #, fuzzy
 msgid "Select the hotkey to make a medium backwards jump."
 msgstr "1 分前に戻るホットキーを選択する"
 
-#: src/libvlc.h:1006
+#: src/libvlc.h:1014
 #, fuzzy
 msgid "Long backwards jump"
 msgstr "逆転再生"
 
-#: src/libvlc.h:1008
+#: src/libvlc.h:1016
 #, fuzzy
 msgid "Select the hotkey to make a long backwards jump."
 msgstr "3 秒前に戻るホットキーを選択する"
 
-#: src/libvlc.h:1010
+#: src/libvlc.h:1018
 msgid "Very short forward jump"
 msgstr ""
 
-#: src/libvlc.h:1012
+#: src/libvlc.h:1020
 #, fuzzy
 msgid "Select the hotkey to make a very short forward jump."
 msgstr "早送りに使うホットキーを選択"
 
-#: src/libvlc.h:1013
+#: src/libvlc.h:1021
 #, fuzzy
 msgid "Short forward jump"
 msgstr "転送"
 
-#: src/libvlc.h:1015
+#: src/libvlc.h:1023
 #, fuzzy
 msgid "Select the hotkey to make a short forward jump."
 msgstr "3 秒進むホットキーを選択する"
 
-#: src/libvlc.h:1016
+#: src/libvlc.h:1024
 msgid "Medium forward jump"
 msgstr ""
 
-#: src/libvlc.h:1018
+#: src/libvlc.h:1026
 #, fuzzy
 msgid "Select the hotkey to make a medium forward jump."
 msgstr "1 分先に進むホットキーを選択する<"
 
-#: src/libvlc.h:1019
+#: src/libvlc.h:1027
 msgid "Long forward jump"
 msgstr ""
 
-#: src/libvlc.h:1021
+#: src/libvlc.h:1029
 #, fuzzy
 msgid "Select the hotkey to make a long forward jump."
 msgstr "3 秒進むホットキーを選択する"
 
-#: src/libvlc.h:1023
+#: src/libvlc.h:1031
 msgid "Very short jump length"
 msgstr ""
 
-#: src/libvlc.h:1024
+#: src/libvlc.h:1032
 msgid "Very short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1025
+#: src/libvlc.h:1033
 msgid "Short jump length"
 msgstr ""
 
-#: src/libvlc.h:1026
+#: src/libvlc.h:1034
 msgid "Short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1027
+#: src/libvlc.h:1035
 msgid "Medium jump length"
 msgstr ""
 
-#: src/libvlc.h:1028
+#: src/libvlc.h:1036
 msgid "Medium jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1029
+#: src/libvlc.h:1037
 #, fuzzy
 msgid "Long jump length"
 msgstr "フォントサイズ"
 
-#: src/libvlc.h:1030
+#: src/libvlc.h:1038
 msgid "Long jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1032 modules/control/hotkeys.c:258
+#: src/libvlc.h:1040 modules/control/hotkeys.c:258
 #: modules/gui/beos/InterfaceWindow.cpp:276
 msgid "Quit"
 msgstr "終了"
 
-#: src/libvlc.h:1033
+#: src/libvlc.h:1041
 msgid "Select the hotkey to quit the application."
 msgstr "アプリケーションを終了するホットキーを選択します。"
 
-#: src/libvlc.h:1034
+#: src/libvlc.h:1042
 #, fuzzy
 msgid "Navigate up"
 msgstr "ナビゲーション(_N)"
 
-#: src/libvlc.h:1035
+#: src/libvlc.h:1043
 msgid "Select the key to move the selector up in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1036
+#: src/libvlc.h:1044
 #, fuzzy
 msgid "Navigate down"
 msgstr "ナビゲーション(_N)"
 
-#: src/libvlc.h:1037
+#: src/libvlc.h:1045
 msgid "Select the key to move the selector down in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1038
+#: src/libvlc.h:1046
 #, fuzzy
 msgid "Navigate left"
 msgstr "ナビゲーション(_N)"
 
-#: src/libvlc.h:1039
+#: src/libvlc.h:1047
 msgid "Select the key to move the selector left in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1040
+#: src/libvlc.h:1048
 #, fuzzy
 msgid "Navigate right"
 msgstr "ナビゲーション(_N)"
 
-#: src/libvlc.h:1041
+#: src/libvlc.h:1049
 #, fuzzy
 msgid "Select the key to move the selector right in DVD menus."
 msgstr "再生一覧を開く"
 
-#: src/libvlc.h:1042
+#: src/libvlc.h:1050
 msgid "Activate"
 msgstr ""
 
-#: src/libvlc.h:1043
+#: src/libvlc.h:1051
 msgid "Select the key to activate selected item in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1044
+#: src/libvlc.h:1052
 msgid "Go to the DVD menu"
 msgstr "DVD メニューに移動する"
 
-#: src/libvlc.h:1045
+#: src/libvlc.h:1053
 #, fuzzy
 msgid "Select the key to take you to the DVD menu"
 msgstr "再生一覧を開く"
 
-#: src/libvlc.h:1046
+#: src/libvlc.h:1054
 msgid "Select previous DVD title"
 msgstr "前の DVD の題名を選択する"
 
-#: src/libvlc.h:1047
+#: src/libvlc.h:1055
 #, fuzzy
 msgid "Select the key to choose the previous title from the DVD"
 msgstr "再生一覧を開く"
 
-#: src/libvlc.h:1048
+#: src/libvlc.h:1056
 msgid "Select next DVD title"
 msgstr "次の DVD の題名を選択する"
 
-#: src/libvlc.h:1049
+#: src/libvlc.h:1057
 #, fuzzy
 msgid "Select the key to choose the next title from the DVD"
 msgstr "再生一覧を開く"
 
-#: src/libvlc.h:1050
+#: src/libvlc.h:1058
 msgid "Select prev DVD chapter"
 msgstr "前の DVD チャプターを選択する"
 
-#: src/libvlc.h:1051
+#: src/libvlc.h:1059
 #, fuzzy
 msgid "Select the key to choose the previous chapter from the DVD"
 msgstr "再生一覧を開く"
 
-#: src/libvlc.h:1052
+#: src/libvlc.h:1060
 #, fuzzy
 msgid "Select next DVD chapter"
 msgstr "次のチャプターを選択"
 
-#: src/libvlc.h:1053
+#: src/libvlc.h:1061
 #, fuzzy
 msgid "Select the key to choose the next chapter from the DVD"
 msgstr "再生一覧を開く"
 
-#: src/libvlc.h:1054
+#: src/libvlc.h:1062
 msgid "Volume up"
 msgstr "ボリュームを上げる"
 
-#: src/libvlc.h:1055
+#: src/libvlc.h:1063
 msgid "Select the key to increase audio volume."
 msgstr ""
 
-#: src/libvlc.h:1056
+#: src/libvlc.h:1064
 msgid "Volume down"
 msgstr "ボリュームを下げる"
 
-#: src/libvlc.h:1057
+#: src/libvlc.h:1065
 msgid "Select the key to decrease audio volume."
 msgstr ""
 
-#: src/libvlc.h:1058 modules/gui/macosx/controls.m:744
+#: src/libvlc.h:1066 modules/gui/macosx/controls.m:750
 #: modules/gui/macosx/intf.m:558 modules/gui/macosx/intf.m:619
 #: modules/gui/macosx/intf.m:628
 msgid "Mute"
 msgstr "ミュートする"
 
-#: src/libvlc.h:1059
+#: src/libvlc.h:1067
 #, fuzzy
 msgid "Select the key to mute audio."
 msgstr "一時停止に使うホットキーを選択"
 
-#: src/libvlc.h:1060
+#: src/libvlc.h:1068
 #, fuzzy
 msgid "Subtitle delay up"
 msgstr "字幕"
 
-#: src/libvlc.h:1061
+#: src/libvlc.h:1069
 #, fuzzy
 msgid "Select the key to increase the subtitle delay."
 msgstr "再生一覧を開く"
 
-#: src/libvlc.h:1062
+#: src/libvlc.h:1070
 #, fuzzy
 msgid "Subtitle delay down"
 msgstr "字幕・デコーダ・モジュール"
 
-#: src/libvlc.h:1063
+#: src/libvlc.h:1071
 #, fuzzy
 msgid "Select the key to decrease the subtitle delay."
 msgstr "再生一覧を開く"
 
-#: src/libvlc.h:1064
+#: src/libvlc.h:1072
 #, fuzzy
 msgid "Audio delay up"
 msgstr "字幕"
 
-#: src/libvlc.h:1065
+#: src/libvlc.h:1073
 #, fuzzy
 msgid "Select the key to increase the audio delay."
 msgstr "再生一覧を開く"
 
-#: src/libvlc.h:1066
+#: src/libvlc.h:1074
 #, fuzzy
 msgid "Audio delay down"
 msgstr "字幕・デコーダ・モジュール"
 
-#: src/libvlc.h:1067
+#: src/libvlc.h:1075
 #, fuzzy
 msgid "Select the key to decrease the audio delay."
 msgstr "再生一覧を開く"
 
-#: src/libvlc.h:1068
+#: src/libvlc.h:1076
 msgid "Play playlist bookmark 1"
 msgstr "再生一覧ブックマーク 1 を再生する"
 
-#: src/libvlc.h:1069
+#: src/libvlc.h:1077
 msgid "Play playlist bookmark 2"
 msgstr "再生一覧ブックマーク 2 を再生する"
 
-#: src/libvlc.h:1070
+#: src/libvlc.h:1078
 msgid "Play playlist bookmark 3"
 msgstr "再生一覧ブックマーク 3 を再生する"
 
-#: src/libvlc.h:1071
+#: src/libvlc.h:1079
 msgid "Play playlist bookmark 4"
 msgstr "再生一覧ブックマーク 4 を再生する"
 
-#: src/libvlc.h:1072
+#: src/libvlc.h:1080
 msgid "Play playlist bookmark 5"
 msgstr "再生一覧ブックマーク 5 を再生する"
 
-#: src/libvlc.h:1073
+#: src/libvlc.h:1081
 msgid "Play playlist bookmark 6"
 msgstr "再生一覧ブックマーク 6 を再生する"
 
-#: src/libvlc.h:1074
+#: src/libvlc.h:1082
 msgid "Play playlist bookmark 7"
 msgstr "再生一覧ブックマーク 7 を再生する"
 
-#: src/libvlc.h:1075
+#: src/libvlc.h:1083
 msgid "Play playlist bookmark 8"
 msgstr "再生一覧ブックマーク 8 を再生する"
 
-#: src/libvlc.h:1076
+#: src/libvlc.h:1084
 msgid "Play playlist bookmark 9"
 msgstr "再生一覧ブックマーク 9 を再生する"
 
-#: src/libvlc.h:1077
+#: src/libvlc.h:1085
 msgid "Play playlist bookmark 10"
 msgstr "再生一覧ブックマーク 10 を再生する"
 
-#: src/libvlc.h:1078
+#: src/libvlc.h:1086
 #, fuzzy
 msgid "Select the key to play this bookmark."
 msgstr "このブックマークを再生するキーを選択します。"
 
-#: src/libvlc.h:1079
+#: src/libvlc.h:1087
 msgid "Set playlist bookmark 1"
 msgstr "再生一覧ブックマーク 1 を設定する"
 
-#: src/libvlc.h:1080
+#: src/libvlc.h:1088
 msgid "Set playlist bookmark 2"
 msgstr "再生一覧ブックマーク 2 を設定する"
 
-#: src/libvlc.h:1081
+#: src/libvlc.h:1089
 msgid "Set playlist bookmark 3"
 msgstr "再生一覧ブックマーク 3 を設定する"
 
-#: src/libvlc.h:1082
+#: src/libvlc.h:1090
 msgid "Set playlist bookmark 4"
 msgstr "再生一覧ブックマーク 4 を設定する"
 
-#: src/libvlc.h:1083
+#: src/libvlc.h:1091
 msgid "Set playlist bookmark 5"
 msgstr "再生一覧ブックマーク 5 を設定する"
 
-#: src/libvlc.h:1084
+#: src/libvlc.h:1092
 msgid "Set playlist bookmark 6"
 msgstr "再生一覧ブックマーク 6 を設定する"
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1093
 msgid "Set playlist bookmark 7"
 msgstr "再生一覧ブックマーク 7 を設定する"
 
-#: src/libvlc.h:1086
+#: src/libvlc.h:1094
 msgid "Set playlist bookmark 8"
 msgstr "再生一覧ブックマーク 8 を設定する"
 
-#: src/libvlc.h:1087
+#: src/libvlc.h:1095
 msgid "Set playlist bookmark 9"
 msgstr "再生一覧ブックマーク 9 を設定する"
 
-#: src/libvlc.h:1088
+#: src/libvlc.h:1096
 msgid "Set playlist bookmark 10"
 msgstr "再生一覧ブックマーク 10 を設定する"
 
-#: src/libvlc.h:1089
+#: src/libvlc.h:1097
 msgid "Select the key to set this playlist bookmark."
 msgstr "この再生一覧ブックマークを設定するキーを選択します。"
 
-#: src/libvlc.h:1091 modules/control/hotkeys.c:84
+#: src/libvlc.h:1099 modules/control/hotkeys.c:84
 #, fuzzy
 msgid "Playlist bookmark 1"
 msgstr "リスト"
 
-#: src/libvlc.h:1092 modules/control/hotkeys.c:85
+#: src/libvlc.h:1100 modules/control/hotkeys.c:85
 #, fuzzy
 msgid "Playlist bookmark 2"
 msgstr "リスト"
 
-#: src/libvlc.h:1093 modules/control/hotkeys.c:86
+#: src/libvlc.h:1101 modules/control/hotkeys.c:86
 #, fuzzy
 msgid "Playlist bookmark 3"
 msgstr "リスト"
 
-#: src/libvlc.h:1094 modules/control/hotkeys.c:87
+#: src/libvlc.h:1102 modules/control/hotkeys.c:87
 #, fuzzy
 msgid "Playlist bookmark 4"
 msgstr "リスト"
 
-#: src/libvlc.h:1095 modules/control/hotkeys.c:88
+#: src/libvlc.h:1103 modules/control/hotkeys.c:88
 #, fuzzy
 msgid "Playlist bookmark 5"
 msgstr "リスト"
 
-#: src/libvlc.h:1096 modules/control/hotkeys.c:89
+#: src/libvlc.h:1104 modules/control/hotkeys.c:89
 #, fuzzy
 msgid "Playlist bookmark 6"
 msgstr "リスト"
 
-#: src/libvlc.h:1097 modules/control/hotkeys.c:90
+#: src/libvlc.h:1105 modules/control/hotkeys.c:90
 #, fuzzy
 msgid "Playlist bookmark 7"
 msgstr "リスト"
 
-#: src/libvlc.h:1098 modules/control/hotkeys.c:91
+#: src/libvlc.h:1106 modules/control/hotkeys.c:91
 #, fuzzy
 msgid "Playlist bookmark 8"
 msgstr "リスト"
 
-#: src/libvlc.h:1099 modules/control/hotkeys.c:92
+#: src/libvlc.h:1107 modules/control/hotkeys.c:92
 #, fuzzy
 msgid "Playlist bookmark 9"
 msgstr "リスト"
 
-#: src/libvlc.h:1100 modules/control/hotkeys.c:93
+#: src/libvlc.h:1108 modules/control/hotkeys.c:93
 #, fuzzy
 msgid "Playlist bookmark 10"
 msgstr "リスト"
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1110
 #, fuzzy
 msgid "This allows you to define playlist bookmarks."
 msgstr "この再生一覧ブックマークを設定するキーを選択します。"
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1112
 msgid "Go back in browsing history"
 msgstr ""
 
-#: src/libvlc.h:1105
+#: src/libvlc.h:1113
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1114
 msgid "Go forward in browsing history"
 msgstr ""
 
-#: src/libvlc.h:1107
+#: src/libvlc.h:1115
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:1109
+#: src/libvlc.h:1117
 #, fuzzy
 msgid "Cycle audio track"
 msgstr "オーディオトラック"
 
-#: src/libvlc.h:1110
+#: src/libvlc.h:1118
 msgid "Cycle through the available audio tracks(languages)."
 msgstr ""
 
-#: src/libvlc.h:1111
+#: src/libvlc.h:1119
 #, fuzzy
 msgid "Cycle subtitle track"
 msgstr "字幕トラックの選択"
 
-#: src/libvlc.h:1112
+#: src/libvlc.h:1120
 #, fuzzy
 msgid "Cycle through the available subtitle tracks."
 msgstr "字幕トラックの選択"
 
-#: src/libvlc.h:1113
+#: src/libvlc.h:1121
 #, fuzzy
 msgid "Cycle source aspect ratio"
 msgstr "ソースのアスペクト比"
 
-#: src/libvlc.h:1114
+#: src/libvlc.h:1122
 #, fuzzy
 msgid "Cycle through a predefined list of source aspect ratios."
 msgstr "ソースのアスペクト比"
 
-#: src/libvlc.h:1115
+#: src/libvlc.h:1123
 #, fuzzy
 msgid "Cycle video crop"
 msgstr "グレースケールビデオ出力"
 
-#: src/libvlc.h:1116
+#: src/libvlc.h:1124
 msgid "Cycle through a predefined list of crop formats."
 msgstr ""
 
-#: src/libvlc.h:1117
+#: src/libvlc.h:1125
 #, fuzzy
 msgid "Cycle deinterlace modes"
 msgstr "ノンインタレース化モード"
 
-#: src/libvlc.h:1118
+#: src/libvlc.h:1126
 #, fuzzy
 msgid "Cycle through deinterlace modes."
 msgstr "ノンインタレース化モード"
 
-#: src/libvlc.h:1119
+#: src/libvlc.h:1127
 msgid "Show interface"
 msgstr "インターフェースを表示する"
 
-#: src/libvlc.h:1120
+#: src/libvlc.h:1128
 #, fuzzy
 msgid "Raise the interface above all other windows."
 msgstr "インタフェースウィンドウを隠す"
 
-#: src/libvlc.h:1121
+#: src/libvlc.h:1129
 #, fuzzy
 msgid "Hide interface"
 msgstr "インタフェースを隠す(_H)"
 
-#: src/libvlc.h:1122
+#: src/libvlc.h:1130
 #, fuzzy
 msgid "Lower the interface below all other windows."
 msgstr "インタフェースウィンドウを隠す"
 
-#: src/libvlc.h:1123
+#: src/libvlc.h:1131
 msgid "Take video snapshot"
 msgstr "ビデオのスナップショットを取る"
 
-#: src/libvlc.h:1124
+#: src/libvlc.h:1132
 msgid "Takes a video snapshot and writes it to disk."
 msgstr "ビデオのスナップショットを取ってディスクに書き込みます。"
 
-#: src/libvlc.h:1126 modules/access_filter/record.c:51
+#: src/libvlc.h:1134 modules/access_filter/record.c:51
 #: modules/access_filter/record.c:52
 msgid "Record"
 msgstr "レコード"
 
-#: src/libvlc.h:1127
+#: src/libvlc.h:1135
 msgid "Record access filter start/stop."
 msgstr ""
 
-#: src/libvlc.h:1129 src/libvlc.h:1130 src/video_output/vout_intf.c:211
+#: src/libvlc.h:1137 src/libvlc.h:1138 src/video_output/vout_intf.c:211
 msgid "Zoom"
 msgstr "ズーム"
 
-#: src/libvlc.h:1132 src/libvlc.h:1133
+#: src/libvlc.h:1140 src/libvlc.h:1141
 #, fuzzy
 msgid "Un-Zoom"
 msgstr "ズーム"
 
-#: src/libvlc.h:1135 src/libvlc.h:1136
+#: src/libvlc.h:1143 src/libvlc.h:1144
 msgid "Crop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1137 src/libvlc.h:1138
+#: src/libvlc.h:1145 src/libvlc.h:1146
 msgid "Uncrop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1140 src/libvlc.h:1141
+#: src/libvlc.h:1148 src/libvlc.h:1149
 msgid "Crop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1142 src/libvlc.h:1143
+#: src/libvlc.h:1150 src/libvlc.h:1151
 msgid "Uncrop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1145 src/libvlc.h:1146
+#: src/libvlc.h:1153 src/libvlc.h:1154
 msgid "Crop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1147 src/libvlc.h:1148
+#: src/libvlc.h:1155 src/libvlc.h:1156
 msgid "Uncrop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1150 src/libvlc.h:1151
+#: src/libvlc.h:1158 src/libvlc.h:1159
 msgid "Crop one pixel from the right of the video"
 msgstr ""
 
-#: src/libvlc.h:1152 src/libvlc.h:1153
+#: src/libvlc.h:1160 src/libvlc.h:1161
 msgid "Uncrop one pixel from the right of the video"
 msgstr ""
 
-#: src/libvlc.h:1157
+#: src/libvlc.h:1165
 #, fuzzy, c-format
 msgid ""
 "Usage: %s [options] [stream] ...\n"
@@ -3700,60 +3722,60 @@ msgstr ""
 "  vlc:pause                      再生一覧項目の再生停止\n"
 "  vlc:quit                       VLC を終了\n"
 
-#: src/libvlc.h:1267 src/video_output/vout_intf.c:420
-#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:753
+#: src/libvlc.h:1277 src/video_output/vout_intf.c:420
+#: modules/gui/macosx/controls.m:328 modules/gui/macosx/controls.m:759
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:630
 #: modules/video_output/snapshot.c:76
 msgid "Snapshot"
 msgstr "スナップショット"
 
-#: src/libvlc.h:1280
+#: src/libvlc.h:1290
 msgid "Window properties"
 msgstr "ウィンドウのプロパティ"
 
-#: src/libvlc.h:1325
+#: src/libvlc.h:1335
 #, fuzzy
 msgid "Subpictures"
 msgstr "字幕"
 
-#: src/libvlc.h:1332 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
+#: src/libvlc.h:1342 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
 #: modules/gui/beos/InterfaceWindow.cpp:279
 msgid "Subtitles"
 msgstr "字幕"
 
-#: src/libvlc.h:1349 modules/stream_out/transcode.c:151
+#: src/libvlc.h:1359 modules/stream_out/transcode.c:151
 msgid "Overlays"
 msgstr "オーバーレイ"
 
-#: src/libvlc.h:1359
+#: src/libvlc.h:1369
 msgid "Track settings"
 msgstr "トラック設定"
 
-#: src/libvlc.h:1381
+#: src/libvlc.h:1391
 msgid "Playback control"
 msgstr "再生制御"
 
-#: src/libvlc.h:1396
+#: src/libvlc.h:1406
 msgid "Default devices"
 msgstr "デフォルトデバイス"
 
-#: src/libvlc.h:1405
+#: src/libvlc.h:1415
 msgid "Network settings"
 msgstr "ネットワーク設定"
 
-#: src/libvlc.h:1417
+#: src/libvlc.h:1427
 msgid "Socks proxy"
 msgstr "Sock プロキシ"
 
-#: src/libvlc.h:1426
+#: src/libvlc.h:1436
 msgid "Metadata"
 msgstr "メタデータ"
 
-#: src/libvlc.h:1456
+#: src/libvlc.h:1466
 msgid "Decoders"
 msgstr "デコーダ"
 
-#: src/libvlc.h:1463 modules/access/v4l2.c:56
+#: src/libvlc.h:1473 modules/access/v4l2.c:56
 #: modules/gui/macosx/playlistinfo.m:80
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:265
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:378
@@ -3761,82 +3783,82 @@ msgstr "デコーダ"
 msgid "Input"
 msgstr "入力"
 
-#: src/libvlc.h:1499 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
+#: src/libvlc.h:1509 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
 msgid "VLM"
 msgstr ""
 
-#: src/libvlc.h:1530
+#: src/libvlc.h:1540
 msgid "CPU"
 msgstr "CPU"
 
-#: src/libvlc.h:1552
+#: src/libvlc.h:1562
 msgid "Special modules"
 msgstr "特殊モジュール"
 
-#: src/libvlc.h:1559
+#: src/libvlc.h:1569
 msgid "Plugins"
 msgstr "プラグイン"
 
-#: src/libvlc.h:1567
+#: src/libvlc.h:1577
 msgid "Performance options"
 msgstr "パフォーマンスオプションストリームの一時停止"
 
-#: src/libvlc.h:1700
+#: src/libvlc.h:1714
 msgid "Hot keys"
 msgstr "ホットキー"
 
-#: src/libvlc.h:2011
+#: src/libvlc.h:2025
 #, fuzzy
 msgid "Jump sizes"
 msgstr "フォントサイズ"
 
-#: src/libvlc.h:2090
+#: src/libvlc.h:2104
 msgid "main program"
 msgstr "メインプログラム"
 
-#: src/libvlc.h:2097
+#: src/libvlc.h:2111
 msgid "print help for VLC (can be combined with --advanced)"
 msgstr "VLC のヘルプを表示する (--advanced と併用できます)"
 
-#: src/libvlc.h:2099
+#: src/libvlc.h:2113
 #, fuzzy
 msgid ""
 "print help for VLC and all its modules (can be combined with --advanced)"
 msgstr "VLC とすべてのモジュールのヘルプを表示する (--advanced と併用できます)"
 
-#: src/libvlc.h:2101
+#: src/libvlc.h:2115
 msgid "print help for the advanced options"
 msgstr "高度なオプションのヘルプを表示する"
 
-#: src/libvlc.h:2103
+#: src/libvlc.h:2117
 msgid "ask for extra verbosity when displaying help"
 msgstr ""
 
-#: src/libvlc.h:2105
+#: src/libvlc.h:2119
 msgid "print a list of available modules"
 msgstr "有効なモジュールの一覧を表示する"
 
-#: src/libvlc.h:2107
+#: src/libvlc.h:2121
 msgid "print help on a specific module (can be combined with --advanced)"
 msgstr "モジュールのヘルプを表示する (--advanced と併用できます)"
 
-#: src/libvlc.h:2109
+#: src/libvlc.h:2123
 msgid "save the current command line options in the config"
 msgstr ""
 
-#: src/libvlc.h:2111
+#: src/libvlc.h:2125
 msgid "reset the current config to the default values"
 msgstr ""
 
-#: src/libvlc.h:2113
+#: src/libvlc.h:2127
 msgid "use alternate config file"
 msgstr ""
 
-#: src/libvlc.h:2115
+#: src/libvlc.h:2129
 msgid "resets the current plugins cache"
 msgstr "現在のプラグインキャッシュをリセットする"
 
-#: src/libvlc.h:2117
+#: src/libvlc.h:2131
 msgid "print version information"
 msgstr "バージョン情報を表示する"
 
@@ -4458,7 +4480,8 @@ msgstr "不明"
 msgid "Media: %s"
 msgstr ""
 
-#: src/playlist/engine.c:92 src/playlist/engine.c:94
+#: src/playlist/engine.c:104 src/playlist/engine.c:106
+#: src/playlist/loadsave.c:149
 msgid "Media Library"
 msgstr ""
 
@@ -4518,17 +4541,8 @@ msgstr "縁取り"
 msgid "Aspect-ratio"
 msgstr "アスペクト比"
 
-#: modules/access/cdda/access.c:293
-msgid "CD reading failed"
-msgstr ""
-
-#: modules/access/cdda/access.c:294
-#, c-format
-msgid "VLC could not get a new block of size: %i."
-msgstr ""
-
 #: modules/access/cdda.c:58 modules/access/dshow/dshow.cpp:91
-#: modules/access/dvb/access.c:73 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:73
 #: modules/access/dvdnav.c:64 modules/access/dvdread.c:62
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:43
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4592,7 +4606,16 @@ msgstr "オーディオトラック"
 msgid "Audio CD - Track %i"
 msgstr "オーディオトラック"
 
-#: modules/access/cdda/cdda.c:42 modules/access/directory.c:77
+#: modules/access/cdda/access.c:293
+msgid "CD reading failed"
+msgstr ""
+
+#: modules/access/cdda/access.c:294
+#, c-format
+msgid "VLC could not get a new block of size: %i."
+msgstr ""
+
+#: modules/access/cdda/cdda.c:42 modules/access/directory.c:78
 #: modules/codec/x264.c:280 modules/codec/x264.c:287 modules/codec/x264.c:292
 msgid "none"
 msgstr "なし"
@@ -4850,11 +4873,11 @@ msgstr ""
 msgid "Track Number"
 msgstr "トラック番号"
 
-#: modules/access/directory.c:69
+#: modules/access/directory.c:70
 msgid "Subdirectory behavior"
 msgstr ""
 
-#: modules/access/directory.c:71
+#: modules/access/directory.c:72
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -4862,19 +4885,19 @@ msgid ""
 "expand: all subdirectories are expanded.\n"
 msgstr ""
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:78
 msgid "collapse"
 msgstr "閉じる"
 
-#: modules/access/directory.c:78
+#: modules/access/directory.c:79
 msgid "expand"
 msgstr "展開"
 
-#: modules/access/directory.c:80
+#: modules/access/directory.c:81
 msgid "Ignored extensions"
 msgstr ""
 
-#: modules/access/directory.c:82
+#: modules/access/directory.c:83
 msgid ""
 "Files with these extensions will not be added to playlist when opening a "
 "directory.\n"
@@ -4882,12 +4905,12 @@ msgid ""
 "instance. Use a comma-separated list of extensions."
 msgstr ""
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:90
 #, fuzzy
 msgid "Directory"
 msgstr "DirectShow"
 
-#: modules/access/directory.c:91
+#: modules/access/directory.c:92
 #, fuzzy
 msgid "Standard filesystem directory input"
 msgstr "標準的なファイルシステムのファイルを読む"
@@ -5113,6 +5136,22 @@ msgstr ""
 msgid "The capture device \"%s\" does not support the required parameters."
 msgstr ""
 
+#: modules/access/dv.c:70
+#, fuzzy
+msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
+msgstr ""
+"udpストリームで使用される既定のキャッシング値が変更可能です。単位はミリ秒で指"
+"定します。"
+
+#: modules/access/dv.c:74
+msgid "Digital Video (Firewire/ieee1394)  input"
+msgstr ""
+
+#: modules/access/dv.c:75
+#, fuzzy
+msgid "dv"
+msgstr "追加"
+
 #: modules/access/dvb/access.c:75
 #, fuzzy
 msgid ""
@@ -5381,22 +5420,6 @@ msgstr "ビジュアル化"
 msgid "The provided polarization \"%c\" is not valid."
 msgstr ""
 
-#: modules/access/dv.c:70
-#, fuzzy
-msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
-msgstr ""
-"udpストリームで使用される既定のキャッシング値が変更可能です。単位はミリ秒で指"
-"定します。"
-
-#: modules/access/dv.c:74
-msgid "Digital Video (Firewire/ieee1394)  input"
-msgstr ""
-
-#: modules/access/dv.c:75
-#, fuzzy
-msgid "dv"
-msgstr "追加"
-
 #: modules/access/dvdnav.c:60 modules/access/dvdread.c:58
 msgid "DVD angle"
 msgstr "DVD アングル"
@@ -5618,70 +5641,26 @@ msgstr ""
 msgid "VLC could not open file \"%s\" (%s)."
 msgstr ""
 
-#: modules/access_filter/record.c:43
+#: modules/access/ftp.c:45
 #, fuzzy
-msgid "Record directory"
-msgstr "ソースディレクトリ"
+msgid ""
+"Caching value for FTP streams. This value should be set in milliseconds."
+msgstr ""
+"udpストリームで使用される既定のキャッシング値が変更可能です。単位はミリ秒で指"
+"定します。"
 
-#: modules/access_filter/record.c:45
+#: modules/access/ftp.c:47
+msgid "FTP user name"
+msgstr "FTP ユーザー名"
+
+#: modules/access/ftp.c:48 modules/access/smb.c:64
 #, fuzzy
-msgid "Directory where the record will be stored."
+msgid "User name that will be used for the connection."
 msgstr "VLCが選択するパケッタライザーの順序を選択します。"
 
-#: modules/access_filter/timeshift.c:44
-#, fuzzy
-msgid "Timeshift granularity"
-msgstr "垂直方向位置"
-
-#: modules/access_filter/timeshift.c:46
-msgid ""
-"This is the size of the temporary files tha will be used to store the "
-"timeshifted streams."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:48
-#, fuzzy
-msgid "Timeshift directory"
-msgstr "ディレクトリを選択する"
-
-#: modules/access_filter/timeshift.c:49
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:51
-msgid "Force use of the timeshift module"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52
-msgid ""
-"Force use of the timeshift module even if the access declares that it can "
-"control pace or pause."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
-msgid "Timeshift"
-msgstr "タイムシフト"
-
-#: modules/access/ftp.c:45
-#, fuzzy
-msgid ""
-"Caching value for FTP streams. This value should be set in milliseconds."
-msgstr ""
-"udpストリームで使用される既定のキャッシング値が変更可能です。単位はミリ秒で指"
-"定します。"
-
-#: modules/access/ftp.c:47
-msgid "FTP user name"
-msgstr "FTP ユーザー名"
-
-#: modules/access/ftp.c:48 modules/access/smb.c:64
-#, fuzzy
-msgid "User name that will be used for the connection."
-msgstr "VLCが選択するパケッタライザーの順序を選択します。"
-
-#: modules/access/ftp.c:50
-msgid "FTP password"
-msgstr "FTP パスワード"
+#: modules/access/ftp.c:50
+msgid "FTP password"
+msgstr "FTP パスワード"
 
 #: modules/access/ftp.c:51 modules/access/smb.c:67
 #, fuzzy
@@ -5840,370 +5819,130 @@ msgstr ""
 msgid "Microsoft Media Server (MMS) input"
 msgstr "マイクロソフトメディアサーバー (MMS) 入力"
 
-#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
-msgid "Dummy stream output"
-msgstr "ダミーストリーム出力"
-
-#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
-msgid "Dummy"
-msgstr "ダミー"
-
-#: modules/access_output/file.c:61
-msgid "Append to file"
-msgstr "ファイルに追加する"
-
-#: modules/access_output/file.c:62
-msgid "Append to file if it exists instead of replacing it."
-msgstr ""
-
-#: modules/access_output/file.c:66
-msgid "File stream output"
-msgstr "ファイルストリーム出力"
-
-#: modules/access_output/http.c:58
-msgid "Username"
-msgstr "ユーザー名"
-
-#: modules/access_output/http.c:59
-msgid "User name that will be requested to access the stream."
-msgstr ""
-
-#: modules/access_output/http.c:61 modules/control/telnet.c:81
-msgid "Password"
-msgstr "パスワード"
-
-#: modules/access_output/http.c:62
-msgid "Password that will be requested to access the stream."
+#: modules/access/pvr.c:49
+#, fuzzy
+msgid ""
+"Default caching value for PVR streams. This value should be set in "
+"milliseconds."
 msgstr ""
+"udpストリームで使用される既定のキャッシング値が変更可能です。単位はミリ秒で指"
+"定します。"
 
-#: modules/access_output/http.c:66
-msgid "Mime"
-msgstr "Mime"
+#: modules/access/pvr.c:52
+msgid "Device"
+msgstr "デバイス"
 
-#: modules/access_output/http.c:67
-msgid "MIME returned by the server (autodetected if not specified."
-msgstr ""
+#: modules/access/pvr.c:53
+#, fuzzy
+msgid "PVR video device"
+msgstr "DVDデバイス"
 
-#: modules/access_output/http.c:71
+#: modules/access/pvr.c:55
 #, fuzzy
-msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
-msgstr "HTTP インターフェースの x509 PEM 証明書ファイル (SSL 有効)"
+msgid "Radio device"
+msgstr "DVDデバイス"
 
-#: modules/access_output/http.c:74
+#: modules/access/pvr.c:56
 #, fuzzy
-msgid ""
-"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
-"empty if you don't have one."
-msgstr "HTTP インターフェースの x509 PEM 証明書ファイル (SSL 有効)"
+msgid "PVR radio device"
+msgstr "DVDデバイス"
 
-#: modules/access_output/http.c:78
+#: modules/access/pvr.c:58 modules/access/v4l.c:96
 #, fuzzy
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used for HTTPS. Leave empty if you don't have one."
-msgstr "HTTP インターフェースの x509 PEM 証明書ファイル (SSL 有効)"
+msgid "Norm"
+msgstr "なし"
 
-#: modules/access_output/http.c:83
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be used for "
-"SSL. Leave empty if you don't have one."
+#: modules/access/pvr.c:59 modules/access/v4l.c:98
+msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
 msgstr ""
 
-#: modules/access_output/http.c:86
-msgid "Advertise with Bonjour"
-msgstr ""
+#: modules/access/pvr.c:62 modules/access/v4l.c:102
+#: modules/video_filter/mosaic.c:96
+msgid "Width"
+msgstr "å¹…"
 
-#: modules/access_output/http.c:87
-msgid "Advertise the stream with the Bonjour protocol."
+#: modules/access/pvr.c:63
+msgid "Width of the stream to capture (-1 for autodetection)."
 msgstr ""
 
-#: modules/access_output/http.c:91
-msgid "HTTP stream output"
-msgstr "HTTP ストリーム出力"
+#: modules/access/pvr.c:66 modules/access/v4l.c:105
+#: modules/video_filter/mosaic.c:94
+#, fuzzy
+msgid "Height"
+msgstr "右"
 
-#: modules/access_output/http.c:93 modules/control/http/http.c:61
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
-msgid "HTTP"
-msgstr "HTTP"
+#: modules/access/pvr.c:67
+msgid "Height of the stream to capture (-1 for autodetection)."
+msgstr ""
 
-#: modules/access_output/shout.c:58
-#, fuzzy
-msgid "Stream name"
-msgstr "ストリーム名"
+#: modules/access/pvr.c:70 modules/access/v4l.c:89
+msgid "Frequency"
+msgstr "周波数"
 
-#: modules/access_output/shout.c:59
-msgid "Name to give to this stream/channel on the shoutcast/icecast server."
+#: modules/access/pvr.c:71 modules/access/v4l.c:91
+msgid "Frequency to capture (in kHz), if applicable."
 msgstr ""
 
-#: modules/access_output/shout.c:62
-#, fuzzy
-msgid "Stream description"
-msgstr "コーデック説明"
+#: modules/access/pvr.c:74 modules/access/v4l.c:137
+msgid "Framerate to capture, if applicable (-1 for autodetect)."
+msgstr ""
 
-#: modules/access_output/shout.c:63
-msgid "Description of the stream content or information about your channel."
+#: modules/access/pvr.c:77
+msgid "Key interval"
+msgstr "キー間隔:"
+
+#: modules/access/pvr.c:78
+msgid "Interval between keyframes (-1 for autodetect)."
 msgstr ""
 
-#: modules/access_output/shout.c:66
-msgid "Stream MP3"
-msgstr "ストリーム MP3"
+#: modules/access/pvr.c:80
+msgid "B Frames"
+msgstr "B フレーム"
 
-#: modules/access_output/shout.c:67
+#: modules/access/pvr.c:81
 msgid ""
-"You normally have to feed the shoutcast module with Ogg streams. It is also "
-"possible to stream MP3 instead, so you can forward MP3 streams to the "
-"shoutcast/icecast server."
+"If this option is set, B-Frames will be used. Use this option to set the "
+"number of B-Frames."
 msgstr ""
 
-#: modules/access_output/shout.c:76
-#, fuzzy
-msgid "Genre description"
-msgstr "コーデック説明"
-
-#: modules/access_output/shout.c:77
-msgid "Genre of the content. "
+#: modules/access/pvr.c:85
+msgid "Bitrate to use (-1 for default)."
 msgstr ""
 
-#: modules/access_output/shout.c:79
+#: modules/access/pvr.c:87
 #, fuzzy
-msgid "URL description"
-msgstr "説明"
+msgid "Bitrate peak"
+msgstr "ビットレート"
 
-#: modules/access_output/shout.c:80
-msgid "URL with information about the stream or your channel. "
+#: modules/access/pvr.c:88
+msgid "Peak bitrate in VBR mode."
 msgstr ""
 
-#: modules/access_output/shout.c:87
+#: modules/access/pvr.c:91
 #, fuzzy
-msgid "Bitrate information of the transcoded stream. "
-msgstr "ストリームをナビゲートする"
+msgid "Bitrate mode)"
+msgstr "湾曲モード"
 
-#: modules/access_output/shout.c:89 modules/access/v4l.c:122
-#, fuzzy
-msgid "Samplerate"
-msgstr "シンボル・レート"
+#: modules/access/pvr.c:92
+msgid "Bitrate mode to use (VBR or CBR)."
+msgstr ""
 
-#: modules/access_output/shout.c:90
+#: modules/access/pvr.c:94
 #, fuzzy
-msgid "Samplerate information of the transcoded stream. "
-msgstr "ストリームをナビゲートする"
+msgid "Audio bitmask"
+msgstr "オーディオビットレート"
 
-#: modules/access_output/shout.c:92
-#, fuzzy
-msgid "Number of channels"
-msgstr "クローンの数"
+#: modules/access/pvr.c:95
+msgid "Bitmask that will get used by the audio part of the card."
+msgstr ""
 
-#: modules/access_output/shout.c:93
-#, fuzzy
-msgid "Number of channels information of the transcoded stream. "
-msgstr "ストリームをナビゲートする"
+#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
+#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
+msgid "Volume"
+msgstr "音量"
 
-#: modules/access_output/shout.c:95
-msgid "Ogg Vorbis Quality"
-msgstr ""
-
-#: modules/access_output/shout.c:96
-#, fuzzy
-msgid "Ogg Vorbis Quality information of the transcoded stream. "
-msgstr "ストリームをナビゲートする"
-
-#: modules/access_output/shout.c:98
-#, fuzzy
-msgid "Stream public"
-msgstr "ストリーム出力"
-
-#: modules/access_output/shout.c:99
-msgid ""
-"Make the server publicly available on the 'Yellow Pages' (directory listing "
-"of streams) on the icecast/shoutcast website. Requires the bitrate "
-"information specified for shoutcast. Requires Ogg streaming for icecast."
-msgstr ""
-
-#: modules/access_output/shout.c:105
-#, fuzzy
-msgid "IceCAST output"
-msgstr "オーディオ出力モジュールアクセス"
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:41
-#: modules/demux/live555.cpp:63
-msgid "Caching value (ms)"
-msgstr "キャッシング値 (ミリ秒)"
-
-#: modules/access_output/udp.c:77
-#, fuzzy
-msgid ""
-"Default caching value for outbound UDP streams. This value should be set in "
-"milliseconds."
-msgstr ""
-"udpストリームで使用される既定のキャッシング値が変更可能です。単位はミリ秒で指"
-"定します。"
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
-#: modules/gui/macosx/wizard.m:1848
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
-msgid "Time-To-Live (TTL)"
-msgstr "生存時間 (TTL):"
-
-#: modules/access_output/udp.c:81
-#, fuzzy
-msgid "Time-To-Live of the outgoing stream."
-msgstr "VLCが選択するパケッタライザーの順序を選択します。"
-
-#: modules/access_output/udp.c:84
-msgid "Group packets"
-msgstr "グループパケット"
-
-#: modules/access_output/udp.c:85
-msgid ""
-"Packets can be sent one by one at the right time or by groups. You can "
-"choose the number of packets that will be sent at a time. It helps reducing "
-"the scheduling load on heavily-loaded systems."
-msgstr ""
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr ""
-
-#: modules/access_output/udp.c:91
-msgid ""
-"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 ""
-
-#: modules/access_output/udp.c:97
-msgid "UDP stream output"
-msgstr "UDP ストリーム出力"
-
-#: modules/access_output/udp.c:98
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
-msgid "UDP"
-msgstr "UDP"
-
-#: modules/access/pvr.c:49
-#, fuzzy
-msgid ""
-"Default caching value for PVR streams. This value should be set in "
-"milliseconds."
-msgstr ""
-"udpストリームで使用される既定のキャッシング値が変更可能です。単位はミリ秒で指"
-"定します。"
-
-#: modules/access/pvr.c:52
-msgid "Device"
-msgstr "デバイス"
-
-#: modules/access/pvr.c:53
-#, fuzzy
-msgid "PVR video device"
-msgstr "DVDデバイス"
-
-#: modules/access/pvr.c:55
-#, fuzzy
-msgid "Radio device"
-msgstr "DVDデバイス"
-
-#: modules/access/pvr.c:56
-#, fuzzy
-msgid "PVR radio device"
-msgstr "DVDデバイス"
-
-#: modules/access/pvr.c:58 modules/access/v4l.c:96
-#, fuzzy
-msgid "Norm"
-msgstr "なし"
-
-#: modules/access/pvr.c:59 modules/access/v4l.c:98
-msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
-msgstr ""
-
-#: modules/access/pvr.c:62 modules/access/v4l.c:102
-#: modules/video_filter/mosaic.c:96
-msgid "Width"
-msgstr "å¹…"
-
-#: modules/access/pvr.c:63
-msgid "Width of the stream to capture (-1 for autodetection)."
-msgstr ""
-
-#: modules/access/pvr.c:66 modules/access/v4l.c:105
-#: modules/video_filter/mosaic.c:94
-#, fuzzy
-msgid "Height"
-msgstr "右"
-
-#: modules/access/pvr.c:67
-msgid "Height of the stream to capture (-1 for autodetection)."
-msgstr ""
-
-#: modules/access/pvr.c:70 modules/access/v4l.c:89
-msgid "Frequency"
-msgstr "周波数"
-
-#: modules/access/pvr.c:71 modules/access/v4l.c:91
-msgid "Frequency to capture (in kHz), if applicable."
-msgstr ""
-
-#: modules/access/pvr.c:74 modules/access/v4l.c:137
-msgid "Framerate to capture, if applicable (-1 for autodetect)."
-msgstr ""
-
-#: modules/access/pvr.c:77
-msgid "Key interval"
-msgstr "キー間隔:"
-
-#: modules/access/pvr.c:78
-msgid "Interval between keyframes (-1 for autodetect)."
-msgstr ""
-
-#: modules/access/pvr.c:80
-msgid "B Frames"
-msgstr "B フレーム"
-
-#: modules/access/pvr.c:81
-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.c:85
-msgid "Bitrate to use (-1 for default)."
-msgstr ""
-
-#: modules/access/pvr.c:87
-#, fuzzy
-msgid "Bitrate peak"
-msgstr "ビットレート"
-
-#: modules/access/pvr.c:88
-msgid "Peak bitrate in VBR mode."
-msgstr ""
-
-#: modules/access/pvr.c:91
-#, fuzzy
-msgid "Bitrate mode)"
-msgstr "湾曲モード"
-
-#: modules/access/pvr.c:92
-msgid "Bitrate mode to use (VBR or CBR)."
-msgstr ""
-
-#: modules/access/pvr.c:94
-#, fuzzy
-msgid "Audio bitmask"
-msgstr "オーディオビットレート"
-
-#: modules/access/pvr.c:95
-msgid "Bitmask that will get used by the audio part of the card."
-msgstr ""
-
-#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
-msgid "Volume"
-msgstr "音量"
-
-#: modules/access/pvr.c:99
-msgid "Audio volume (0-65535)."
+#: modules/access/pvr.c:99
+msgid "Audio volume (0-65535)."
 msgstr ""
 
 #: modules/access/pvr.c:101 modules/access/v4l.c:92
@@ -6247,6 +5986,11 @@ msgstr "PVR"
 msgid "IVTV MPEG Encoding cards input"
 msgstr ""
 
+#: modules/access/rtsp/access.c:41 modules/access_output/udp.c:75
+#: modules/demux/live555.cpp:63
+msgid "Caching value (ms)"
+msgstr "キャッシング値 (ミリ秒)"
+
 #: modules/access/rtsp/access.c:43
 #, fuzzy
 msgid ""
@@ -6401,32 +6145,6 @@ msgstr ""
 msgid "UDP/RTP input"
 msgstr "UDP/RTP 入力"
 
-#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
-#: modules/gui/wxwidgets/dialogs/open.cpp:723
-msgid "Device name"
-msgstr "デバイス名"
-
-#: modules/access/v4l2.c:54
-msgid ""
-"Name of the device to use. If you don't specify anything, /dev/video0 will "
-"be used."
-msgstr ""
-
-#: modules/access/v4l2.c:58
-msgid ""
-"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
-msgstr ""
-
-#: modules/access/v4l2.c:63
-#, fuzzy
-msgid "Video4Linux2"
-msgstr "Video4Linux"
-
-#: modules/access/v4l2.c:64
-#, fuzzy
-msgid "Video4Linux2 input"
-msgstr "Video4Linux 入力"
-
 #: modules/access/v4l.c:75
 #, fuzzy
 msgid ""
@@ -6523,6 +6241,11 @@ msgstr "チューナー:"
 msgid "Tuner to use, if there are several ones."
 msgstr ""
 
+#: modules/access/v4l.c:122 modules/access_output/shout.c:89
+#, fuzzy
+msgid "Samplerate"
+msgstr "シンボル・レート"
+
 #: modules/access/v4l.c:124
 msgid ""
 "Samplerate of the captured audio stream, in Hz (eg: 11025, 22050, 44100)"
@@ -6568,6 +6291,32 @@ msgstr "Video4Linux"
 msgid "Video4Linux input"
 msgstr "Video4Linux 入力"
 
+#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
+#: modules/gui/wxwidgets/dialogs/open.cpp:723
+msgid "Device name"
+msgstr "デバイス名"
+
+#: modules/access/v4l2.c:54
+msgid ""
+"Name of the device to use. If you don't specify anything, /dev/video0 will "
+"be used."
+msgstr ""
+
+#: modules/access/v4l2.c:58
+msgid ""
+"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
+msgstr ""
+
+#: modules/access/v4l2.c:63
+#, fuzzy
+msgid "Video4Linux2"
+msgstr "Video4Linux"
+
+#: modules/access/v4l2.c:64
+#, fuzzy
+msgid "Video4Linux2 input"
+msgstr "Video4Linux 入力"
+
 #: modules/access/vcd/vcd.c:42
 #, fuzzy
 msgid "Caching value for VCDs. This value should be set in milliseconds."
@@ -6651,118 +6400,392 @@ msgstr "音量設定"
 msgid "System Id"
 msgstr "システム ID"
 
-#: modules/access/vcdx/info.c:101
-msgid "Entries"
-msgstr "エントリ"
+#: modules/access/vcdx/info.c:101
+msgid "Entries"
+msgstr "エントリ"
+
+#: modules/access/vcdx/info.c:122
+msgid "First Entry Point"
+msgstr "最初のエントリポイント"
+
+#: modules/access/vcdx/info.c:126
+msgid "Last Entry Point"
+msgstr "最後のエントリポイント"
+
+#: modules/access/vcdx/info.c:127
+msgid "Track size (in sectors)"
+msgstr ""
+
+#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
+#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
+#, fuzzy
+msgid "type"
+msgstr "タイプ"
+
+#: modules/access/vcdx/info.c:139
+#, fuzzy
+msgid "end"
+msgstr "ブレンド"
+
+#: modules/access/vcdx/info.c:142
+#, fuzzy
+msgid "play list"
+msgstr "リスト"
+
+#: modules/access/vcdx/info.c:153
+#, fuzzy
+msgid "extended selection list"
+msgstr "選択"
+
+#: modules/access/vcdx/info.c:154
+#, fuzzy
+msgid "selection list"
+msgstr "選択"
+
+#: modules/access/vcdx/info.c:166
+#, fuzzy
+msgid "unknown type"
+msgstr "<不明>"
+
+#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
+#: modules/access/vcdx/info.c:316
+msgid "List ID"
+msgstr "一覧 ID"
+
+#: modules/access/vcdx/vcd.c:95
+msgid "(Super) Video CD"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:96
+msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+msgstr "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) 入力"
+
+#: modules/access/vcdx/vcd.c:97
+msgid "vcdx://[device-or-file][@{P,S,T}num]"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:106
+msgid "If nonzero, this gives additional debug information."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+#, fuzzy
+msgid "Number of CD blocks to get in a single read."
+msgstr "スレッドの数"
+
+#: modules/access/vcdx/vcd.c:116
+msgid "Use playback control?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:117
+msgid ""
+"If VCD is authored with playback control, use it. Otherwise we play by "
+"tracks."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:123
+msgid "Use track length as maximum unit in seek?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:124
+msgid ""
+"If set, the length of the seek bar is the track rather than the length of an "
+"entry."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:129
+msgid "Show extended VCD info?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:130
+msgid ""
+"Show the maximum amount of information under Stream and Media Info. Shows "
+"for example playback control navigation."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:137
+#, fuzzy
+msgid "Format to use in the playlist's \"author\" field."
+msgstr "再生一覧の \"author\" フィールドで使用するフォーマット"
+
+#: modules/access/vcdx/vcd.c:143
+#, fuzzy
+msgid "Format to use in the playlist's \"title\" field."
+msgstr "再生一覧の \"author\" フィールドで使用するフォーマット"
+
+#: modules/access_filter/record.c:43
+#, fuzzy
+msgid "Record directory"
+msgstr "ソースディレクトリ"
+
+#: modules/access_filter/record.c:45
+#, fuzzy
+msgid "Directory where the record will be stored."
+msgstr "VLCが選択するパケッタライザーの順序を選択します。"
+
+#: modules/access_filter/timeshift.c:44
+#, fuzzy
+msgid "Timeshift granularity"
+msgstr "垂直方向位置"
+
+#: modules/access_filter/timeshift.c:46
+msgid ""
+"This is the size of the temporary files tha will be used to store the "
+"timeshifted streams."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:48
+#, fuzzy
+msgid "Timeshift directory"
+msgstr "ディレクトリを選択する"
+
+#: modules/access_filter/timeshift.c:49
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:51
+msgid "Force use of the timeshift module"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52
+msgid ""
+"Force use of the timeshift module even if the access declares that it can "
+"control pace or pause."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
+msgid "Timeshift"
+msgstr "タイムシフト"
+
+#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
+msgid "Dummy stream output"
+msgstr "ダミーストリーム出力"
+
+#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
+msgid "Dummy"
+msgstr "ダミー"
+
+#: modules/access_output/file.c:61
+msgid "Append to file"
+msgstr "ファイルに追加する"
+
+#: modules/access_output/file.c:62
+msgid "Append to file if it exists instead of replacing it."
+msgstr ""
+
+#: modules/access_output/file.c:66
+msgid "File stream output"
+msgstr "ファイルストリーム出力"
+
+#: modules/access_output/http.c:58
+msgid "Username"
+msgstr "ユーザー名"
+
+#: modules/access_output/http.c:59
+msgid "User name that will be requested to access the stream."
+msgstr ""
+
+#: modules/access_output/http.c:61 modules/control/telnet.c:81
+msgid "Password"
+msgstr "パスワード"
+
+#: modules/access_output/http.c:62
+msgid "Password that will be requested to access the stream."
+msgstr ""
+
+#: modules/access_output/http.c:66
+msgid "Mime"
+msgstr "Mime"
+
+#: modules/access_output/http.c:67
+msgid "MIME returned by the server (autodetected if not specified."
+msgstr ""
+
+#: modules/access_output/http.c:71
+#, fuzzy
+msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
+msgstr "HTTP インターフェースの x509 PEM 証明書ファイル (SSL 有効)"
+
+#: modules/access_output/http.c:74
+#, fuzzy
+msgid ""
+"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
+"empty if you don't have one."
+msgstr "HTTP インターフェースの x509 PEM 証明書ファイル (SSL 有効)"
+
+#: modules/access_output/http.c:78
+#, fuzzy
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used for HTTPS. Leave empty if you don't have one."
+msgstr "HTTP インターフェースの x509 PEM 証明書ファイル (SSL 有効)"
+
+#: modules/access_output/http.c:83
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be used for "
+"SSL. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:86
+msgid "Advertise with Bonjour"
+msgstr ""
+
+#: modules/access_output/http.c:87
+msgid "Advertise the stream with the Bonjour protocol."
+msgstr ""
+
+#: modules/access_output/http.c:91
+msgid "HTTP stream output"
+msgstr "HTTP ストリーム出力"
+
+#: modules/access_output/http.c:93 modules/control/http/http.c:61
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
+msgstr "HTTP"
+
+#: modules/access_output/shout.c:58
+#, fuzzy
+msgid "Stream name"
+msgstr "ストリーム名"
+
+#: modules/access_output/shout.c:59
+msgid "Name to give to this stream/channel on the shoutcast/icecast server."
+msgstr ""
 
-#: modules/access/vcdx/info.c:122
-msgid "First Entry Point"
-msgstr "最初のエントリポイント"
+#: modules/access_output/shout.c:62
+#, fuzzy
+msgid "Stream description"
+msgstr "コーデック説明"
 
-#: modules/access/vcdx/info.c:126
-msgid "Last Entry Point"
-msgstr "最後のエントリポイント"
+#: modules/access_output/shout.c:63
+msgid "Description of the stream content or information about your channel."
+msgstr ""
 
-#: modules/access/vcdx/info.c:127
-msgid "Track size (in sectors)"
+#: modules/access_output/shout.c:66
+msgid "Stream MP3"
+msgstr "ストリーム MP3"
+
+#: modules/access_output/shout.c:67
+msgid ""
+"You normally have to feed the shoutcast module with Ogg streams. It is also "
+"possible to stream MP3 instead, so you can forward MP3 streams to the "
+"shoutcast/icecast server."
 msgstr ""
 
-#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
-#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
+#: modules/access_output/shout.c:76
 #, fuzzy
-msgid "type"
-msgstr "タイプ"
+msgid "Genre description"
+msgstr "コーデック説明"
 
-#: modules/access/vcdx/info.c:139
-#, fuzzy
-msgid "end"
-msgstr "ブレンド"
+#: modules/access_output/shout.c:77
+msgid "Genre of the content. "
+msgstr ""
 
-#: modules/access/vcdx/info.c:142
+#: modules/access_output/shout.c:79
 #, fuzzy
-msgid "play list"
-msgstr "リスト"
+msgid "URL description"
+msgstr "説明"
 
-#: modules/access/vcdx/info.c:153
+#: modules/access_output/shout.c:80
+msgid "URL with information about the stream or your channel. "
+msgstr ""
+
+#: modules/access_output/shout.c:87
 #, fuzzy
-msgid "extended selection list"
-msgstr "選択"
+msgid "Bitrate information of the transcoded stream. "
+msgstr "ストリームをナビゲートする"
 
-#: modules/access/vcdx/info.c:154
+#: modules/access_output/shout.c:90
 #, fuzzy
-msgid "selection list"
-msgstr "選択"
+msgid "Samplerate information of the transcoded stream. "
+msgstr "ストリームをナビゲートする"
 
-#: modules/access/vcdx/info.c:166
+#: modules/access_output/shout.c:92
 #, fuzzy
-msgid "unknown type"
-msgstr "<不明>"
+msgid "Number of channels"
+msgstr "クローンの数"
 
-#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
-#: modules/access/vcdx/info.c:316
-msgid "List ID"
-msgstr "一覧 ID"
+#: modules/access_output/shout.c:93
+#, fuzzy
+msgid "Number of channels information of the transcoded stream. "
+msgstr "ストリームをナビゲートする"
 
-#: modules/access/vcdx/vcd.c:95
-msgid "(Super) Video CD"
+#: modules/access_output/shout.c:95
+msgid "Ogg Vorbis Quality"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:96
-msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
-msgstr "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) 入力"
+#: modules/access_output/shout.c:96
+#, fuzzy
+msgid "Ogg Vorbis Quality information of the transcoded stream. "
+msgstr "ストリームをナビゲートする"
 
-#: modules/access/vcdx/vcd.c:97
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
-msgstr ""
+#: modules/access_output/shout.c:98
+#, fuzzy
+msgid "Stream public"
+msgstr "ストリーム出力"
 
-#: modules/access/vcdx/vcd.c:106
-msgid "If nonzero, this gives additional debug information."
+#: modules/access_output/shout.c:99
+msgid ""
+"Make the server publicly available on the 'Yellow Pages' (directory listing "
+"of streams) on the icecast/shoutcast website. Requires the bitrate "
+"information specified for shoutcast. Requires Ogg streaming for icecast."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+#: modules/access_output/shout.c:105
 #, fuzzy
-msgid "Number of CD blocks to get in a single read."
-msgstr "スレッドの数"
-
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
-msgstr ""
+msgid "IceCAST output"
+msgstr "オーディオ出力モジュールアクセス"
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/udp.c:77
+#, fuzzy
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Default caching value for outbound UDP streams. This value should be set in "
+"milliseconds."
 msgstr ""
+"udpストリームで使用される既定のキャッシング値が変更可能です。単位はミリ秒で指"
+"定します。"
 
-#: modules/access/vcdx/vcd.c:123
-msgid "Use track length as maximum unit in seek?"
-msgstr ""
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
+#: modules/gui/macosx/wizard.m:1848
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
+msgid "Time-To-Live (TTL)"
+msgstr "生存時間 (TTL):"
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:81
+#, fuzzy
+msgid "Time-To-Live of the outgoing stream."
+msgstr "VLCが選択するパケッタライザーの順序を選択します。"
+
+#: modules/access_output/udp.c:84
+msgid "Group packets"
+msgstr "グループパケット"
+
+#: modules/access_output/udp.c:85
 msgid ""
-"If set, the length of the seek bar is the track rather than the length of an "
-"entry."
+"Packets can be sent one by one at the right time or by groups. You can "
+"choose the number of packets that will be sent at a time. It helps reducing "
+"the scheduling load on heavily-loaded systems."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:129
-msgid "Show extended VCD info?"
+#: modules/access_output/udp.c:90
+msgid "Raw write"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:130
+#: modules/access_output/udp.c:91
 msgid ""
-"Show the maximum amount of information under Stream and Media Info. Shows "
-"for example playback control navigation."
+"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 ""
 
-#: modules/access/vcdx/vcd.c:137
-#, fuzzy
-msgid "Format to use in the playlist's \"author\" field."
-msgstr "再生一覧の \"author\" フィールドで使用するフォーマット"
+#: modules/access_output/udp.c:97
+msgid "UDP stream output"
+msgstr "UDP ストリーム出力"
 
-#: modules/access/vcdx/vcd.c:143
-#, fuzzy
-msgid "Format to use in the playlist's \"title\" field."
-msgstr "再生一覧の \"author\" フィールドで使用するフォーマット"
+#: modules/access_output/udp.c:98
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
+msgid "UDP"
+msgstr "UDP"
 
 #: modules/audio_filter/channel_mixer/dolby.c:47
 msgid "Simple decoder for Dolby Surround encoded streams"
@@ -9205,455 +9228,455 @@ msgstr "サーバーなし"
 msgid "Windows Service interface"
 msgstr "Windows サービスインターフェース"
 
-#: modules/control/rc.c:154
+#: modules/control/rc.c:156
 msgid "Show stream position"
 msgstr "ストリーム位置表示"
 
-#: modules/control/rc.c:155
+#: modules/control/rc.c:157
 msgid ""
 "Show the current position in seconds within the stream from time to time."
 msgstr "直ちに現在の位置を示します。"
 
-#: modules/control/rc.c:158
+#: modules/control/rc.c:160
 msgid "Fake TTY"
 msgstr "ç–‘ä¼¼ TTY"
 
-#: modules/control/rc.c:159
+#: modules/control/rc.c:161
 #, fuzzy
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr "TTYの場合、強制的に標準入力をrcプラグインで使用します。"
 
-#: modules/control/rc.c:161
+#: modules/control/rc.c:163
 msgid "UNIX socket command input"
 msgstr "UNIX ソケットのコマンド入力"
 
-#: modules/control/rc.c:162
+#: modules/control/rc.c:164
 msgid "Accept commands over a Unix socket rather than stdin."
 msgstr ""
 
-#: modules/control/rc.c:165
+#: modules/control/rc.c:167
 msgid "TCP command input"
 msgstr "TCP のコマンド入力"
 
-#: modules/control/rc.c:166
+#: modules/control/rc.c:168
 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:170 modules/misc/dummy/dummy.c:49
+#: modules/control/rc.c:172 modules/misc/dummy/dummy.c:49
 msgid "Do not open a DOS command box interface"
 msgstr "DOS コマンドボックスインターフェースを開かない"
 
-#: modules/control/rc.c:172
+#: modules/control/rc.c:174
 msgid ""
 "By default the rc 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 ""
 
-#: modules/control/rc.c:179
+#: modules/control/rc.c:181
 msgid "RC"
 msgstr "RC"
 
-#: modules/control/rc.c:182
+#: modules/control/rc.c:184
 msgid "Remote control interface"
 msgstr "リモート制御インターフェース"
 
-#: modules/control/rc.c:323
+#: modules/control/rc.c:325
 #, fuzzy
 msgid "Remote control interface initialized. Type `help' for help."
 msgstr "リモート制御インターフェースを初期化しました。「h」でヘルプです。"
 
-#: modules/control/rc.c:848
+#: modules/control/rc.c:850
 #, fuzzy, c-format
 msgid "Unknown command `%s'. Type `help' for help."
 msgstr "不明のコマンド「%s」です。「help」を入力するとヘルプです。"
 
-#: modules/control/rc.c:881
+#: modules/control/rc.c:883
 msgid "+----[ Remote control commands ]"
 msgstr "+----[ リモート制御コマンド ]"
 
-#: modules/control/rc.c:883
+#: modules/control/rc.c:885
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist"
 msgstr "| add XYZ  . . . . . . . . . . XYZ を再生一覧に追加"
 
-#: modules/control/rc.c:884
+#: modules/control/rc.c:886
 #, fuzzy
 msgid "| enqueue XYZ  . . . . . . . queue XYZ to playlist"
 msgstr "| add XYZ  . . . . . . . . . . XYZ を再生一覧に追加"
 
-#: modules/control/rc.c:885
+#: modules/control/rc.c:887
 msgid "| playlist . . .  show items currently in playlist"
 msgstr "| playlist . . . 現在の再生一覧中の項目を表示する"
 
-#: modules/control/rc.c:886
+#: modules/control/rc.c:888
 msgid "| play . . . . . . . . . . . . . . . . play stream"
 msgstr "| play . . . . . . . . . . . . . . . . ストリーム再生"
 
-#: modules/control/rc.c:887
+#: modules/control/rc.c:889
 msgid "| stop . . . . . . . . . . . . . . . . stop stream"
 msgstr "| stop . . . . . . . . . . . . . . . . ストリーム停止"
 
-#: modules/control/rc.c:888
+#: modules/control/rc.c:890
 msgid "| next . . . . . . . . . . . .  next playlist item"
 msgstr "| next . . . . . . . . . . . .  次の再生一覧項目"
 
-#: modules/control/rc.c:889
+#: modules/control/rc.c:891
 msgid "| prev . . . . . . . . . .  previous playlist item"
 msgstr "| prev  . . . . . . . . . . 前の再生一覧の項目"
 
-#: modules/control/rc.c:890
+#: modules/control/rc.c:892
 #, fuzzy
 msgid "| goto . . . . . . . . . . . .  goto item at index"
 msgstr "| play . . . . . . . . . . . . . . . . ストリーム再生\n"
 
-#: modules/control/rc.c:891
+#: modules/control/rc.c:893
 #, fuzzy
 msgid "| clear . . . . . . . . . . .   clear the playlist"
 msgstr "| play . . . . . . . . . . . . . . . . ストリーム再生\n"
 
-#: modules/control/rc.c:892
+#: modules/control/rc.c:894
 #, fuzzy
 msgid "| status . . . . . . . . . current playlist status"
 msgstr "| add XYZ  . . . . . . . . . . XYZ を再生一覧に追加\n"
 
-#: modules/control/rc.c:893
+#: modules/control/rc.c:895
 msgid "| title [X]  . . . . set/get title in current item"
 msgstr ""
 
-#: modules/control/rc.c:894
+#: modules/control/rc.c:896
 #, fuzzy
 msgid "| title_n  . . . . . .  next title in current item"
 msgstr "| play . . . . . . . . . . . . . . . . ストリーム再生\n"
 
-#: modules/control/rc.c:895
+#: modules/control/rc.c:897
 msgid "| title_p  . . . .  previous title in current item"
 msgstr ""
 
-#: modules/control/rc.c:896
+#: modules/control/rc.c:898
 msgid "| chapter [X]  . . set/get chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:897
+#: modules/control/rc.c:899
 msgid "| chapter_n  . . . .  next chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:898
+#: modules/control/rc.c:900
 msgid "| chapter_p  . .  previous chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:900
+#: modules/control/rc.c:902
 msgid "| seek X . seek in seconds, for instance `seek 12'"
 msgstr ""
 
-#: modules/control/rc.c:901
+#: modules/control/rc.c:903
 #, fuzzy
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause"
 msgstr "| play . . . . . . . . . . . . . . . . ストリーム再生\n"
 
-#: modules/control/rc.c:902
+#: modules/control/rc.c:904
 #, fuzzy
 msgid "| fastforward  . . . . . .  .  set to maximum rate"
 msgstr "| add XYZ  . . . . . . . . . . XYZ を再生一覧に追加\n"
 
-#: modules/control/rc.c:903
+#: modules/control/rc.c:905
 #, fuzzy
 msgid "| rewind  . . . . . . . . . .  set to minimum rate"
 msgstr "| add XYZ  . . . . . . . . . . XYZ を再生一覧に追加\n"
 
-#: modules/control/rc.c:904
+#: modules/control/rc.c:906
 #, fuzzy
 msgid "| faster . . . . . . . .  faster playing of stream"
 msgstr "| play . . . . . . . . . . . . . . . . ストリーム再生\n"
 
-#: modules/control/rc.c:905
+#: modules/control/rc.c:907
 #, fuzzy
 msgid "| slower . . . . . . . .  slower playing of stream"
 msgstr "| play . . . . . . . . . . . . . . . . ストリーム再生\n"
 
-#: modules/control/rc.c:906
+#: modules/control/rc.c:908
 #, fuzzy
 msgid "| normal . . . . . . . .  normal playing of stream"
 msgstr "| play . . . . . . . . . . . . . . . . ストリーム再生\n"
 
-#: modules/control/rc.c:907
+#: modules/control/rc.c:909
 #, fuzzy
 msgid "| f [on|off] . . . . . . . . . . toggle fullscreen"
 msgstr "| play . . . . . . . . . . . . . . . . ストリーム再生\n"
 
-#: modules/control/rc.c:908
+#: modules/control/rc.c:910
 msgid "| info . . .  information about the current stream"
 msgstr ""
 
-#: modules/control/rc.c:909
+#: modules/control/rc.c:911
 msgid "| get_time . . seconds elapsed since stream's beginning"
 msgstr ""
 
-#: modules/control/rc.c:910
+#: modules/control/rc.c:912
 msgid "| is_playing . .  1 if a stream plays, 0 otherwise"
 msgstr ""
 
-#: modules/control/rc.c:911
+#: modules/control/rc.c:913
 #, fuzzy
 msgid "| get_title . . .  the title of the current stream"
 msgstr "| play . . . . . . . . . . . . . . . . ストリーム再生\n"
 
-#: modules/control/rc.c:912
+#: modules/control/rc.c:914
 #, fuzzy
 msgid "| get_length . .  the length of the current stream"
 msgstr "| play . . . . . . . . . . . . . . . . ストリーム再生\n"
 
-#: modules/control/rc.c:914
+#: modules/control/rc.c:916
 #, fuzzy
 msgid "| volume [X] . . . . . . . .  set/get audio volume"
 msgstr "| add XYZ  . . . . . . . . . . XYZ を再生一覧に追加\n"
 
-#: modules/control/rc.c:915
+#: modules/control/rc.c:917
 msgid "| volup [X]  . . . . .  raise audio volume X steps"
 msgstr ""
 
-#: modules/control/rc.c:916
+#: modules/control/rc.c:918
 msgid "| voldown [X]  . . . .  lower audio volume X steps"
 msgstr ""
 
-#: modules/control/rc.c:917
+#: modules/control/rc.c:919
 #, fuzzy
 msgid "| adev [X] . . . . . . . . .  set/get audio device"
 msgstr "| add XYZ  . . . . . . . . . . XYZ を再生一覧に追加\n"
 
-#: modules/control/rc.c:918
+#: modules/control/rc.c:920
 msgid "| achan [X]. . . . . . . .  set/get audio channels"
 msgstr ""
 
-#: modules/control/rc.c:919
+#: modules/control/rc.c:921
 #, fuzzy
 msgid "| atrack [X] . . . . . . . . . set/get audio track"
 msgstr "| add XYZ  . . . . . . . . . . XYZ を再生一覧に追加\n"
 
-#: modules/control/rc.c:920
+#: modules/control/rc.c:922
 #, fuzzy
 msgid "| vtrack [X] . . . . . . . . . set/get video track"
 msgstr "| add XYZ  . . . . . . . . . . XYZ を再生一覧に追加\n"
 
-#: modules/control/rc.c:921
+#: modules/control/rc.c:923
 #, fuzzy
 msgid "| strack [X] . . . . . . . set/get subtitles track"
 msgstr "| add XYZ  . . . . . . . . . . XYZ を再生一覧に追加\n"
 
-#: modules/control/rc.c:922
+#: modules/control/rc.c:924
 msgid "| menu [on|off|up|down|left|right|select] use menu"
 msgstr ""
 
-#: modules/control/rc.c:927
+#: modules/control/rc.c:929
 msgid "| marq-marquee STRING  . . overlay STRING in video"
 msgstr ""
 
-#: modules/control/rc.c:928
+#: modules/control/rc.c:930
 #, fuzzy
 msgid "| marq-x X . . . . . . . . . . . .offset from left"
 msgstr "| add XYZ  . . . . . . . . . . XYZ を再生一覧に追加\n"
 
-#: modules/control/rc.c:929
+#: modules/control/rc.c:931
 #, fuzzy
 msgid "| marq-y Y . . . . . . . . . . . . offset from top"
 msgstr "| play . . . . . . . . . . . . . . . . ストリーム再生\n"
 
-#: modules/control/rc.c:930
+#: modules/control/rc.c:932
 #, fuzzy
 msgid "| marq-position #. . .  .relative position control"
 msgstr "| play . . . . . . . . . . . . . . . . ストリーム再生\n"
 
-#: modules/control/rc.c:931
+#: modules/control/rc.c:933
 #, fuzzy
 msgid "| marq-color # . . . . . . . . . . font color, RGB"
 msgstr "| play . . . . . . . . . . . . . . . . ストリーム再生\n"
 
-#: modules/control/rc.c:932
+#: modules/control/rc.c:934
 #, fuzzy
 msgid "| marq-opacity # . . . . . . . . . . . . . opacity"
 msgstr "| play . . . . . . . . . . . . . . . . ストリーム再生\n"
 
-#: modules/control/rc.c:933
+#: modules/control/rc.c:935
 #, fuzzy
 msgid "| marq-timeout T. . . . . . . . . . timeout, in ms"
 msgstr "| play . . . . . . . . . . . . . . . . ストリーム再生\n"
 
-#: modules/control/rc.c:934
+#: modules/control/rc.c:936
 #, fuzzy
 msgid "| marq-size # . . . . . . . . font size, in pixels"
 msgstr "| add XYZ  . . . . . . . . . . XYZ を再生一覧に追加\n"
 
-#: modules/control/rc.c:936
+#: modules/control/rc.c:938
 msgid "| time-format STRING . . . overlay STRING in video"
 msgstr ""
 
-#: modules/control/rc.c:937
+#: modules/control/rc.c:939
 #, fuzzy
 msgid "| time-x X . . . . . . . . . . . .offset from left"
 msgstr "| play . . . . . . . . . . . . . . . . ストリーム再生\n"
 
-#: modules/control/rc.c:938
+#: modules/control/rc.c:940
 #, fuzzy
 msgid "| time-y Y . . . . . . . . . . . . offset from top"
 msgstr "| play . . . . . . . . . . . . . . . . ストリーム再生\n"
 
-#: modules/control/rc.c:939
+#: modules/control/rc.c:941
 #, fuzzy
 msgid "| time-position #. . . . . . . . relative position"
 msgstr "| play . . . . . . . . . . . . . . . . ストリーム再生\n"
 
-#: modules/control/rc.c:940
+#: modules/control/rc.c:942
 #, fuzzy
 msgid "| time-color # . . . . . . . . . . font color, RGB"
 msgstr "| play . . . . . . . . . . . . . . . . ストリーム再生\n"
 
-#: modules/control/rc.c:941
+#: modules/control/rc.c:943
 #, fuzzy
 msgid "| time-opacity # . . . . . . . . . . . . . opacity"
 msgstr "| play . . . . . . . . . . . . . . . . ストリーム再生\n"
 
-#: modules/control/rc.c:942
+#: modules/control/rc.c:944
 #, fuzzy
 msgid "| time-size # . . . . . . . . font size, in pixels"
 msgstr "| play . . . . . . . . . . . . . . . . ストリーム再生\n"
 
-#: modules/control/rc.c:944
+#: modules/control/rc.c:946
 msgid "| logo-file STRING . . .the overlay file path/name"
 msgstr ""
 
-#: modules/control/rc.c:945
+#: modules/control/rc.c:947
 #, fuzzy
 msgid "| logo-x X . . . . . . . . . . . .offset from left"
 msgstr "| play . . . . . . . . . . . . . . . . ストリーム再生\n"
 
-#: modules/control/rc.c:946
+#: modules/control/rc.c:948
 #, fuzzy
 msgid "| logo-y Y . . . . . . . . . . . . offset from top"
 msgstr "| play . . . . . . . . . . . . . . . . ストリーム再生\n"
 
-#: modules/control/rc.c:947
+#: modules/control/rc.c:949
 #, fuzzy
 msgid "| logo-position #. . . . . . . . relative position"
 msgstr "| play . . . . . . . . . . . . . . . . ストリーム再生\n"
 
-#: modules/control/rc.c:948
+#: modules/control/rc.c:950
 #, fuzzy
 msgid "| logo-transparency #. . . . . . . . .transparency"
 msgstr "| play . . . . . . . . . . . . . . . . ストリーム再生\n"
 
-#: modules/control/rc.c:950
+#: modules/control/rc.c:952
 #, fuzzy
 msgid "| mosaic-alpha # . . . . . . . . . . . . . . alpha"
 msgstr "| play . . . . . . . . . . . . . . . . ストリーム再生\n"
 
-#: modules/control/rc.c:951
+#: modules/control/rc.c:953
 #, fuzzy
 msgid "| mosaic-height #. . . . . . . . . . . . . .height"
 msgstr "| play . . . . . . . . . . . . . . . . ストリーム再生\n"
 
-#: modules/control/rc.c:952
+#: modules/control/rc.c:954
 #, fuzzy
 msgid "| mosaic-width # . . . . . . . . . . . . . . width"
 msgstr "| play . . . . . . . . . . . . . . . . ストリーム再生\n"
 
-#: modules/control/rc.c:953
+#: modules/control/rc.c:955
 msgid "| mosaic-xoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:954
+#: modules/control/rc.c:956
 msgid "| mosaic-yoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:955
+#: modules/control/rc.c:957
 msgid "| mosaic-align 0..2,4..6,8..10. . .mosaic alignment"
 msgstr ""
 
-#: modules/control/rc.c:956
+#: modules/control/rc.c:958
 #, fuzzy
 msgid "| mosaic-vborder # . . . . . . . . vertical border"
 msgstr "| add XYZ  . . . . . . . . . . XYZ を再生一覧に追加\n"
 
-#: modules/control/rc.c:957
+#: modules/control/rc.c:959
 #, fuzzy
 msgid "| mosaic-hborder # . . . . . . . horizontal border"
 msgstr "| add XYZ  . . . . . . . . . . XYZ を再生一覧に追加\n"
 
-#: modules/control/rc.c:958
+#: modules/control/rc.c:960
 msgid "| mosaic-position {0=auto,1=fixed} . . . .position"
 msgstr ""
 
-#: modules/control/rc.c:959
+#: modules/control/rc.c:961
 #, fuzzy
 msgid "| mosaic-rows #. . . . . . . . . . .number of rows"
 msgstr "| add XYZ  . . . . . . . . . . XYZ を再生一覧に追加\n"
 
-#: modules/control/rc.c:960
+#: modules/control/rc.c:962
 #, fuzzy
 msgid "| mosaic-cols #. . . . . . . . . . .number of cols"
 msgstr "| add XYZ  . . . . . . . . . . XYZ を再生一覧に追加\n"
 
-#: modules/control/rc.c:961
+#: modules/control/rc.c:963
 #, fuzzy
 msgid "| mosaic-order id(,id)* . . . . order of pictures "
 msgstr "| add XYZ  . . . . . . . . . . XYZ を再生一覧に追加\n"
 
-#: modules/control/rc.c:962
+#: modules/control/rc.c:964
 msgid "| mosaic-keep-aspect-ratio {0,1} . . .aspect ratio"
 msgstr ""
 
-#: modules/control/rc.c:964
+#: modules/control/rc.c:966
 msgid ""
 "| check-updates [newer] [equal] [older]\n"
 "|               [undef] [info] [source] [binary] [plugin]"
 msgstr ""
 
-#: modules/control/rc.c:968
+#: modules/control/rc.c:970
 #, fuzzy
 msgid "| help . . . . . . . . . . . . . this help message"
 msgstr "| play . . . . . . . . . . . . . . . . ストリーム再生\n"
 
-#: modules/control/rc.c:969
+#: modules/control/rc.c:971
 #, fuzzy
 msgid "| longhelp . . . . . . . . . a longer help message"
 msgstr "| play . . . . . . . . . . . . . . . . ストリーム再生\n"
 
-#: modules/control/rc.c:970
+#: modules/control/rc.c:972
 msgid "| logout . . . . .  exit (if in socket connection)"
 msgstr "| logout . . . . .  終了する (ソケット接続の場合)"
 
-#: modules/control/rc.c:971
+#: modules/control/rc.c:973
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc"
 msgstr "| quit . . . . . . . . . . . . . . . . .  VLC を終了する"
 
-#: modules/control/rc.c:973
+#: modules/control/rc.c:975
 msgid "+----[ end of help ]"
 msgstr "+----[ ヘルプの終り ]"
 
-#: modules/control/rc.c:1080
+#: modules/control/rc.c:1082
 #, fuzzy
 msgid "Press menu select or pause to continue."
 msgstr ""
 "\n"
 "続けるにはEnterキーを押してください。\n"
 
-#: modules/control/rc.c:1324 modules/control/rc.c:1809
-#: modules/control/rc.c:1879 modules/control/rc.c:1928
-#: modules/control/rc.c:2027
+#: modules/control/rc.c:1326 modules/control/rc.c:1811
+#: modules/control/rc.c:1881 modules/control/rc.c:1930
+#: modules/control/rc.c:2029
 #, fuzzy
 msgid "Type 'menu select' or 'pause' to continue."
 msgstr ""
 "\n"
 "続けるにはEnterキーを押してください。\n"
 
-#: modules/control/rc.c:1461
+#: modules/control/rc.c:1463
 #, fuzzy
 msgid "Type 'pause' to continue."
 msgstr ""
 "\n"
 "続けるにはEnterキーを押してください。\n"
 
-#: modules/control/rc.c:2012 modules/control/rc.c:2051
+#: modules/control/rc.c:2014 modules/control/rc.c:2053
 msgid "Please provide one of the following parameters:"
 msgstr ""
 
@@ -9793,6 +9816,7 @@ msgstr ""
 #: modules/gui/macosx/interaction.m:135 modules/gui/macosx/open.m:158
 #: modules/gui/macosx/playlistinfo.m:60 modules/gui/macosx/prefs.m:122
 #: modules/gui/macosx/prefs.m:142 modules/gui/macosx/wizard.m:363
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:88
 msgid "Cancel"
 msgstr "取り消し"
 
@@ -10764,8 +10788,8 @@ msgstr ""
 #: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:440
 #: modules/gui/macosx/open.m:634 modules/gui/macosx/open.m:738
 #: modules/gui/macosx/open.m:784 modules/gui/wxwidgets/interface.cpp:675
-#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:348
-#: modules/gui/wxwidgets/menus.cpp:404
+#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:349
+#: modules/gui/wxwidgets/menus.cpp:405
 msgid "Open"
 msgstr "開く"
 
@@ -10777,7 +10801,7 @@ msgstr "設定"
 
 #: modules/gui/beos/InterfaceWindow.cpp:237
 #: modules/gui/beos/InterfaceWindow.cpp:328 modules/gui/macosx/intf.m:503
-#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:35
+#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:41
 #: modules/gui/wxwidgets/dialogs/messages.cpp:47
 msgid "Messages"
 msgstr "メッセージ"
@@ -10933,6 +10957,7 @@ msgstr "適用"
 
 #: modules/gui/beos/PreferencesWindow.cpp:254 modules/gui/macosx/output.m:526
 #: modules/gui/macosx/playlist.m:704 modules/gui/macosx/prefs.m:121
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:87
 msgid "Save"
 msgstr "保存"
 
@@ -11059,7 +11084,7 @@ msgstr "%@s は見つかりません"
 msgid "The stream must be playing or paused for bookmarks to work."
 msgstr ""
 
-#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:735
+#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:741
 #, fuzzy
 msgid "Jump To Time"
 msgstr "指定時間へジャンプ: "
@@ -11078,65 +11103,65 @@ msgstr "指定時間へジャンプ: "
 msgid "Random On"
 msgstr "ランダムオン"
 
-#: modules/gui/macosx/controls.m:167
+#: modules/gui/macosx/controls.m:168
 msgid "Random Off"
 msgstr "ランダムオフ"
 
-#: modules/gui/macosx/controls.m:195 modules/gui/macosx/controls.m:719
+#: modules/gui/macosx/controls.m:197 modules/gui/macosx/controls.m:725
 #: modules/gui/macosx/intf.m:543 modules/gui/macosx/playlist.m:453
 #: modules/gui/macosx/playlist.m:1167
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:54
 msgid "Repeat One"
 msgstr "1 回繰り返す"
 
-#: modules/gui/macosx/controls.m:199 modules/gui/macosx/controls.m:231
+#: modules/gui/macosx/controls.m:202 modules/gui/macosx/controls.m:236
 #: modules/gui/macosx/playlist.m:1186
 msgid "Repeat Off"
 msgstr "繰り返しオフ"
 
-#: modules/gui/macosx/controls.m:227 modules/gui/macosx/controls.m:726
+#: modules/gui/macosx/controls.m:231 modules/gui/macosx/controls.m:732
 #: modules/gui/macosx/intf.m:544 modules/gui/macosx/playlist.m:454
 #: modules/gui/macosx/playlist.m:1175
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:53
 msgid "Repeat All"
 msgstr "すべて繰り返す"
 
-#: modules/gui/macosx/controls.m:308 modules/gui/macosx/controls.m:749
+#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
 #: modules/gui/macosx/intf.m:569
 msgid "Half Size"
 msgstr "1/2 サイズ"
 
-#: modules/gui/macosx/controls.m:310 modules/gui/macosx/controls.m:750
+#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:756
 #: modules/gui/macosx/intf.m:570
 msgid "Normal Size"
 msgstr "通常サイズ"
 
-#: modules/gui/macosx/controls.m:312 modules/gui/macosx/controls.m:751
+#: modules/gui/macosx/controls.m:318 modules/gui/macosx/controls.m:757
 #: modules/gui/macosx/intf.m:571
 msgid "Double Size"
 msgstr "2倍サイズ"
 
-#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
-#: modules/gui/macosx/controls.m:766 modules/gui/macosx/intf.m:574
+#: modules/gui/macosx/controls.m:320 modules/gui/macosx/controls.m:761
+#: modules/gui/macosx/controls.m:772 modules/gui/macosx/intf.m:574
 msgid "Float on Top"
 msgstr "常に前面"
 
-#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:752
+#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:758
 #: modules/gui/macosx/intf.m:572
 msgid "Fit to Screen"
 msgstr "画面にあわせる"
 
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:542
+#: modules/gui/macosx/controls.m:718 modules/gui/macosx/intf.m:542
 #: modules/gui/macosx/playlist.m:447
 msgid "Random"
 msgstr "ランダム"
 
-#: modules/gui/macosx/controls.m:733 modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/controls.m:739 modules/gui/macosx/intf.m:545
 #, fuzzy
 msgid "Step Forward"
 msgstr "転送"
 
-#: modules/gui/macosx/controls.m:734 modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/controls.m:740 modules/gui/macosx/intf.m:546
 #, fuzzy
 msgid "Step Backward"
 msgstr "逆転再生"
@@ -11157,7 +11182,7 @@ msgstr "転送"
 #: modules/gui/pda/pda_interface.c:251 modules/gui/wxwidgets/interface.cpp:678
 #: modules/gui/wxwidgets/interface.cpp:689
 #: modules/gui/wxwidgets/interface.cpp:1210
-#: modules/gui/wxwidgets/menus.cpp:265 modules/visualization/xosd.c:242
+#: modules/gui/wxwidgets/menus.cpp:266 modules/visualization/xosd.c:242
 msgid "Pause"
 msgstr "一時停止"
 
@@ -11382,7 +11407,7 @@ msgstr "コントロール"
 
 #: modules/gui/macosx/intf.m:488 modules/gui/macosx/intf.m:999
 #: modules/gui/macosx/intf.m:1321 modules/gui/pda/pda_interface.c:212
-#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:52
+#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:54
 msgid "VLC media player"
 msgstr "VLC メディアプレイヤー"
 
@@ -11838,81 +11863,6 @@ msgstr "SDP URL"
 msgid "Save File"
 msgstr "ファイルの保存"
 
-#: modules/gui/macosx/playlistinfo.m:56
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
-msgid "URI"
-msgstr "URI"
-
-#: modules/gui/macosx/playlistinfo.m:63
-#, fuzzy
-msgid "Advanced Information"
-msgstr "高度なオプション"
-
-#: modules/gui/macosx/playlistinfo.m:81
-msgid "Read at media"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:82
-#, fuzzy
-msgid "Input bitrate"
-msgstr "ストリーム入力"
-
-#: modules/gui/macosx/playlistinfo.m:83
-#, fuzzy
-msgid "Demuxed"
-msgstr "demuxモジュール"
-
-#: modules/gui/macosx/playlistinfo.m:84
-#, fuzzy
-msgid "Stream bitrate"
-msgstr "エンコードの最大ビットレート"
-
-#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
-#, fuzzy
-msgid "Decoded blocks"
-msgstr "デコーダ"
-
-#: modules/gui/macosx/playlistinfo.m:88
-#, fuzzy
-msgid "Displayed frames"
-msgstr "フレームを飛ばす"
-
-#: modules/gui/macosx/playlistinfo.m:89
-#, fuzzy
-msgid "Lost frames"
-msgstr "キーフレームを使用"
-
-#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
-#: modules/video_filter/deinterlace.c:137
-msgid "Streaming"
-msgstr "すとリー民具"
-
-#: modules/gui/macosx/playlistinfo.m:92
-#, fuzzy
-msgid "Sent packets"
-msgstr "グループパケット"
-
-#: modules/gui/macosx/playlistinfo.m:93
-msgid "Sent bytes"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:94
-#, fuzzy
-msgid "Send rate"
-msgstr "サンプルレート"
-
-#: modules/gui/macosx/playlistinfo.m:98
-#, fuzzy
-msgid "Played buffers"
-msgstr "早送り再生"
-
-#: modules/gui/macosx/playlistinfo.m:99
-msgid "Lost buffers"
-msgstr ""
-
 #: modules/gui/macosx/playlist.m:434
 msgid "Save Playlist..."
 msgstr "再生一覧の保存..."
@@ -12000,6 +11950,81 @@ msgstr "新規グループ名前を入力:"
 msgid "Empty Folder"
 msgstr ""
 
+#: modules/gui/macosx/playlistinfo.m:56
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
+msgid "URI"
+msgstr "URI"
+
+#: modules/gui/macosx/playlistinfo.m:63
+#, fuzzy
+msgid "Advanced Information"
+msgstr "高度なオプション"
+
+#: modules/gui/macosx/playlistinfo.m:81
+msgid "Read at media"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:82
+#, fuzzy
+msgid "Input bitrate"
+msgstr "ストリーム入力"
+
+#: modules/gui/macosx/playlistinfo.m:83
+#, fuzzy
+msgid "Demuxed"
+msgstr "demuxモジュール"
+
+#: modules/gui/macosx/playlistinfo.m:84
+#, fuzzy
+msgid "Stream bitrate"
+msgstr "エンコードの最大ビットレート"
+
+#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
+#, fuzzy
+msgid "Decoded blocks"
+msgstr "デコーダ"
+
+#: modules/gui/macosx/playlistinfo.m:88
+#, fuzzy
+msgid "Displayed frames"
+msgstr "フレームを飛ばす"
+
+#: modules/gui/macosx/playlistinfo.m:89
+#, fuzzy
+msgid "Lost frames"
+msgstr "キーフレームを使用"
+
+#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
+#: modules/video_filter/deinterlace.c:137
+msgid "Streaming"
+msgstr "すとリー民具"
+
+#: modules/gui/macosx/playlistinfo.m:92
+#, fuzzy
+msgid "Sent packets"
+msgstr "グループパケット"
+
+#: modules/gui/macosx/playlistinfo.m:93
+msgid "Sent bytes"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:94
+#, fuzzy
+msgid "Send rate"
+msgstr "サンプルレート"
+
+#: modules/gui/macosx/playlistinfo.m:98
+#, fuzzy
+msgid "Played buffers"
+msgstr "早送り再生"
+
+#: modules/gui/macosx/playlistinfo.m:99
+msgid "Lost buffers"
+msgstr ""
+
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:213
 msgid "Reset All"
@@ -13258,11 +13283,22 @@ msgstr "ピックスマップ・ファイル %s が見つかりません。"
 msgid "QNX RTOS video and audio output"
 msgstr "オーディオ出力を強制的にモノラルにします。"
 
+#: modules/gui/qt4/dialogs/errors.cpp:37
+#, fuzzy
+msgid "Errors"
+msgstr "エラー"
+
 #: modules/gui/qt4/dialogs/streaminfo.cpp:35
 #, fuzzy
 msgid "Stream information"
 msgstr "メタ情報"
 
+#: modules/gui/qt4/dialogs_provider.cpp:235
+#: modules/gui/qt4/dialogs_provider.cpp:246
+#, fuzzy
+msgid "Open directory"
+msgstr "ディレクトリを開く(&I)..."
+
 #: modules/gui/qt4/qt4.cpp:45
 #, fuzzy
 msgid "QT interface"
@@ -13449,6 +13485,11 @@ msgstr "WinCE インターフェースモジュール"
 msgid "WinCE dialogs provider"
 msgstr "WinCE ダイアログ提供"
 
+#: modules/gui/wxwidgets/dialogs.cpp:433
+#: modules/gui/wxwidgets/dialogs/open.cpp:1265
+msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
+msgstr ""
+
 #: modules/gui/wxwidgets/dialogs/bookmarks.cpp:75
 msgid "Edit bookmark"
 msgstr "ブックマーク編集"
@@ -13515,26 +13556,6 @@ msgstr ""
 msgid "Input has changed "
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs.cpp:433
-#: modules/gui/wxwidgets/dialogs/open.cpp:1265
-msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:435
-#: modules/gui/wxwidgets/dialogs/open.cpp:1267
-msgid "|Video Files (*.avi, *.mpg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:436
-#: modules/gui/wxwidgets/dialogs/open.cpp:1268
-msgid "|Playlist Files (*.m3u, *.pls, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:437
-#: modules/gui/wxwidgets/dialogs/open.cpp:1269
-msgid "|Subtitle Files (*.srt, *.sub, etc.)|"
-msgstr ""
-
 #: modules/gui/wxwidgets/dialogs/fileinfo.cpp:54
 #, fuzzy
 msgid "Stream and Media Info"
@@ -14084,10 +14105,6 @@ msgstr "出力"
 msgid "Loop"
 msgstr "ループ"
 
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:415
-msgid "Create"
-msgstr "作成"
-
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:560
 msgid "VLM stream"
 msgstr "VLM ストリーム"
@@ -14160,11 +14177,6 @@ msgid ""
 "about it."
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
-#, fuzzy
-msgid "Transcode audio (if available)"
-msgstr "ストリームの一時停止"
-
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:135
 msgid ""
 "Select the target audio codec. Choose a codec to display more information "
@@ -14232,6 +14244,11 @@ msgstr "バージョン情報の印刷"
 msgid "Save to file"
 msgstr "ファイルへ保存する"
 
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
+#, fuzzy
+msgid "Transcode audio (if available)"
+msgstr "ストリームの一時停止"
+
 #: modules/gui/wxwidgets/extrapanel.cpp:41
 msgid ""
 "Controls the blending of equalizer bands. The higher this value is, the more "
@@ -14511,7 +14528,7 @@ msgstr "メッセージ(&M)..."
 msgid "&Preferences..."
 msgstr "設定(&P)..."
 
-#: modules/gui/wxwidgets/menus.cpp:572 modules/gui/wxwidgets/menus.cpp:599
+#: modules/gui/wxwidgets/menus.cpp:573 modules/gui/wxwidgets/menus.cpp:600
 msgid "Empty"
 msgstr "空"
 
@@ -15034,10 +15051,6 @@ msgstr "出力フォーマット"
 msgid "Output data for RRDTool in this file."
 msgstr ""
 
-#: modules/misc/memcpy/memcpyaltivec.c:56
-msgid "AltiVec memcpy"
-msgstr "AltiVec memcpy"
-
 #: modules/misc/memcpy/memcpy.c:83
 msgid "libc memcpy"
 msgstr "libc memcpy"
@@ -15054,6 +15067,10 @@ msgstr "MMX memcpy"
 msgid "MMX EXT memcpy"
 msgstr "MMX æ‹¡å¼µmemcpy"
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr "AltiVec memcpy"
+
 #: modules/misc/msn.c:64
 msgid "MSN Title format string"
 msgstr "MSN 題名書式文字列"
@@ -16531,13 +16548,6 @@ msgstr "MMX I420,IYUV,YV12 to RV15,RV16,RV24,RV32コンバージョン"
 msgid "Conversions from "
 msgstr "変換元 "
 
-#: 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 " å…ˆ "
-
 #: 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 "
@@ -18211,9 +18221,11 @@ msgstr "xods出力でテキスト出力のために使用されるフォント"
 msgid "XOSD interface"
 msgstr "XOSD インターフェース"
 
-#, fuzzy
-#~ msgid "Errors"
-#~ msgstr "エラー"
+#~ msgid "Create"
+#~ msgstr "作成"
+
+#~ msgid " to "
+#~ msgstr " å…ˆ "
 
 #, fuzzy
 #~ msgid "Yes"
@@ -21072,10 +21084,6 @@ msgstr "XOSD インターフェース"
 #~ msgid "Linux OSS /dev/dsp module"
 #~ msgstr "Linux OSS /dev/dspモジュール"
 
-#, fuzzy
-#~ msgid "libmpeg2 decoder module"
-#~ msgstr "字幕・デコーダ・モジュール"
-
 #~ msgid "QNX RTOS module"
 #~ msgstr "QNX RTOSモジュール"
 
diff --git a/po/ka.po b/po/ka.po
index eb98fc8e135c74f14a8f443e206ddbcc22d19072..427cd259734ba7a69b5718f81df96035d4e001e8 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: vlc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-31 15:10+0400\n"
+"POT-Creation-Date: 2006-09-04 11:13+0200\n"
 "PO-Revision-Date: 2006-04-16 12:14+0200\n"
 "Last-Translator: Alexander Didebulidze <didebuli@in.tum.de>\n"
 "Language-Team: Georgian <gnome@inet.ge>\n"
@@ -18,6 +18,14 @@ msgstr ""
 "Plural-Forms: nplurals=1; plural=0\n"
 "X-Generator: KBabel 1.11.2\n"
 
+#: include/vlc/vlc.h:576
+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"
+"see the file named COPYING for details.\n"
+"Written by the VideoLAN team; see the AUTHORS file.\n"
+msgstr ""
+
 #: include/vlc_config_cat.h:32
 msgid "VLC preferences"
 msgstr "VLC-ს პარამეტრები"
@@ -67,7 +75,7 @@ msgstr "VLC-ს მართვის ინტერფეისის პა
 msgid "Hotkeys settings"
 msgstr "ცხელი ღილაკების პარამეტრები"
 
-#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1209
+#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1217
 #: modules/gui/beos/InterfaceWindow.cpp:282 modules/gui/macosx/extended.m:81
 #: modules/gui/macosx/intf.m:555 modules/gui/macosx/output.m:170
 #: modules/gui/macosx/playlistinfo.m:96 modules/gui/macosx/wizard.m:421
@@ -111,9 +119,9 @@ msgstr "გასავალის მოდულები"
 msgid "These are general settings for audio output modules."
 msgstr ""
 
-#: include/vlc_config_cat.h:71 src/libvlc.h:1553
+#: include/vlc_config_cat.h:71 src/libvlc.h:1563
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:578
-#: modules/gui/wxwidgets/menus.cpp:279 modules/stream_out/transcode.c:285
+#: modules/gui/wxwidgets/menus.cpp:280 modules/stream_out/transcode.c:285
 msgid "Miscellaneous"
 msgstr "სხვადასხვა"
 
@@ -121,7 +129,7 @@ msgstr "სხვადასხვა"
 msgid "Miscellaneous audio settings and modules."
 msgstr "სხვადასხვა აუდიო პარამეტრები და მოდულები."
 
-#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1244
+#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1252
 #: modules/gui/macosx/extended.m:80 modules/gui/macosx/intf.m:568
 #: modules/gui/macosx/output.m:160 modules/gui/macosx/playlistinfo.m:86
 #: modules/gui/macosx/wizard.m:422
@@ -232,7 +240,7 @@ msgstr "პარამეტრები აუდიო ვიდეო და
 msgid "General input settings. Use with care."
 msgstr "საერთო."
 
-#: include/vlc_config_cat.h:135 src/libvlc.h:1483
+#: include/vlc_config_cat.h:135 src/libvlc.h:1493
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:152
 msgid "Stream output"
 msgstr "ნაკადის გასავალი"
@@ -321,8 +329,8 @@ msgstr "VOD"
 msgid "VLC's implementation of Video On Demand"
 msgstr "ის ვიდეო ჩართ."
 
-#: include/vlc_config_cat.h:186 src/libvlc.h:1608 src/playlist/engine.c:79
-#: src/playlist/engine.c:81 modules/demux/playlist/playlist.c:56
+#: include/vlc_config_cat.h:186 src/libvlc.h:1618 src/playlist/engine.c:91
+#: src/playlist/engine.c:93 modules/demux/playlist/playlist.c:56
 #: modules/demux/playlist/playlist.c:57
 #: modules/gui/beos/InterfaceWindow.cpp:231
 #: modules/gui/beos/InterfaceWindow.cpp:325 modules/gui/macosx/intf.m:500
@@ -355,7 +363,7 @@ msgid ""
 "playlist."
 msgstr "სერვისები დამატება -სკენ სია."
 
-#: include/vlc_config_cat.h:197 src/libvlc.h:1444
+#: include/vlc_config_cat.h:197 src/libvlc.h:1454
 #: modules/gui/macosx/prefs.m:124
 msgid "Advanced"
 msgstr "დამატებითი"
@@ -467,7 +475,7 @@ msgstr "არჩევა ფაილი -სკენ შენახვა -
 #: modules/gui/wxwidgets/interface.cpp:677
 #: modules/gui/wxwidgets/interface.cpp:688
 #: modules/gui/wxwidgets/interface.cpp:1216
-#: modules/gui/wxwidgets/menus.cpp:263 modules/gui/wxwidgets/menus.cpp:274
+#: modules/gui/wxwidgets/menus.cpp:264 modules/gui/wxwidgets/menus.cpp:275
 msgid "Play"
 msgstr "დაკვრა"
 
@@ -485,8 +493,8 @@ msgid "Delete"
 msgstr "წაშლა"
 
 #: include/vlc_intf_strings.h:37 modules/gui/macosx/intf.m:599
-#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlistinfo.m:55
-#: modules/gui/macosx/playlistinfo.m:363 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/playlistinfo.m:55 modules/gui/macosx/playlistinfo.m:363
 msgid "Information"
 msgstr "ინფორმაცია"
 
@@ -522,8 +530,8 @@ msgstr "Meta-ინფორმაცია"
 msgid "Title"
 msgstr "სათაური"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:58
-#: modules/gui/macosx/playlist.m:130 modules/gui/macosx/wizard.m:393
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:130
+#: modules/gui/macosx/playlistinfo.m:58 modules/gui/macosx/wizard.m:393
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:50
 msgid "Author"
 msgstr "ავტორი"
@@ -595,14 +603,6 @@ msgstr "კოდეკის სახელი"
 msgid "Codec Description"
 msgstr "კოდეკის აღწერილობა"
 
-#: include/vlc/vlc.h:576
-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"
-"see the file named COPYING for details.\n"
-"Written by the VideoLAN team; see the AUTHORS file.\n"
-msgstr ""
-
 #: src/audio_output/filters.c:154 src/audio_output/filters.c:201
 #: src/audio_output/filters.c:224
 #, fuzzy
@@ -616,7 +616,7 @@ msgid "The maximum number of filters (%d) was reached."
 msgstr ""
 
 #: src/audio_output/input.c:80 src/audio_output/input.c:126
-#: src/input/es_out.c:361 src/libvlc.h:417 src/video_output/video_output.c:421
+#: src/input/es_out.c:361 src/libvlc.h:421 src/video_output/video_output.c:421
 #: modules/codec/ffmpeg/postprocess.c:94
 msgid "Disable"
 msgstr "გამორთე"
@@ -767,13 +767,14 @@ msgid "VLC could not open the decoder module."
 msgstr ""
 
 #: src/input/decoder.c:136
-msgid "No suitable decoder module for FOURCC \"4.4s\" found"
+msgid "No suitable decoder module for format"
 msgstr ""
 
 #: src/input/decoder.c:137
+#, c-format
 msgid ""
-"VLC probably does not support this audio or video format. Regrettably, there "
-"is no way for you to fix this."
+"VLC probably does not support the “%4.4s” audio or video format. "
+"Unfortunately there is no way for you to fix this."
 msgstr ""
 
 #: src/input/es_out.c:383 src/input/es_out.c:385 src/input/es_out.c:391
@@ -784,7 +785,7 @@ msgid "Track %i"
 msgstr "კვალი %i"
 
 #: src/input/es_out.c:465 src/input/es_out.c:467 src/input/es_out.c:567
-#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:443
+#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:447
 #: modules/gui/macosx/intf.m:548 modules/gui/macosx/intf.m:549
 msgid "Program"
 msgstr "პროგრამა"
@@ -824,8 +825,8 @@ msgstr "%d Hz"
 msgid "Bits per sample"
 msgstr ""
 
-#: src/input/es_out.c:1605 modules/access_output/shout.c:86
-#: modules/access/pvr.c:84
+#: src/input/es_out.c:1605 modules/access/pvr.c:84
+#: modules/access_output/shout.c:86
 msgid "Bitrate"
 msgstr ""
 
@@ -878,7 +879,7 @@ msgstr ""
 msgid "Bookmark"
 msgstr "სანიშნე"
 
-#: src/input/var.c:131 src/libvlc.h:449
+#: src/input/var.c:131 src/libvlc.h:453
 msgid "Programs"
 msgstr "პროგრამები"
 
@@ -1544,126 +1545,136 @@ msgid ""
 msgstr ""
 
 #: src/libvlc.h:278
+#, fuzzy
+msgid "Embedded video"
+msgstr "ვიდეო"
+
+#: src/libvlc.h:280
+#, fuzzy
+msgid "Embed the video output in the main interface."
+msgstr "ვიდეო დუიმი"
+
+#: src/libvlc.h:282
 msgid "Fullscreen video output"
 msgstr "მთლიან-ეკრანიანი ვიდეო გასავალი"
 
-#: src/libvlc.h:280
+#: src/libvlc.h:284
 #, fuzzy
 msgid "Start video in fullscreen mode"
 msgstr "ვიდეოს გაშვება სრულეკრანიან რეჟიმში"
 
-#: src/libvlc.h:282
+#: src/libvlc.h:286
 msgid "Overlay video output"
 msgstr ""
 
-#: src/libvlc.h:284
+#: src/libvlc.h:288
 msgid ""
 "Overlay is the hardware acceleration capability of your video card (ability "
 "to render video directly). VLC will try to use it by default."
 msgstr ""
 
-#: src/libvlc.h:287 src/video_output/vout_intf.c:399
+#: src/libvlc.h:291 src/video_output/vout_intf.c:399
 msgid "Always on top"
 msgstr "მუდმივად წინა პლანზე"
 
-#: src/libvlc.h:289
+#: src/libvlc.h:293
 msgid "Always place the video window on top of other windows."
 msgstr ""
 
-#: src/libvlc.h:291
+#: src/libvlc.h:295
 #, fuzzy
 msgid "Disable screensaver"
 msgstr "გამორთე"
 
-#: src/libvlc.h:292
+#: src/libvlc.h:296
 #, fuzzy
 msgid "Disable the screensaver during video playback."
 msgstr "გამორთე ვიდეო."
 
-#: src/libvlc.h:294
+#: src/libvlc.h:298
 msgid "Window decorations"
 msgstr "ფანჯრის დეკორაცია"
 
-#: src/libvlc.h:296
+#: src/libvlc.h:300
 msgid ""
 "VLC can avoid creating window caption, frames, etc... around the video, "
 "giving a \"minimal\" window."
 msgstr ""
 
-#: src/libvlc.h:299
+#: src/libvlc.h:303
 #, fuzzy
 msgid "Video output filter module"
 msgstr "ვიდეო გასავალის მოდული"
 
-#: src/libvlc.h:301
+#: src/libvlc.h:305
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
 "instance deinterlacing, or to clone or distort the video window."
 msgstr ""
 
-#: src/libvlc.h:305
+#: src/libvlc.h:309
 msgid "Video filter module"
 msgstr "ვიდეო ფილტრის მოდული"
 
-#: src/libvlc.h:307
+#: src/libvlc.h:311
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
 "instance deinterlacing, or distortthe video."
 msgstr ""
 
-#: src/libvlc.h:311
+#: src/libvlc.h:315
 #, fuzzy
 msgid "Video snapshot directory (or filename)"
 msgstr "გადაღებული სურათების დირექტორია"
 
-#: src/libvlc.h:313
+#: src/libvlc.h:317
 msgid "Directory where the video snapshots will be stored."
 msgstr ""
 
-#: src/libvlc.h:315 src/libvlc.h:317
+#: src/libvlc.h:319 src/libvlc.h:321
 #, fuzzy
 msgid "Video snapshot file prefix"
 msgstr "გადაღებული სურათების ფორმატი"
 
-#: src/libvlc.h:319
+#: src/libvlc.h:323
 msgid "Video snapshot format"
 msgstr "გადაღებული სურათების ფორმატი"
 
-#: src/libvlc.h:321
+#: src/libvlc.h:325
 msgid "Image format which will be used to store the video snapshots"
 msgstr ""
 
-#: src/libvlc.h:323
+#: src/libvlc.h:327
 msgid "Display video snapshot preview"
 msgstr ""
 
-#: src/libvlc.h:325
+#: src/libvlc.h:329
 msgid "Display the snapshot preview in the screen's top-left corner."
 msgstr ""
 
-#: src/libvlc.h:327
+#: src/libvlc.h:331
 msgid "Use sequential numbers instead of timestamps"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:333
 msgid "Use sequential numbers instead of timestamps for snapshot numbering"
 msgstr ""
 
-#: src/libvlc.h:331
+#: src/libvlc.h:335
 msgid "Video cropping"
 msgstr ""
 
-#: src/libvlc.h:333
+#: src/libvlc.h:337
 msgid ""
 "This forces the cropping of the source video. Accepted formats are x:y (4:3, "
 "16:9, etc.) expressing the global image aspect."
 msgstr ""
 
-#: src/libvlc.h:337
+#: src/libvlc.h:341
 msgid "Source aspect ratio"
 msgstr ""
 
-#: src/libvlc.h:339
+#: src/libvlc.h:343
 msgid ""
 "This forces 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 "
@@ -1672,123 +1683,123 @@ msgid ""
 "(1.25, 1.3333, etc.) expressing pixel squareness."
 msgstr ""
 
-#: src/libvlc.h:346
+#: src/libvlc.h:350
 msgid "Custom crop ratios list"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:352
 msgid ""
 "Comma seperated list of crop ratios which will be added in the interface's "
 "crop ratios list."
 msgstr ""
 
-#: src/libvlc.h:351
+#: src/libvlc.h:355
 #, fuzzy
 msgid "Custom aspect ratios list"
 msgstr "წყარო"
 
-#: src/libvlc.h:353
+#: src/libvlc.h:357
 msgid ""
 "Comma seperated list of aspect ratios which will be added in the interface's "
 "aspect ratio list."
 msgstr ""
 
-#: src/libvlc.h:356
+#: src/libvlc.h:360
 msgid "Fix HDTV height"
 msgstr "HDTV სიმაღლის შესწორება"
 
-#: src/libvlc.h:358
+#: src/libvlc.h:362
 msgid ""
 "This allows proper handling of HDTV-1080 video format even if broken encoder "
 "incorrectly sets height to 1088 lines. You should only disable this option "
 "if your video has a non-standard format requiring all 1088 lines."
 msgstr ""
 
-#: src/libvlc.h:363
+#: src/libvlc.h:367
 msgid "Monitor pixel aspect ratio"
 msgstr ""
 
-#: src/libvlc.h:365
+#: src/libvlc.h:369
 msgid ""
 "This forces the monitor aspect ratio. Most monitors have square pixels "
 "(1:1). If you have a 16:9 screen, you might need to change this to 4:3 in "
 "order to keep proportions."
 msgstr ""
 
-#: src/libvlc.h:370
+#: src/libvlc.h:374
 msgid "Skip frames"
 msgstr "გამოტოვე კადრები"
 
-#: src/libvlc.h:372
+#: src/libvlc.h:376
 msgid ""
 "This option enables framedropping on MPEG2 stream. Framedropping occurs when "
 "your computer is not powerful enough"
 msgstr ""
 
-#: src/libvlc.h:375
+#: src/libvlc.h:379
 msgid "Drop late frames"
 msgstr ""
 
-#: src/libvlc.h:377
+#: src/libvlc.h:381
 msgid ""
 "This drops frames that are late (arrive to the video output after their "
 "intended display date)."
 msgstr ""
 
-#: src/libvlc.h:380
+#: src/libvlc.h:384
 msgid "Quiet synchro"
 msgstr ""
 
-#: src/libvlc.h:382
+#: src/libvlc.h:386
 msgid ""
 "This avoids flooding the message log with debug output from the video output "
 "synchronization mechanism."
 msgstr ""
 
-#: src/libvlc.h:391
+#: src/libvlc.h:395
 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:396
+#: src/libvlc.h:400
 msgid ""
 "If you live in France, it is not allowed to workaround any Digital "
 "Restrictions Management measure."
 msgstr ""
 
-#: src/libvlc.h:399
+#: src/libvlc.h:403
 msgid "Clock reference average counter"
 msgstr ""
 
-#: src/libvlc.h:401
+#: src/libvlc.h:405
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
 msgstr ""
 
-#: src/libvlc.h:404
+#: src/libvlc.h:408
 msgid "Clock synchronisation"
 msgstr "საათის სინქრონიზაცია"
 
-#: src/libvlc.h:406
+#: src/libvlc.h:410
 msgid ""
 "It is possible to disable the input clock synchronisation for real-time "
 "sources. Use this if you experience jerky playback of network streams."
 msgstr ""
 
-#: src/libvlc.h:410 modules/control/netsync.c:71
+#: src/libvlc.h:414 modules/control/netsync.c:71
 msgid "Network synchronisation"
 msgstr "ქსელის სინქრონიზაცია"
 
-#: src/libvlc.h:411
+#: src/libvlc.h:415
 msgid ""
 "This allows you to remotely synchronise clocks for server and client. The "
 "detailed settings are available in Advanced / Network Sync."
 msgstr ""
 
-#: src/libvlc.h:417 src/libvlc.h:964 src/video_output/vout_intf.c:261
+#: src/libvlc.h:421 src/libvlc.h:972 src/video_output/vout_intf.c:261
 #: src/video_output/vout_intf.c:348 modules/access/dshow/dshow.cpp:74
 #: modules/access/dshow/dshow.cpp:76 modules/access/dshow/dshow.cpp:79
 #: modules/access/dshow/dshow.cpp:85 modules/audio_output/alsa.c:102
@@ -1801,7 +1812,7 @@ msgstr ""
 msgid "Default"
 msgstr ""
 
-#: src/libvlc.h:417 modules/gui/macosx/equalizer.m:145
+#: src/libvlc.h:421 modules/gui/macosx/equalizer.m:145
 #: modules/gui/macosx/extended.m:113 modules/gui/macosx/wizard.m:395
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:633
 #: modules/gui/wxwidgets/extrapanel.cpp:216
@@ -1809,171 +1820,171 @@ msgstr ""
 msgid "Enable"
 msgstr ""
 
-#: src/libvlc.h:419
+#: src/libvlc.h:423
 msgid "UDP port"
 msgstr "UDP პორტი"
 
-#: src/libvlc.h:421
+#: src/libvlc.h:425
 msgid "This is the default port used for UDP streams. Default is 1234."
 msgstr ""
 
-#: src/libvlc.h:423
+#: src/libvlc.h:427
 msgid "MTU of the network interface"
 msgstr "ქსელის ინტერფეისის MTU"
 
-#: src/libvlc.h:425
+#: src/libvlc.h:429
 msgid ""
 "This is the maximum packet size that can be transmitted over the network "
 "interface. On Ethernet it is usually 1500 bytes."
 msgstr ""
 
-#: src/libvlc.h:428
+#: src/libvlc.h:432
 #, fuzzy
 msgid "Hop limit (TTL)"
 msgstr "უბანი TTL"
 
-#: src/libvlc.h:430
+#: src/libvlc.h:434
 msgid ""
 "This is the hop limit (also known as \"Time-To-Live\" or TTL) of the "
 "multicast packets sent by the stream output (0 = use operating system built-"
 "in default)."
 msgstr ""
 
-#: src/libvlc.h:434
+#: src/libvlc.h:438
 msgid "IPv6 multicast output interface"
 msgstr ""
 
-#: src/libvlc.h:436
+#: src/libvlc.h:440
 msgid "Default IPv6 multicast interface. This overrides the routing table."
 msgstr ""
 
-#: src/libvlc.h:438
+#: src/libvlc.h:442
 msgid "IPv4 multicast output interface address"
 msgstr ""
 
-#: src/libvlc.h:440
+#: src/libvlc.h:444
 msgid ""
 "IPv4 adress for the default multicast interface. This overrides the routing "
 "table."
 msgstr ""
 
-#: src/libvlc.h:445
+#: src/libvlc.h:449
 msgid ""
 "Choose the program to select by giving its Service ID. Only use this option "
 "if you want to read a multi-program stream (like DVB streams for example)."
 msgstr ""
 
-#: src/libvlc.h:451
+#: src/libvlc.h:455
 msgid ""
 "Choose the programs to select by giving a comma-separated list of Service "
 "IDs (SIDs). Only use this option if you want to read a multi-program stream "
 "(like DVB streams for example)."
 msgstr ""
 
-#: src/libvlc.h:457 modules/gui/wxwidgets/dialogs/open.cpp:779
+#: src/libvlc.h:461 modules/gui/wxwidgets/dialogs/open.cpp:779
 msgid "Audio track"
 msgstr "აუდიო კვალი"
 
-#: src/libvlc.h:459
+#: src/libvlc.h:463
 msgid "Stream number of the audio track to use (from 0 to n)."
 msgstr ""
 
-#: src/libvlc.h:462 modules/gui/wxwidgets/dialogs/open.cpp:771
+#: src/libvlc.h:466 modules/gui/wxwidgets/dialogs/open.cpp:771
 msgid "Subtitles track"
 msgstr "ტიტრების კვალი"
 
-#: src/libvlc.h:464
+#: src/libvlc.h:468
 msgid "Stream number of the subtitle track to use (from 0 to n)."
 msgstr ""
 
-#: src/libvlc.h:467
+#: src/libvlc.h:471
 msgid "Audio language"
 msgstr "აუდიოს ენა"
 
-#: src/libvlc.h:469
+#: src/libvlc.h:473
 msgid ""
 "Language of the audio track you want to use (comma separated, two or three "
 "letter country code)."
 msgstr ""
 
-#: src/libvlc.h:472
+#: src/libvlc.h:476
 msgid "Subtitle language"
 msgstr "ტიტრების ენა"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:478
 msgid ""
 "Language of the subtitle track you want to use (comma separated, two or tree "
 "letter country code)."
 msgstr ""
 
-#: src/libvlc.h:478
+#: src/libvlc.h:482
 msgid "Audio track ID"
 msgstr "აუდიო კვალის ID"
 
-#: src/libvlc.h:480
+#: src/libvlc.h:484
 msgid "Stream ID of the audio track to use."
 msgstr ""
 
-#: src/libvlc.h:482
+#: src/libvlc.h:486
 msgid "Subtitles track ID"
 msgstr "ტიტრების კვალის ID"
 
-#: src/libvlc.h:484
+#: src/libvlc.h:488
 msgid "Stream ID of the subtitle track to use."
 msgstr ""
 
-#: src/libvlc.h:486
+#: src/libvlc.h:490
 msgid "Input repetitions"
 msgstr ""
 
-#: src/libvlc.h:488
+#: src/libvlc.h:492
 msgid "Number of time the same input will be repeated"
 msgstr ""
 
-#: src/libvlc.h:490
+#: src/libvlc.h:494
 msgid "Start time"
 msgstr ""
 
-#: src/libvlc.h:492
+#: src/libvlc.h:496
 msgid "The stream will start at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:494
+#: src/libvlc.h:498
 msgid "Stop time"
 msgstr ""
 
-#: src/libvlc.h:496
+#: src/libvlc.h:500
 msgid "The stream will stop at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:498
+#: src/libvlc.h:502
 msgid "Input list"
 msgstr ""
 
-#: src/libvlc.h:500
+#: src/libvlc.h:504
 msgid ""
 "You can give a comma-separated list of inputs that will be concatenated "
 "together after the normal one."
 msgstr ""
 
-#: src/libvlc.h:503
+#: src/libvlc.h:507
 #, fuzzy
 msgid "Input slave (experimental)"
 msgstr "შესავალი"
 
-#: src/libvlc.h:505
+#: src/libvlc.h:509
 msgid ""
 "This allows you to play from several inputs at the same time. This feature "
 "is experimental, not all formats are supported. Use a '#' separated list of "
 "inputs."
 msgstr ""
 
-#: src/libvlc.h:509
+#: src/libvlc.h:513
 #, fuzzy
 msgid "Bookmarks list for a stream"
 msgstr "სანიშნეები სია a"
 
-#: src/libvlc.h:511
+#: src/libvlc.h:515
 #, fuzzy
 msgid ""
 "You can manually give a list of bookmarks for a stream in the form "
@@ -1981,7 +1992,7 @@ msgid ""
 "{...}\""
 msgstr "თქვენ a სია ის a დუიმი bytes byte"
 
-#: src/libvlc.h:517
+#: src/libvlc.h:521
 msgid ""
 "These options allow you to modify the behavior of the subpictures subsystem. "
 "You can for example enable subpictures filters (logo, etc.). Enable these "
@@ -1989,79 +2000,79 @@ msgid ""
 "section. You can also set many miscellaneous subpictures options."
 msgstr ""
 
-#: src/libvlc.h:523
+#: src/libvlc.h:527
 #, fuzzy
 msgid "Force subtitle position"
 msgstr "ძალდატანება"
 
-#: src/libvlc.h:525
+#: src/libvlc.h:529
 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:528
+#: src/libvlc.h:532
 #, fuzzy
 msgid "Enable sub-pictures"
 msgstr "ჩართვა"
 
-#: src/libvlc.h:530
+#: src/libvlc.h:534
 #, fuzzy
 msgid "You can completely disable the sub-picture processing."
 msgstr "თქვენ."
 
-#: src/libvlc.h:532 src/libvlc.h:1324 src/misc/iso-639_def.h:143
+#: src/libvlc.h:536 src/libvlc.h:1334 src/misc/iso-639_def.h:143
 #: modules/stream_out/transcode.c:281
 #, fuzzy
 msgid "On Screen Display"
 msgstr "ჩართ. ეკრანი დისპლეი"
 
-#: src/libvlc.h:534
+#: src/libvlc.h:538
 #, fuzzy
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
 "Display)."
 msgstr "ვიდეო ჩართ. ეკრანი დისპლეი."
 
-#: src/libvlc.h:537
+#: src/libvlc.h:541
 #, fuzzy
 msgid "Text rendering module"
 msgstr "ტექსტი"
 
-#: src/libvlc.h:539
+#: src/libvlc.h:543
 msgid ""
 "VLC normally uses Freetype for rendering, but this allows you to use svg for "
 "instance."
 msgstr ""
 
-#: src/libvlc.h:542
+#: src/libvlc.h:546
 msgid "Subpictures filter module"
 msgstr ""
 
-#: src/libvlc.h:544
+#: src/libvlc.h:548
 #, fuzzy
 msgid ""
 "This adds so-called \"subpicture filters\". These filters overlay some "
 "images or text over the video (like a logo, arbitraty text...)."
 msgstr "ტექსტი ვიდეო a ტექსტი."
 
-#: src/libvlc.h:547
+#: src/libvlc.h:551
 msgid "Autodetect subtitle files"
 msgstr ""
 
-#: src/libvlc.h:549
+#: src/libvlc.h:553
 #, fuzzy
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified "
 "(based on the filename of the movie)."
 msgstr "a ფაილი არა ის."
 
-#: src/libvlc.h:552
+#: src/libvlc.h:556
 #, fuzzy
 msgid "Subtitle autodetection fuzziness"
 msgstr "ტიტრები"
 
-#: src/libvlc.h:554
+#: src/libvlc.h:558
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -2072,472 +2083,472 @@ msgid ""
 "4 = subtitle file matching the movie name exactly"
 msgstr ""
 
-#: src/libvlc.h:562
+#: src/libvlc.h:566
 #, fuzzy
 msgid "Subtitle autodetection paths"
 msgstr "ტიტრები"
 
-#: src/libvlc.h:564
+#: src/libvlc.h:568
 #, fuzzy
 msgid ""
 "Look for a subtitle file in those paths too, if your subtitle file was not "
 "found in the current directory."
 msgstr "ხედი a ფაილი დუიმი ფაილი არა დუიმი დირექტორია."
 
-#: src/libvlc.h:567
+#: src/libvlc.h:571
 #, fuzzy
 msgid "Use subtitle file"
 msgstr "ფაილი"
 
-#: src/libvlc.h:569
+#: src/libvlc.h:573
 #, fuzzy
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
 msgstr "ჩატვირთვა ფაილი ვის ფაილი."
 
-#: src/libvlc.h:572
+#: src/libvlc.h:576
 msgid "DVD device"
 msgstr "DVD მოწყობილობა"
 
-#: src/libvlc.h:575
+#: src/libvlc.h:579
 #, fuzzy
 msgid ""
 "This is the default DVD drive (or file) to use. Don't forget the colon after "
 "the drive letter (eg. D:)"
 msgstr "ნაგულისხმევი DVD ფაილი -სკენ"
 
-#: src/libvlc.h:579
+#: src/libvlc.h:583
 #, fuzzy
 msgid "This is the default DVD device to use."
 msgstr "ნაგულისხმევი DVD -სკენ."
 
-#: src/libvlc.h:582
+#: src/libvlc.h:586
 msgid "VCD device"
 msgstr "VCD მოწყობილობა"
 
-#: src/libvlc.h:585
+#: src/libvlc.h:589
 #, fuzzy
 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 "ნაგულისხმევი VCD -სკენ a."
 
-#: src/libvlc.h:589
+#: src/libvlc.h:593
 #, fuzzy
 msgid "This is the default VCD device to use."
 msgstr "ნაგულისხმევი VCD -სკენ."
 
-#: src/libvlc.h:592
+#: src/libvlc.h:596
 #, fuzzy
 msgid "Audio CD device"
 msgstr "აუდიო"
 
-#: src/libvlc.h:595
+#: src/libvlc.h:599
 #, fuzzy
 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 "ნაგულისხმევი აუდიო -სკენ a."
 
-#: src/libvlc.h:599
+#: src/libvlc.h:603
 #, fuzzy
 msgid "This is the default Audio CD device to use."
 msgstr "ნაგულისხმევი აუდიო -სკენ."
 
-#: src/libvlc.h:602 modules/gui/wxwidgets/dialogs/open.cpp:841
+#: src/libvlc.h:606 modules/gui/wxwidgets/dialogs/open.cpp:841
 msgid "Force IPv6"
 msgstr "აიძულე გამოიყენოს IPv6"
 
-#: src/libvlc.h:604
+#: src/libvlc.h:608
 #, fuzzy
 msgid "IPv6 will be used by default for all connections."
 msgstr "ნაგულისხმევი ყველა."
 
-#: src/libvlc.h:606
+#: src/libvlc.h:610
 msgid "Force IPv4"
 msgstr "აიძულე გამოიყენოს IPv4"
 
-#: src/libvlc.h:608
+#: src/libvlc.h:612
 #, fuzzy
 msgid "IPv4 will be used by default for all connections."
 msgstr "ნაგულისხმევი ყველა."
 
-#: src/libvlc.h:610
+#: src/libvlc.h:614
 msgid "TCP connection timeout"
 msgstr ""
 
-#: src/libvlc.h:612
+#: src/libvlc.h:616
 msgid "Default TCP connection timeout (in milliseconds). "
 msgstr ""
 
-#: src/libvlc.h:614
+#: src/libvlc.h:618
 msgid "SOCKS server"
 msgstr "SOCKS სერვერი"
 
-#: src/libvlc.h:616
+#: src/libvlc.h:620
 msgid ""
 "SOCKS proxy server to use. This must be of the form address:port. It will be "
 "used for all TCP connections"
 msgstr ""
 
-#: src/libvlc.h:619
+#: src/libvlc.h:623
 msgid "SOCKS user name"
 msgstr "SOCKS მომხმარებლის სახელი"
 
-#: src/libvlc.h:621
+#: src/libvlc.h:625
 msgid "User name to be used for connection to the SOCKS proxy."
 msgstr ""
 
-#: src/libvlc.h:623
+#: src/libvlc.h:627
 msgid "SOCKS password"
 msgstr "SOCKS პაროლი"
 
-#: src/libvlc.h:625
+#: src/libvlc.h:629
 msgid "Password to be used for connection to the SOCKS proxy."
 msgstr ""
 
-#: src/libvlc.h:627
+#: src/libvlc.h:631
 msgid "Title metadata"
 msgstr ""
 
-#: src/libvlc.h:629
+#: src/libvlc.h:633
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:631
+#: src/libvlc.h:635
 #, fuzzy
 msgid "Author metadata"
 msgstr "ავტორის მეტადატა"
 
-#: src/libvlc.h:633
+#: src/libvlc.h:637
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:635
+#: src/libvlc.h:639
 #, fuzzy
 msgid "Artist metadata"
 msgstr "შემსრულებელის მეტადატა"
 
-#: src/libvlc.h:637
+#: src/libvlc.h:641
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:639
+#: src/libvlc.h:643
 #, fuzzy
 msgid "Genre metadata"
 msgstr "ჟანრის მეტადატა"
 
-#: src/libvlc.h:641
+#: src/libvlc.h:645
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:643
+#: src/libvlc.h:647
 #, fuzzy
 msgid "Copyright metadata"
 msgstr "საავტორო უფლებების მეტადატა"
 
-#: src/libvlc.h:645
+#: src/libvlc.h:649
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:647
+#: src/libvlc.h:651
 msgid "Description metadata"
 msgstr ""
 
-#: src/libvlc.h:649
+#: src/libvlc.h:653
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:651
+#: src/libvlc.h:655
 msgid "Date metadata"
 msgstr ""
 
-#: src/libvlc.h:653
+#: src/libvlc.h:657
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:655
+#: src/libvlc.h:659
 msgid "URL metadata"
 msgstr ""
 
-#: src/libvlc.h:657
+#: src/libvlc.h:661
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:661
+#: src/libvlc.h:665
 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:665
+#: src/libvlc.h:669
 msgid "Preferred decoders list"
 msgstr ""
 
-#: src/libvlc.h:667
+#: src/libvlc.h:671
 msgid ""
 "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. Only advanced "
 "users should alter this option as it can break playback of all your streams."
 msgstr ""
 
-#: src/libvlc.h:672
+#: src/libvlc.h:676
 msgid "Preferred encoders list"
 msgstr ""
 
-#: src/libvlc.h:674
+#: src/libvlc.h:678
 msgid ""
 "This allows you to select a list of encoders that VLC will use in priority."
 msgstr ""
 
-#: src/libvlc.h:683
+#: src/libvlc.h:687
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
 msgstr ""
 
-#: src/libvlc.h:686
+#: src/libvlc.h:690
 msgid "Default stream output chain"
 msgstr ""
 
-#: src/libvlc.h:688
+#: src/libvlc.h:692
 msgid ""
 "You can enter here a default stream output chain. Refer to the documentation "
 "to learn how to build such chains.Warning: this chain will be enabled for "
 "all streams."
 msgstr ""
 
-#: src/libvlc.h:692
+#: src/libvlc.h:696
 msgid "Enable streaming of all ES"
 msgstr ""
 
-#: src/libvlc.h:694
+#: src/libvlc.h:698
 msgid "Stream all elementary streams (video, audio and subtitles)"
 msgstr ""
 
-#: src/libvlc.h:696
+#: src/libvlc.h:700
 #, fuzzy
 msgid "Display while streaming"
 msgstr "დისპლეი"
 
-#: src/libvlc.h:698
+#: src/libvlc.h:702
 #, fuzzy
 msgid "Play locally the stream while streaming it."
 msgstr "დაკვრა."
 
-#: src/libvlc.h:700
+#: src/libvlc.h:704
 #, fuzzy
 msgid "Enable video stream output"
 msgstr "ჩართვა ვიდეო"
 
-#: src/libvlc.h:702
+#: src/libvlc.h:706
 #, fuzzy
 msgid ""
 "Choose whether the video stream should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr "არჩევა ვიდეო -სკენ ჩართული."
 
-#: src/libvlc.h:705
+#: src/libvlc.h:709
 #, fuzzy
 msgid "Enable audio stream output"
 msgstr "ჩართვა აუდიო"
 
-#: src/libvlc.h:707
+#: src/libvlc.h:711
 msgid ""
 "Choose whether the audio stream should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:710
+#: src/libvlc.h:714
 #, fuzzy
 msgid "Enable SPU stream output"
 msgstr "RTP"
 
-#: src/libvlc.h:712
+#: src/libvlc.h:716
 msgid ""
 "Choose whether the SPU streams should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:715
+#: src/libvlc.h:719
 msgid "Keep stream output open"
 msgstr ""
 
-#: src/libvlc.h:717
+#: src/libvlc.h:721
 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:721
+#: src/libvlc.h:725
 msgid "Preferred packetizer list"
 msgstr ""
 
-#: src/libvlc.h:723
+#: src/libvlc.h:727
 msgid ""
 "This allows you to select the order in which VLC will choose its packetizers."
 msgstr ""
 
-#: src/libvlc.h:726
+#: src/libvlc.h:730
 msgid "Mux module"
 msgstr ""
 
-#: src/libvlc.h:728
+#: src/libvlc.h:732
 msgid "This is a legacy entry to let you configure mux modules"
 msgstr ""
 
-#: src/libvlc.h:730
+#: src/libvlc.h:734
 msgid "Access output module"
 msgstr ""
 
-#: src/libvlc.h:732
+#: src/libvlc.h:736
 msgid "This is a legacy entry to let you configure access output modules"
 msgstr ""
 
-#: src/libvlc.h:734
+#: src/libvlc.h:738
 msgid "Control SAP flow"
 msgstr ""
 
-#: src/libvlc.h:736
+#: src/libvlc.h:740
 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:740
+#: src/libvlc.h:744
 msgid "SAP announcement interval"
 msgstr ""
 
-#: src/libvlc.h:742
+#: src/libvlc.h:746
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
 "between SAP announcements."
 msgstr ""
 
-#: src/libvlc.h:752
+#: src/libvlc.h:756
 #, fuzzy
 msgid ""
 "These options allow you to enable special CPU optimizations. You should "
 "always leave all these enabled."
 msgstr "-სკენ CPU თქვენ ყველა ჩართული."
 
-#: src/libvlc.h:755
+#: src/libvlc.h:759
 msgid "Enable FPU support"
 msgstr "ჩართე FPU სუპორტი"
 
-#: src/libvlc.h:757
+#: src/libvlc.h:761
 msgid ""
 "If your processor has a floating point calculation unit, VLC can take "
 "advantage of it."
 msgstr ""
 
-#: src/libvlc.h:760
+#: src/libvlc.h:764
 msgid "Enable CPU MMX support"
 msgstr "ჩართე CPU MMX სუპორტი"
 
-#: src/libvlc.h:762
+#: src/libvlc.h:766
 #, fuzzy
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
 msgstr "ის."
 
-#: src/libvlc.h:765
+#: src/libvlc.h:769
 msgid "Enable CPU 3D Now! support"
 msgstr "ჩართე CPU 3D Now!სუპორტი"
 
-#: src/libvlc.h:767
+#: src/libvlc.h:771
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:770
+#: src/libvlc.h:774
 msgid "Enable CPU MMX EXT support"
 msgstr "ჩართე CPU MMX EXT სუპორტი"
 
-#: src/libvlc.h:772
+#: src/libvlc.h:776
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:775
+#: src/libvlc.h:779
 msgid "Enable CPU SSE support"
 msgstr "ჩართე CPU SSE სუპორტი"
 
-#: src/libvlc.h:777
+#: src/libvlc.h:781
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:780
+#: src/libvlc.h:784
 msgid "Enable CPU SSE2 support"
 msgstr "ჩართე CPU SSE2 სუპორტი"
 
-#: src/libvlc.h:782
+#: src/libvlc.h:786
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:785
+#: src/libvlc.h:789
 msgid "Enable CPU AltiVec support"
 msgstr "ჩართე CPU AltiVec სუპორტი"
 
-#: src/libvlc.h:787
+#: src/libvlc.h:791
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:792
+#: src/libvlc.h:796
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:795
+#: src/libvlc.h:799
 #, fuzzy
 msgid "Memory copy module"
 msgstr "მეხსიერება კოპია"
 
-#: src/libvlc.h:797
+#: src/libvlc.h:801
 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:800
+#: src/libvlc.h:804
 msgid "Access module"
 msgstr ""
 
-#: src/libvlc.h:802
+#: src/libvlc.h:806
 msgid ""
 "This allows you to force an access module. You can use it if the correct "
 "access is not automatically detected. You should not set this as a global "
 "option unless you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:806
+#: src/libvlc.h:810
 msgid "Access filter module"
 msgstr ""
 
-#: src/libvlc.h:808
+#: src/libvlc.h:812
 msgid ""
 "Access filters are used to modify the stream that is being read. This is "
 "used for instance for timeshifting."
 msgstr ""
 
-#: src/libvlc.h:811
+#: src/libvlc.h:815
 msgid "Demux module"
 msgstr ""
 
-#: src/libvlc.h:813
+#: src/libvlc.h:817
 msgid ""
 "Demultiplexers are used to separate the \"elementary\" streams (like audio "
 "and video streams). You can use it if the correct demuxer is not "
@@ -2545,11 +2556,11 @@ msgid ""
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:818
+#: src/libvlc.h:822
 msgid "Allow real-time priority"
 msgstr ""
 
-#: src/libvlc.h:820
+#: src/libvlc.h:824
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -2557,99 +2568,99 @@ msgid ""
 "only activate this if you know what you're doing."
 msgstr ""
 
-#: src/libvlc.h:826
+#: src/libvlc.h:830
 msgid "Adjust VLC priority"
 msgstr ""
 
-#: src/libvlc.h:828
+#: src/libvlc.h:832
 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:832
+#: src/libvlc.h:836
 msgid "Minimize number of threads"
 msgstr ""
 
-#: src/libvlc.h:834
+#: src/libvlc.h:838
 msgid "This option minimizes the number of threads needed to run VLC."
 msgstr ""
 
-#: src/libvlc.h:836
+#: src/libvlc.h:840
 #, fuzzy
 msgid "Modules search path"
 msgstr "მოდულები"
 
-#: src/libvlc.h:838
+#: src/libvlc.h:842
 msgid "Additional path for VLC to look for its modules."
 msgstr ""
 
-#: src/libvlc.h:840
+#: src/libvlc.h:844
 msgid "VLM configuration file"
 msgstr "VLM კონფიგურაციის ფაილი"
 
-#: src/libvlc.h:842
+#: src/libvlc.h:846
 msgid "Read a VLM configuration file as soon as VLM is started."
 msgstr ""
 
-#: src/libvlc.h:844
+#: src/libvlc.h:848
 #, fuzzy
 msgid "Use a plugins cache"
 msgstr "პლაგინის ქეშის გამოყენება"
 
-#: src/libvlc.h:846
+#: src/libvlc.h:850
 #, fuzzy
 msgid "Use a plugins cache which will greatly improve the startup time of VLC."
 msgstr "a ის."
 
-#: src/libvlc.h:848
+#: src/libvlc.h:852
 msgid "Collect statistics"
 msgstr ""
 
-#: src/libvlc.h:850
+#: src/libvlc.h:854
 msgid "Collect miscellaneous statistics."
 msgstr ""
 
-#: src/libvlc.h:852
+#: src/libvlc.h:856
 #, fuzzy
 msgid "Run as daemon process"
 msgstr "გაშვება"
 
-#: src/libvlc.h:854
+#: src/libvlc.h:858
 msgid "Runs VLC as a background daemon process."
 msgstr ""
 
-#: src/libvlc.h:856
+#: src/libvlc.h:860
 msgid "Write process id to file"
 msgstr ""
 
-#: src/libvlc.h:858
+#: src/libvlc.h:862
 msgid "Writes process id into specified file."
 msgstr ""
 
-#: src/libvlc.h:860
+#: src/libvlc.h:864
 msgid "Log to file"
 msgstr "პროტოკოლირება ფაილში"
 
-#: src/libvlc.h:862
+#: src/libvlc.h:866
 msgid "Log all VLC messages to a text file."
 msgstr ""
 
-#: src/libvlc.h:864
+#: src/libvlc.h:868
 msgid "Log to syslog"
 msgstr "პროტოკოლირება syslog-ში"
 
-#: src/libvlc.h:866
+#: src/libvlc.h:870
 msgid "Log all VLC messages to syslog (UNIX systems)."
 msgstr ""
 
-#: src/libvlc.h:868
+#: src/libvlc.h:872
 #, fuzzy
 msgid "Allow only one running instance"
 msgstr "დაუშვი"
 
-#: src/libvlc.h:870
+#: src/libvlc.h:874
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
 "example if you associated VLC with some media types and you don't want a new "
@@ -2658,29 +2669,29 @@ msgid ""
 "running instance or enqueue it."
 msgstr ""
 
-#: src/libvlc.h:876
+#: src/libvlc.h:880
 msgid "VLC is started from file association"
 msgstr ""
 
-#: src/libvlc.h:878
+#: src/libvlc.h:882
 msgid "Tell VLC that it is being launched due to a file association in the OS"
 msgstr ""
 
-#: src/libvlc.h:881
+#: src/libvlc.h:885
 #, fuzzy
 msgid "One instance when started from file"
 msgstr "დაუშვი"
 
-#: src/libvlc.h:883
+#: src/libvlc.h:887
 #, fuzzy
 msgid "Allow only one running instance when started from file."
 msgstr "დაუშვი"
 
-#: src/libvlc.h:885
+#: src/libvlc.h:889
 msgid "Increase the priority of the process"
 msgstr ""
 
-#: src/libvlc.h:887
+#: src/libvlc.h:891
 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 "
@@ -2690,22 +2701,22 @@ msgid ""
 "machine."
 msgstr ""
 
-#: src/libvlc.h:894
+#: src/libvlc.h:898
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr ""
 
-#: src/libvlc.h:896
+#: src/libvlc.h:900
 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:901
+#: src/libvlc.h:905
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr ""
 
-#: src/libvlc.h:904
+#: src/libvlc.h:908
 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 "
@@ -2714,198 +2725,208 @@ msgid ""
 "fastest but slightly incorrect), 1 (default) and 2."
 msgstr ""
 
-#: src/libvlc.h:913
+#: src/libvlc.h:917
 msgid "Enqueue items to playlist when in one instance mode"
 msgstr ""
 
-#: src/libvlc.h:915
+#: src/libvlc.h:919
 msgid ""
 "When using the one instance only option, enqueue items to playlist and keep "
 "playing current item."
 msgstr ""
 
-#: src/libvlc.h:924
+#: src/libvlc.h:928
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
 msgstr ""
 
-#: src/libvlc.h:927
+#: src/libvlc.h:931
 msgid "Automatically preparse files"
 msgstr ""
 
-#: src/libvlc.h:929
+#: src/libvlc.h:933
 msgid ""
 "Automatically preparse files added to the playlist (to retrieve some "
 "metadata)."
 msgstr ""
 
-#: src/libvlc.h:932
+#: src/libvlc.h:936
 msgid "Services discovery modules"
 msgstr ""
 
-#: src/libvlc.h:934
+#: src/libvlc.h:938
 msgid ""
 "Specifies the services discovery modules to load, separated by semi-colons. "
 "Typical values are sap, hal, ..."
 msgstr ""
 
-#: src/libvlc.h:937
+#: src/libvlc.h:941
 msgid "Play files randomly forever"
 msgstr ""
 
-#: src/libvlc.h:939
+#: src/libvlc.h:943
 msgid "VLC will randomly play files in the playlist until interrupted."
 msgstr ""
 
-#: src/libvlc.h:941
+#: src/libvlc.h:945
 msgid "Repeat all"
 msgstr "ყველას გამეორება"
 
-#: src/libvlc.h:943
+#: src/libvlc.h:947
 msgid "VLC will keep playing the playlist indefinitely."
 msgstr ""
 
-#: src/libvlc.h:945
+#: src/libvlc.h:949
 msgid "Repeat current item"
 msgstr "ახლანდელი ელემენტის გამეორება"
 
-#: src/libvlc.h:947
+#: src/libvlc.h:951
 msgid "VLC will keep playing the current playlist item."
 msgstr ""
 
-#: src/libvlc.h:949
+#: src/libvlc.h:953
 msgid "Play and stop"
 msgstr "დაკვრა და შეჩერება"
 
-#: src/libvlc.h:951
+#: src/libvlc.h:955
 msgid "Stop the playlist after each played playlist item."
 msgstr ""
 
-#: src/libvlc.h:953
+#: src/libvlc.h:957
+#, fuzzy
+msgid "Play and exit"
+msgstr "დაკვრა და შეჩერება"
+
+#: src/libvlc.h:959
+#, fuzzy
+msgid "Exit if there are no more items in the playlist."
+msgstr "არა დუიმი სია"
+
+#: src/libvlc.h:961
 #, fuzzy
 msgid "Use media library"
 msgstr "VLC მედია დამკვრელი"
 
-#: src/libvlc.h:955
+#: src/libvlc.h:963
 msgid ""
 "The media library is automatically saved and reloaded each time you start "
 "VLC."
 msgstr ""
 
-#: src/libvlc.h:958
+#: src/libvlc.h:966
 #, fuzzy
 msgid "Use playlist tree"
 msgstr "შემდეგი სია"
 
-#: src/libvlc.h:960
+#: src/libvlc.h:968
 msgid ""
 "The playlist can use a tree to categorize some items, like the contents of a "
 "directory. \"Default\" means that the tree will only be used when really "
 "needed."
 msgstr ""
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Always"
 msgstr "მუდმივად წინა პლანზე"
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Never"
 msgstr "ახალი"
 
-#: src/libvlc.h:973
+#: src/libvlc.h:981
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr ""
 
-#: src/libvlc.h:976 src/video_output/vout_intf.c:408
+#: src/libvlc.h:984 src/video_output/vout_intf.c:408
 #: modules/gui/beos/VideoOutput.cpp:1057 modules/gui/macosx/applescript.m:126
-#: modules/gui/macosx/controls.m:338 modules/gui/macosx/controls.m:754
-#: modules/gui/macosx/controls.m:784 modules/gui/macosx/embeddedwindow.m:44
+#: modules/gui/macosx/controls.m:344 modules/gui/macosx/controls.m:760
+#: modules/gui/macosx/controls.m:790 modules/gui/macosx/embeddedwindow.m:44
 #: modules/gui/macosx/intf.m:497 modules/gui/macosx/intf.m:573
 #: modules/gui/macosx/intf.m:629
 msgid "Fullscreen"
 msgstr "მთლიან ეკრანზე"
 
-#: src/libvlc.h:977
+#: src/libvlc.h:985
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr ""
 
-#: src/libvlc.h:978 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
+#: src/libvlc.h:986 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
 #: modules/gui/wxwidgets/interface.cpp:1504
 msgid "Play/Pause"
 msgstr "დაკვრა/პაუზა"
 
-#: src/libvlc.h:979
+#: src/libvlc.h:987
 msgid "Select the hotkey to use to swap paused state."
 msgstr ""
 
-#: src/libvlc.h:980
+#: src/libvlc.h:988
 msgid "Pause only"
 msgstr "მხოლოდ დაპაუზება"
 
-#: src/libvlc.h:981
+#: src/libvlc.h:989
 msgid "Select the hotkey to use to pause."
 msgstr ""
 
-#: src/libvlc.h:982
+#: src/libvlc.h:990
 msgid "Play only"
 msgstr "მხოლოდ დაკვრა"
 
-#: src/libvlc.h:983
+#: src/libvlc.h:991
 msgid "Select the hotkey to use to play."
 msgstr ""
 
-#: src/libvlc.h:984 modules/control/hotkeys.c:713
-#: modules/gui/macosx/controls.m:687 modules/gui/macosx/intf.m:538
+#: src/libvlc.h:992 modules/control/hotkeys.c:713
+#: modules/gui/macosx/controls.m:693 modules/gui/macosx/intf.m:538
 #: modules/gui/wxwidgets/interface.cpp:695
 msgid "Faster"
 msgstr ""
 
-#: src/libvlc.h:985
+#: src/libvlc.h:993
 msgid "Select the hotkey to use for fast forward playback."
 msgstr ""
 
-#: src/libvlc.h:986 modules/control/hotkeys.c:721
-#: modules/gui/macosx/controls.m:688 modules/gui/macosx/intf.m:539
+#: src/libvlc.h:994 modules/control/hotkeys.c:721
+#: modules/gui/macosx/controls.m:694 modules/gui/macosx/intf.m:539
 #: modules/gui/wxwidgets/interface.cpp:694
 msgid "Slower"
 msgstr ""
 
-#: src/libvlc.h:987
+#: src/libvlc.h:995
 msgid "Select the hotkey to use for slow motion playback."
 msgstr ""
 
-#: src/libvlc.h:988 modules/control/hotkeys.c:680
-#: modules/gui/macosx/controls.m:708 modules/gui/macosx/intf.m:496
+#: src/libvlc.h:996 modules/control/hotkeys.c:680
+#: modules/gui/macosx/controls.m:714 modules/gui/macosx/intf.m:496
 #: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:617
 #: modules/gui/macosx/intf.m:625 modules/gui/macosx/wizard.m:313
 #: modules/gui/macosx/wizard.m:364 modules/gui/macosx/wizard.m:1606
 #: modules/gui/wxwidgets/interface.cpp:693
 #: modules/gui/wxwidgets/interface.cpp:1509
-#: modules/gui/wxwidgets/menus.cpp:258
+#: modules/gui/wxwidgets/menus.cpp:259
 msgid "Next"
 msgstr "შემდეგი"
 
-#: src/libvlc.h:989
+#: src/libvlc.h:997
 msgid "Select the hotkey to use to skip to the next item in the playlist."
 msgstr ""
 
-#: src/libvlc.h:990 modules/control/hotkeys.c:692
-#: modules/gui/macosx/controls.m:707 modules/gui/macosx/intf.m:491
+#: src/libvlc.h:998 modules/control/hotkeys.c:692
+#: modules/gui/macosx/controls.m:713 modules/gui/macosx/intf.m:491
 #: modules/gui/macosx/intf.m:540 modules/gui/macosx/intf.m:618
 #: modules/gui/macosx/intf.m:624 modules/gui/wxwidgets/interface.cpp:692
 #: modules/gui/wxwidgets/interface.cpp:1508
-#: modules/gui/wxwidgets/menus.cpp:257
+#: modules/gui/wxwidgets/menus.cpp:258
 msgid "Previous"
 msgstr "წინა"
 
-#: src/libvlc.h:991
+#: src/libvlc.h:999
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
 msgstr ""
 
-#: src/libvlc.h:992 modules/gui/macosx/controls.m:699
+#: src/libvlc.h:1000 modules/gui/macosx/controls.m:705
 #: modules/gui/macosx/intf.m:494 modules/gui/macosx/intf.m:537
 #: modules/gui/macosx/intf.m:616 modules/gui/macosx/intf.m:623
 #: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
@@ -2913,594 +2934,594 @@ msgstr ""
 #: modules/gui/wxwidgets/interface.cpp:676
 #: modules/gui/wxwidgets/interface.cpp:687
 #: modules/gui/wxwidgets/interface.cpp:1510
-#: modules/gui/wxwidgets/menus.cpp:256 modules/visualization/xosd.c:237
+#: modules/gui/wxwidgets/menus.cpp:257 modules/visualization/xosd.c:237
 msgid "Stop"
 msgstr "შეჩერება"
 
-#: src/libvlc.h:993
+#: src/libvlc.h:1001
 msgid "Select the hotkey to stop playback."
 msgstr ""
 
-#: src/libvlc.h:994 modules/gui/macosx/bookmarks.m:101
+#: src/libvlc.h:1002 modules/gui/macosx/bookmarks.m:101
 #: modules/gui/macosx/bookmarks.m:110 modules/gui/macosx/embeddedwindow.m:46
 #: modules/gui/macosx/intf.m:499 modules/video_filter/marq.c:122
 #: modules/video_filter/rss.c:174
 msgid "Position"
 msgstr "პოზიცია"
 
-#: src/libvlc.h:995
+#: src/libvlc.h:1003
 msgid "Select the hotkey to display the position."
 msgstr ""
 
-#: src/libvlc.h:997
+#: src/libvlc.h:1005
 msgid "Very short backwards jump"
 msgstr ""
 
-#: src/libvlc.h:999
+#: src/libvlc.h:1007
 msgid "Select the hotkey to make a very short backwards jump."
 msgstr ""
 
-#: src/libvlc.h:1000
+#: src/libvlc.h:1008
 msgid "Short backwards jump"
 msgstr ""
 
-#: src/libvlc.h:1002
+#: src/libvlc.h:1010
 msgid "Select the hotkey to make a short backwards jump."
 msgstr ""
 
-#: src/libvlc.h:1003
+#: src/libvlc.h:1011
 msgid "Medium backwards jump"
 msgstr ""
 
-#: src/libvlc.h:1005
+#: src/libvlc.h:1013
 msgid "Select the hotkey to make a medium backwards jump."
 msgstr ""
 
-#: src/libvlc.h:1006
+#: src/libvlc.h:1014
 msgid "Long backwards jump"
 msgstr ""
 
-#: src/libvlc.h:1008
+#: src/libvlc.h:1016
 msgid "Select the hotkey to make a long backwards jump."
 msgstr ""
 
-#: src/libvlc.h:1010
+#: src/libvlc.h:1018
 msgid "Very short forward jump"
 msgstr ""
 
-#: src/libvlc.h:1012
+#: src/libvlc.h:1020
 msgid "Select the hotkey to make a very short forward jump."
 msgstr ""
 
-#: src/libvlc.h:1013
+#: src/libvlc.h:1021
 msgid "Short forward jump"
 msgstr ""
 
-#: src/libvlc.h:1015
+#: src/libvlc.h:1023
 msgid "Select the hotkey to make a short forward jump."
 msgstr ""
 
-#: src/libvlc.h:1016
+#: src/libvlc.h:1024
 msgid "Medium forward jump"
 msgstr ""
 
-#: src/libvlc.h:1018
+#: src/libvlc.h:1026
 msgid "Select the hotkey to make a medium forward jump."
 msgstr ""
 
-#: src/libvlc.h:1019
+#: src/libvlc.h:1027
 msgid "Long forward jump"
 msgstr ""
 
-#: src/libvlc.h:1021
+#: src/libvlc.h:1029
 msgid "Select the hotkey to make a long forward jump."
 msgstr ""
 
-#: src/libvlc.h:1023
+#: src/libvlc.h:1031
 msgid "Very short jump length"
 msgstr ""
 
-#: src/libvlc.h:1024
+#: src/libvlc.h:1032
 msgid "Very short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1025
+#: src/libvlc.h:1033
 msgid "Short jump length"
 msgstr ""
 
-#: src/libvlc.h:1026
+#: src/libvlc.h:1034
 msgid "Short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1027
+#: src/libvlc.h:1035
 #, fuzzy
 msgid "Medium jump length"
 msgstr "საშუალო"
 
-#: src/libvlc.h:1028
+#: src/libvlc.h:1036
 #, fuzzy
 msgid "Medium jump length, in seconds."
 msgstr "საშუალო დუიმი წამი."
 
-#: src/libvlc.h:1029
+#: src/libvlc.h:1037
 #, fuzzy
 msgid "Long jump length"
 msgstr "სიდიდე"
 
-#: src/libvlc.h:1030
+#: src/libvlc.h:1038
 #, fuzzy
 msgid "Long jump length, in seconds."
 msgstr "დუიმი წამი."
 
-#: src/libvlc.h:1032 modules/control/hotkeys.c:258
+#: src/libvlc.h:1040 modules/control/hotkeys.c:258
 #: modules/gui/beos/InterfaceWindow.cpp:276
 msgid "Quit"
 msgstr "გამოსვლა"
 
-#: src/libvlc.h:1033
+#: src/libvlc.h:1041
 msgid "Select the hotkey to quit the application."
 msgstr ""
 
-#: src/libvlc.h:1034
+#: src/libvlc.h:1042
 msgid "Navigate up"
 msgstr ""
 
-#: src/libvlc.h:1035
+#: src/libvlc.h:1043
 #, fuzzy
 msgid "Select the key to move the selector up in DVD menus."
 msgstr "არჩევა გასაღები -სკენ დუიმი DVD."
 
-#: src/libvlc.h:1036
+#: src/libvlc.h:1044
 msgid "Navigate down"
 msgstr ""
 
-#: src/libvlc.h:1037
+#: src/libvlc.h:1045
 msgid "Select the key to move the selector down in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1038
+#: src/libvlc.h:1046
 #, fuzzy
 msgid "Navigate left"
 msgstr "მარცხენა"
 
-#: src/libvlc.h:1039
+#: src/libvlc.h:1047
 msgid "Select the key to move the selector left in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1040
+#: src/libvlc.h:1048
 #, fuzzy
 msgid "Navigate right"
 msgstr "მარჯვენა"
 
-#: src/libvlc.h:1041
+#: src/libvlc.h:1049
 msgid "Select the key to move the selector right in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1042
+#: src/libvlc.h:1050
 msgid "Activate"
 msgstr "გააქტიურება"
 
-#: src/libvlc.h:1043
+#: src/libvlc.h:1051
 msgid "Select the key to activate selected item in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1044
+#: src/libvlc.h:1052
 msgid "Go to the DVD menu"
 msgstr "გადადი DVD-ს მენიუში"
 
-#: src/libvlc.h:1045
+#: src/libvlc.h:1053
 msgid "Select the key to take you to the DVD menu"
 msgstr ""
 
-#: src/libvlc.h:1046
+#: src/libvlc.h:1054
 #, fuzzy
 msgid "Select previous DVD title"
 msgstr "არჩევა DVD სათაური"
 
-#: src/libvlc.h:1047
+#: src/libvlc.h:1055
 msgid "Select the key to choose the previous title from the DVD"
 msgstr ""
 
-#: src/libvlc.h:1048
+#: src/libvlc.h:1056
 #, fuzzy
 msgid "Select next DVD title"
 msgstr "არჩევა DVD სათაური"
 
-#: src/libvlc.h:1049
+#: src/libvlc.h:1057
 msgid "Select the key to choose the next title from the DVD"
 msgstr ""
 
-#: src/libvlc.h:1050
+#: src/libvlc.h:1058
 #, fuzzy
 msgid "Select prev DVD chapter"
 msgstr "არჩევა DVD"
 
-#: src/libvlc.h:1051
+#: src/libvlc.h:1059
 msgid "Select the key to choose the previous chapter from the DVD"
 msgstr ""
 
-#: src/libvlc.h:1052
+#: src/libvlc.h:1060
 #, fuzzy
 msgid "Select next DVD chapter"
 msgstr "DVD"
 
-#: src/libvlc.h:1053
+#: src/libvlc.h:1061
 msgid "Select the key to choose the next chapter from the DVD"
 msgstr ""
 
-#: src/libvlc.h:1054
+#: src/libvlc.h:1062
 msgid "Volume up"
 msgstr "ხმის აწევა"
 
-#: src/libvlc.h:1055
+#: src/libvlc.h:1063
 msgid "Select the key to increase audio volume."
 msgstr ""
 
-#: src/libvlc.h:1056
+#: src/libvlc.h:1064
 msgid "Volume down"
 msgstr "ხმის ჩაწევა"
 
-#: src/libvlc.h:1057
+#: src/libvlc.h:1065
 msgid "Select the key to decrease audio volume."
 msgstr ""
 
-#: src/libvlc.h:1058 modules/gui/macosx/controls.m:744
+#: src/libvlc.h:1066 modules/gui/macosx/controls.m:750
 #: modules/gui/macosx/intf.m:558 modules/gui/macosx/intf.m:619
 #: modules/gui/macosx/intf.m:628
 msgid "Mute"
 msgstr "გააჩუმე"
 
-#: src/libvlc.h:1059
+#: src/libvlc.h:1067
 msgid "Select the key to mute audio."
 msgstr ""
 
-#: src/libvlc.h:1060
+#: src/libvlc.h:1068
 #, fuzzy
 msgid "Subtitle delay up"
 msgstr "ტიტრები"
 
-#: src/libvlc.h:1061
+#: src/libvlc.h:1069
 msgid "Select the key to increase the subtitle delay."
 msgstr ""
 
-#: src/libvlc.h:1062
+#: src/libvlc.h:1070
 #, fuzzy
 msgid "Subtitle delay down"
 msgstr "ტიტრები"
 
-#: src/libvlc.h:1063
+#: src/libvlc.h:1071
 msgid "Select the key to decrease the subtitle delay."
 msgstr ""
 
-#: src/libvlc.h:1064
+#: src/libvlc.h:1072
 #, fuzzy
 msgid "Audio delay up"
 msgstr "აუდიო"
 
-#: src/libvlc.h:1065
+#: src/libvlc.h:1073
 msgid "Select the key to increase the audio delay."
 msgstr ""
 
-#: src/libvlc.h:1066
+#: src/libvlc.h:1074
 #, fuzzy
 msgid "Audio delay down"
 msgstr "აუდიო"
 
-#: src/libvlc.h:1067
+#: src/libvlc.h:1075
 msgid "Select the key to decrease the audio delay."
 msgstr ""
 
-#: src/libvlc.h:1068
+#: src/libvlc.h:1076
 #, fuzzy
 msgid "Play playlist bookmark 1"
 msgstr "დაკვრა სია 1"
 
-#: src/libvlc.h:1069
+#: src/libvlc.h:1077
 #, fuzzy
 msgid "Play playlist bookmark 2"
 msgstr "დაკვრა სია 2"
 
-#: src/libvlc.h:1070
+#: src/libvlc.h:1078
 #, fuzzy
 msgid "Play playlist bookmark 3"
 msgstr "დაკვრა სია 3"
 
-#: src/libvlc.h:1071
+#: src/libvlc.h:1079
 #, fuzzy
 msgid "Play playlist bookmark 4"
 msgstr "დაკვრა სია 4"
 
-#: src/libvlc.h:1072
+#: src/libvlc.h:1080
 #, fuzzy
 msgid "Play playlist bookmark 5"
 msgstr "დაკვრა სია 5"
 
-#: src/libvlc.h:1073
+#: src/libvlc.h:1081
 #, fuzzy
 msgid "Play playlist bookmark 6"
 msgstr "დაკვრა სია 6"
 
-#: src/libvlc.h:1074
+#: src/libvlc.h:1082
 #, fuzzy
 msgid "Play playlist bookmark 7"
 msgstr "დაკვრა სია 7"
 
-#: src/libvlc.h:1075
+#: src/libvlc.h:1083
 #, fuzzy
 msgid "Play playlist bookmark 8"
 msgstr "დაკვრა სია 8"
 
-#: src/libvlc.h:1076
+#: src/libvlc.h:1084
 #, fuzzy
 msgid "Play playlist bookmark 9"
 msgstr "დაკვრა სია 9"
 
-#: src/libvlc.h:1077
+#: src/libvlc.h:1085
 #, fuzzy
 msgid "Play playlist bookmark 10"
 msgstr "დაკვრა სია 10"
 
-#: src/libvlc.h:1078
+#: src/libvlc.h:1086
 #, fuzzy
 msgid "Select the key to play this bookmark."
 msgstr "არჩევა გასაღები -სკენ."
 
-#: src/libvlc.h:1079
+#: src/libvlc.h:1087
 #, fuzzy
 msgid "Set playlist bookmark 1"
 msgstr "სია 1"
 
-#: src/libvlc.h:1080
+#: src/libvlc.h:1088
 #, fuzzy
 msgid "Set playlist bookmark 2"
 msgstr "სია 2"
 
-#: src/libvlc.h:1081
+#: src/libvlc.h:1089
 #, fuzzy
 msgid "Set playlist bookmark 3"
 msgstr "სია 3"
 
-#: src/libvlc.h:1082
+#: src/libvlc.h:1090
 #, fuzzy
 msgid "Set playlist bookmark 4"
 msgstr "სია 4"
 
-#: src/libvlc.h:1083
+#: src/libvlc.h:1091
 #, fuzzy
 msgid "Set playlist bookmark 5"
 msgstr "სია 5"
 
-#: src/libvlc.h:1084
+#: src/libvlc.h:1092
 #, fuzzy
 msgid "Set playlist bookmark 6"
 msgstr "სია 6"
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1093
 #, fuzzy
 msgid "Set playlist bookmark 7"
 msgstr "სია 7"
 
-#: src/libvlc.h:1086
+#: src/libvlc.h:1094
 #, fuzzy
 msgid "Set playlist bookmark 8"
 msgstr "სია 8"
 
-#: src/libvlc.h:1087
+#: src/libvlc.h:1095
 #, fuzzy
 msgid "Set playlist bookmark 9"
 msgstr "სია 9"
 
-#: src/libvlc.h:1088
+#: src/libvlc.h:1096
 #, fuzzy
 msgid "Set playlist bookmark 10"
 msgstr "სია 10"
 
-#: src/libvlc.h:1089
+#: src/libvlc.h:1097
 #, fuzzy
 msgid "Select the key to set this playlist bookmark."
 msgstr "არჩევა გასაღები -სკენ სია."
 
-#: src/libvlc.h:1091 modules/control/hotkeys.c:84
+#: src/libvlc.h:1099 modules/control/hotkeys.c:84
 msgid "Playlist bookmark 1"
 msgstr "სიის სანიშნე 1"
 
-#: src/libvlc.h:1092 modules/control/hotkeys.c:85
+#: src/libvlc.h:1100 modules/control/hotkeys.c:85
 msgid "Playlist bookmark 2"
 msgstr "სიის სანიშნე 2"
 
-#: src/libvlc.h:1093 modules/control/hotkeys.c:86
+#: src/libvlc.h:1101 modules/control/hotkeys.c:86
 msgid "Playlist bookmark 3"
 msgstr "სიის სანიშნე 3"
 
-#: src/libvlc.h:1094 modules/control/hotkeys.c:87
+#: src/libvlc.h:1102 modules/control/hotkeys.c:87
 msgid "Playlist bookmark 4"
 msgstr "სიის სანიშნე 4"
 
-#: src/libvlc.h:1095 modules/control/hotkeys.c:88
+#: src/libvlc.h:1103 modules/control/hotkeys.c:88
 msgid "Playlist bookmark 5"
 msgstr "სიის სანიშნე 5"
 
-#: src/libvlc.h:1096 modules/control/hotkeys.c:89
+#: src/libvlc.h:1104 modules/control/hotkeys.c:89
 msgid "Playlist bookmark 6"
 msgstr "სიის სანიშნე 6"
 
-#: src/libvlc.h:1097 modules/control/hotkeys.c:90
+#: src/libvlc.h:1105 modules/control/hotkeys.c:90
 msgid "Playlist bookmark 7"
 msgstr "სიის სანიშნე 7"
 
-#: src/libvlc.h:1098 modules/control/hotkeys.c:91
+#: src/libvlc.h:1106 modules/control/hotkeys.c:91
 msgid "Playlist bookmark 8"
 msgstr "სიის სანიშნე 8"
 
-#: src/libvlc.h:1099 modules/control/hotkeys.c:92
+#: src/libvlc.h:1107 modules/control/hotkeys.c:92
 msgid "Playlist bookmark 9"
 msgstr "სიის სანიშნე 9"
 
-#: src/libvlc.h:1100 modules/control/hotkeys.c:93
+#: src/libvlc.h:1108 modules/control/hotkeys.c:93
 msgid "Playlist bookmark 10"
 msgstr "სიის სანიშნე 10"
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1110
 msgid "This allows you to define playlist bookmarks."
 msgstr ""
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1112
 #, fuzzy
 msgid "Go back in browsing history"
 msgstr "გადასვლა დუიმი"
 
-#: src/libvlc.h:1105
+#: src/libvlc.h:1113
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1114
 #, fuzzy
 msgid "Go forward in browsing history"
 msgstr "გადასვლა დუიმი"
 
-#: src/libvlc.h:1107
+#: src/libvlc.h:1115
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:1109
+#: src/libvlc.h:1117
 #, fuzzy
 msgid "Cycle audio track"
 msgstr "აუდიო"
 
-#: src/libvlc.h:1110
+#: src/libvlc.h:1118
 #, fuzzy
 msgid "Cycle through the available audio tracks(languages)."
 msgstr "აუდიო."
 
-#: src/libvlc.h:1111
+#: src/libvlc.h:1119
 msgid "Cycle subtitle track"
 msgstr ""
 
-#: src/libvlc.h:1112
+#: src/libvlc.h:1120
 #, fuzzy
 msgid "Cycle through the available subtitle tracks."
 msgstr "აუდიო"
 
-#: src/libvlc.h:1113
+#: src/libvlc.h:1121
 #, fuzzy
 msgid "Cycle source aspect ratio"
 msgstr "წყარო"
 
-#: src/libvlc.h:1114
+#: src/libvlc.h:1122
 msgid "Cycle through a predefined list of source aspect ratios."
 msgstr ""
 
-#: src/libvlc.h:1115
+#: src/libvlc.h:1123
 #, fuzzy
 msgid "Cycle video crop"
 msgstr "ვიდეო"
 
-#: src/libvlc.h:1116
+#: src/libvlc.h:1124
 msgid "Cycle through a predefined list of crop formats."
 msgstr ""
 
-#: src/libvlc.h:1117
+#: src/libvlc.h:1125
 #, fuzzy
 msgid "Cycle deinterlace modes"
 msgstr "დეინტერლაცია"
 
-#: src/libvlc.h:1118
+#: src/libvlc.h:1126
 #, fuzzy
 msgid "Cycle through deinterlace modes."
 msgstr "ყველა"
 
-#: src/libvlc.h:1119
+#: src/libvlc.h:1127
 msgid "Show interface"
 msgstr "ინტერფეისის ჩვენება"
 
-#: src/libvlc.h:1120
+#: src/libvlc.h:1128
 #, fuzzy
 msgid "Raise the interface above all other windows."
 msgstr "ყველა სხვა."
 
-#: src/libvlc.h:1121
+#: src/libvlc.h:1129
 msgid "Hide interface"
 msgstr "ინტერფეისის დამალვა"
 
-#: src/libvlc.h:1122
+#: src/libvlc.h:1130
 #, fuzzy
 msgid "Lower the interface below all other windows."
 msgstr "უფრო დაბლა ყველა სხვა."
 
-#: src/libvlc.h:1123
+#: src/libvlc.h:1131
 #, fuzzy
 msgid "Take video snapshot"
 msgstr "ვიდეო"
 
-#: src/libvlc.h:1124
+#: src/libvlc.h:1132
 #, fuzzy
 msgid "Takes a video snapshot and writes it to disk."
 msgstr "a ვიდეო და -სკენ."
 
-#: src/libvlc.h:1126 modules/access_filter/record.c:51
+#: src/libvlc.h:1134 modules/access_filter/record.c:51
 #: modules/access_filter/record.c:52
 msgid "Record"
 msgstr ""
 
-#: src/libvlc.h:1127
+#: src/libvlc.h:1135
 #, fuzzy
 msgid "Record access filter start/stop."
 msgstr "შეჩერება."
 
-#: src/libvlc.h:1129 src/libvlc.h:1130 src/video_output/vout_intf.c:211
+#: src/libvlc.h:1137 src/libvlc.h:1138 src/video_output/vout_intf.c:211
 msgid "Zoom"
 msgstr "გადიდება"
 
-#: src/libvlc.h:1132 src/libvlc.h:1133
+#: src/libvlc.h:1140 src/libvlc.h:1141
 #, fuzzy
 msgid "Un-Zoom"
 msgstr "გადიდება"
 
-#: src/libvlc.h:1135 src/libvlc.h:1136
+#: src/libvlc.h:1143 src/libvlc.h:1144
 #, fuzzy
 msgid "Crop one pixel from the top of the video"
 msgstr "ის პიქსელი -სკენ ზემოთ ის ვიდეო."
 
-#: src/libvlc.h:1137 src/libvlc.h:1138
+#: src/libvlc.h:1145 src/libvlc.h:1146
 #, fuzzy
 msgid "Uncrop one pixel from the top of the video"
 msgstr "ის პიქსელი -სკენ ზემოთ ის ვიდეო."
 
-#: src/libvlc.h:1140 src/libvlc.h:1141
+#: src/libvlc.h:1148 src/libvlc.h:1149
 #, fuzzy
 msgid "Crop one pixel from the left of the video"
 msgstr "ის პიქსელი -სკენ მარცხენა ის ვიდეო."
 
-#: src/libvlc.h:1142 src/libvlc.h:1143
+#: src/libvlc.h:1150 src/libvlc.h:1151
 #, fuzzy
 msgid "Uncrop one pixel from the left of the video"
 msgstr "ის პიქსელი -სკენ მარცხენა ის ვიდეო."
 
-#: src/libvlc.h:1145 src/libvlc.h:1146
+#: src/libvlc.h:1153 src/libvlc.h:1154
 #, fuzzy
 msgid "Crop one pixel from the bottom of the video"
 msgstr "ის პიქსელი -სკენ ქვემოთ ის ვიდეო."
 
-#: src/libvlc.h:1147 src/libvlc.h:1148
+#: src/libvlc.h:1155 src/libvlc.h:1156
 #, fuzzy
 msgid "Uncrop one pixel from the bottom of the video"
 msgstr "ის პიქსელი -სკენ ქვემოთ ის ვიდეო."
 
-#: src/libvlc.h:1150 src/libvlc.h:1151
+#: src/libvlc.h:1158 src/libvlc.h:1159
 #, fuzzy
 msgid "Crop one pixel from the right of the video"
 msgstr "ის პიქსელი -სკენ მარჯვენა ის ვიდეო."
 
-#: src/libvlc.h:1152 src/libvlc.h:1153
+#: src/libvlc.h:1160 src/libvlc.h:1161
 #, fuzzy
 msgid "Uncrop one pixel from the right of the video"
 msgstr "ის პიქსელი -სკენ მარჯვენა ის ვიდეო."
 
-#: src/libvlc.h:1157
+#: src/libvlc.h:1165
 #, c-format
 msgid ""
 "Usage: %s [options] [stream] ...\n"
@@ -3537,60 +3558,60 @@ msgid ""
 "  vlc:quit                       Special item to quit VLC\n"
 msgstr ""
 
-#: src/libvlc.h:1267 src/video_output/vout_intf.c:420
-#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:753
+#: src/libvlc.h:1277 src/video_output/vout_intf.c:420
+#: modules/gui/macosx/controls.m:328 modules/gui/macosx/controls.m:759
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:630
 #: modules/video_output/snapshot.c:76
 msgid "Snapshot"
 msgstr "სურათის გადაღება"
 
-#: src/libvlc.h:1280
+#: src/libvlc.h:1290
 msgid "Window properties"
 msgstr "ფანჯრის პარამეტრები"
 
-#: src/libvlc.h:1325
+#: src/libvlc.h:1335
 msgid "Subpictures"
 msgstr ""
 
-#: src/libvlc.h:1332 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
+#: src/libvlc.h:1342 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
 #: modules/gui/beos/InterfaceWindow.cpp:279
 msgid "Subtitles"
 msgstr "ტიტრები"
 
-#: src/libvlc.h:1349 modules/stream_out/transcode.c:151
+#: src/libvlc.h:1359 modules/stream_out/transcode.c:151
 msgid "Overlays"
 msgstr ""
 
-#: src/libvlc.h:1359
+#: src/libvlc.h:1369
 msgid "Track settings"
 msgstr "კვალის პარამეტრები"
 
-#: src/libvlc.h:1381
+#: src/libvlc.h:1391
 #, fuzzy
 msgid "Playback control"
 msgstr "გაშვება"
 
-#: src/libvlc.h:1396
+#: src/libvlc.h:1406
 msgid "Default devices"
 msgstr ""
 
-#: src/libvlc.h:1405
+#: src/libvlc.h:1415
 msgid "Network settings"
 msgstr "ქსელის პარამეტრები"
 
-#: src/libvlc.h:1417
+#: src/libvlc.h:1427
 msgid "Socks proxy"
 msgstr "Socks პროქსი"
 
-#: src/libvlc.h:1426
+#: src/libvlc.h:1436
 msgid "Metadata"
 msgstr ""
 
-#: src/libvlc.h:1456
+#: src/libvlc.h:1466
 msgid "Decoders"
 msgstr "დეკოდერები"
 
-#: src/libvlc.h:1463 modules/access/v4l2.c:56
+#: src/libvlc.h:1473 modules/access/v4l2.c:56
 #: modules/gui/macosx/playlistinfo.m:80
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:265
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:378
@@ -3598,81 +3619,81 @@ msgstr "დეკოდერები"
 msgid "Input"
 msgstr "შესავალი"
 
-#: src/libvlc.h:1499 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
+#: src/libvlc.h:1509 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
 msgid "VLM"
 msgstr "VLM"
 
-#: src/libvlc.h:1530
+#: src/libvlc.h:1540
 msgid "CPU"
 msgstr "CPU"
 
-#: src/libvlc.h:1552
+#: src/libvlc.h:1562
 msgid "Special modules"
 msgstr "სპეციალური მოდულები"
 
-#: src/libvlc.h:1559
+#: src/libvlc.h:1569
 msgid "Plugins"
 msgstr "პლაგინები"
 
-#: src/libvlc.h:1567
+#: src/libvlc.h:1577
 msgid "Performance options"
 msgstr ""
 
-#: src/libvlc.h:1700
+#: src/libvlc.h:1714
 msgid "Hot keys"
 msgstr "ცხელი ღილაკები"
 
-#: src/libvlc.h:2011
+#: src/libvlc.h:2025
 #, fuzzy
 msgid "Jump sizes"
 msgstr "სიდიდე"
 
-#: src/libvlc.h:2090
+#: src/libvlc.h:2104
 msgid "main program"
 msgstr "მთავარი პროგრამა"
 
-#: src/libvlc.h:2097
+#: src/libvlc.h:2111
 msgid "print help for VLC (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:2099
+#: src/libvlc.h:2113
 msgid ""
 "print help for VLC and all its modules (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:2101
+#: src/libvlc.h:2115
 msgid "print help for the advanced options"
 msgstr ""
 
-#: src/libvlc.h:2103
+#: src/libvlc.h:2117
 msgid "ask for extra verbosity when displaying help"
 msgstr ""
 
-#: src/libvlc.h:2105
+#: src/libvlc.h:2119
 msgid "print a list of available modules"
 msgstr ""
 
-#: src/libvlc.h:2107
+#: src/libvlc.h:2121
 msgid "print help on a specific module (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:2109
+#: src/libvlc.h:2123
 msgid "save the current command line options in the config"
 msgstr ""
 
-#: src/libvlc.h:2111
+#: src/libvlc.h:2125
 msgid "reset the current config to the default values"
 msgstr ""
 
-#: src/libvlc.h:2113
+#: src/libvlc.h:2127
 msgid "use alternate config file"
 msgstr ""
 
-#: src/libvlc.h:2115
+#: src/libvlc.h:2129
 msgid "resets the current plugins cache"
 msgstr ""
 
-#: src/libvlc.h:2117
+#: src/libvlc.h:2131
 msgid "print version information"
 msgstr "აჩვენე ინფორმაცია ვერსიაზე"
 
@@ -4320,7 +4341,8 @@ msgstr "უცნობი"
 msgid "Media: %s"
 msgstr ""
 
-#: src/playlist/engine.c:92 src/playlist/engine.c:94
+#: src/playlist/engine.c:104 src/playlist/engine.c:106
+#: src/playlist/loadsave.c:149
 msgid "Media Library"
 msgstr ""
 
@@ -4381,17 +4403,8 @@ msgstr "ჩამოჭრა"
 msgid "Aspect-ratio"
 msgstr "გვერდების შეფარდება"
 
-#: modules/access/cdda/access.c:293
-msgid "CD reading failed"
-msgstr ""
-
-#: modules/access/cdda/access.c:294
-#, c-format
-msgid "VLC could not get a new block of size: %i."
-msgstr ""
-
 #: modules/access/cdda.c:58 modules/access/dshow/dshow.cpp:91
-#: modules/access/dvb/access.c:73 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:73
 #: modules/access/dvdnav.c:64 modules/access/dvdread.c:62
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:43
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4449,7 +4462,16 @@ msgstr "აუდიო CD - კვალი "
 msgid "Audio CD - Track %i"
 msgstr "აუდიო CD - კვალი %i"
 
-#: modules/access/cdda/cdda.c:42 modules/access/directory.c:77
+#: modules/access/cdda/access.c:293
+msgid "CD reading failed"
+msgstr ""
+
+#: modules/access/cdda/access.c:294
+#, c-format
+msgid "VLC could not get a new block of size: %i."
+msgstr ""
+
+#: modules/access/cdda/cdda.c:42 modules/access/directory.c:78
 #: modules/codec/x264.c:280 modules/codec/x264.c:287 modules/codec/x264.c:292
 #, fuzzy
 msgid "none"
@@ -4697,11 +4719,11 @@ msgstr ""
 msgid "Track Number"
 msgstr "კვალის ნომერი"
 
-#: modules/access/directory.c:69
+#: modules/access/directory.c:70
 msgid "Subdirectory behavior"
 msgstr ""
 
-#: modules/access/directory.c:71
+#: modules/access/directory.c:72
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -4709,19 +4731,19 @@ msgid ""
 "expand: all subdirectories are expanded.\n"
 msgstr ""
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:78
 msgid "collapse"
 msgstr ""
 
-#: modules/access/directory.c:78
+#: modules/access/directory.c:79
 msgid "expand"
 msgstr ""
 
-#: modules/access/directory.c:80
+#: modules/access/directory.c:81
 msgid "Ignored extensions"
 msgstr ""
 
-#: modules/access/directory.c:82
+#: modules/access/directory.c:83
 msgid ""
 "Files with these extensions will not be added to playlist when opening a "
 "directory.\n"
@@ -4729,11 +4751,11 @@ msgid ""
 "instance. Use a comma-separated list of extensions."
 msgstr ""
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:90
 msgid "Directory"
 msgstr "დირექტორია"
 
-#: modules/access/directory.c:91
+#: modules/access/directory.c:92
 msgid "Standard filesystem directory input"
 msgstr ""
 
@@ -4946,6 +4968,18 @@ msgstr ""
 msgid "The capture device \"%s\" does not support the required parameters."
 msgstr ""
 
+#: modules/access/dv.c:70
+msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
+msgstr ""
+
+#: modules/access/dv.c:74
+msgid "Digital Video (Firewire/ieee1394)  input"
+msgstr ""
+
+#: modules/access/dv.c:75
+msgid "dv"
+msgstr "dv"
+
 #: modules/access/dvb/access.c:75
 #, fuzzy
 msgid ""
@@ -5212,18 +5246,6 @@ msgstr "ხმის რეგულაცია"
 msgid "The provided polarization \"%c\" is not valid."
 msgstr ""
 
-#: modules/access/dv.c:70
-msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
-msgstr ""
-
-#: modules/access/dv.c:74
-msgid "Digital Video (Firewire/ieee1394)  input"
-msgstr ""
-
-#: modules/access/dv.c:75
-msgid "dv"
-msgstr "dv"
-
 #: modules/access/dvdnav.c:60 modules/access/dvdread.c:58
 msgid "DVD angle"
 msgstr "DVD კუთხე"
@@ -5432,76 +5454,30 @@ msgstr ""
 msgid "VLC could not open file \"%s\" (%s)."
 msgstr ""
 
-#: modules/access_filter/record.c:43
-#, fuzzy
-msgid "Record directory"
-msgstr "დირექტორია"
+#: modules/access/ftp.c:45
+msgid ""
+"Caching value for FTP streams. This value should be set in milliseconds."
+msgstr ""
 
-#: modules/access_filter/record.c:45
-#, fuzzy
-msgid "Directory where the record will be stored."
-msgstr "დირექტორია."
+#: modules/access/ftp.c:47
+msgid "FTP user name"
+msgstr "FTP მომხმარებლის სახელი"
 
-#: modules/access_filter/timeshift.c:44
-msgid "Timeshift granularity"
+#: modules/access/ftp.c:48 modules/access/smb.c:64
+msgid "User name that will be used for the connection."
 msgstr ""
 
-#: modules/access_filter/timeshift.c:46
-#, fuzzy
-msgid ""
-"This is the size of the temporary files tha will be used to store the "
-"timeshifted streams."
-msgstr "სიდიდე ის -სკენ."
+#: modules/access/ftp.c:50
+msgid "FTP password"
+msgstr "FTP პაროლი"
 
-#: modules/access_filter/timeshift.c:48
-#, fuzzy
-msgid "Timeshift directory"
-msgstr "დირექტორია"
+#: modules/access/ftp.c:51 modules/access/smb.c:67
+msgid "Password that will be used for the connection."
+msgstr ""
 
-#: modules/access_filter/timeshift.c:49
-#, fuzzy
-msgid "Directory used to store the timeshift temporary files."
-msgstr "დირექტორია -სკენ."
-
-#: modules/access_filter/timeshift.c:51
-#, fuzzy
-msgid "Force use of the timeshift module"
-msgstr "დირექტორია -სკენ."
-
-#: modules/access_filter/timeshift.c:52
-msgid ""
-"Force use of the timeshift module even if the access declares that it can "
-"control pace or pause."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
-msgid "Timeshift"
-msgstr ""
-
-#: modules/access/ftp.c:45
-msgid ""
-"Caching value for FTP streams. This value should be set in milliseconds."
-msgstr ""
-
-#: modules/access/ftp.c:47
-msgid "FTP user name"
-msgstr "FTP მომხმარებლის სახელი"
-
-#: modules/access/ftp.c:48 modules/access/smb.c:64
-msgid "User name that will be used for the connection."
-msgstr ""
-
-#: modules/access/ftp.c:50
-msgid "FTP password"
-msgstr "FTP პაროლი"
-
-#: modules/access/ftp.c:51 modules/access/smb.c:67
-msgid "Password that will be used for the connection."
-msgstr ""
-
-#: modules/access/ftp.c:53
-msgid "FTP account"
-msgstr "FTP ანგარიში"
+#: modules/access/ftp.c:53
+msgid "FTP account"
+msgstr "FTP ანგარიში"
 
 #: modules/access/ftp.c:54
 msgid "Account that will be used for the connection."
@@ -5633,376 +5609,132 @@ msgstr ""
 msgid "Microsoft Media Server (MMS) input"
 msgstr ""
 
-#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
-#, fuzzy
-msgid "Dummy stream output"
-msgstr "ფიქტიური"
-
-#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
-msgid "Dummy"
-msgstr "ფიქტიური"
-
-#: modules/access_output/file.c:61
-msgid "Append to file"
-msgstr ""
-
-#: modules/access_output/file.c:62
-msgid "Append to file if it exists instead of replacing it."
+#: modules/access/pvr.c:49
+msgid ""
+"Default caching value for PVR streams. This value should be set in "
+"milliseconds."
 msgstr ""
 
-#: modules/access_output/file.c:66
-#, fuzzy
-msgid "File stream output"
-msgstr "ფაილი"
+#: modules/access/pvr.c:52
+msgid "Device"
+msgstr "მოწყობილობა"
 
-#: modules/access_output/http.c:58
-msgid "Username"
-msgstr "მომხმარებლის სახელი"
+#: modules/access/pvr.c:53
+msgid "PVR video device"
+msgstr "PVR ვიდეო მოწყობილობა"
 
-#: modules/access_output/http.c:59
-msgid "User name that will be requested to access the stream."
-msgstr ""
+#: modules/access/pvr.c:55
+msgid "Radio device"
+msgstr "რადიო მოწყობილობა"
 
-#: modules/access_output/http.c:61 modules/control/telnet.c:81
-msgid "Password"
-msgstr "პაროლი"
+#: modules/access/pvr.c:56
+msgid "PVR radio device"
+msgstr "PVR რადიო მოწყობილობა"
 
-#: modules/access_output/http.c:62
-msgid "Password that will be requested to access the stream."
-msgstr ""
+#: modules/access/pvr.c:58 modules/access/v4l.c:96
+msgid "Norm"
+msgstr "ნორმა"
 
-#: modules/access_output/http.c:66
+#: modules/access/pvr.c:59 modules/access/v4l.c:98
 #, fuzzy
-msgid "Mime"
-msgstr "Mime"
+msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
+msgstr "ნორმა ის ავტომატური SECAM PAL NTSC."
 
-#: modules/access_output/http.c:67
-#, fuzzy
-msgid "MIME returned by the server (autodetected if not specified."
-msgstr "არა."
+#: modules/access/pvr.c:62 modules/access/v4l.c:102
+#: modules/video_filter/mosaic.c:96
+msgid "Width"
+msgstr "სიგანე"
 
-#: modules/access_output/http.c:71
-msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
+#: modules/access/pvr.c:63
+msgid "Width of the stream to capture (-1 for autodetection)."
 msgstr ""
 
-#: modules/access_output/http.c:74
-msgid ""
-"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
-"empty if you don't have one."
-msgstr ""
+#: modules/access/pvr.c:66 modules/access/v4l.c:105
+#: modules/video_filter/mosaic.c:94
+msgid "Height"
+msgstr "სიმაღლე"
 
-#: modules/access_output/http.c:78
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used for HTTPS. Leave empty if you don't have one."
+#: modules/access/pvr.c:67
+msgid "Height of the stream to capture (-1 for autodetection)."
 msgstr ""
 
-#: modules/access_output/http.c:83
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be used for "
-"SSL. Leave empty if you don't have one."
-msgstr ""
+#: modules/access/pvr.c:70 modules/access/v4l.c:89
+msgid "Frequency"
+msgstr "სიხშირე"
 
-#: modules/access_output/http.c:86
-msgid "Advertise with Bonjour"
+#: modules/access/pvr.c:71 modules/access/v4l.c:91
+msgid "Frequency to capture (in kHz), if applicable."
 msgstr ""
 
-#: modules/access_output/http.c:87
-msgid "Advertise the stream with the Bonjour protocol."
+#: modules/access/pvr.c:74 modules/access/v4l.c:137
+msgid "Framerate to capture, if applicable (-1 for autodetect)."
 msgstr ""
 
-#: modules/access_output/http.c:91
+#: modules/access/pvr.c:77
 #, fuzzy
-msgid "HTTP stream output"
-msgstr "HTTP"
-
-#: modules/access_output/http.c:93 modules/control/http/http.c:61
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
-msgid "HTTP"
-msgstr "HTTP"
+msgid "Key interval"
+msgstr "გასაღები"
 
-#: modules/access_output/shout.c:58
-#, fuzzy
-msgid "Stream name"
-msgstr "ნაკადი"
+#: modules/access/pvr.c:78
+msgid "Interval between keyframes (-1 for autodetect)."
+msgstr ""
 
-#: modules/access_output/shout.c:59
-#, fuzzy
-msgid "Name to give to this stream/channel on the shoutcast/icecast server."
-msgstr "სახელი -სკენ -სკენ."
+#: modules/access/pvr.c:80
+msgid "B Frames"
+msgstr "B-კადრები"
 
-#: modules/access_output/shout.c:62
+#: modules/access/pvr.c:81
 #, fuzzy
-msgid "Stream description"
-msgstr "ნაკადი აღწერა"
+msgid ""
+"If this option is set, B-Frames will be used. Use this option to set the "
+"number of B-Frames."
+msgstr "B -სკენ რიცხვი ის B."
 
-#: modules/access_output/shout.c:63
-msgid "Description of the stream content or information about your channel."
+#: modules/access/pvr.c:85
+msgid "Bitrate to use (-1 for default)."
 msgstr ""
 
-#: modules/access_output/shout.c:66
-msgid "Stream MP3"
+#: modules/access/pvr.c:87
+msgid "Bitrate peak"
 msgstr ""
 
-#: modules/access_output/shout.c:67
-msgid ""
-"You normally have to feed the shoutcast module with Ogg streams. It is also "
-"possible to stream MP3 instead, so you can forward MP3 streams to the "
-"shoutcast/icecast server."
+#: modules/access/pvr.c:88
+msgid "Peak bitrate in VBR mode."
 msgstr ""
 
-#: modules/access_output/shout.c:76
-#, fuzzy
-msgid "Genre description"
-msgstr "ნაკადი აღწერა"
-
-#: modules/access_output/shout.c:77
-msgid "Genre of the content. "
+#: modules/access/pvr.c:91
+msgid "Bitrate mode)"
 msgstr ""
 
-#: modules/access_output/shout.c:79
-#, fuzzy
-msgid "URL description"
-msgstr "აღწერილობა"
-
-#: modules/access_output/shout.c:80
-msgid "URL with information about the stream or your channel. "
+#: modules/access/pvr.c:92
+msgid "Bitrate mode to use (VBR or CBR)."
 msgstr ""
 
-#: modules/access_output/shout.c:87
-#, fuzzy
-msgid "Bitrate information of the transcoded stream. "
-msgstr "ის ვიდეო."
-
-#: modules/access_output/shout.c:89 modules/access/v4l.c:122
-msgid "Samplerate"
+#: modules/access/pvr.c:94
+msgid "Audio bitmask"
 msgstr ""
 
-#: modules/access_output/shout.c:90
-#, fuzzy
-msgid "Samplerate information of the transcoded stream. "
-msgstr "ის ვიდეო."
-
-#: modules/access_output/shout.c:92
-#, fuzzy
-msgid "Number of channels"
-msgstr "ის"
-
-#: modules/access_output/shout.c:93
+#: modules/access/pvr.c:95
 #, fuzzy
-msgid "Number of channels information of the transcoded stream. "
-msgstr "ის აუდიო დუიმი."
+msgid "Bitmask that will get used by the audio part of the card."
+msgstr "აუდიო ის."
 
-#: modules/access_output/shout.c:95
-msgid "Ogg Vorbis Quality"
+#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
+#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
+msgid "Volume"
 msgstr ""
 
-#: modules/access_output/shout.c:96
-#, fuzzy
-msgid "Ogg Vorbis Quality information of the transcoded stream. "
-msgstr "ის ვიდეო."
+#: modules/access/pvr.c:99
+msgid "Audio volume (0-65535)."
+msgstr ""
 
-#: modules/access_output/shout.c:98
-#, fuzzy
-msgid "Stream public"
-msgstr "ნაკადის გასავალი"
+#: modules/access/pvr.c:101 modules/access/v4l.c:92
+msgid "Channel"
+msgstr "არხი"
 
-#: modules/access_output/shout.c:99
+#: modules/access/pvr.c:102
 msgid ""
-"Make the server publicly available on the 'Yellow Pages' (directory listing "
-"of streams) on the icecast/shoutcast website. Requires the bitrate "
-"information specified for shoutcast. Requires Ogg streaming for icecast."
-msgstr ""
-
-#: modules/access_output/shout.c:105
-msgid "IceCAST output"
-msgstr ""
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:41
-#: modules/demux/live555.cpp:63
-msgid "Caching value (ms)"
-msgstr ""
-
-#: modules/access_output/udp.c:77
-msgid ""
-"Default caching value for outbound UDP streams. This value should be set in "
-"milliseconds."
-msgstr ""
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
-#: modules/gui/macosx/wizard.m:1848
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
-#, fuzzy
-msgid "Time-To-Live (TTL)"
-msgstr "დრო ვის TTL"
-
-#: modules/access_output/udp.c:81
-#, fuzzy
-msgid "Time-To-Live of the outgoing stream."
-msgstr "დრო ვის ის."
-
-#: modules/access_output/udp.c:84
-#, fuzzy
-msgid "Group packets"
-msgstr "ჯგუფი"
-
-#: modules/access_output/udp.c:85
-#, fuzzy
-msgid ""
-"Packets can be sent one by one at the right time or by groups. You can "
-"choose the number of packets that will be sent at a time. It helps reducing "
-"the scheduling load on heavily-loaded systems."
-msgstr "მარჯვენა თქვენ რიცხვი ის a."
-
-#: modules/access_output/udp.c:90
-#, fuzzy
-msgid "Raw write"
-msgstr "დაუმუშავებელი"
-
-#: modules/access_output/udp.c:91
-#, fuzzy
-msgid ""
-"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 "-სკენ -სკენ დუიმი -სკენ."
-
-#: modules/access_output/udp.c:97
-#, fuzzy
-msgid "UDP stream output"
-msgstr "UDP"
-
-#: modules/access_output/udp.c:98
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
-msgid "UDP"
-msgstr "UDP"
-
-#: modules/access/pvr.c:49
-msgid ""
-"Default caching value for PVR streams. This value should be set in "
-"milliseconds."
-msgstr ""
-
-#: modules/access/pvr.c:52
-msgid "Device"
-msgstr "მოწყობილობა"
-
-#: modules/access/pvr.c:53
-msgid "PVR video device"
-msgstr "PVR ვიდეო მოწყობილობა"
-
-#: modules/access/pvr.c:55
-msgid "Radio device"
-msgstr "რადიო მოწყობილობა"
-
-#: modules/access/pvr.c:56
-msgid "PVR radio device"
-msgstr "PVR რადიო მოწყობილობა"
-
-#: modules/access/pvr.c:58 modules/access/v4l.c:96
-msgid "Norm"
-msgstr "ნორმა"
-
-#: modules/access/pvr.c:59 modules/access/v4l.c:98
-#, fuzzy
-msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
-msgstr "ნორმა ის ავტომატური SECAM PAL NTSC."
-
-#: modules/access/pvr.c:62 modules/access/v4l.c:102
-#: modules/video_filter/mosaic.c:96
-msgid "Width"
-msgstr "სიგანე"
-
-#: modules/access/pvr.c:63
-msgid "Width of the stream to capture (-1 for autodetection)."
-msgstr ""
-
-#: modules/access/pvr.c:66 modules/access/v4l.c:105
-#: modules/video_filter/mosaic.c:94
-msgid "Height"
-msgstr "სიმაღლე"
-
-#: modules/access/pvr.c:67
-msgid "Height of the stream to capture (-1 for autodetection)."
-msgstr ""
-
-#: modules/access/pvr.c:70 modules/access/v4l.c:89
-msgid "Frequency"
-msgstr "სიხშირე"
-
-#: modules/access/pvr.c:71 modules/access/v4l.c:91
-msgid "Frequency to capture (in kHz), if applicable."
-msgstr ""
-
-#: modules/access/pvr.c:74 modules/access/v4l.c:137
-msgid "Framerate to capture, if applicable (-1 for autodetect)."
-msgstr ""
-
-#: modules/access/pvr.c:77
-#, fuzzy
-msgid "Key interval"
-msgstr "გასაღები"
-
-#: modules/access/pvr.c:78
-msgid "Interval between keyframes (-1 for autodetect)."
-msgstr ""
-
-#: modules/access/pvr.c:80
-msgid "B Frames"
-msgstr "B-კადრები"
-
-#: modules/access/pvr.c:81
-#, fuzzy
-msgid ""
-"If this option is set, B-Frames will be used. Use this option to set the "
-"number of B-Frames."
-msgstr "B -სკენ რიცხვი ის B."
-
-#: modules/access/pvr.c:85
-msgid "Bitrate to use (-1 for default)."
-msgstr ""
-
-#: modules/access/pvr.c:87
-msgid "Bitrate peak"
-msgstr ""
-
-#: modules/access/pvr.c:88
-msgid "Peak bitrate in VBR mode."
-msgstr ""
-
-#: modules/access/pvr.c:91
-msgid "Bitrate mode)"
-msgstr ""
-
-#: modules/access/pvr.c:92
-msgid "Bitrate mode to use (VBR or CBR)."
-msgstr ""
-
-#: modules/access/pvr.c:94
-msgid "Audio bitmask"
-msgstr ""
-
-#: modules/access/pvr.c:95
-#, fuzzy
-msgid "Bitmask that will get used by the audio part of the card."
-msgstr "აუდიო ის."
-
-#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
-msgid "Volume"
-msgstr ""
-
-#: modules/access/pvr.c:99
-msgid "Audio volume (0-65535)."
-msgstr ""
-
-#: modules/access/pvr.c:101 modules/access/v4l.c:92
-msgid "Channel"
-msgstr "არხი"
-
-#: modules/access/pvr.c:102
-msgid ""
-"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)"
+"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)"
 msgstr ""
 
 #: modules/access/pvr.c:108 modules/access/v4l.c:143
@@ -6037,6 +5769,11 @@ msgstr "PVR"
 msgid "IVTV MPEG Encoding cards input"
 msgstr ""
 
+#: modules/access/rtsp/access.c:41 modules/access_output/udp.c:75
+#: modules/demux/live555.cpp:63
+msgid "Caching value (ms)"
+msgstr ""
+
 #: modules/access/rtsp/access.c:43
 msgid ""
 "Caching value for RTSP streams. This value should be set in milliseconds."
@@ -6165,33 +5902,6 @@ msgstr "UDP/RTP"
 msgid "UDP/RTP input"
 msgstr "UDP/RTP შესავალი"
 
-#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
-#: modules/gui/wxwidgets/dialogs/open.cpp:723
-msgid "Device name"
-msgstr "მოწყობილობის სახელი"
-
-#: modules/access/v4l2.c:54
-#, fuzzy
-msgid ""
-"Name of the device to use. If you don't specify anything, /dev/video0 will "
-"be used."
-msgstr "ნაგულისხმევი VCD -სკენ a."
-
-#: modules/access/v4l2.c:58
-msgid ""
-"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
-msgstr ""
-
-#: modules/access/v4l2.c:63
-#, fuzzy
-msgid "Video4Linux2"
-msgstr "Video4Linux"
-
-#: modules/access/v4l2.c:64
-#, fuzzy
-msgid "Video4Linux2 input"
-msgstr "Video4Linux შესავალი"
-
 #: modules/access/v4l.c:75
 msgid ""
 "Caching value for V4L captures. This value should be set in milliseconds."
@@ -6284,6 +5994,10 @@ msgstr ""
 msgid "Tuner to use, if there are several ones."
 msgstr "-სკენ."
 
+#: modules/access/v4l.c:122 modules/access_output/shout.c:89
+msgid "Samplerate"
+msgstr ""
+
 #: modules/access/v4l.c:124
 #, fuzzy
 msgid ""
@@ -6328,6 +6042,33 @@ msgstr "Video4Linux"
 msgid "Video4Linux input"
 msgstr "Video4Linux შესავალი"
 
+#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
+#: modules/gui/wxwidgets/dialogs/open.cpp:723
+msgid "Device name"
+msgstr "მოწყობილობის სახელი"
+
+#: modules/access/v4l2.c:54
+#, fuzzy
+msgid ""
+"Name of the device to use. If you don't specify anything, /dev/video0 will "
+"be used."
+msgstr "ნაგულისხმევი VCD -სკენ a."
+
+#: modules/access/v4l2.c:58
+msgid ""
+"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
+msgstr ""
+
+#: modules/access/v4l2.c:63
+#, fuzzy
+msgid "Video4Linux2"
+msgstr "Video4Linux"
+
+#: modules/access/v4l2.c:64
+#, fuzzy
+msgid "Video4Linux2 input"
+msgstr "Video4Linux შესავალი"
+
 #: modules/access/vcd/vcd.c:42
 #, fuzzy
 msgid "Caching value for VCDs. This value should be set in milliseconds."
@@ -6414,111 +6155,392 @@ msgstr "სისტემის ID"
 msgid "Entries"
 msgstr ""
 
-#: modules/access/vcdx/info.c:122
+#: modules/access/vcdx/info.c:122
+#, fuzzy
+msgid "First Entry Point"
+msgstr "პირველი პუნქტი"
+
+#: modules/access/vcdx/info.c:126
+#, fuzzy
+msgid "Last Entry Point"
+msgstr "ბოლო პუნქტი"
+
+#: modules/access/vcdx/info.c:127
+msgid "Track size (in sectors)"
+msgstr "კვალი სიგრძე (სექტორებში)"
+
+#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
+#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
+msgid "type"
+msgstr "ტიპი"
+
+#: modules/access/vcdx/info.c:139
+msgid "end"
+msgstr ""
+
+#: modules/access/vcdx/info.c:142
+#, fuzzy
+msgid "play list"
+msgstr "სია"
+
+#: modules/access/vcdx/info.c:153
+msgid "extended selection list"
+msgstr ""
+
+#: modules/access/vcdx/info.c:154
+msgid "selection list"
+msgstr ""
+
+#: modules/access/vcdx/info.c:166
+msgid "unknown type"
+msgstr "უცნობი ტიპი"
+
+#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
+#: modules/access/vcdx/info.c:316
+msgid "List ID"
+msgstr "სიის ID"
+
+#: modules/access/vcdx/vcd.c:95
+msgid "(Super) Video CD"
+msgstr "(სუპერ)ვიდეო CD"
+
+#: modules/access/vcdx/vcd.c:96
+msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+msgstr "ვიდეო CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) შესავალი"
+
+#: modules/access/vcdx/vcd.c:97
+#, fuzzy
+msgid "vcdx://[device-or-file][@{P,S,T}num]"
+msgstr "ფაილი S"
+
+#: modules/access/vcdx/vcd.c:106
+msgid "If nonzero, this gives additional debug information."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+msgid "Number of CD blocks to get in a single read."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:116
+msgid "Use playback control?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:117
+msgid ""
+"If VCD is authored with playback control, use it. Otherwise we play by "
+"tracks."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:123
+msgid "Use track length as maximum unit in seek?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:124
+msgid ""
+"If set, the length of the seek bar is the track rather than the length of an "
+"entry."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:129
+#, fuzzy
+msgid "Show extended VCD info?"
+msgstr "ანახე VCD?"
+
+#: modules/access/vcdx/vcd.c:130
+#, fuzzy
+msgid ""
+"Show the maximum amount of information under Stream and Media Info. Shows "
+"for example playback control navigation."
+msgstr "ანახე ის ნაკადი და ინფორმაცია."
+
+#: modules/access/vcdx/vcd.c:137
+msgid "Format to use in the playlist's \"author\" field."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:143
+msgid "Format to use in the playlist's \"title\" field."
+msgstr ""
+
+#: modules/access_filter/record.c:43
+#, fuzzy
+msgid "Record directory"
+msgstr "დირექტორია"
+
+#: modules/access_filter/record.c:45
+#, fuzzy
+msgid "Directory where the record will be stored."
+msgstr "დირექტორია."
+
+#: modules/access_filter/timeshift.c:44
+msgid "Timeshift granularity"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:46
+#, fuzzy
+msgid ""
+"This is the size of the temporary files tha will be used to store the "
+"timeshifted streams."
+msgstr "სიდიდე ის -სკენ."
+
+#: modules/access_filter/timeshift.c:48
+#, fuzzy
+msgid "Timeshift directory"
+msgstr "დირექტორია"
+
+#: modules/access_filter/timeshift.c:49
+#, fuzzy
+msgid "Directory used to store the timeshift temporary files."
+msgstr "დირექტორია -სკენ."
+
+#: modules/access_filter/timeshift.c:51
+#, fuzzy
+msgid "Force use of the timeshift module"
+msgstr "დირექტორია -სკენ."
+
+#: modules/access_filter/timeshift.c:52
+msgid ""
+"Force use of the timeshift module even if the access declares that it can "
+"control pace or pause."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
+msgid "Timeshift"
+msgstr ""
+
+#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
+#, fuzzy
+msgid "Dummy stream output"
+msgstr "ფიქტიური"
+
+#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
+msgid "Dummy"
+msgstr "ფიქტიური"
+
+#: modules/access_output/file.c:61
+msgid "Append to file"
+msgstr ""
+
+#: modules/access_output/file.c:62
+msgid "Append to file if it exists instead of replacing it."
+msgstr ""
+
+#: modules/access_output/file.c:66
+#, fuzzy
+msgid "File stream output"
+msgstr "ფაილი"
+
+#: modules/access_output/http.c:58
+msgid "Username"
+msgstr "მომხმარებლის სახელი"
+
+#: modules/access_output/http.c:59
+msgid "User name that will be requested to access the stream."
+msgstr ""
+
+#: modules/access_output/http.c:61 modules/control/telnet.c:81
+msgid "Password"
+msgstr "პაროლი"
+
+#: modules/access_output/http.c:62
+msgid "Password that will be requested to access the stream."
+msgstr ""
+
+#: modules/access_output/http.c:66
+#, fuzzy
+msgid "Mime"
+msgstr "Mime"
+
+#: modules/access_output/http.c:67
+#, fuzzy
+msgid "MIME returned by the server (autodetected if not specified."
+msgstr "არა."
+
+#: modules/access_output/http.c:71
+msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
+msgstr ""
+
+#: modules/access_output/http.c:74
+msgid ""
+"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
+"empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:78
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used for HTTPS. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:83
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be used for "
+"SSL. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:86
+msgid "Advertise with Bonjour"
+msgstr ""
+
+#: modules/access_output/http.c:87
+msgid "Advertise the stream with the Bonjour protocol."
+msgstr ""
+
+#: modules/access_output/http.c:91
+#, fuzzy
+msgid "HTTP stream output"
+msgstr "HTTP"
+
+#: modules/access_output/http.c:93 modules/control/http/http.c:61
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
+msgstr "HTTP"
+
+#: modules/access_output/shout.c:58
+#, fuzzy
+msgid "Stream name"
+msgstr "ნაკადი"
+
+#: modules/access_output/shout.c:59
 #, fuzzy
-msgid "First Entry Point"
-msgstr "პირველი პუნქტი"
+msgid "Name to give to this stream/channel on the shoutcast/icecast server."
+msgstr "სახელი -სკენ -სკენ."
 
-#: modules/access/vcdx/info.c:126
+#: modules/access_output/shout.c:62
 #, fuzzy
-msgid "Last Entry Point"
-msgstr "ბოლო პუნქტი"
+msgid "Stream description"
+msgstr "ნაკადი აღწერა"
 
-#: modules/access/vcdx/info.c:127
-msgid "Track size (in sectors)"
-msgstr "კვალი სიგრძე (სექტორებში)"
+#: modules/access_output/shout.c:63
+msgid "Description of the stream content or information about your channel."
+msgstr ""
 
-#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
-#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
-msgid "type"
-msgstr "ტიპი"
+#: modules/access_output/shout.c:66
+msgid "Stream MP3"
+msgstr ""
 
-#: modules/access/vcdx/info.c:139
-msgid "end"
+#: modules/access_output/shout.c:67
+msgid ""
+"You normally have to feed the shoutcast module with Ogg streams. It is also "
+"possible to stream MP3 instead, so you can forward MP3 streams to the "
+"shoutcast/icecast server."
 msgstr ""
 
-#: modules/access/vcdx/info.c:142
+#: modules/access_output/shout.c:76
 #, fuzzy
-msgid "play list"
-msgstr "სია"
+msgid "Genre description"
+msgstr "ნაკადი აღწერა"
 
-#: modules/access/vcdx/info.c:153
-msgid "extended selection list"
+#: modules/access_output/shout.c:77
+msgid "Genre of the content. "
 msgstr ""
 
-#: modules/access/vcdx/info.c:154
-msgid "selection list"
-msgstr ""
+#: modules/access_output/shout.c:79
+#, fuzzy
+msgid "URL description"
+msgstr "აღწერილობა"
 
-#: modules/access/vcdx/info.c:166
-msgid "unknown type"
-msgstr "უცნობი ტიპი"
+#: modules/access_output/shout.c:80
+msgid "URL with information about the stream or your channel. "
+msgstr ""
 
-#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
-#: modules/access/vcdx/info.c:316
-msgid "List ID"
-msgstr "სიის ID"
+#: modules/access_output/shout.c:87
+#, fuzzy
+msgid "Bitrate information of the transcoded stream. "
+msgstr "ის ვიდეო."
 
-#: modules/access/vcdx/vcd.c:95
-msgid "(Super) Video CD"
-msgstr "(სუპერ)ვიდეო CD"
+#: modules/access_output/shout.c:90
+#, fuzzy
+msgid "Samplerate information of the transcoded stream. "
+msgstr "ის ვიდეო."
 
-#: modules/access/vcdx/vcd.c:96
-msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
-msgstr "ვიდეო CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) შესავალი"
+#: modules/access_output/shout.c:92
+#, fuzzy
+msgid "Number of channels"
+msgstr "ის"
 
-#: modules/access/vcdx/vcd.c:97
+#: modules/access_output/shout.c:93
 #, fuzzy
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
-msgstr "ფაილი S"
+msgid "Number of channels information of the transcoded stream. "
+msgstr "ის აუდიო დუიმი."
 
-#: modules/access/vcdx/vcd.c:106
-msgid "If nonzero, this gives additional debug information."
+#: modules/access_output/shout.c:95
+msgid "Ogg Vorbis Quality"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
-msgid "Number of CD blocks to get in a single read."
-msgstr ""
+#: modules/access_output/shout.c:96
+#, fuzzy
+msgid "Ogg Vorbis Quality information of the transcoded stream. "
+msgstr "ის ვიდეო."
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
-msgstr ""
+#: modules/access_output/shout.c:98
+#, fuzzy
+msgid "Stream public"
+msgstr "ნაკადის გასავალი"
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/shout.c:99
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Make the server publicly available on the 'Yellow Pages' (directory listing "
+"of streams) on the icecast/shoutcast website. Requires the bitrate "
+"information specified for shoutcast. Requires Ogg streaming for icecast."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:123
-msgid "Use track length as maximum unit in seek?"
+#: modules/access_output/shout.c:105
+msgid "IceCAST output"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:77
 msgid ""
-"If set, the length of the seek bar is the track rather than the length of an "
-"entry."
+"Default caching value for outbound UDP streams. This value should be set in "
+"milliseconds."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:129
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
+#: modules/gui/macosx/wizard.m:1848
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
 #, fuzzy
-msgid "Show extended VCD info?"
-msgstr "ანახე VCD?"
+msgid "Time-To-Live (TTL)"
+msgstr "დრო ვის TTL"
 
-#: modules/access/vcdx/vcd.c:130
+#: modules/access_output/udp.c:81
+#, fuzzy
+msgid "Time-To-Live of the outgoing stream."
+msgstr "დრო ვის ის."
+
+#: modules/access_output/udp.c:84
+#, fuzzy
+msgid "Group packets"
+msgstr "ჯგუფი"
+
+#: modules/access_output/udp.c:85
 #, fuzzy
 msgid ""
-"Show the maximum amount of information under Stream and Media Info. Shows "
-"for example playback control navigation."
-msgstr "ანახე ის ნაკადი და ინფორმაცია."
+"Packets can be sent one by one at the right time or by groups. You can "
+"choose the number of packets that will be sent at a time. It helps reducing "
+"the scheduling load on heavily-loaded systems."
+msgstr "მარჯვენა თქვენ რიცხვი ის a."
 
-#: modules/access/vcdx/vcd.c:137
-msgid "Format to use in the playlist's \"author\" field."
-msgstr ""
+#: modules/access_output/udp.c:90
+#, fuzzy
+msgid "Raw write"
+msgstr "დაუმუშავებელი"
 
-#: modules/access/vcdx/vcd.c:143
-msgid "Format to use in the playlist's \"title\" field."
-msgstr ""
+#: modules/access_output/udp.c:91
+#, fuzzy
+msgid ""
+"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 "-სკენ -სკენ დუიმი -სკენ."
+
+#: modules/access_output/udp.c:97
+#, fuzzy
+msgid "UDP stream output"
+msgstr "UDP"
+
+#: modules/access_output/udp.c:98
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
+msgid "UDP"
+msgstr "UDP"
 
 #: modules/audio_filter/channel_mixer/dolby.c:47
 #, fuzzy
@@ -8975,50 +8997,50 @@ msgstr "NT სერვისი"
 msgid "Windows Service interface"
 msgstr "ფანჯრები სერვისი"
 
-#: modules/control/rc.c:154
+#: modules/control/rc.c:156
 msgid "Show stream position"
 msgstr "აჩვენე ნაკადის პოზიცია"
 
-#: modules/control/rc.c:155
+#: modules/control/rc.c:157
 #, fuzzy
 msgid ""
 "Show the current position in seconds within the stream from time to time."
 msgstr "ანახე დუიმი წამი -სკენ."
 
-#: modules/control/rc.c:158
+#: modules/control/rc.c:160
 msgid "Fake TTY"
 msgstr ""
 
-#: modules/control/rc.c:159
+#: modules/control/rc.c:161
 #, fuzzy
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr "ძალდატანება -სკენ a."
 
-#: modules/control/rc.c:161
+#: modules/control/rc.c:163
 msgid "UNIX socket command input"
 msgstr ""
 
-#: modules/control/rc.c:162
+#: modules/control/rc.c:164
 msgid "Accept commands over a Unix socket rather than stdin."
 msgstr ""
 
-#: modules/control/rc.c:165
+#: modules/control/rc.c:167
 msgid "TCP command input"
 msgstr ""
 
-#: modules/control/rc.c:166
+#: modules/control/rc.c:168
 #, fuzzy
 msgid ""
 "Accept commands over a socket rather than stdin. You can set the address and "
 "port the interface will bind to."
 msgstr "მიიღე a თქვენ და -სკენ."
 
-#: modules/control/rc.c:170 modules/misc/dummy/dummy.c:49
+#: modules/control/rc.c:172 modules/misc/dummy/dummy.c:49
 #, fuzzy
 msgid "Do not open a DOS command box interface"
 msgstr "არა გახსნა a DOS"
 
-#: modules/control/rc.c:172
+#: modules/control/rc.c:174
 #, fuzzy
 msgid ""
 "By default the rc interface plugin will start a DOS command box. Enabling "
@@ -9027,420 +9049,420 @@ msgid ""
 msgstr ""
 "ნაგულისხმევი a DOS რეჟიმი არა -სკენ შეჩერება და არა ვიდეო ფანჯარა გახსნა."
 
-#: modules/control/rc.c:179
+#: modules/control/rc.c:181
 msgid "RC"
 msgstr ""
 
-#: modules/control/rc.c:182
+#: modules/control/rc.c:184
 msgid "Remote control interface"
 msgstr "დაშორებული კონტროლის ინტერფეისი"
 
-#: modules/control/rc.c:323
+#: modules/control/rc.c:325
 #, fuzzy
 msgid "Remote control interface initialized. Type `help' for help."
 msgstr "დაშორებული ტიპი დახმარება დახმარება."
 
-#: modules/control/rc.c:848
+#: modules/control/rc.c:850
 #, fuzzy, c-format
 msgid "Unknown command `%s'. Type `help' for help."
 msgstr "უცნობი ტიპი დახმარება დახმარება."
 
-#: modules/control/rc.c:881
+#: modules/control/rc.c:883
 msgid "+----[ Remote control commands ]"
 msgstr ""
 
-#: modules/control/rc.c:883
+#: modules/control/rc.c:885
 #, fuzzy
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist"
 msgstr "დამატება დამატება -სკენ სია"
 
-#: modules/control/rc.c:884
+#: modules/control/rc.c:886
 #, fuzzy
 msgid "| enqueue XYZ  . . . . . . . queue XYZ to playlist"
 msgstr "დამატება დამატება -სკენ სია"
 
-#: modules/control/rc.c:885
+#: modules/control/rc.c:887
 #, fuzzy
 msgid "| playlist . . .  show items currently in playlist"
 msgstr "სია დუიმი სია"
 
-#: modules/control/rc.c:886
+#: modules/control/rc.c:888
 msgid "| play . . . . . . . . . . . . . . . . play stream"
 msgstr ""
 
-#: modules/control/rc.c:887
+#: modules/control/rc.c:889
 #, fuzzy
 msgid "| stop . . . . . . . . . . . . . . . . stop stream"
 msgstr "შეჩერება შეჩერება"
 
-#: modules/control/rc.c:888
+#: modules/control/rc.c:890
 #, fuzzy
 msgid "| next . . . . . . . . . . . .  next playlist item"
 msgstr "სია"
 
-#: modules/control/rc.c:889
+#: modules/control/rc.c:891
 #, fuzzy
 msgid "| prev . . . . . . . . . .  previous playlist item"
 msgstr "სია"
 
-#: modules/control/rc.c:890
+#: modules/control/rc.c:892
 #, fuzzy
 msgid "| goto . . . . . . . . . . . .  goto item at index"
 msgstr "ინდექსი"
 
-#: modules/control/rc.c:891
+#: modules/control/rc.c:893
 #, fuzzy
 msgid "| clear . . . . . . . . . . .   clear the playlist"
 msgstr "გასუფთავება გასუფთავება სია"
 
-#: modules/control/rc.c:892
+#: modules/control/rc.c:894
 #, fuzzy
 msgid "| status . . . . . . . . . current playlist status"
 msgstr "სია"
 
-#: modules/control/rc.c:893
+#: modules/control/rc.c:895
 #, fuzzy
 msgid "| title [X]  . . . . set/get title in current item"
 msgstr "სათაური X სათაური დუიმი"
 
-#: modules/control/rc.c:894
+#: modules/control/rc.c:896
 #, fuzzy
 msgid "| title_n  . . . . . .  next title in current item"
 msgstr "სათაური n სათაური დუიმი"
 
-#: modules/control/rc.c:895
+#: modules/control/rc.c:897
 #, fuzzy
 msgid "| title_p  . . . .  previous title in current item"
 msgstr "სათაური სათაური დუიმი"
 
-#: modules/control/rc.c:896
+#: modules/control/rc.c:898
 #, fuzzy
 msgid "| chapter [X]  . . set/get chapter in current item"
 msgstr "X დუიმი"
 
-#: modules/control/rc.c:897
+#: modules/control/rc.c:899
 #, fuzzy
 msgid "| chapter_n  . . . .  next chapter in current item"
 msgstr "n დუიმი"
 
-#: modules/control/rc.c:898
+#: modules/control/rc.c:900
 #, fuzzy
 msgid "| chapter_p  . .  previous chapter in current item"
 msgstr "დუიმი"
 
-#: modules/control/rc.c:900
+#: modules/control/rc.c:902
 #, fuzzy
 msgid "| seek X . seek in seconds, for instance `seek 12'"
 msgstr "X დუიმი წამი"
 
-#: modules/control/rc.c:901
+#: modules/control/rc.c:903
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause"
 msgstr ""
 
-#: modules/control/rc.c:902
+#: modules/control/rc.c:904
 #, fuzzy
 msgid "| fastforward  . . . . . .  .  set to maximum rate"
 msgstr "-სკენ"
 
-#: modules/control/rc.c:903
+#: modules/control/rc.c:905
 #, fuzzy
 msgid "| rewind  . . . . . . . . . .  set to minimum rate"
 msgstr "-სკენ"
 
-#: modules/control/rc.c:904
+#: modules/control/rc.c:906
 #, fuzzy
 msgid "| faster . . . . . . . .  faster playing of stream"
 msgstr "ის"
 
-#: modules/control/rc.c:905
+#: modules/control/rc.c:907
 #, fuzzy
 msgid "| slower . . . . . . . .  slower playing of stream"
 msgstr "ის"
 
-#: modules/control/rc.c:906
+#: modules/control/rc.c:908
 #, fuzzy
 msgid "| normal . . . . . . . .  normal playing of stream"
 msgstr "ის"
 
-#: modules/control/rc.c:907
+#: modules/control/rc.c:909
 msgid "| f [on|off] . . . . . . . . . . toggle fullscreen"
 msgstr ""
 
-#: modules/control/rc.c:908
+#: modules/control/rc.c:910
 #, fuzzy
 msgid "| info . . .  information about the current stream"
 msgstr "შესახებ"
 
-#: modules/control/rc.c:909
+#: modules/control/rc.c:911
 msgid "| get_time . . seconds elapsed since stream's beginning"
 msgstr ""
 
-#: modules/control/rc.c:910
+#: modules/control/rc.c:912
 msgid "| is_playing . .  1 if a stream plays, 0 otherwise"
 msgstr ""
 
-#: modules/control/rc.c:911
+#: modules/control/rc.c:913
 #, fuzzy
 msgid "| get_title . . .  the title of the current stream"
 msgstr "სათაური X სათაური დუიმი"
 
-#: modules/control/rc.c:912
+#: modules/control/rc.c:914
 #, fuzzy
 msgid "| get_length . .  the length of the current stream"
 msgstr "შესახებ"
 
-#: modules/control/rc.c:914
+#: modules/control/rc.c:916
 #, fuzzy
 msgid "| volume [X] . . . . . . . .  set/get audio volume"
 msgstr "ხმის სიმაღლე X აუდიო ხმის სიმაღლე"
 
-#: modules/control/rc.c:915
+#: modules/control/rc.c:917
 #, fuzzy
 msgid "| volup [X]  . . . . .  raise audio volume X steps"
 msgstr "X აუდიო ხმის სიმაღლე X"
 
-#: modules/control/rc.c:916
+#: modules/control/rc.c:918
 #, fuzzy
 msgid "| voldown [X]  . . . .  lower audio volume X steps"
 msgstr "X აუდიო ხმის სიმაღლე X"
 
-#: modules/control/rc.c:917
+#: modules/control/rc.c:919
 #, fuzzy
 msgid "| adev [X] . . . . . . . . .  set/get audio device"
 msgstr "X აუდიო"
 
-#: modules/control/rc.c:918
+#: modules/control/rc.c:920
 #, fuzzy
 msgid "| achan [X]. . . . . . . .  set/get audio channels"
 msgstr "X აუდიო"
 
-#: modules/control/rc.c:919
+#: modules/control/rc.c:921
 #, fuzzy
 msgid "| atrack [X] . . . . . . . . . set/get audio track"
 msgstr "X აუდიო"
 
-#: modules/control/rc.c:920
+#: modules/control/rc.c:922
 #, fuzzy
 msgid "| vtrack [X] . . . . . . . . . set/get video track"
 msgstr "X აუდიო"
 
-#: modules/control/rc.c:921
+#: modules/control/rc.c:923
 #, fuzzy
 msgid "| strack [X] . . . . . . . set/get subtitles track"
 msgstr "X აუდიო"
 
-#: modules/control/rc.c:922
+#: modules/control/rc.c:924
 #, fuzzy
 msgid "| menu [on|off|up|down|left|right|select] use menu"
 msgstr "მენიუ მარცხენა მარჯვენა მენიუ"
 
-#: modules/control/rc.c:927
+#: modules/control/rc.c:929
 #, fuzzy
 msgid "| marq-marquee STRING  . . overlay STRING in video"
 msgstr "სტრინგი სტრინგი დუიმი ვიდეო"
 
-#: modules/control/rc.c:928
+#: modules/control/rc.c:930
 #, fuzzy
 msgid "| marq-x X . . . . . . . . . . . .offset from left"
 msgstr "X მარცხენა"
 
-#: modules/control/rc.c:929
+#: modules/control/rc.c:931
 #, fuzzy
 msgid "| marq-y Y . . . . . . . . . . . . offset from top"
 msgstr "დ Y ზემოთ"
 
-#: modules/control/rc.c:930
+#: modules/control/rc.c:932
 msgid "| marq-position #. . .  .relative position control"
 msgstr ""
 
-#: modules/control/rc.c:931
+#: modules/control/rc.c:933
 #, fuzzy
 msgid "| marq-color # . . . . . . . . . . font color, RGB"
 msgstr "RGB"
 
-#: modules/control/rc.c:932
+#: modules/control/rc.c:934
 msgid "| marq-opacity # . . . . . . . . . . . . . opacity"
 msgstr ""
 
-#: modules/control/rc.c:933
+#: modules/control/rc.c:935
 #, fuzzy
 msgid "| marq-timeout T. . . . . . . . . . timeout, in ms"
 msgstr "დუიმი მწ"
 
-#: modules/control/rc.c:934
+#: modules/control/rc.c:936
 #, fuzzy
 msgid "| marq-size # . . . . . . . . font size, in pixels"
 msgstr "სიდიდე სიდიდე დუიმი პიქსელი"
 
-#: modules/control/rc.c:936
+#: modules/control/rc.c:938
 #, fuzzy
 msgid "| time-format STRING . . . overlay STRING in video"
 msgstr "სტრინგი სტრინგი დუიმი ვიდეო"
 
-#: modules/control/rc.c:937
+#: modules/control/rc.c:939
 #, fuzzy
 msgid "| time-x X . . . . . . . . . . . .offset from left"
 msgstr "X მარცხენა"
 
-#: modules/control/rc.c:938
+#: modules/control/rc.c:940
 #, fuzzy
 msgid "| time-y Y . . . . . . . . . . . . offset from top"
 msgstr "დ Y ზემოთ"
 
-#: modules/control/rc.c:939
+#: modules/control/rc.c:941
 msgid "| time-position #. . . . . . . . relative position"
 msgstr ""
 
-#: modules/control/rc.c:940
+#: modules/control/rc.c:942
 #, fuzzy
 msgid "| time-color # . . . . . . . . . . font color, RGB"
 msgstr "RGB"
 
-#: modules/control/rc.c:941
+#: modules/control/rc.c:943
 msgid "| time-opacity # . . . . . . . . . . . . . opacity"
 msgstr ""
 
-#: modules/control/rc.c:942
+#: modules/control/rc.c:944
 #, fuzzy
 msgid "| time-size # . . . . . . . . font size, in pixels"
 msgstr "სიდიდე სიდიდე დუიმი პიქსელი"
 
-#: modules/control/rc.c:944
+#: modules/control/rc.c:946
 #, fuzzy
 msgid "| logo-file STRING . . .the overlay file path/name"
 msgstr "ფაილი სტრინგი ფაილი"
 
-#: modules/control/rc.c:945
+#: modules/control/rc.c:947
 #, fuzzy
 msgid "| logo-x X . . . . . . . . . . . .offset from left"
 msgstr "X მარცხენა"
 
-#: modules/control/rc.c:946
+#: modules/control/rc.c:948
 #, fuzzy
 msgid "| logo-y Y . . . . . . . . . . . . offset from top"
 msgstr "დ Y ზემოთ"
 
-#: modules/control/rc.c:947
+#: modules/control/rc.c:949
 msgid "| logo-position #. . . . . . . . relative position"
 msgstr ""
 
-#: modules/control/rc.c:948
+#: modules/control/rc.c:950
 #, fuzzy
 msgid "| logo-transparency #. . . . . . . . .transparency"
 msgstr "გამჭირვალობა გამჭირვალობა"
 
-#: modules/control/rc.c:950
+#: modules/control/rc.c:952
 msgid "| mosaic-alpha # . . . . . . . . . . . . . . alpha"
 msgstr ""
 
-#: modules/control/rc.c:951
+#: modules/control/rc.c:953
 #, fuzzy
 msgid "| mosaic-height #. . . . . . . . . . . . . .height"
 msgstr "სიმაღლე სიმაღლე"
 
-#: modules/control/rc.c:952
+#: modules/control/rc.c:954
 #, fuzzy
 msgid "| mosaic-width # . . . . . . . . . . . . . . width"
 msgstr "სიგანე სიგანე"
 
-#: modules/control/rc.c:953
+#: modules/control/rc.c:955
 #, fuzzy
 msgid "| mosaic-xoffset # . . . .top left corner position"
 msgstr "ზემოთ მარცხენა"
 
-#: modules/control/rc.c:954
+#: modules/control/rc.c:956
 #, fuzzy
 msgid "| mosaic-yoffset # . . . .top left corner position"
 msgstr "ზემოთ მარცხენა"
 
-#: modules/control/rc.c:955
+#: modules/control/rc.c:957
 msgid "| mosaic-align 0..2,4..6,8..10. . .mosaic alignment"
 msgstr ""
 
-#: modules/control/rc.c:956
+#: modules/control/rc.c:958
 #, fuzzy
 msgid "| mosaic-vborder # . . . . . . . . vertical border"
 msgstr "ვერტიკალური"
 
-#: modules/control/rc.c:957
+#: modules/control/rc.c:959
 #, fuzzy
 msgid "| mosaic-hborder # . . . . . . . horizontal border"
 msgstr "ჰორიზონტალური"
 
-#: modules/control/rc.c:958
+#: modules/control/rc.c:960
 #, fuzzy
 msgid "| mosaic-position {0=auto,1=fixed} . . . .position"
 msgstr "auto"
 
-#: modules/control/rc.c:959
+#: modules/control/rc.c:961
 #, fuzzy
 msgid "| mosaic-rows #. . . . . . . . . . .number of rows"
 msgstr "ხაზი რიცხვი ის ხაზი"
 
-#: modules/control/rc.c:960
+#: modules/control/rc.c:962
 #, fuzzy
 msgid "| mosaic-cols #. . . . . . . . . . .number of cols"
 msgstr "რიცხვი ის"
 
-#: modules/control/rc.c:961
+#: modules/control/rc.c:963
 #, fuzzy
 msgid "| mosaic-order id(,id)* . . . . order of pictures "
 msgstr "ჰორიზონტალური"
 
-#: modules/control/rc.c:962
+#: modules/control/rc.c:964
 msgid "| mosaic-keep-aspect-ratio {0,1} . . .aspect ratio"
 msgstr ""
 
-#: modules/control/rc.c:964
+#: modules/control/rc.c:966
 #, fuzzy
 msgid ""
 "| check-updates [newer] [equal] [older]\n"
 "|               [undef] [info] [source] [binary] [plugin]"
 msgstr "n წყარო"
 
-#: modules/control/rc.c:968
+#: modules/control/rc.c:970
 #, fuzzy
 msgid "| help . . . . . . . . . . . . . this help message"
 msgstr "დახმარება დახმარება"
 
-#: modules/control/rc.c:969
+#: modules/control/rc.c:971
 #, fuzzy
 msgid "| longhelp . . . . . . . . . a longer help message"
 msgstr "a დახმარება"
 
-#: modules/control/rc.c:970
+#: modules/control/rc.c:972
 #, fuzzy
 msgid "| logout . . . . .  exit (if in socket connection)"
 msgstr "დუიმი"
 
-#: modules/control/rc.c:971
+#: modules/control/rc.c:973
 #, fuzzy
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc"
 msgstr "დასრულება დასრულება"
 
-#: modules/control/rc.c:973
+#: modules/control/rc.c:975
 #, fuzzy
 msgid "+----[ end of help ]"
 msgstr "ის დახმარება"
 
-#: modules/control/rc.c:1080
+#: modules/control/rc.c:1082
 #, fuzzy
 msgid "Press menu select or pause to continue."
 msgstr "მენიუ -სკენ."
 
-#: modules/control/rc.c:1324 modules/control/rc.c:1809
-#: modules/control/rc.c:1879 modules/control/rc.c:1928
-#: modules/control/rc.c:2027
+#: modules/control/rc.c:1326 modules/control/rc.c:1811
+#: modules/control/rc.c:1881 modules/control/rc.c:1930
+#: modules/control/rc.c:2029
 #, fuzzy
 msgid "Type 'menu select' or 'pause' to continue."
 msgstr "ტიპი მენიუ -სკენ."
 
-#: modules/control/rc.c:1461
+#: modules/control/rc.c:1463
 #, fuzzy
 msgid "Type 'pause' to continue."
 msgstr "ტიპი -სკენ."
 
-#: modules/control/rc.c:2012 modules/control/rc.c:2051
+#: modules/control/rc.c:2014 modules/control/rc.c:2053
 #, fuzzy
 msgid "Please provide one of the following parameters:"
 msgstr "ის:"
@@ -9582,6 +9604,7 @@ msgstr ""
 #: modules/gui/macosx/interaction.m:135 modules/gui/macosx/open.m:158
 #: modules/gui/macosx/playlistinfo.m:60 modules/gui/macosx/prefs.m:122
 #: modules/gui/macosx/prefs.m:142 modules/gui/macosx/wizard.m:363
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:88
 msgid "Cancel"
 msgstr "გაუქმება"
 
@@ -10564,8 +10587,8 @@ msgstr "გახსენი ყველა?"
 #: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:440
 #: modules/gui/macosx/open.m:634 modules/gui/macosx/open.m:738
 #: modules/gui/macosx/open.m:784 modules/gui/wxwidgets/interface.cpp:675
-#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:348
-#: modules/gui/wxwidgets/menus.cpp:404
+#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:349
+#: modules/gui/wxwidgets/menus.cpp:405
 msgid "Open"
 msgstr "გახსნა"
 
@@ -10577,7 +10600,7 @@ msgstr "პარამეტრები"
 
 #: modules/gui/beos/InterfaceWindow.cpp:237
 #: modules/gui/beos/InterfaceWindow.cpp:328 modules/gui/macosx/intf.m:503
-#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:35
+#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:41
 #: modules/gui/wxwidgets/dialogs/messages.cpp:47
 msgid "Messages"
 msgstr ""
@@ -10737,6 +10760,7 @@ msgstr "გამოყენება"
 
 #: modules/gui/beos/PreferencesWindow.cpp:254 modules/gui/macosx/output.m:526
 #: modules/gui/macosx/playlist.m:704 modules/gui/macosx/prefs.m:121
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:87
 msgid "Save"
 msgstr "შენახვა"
 
@@ -10871,7 +10895,7 @@ msgstr "არა"
 msgid "The stream must be playing or paused for bookmarks to work."
 msgstr "-სკენ."
 
-#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:735
+#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:741
 #, fuzzy
 msgid "Jump To Time"
 msgstr "ვის დრო"
@@ -10889,12 +10913,12 @@ msgstr ""
 msgid "Random On"
 msgstr "შემთხვევითი ჩართ."
 
-#: modules/gui/macosx/controls.m:167
+#: modules/gui/macosx/controls.m:168
 #, fuzzy
 msgid "Random Off"
 msgstr "შემთხვევითი გათიშ."
 
-#: modules/gui/macosx/controls.m:195 modules/gui/macosx/controls.m:719
+#: modules/gui/macosx/controls.m:197 modules/gui/macosx/controls.m:725
 #: modules/gui/macosx/intf.m:543 modules/gui/macosx/playlist.m:453
 #: modules/gui/macosx/playlist.m:1167
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:54
@@ -10902,13 +10926,13 @@ msgstr "შემთხვევითი გათიშ."
 msgid "Repeat One"
 msgstr "გამეორება ერთი"
 
-#: modules/gui/macosx/controls.m:199 modules/gui/macosx/controls.m:231
+#: modules/gui/macosx/controls.m:202 modules/gui/macosx/controls.m:236
 #: modules/gui/macosx/playlist.m:1186
 #, fuzzy
 msgid "Repeat Off"
 msgstr "გამეორება გათიშ."
 
-#: modules/gui/macosx/controls.m:227 modules/gui/macosx/controls.m:726
+#: modules/gui/macosx/controls.m:231 modules/gui/macosx/controls.m:732
 #: modules/gui/macosx/intf.m:544 modules/gui/macosx/playlist.m:454
 #: modules/gui/macosx/playlist.m:1175
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:53
@@ -10916,48 +10940,48 @@ msgstr "გამეორება გათიშ."
 msgid "Repeat All"
 msgstr "გამეორება ყველა"
 
-#: modules/gui/macosx/controls.m:308 modules/gui/macosx/controls.m:749
+#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
 #: modules/gui/macosx/intf.m:569
 #, fuzzy
 msgid "Half Size"
 msgstr "ზომა"
 
-#: modules/gui/macosx/controls.m:310 modules/gui/macosx/controls.m:750
+#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:756
 #: modules/gui/macosx/intf.m:570
 #, fuzzy
 msgid "Normal Size"
 msgstr "ნორმალური ზომა"
 
-#: modules/gui/macosx/controls.m:312 modules/gui/macosx/controls.m:751
+#: modules/gui/macosx/controls.m:318 modules/gui/macosx/controls.m:757
 #: modules/gui/macosx/intf.m:571
 #, fuzzy
 msgid "Double Size"
 msgstr "ზომა"
 
-#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
-#: modules/gui/macosx/controls.m:766 modules/gui/macosx/intf.m:574
+#: modules/gui/macosx/controls.m:320 modules/gui/macosx/controls.m:761
+#: modules/gui/macosx/controls.m:772 modules/gui/macosx/intf.m:574
 #, fuzzy
 msgid "Float on Top"
 msgstr "მცურავი ზემოთ"
 
-#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:752
+#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:758
 #: modules/gui/macosx/intf.m:572
 #, fuzzy
 msgid "Fit to Screen"
 msgstr "გაშალე -სკენ ეკრანი"
 
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:542
+#: modules/gui/macosx/controls.m:718 modules/gui/macosx/intf.m:542
 #: modules/gui/macosx/playlist.m:447
 #, fuzzy
 msgid "Random"
 msgstr "შემთხვევითი"
 
-#: modules/gui/macosx/controls.m:733 modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/controls.m:739 modules/gui/macosx/intf.m:545
 #, fuzzy
 msgid "Step Forward"
 msgstr "გადაგზავნა"
 
-#: modules/gui/macosx/controls.m:734 modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/controls.m:740 modules/gui/macosx/intf.m:546
 msgid "Step Backward"
 msgstr ""
 
@@ -10978,7 +11002,7 @@ msgstr "სწრაფად გადაგზავნა"
 #: modules/gui/pda/pda_interface.c:251 modules/gui/wxwidgets/interface.cpp:678
 #: modules/gui/wxwidgets/interface.cpp:689
 #: modules/gui/wxwidgets/interface.cpp:1210
-#: modules/gui/wxwidgets/menus.cpp:265 modules/visualization/xosd.c:242
+#: modules/gui/wxwidgets/menus.cpp:266 modules/visualization/xosd.c:242
 msgid "Pause"
 msgstr "პაუზა"
 
@@ -11201,7 +11225,7 @@ msgstr ""
 
 #: modules/gui/macosx/intf.m:488 modules/gui/macosx/intf.m:999
 #: modules/gui/macosx/intf.m:1321 modules/gui/pda/pda_interface.c:212
-#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:52
+#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:54
 msgid "VLC media player"
 msgstr "VLC მედია დამკვრელი"
 
@@ -11677,82 +11701,6 @@ msgstr "SDP URL"
 msgid "Save File"
 msgstr "ფაილის შენახვა"
 
-#: modules/gui/macosx/playlistinfo.m:56
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
-msgid "URI"
-msgstr "URI"
-
-#: modules/gui/macosx/playlistinfo.m:63
-#, fuzzy
-msgid "Advanced Information"
-msgstr "დამატებითი ინფორმაცია"
-
-#: modules/gui/macosx/playlistinfo.m:81
-#, fuzzy
-msgid "Read at media"
-msgstr "წაკითხული"
-
-#: modules/gui/macosx/playlistinfo.m:82
-#, fuzzy
-msgid "Input bitrate"
-msgstr "შესავალი"
-
-#: modules/gui/macosx/playlistinfo.m:83
-msgid "Demuxed"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:84
-#, fuzzy
-msgid "Stream bitrate"
-msgstr "ნაკადი"
-
-#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
-msgid "Decoded blocks"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:88
-#, fuzzy
-msgid "Displayed frames"
-msgstr "კადრები"
-
-#: modules/gui/macosx/playlistinfo.m:89
-#, fuzzy
-msgid "Lost frames"
-msgstr "კადრები"
-
-#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
-#: modules/video_filter/deinterlace.c:137
-#, fuzzy
-msgid "Streaming"
-msgstr "ნაკადი"
-
-#: modules/gui/macosx/playlistinfo.m:92
-#, fuzzy
-msgid "Sent packets"
-msgstr "ჯგუფი"
-
-#: modules/gui/macosx/playlistinfo.m:93
-#, fuzzy
-msgid "Sent bytes"
-msgstr "bytes"
-
-#: modules/gui/macosx/playlistinfo.m:94
-#, fuzzy
-msgid "Send rate"
-msgstr "გაგზავნა"
-
-#: modules/gui/macosx/playlistinfo.m:98
-#, fuzzy
-msgid "Played buffers"
-msgstr "დაკვრა"
-
-#: modules/gui/macosx/playlistinfo.m:99
-msgid "Lost buffers"
-msgstr ""
-
 #: modules/gui/macosx/playlist.m:434
 msgid "Save Playlist..."
 msgstr "დაკვრის სიის შენახვა..."
@@ -11845,6 +11793,82 @@ msgstr ""
 msgid "Empty Folder"
 msgstr "ცარიელი საქაღალდე"
 
+#: modules/gui/macosx/playlistinfo.m:56
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
+msgid "URI"
+msgstr "URI"
+
+#: modules/gui/macosx/playlistinfo.m:63
+#, fuzzy
+msgid "Advanced Information"
+msgstr "დამატებითი ინფორმაცია"
+
+#: modules/gui/macosx/playlistinfo.m:81
+#, fuzzy
+msgid "Read at media"
+msgstr "წაკითხული"
+
+#: modules/gui/macosx/playlistinfo.m:82
+#, fuzzy
+msgid "Input bitrate"
+msgstr "შესავალი"
+
+#: modules/gui/macosx/playlistinfo.m:83
+msgid "Demuxed"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:84
+#, fuzzy
+msgid "Stream bitrate"
+msgstr "ნაკადი"
+
+#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
+msgid "Decoded blocks"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:88
+#, fuzzy
+msgid "Displayed frames"
+msgstr "კადრები"
+
+#: modules/gui/macosx/playlistinfo.m:89
+#, fuzzy
+msgid "Lost frames"
+msgstr "კადრები"
+
+#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
+#: modules/video_filter/deinterlace.c:137
+#, fuzzy
+msgid "Streaming"
+msgstr "ნაკადი"
+
+#: modules/gui/macosx/playlistinfo.m:92
+#, fuzzy
+msgid "Sent packets"
+msgstr "ჯგუფი"
+
+#: modules/gui/macosx/playlistinfo.m:93
+#, fuzzy
+msgid "Sent bytes"
+msgstr "bytes"
+
+#: modules/gui/macosx/playlistinfo.m:94
+#, fuzzy
+msgid "Send rate"
+msgstr "გაგზავნა"
+
+#: modules/gui/macosx/playlistinfo.m:98
+#, fuzzy
+msgid "Played buffers"
+msgstr "დაკვრა"
+
+#: modules/gui/macosx/playlistinfo.m:99
+msgid "Lost buffers"
+msgstr ""
+
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:213
 #, fuzzy
@@ -13126,11 +13150,21 @@ msgstr "პოვნა ფაილი"
 msgid "QNX RTOS video and audio output"
 msgstr "ვიდეო და აუდიო"
 
+#: modules/gui/qt4/dialogs/errors.cpp:37
+msgid "Errors"
+msgstr "შეცდომები"
+
 #: modules/gui/qt4/dialogs/streaminfo.cpp:35
 #, fuzzy
 msgid "Stream information"
 msgstr "ნაკადი ინფორმაცია"
 
+#: modules/gui/qt4/dialogs_provider.cpp:235
+#: modules/gui/qt4/dialogs_provider.cpp:246
+#, fuzzy
+msgid "Open directory"
+msgstr "&დირექტორიის გახსნა..."
+
 #: modules/gui/qt4/qt4.cpp:45
 #, fuzzy
 msgid "QT interface"
@@ -13310,6 +13344,11 @@ msgstr ""
 msgid "WinCE dialogs provider"
 msgstr ""
 
+#: modules/gui/wxwidgets/dialogs.cpp:433
+#: modules/gui/wxwidgets/dialogs/open.cpp:1265
+msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
+msgstr ""
+
 #: modules/gui/wxwidgets/dialogs/bookmarks.cpp:75
 msgid "Edit bookmark"
 msgstr "სანიშნეს რედაქტირება"
@@ -13379,26 +13418,6 @@ msgstr ""
 msgid "Input has changed "
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs.cpp:433
-#: modules/gui/wxwidgets/dialogs/open.cpp:1265
-msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:435
-#: modules/gui/wxwidgets/dialogs/open.cpp:1267
-msgid "|Video Files (*.avi, *.mpg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:436
-#: modules/gui/wxwidgets/dialogs/open.cpp:1268
-msgid "|Playlist Files (*.m3u, *.pls, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:437
-#: modules/gui/wxwidgets/dialogs/open.cpp:1269
-msgid "|Subtitle Files (*.srt, *.sub, etc.)|"
-msgstr ""
-
 #: modules/gui/wxwidgets/dialogs/fileinfo.cpp:54
 #, fuzzy
 msgid "Stream and Media Info"
@@ -13967,11 +13986,6 @@ msgstr ""
 msgid "Loop"
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:415
-#, fuzzy
-msgid "Create"
-msgstr "შექმნა"
-
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:560
 msgid "VLM stream"
 msgstr "VLM ნაკადი"
@@ -14047,11 +14061,6 @@ msgid ""
 "about it."
 msgstr "არჩევა ვიდეო არჩევა a -სკენ შესახებ."
 
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
-#, fuzzy
-msgid "Transcode audio (if available)"
-msgstr "აუდიო"
-
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:135
 #, fuzzy
 msgid ""
@@ -14124,6 +14133,11 @@ msgstr "მეტი ინფორმაცია"
 msgid "Save to file"
 msgstr "შეინახე ფაილში"
 
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
+#, fuzzy
+msgid "Transcode audio (if available)"
+msgstr "აუდიო"
+
 #: modules/gui/wxwidgets/extrapanel.cpp:41
 msgid ""
 "Controls the blending of equalizer bands. The higher this value is, the more "
@@ -14416,7 +14430,7 @@ msgstr "&შეტყობინენები..."
 msgid "&Preferences..."
 msgstr "&პარამეტრები..."
 
-#: modules/gui/wxwidgets/menus.cpp:572 modules/gui/wxwidgets/menus.cpp:599
+#: modules/gui/wxwidgets/menus.cpp:573 modules/gui/wxwidgets/menus.cpp:600
 msgid "Empty"
 msgstr "ცარიელი"
 
@@ -14988,10 +15002,6 @@ msgstr "ფაილი"
 msgid "Output data for RRDTool in this file."
 msgstr "დუიმი ფაილი."
 
-#: modules/misc/memcpy/memcpyaltivec.c:56
-msgid "AltiVec memcpy"
-msgstr ""
-
 #: modules/misc/memcpy/memcpy.c:83
 msgid "libc memcpy"
 msgstr ""
@@ -15008,6 +15018,10 @@ msgstr ""
 msgid "MMX EXT memcpy"
 msgstr ""
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr ""
+
 #: modules/misc/msn.c:64
 #, fuzzy
 msgid "MSN Title format string"
@@ -16613,14 +16627,6 @@ msgstr "-სკენ"
 msgid "Conversions from "
 msgstr ""
 
-#: 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
-#, fuzzy
-msgid " to "
-msgstr "მდე"
-
 #: 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 "
@@ -18290,15 +18296,20 @@ msgstr ""
 msgid "XOSD interface"
 msgstr "XOSD ინტერფეისი"
 
+#, fuzzy
+#~ msgid "Create"
+#~ msgstr "შექმნა"
+
+#, fuzzy
+#~ msgid " to "
+#~ msgstr "მდე"
+
 #, fuzzy
 #~ msgid ""
 #~ "This has no effect on actual encoding quality, it just prevents the stats "
 #~ "from being calculated (for speed)."
 #~ msgstr "არა ეფექტი."
 
-#~ msgid "Errors"
-#~ msgstr "შეცდომები"
-
 #, fuzzy
 #~ msgid "Yes"
 #~ msgstr "დიახ"
diff --git a/po/ko.po b/po/ko.po
index b2b6ee6fabd48340c17dd63a48a395ed0017f421..7f4e752c35584eead3879998878f1f39cecaf1cf 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ko\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-31 15:10+0400\n"
+"POT-Creation-Date: 2006-09-04 11:13+0200\n"
 "PO-Revision-Date: 2005-09-07 06:05+0900\n"
 "Last-Translator: Han HoJoong <0demon0@paran.com>\n"
 "Language-Team: Korean Linux User Group\n"
@@ -16,6 +16,19 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: include/vlc/vlc.h:576
+#, fuzzy
+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"
+"see the file named COPYING for details.\n"
+"Written by the VideoLAN team; see the AUTHORS file.\n"
+msgstr ""
+"법률에 의해 허가되는 범위에서 이 프로그램에는 무슨 보증도 없습니다. \n"
+"당신은, GNU GPL의 조항에 근거해 재배포할지도 모릅니다. \n"
+"COPYING 파일에 상세가 쓰여져 있기 때문에, 참조해 주세요. \n"
+"Written by the VideoLAN team at Ecole Centrale, Paris. \n"
+
 #: include/vlc_config_cat.h:32
 msgid "VLC preferences"
 msgstr "VLC 설정"
@@ -71,7 +84,7 @@ msgstr "네트워크·인터페이스"
 msgid "Hotkeys settings"
 msgstr "오디오 인코더 설정"
 
-#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1209
+#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1217
 #: modules/gui/beos/InterfaceWindow.cpp:282 modules/gui/macosx/extended.m:81
 #: modules/gui/macosx/intf.m:555 modules/gui/macosx/output.m:170
 #: modules/gui/macosx/playlistinfo.m:96 modules/gui/macosx/wizard.m:421
@@ -119,9 +132,9 @@ msgstr "출력 방법"
 msgid "These are general settings for audio output modules."
 msgstr ""
 
-#: include/vlc_config_cat.h:71 src/libvlc.h:1553
+#: include/vlc_config_cat.h:71 src/libvlc.h:1563
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:578
-#: modules/gui/wxwidgets/menus.cpp:279 modules/stream_out/transcode.c:285
+#: modules/gui/wxwidgets/menus.cpp:280 modules/stream_out/transcode.c:285
 msgid "Miscellaneous"
 msgstr "그 외"
 
@@ -130,7 +143,7 @@ msgstr "그 외"
 msgid "Miscellaneous audio settings and modules."
 msgstr "그 외의 옵션"
 
-#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1244
+#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1252
 #: modules/gui/macosx/extended.m:80 modules/gui/macosx/intf.m:568
 #: modules/gui/macosx/output.m:160 modules/gui/macosx/playlistinfo.m:86
 #: modules/gui/macosx/wizard.m:422
@@ -250,7 +263,7 @@ msgstr ""
 msgid "General input settings. Use with care."
 msgstr "ALSA 오디오·모듈"
 
-#: include/vlc_config_cat.h:135 src/libvlc.h:1483
+#: include/vlc_config_cat.h:135 src/libvlc.h:1493
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:152
 msgid "Stream output"
 msgstr "스트림 출력"
@@ -343,8 +356,8 @@ msgstr "DVD"
 msgid "VLC's implementation of Video On Demand"
 msgstr ""
 
-#: include/vlc_config_cat.h:186 src/libvlc.h:1608 src/playlist/engine.c:79
-#: src/playlist/engine.c:81 modules/demux/playlist/playlist.c:56
+#: include/vlc_config_cat.h:186 src/libvlc.h:1618 src/playlist/engine.c:91
+#: src/playlist/engine.c:93 modules/demux/playlist/playlist.c:56
 #: modules/demux/playlist/playlist.c:57
 #: modules/gui/beos/InterfaceWindow.cpp:231
 #: modules/gui/beos/InterfaceWindow.cpp:325 modules/gui/macosx/intf.m:500
@@ -376,7 +389,7 @@ msgid ""
 "playlist."
 msgstr ""
 
-#: include/vlc_config_cat.h:197 src/libvlc.h:1444
+#: include/vlc_config_cat.h:197 src/libvlc.h:1454
 #: modules/gui/macosx/prefs.m:124
 msgid "Advanced"
 msgstr ""
@@ -500,7 +513,7 @@ msgstr "재생에 사용하는 hot key를 선택"
 #: modules/gui/wxwidgets/interface.cpp:677
 #: modules/gui/wxwidgets/interface.cpp:688
 #: modules/gui/wxwidgets/interface.cpp:1216
-#: modules/gui/wxwidgets/menus.cpp:263 modules/gui/wxwidgets/menus.cpp:274
+#: modules/gui/wxwidgets/menus.cpp:264 modules/gui/wxwidgets/menus.cpp:275
 msgid "Play"
 msgstr "재생"
 
@@ -518,8 +531,8 @@ msgid "Delete"
 msgstr "삭제"
 
 #: include/vlc_intf_strings.h:37 modules/gui/macosx/intf.m:599
-#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlistinfo.m:55
-#: modules/gui/macosx/playlistinfo.m:363 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/playlistinfo.m:55 modules/gui/macosx/playlistinfo.m:363
 #, fuzzy
 msgid "Information"
 msgstr "버젼 정보의 인쇄"
@@ -556,8 +569,8 @@ msgstr "버젼 정보의 인쇄"
 msgid "Title"
 msgstr "제목"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:58
-#: modules/gui/macosx/playlist.m:130 modules/gui/macosx/wizard.m:393
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:130
+#: modules/gui/macosx/playlistinfo.m:58 modules/gui/macosx/wizard.m:393
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:50
 msgid "Author"
 msgstr "작성자"
@@ -630,19 +643,6 @@ msgstr "코덱명 디바이스명"
 msgid "Codec Description"
 msgstr "코덱 설명"
 
-#: include/vlc/vlc.h:576
-#, fuzzy
-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"
-"see the file named COPYING for details.\n"
-"Written by the VideoLAN team; see the AUTHORS file.\n"
-msgstr ""
-"법률에 의해 허가되는 범위에서 이 프로그램에는 무슨 보증도 없습니다. \n"
-"당신은, GNU GPL의 조항에 근거해 재배포할지도 모릅니다. \n"
-"COPYING 파일에 상세가 쓰여져 있기 때문에, 참조해 주세요. \n"
-"Written by the VideoLAN team at Ecole Centrale, Paris. \n"
-
 #: src/audio_output/filters.c:154 src/audio_output/filters.c:201
 #: src/audio_output/filters.c:224
 #, fuzzy
@@ -656,7 +656,7 @@ msgid "The maximum number of filters (%d) was reached."
 msgstr ""
 
 #: src/audio_output/input.c:80 src/audio_output/input.c:126
-#: src/input/es_out.c:361 src/libvlc.h:417 src/video_output/video_output.c:421
+#: src/input/es_out.c:361 src/libvlc.h:421 src/video_output/video_output.c:421
 #: modules/codec/ffmpeg/postprocess.c:94
 msgid "Disable"
 msgstr "무효"
@@ -807,13 +807,15 @@ msgid "VLC could not open the decoder module."
 msgstr ""
 
 #: src/input/decoder.c:136
-msgid "No suitable decoder module for FOURCC \"4.4s\" found"
-msgstr ""
+#, fuzzy
+msgid "No suitable decoder module for format"
+msgstr "자막·디코더·모듈"
 
 #: src/input/decoder.c:137
+#, c-format
 msgid ""
-"VLC probably does not support this audio or video format. Regrettably, there "
-"is no way for you to fix this."
+"VLC probably does not support the “%4.4s” audio or video format. "
+"Unfortunately there is no way for you to fix this."
 msgstr ""
 
 #: src/input/es_out.c:383 src/input/es_out.c:385 src/input/es_out.c:391
@@ -824,7 +826,7 @@ msgid "Track %i"
 msgstr "트랙 %i"
 
 #: src/input/es_out.c:465 src/input/es_out.c:467 src/input/es_out.c:567
-#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:443
+#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:447
 #: modules/gui/macosx/intf.m:548 modules/gui/macosx/intf.m:549
 msgid "Program"
 msgstr "프로그램"
@@ -863,8 +865,8 @@ msgstr ""
 msgid "Bits per sample"
 msgstr "비트/샘플"
 
-#: src/input/es_out.c:1605 modules/access_output/shout.c:86
-#: modules/access/pvr.c:84
+#: src/input/es_out.c:1605 modules/access/pvr.c:84
+#: modules/access_output/shout.c:86
 msgid "Bitrate"
 msgstr "bit rate"
 
@@ -917,7 +919,7 @@ msgstr ""
 msgid "Bookmark"
 msgstr "북마크"
 
-#: src/input/var.c:131 src/libvlc.h:449
+#: src/input/var.c:131 src/libvlc.h:453
 #, fuzzy
 msgid "Programs"
 msgstr "프로그램"
@@ -1640,58 +1642,68 @@ msgstr ""
 "얼마인가의 처리 파워를 세이브할 수가 있습니다. )"
 
 #: src/libvlc.h:278
+#, fuzzy
+msgid "Embedded video"
+msgstr "QT매입 모듈"
+
+#: src/libvlc.h:280
+#, fuzzy
+msgid "Embed the video output in the main interface."
+msgstr "인터페이스의 비디오 편입"
+
+#: src/libvlc.h:282
 msgid "Fullscreen video output"
 msgstr "풀 스크린 비디오 출력"
 
-#: src/libvlc.h:280
+#: src/libvlc.h:284
 #, fuzzy
 msgid "Start video in fullscreen mode"
 msgstr "대체네풀 스크린"
 
-#: src/libvlc.h:282
+#: src/libvlc.h:286
 msgid "Overlay video output"
 msgstr "오버레이 비디오 출력"
 
-#: src/libvlc.h:284
+#: src/libvlc.h:288
 msgid ""
 "Overlay is the hardware acceleration capability of your video card (ability "
 "to render video directly). VLC will try to use it by default."
 msgstr ""
 
-#: src/libvlc.h:287 src/video_output/vout_intf.c:399
+#: src/libvlc.h:291 src/video_output/vout_intf.c:399
 msgid "Always on top"
 msgstr "항상 맨 앞면"
 
-#: src/libvlc.h:289
+#: src/libvlc.h:293
 #, fuzzy
 msgid "Always place the video window on top of other windows."
 msgstr "비디오를 클론 하기 위해서 비디오·윈도우수를 선택한다"
 
-#: src/libvlc.h:291
+#: src/libvlc.h:295
 msgid "Disable screensaver"
 msgstr ""
 
-#: src/libvlc.h:292
+#: src/libvlc.h:296
 msgid "Disable the screensaver during video playback."
 msgstr ""
 
-#: src/libvlc.h:294
+#: src/libvlc.h:298
 msgid "Window decorations"
 msgstr ""
 
-#: src/libvlc.h:296
+#: src/libvlc.h:300
 #, fuzzy
 msgid ""
 "VLC can avoid creating window caption, frames, etc... around the video, "
 "giving a \"minimal\" window."
 msgstr "이 옵션을 지정하면(자), VLC는 항상 비디오를 풀 스크린·모드로 합니다. "
 
-#: src/libvlc.h:299
+#: src/libvlc.h:303
 #, fuzzy
 msgid "Video output filter module"
 msgstr "비디오 출력 모듈"
 
-#: src/libvlc.h:301
+#: src/libvlc.h:305
 #, fuzzy
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
@@ -1700,11 +1712,11 @@ msgstr ""
 "noninterplace의 인스턴스 또는, 클론, 만곡화 된 비디오·윈도우우의 영상 퀄리티"
 "에 효과를 더하는 필터를 지정할 수 있습니다. "
 
-#: src/libvlc.h:305
+#: src/libvlc.h:309
 msgid "Video filter module"
 msgstr "비디오 필터 모듈"
 
-#: src/libvlc.h:307
+#: src/libvlc.h:311
 #, fuzzy
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
@@ -1713,63 +1725,63 @@ msgstr ""
 "noninterplace의 인스턴스 또는, 클론, 만곡화 된 비디오·윈도우우의 영상 퀄리티"
 "에 효과를 더하는 필터를 지정할 수 있습니다. "
 
-#: src/libvlc.h:311
+#: src/libvlc.h:315
 #, fuzzy
 msgid "Video snapshot directory (or filename)"
 msgstr "비디오 입력의 크로마포맛트"
 
-#: src/libvlc.h:313
+#: src/libvlc.h:317
 #, fuzzy
 msgid "Directory where the video snapshots will be stored."
 msgstr "VLC가 선택하는 패킷의 순서를 선택합니다. "
 
-#: src/libvlc.h:315 src/libvlc.h:317
+#: src/libvlc.h:319 src/libvlc.h:321
 #, fuzzy
 msgid "Video snapshot file prefix"
 msgstr "비디오 입력의 크로마포맛트"
 
-#: src/libvlc.h:319
+#: src/libvlc.h:323
 #, fuzzy
 msgid "Video snapshot format"
 msgstr "비디오 입력의 크로마포맛트"
 
-#: src/libvlc.h:321
+#: src/libvlc.h:325
 msgid "Image format which will be used to store the video snapshots"
 msgstr ""
 
-#: src/libvlc.h:323
+#: src/libvlc.h:327
 #, fuzzy
 msgid "Display video snapshot preview"
 msgstr "디스플레이명"
 
-#: src/libvlc.h:325
+#: src/libvlc.h:329
 msgid "Display the snapshot preview in the screen's top-left corner."
 msgstr ""
 
-#: src/libvlc.h:327
+#: src/libvlc.h:331
 msgid "Use sequential numbers instead of timestamps"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:333
 msgid "Use sequential numbers instead of timestamps for snapshot numbering"
 msgstr ""
 
-#: src/libvlc.h:331
+#: src/libvlc.h:335
 #, fuzzy
 msgid "Video cropping"
 msgstr "비디오의 높이"
 
-#: src/libvlc.h:333
+#: src/libvlc.h:337
 msgid ""
 "This forces the cropping of the source video. Accepted formats are x:y (4:3, "
 "16:9, etc.) expressing the global image aspect."
 msgstr ""
 
-#: src/libvlc.h:337
+#: src/libvlc.h:341
 msgid "Source aspect ratio"
 msgstr "소스의 어스펙트비"
 
-#: src/libvlc.h:339
+#: src/libvlc.h:343
 #, fuzzy
 msgid ""
 "This forces the source aspect ratio. For instance, some DVDs claim to be "
@@ -1784,127 +1796,127 @@ msgstr ""
 "(4:3, 16:9, etc. )의 형식에서 어스펙트를 지정하는지, 부동 소수점치 (1.25, "
 "1.3333, etc. )의 형식에서 픽셀의 구형을 지정합니다. "
 
-#: src/libvlc.h:346
+#: src/libvlc.h:350
 msgid "Custom crop ratios list"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:352
 msgid ""
 "Comma seperated list of crop ratios which will be added in the interface's "
 "crop ratios list."
 msgstr ""
 
-#: src/libvlc.h:351
+#: src/libvlc.h:355
 #, fuzzy
 msgid "Custom aspect ratios list"
 msgstr "소스의 어스펙트비"
 
-#: src/libvlc.h:353
+#: src/libvlc.h:357
 msgid ""
 "Comma seperated list of aspect ratios which will be added in the interface's "
 "aspect ratio list."
 msgstr ""
 
-#: src/libvlc.h:356
+#: src/libvlc.h:360
 msgid "Fix HDTV height"
 msgstr ""
 
-#: src/libvlc.h:358
+#: src/libvlc.h:362
 msgid ""
 "This allows proper handling of HDTV-1080 video format even if broken encoder "
 "incorrectly sets height to 1088 lines. You should only disable this option "
 "if your video has a non-standard format requiring all 1088 lines."
 msgstr ""
 
-#: src/libvlc.h:363
+#: src/libvlc.h:367
 #, fuzzy
 msgid "Monitor pixel aspect ratio"
 msgstr "소스의 어스펙트비"
 
-#: src/libvlc.h:365
+#: src/libvlc.h:369
 msgid ""
 "This forces the monitor aspect ratio. Most monitors have square pixels "
 "(1:1). If you have a 16:9 screen, you might need to change this to 4:3 in "
 "order to keep proportions."
 msgstr ""
 
-#: src/libvlc.h:370
+#: src/libvlc.h:374
 #, fuzzy
 msgid "Skip frames"
 msgstr "키 프레임을 사용"
 
-#: src/libvlc.h:372
+#: src/libvlc.h:376
 msgid ""
 "This option enables framedropping on MPEG2 stream. Framedropping occurs when "
 "your computer is not powerful enough"
 msgstr ""
 
-#: src/libvlc.h:375
+#: src/libvlc.h:379
 #, fuzzy
 msgid "Drop late frames"
 msgstr "키 프레임을 사용"
 
-#: src/libvlc.h:377
+#: src/libvlc.h:381
 msgid ""
 "This drops frames that are late (arrive to the video output after their "
 "intended display date)."
 msgstr ""
 
-#: src/libvlc.h:380
+#: src/libvlc.h:384
 msgid "Quiet synchro"
 msgstr ""
 
-#: src/libvlc.h:382
+#: src/libvlc.h:386
 msgid ""
 "This avoids flooding the message log with debug output from the video output "
 "synchronization mechanism."
 msgstr ""
 
-#: src/libvlc.h:391
+#: src/libvlc.h:395
 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:396
+#: src/libvlc.h:400
 msgid ""
 "If you live in France, it is not allowed to workaround any Digital "
 "Restrictions Management measure."
 msgstr ""
 
-#: src/libvlc.h:399
+#: src/libvlc.h:403
 msgid "Clock reference average counter"
 msgstr ""
 
-#: src/libvlc.h:401
+#: src/libvlc.h:405
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
 msgstr ""
 
-#: src/libvlc.h:404
+#: src/libvlc.h:408
 #, fuzzy
 msgid "Clock synchronisation"
 msgstr "코덱 설명"
 
-#: src/libvlc.h:406
+#: src/libvlc.h:410
 msgid ""
 "It is possible to disable the input clock synchronisation for real-time "
 "sources. Use this if you experience jerky playback of network streams."
 msgstr ""
 
-#: src/libvlc.h:410 modules/control/netsync.c:71
+#: src/libvlc.h:414 modules/control/netsync.c:71
 msgid "Network synchronisation"
 msgstr ""
 
-#: src/libvlc.h:411
+#: src/libvlc.h:415
 msgid ""
 "This allows you to remotely synchronise clocks for server and client. The "
 "detailed settings are available in Advanced / Network Sync."
 msgstr ""
 
-#: src/libvlc.h:417 src/libvlc.h:964 src/video_output/vout_intf.c:261
+#: src/libvlc.h:421 src/libvlc.h:972 src/video_output/vout_intf.c:261
 #: src/video_output/vout_intf.c:348 modules/access/dshow/dshow.cpp:74
 #: modules/access/dshow/dshow.cpp:76 modules/access/dshow/dshow.cpp:79
 #: modules/access/dshow/dshow.cpp:85 modules/audio_output/alsa.c:102
@@ -1917,7 +1929,7 @@ msgstr ""
 msgid "Default"
 msgstr "디폴트"
 
-#: src/libvlc.h:417 modules/gui/macosx/equalizer.m:145
+#: src/libvlc.h:421 modules/gui/macosx/equalizer.m:145
 #: modules/gui/macosx/extended.m:113 modules/gui/macosx/wizard.m:395
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:633
 #: modules/gui/wxwidgets/extrapanel.cpp:216
@@ -1925,21 +1937,21 @@ msgstr "디폴트"
 msgid "Enable"
 msgstr "유효"
 
-#: src/libvlc.h:419
+#: src/libvlc.h:423
 #, fuzzy
 msgid "UDP port"
 msgstr "포토 번호"
 
-#: src/libvlc.h:421
+#: src/libvlc.h:425
 #, fuzzy
 msgid "This is the default port used for UDP streams. Default is 1234."
 msgstr "UDP 스트림로 사용되는 포토를 지정합니다. 기정치는 1234입니다. "
 
-#: src/libvlc.h:423
+#: src/libvlc.h:427
 msgid "MTU of the network interface"
 msgstr "네트워크·인터페이스의 MTU"
 
-#: src/libvlc.h:425
+#: src/libvlc.h:429
 #, fuzzy
 msgid ""
 "This is the maximum packet size that can be transmitted over the network "
@@ -1948,45 +1960,45 @@ msgstr ""
 "기대하는 전형적인 UDP 패킷의 사이즈입니다. 이더넷(ethernet)에서는, 그 값은, "
 "통상 1500입니다. "
 
-#: src/libvlc.h:428
+#: src/libvlc.h:432
 msgid "Hop limit (TTL)"
 msgstr ""
 
-#: src/libvlc.h:430
+#: src/libvlc.h:434
 msgid ""
 "This is the hop limit (also known as \"Time-To-Live\" or TTL) of the "
 "multicast packets sent by the stream output (0 = use operating system built-"
 "in default)."
 msgstr ""
 
-#: src/libvlc.h:434
+#: src/libvlc.h:438
 #, fuzzy
 msgid "IPv6 multicast output interface"
 msgstr "리모트·컨트롤·인터페이스·모듈"
 
-#: src/libvlc.h:436
+#: src/libvlc.h:440
 msgid "Default IPv6 multicast interface. This overrides the routing table."
 msgstr ""
 
-#: src/libvlc.h:438
+#: src/libvlc.h:442
 #, fuzzy
 msgid "IPv4 multicast output interface address"
 msgstr "리모트·컨트롤·인터페이스·모듈"
 
-#: src/libvlc.h:440
+#: src/libvlc.h:444
 msgid ""
 "IPv4 adress for the default multicast interface. This overrides the routing "
 "table."
 msgstr ""
 
-#: src/libvlc.h:445
+#: src/libvlc.h:449
 #, fuzzy
 msgid ""
 "Choose the program to select by giving its Service ID. Only use this option "
 "if you want to read a multi-program stream (like DVB streams for example)."
 msgstr "주어진 서비스 ID를 선택하기 위한 프로그램을 지정합니다. "
 
-#: src/libvlc.h:451
+#: src/libvlc.h:455
 #, fuzzy
 msgid ""
 "Choose the programs to select by giving a comma-separated list of Service "
@@ -1994,34 +2006,34 @@ msgid ""
 "(like DVB streams for example)."
 msgstr "주어진 서비스 ID를 선택하기 위한 프로그램을 지정합니다. "
 
-#: src/libvlc.h:457 modules/gui/wxwidgets/dialogs/open.cpp:779
+#: src/libvlc.h:461 modules/gui/wxwidgets/dialogs/open.cpp:779
 #, fuzzy
 msgid "Audio track"
 msgstr "오디오 트랙"
 
-#: src/libvlc.h:459
+#: src/libvlc.h:463
 #, fuzzy
 msgid "Stream number of the audio track to use (from 0 to n)."
 msgstr ""
 "DVD 안에서 사용하고 싶은 오디오의 채널 번호를 지정합니다. (1으로부터 n까지)"
 
-#: src/libvlc.h:462 modules/gui/wxwidgets/dialogs/open.cpp:771
+#: src/libvlc.h:466 modules/gui/wxwidgets/dialogs/open.cpp:771
 #, fuzzy
 msgid "Subtitles track"
 msgstr "자막 트랙"
 
-#: src/libvlc.h:464
+#: src/libvlc.h:468
 #, fuzzy
 msgid "Stream number of the subtitle track to use (from 0 to n)."
 msgstr ""
 "DVD 안에서 사용하고 싶은 자막의 채널 번호를 지정합니다. (1으로부터 n까지)"
 
-#: src/libvlc.h:467
+#: src/libvlc.h:471
 #, fuzzy
 msgid "Audio language"
 msgstr "오디오 채널의 선택"
 
-#: src/libvlc.h:469
+#: src/libvlc.h:473
 #, fuzzy
 msgid ""
 "Language of the audio track you want to use (comma separated, two or three "
@@ -2029,12 +2041,12 @@ msgid ""
 msgstr ""
 "DVD 안에서 사용하고 싶은 오디오의 채널 번호를 지정합니다. (1으로부터 n까지)"
 
-#: src/libvlc.h:472
+#: src/libvlc.h:476
 #, fuzzy
 msgid "Subtitle language"
 msgstr "오디오 채널의 선택"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:478
 #, fuzzy
 msgid ""
 "Language of the subtitle track you want to use (comma separated, two or tree "
@@ -2042,90 +2054,90 @@ msgid ""
 msgstr ""
 "DVD 안에서 사용하고 싶은 자막의 채널 번호를 지정합니다. (1으로부터 n까지)"
 
-#: src/libvlc.h:478
+#: src/libvlc.h:482
 #, fuzzy
 msgid "Audio track ID"
 msgstr "오디오 트랙"
 
-#: src/libvlc.h:480
+#: src/libvlc.h:484
 #, fuzzy
 msgid "Stream ID of the audio track to use."
 msgstr ""
 "DVD 안에서 사용하고 싶은 오디오의 채널 번호를 지정합니다. (1으로부터 n까지)"
 
-#: src/libvlc.h:482
+#: src/libvlc.h:486
 #, fuzzy
 msgid "Subtitles track ID"
 msgstr "자막 트랙"
 
-#: src/libvlc.h:484
+#: src/libvlc.h:488
 #, fuzzy
 msgid "Stream ID of the subtitle track to use."
 msgstr ""
 "DVD 안에서 사용하고 싶은 자막의 채널 번호를 지정합니다. (1으로부터 n까지)"
 
-#: src/libvlc.h:486
+#: src/libvlc.h:490
 #, fuzzy
 msgid "Input repetitions"
 msgstr "출력 옵션"
 
-#: src/libvlc.h:488
+#: src/libvlc.h:492
 msgid "Number of time the same input will be repeated"
 msgstr ""
 
-#: src/libvlc.h:490
+#: src/libvlc.h:494
 #, fuzzy
 msgid "Start time"
 msgstr "개시! "
 
-#: src/libvlc.h:492
+#: src/libvlc.h:496
 msgid "The stream will start at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:494
+#: src/libvlc.h:498
 #, fuzzy
 msgid "Stop time"
 msgstr "스트림의 정지"
 
-#: src/libvlc.h:496
+#: src/libvlc.h:500
 msgid "The stream will stop at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:498
+#: src/libvlc.h:502
 #, fuzzy
 msgid "Input list"
 msgstr "ìž…ë ¥"
 
-#: src/libvlc.h:500
+#: src/libvlc.h:504
 #, fuzzy
 msgid ""
 "You can give a comma-separated list of inputs that will be concatenated "
 "together after the normal one."
 msgstr "VLC가 선택하는 패킷의 순서를 선택합니다. "
 
-#: src/libvlc.h:503
+#: src/libvlc.h:507
 msgid "Input slave (experimental)"
 msgstr ""
 
-#: src/libvlc.h:505
+#: src/libvlc.h:509
 msgid ""
 "This allows you to play from several inputs at the same time. This feature "
 "is experimental, not all formats are supported. Use a '#' separated list of "
 "inputs."
 msgstr ""
 
-#: src/libvlc.h:509
+#: src/libvlc.h:513
 msgid "Bookmarks list for a stream"
 msgstr ""
 
-#: src/libvlc.h:511
+#: src/libvlc.h:515
 msgid ""
 "You can manually give a list of bookmarks for a stream in the form "
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
 "{...}\""
 msgstr ""
 
-#: src/libvlc.h:517
+#: src/libvlc.h:521
 msgid ""
 "These options allow you to modify the behavior of the subpictures subsystem. "
 "You can for example enable subpictures filters (logo, etc.). Enable these "
@@ -2133,12 +2145,12 @@ msgid ""
 "section. You can also set many miscellaneous subpictures options."
 msgstr ""
 
-#: src/libvlc.h:523
+#: src/libvlc.h:527
 #, fuzzy
 msgid "Force subtitle position"
 msgstr "자막의 위치"
 
-#: src/libvlc.h:525
+#: src/libvlc.h:529
 #, fuzzy
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
@@ -2147,65 +2159,65 @@ msgstr ""
 "이 옵션은 영상중의 자막의 위치를 지정할 수 있습니다. 몇개의 위치를 시험해 봐"
 "주세요. "
 
-#: src/libvlc.h:528
+#: src/libvlc.h:532
 #, fuzzy
 msgid "Enable sub-pictures"
 msgstr "자막"
 
-#: src/libvlc.h:530
+#: src/libvlc.h:534
 msgid "You can completely disable the sub-picture processing."
 msgstr ""
 
-#: src/libvlc.h:532 src/libvlc.h:1324 src/misc/iso-639_def.h:143
+#: src/libvlc.h:536 src/libvlc.h:1334 src/misc/iso-639_def.h:143
 #: modules/stream_out/transcode.c:281
 msgid "On Screen Display"
 msgstr ""
 
-#: src/libvlc.h:534
+#: src/libvlc.h:538
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
 "Display)."
 msgstr ""
 
-#: src/libvlc.h:537
+#: src/libvlc.h:541
 #, fuzzy
 msgid "Text rendering module"
 msgstr "다이렉트 렌더링"
 
-#: src/libvlc.h:539
+#: src/libvlc.h:543
 msgid ""
 "VLC normally uses Freetype for rendering, but this allows you to use svg for "
 "instance."
 msgstr ""
 
-#: src/libvlc.h:542
+#: src/libvlc.h:546
 #, fuzzy
 msgid "Subpictures filter module"
 msgstr "비디오 필터 모듈"
 
-#: src/libvlc.h:544
+#: src/libvlc.h:548
 msgid ""
 "This adds so-called \"subpicture filters\". These filters overlay some "
 "images or text over the video (like a logo, arbitraty text...)."
 msgstr ""
 
-#: src/libvlc.h:547
+#: src/libvlc.h:551
 #, fuzzy
 msgid "Autodetect subtitle files"
 msgstr "자막의 선택"
 
-#: src/libvlc.h:549
+#: src/libvlc.h:553
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified "
 "(based on the filename of the movie)."
 msgstr ""
 
-#: src/libvlc.h:552
+#: src/libvlc.h:556
 #, fuzzy
 msgid "Subtitle autodetection fuzziness"
 msgstr "자막"
 
-#: src/libvlc.h:554
+#: src/libvlc.h:558
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -2216,32 +2228,32 @@ msgid ""
 "4 = subtitle file matching the movie name exactly"
 msgstr ""
 
-#: src/libvlc.h:562
+#: src/libvlc.h:566
 #, fuzzy
 msgid "Subtitle autodetection paths"
 msgstr "자막"
 
-#: src/libvlc.h:564
+#: src/libvlc.h:568
 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:567
+#: src/libvlc.h:571
 msgid "Use subtitle file"
 msgstr "자막 파일을 사용"
 
-#: src/libvlc.h:569
+#: src/libvlc.h:573
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
 msgstr ""
 
-#: src/libvlc.h:572
+#: src/libvlc.h:576
 msgid "DVD device"
 msgstr "DVD 디바이스"
 
-#: src/libvlc.h:575
+#: src/libvlc.h:579
 #, fuzzy
 msgid ""
 "This is the default DVD drive (or file) to use. Don't forget the colon after "
@@ -2250,246 +2262,246 @@ msgstr ""
 "사용하는 기정의 DVD 드라이브(또는 파일)입니다. 드라이브 문자의 뒤에 구두점을 "
 "부가하는 것을 잊지 말아 주세요. (예 D:)"
 
-#: src/libvlc.h:579
+#: src/libvlc.h:583
 #, fuzzy
 msgid "This is the default DVD device to use."
 msgstr "DVD 디바이스의 기정치를 설정합니다. "
 
-#: src/libvlc.h:582
+#: src/libvlc.h:586
 msgid "VCD device"
 msgstr "VCD 디바이스"
 
-#: src/libvlc.h:585
+#: src/libvlc.h:589
 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:589
+#: src/libvlc.h:593
 #, fuzzy
 msgid "This is the default VCD device to use."
 msgstr "VCD 디바이스의 기정치를 지정합니다. "
 
-#: src/libvlc.h:592
+#: src/libvlc.h:596
 #, fuzzy
 msgid "Audio CD device"
 msgstr "오디오 CD 디바이스"
 
-#: src/libvlc.h:595
+#: src/libvlc.h:599
 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:599
+#: src/libvlc.h:603
 #, fuzzy
 msgid "This is the default Audio CD device to use."
 msgstr "VCD 디바이스의 기정치를 지정합니다. "
 
-#: src/libvlc.h:602 modules/gui/wxwidgets/dialogs/open.cpp:841
+#: src/libvlc.h:606 modules/gui/wxwidgets/dialogs/open.cpp:841
 msgid "Force IPv6"
 msgstr "강제적으로 IPv6"
 
-#: src/libvlc.h:604
+#: src/libvlc.h:608
 #, fuzzy
 msgid "IPv6 will be used by default for all connections."
 msgstr "이 체크 박스를 체크하면, IPv6가 모든 UDP와 HTTP로 연결됩니다. "
 
-#: src/libvlc.h:606
+#: src/libvlc.h:610
 #, fuzzy
 msgid "Force IPv4"
 msgstr "강제로 IPv4"
 
-#: src/libvlc.h:608
+#: src/libvlc.h:612
 #, fuzzy
 msgid "IPv4 will be used by default for all connections."
 msgstr "이 체크 박스를 체크하면, IPv4가 모든 UDP와 HTTP로연결됩니다. "
 
-#: src/libvlc.h:610
+#: src/libvlc.h:614
 msgid "TCP connection timeout"
 msgstr ""
 
-#: src/libvlc.h:612
+#: src/libvlc.h:616
 #, fuzzy
 msgid "Default TCP connection timeout (in milliseconds). "
 msgstr "캐싱치 (ms)"
 
-#: src/libvlc.h:614
+#: src/libvlc.h:618
 #, fuzzy
 msgid "SOCKS server"
 msgstr "서버 없음"
 
-#: src/libvlc.h:616
+#: src/libvlc.h:620
 msgid ""
 "SOCKS proxy server to use. This must be of the form address:port. It will be "
 "used for all TCP connections"
 msgstr ""
 
-#: src/libvlc.h:619
+#: src/libvlc.h:623
 #, fuzzy
 msgid "SOCKS user name"
 msgstr "FTP 유저명"
 
-#: src/libvlc.h:621
+#: src/libvlc.h:625
 #, fuzzy
 msgid "User name to be used for connection to the SOCKS proxy."
 msgstr "VLC가 선택하는 패킷의 순서를 선택합니다. "
 
-#: src/libvlc.h:623
+#: src/libvlc.h:627
 #, fuzzy
 msgid "SOCKS password"
 msgstr "FTP 패스워드"
 
-#: src/libvlc.h:625
+#: src/libvlc.h:629
 #, fuzzy
 msgid "Password to be used for connection to the SOCKS proxy."
 msgstr "VLC가 선택하는 패킷의 순서를 선택합니다. "
 
-#: src/libvlc.h:627
+#: src/libvlc.h:631
 #, fuzzy
 msgid "Title metadata"
 msgstr "파일"
 
-#: src/libvlc.h:629
+#: src/libvlc.h:633
 #, fuzzy
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr "VLC가 선택하는 패킷의 순서를 선택합니다. "
 
-#: src/libvlc.h:631
+#: src/libvlc.h:635
 msgid "Author metadata"
 msgstr "제작자 메타데이타"
 
-#: src/libvlc.h:633
+#: src/libvlc.h:637
 #, fuzzy
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr "VLC가 선택하는 패킷의 순서를 선택합니다. "
 
-#: src/libvlc.h:635
+#: src/libvlc.h:639
 msgid "Artist metadata"
 msgstr "아티스트 메타데이타"
 
-#: src/libvlc.h:637
+#: src/libvlc.h:641
 #, fuzzy
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr "VLC가 선택하는 패킷의 순서를 선택합니다. "
 
-#: src/libvlc.h:639
+#: src/libvlc.h:643
 msgid "Genre metadata"
 msgstr "장르메타데이타"
 
-#: src/libvlc.h:641
+#: src/libvlc.h:645
 #, fuzzy
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr "VLC가 선택하는 패킷의 순서를 선택합니다. "
 
-#: src/libvlc.h:643
+#: src/libvlc.h:647
 #, fuzzy
 msgid "Copyright metadata"
 msgstr "카피"
 
-#: src/libvlc.h:645
+#: src/libvlc.h:649
 #, fuzzy
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr "VLC가 선택하는 패킷의 순서를 선택합니다. "
 
-#: src/libvlc.h:647
+#: src/libvlc.h:651
 msgid "Description metadata"
 msgstr "설명 메타데이타"
 
-#: src/libvlc.h:649
+#: src/libvlc.h:653
 #, fuzzy
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr "VLC가 선택하는 패킷의 순서를 선택합니다. "
 
-#: src/libvlc.h:651
+#: src/libvlc.h:655
 msgid "Date metadata"
 msgstr "일자 메타데이타"
 
-#: src/libvlc.h:653
+#: src/libvlc.h:657
 #, fuzzy
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr "VLC가 선택하는 패킷의 순서를 선택합니다. "
 
-#: src/libvlc.h:655
+#: src/libvlc.h:659
 msgid "URL metadata"
 msgstr "URL 메타데이타"
 
-#: src/libvlc.h:657
+#: src/libvlc.h:661
 #, fuzzy
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr "VLC가 선택하는 패킷의 순서를 선택합니다. "
 
-#: src/libvlc.h:661
+#: src/libvlc.h:665
 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:665
+#: src/libvlc.h:669
 #, fuzzy
 msgid "Preferred decoders list"
 msgstr "준비되어 있는 코덱의 일람의 선택"
 
-#: src/libvlc.h:667
+#: src/libvlc.h:671
 msgid ""
 "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. Only advanced "
 "users should alter this option as it can break playback of all your streams."
 msgstr ""
 
-#: src/libvlc.h:672
+#: src/libvlc.h:676
 #, fuzzy
 msgid "Preferred encoders list"
 msgstr "준비되어 있는 코덱의 일람의 선택"
 
-#: src/libvlc.h:674
+#: src/libvlc.h:678
 #, fuzzy
 msgid ""
 "This allows you to select a list of encoders that VLC will use in priority."
 msgstr "VLC가 선택하는 패킷의 순서를 선택합니다. "
 
-#: src/libvlc.h:683
+#: src/libvlc.h:687
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
 msgstr ""
 
-#: src/libvlc.h:686
+#: src/libvlc.h:690
 #, fuzzy
 msgid "Default stream output chain"
 msgstr "스트림 출력의 복제"
 
-#: src/libvlc.h:688
+#: src/libvlc.h:692
 msgid ""
 "You can enter here a default stream output chain. Refer to the documentation "
 "to learn how to build such chains.Warning: this chain will be enabled for "
 "all streams."
 msgstr ""
 
-#: src/libvlc.h:692
+#: src/libvlc.h:696
 msgid "Enable streaming of all ES"
 msgstr ""
 
-#: src/libvlc.h:694
+#: src/libvlc.h:698
 #, fuzzy
 msgid "Stream all elementary streams (video, audio and subtitles)"
 msgstr "VLC가 선택하는 패킷의 순서를 선택합니다. "
 
-#: src/libvlc.h:696
+#: src/libvlc.h:700
 msgid "Display while streaming"
 msgstr ""
 
-#: src/libvlc.h:698
+#: src/libvlc.h:702
 #, fuzzy
 msgid "Play locally the stream while streaming it."
 msgstr "VLC가 선택하는 패킷의 순서를 선택합니다. "
 
-#: src/libvlc.h:700
+#: src/libvlc.h:704
 msgid "Enable video stream output"
 msgstr "비디오 스트림의 출력을 유효하게 한다"
 
-#: src/libvlc.h:702
+#: src/libvlc.h:706
 #, fuzzy
 msgid ""
 "Choose whether the video stream should be redirected to the stream output "
@@ -2498,11 +2510,11 @@ msgstr ""
 "비디오·스트림 출력 기구의 마지막 것이 유효하게 되어 있으면 비디오·스트림하지"
 "만 출력 기구에 리디렉트 되어야 할 경우, 선택 가능합니다. "
 
-#: src/libvlc.h:705
+#: src/libvlc.h:709
 msgid "Enable audio stream output"
 msgstr "오디오 스트림의 출력을 유효하게 한다"
 
-#: src/libvlc.h:707
+#: src/libvlc.h:711
 #, fuzzy
 msgid ""
 "Choose whether the audio stream should be redirected to the stream output "
@@ -2511,12 +2523,12 @@ msgstr ""
 "비디오·스트림 출력 기구의 마지막 것이 유효하게 되어 있으면출력 기구에 리디렉"
 "트 되어야 할 경우, 선택 가능합니다. "
 
-#: src/libvlc.h:710
+#: src/libvlc.h:714
 #, fuzzy
 msgid "Enable SPU stream output"
 msgstr "오디오 스트림의 출력을 유효하게 한다"
 
-#: src/libvlc.h:712
+#: src/libvlc.h:716
 #, fuzzy
 msgid ""
 "Choose whether the SPU streams should be redirected to the stream output "
@@ -2525,77 +2537,77 @@ msgstr ""
 "비디오·스트림 출력 기구의 마지막 것이 유효하게 되어 있으면출력 기구에 리디렉"
 "트 되어야 할 경우, 선택 가능합니다. "
 
-#: src/libvlc.h:715
+#: src/libvlc.h:719
 #, fuzzy
 msgid "Keep stream output open"
 msgstr "스트림의 출력처의 선택"
 
-#: src/libvlc.h:717
+#: src/libvlc.h:721
 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:721
+#: src/libvlc.h:725
 #, fuzzy
 msgid "Preferred packetizer list"
 msgstr "준비되어 있는 패킷 일람의 선택"
 
-#: src/libvlc.h:723
+#: src/libvlc.h:727
 #, fuzzy
 msgid ""
 "This allows you to select the order in which VLC will choose its packetizers."
 msgstr "VLC가 선택하는 패킷의 순서를 선택합니다. "
 
-#: src/libvlc.h:726
+#: src/libvlc.h:730
 msgid "Mux module"
 msgstr "Mux 모듈"
 
-#: src/libvlc.h:728
+#: src/libvlc.h:732
 msgid "This is a legacy entry to let you configure mux modules"
 msgstr "mux 모듈을 설정하는 유산·엔트리입니다. "
 
-#: src/libvlc.h:730
+#: src/libvlc.h:734
 msgid "Access output module"
 msgstr "오디오 출력 모듈 액세스"
 
-#: src/libvlc.h:732
+#: src/libvlc.h:736
 msgid "This is a legacy entry to let you configure access output modules"
 msgstr "액세스 출력 모듈을 설정하는 유산·엔트리입니다. "
 
-#: src/libvlc.h:734
+#: src/libvlc.h:738
 msgid "Control SAP flow"
 msgstr "컨트롤 SAP 플로우"
 
-#: src/libvlc.h:736
+#: src/libvlc.h:740
 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:740
+#: src/libvlc.h:744
 msgid "SAP announcement interval"
 msgstr ""
 
-#: src/libvlc.h:742
+#: src/libvlc.h:746
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
 "between SAP announcements."
 msgstr ""
 
-#: src/libvlc.h:752
+#: src/libvlc.h:756
 msgid ""
 "These options allow you to enable special CPU optimizations. You should "
 "always leave all these enabled."
 msgstr ""
 
-#: src/libvlc.h:755
+#: src/libvlc.h:759
 #, fuzzy
 msgid "Enable FPU support"
 msgstr "CPU 의 MMX 서포트를 유효하게 한다"
 
-#: src/libvlc.h:757
+#: src/libvlc.h:761
 #, fuzzy
 msgid ""
 "If your processor has a floating point calculation unit, VLC can take "
@@ -2604,11 +2616,11 @@ msgstr ""
 "프로세서가 AltiVec의 기능 세트를 서포트하고 있는 경우에는, 그 어드밴티지를 이"
 "용할 수가 있습니다. "
 
-#: src/libvlc.h:760
+#: src/libvlc.h:764
 msgid "Enable CPU MMX support"
 msgstr "CPU 의 MMX 서포트를 유효하게 한다"
 
-#: src/libvlc.h:762
+#: src/libvlc.h:766
 #, fuzzy
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
@@ -2617,12 +2629,12 @@ msgstr ""
 "프로세서가 MMX의 기능 세트를 서포트하고 있는 경우에는, VLC는 그 아드반테이지"
 "를 이용할 수 있습니다. "
 
-#: src/libvlc.h:765
+#: src/libvlc.h:769
 #, fuzzy
 msgid "Enable CPU 3D Now! support"
 msgstr "CPU 의 3D Now!  서포트를 유효하게 한다"
 
-#: src/libvlc.h:767
+#: src/libvlc.h:771
 #, fuzzy
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
@@ -2631,11 +2643,11 @@ msgstr ""
 "프로세서가 3D Now! 기능을 서포트하고 있는 경우에는, VLC는 그 어드밴티지를이용"
 "할 수 있습니다. "
 
-#: src/libvlc.h:770
+#: src/libvlc.h:774
 msgid "Enable CPU MMX EXT support"
 msgstr "CPU 의 MMX 확장 기능 서포트를 유효하게 한다"
 
-#: src/libvlc.h:772
+#: src/libvlc.h:776
 #, fuzzy
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
@@ -2644,11 +2656,11 @@ msgstr ""
 "프로세서가 MMX의 확장 기능 세트를 서포트하고 있는 경우에는, VLC는 그 아드반테"
 "이지를 이용할 수가 있습니다. "
 
-#: src/libvlc.h:775
+#: src/libvlc.h:779
 msgid "Enable CPU SSE support"
 msgstr "CPU 의 SSE 서포트를 유효하게 한다"
 
-#: src/libvlc.h:777
+#: src/libvlc.h:781
 #, fuzzy
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
@@ -2657,11 +2669,11 @@ msgstr ""
 "프로세서가 SSE의 기능 세트를 서포트하고 있는 경우에는, VLC는 그 아드반테이지"
 "를 이용할 수가 있습니다. "
 
-#: src/libvlc.h:780
+#: src/libvlc.h:784
 msgid "Enable CPU SSE2 support"
 msgstr "CPU 의 SSE2 서포트를 유효하게 한다"
 
-#: src/libvlc.h:782
+#: src/libvlc.h:786
 #, fuzzy
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
@@ -2670,12 +2682,12 @@ msgstr ""
 "프로세서가 SSE의 기능 세트를 서포트하고 있는 경우에는, VLC는 그 아드반테이지"
 "를 이용할 수가 있습니다. "
 
-#: src/libvlc.h:785
+#: src/libvlc.h:789
 #, fuzzy
 msgid "Enable CPU AltiVec support"
 msgstr "CPU 의 AltiVec 서포트를 유효하게 한다"
 
-#: src/libvlc.h:787
+#: src/libvlc.h:791
 #, fuzzy
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
@@ -2684,17 +2696,17 @@ msgstr ""
 "프로세서가 AltiVec의 기능 세트를 서포트하고 있는 경우에는, 그 어드밴티지를 이"
 "용할 수가 있습니다. "
 
-#: src/libvlc.h:792
+#: src/libvlc.h:796
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:795
+#: src/libvlc.h:799
 msgid "Memory copy module"
 msgstr "메모리코피모쥬르"
 
-#: src/libvlc.h:797
+#: src/libvlc.h:801
 #, fuzzy
 msgid ""
 "You can select which memory copy module you want to use. By default VLC will "
@@ -2703,34 +2715,34 @@ msgstr ""
 "사용하고 싶은 메모리·카피·모듈을 선택합니다. VLC는 디폴트로 하드웨어가 서포트"
 "하고 있는 가장 빠른 것을 선택합니다. "
 
-#: src/libvlc.h:800
+#: src/libvlc.h:804
 msgid "Access module"
 msgstr "액세스 모듈"
 
-#: src/libvlc.h:802
+#: src/libvlc.h:806
 msgid ""
 "This allows you to force an access module. You can use it if the correct "
 "access is not automatically detected. You should not set this as a global "
 "option unless you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:806
+#: src/libvlc.h:810
 #, fuzzy
 msgid "Access filter module"
 msgstr "액세스 모듈"
 
-#: src/libvlc.h:808
+#: src/libvlc.h:812
 msgid ""
 "Access filters are used to modify the stream that is being read. This is "
 "used for instance for timeshifting."
 msgstr ""
 
-#: src/libvlc.h:811
+#: src/libvlc.h:815
 #, fuzzy
 msgid "Demux module"
 msgstr "demux 모듈"
 
-#: src/libvlc.h:813
+#: src/libvlc.h:817
 msgid ""
 "Demultiplexers are used to separate the \"elementary\" streams (like audio "
 "and video streams). You can use it if the correct demuxer is not "
@@ -2738,11 +2750,11 @@ msgid ""
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:818
+#: src/libvlc.h:822
 msgid "Allow real-time priority"
 msgstr ""
 
-#: src/libvlc.h:820
+#: src/libvlc.h:824
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -2750,98 +2762,98 @@ msgid ""
 "only activate this if you know what you're doing."
 msgstr ""
 
-#: src/libvlc.h:826
+#: src/libvlc.h:830
 msgid "Adjust VLC priority"
 msgstr ""
 
-#: src/libvlc.h:828
+#: src/libvlc.h:832
 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:832
+#: src/libvlc.h:836
 msgid "Minimize number of threads"
 msgstr "thread의 최소수"
 
-#: src/libvlc.h:834
+#: src/libvlc.h:838
 msgid "This option minimizes the number of threads needed to run VLC."
 msgstr ""
 
-#: src/libvlc.h:836
+#: src/libvlc.h:840
 msgid "Modules search path"
 msgstr "모듈의 검색 패스"
 
-#: src/libvlc.h:838
+#: src/libvlc.h:842
 #, fuzzy
 msgid "Additional path for VLC to look for its modules."
 msgstr "VLC가 플러그 인을 찾아낼 때 검색되는 추가의 패스를 설정합니다. "
 
-#: src/libvlc.h:840
+#: src/libvlc.h:844
 #, fuzzy
 msgid "VLM configuration file"
 msgstr "configuration·옵션에 툴 팁을 표시"
 
-#: src/libvlc.h:842
+#: src/libvlc.h:846
 msgid "Read a VLM configuration file as soon as VLM is started."
 msgstr ""
 
-#: src/libvlc.h:844
+#: src/libvlc.h:848
 msgid "Use a plugins cache"
 msgstr ""
 
-#: src/libvlc.h:846
+#: src/libvlc.h:850
 msgid "Use a plugins cache which will greatly improve the startup time of VLC."
 msgstr ""
 
-#: src/libvlc.h:848
+#: src/libvlc.h:852
 msgid "Collect statistics"
 msgstr ""
 
-#: src/libvlc.h:850
+#: src/libvlc.h:854
 #, fuzzy
 msgid "Collect miscellaneous statistics."
 msgstr "VLC가 플러그 인을 찾아낼 때 검색되는 추가의 패스를 설정합니다. "
 
-#: src/libvlc.h:852
+#: src/libvlc.h:856
 msgid "Run as daemon process"
 msgstr ""
 
-#: src/libvlc.h:854
+#: src/libvlc.h:858
 msgid "Runs VLC as a background daemon process."
 msgstr ""
 
-#: src/libvlc.h:856
+#: src/libvlc.h:860
 msgid "Write process id to file"
 msgstr ""
 
-#: src/libvlc.h:858
+#: src/libvlc.h:862
 msgid "Writes process id into specified file."
 msgstr ""
 
-#: src/libvlc.h:860
+#: src/libvlc.h:864
 #, fuzzy
 msgid "Log to file"
 msgstr "파일"
 
-#: src/libvlc.h:862
+#: src/libvlc.h:866
 msgid "Log all VLC messages to a text file."
 msgstr ""
 
-#: src/libvlc.h:864
+#: src/libvlc.h:868
 msgid "Log to syslog"
 msgstr ""
 
-#: src/libvlc.h:866
+#: src/libvlc.h:870
 msgid "Log all VLC messages to syslog (UNIX systems)."
 msgstr ""
 
-#: src/libvlc.h:868
+#: src/libvlc.h:872
 msgid "Allow only one running instance"
 msgstr ""
 
-#: src/libvlc.h:870
+#: src/libvlc.h:874
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
 "example if you associated VLC with some media types and you don't want a new "
@@ -2850,27 +2862,27 @@ msgid ""
 "running instance or enqueue it."
 msgstr ""
 
-#: src/libvlc.h:876
+#: src/libvlc.h:880
 msgid "VLC is started from file association"
 msgstr ""
 
-#: src/libvlc.h:878
+#: src/libvlc.h:882
 msgid "Tell VLC that it is being launched due to a file association in the OS"
 msgstr ""
 
-#: src/libvlc.h:881
+#: src/libvlc.h:885
 msgid "One instance when started from file"
 msgstr ""
 
-#: src/libvlc.h:883
+#: src/libvlc.h:887
 msgid "Allow only one running instance when started from file."
 msgstr ""
 
-#: src/libvlc.h:885
+#: src/libvlc.h:889
 msgid "Increase the priority of the process"
 msgstr ""
 
-#: src/libvlc.h:887
+#: src/libvlc.h:891
 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 "
@@ -2880,12 +2892,12 @@ msgid ""
 "machine."
 msgstr ""
 
-#: src/libvlc.h:894
+#: src/libvlc.h:898
 #, fuzzy
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr "고속 mutex의 사용 NT/2K/XP (개발자전용)"
 
-#: src/libvlc.h:896
+#: src/libvlc.h:900
 #, fuzzy
 msgid ""
 "On Windows NT/2K/XP we use a slow mutex implementation but which allows us "
@@ -2896,11 +2908,11 @@ msgstr ""
 "에해, 보다 빠른 mutex의 실장을 사용하는 일도 가능합니다. 그 경우, 문제가 발생"
 "하는 가능성이 있습니다. "
 
-#: src/libvlc.h:901
+#: src/libvlc.h:905
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr "Win9x전용 조건치의 실장 (개발자전용)"
 
-#: src/libvlc.h:904
+#: src/libvlc.h:908
 #, fuzzy
 msgid ""
 "On Windows 9x/Me you can use a fast but incorrect condition variables "
@@ -2914,217 +2926,227 @@ msgstr ""
 "안정된 실장을 선거택 하는 일도 가능합니다. 현시점에서는, 0(기정치의 최고 속도"
 "의 것), 1, 2가 선택 가능합니다. "
 
-#: src/libvlc.h:913
+#: src/libvlc.h:917
 msgid "Enqueue items to playlist when in one instance mode"
 msgstr ""
 
-#: src/libvlc.h:915
+#: src/libvlc.h:919
 msgid ""
 "When using the one instance only option, enqueue items to playlist and keep "
 "playing current item."
 msgstr ""
 
-#: src/libvlc.h:924
+#: src/libvlc.h:928
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
 msgstr ""
 
-#: src/libvlc.h:927
+#: src/libvlc.h:931
 #, fuzzy
 msgid "Automatically preparse files"
 msgstr "파일의 자동 재생"
 
-#: src/libvlc.h:929
+#: src/libvlc.h:933
 msgid ""
 "Automatically preparse files added to the playlist (to retrieve some "
 "metadata)."
 msgstr ""
 
-#: src/libvlc.h:932
+#: src/libvlc.h:936
 #, fuzzy
 msgid "Services discovery modules"
 msgstr "MPEG 1/2비디오·디코더·모듈"
 
-#: src/libvlc.h:934
+#: src/libvlc.h:938
 msgid ""
 "Specifies the services discovery modules to load, separated by semi-colons. "
 "Typical values are sap, hal, ..."
 msgstr ""
 
-#: src/libvlc.h:937
+#: src/libvlc.h:941
 #, fuzzy
 msgid "Play files randomly forever"
 msgstr "파일을 랜덤에 재생"
 
-#: src/libvlc.h:939
+#: src/libvlc.h:943
 #, fuzzy
 msgid "VLC will randomly play files in the playlist until interrupted."
 msgstr "이 옵션이 선택되면 VLC는 플레이 재생목록의 파일을 랜덤 재생. "
 
-#: src/libvlc.h:941
+#: src/libvlc.h:945
 #, fuzzy
 msgid "Repeat all"
 msgstr "모두 반복한다"
 
-#: src/libvlc.h:943
+#: src/libvlc.h:947
 #, fuzzy
 msgid "VLC will keep playing the playlist indefinitely."
 msgstr ""
 "플레이 재생목록의 재생을 반복해 실시하고 싶은 경우에는, 이 옵션을 선택합니"
 "다. "
 
-#: src/libvlc.h:945
+#: src/libvlc.h:949
 #, fuzzy
 msgid "Repeat current item"
 msgstr "현재의 항목을 반복한다"
 
-#: src/libvlc.h:947
+#: src/libvlc.h:951
 #, fuzzy
 msgid "VLC will keep playing the current playlist item."
 msgstr "플레이 재생목록를 연다"
 
-#: src/libvlc.h:949
+#: src/libvlc.h:953
 #, fuzzy
 msgid "Play and stop"
 msgstr "항상 맨 앞면"
 
-#: src/libvlc.h:951
+#: src/libvlc.h:955
 msgid "Stop the playlist after each played playlist item."
 msgstr ""
 
-#: src/libvlc.h:953
+#: src/libvlc.h:957
+#, fuzzy
+msgid "Play and exit"
+msgstr "항상 맨 앞면"
+
+#: src/libvlc.h:959
+#, fuzzy
+msgid "Exit if there are no more items in the playlist."
+msgstr "디폴트로 플레이 재생목록에 추가"
+
+#: src/libvlc.h:961
 #, fuzzy
 msgid "Use media library"
 msgstr "VLC 미디어 플레이어"
 
-#: src/libvlc.h:955
+#: src/libvlc.h:963
 msgid ""
 "The media library is automatically saved and reloaded each time you start "
 "VLC."
 msgstr ""
 
-#: src/libvlc.h:958
+#: src/libvlc.h:966
 #, fuzzy
 msgid "Use playlist tree"
 msgstr "다음의 플레이 재생목록 항목 플레이 재생목록를 연다"
 
-#: src/libvlc.h:960
+#: src/libvlc.h:968
 msgid ""
 "The playlist can use a tree to categorize some items, like the contents of a "
 "directory. \"Default\" means that the tree will only be used when really "
 "needed."
 msgstr ""
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Always"
 msgstr "항상 맨 앞면"
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Never"
 msgstr "리바브"
 
-#: src/libvlc.h:973
+#: src/libvlc.h:981
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr ""
 
-#: src/libvlc.h:976 src/video_output/vout_intf.c:408
+#: src/libvlc.h:984 src/video_output/vout_intf.c:408
 #: modules/gui/beos/VideoOutput.cpp:1057 modules/gui/macosx/applescript.m:126
-#: modules/gui/macosx/controls.m:338 modules/gui/macosx/controls.m:754
-#: modules/gui/macosx/controls.m:784 modules/gui/macosx/embeddedwindow.m:44
+#: modules/gui/macosx/controls.m:344 modules/gui/macosx/controls.m:760
+#: modules/gui/macosx/controls.m:790 modules/gui/macosx/embeddedwindow.m:44
 #: modules/gui/macosx/intf.m:497 modules/gui/macosx/intf.m:573
 #: modules/gui/macosx/intf.m:629
 msgid "Fullscreen"
 msgstr "전화면화"
 
-#: src/libvlc.h:977
+#: src/libvlc.h:985
 #, fuzzy
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr "일시정지에 사용하는 hot key를 선택"
 
-#: src/libvlc.h:978 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
+#: src/libvlc.h:986 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
 #: modules/gui/wxwidgets/interface.cpp:1504
 msgid "Play/Pause"
 msgstr "재생/일시정지"
 
-#: src/libvlc.h:979
+#: src/libvlc.h:987
 #, fuzzy
 msgid "Select the hotkey to use to swap paused state."
 msgstr "일시정지에 사용하는 hot key를 선택"
 
-#: src/libvlc.h:980
+#: src/libvlc.h:988
 msgid "Pause only"
 msgstr "일시정지만"
 
-#: src/libvlc.h:981
+#: src/libvlc.h:989
 #, fuzzy
 msgid "Select the hotkey to use to pause."
 msgstr "일시정지에 사용하는 hot key를 선택"
 
-#: src/libvlc.h:982
+#: src/libvlc.h:990
 msgid "Play only"
 msgstr "재생만"
 
-#: src/libvlc.h:983
+#: src/libvlc.h:991
 #, fuzzy
 msgid "Select the hotkey to use to play."
 msgstr "재생에 사용하는 hot key를 선택"
 
-#: src/libvlc.h:984 modules/control/hotkeys.c:713
-#: modules/gui/macosx/controls.m:687 modules/gui/macosx/intf.m:538
+#: src/libvlc.h:992 modules/control/hotkeys.c:713
+#: modules/gui/macosx/controls.m:693 modules/gui/macosx/intf.m:538
 #: modules/gui/wxwidgets/interface.cpp:695
 msgid "Faster"
 msgstr "빨리 감기"
 
-#: src/libvlc.h:985
+#: src/libvlc.h:993
 #, fuzzy
 msgid "Select the hotkey to use for fast forward playback."
 msgstr "빨리 감기에 사용하는 hot key를 선택"
 
-#: src/libvlc.h:986 modules/control/hotkeys.c:721
-#: modules/gui/macosx/controls.m:688 modules/gui/macosx/intf.m:539
+#: src/libvlc.h:994 modules/control/hotkeys.c:721
+#: modules/gui/macosx/controls.m:694 modules/gui/macosx/intf.m:539
 #: modules/gui/wxwidgets/interface.cpp:694
 msgid "Slower"
 msgstr "슬로우"
 
-#: src/libvlc.h:987
+#: src/libvlc.h:995
 #, fuzzy
 msgid "Select the hotkey to use for slow motion playback."
 msgstr "슬로 모션에 사용하는 hot key를 선택"
 
-#: src/libvlc.h:988 modules/control/hotkeys.c:680
-#: modules/gui/macosx/controls.m:708 modules/gui/macosx/intf.m:496
+#: src/libvlc.h:996 modules/control/hotkeys.c:680
+#: modules/gui/macosx/controls.m:714 modules/gui/macosx/intf.m:496
 #: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:617
 #: modules/gui/macosx/intf.m:625 modules/gui/macosx/wizard.m:313
 #: modules/gui/macosx/wizard.m:364 modules/gui/macosx/wizard.m:1606
 #: modules/gui/wxwidgets/interface.cpp:693
 #: modules/gui/wxwidgets/interface.cpp:1509
-#: modules/gui/wxwidgets/menus.cpp:258
+#: modules/gui/wxwidgets/menus.cpp:259
 msgid "Next"
 msgstr "다음"
 
-#: src/libvlc.h:989
+#: src/libvlc.h:997
 #, fuzzy
 msgid "Select the hotkey to use to skip to the next item in the playlist."
 msgstr "슬로 모션에 사용하는 hot key를 선택"
 
-#: src/libvlc.h:990 modules/control/hotkeys.c:692
-#: modules/gui/macosx/controls.m:707 modules/gui/macosx/intf.m:491
+#: src/libvlc.h:998 modules/control/hotkeys.c:692
+#: modules/gui/macosx/controls.m:713 modules/gui/macosx/intf.m:491
 #: modules/gui/macosx/intf.m:540 modules/gui/macosx/intf.m:618
 #: modules/gui/macosx/intf.m:624 modules/gui/wxwidgets/interface.cpp:692
 #: modules/gui/wxwidgets/interface.cpp:1508
-#: modules/gui/wxwidgets/menus.cpp:257
+#: modules/gui/wxwidgets/menus.cpp:258
 msgid "Previous"
 msgstr "ì „"
 
-#: src/libvlc.h:991
+#: src/libvlc.h:999
 #, fuzzy
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
 msgstr "슬로 모션에 사용하는 hot key를 선택"
 
-#: src/libvlc.h:992 modules/gui/macosx/controls.m:699
+#: src/libvlc.h:1000 modules/gui/macosx/controls.m:705
 #: modules/gui/macosx/intf.m:494 modules/gui/macosx/intf.m:537
 #: modules/gui/macosx/intf.m:616 modules/gui/macosx/intf.m:623
 #: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
@@ -3132,617 +3154,617 @@ msgstr "슬로 모션에 사용하는 hot key를 선택"
 #: modules/gui/wxwidgets/interface.cpp:676
 #: modules/gui/wxwidgets/interface.cpp:687
 #: modules/gui/wxwidgets/interface.cpp:1510
-#: modules/gui/wxwidgets/menus.cpp:256 modules/visualization/xosd.c:237
+#: modules/gui/wxwidgets/menus.cpp:257 modules/visualization/xosd.c:237
 msgid "Stop"
 msgstr "정지"
 
-#: src/libvlc.h:993
+#: src/libvlc.h:1001
 #, fuzzy
 msgid "Select the hotkey to stop playback."
 msgstr "최저를 정지하는 hot key를 선택한다"
 
-#: src/libvlc.h:994 modules/gui/macosx/bookmarks.m:101
+#: src/libvlc.h:1002 modules/gui/macosx/bookmarks.m:101
 #: modules/gui/macosx/bookmarks.m:110 modules/gui/macosx/embeddedwindow.m:46
 #: modules/gui/macosx/intf.m:499 modules/video_filter/marq.c:122
 #: modules/video_filter/rss.c:174
 msgid "Position"
 msgstr "위치"
 
-#: src/libvlc.h:995
+#: src/libvlc.h:1003
 #, fuzzy
 msgid "Select the hotkey to display the position."
 msgstr "플레이 재생목록를 연다"
 
-#: src/libvlc.h:997
+#: src/libvlc.h:1005
 msgid "Very short backwards jump"
 msgstr ""
 
-#: src/libvlc.h:999
+#: src/libvlc.h:1007
 #, fuzzy
 msgid "Select the hotkey to make a very short backwards jump."
 msgstr "5 분전에 돌아오는 hot key를 선택한다<"
 
-#: src/libvlc.h:1000
+#: src/libvlc.h:1008
 #, fuzzy
 msgid "Short backwards jump"
 msgstr "역전 재생"
 
-#: src/libvlc.h:1002
+#: src/libvlc.h:1010
 #, fuzzy
 msgid "Select the hotkey to make a short backwards jump."
 msgstr "10 초전에 돌아오는 hot key를 선택한다"
 
-#: src/libvlc.h:1003
+#: src/libvlc.h:1011
 msgid "Medium backwards jump"
 msgstr ""
 
-#: src/libvlc.h:1005
+#: src/libvlc.h:1013
 #, fuzzy
 msgid "Select the hotkey to make a medium backwards jump."
 msgstr "1 분전에 돌아오는 hot key를 선택한다"
 
-#: src/libvlc.h:1006
+#: src/libvlc.h:1014
 #, fuzzy
 msgid "Long backwards jump"
 msgstr "역전 재생"
 
-#: src/libvlc.h:1008
+#: src/libvlc.h:1016
 #, fuzzy
 msgid "Select the hotkey to make a long backwards jump."
 msgstr "10 초전에 돌아오는 hot key를 선택한다"
 
-#: src/libvlc.h:1010
+#: src/libvlc.h:1018
 msgid "Very short forward jump"
 msgstr ""
 
-#: src/libvlc.h:1012
+#: src/libvlc.h:1020
 #, fuzzy
 msgid "Select the hotkey to make a very short forward jump."
 msgstr "빨리 감기에 사용하는 hot key를 선택"
 
-#: src/libvlc.h:1013
+#: src/libvlc.h:1021
 #, fuzzy
 msgid "Short forward jump"
 msgstr "전송"
 
-#: src/libvlc.h:1015
+#: src/libvlc.h:1023
 #, fuzzy
 msgid "Select the hotkey to make a short forward jump."
 msgstr "10 초 진행되는 hot key를 선택한다"
 
-#: src/libvlc.h:1016
+#: src/libvlc.h:1024
 msgid "Medium forward jump"
 msgstr ""
 
-#: src/libvlc.h:1018
+#: src/libvlc.h:1026
 #, fuzzy
 msgid "Select the hotkey to make a medium forward jump."
 msgstr "1 분 먼저 진행되는 hot key를 선택한다<"
 
-#: src/libvlc.h:1019
+#: src/libvlc.h:1027
 msgid "Long forward jump"
 msgstr ""
 
-#: src/libvlc.h:1021
+#: src/libvlc.h:1029
 #, fuzzy
 msgid "Select the hotkey to make a long forward jump."
 msgstr "10 초 진행되는 hot key를 선택한다"
 
-#: src/libvlc.h:1023
+#: src/libvlc.h:1031
 msgid "Very short jump length"
 msgstr ""
 
-#: src/libvlc.h:1024
+#: src/libvlc.h:1032
 msgid "Very short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1025
+#: src/libvlc.h:1033
 msgid "Short jump length"
 msgstr ""
 
-#: src/libvlc.h:1026
+#: src/libvlc.h:1034
 msgid "Short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1027
+#: src/libvlc.h:1035
 msgid "Medium jump length"
 msgstr ""
 
-#: src/libvlc.h:1028
+#: src/libvlc.h:1036
 msgid "Medium jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1029
+#: src/libvlc.h:1037
 #, fuzzy
 msgid "Long jump length"
 msgstr "font size"
 
-#: src/libvlc.h:1030
+#: src/libvlc.h:1038
 msgid "Long jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1032 modules/control/hotkeys.c:258
+#: src/libvlc.h:1040 modules/control/hotkeys.c:258
 #: modules/gui/beos/InterfaceWindow.cpp:276
 msgid "Quit"
 msgstr "종료"
 
-#: src/libvlc.h:1033
+#: src/libvlc.h:1041
 #, fuzzy
 msgid "Select the hotkey to quit the application."
 msgstr "플레이 재생목록를 연다"
 
-#: src/libvlc.h:1034
+#: src/libvlc.h:1042
 #, fuzzy
 msgid "Navigate up"
 msgstr "네비게이션(_N)"
 
-#: src/libvlc.h:1035
+#: src/libvlc.h:1043
 #, fuzzy
 msgid "Select the key to move the selector up in DVD menus."
 msgstr "플레이 재생목록를 연다"
 
-#: src/libvlc.h:1036
+#: src/libvlc.h:1044
 #, fuzzy
 msgid "Navigate down"
 msgstr "네비게이션(_N)"
 
-#: src/libvlc.h:1037
+#: src/libvlc.h:1045
 #, fuzzy
 msgid "Select the key to move the selector down in DVD menus."
 msgstr "플레이 재생목록를 연다"
 
-#: src/libvlc.h:1038
+#: src/libvlc.h:1046
 #, fuzzy
 msgid "Navigate left"
 msgstr "네비게이션(_N)"
 
-#: src/libvlc.h:1039
+#: src/libvlc.h:1047
 #, fuzzy
 msgid "Select the key to move the selector left in DVD menus."
 msgstr "플레이 재생목록를 연다"
 
-#: src/libvlc.h:1040
+#: src/libvlc.h:1048
 #, fuzzy
 msgid "Navigate right"
 msgstr "네비게이션(_N)"
 
-#: src/libvlc.h:1041
+#: src/libvlc.h:1049
 #, fuzzy
 msgid "Select the key to move the selector right in DVD menus."
 msgstr "플레이 재생목록를 연다"
 
-#: src/libvlc.h:1042
+#: src/libvlc.h:1050
 msgid "Activate"
 msgstr ""
 
-#: src/libvlc.h:1043
+#: src/libvlc.h:1051
 #, fuzzy
 msgid "Select the key to activate selected item in DVD menus."
 msgstr "플레이 재생목록를 연다"
 
-#: src/libvlc.h:1044
+#: src/libvlc.h:1052
 #, fuzzy
 msgid "Go to the DVD menu"
 msgstr "DVD 메뉴를 사용"
 
-#: src/libvlc.h:1045
+#: src/libvlc.h:1053
 #, fuzzy
 msgid "Select the key to take you to the DVD menu"
 msgstr "플레이 재생목록를 연다"
 
-#: src/libvlc.h:1046
+#: src/libvlc.h:1054
 #, fuzzy
 msgid "Select previous DVD title"
 msgstr "이전의 제목을 선택"
 
-#: src/libvlc.h:1047
+#: src/libvlc.h:1055
 #, fuzzy
 msgid "Select the key to choose the previous title from the DVD"
 msgstr "플레이 재생목록를 연다"
 
-#: src/libvlc.h:1048
+#: src/libvlc.h:1056
 #, fuzzy
 msgid "Select next DVD title"
 msgstr "파일의 선택"
 
-#: src/libvlc.h:1049
+#: src/libvlc.h:1057
 #, fuzzy
 msgid "Select the key to choose the next title from the DVD"
 msgstr "플레이 재생목록를 연다"
 
-#: src/libvlc.h:1050
+#: src/libvlc.h:1058
 #, fuzzy
 msgid "Select prev DVD chapter"
 msgstr "이전의 Chapter를 선택"
 
-#: src/libvlc.h:1051
+#: src/libvlc.h:1059
 #, fuzzy
 msgid "Select the key to choose the previous chapter from the DVD"
 msgstr "플레이 재생목록를 연다"
 
-#: src/libvlc.h:1052
+#: src/libvlc.h:1060
 #, fuzzy
 msgid "Select next DVD chapter"
 msgstr "다음의 Chapter를 선택"
 
-#: src/libvlc.h:1053
+#: src/libvlc.h:1061
 #, fuzzy
 msgid "Select the key to choose the next chapter from the DVD"
 msgstr "플레이 재생목록를 연다"
 
-#: src/libvlc.h:1054
+#: src/libvlc.h:1062
 msgid "Volume up"
 msgstr "볼륨을 올린다"
 
-#: src/libvlc.h:1055
+#: src/libvlc.h:1063
 #, fuzzy
 msgid "Select the key to increase audio volume."
 msgstr "플레이 재생목록를 연다"
 
-#: src/libvlc.h:1056
+#: src/libvlc.h:1064
 msgid "Volume down"
 msgstr "볼륨을 내린다"
 
-#: src/libvlc.h:1057
+#: src/libvlc.h:1065
 #, fuzzy
 msgid "Select the key to decrease audio volume."
 msgstr "플레이 재생목록를 연다"
 
-#: src/libvlc.h:1058 modules/gui/macosx/controls.m:744
+#: src/libvlc.h:1066 modules/gui/macosx/controls.m:750
 #: modules/gui/macosx/intf.m:558 modules/gui/macosx/intf.m:619
 #: modules/gui/macosx/intf.m:628
 msgid "Mute"
 msgstr "뮤트 한다"
 
-#: src/libvlc.h:1059
+#: src/libvlc.h:1067
 #, fuzzy
 msgid "Select the key to mute audio."
 msgstr "일시정지에 사용하는 hot key를 선택"
 
-#: src/libvlc.h:1060
+#: src/libvlc.h:1068
 #, fuzzy
 msgid "Subtitle delay up"
 msgstr "자막"
 
-#: src/libvlc.h:1061
+#: src/libvlc.h:1069
 #, fuzzy
 msgid "Select the key to increase the subtitle delay."
 msgstr "플레이 재생목록를 연다"
 
-#: src/libvlc.h:1062
+#: src/libvlc.h:1070
 #, fuzzy
 msgid "Subtitle delay down"
 msgstr "자막·디코더·모듈"
 
-#: src/libvlc.h:1063
+#: src/libvlc.h:1071
 #, fuzzy
 msgid "Select the key to decrease the subtitle delay."
 msgstr "플레이 재생목록를 연다"
 
-#: src/libvlc.h:1064
+#: src/libvlc.h:1072
 #, fuzzy
 msgid "Audio delay up"
 msgstr "자막"
 
-#: src/libvlc.h:1065
+#: src/libvlc.h:1073
 #, fuzzy
 msgid "Select the key to increase the audio delay."
 msgstr "플레이 재생목록를 연다"
 
-#: src/libvlc.h:1066
+#: src/libvlc.h:1074
 #, fuzzy
 msgid "Audio delay down"
 msgstr "자막·디코더·모듈"
 
-#: src/libvlc.h:1067
+#: src/libvlc.h:1075
 #, fuzzy
 msgid "Select the key to decrease the audio delay."
 msgstr "플레이 재생목록를 연다"
 
-#: src/libvlc.h:1068
+#: src/libvlc.h:1076
 msgid "Play playlist bookmark 1"
 msgstr ""
 
-#: src/libvlc.h:1069
+#: src/libvlc.h:1077
 msgid "Play playlist bookmark 2"
 msgstr ""
 
-#: src/libvlc.h:1070
+#: src/libvlc.h:1078
 msgid "Play playlist bookmark 3"
 msgstr ""
 
-#: src/libvlc.h:1071
+#: src/libvlc.h:1079
 msgid "Play playlist bookmark 4"
 msgstr ""
 
-#: src/libvlc.h:1072
+#: src/libvlc.h:1080
 msgid "Play playlist bookmark 5"
 msgstr ""
 
-#: src/libvlc.h:1073
+#: src/libvlc.h:1081
 msgid "Play playlist bookmark 6"
 msgstr ""
 
-#: src/libvlc.h:1074
+#: src/libvlc.h:1082
 msgid "Play playlist bookmark 7"
 msgstr ""
 
-#: src/libvlc.h:1075
+#: src/libvlc.h:1083
 msgid "Play playlist bookmark 8"
 msgstr ""
 
-#: src/libvlc.h:1076
+#: src/libvlc.h:1084
 msgid "Play playlist bookmark 9"
 msgstr ""
 
-#: src/libvlc.h:1077
+#: src/libvlc.h:1085
 msgid "Play playlist bookmark 10"
 msgstr ""
 
-#: src/libvlc.h:1078
+#: src/libvlc.h:1086
 #, fuzzy
 msgid "Select the key to play this bookmark."
 msgstr "플레이 재생목록를 연다"
 
-#: src/libvlc.h:1079
+#: src/libvlc.h:1087
 #, fuzzy
 msgid "Set playlist bookmark 1"
 msgstr "플레이 재생목록를 연다"
 
-#: src/libvlc.h:1080
+#: src/libvlc.h:1088
 #, fuzzy
 msgid "Set playlist bookmark 2"
 msgstr "플레이 재생목록를 연다"
 
-#: src/libvlc.h:1081
+#: src/libvlc.h:1089
 #, fuzzy
 msgid "Set playlist bookmark 3"
 msgstr "플레이 재생목록를 연다"
 
-#: src/libvlc.h:1082
+#: src/libvlc.h:1090
 #, fuzzy
 msgid "Set playlist bookmark 4"
 msgstr "플레이 재생목록를 연다"
 
-#: src/libvlc.h:1083
+#: src/libvlc.h:1091
 #, fuzzy
 msgid "Set playlist bookmark 5"
 msgstr "플레이 재생목록를 연다"
 
-#: src/libvlc.h:1084
+#: src/libvlc.h:1092
 #, fuzzy
 msgid "Set playlist bookmark 6"
 msgstr "플레이 재생목록를 연다"
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1093
 #, fuzzy
 msgid "Set playlist bookmark 7"
 msgstr "플레이 재생목록를 연다"
 
-#: src/libvlc.h:1086
+#: src/libvlc.h:1094
 #, fuzzy
 msgid "Set playlist bookmark 8"
 msgstr "플레이 재생목록를 연다"
 
-#: src/libvlc.h:1087
+#: src/libvlc.h:1095
 #, fuzzy
 msgid "Set playlist bookmark 9"
 msgstr "플레이 재생목록를 연다"
 
-#: src/libvlc.h:1088
+#: src/libvlc.h:1096
 #, fuzzy
 msgid "Set playlist bookmark 10"
 msgstr "플레이 재생목록를 연다"
 
-#: src/libvlc.h:1089
+#: src/libvlc.h:1097
 #, fuzzy
 msgid "Select the key to set this playlist bookmark."
 msgstr "플레이 재생목록를 연다"
 
-#: src/libvlc.h:1091 modules/control/hotkeys.c:84
+#: src/libvlc.h:1099 modules/control/hotkeys.c:84
 #, fuzzy
 msgid "Playlist bookmark 1"
 msgstr "재생목록"
 
-#: src/libvlc.h:1092 modules/control/hotkeys.c:85
+#: src/libvlc.h:1100 modules/control/hotkeys.c:85
 #, fuzzy
 msgid "Playlist bookmark 2"
 msgstr "재생목록"
 
-#: src/libvlc.h:1093 modules/control/hotkeys.c:86
+#: src/libvlc.h:1101 modules/control/hotkeys.c:86
 #, fuzzy
 msgid "Playlist bookmark 3"
 msgstr "재생목록"
 
-#: src/libvlc.h:1094 modules/control/hotkeys.c:87
+#: src/libvlc.h:1102 modules/control/hotkeys.c:87
 #, fuzzy
 msgid "Playlist bookmark 4"
 msgstr "재생목록"
 
-#: src/libvlc.h:1095 modules/control/hotkeys.c:88
+#: src/libvlc.h:1103 modules/control/hotkeys.c:88
 #, fuzzy
 msgid "Playlist bookmark 5"
 msgstr "재생목록"
 
-#: src/libvlc.h:1096 modules/control/hotkeys.c:89
+#: src/libvlc.h:1104 modules/control/hotkeys.c:89
 #, fuzzy
 msgid "Playlist bookmark 6"
 msgstr "재생목록"
 
-#: src/libvlc.h:1097 modules/control/hotkeys.c:90
+#: src/libvlc.h:1105 modules/control/hotkeys.c:90
 #, fuzzy
 msgid "Playlist bookmark 7"
 msgstr "재생목록"
 
-#: src/libvlc.h:1098 modules/control/hotkeys.c:91
+#: src/libvlc.h:1106 modules/control/hotkeys.c:91
 #, fuzzy
 msgid "Playlist bookmark 8"
 msgstr "재생목록"
 
-#: src/libvlc.h:1099 modules/control/hotkeys.c:92
+#: src/libvlc.h:1107 modules/control/hotkeys.c:92
 #, fuzzy
 msgid "Playlist bookmark 9"
 msgstr "재생목록"
 
-#: src/libvlc.h:1100 modules/control/hotkeys.c:93
+#: src/libvlc.h:1108 modules/control/hotkeys.c:93
 #, fuzzy
 msgid "Playlist bookmark 10"
 msgstr "재생목록"
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1110
 #, fuzzy
 msgid "This allows you to define playlist bookmarks."
 msgstr "VLC가 플러그 인을 찾아낼 때 검색되는 추가의 패스를 설정합니다. "
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1112
 msgid "Go back in browsing history"
 msgstr ""
 
-#: src/libvlc.h:1105
+#: src/libvlc.h:1113
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1114
 msgid "Go forward in browsing history"
 msgstr ""
 
-#: src/libvlc.h:1107
+#: src/libvlc.h:1115
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:1109
+#: src/libvlc.h:1117
 #, fuzzy
 msgid "Cycle audio track"
 msgstr "오디오 트랙"
 
-#: src/libvlc.h:1110
+#: src/libvlc.h:1118
 msgid "Cycle through the available audio tracks(languages)."
 msgstr ""
 
-#: src/libvlc.h:1111
+#: src/libvlc.h:1119
 #, fuzzy
 msgid "Cycle subtitle track"
 msgstr "자막 트랙의 선택"
 
-#: src/libvlc.h:1112
+#: src/libvlc.h:1120
 #, fuzzy
 msgid "Cycle through the available subtitle tracks."
 msgstr "자막 트랙의 선택"
 
-#: src/libvlc.h:1113
+#: src/libvlc.h:1121
 #, fuzzy
 msgid "Cycle source aspect ratio"
 msgstr "소스의 어스펙트비"
 
-#: src/libvlc.h:1114
+#: src/libvlc.h:1122
 #, fuzzy
 msgid "Cycle through a predefined list of source aspect ratios."
 msgstr "소스의 어스펙트비"
 
-#: src/libvlc.h:1115
+#: src/libvlc.h:1123
 #, fuzzy
 msgid "Cycle video crop"
 msgstr "그레이 스케일 비디오 출력"
 
-#: src/libvlc.h:1116
+#: src/libvlc.h:1124
 msgid "Cycle through a predefined list of crop formats."
 msgstr ""
 
-#: src/libvlc.h:1117
+#: src/libvlc.h:1125
 #, fuzzy
 msgid "Cycle deinterlace modes"
 msgstr "noninterplace화 모드"
 
-#: src/libvlc.h:1118
+#: src/libvlc.h:1126
 #, fuzzy
 msgid "Cycle through deinterlace modes."
 msgstr "noninterplace화 모드"
 
-#: src/libvlc.h:1119
+#: src/libvlc.h:1127
 #, fuzzy
 msgid "Show interface"
 msgstr "인터페이스 표시"
 
-#: src/libvlc.h:1120
+#: src/libvlc.h:1128
 #, fuzzy
 msgid "Raise the interface above all other windows."
 msgstr "인터페이스 윈도우를 숨긴다"
 
-#: src/libvlc.h:1121
+#: src/libvlc.h:1129
 #, fuzzy
 msgid "Hide interface"
 msgstr "인터페이스를 숨긴다(_H)"
 
-#: src/libvlc.h:1122
+#: src/libvlc.h:1130
 #, fuzzy
 msgid "Lower the interface below all other windows."
 msgstr "인터페이스 윈도우를 숨긴다"
 
-#: src/libvlc.h:1123
+#: src/libvlc.h:1131
 msgid "Take video snapshot"
 msgstr ""
 
-#: src/libvlc.h:1124
+#: src/libvlc.h:1132
 msgid "Takes a video snapshot and writes it to disk."
 msgstr ""
 
-#: src/libvlc.h:1126 modules/access_filter/record.c:51
+#: src/libvlc.h:1134 modules/access_filter/record.c:51
 #: modules/access_filter/record.c:52
 #, fuzzy
 msgid "Record"
 msgstr "브렌드"
 
-#: src/libvlc.h:1127
+#: src/libvlc.h:1135
 msgid "Record access filter start/stop."
 msgstr ""
 
-#: src/libvlc.h:1129 src/libvlc.h:1130 src/video_output/vout_intf.c:211
+#: src/libvlc.h:1137 src/libvlc.h:1138 src/video_output/vout_intf.c:211
 msgid "Zoom"
 msgstr "줌"
 
-#: src/libvlc.h:1132 src/libvlc.h:1133
+#: src/libvlc.h:1140 src/libvlc.h:1141
 #, fuzzy
 msgid "Un-Zoom"
 msgstr "줌"
 
-#: src/libvlc.h:1135 src/libvlc.h:1136
+#: src/libvlc.h:1143 src/libvlc.h:1144
 msgid "Crop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1137 src/libvlc.h:1138
+#: src/libvlc.h:1145 src/libvlc.h:1146
 msgid "Uncrop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1140 src/libvlc.h:1141
+#: src/libvlc.h:1148 src/libvlc.h:1149
 msgid "Crop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1142 src/libvlc.h:1143
+#: src/libvlc.h:1150 src/libvlc.h:1151
 msgid "Uncrop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1145 src/libvlc.h:1146
+#: src/libvlc.h:1153 src/libvlc.h:1154
 msgid "Crop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1147 src/libvlc.h:1148
+#: src/libvlc.h:1155 src/libvlc.h:1156
 msgid "Uncrop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1150 src/libvlc.h:1151
+#: src/libvlc.h:1158 src/libvlc.h:1159
 #, fuzzy
 msgid "Crop one pixel from the right of the video"
 msgstr "스트림을 안내한다"
 
-#: src/libvlc.h:1152 src/libvlc.h:1153
+#: src/libvlc.h:1160 src/libvlc.h:1161
 msgid "Uncrop one pixel from the right of the video"
 msgstr ""
 
-#: src/libvlc.h:1157
+#: src/libvlc.h:1165
 #, fuzzy, c-format
 msgid ""
 "Usage: %s [options] [stream] ...\n"
@@ -3792,68 +3814,68 @@ msgstr ""
 "  vlc:pause                      플레이 재생목록 항목의 재생 정지 \n"
 "  vlc:quit                       VLC 를 종료 \n"
 
-#: src/libvlc.h:1267 src/video_output/vout_intf.c:420
-#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:753
+#: src/libvlc.h:1277 src/video_output/vout_intf.c:420
+#: modules/gui/macosx/controls.m:328 modules/gui/macosx/controls.m:759
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:630
 #: modules/video_output/snapshot.c:76
 #, fuzzy
 msgid "Snapshot"
 msgstr "액세스 모듈"
 
-#: src/libvlc.h:1280
+#: src/libvlc.h:1290
 #, fuzzy
 msgid "Window properties"
 msgstr "디바이스의 프롭퍼티"
 
-#: src/libvlc.h:1325
+#: src/libvlc.h:1335
 #, fuzzy
 msgid "Subpictures"
 msgstr "자막"
 
-#: src/libvlc.h:1332 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
+#: src/libvlc.h:1342 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
 #: modules/gui/beos/InterfaceWindow.cpp:279
 msgid "Subtitles"
 msgstr "자막"
 
-#: src/libvlc.h:1349 modules/stream_out/transcode.c:151
+#: src/libvlc.h:1359 modules/stream_out/transcode.c:151
 #, fuzzy
 msgid "Overlays"
 msgstr "지연"
 
-#: src/libvlc.h:1359
+#: src/libvlc.h:1369
 #, fuzzy
 msgid "Track settings"
 msgstr "오디오 인코더 설정"
 
-#: src/libvlc.h:1381
+#: src/libvlc.h:1391
 #, fuzzy
 msgid "Playback control"
 msgstr "컨트롤"
 
-#: src/libvlc.h:1396
+#: src/libvlc.h:1406
 #, fuzzy
 msgid "Default devices"
 msgstr "디폴트"
 
-#: src/libvlc.h:1405
+#: src/libvlc.h:1415
 #, fuzzy
 msgid "Network settings"
 msgstr "디코드 모듈 설정"
 
-#: src/libvlc.h:1417
+#: src/libvlc.h:1427
 msgid "Socks proxy"
 msgstr ""
 
-#: src/libvlc.h:1426
+#: src/libvlc.h:1436
 #, fuzzy
 msgid "Metadata"
 msgstr "URL 메타데이타"
 
-#: src/libvlc.h:1456
+#: src/libvlc.h:1466
 msgid "Decoders"
 msgstr "디코더"
 
-#: src/libvlc.h:1463 modules/access/v4l2.c:56
+#: src/libvlc.h:1473 modules/access/v4l2.c:56
 #: modules/gui/macosx/playlistinfo.m:80
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:265
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:378
@@ -3862,89 +3884,89 @@ msgstr "디코더"
 msgid "Input"
 msgstr "ìž…ë ¥"
 
-#: src/libvlc.h:1499 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
+#: src/libvlc.h:1509 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
 msgid "VLM"
 msgstr ""
 
-#: src/libvlc.h:1530
+#: src/libvlc.h:1540
 #, fuzzy
 msgid "CPU"
 msgstr "CPU"
 
-#: src/libvlc.h:1552
+#: src/libvlc.h:1562
 #, fuzzy
 msgid "Special modules"
 msgstr "만곡 모드"
 
-#: src/libvlc.h:1559
+#: src/libvlc.h:1569
 msgid "Plugins"
 msgstr "플러그 인"
 
-#: src/libvlc.h:1567
+#: src/libvlc.h:1577
 #, fuzzy
 msgid "Performance options"
 msgstr "스트림의 일시정지"
 
-#: src/libvlc.h:1700
+#: src/libvlc.h:1714
 msgid "Hot keys"
 msgstr "hot key"
 
-#: src/libvlc.h:2011
+#: src/libvlc.h:2025
 #, fuzzy
 msgid "Jump sizes"
 msgstr "font size"
 
-#: src/libvlc.h:2090
+#: src/libvlc.h:2104
 msgid "main program"
 msgstr "메인 프로그램"
 
-#: src/libvlc.h:2097
+#: src/libvlc.h:2111
 #, fuzzy
 msgid "print help for VLC (can be combined with --advanced)"
 msgstr "헬프를 표시한다 (--advanced 와 병용 할 수 있습니다)"
 
-#: src/libvlc.h:2099
+#: src/libvlc.h:2113
 #, fuzzy
 msgid ""
 "print help for VLC and all its modules (can be combined with --advanced)"
 msgstr "모듈의 헬프를 표시한다 (--advanced 와 병용 할 수 있습니다)"
 
-#: src/libvlc.h:2101
+#: src/libvlc.h:2115
 #, fuzzy
 msgid "print help for the advanced options"
 msgstr "고도의 옵션을 표시한다"
 
-#: src/libvlc.h:2103
+#: src/libvlc.h:2117
 msgid "ask for extra verbosity when displaying help"
 msgstr ""
 
-#: src/libvlc.h:2105
+#: src/libvlc.h:2119
 msgid "print a list of available modules"
 msgstr "유효한 모듈의 재생목록를 인쇄"
 
-#: src/libvlc.h:2107
+#: src/libvlc.h:2121
 #, fuzzy
 msgid "print help on a specific module (can be combined with --advanced)"
 msgstr "모듈의 헬프를 표시한다 (--advanced 와 병용 할 수 있습니다)"
 
-#: src/libvlc.h:2109
+#: src/libvlc.h:2123
 msgid "save the current command line options in the config"
 msgstr ""
 
-#: src/libvlc.h:2111
+#: src/libvlc.h:2125
 msgid "reset the current config to the default values"
 msgstr ""
 
-#: src/libvlc.h:2113
+#: src/libvlc.h:2127
 msgid "use alternate config file"
 msgstr ""
 
-#: src/libvlc.h:2115
+#: src/libvlc.h:2129
 #, fuzzy
 msgid "resets the current plugins cache"
 msgstr "현재의 항목을 반복한다"
 
-#: src/libvlc.h:2117
+#: src/libvlc.h:2131
 msgid "print version information"
 msgstr "버젼 정보의 인쇄"
 
@@ -4594,7 +4616,8 @@ msgstr ""
 msgid "Media: %s"
 msgstr ""
 
-#: src/playlist/engine.c:92 src/playlist/engine.c:94
+#: src/playlist/engine.c:104 src/playlist/engine.c:106
+#: src/playlist/loadsave.c:149
 msgid "Media Library"
 msgstr ""
 
@@ -4657,17 +4680,8 @@ msgstr "인연 잡기"
 msgid "Aspect-ratio"
 msgstr "어스펙트비"
 
-#: modules/access/cdda/access.c:293
-msgid "CD reading failed"
-msgstr ""
-
-#: modules/access/cdda/access.c:294
-#, c-format
-msgid "VLC could not get a new block of size: %i."
-msgstr ""
-
 #: modules/access/cdda.c:58 modules/access/dshow/dshow.cpp:91
-#: modules/access/dvb/access.c:73 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:73
 #: modules/access/dvdnav.c:64 modules/access/dvdread.c:62
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:43
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4732,7 +4746,16 @@ msgstr "오디오 트랙"
 msgid "Audio CD - Track %i"
 msgstr "오디오 트랙"
 
-#: modules/access/cdda/cdda.c:42 modules/access/directory.c:77
+#: modules/access/cdda/access.c:293
+msgid "CD reading failed"
+msgstr ""
+
+#: modules/access/cdda/access.c:294
+#, c-format
+msgid "VLC could not get a new block of size: %i."
+msgstr ""
+
+#: modules/access/cdda/cdda.c:42 modules/access/directory.c:78
 #: modules/codec/x264.c:280 modules/codec/x264.c:287 modules/codec/x264.c:292
 msgid "none"
 msgstr "없음"
@@ -4996,11 +5019,11 @@ msgstr ""
 msgid "Track Number"
 msgstr "트랙 "
 
-#: modules/access/directory.c:69
+#: modules/access/directory.c:70
 msgid "Subdirectory behavior"
 msgstr ""
 
-#: modules/access/directory.c:71
+#: modules/access/directory.c:72
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -5008,19 +5031,19 @@ msgid ""
 "expand: all subdirectories are expanded.\n"
 msgstr ""
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:78
 msgid "collapse"
 msgstr "닫는다"
 
-#: modules/access/directory.c:78
+#: modules/access/directory.c:79
 msgid "expand"
 msgstr "전개"
 
-#: modules/access/directory.c:80
+#: modules/access/directory.c:81
 msgid "Ignored extensions"
 msgstr ""
 
-#: modules/access/directory.c:82
+#: modules/access/directory.c:83
 msgid ""
 "Files with these extensions will not be added to playlist when opening a "
 "directory.\n"
@@ -5028,12 +5051,12 @@ msgid ""
 "instance. Use a comma-separated list of extensions."
 msgstr ""
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:90
 #, fuzzy
 msgid "Directory"
 msgstr "DirectShow"
 
-#: modules/access/directory.c:91
+#: modules/access/directory.c:92
 #, fuzzy
 msgid "Standard filesystem directory input"
 msgstr "표준적인 파일 시스템의 파일을 읽는다"
@@ -5261,6 +5284,22 @@ msgstr ""
 msgid "The capture device \"%s\" does not support the required parameters."
 msgstr ""
 
+#: modules/access/dv.c:70
+#, fuzzy
+msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
+msgstr ""
+"udp 스트림로 사용되는 기정의 캐싱치가 변경 가능합니다. 단위는 밀리 세컨드로 "
+"손가락정합니다. "
+
+#: modules/access/dv.c:74
+msgid "Digital Video (Firewire/ieee1394)  input"
+msgstr ""
+
+#: modules/access/dv.c:75
+#, fuzzy
+msgid "dv"
+msgstr "추가"
+
 #: modules/access/dvb/access.c:75
 #, fuzzy
 msgid ""
@@ -5532,22 +5571,6 @@ msgstr "시각화"
 msgid "The provided polarization \"%c\" is not valid."
 msgstr ""
 
-#: modules/access/dv.c:70
-#, fuzzy
-msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
-msgstr ""
-"udp 스트림로 사용되는 기정의 캐싱치가 변경 가능합니다. 단위는 밀리 세컨드로 "
-"손가락정합니다. "
-
-#: modules/access/dv.c:74
-msgid "Digital Video (Firewire/ieee1394)  input"
-msgstr ""
-
-#: modules/access/dv.c:75
-#, fuzzy
-msgid "dv"
-msgstr "추가"
-
 #: modules/access/dvdnav.c:60 modules/access/dvdread.c:58
 msgid "DVD angle"
 msgstr ""
@@ -5772,71 +5795,26 @@ msgstr ""
 msgid "VLC could not open file \"%s\" (%s)."
 msgstr ""
 
-#: modules/access_filter/record.c:43
+#: modules/access/ftp.c:45
 #, fuzzy
-msgid "Record directory"
-msgstr "원본 디렉토리"
+msgid ""
+"Caching value for FTP streams. This value should be set in milliseconds."
+msgstr ""
+"udp 스트림로 사용되는 기정의 캐싱치가 변경 가능합니다. 단위는 밀리 세컨드로 "
+"손가락정합니다. "
 
-#: modules/access_filter/record.c:45
+#: modules/access/ftp.c:47
+msgid "FTP user name"
+msgstr "FTP 유저명"
+
+#: modules/access/ftp.c:48 modules/access/smb.c:64
 #, fuzzy
-msgid "Directory where the record will be stored."
+msgid "User name that will be used for the connection."
 msgstr "VLC가 선택하는 패킷의 순서를 선택합니다. "
 
-#: modules/access_filter/timeshift.c:44
-#, fuzzy
-msgid "Timeshift granularity"
-msgstr "수직 방향 위치"
-
-#: modules/access_filter/timeshift.c:46
-msgid ""
-"This is the size of the temporary files tha will be used to store the "
-"timeshifted streams."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:48
-#, fuzzy
-msgid "Timeshift directory"
-msgstr "소스의 어스펙트·레시오"
-
-#: modules/access_filter/timeshift.c:49
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:51
-msgid "Force use of the timeshift module"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52
-msgid ""
-"Force use of the timeshift module even if the access declares that it can "
-"control pace or pause."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
-#, fuzzy
-msgid "Timeshift"
-msgstr "수직 방향 위치"
-
-#: modules/access/ftp.c:45
-#, fuzzy
-msgid ""
-"Caching value for FTP streams. This value should be set in milliseconds."
-msgstr ""
-"udp 스트림로 사용되는 기정의 캐싱치가 변경 가능합니다. 단위는 밀리 세컨드로 "
-"손가락정합니다. "
-
-#: modules/access/ftp.c:47
-msgid "FTP user name"
-msgstr "FTP 유저명"
-
-#: modules/access/ftp.c:48 modules/access/smb.c:64
-#, fuzzy
-msgid "User name that will be used for the connection."
-msgstr "VLC가 선택하는 패킷의 순서를 선택합니다. "
-
-#: modules/access/ftp.c:50
-msgid "FTP password"
-msgstr "FTP 패스워드"
+#: modules/access/ftp.c:50
+msgid "FTP password"
+msgstr "FTP 패스워드"
 
 #: modules/access/ftp.c:51 modules/access/smb.c:67
 #, fuzzy
@@ -5996,396 +5974,150 @@ msgstr ""
 msgid "Microsoft Media Server (MMS) input"
 msgstr ""
 
-#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
-msgid "Dummy stream output"
-msgstr "더미 스트림 출력"
-
-#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
-msgid "Dummy"
-msgstr ""
-
-#: modules/access_output/file.c:61
+#: modules/access/pvr.c:49
 #, fuzzy
-msgid "Append to file"
-msgstr "파일을 연다"
-
-#: modules/access_output/file.c:62
-msgid "Append to file if it exists instead of replacing it."
+msgid ""
+"Default caching value for PVR streams. This value should be set in "
+"milliseconds."
 msgstr ""
+"udp 스트림로 사용되는 기정의 캐싱치가 변경 가능합니다. 단위는 밀리 세컨드로 "
+"손가락정합니다. "
 
-#: modules/access_output/file.c:66
-#, fuzzy
-msgid "File stream output"
-msgstr "스트림의 출력처의 선택"
-
-#: modules/access_output/http.c:58
-msgid "Username"
-msgstr "유저명"
+#: modules/access/pvr.c:52
+msgid "Device"
+msgstr "디바이스"
 
-#: modules/access_output/http.c:59
+#: modules/access/pvr.c:53
 #, fuzzy
-msgid "User name that will be requested to access the stream."
-msgstr "VLC가 선택하는 패킷의 순서를 선택합니다. "
+msgid "PVR video device"
+msgstr "DVD 디바이스"
 
-#: modules/access_output/http.c:61 modules/control/telnet.c:81
-msgid "Password"
-msgstr "패스워드"
+#: modules/access/pvr.c:55
+#, fuzzy
+msgid "Radio device"
+msgstr "DVD 디바이스"
 
-#: modules/access_output/http.c:62
+#: modules/access/pvr.c:56
 #, fuzzy
-msgid "Password that will be requested to access the stream."
-msgstr "VLC가 선택하는 패킷의 순서를 선택합니다. "
+msgid "PVR radio device"
+msgstr "DVD 디바이스"
 
-#: modules/access_output/http.c:66
+#: modules/access/pvr.c:58 modules/access/v4l.c:96
 #, fuzzy
-msgid "Mime"
-msgstr "시간"
+msgid "Norm"
+msgstr "없음"
 
-#: modules/access_output/http.c:67
-msgid "MIME returned by the server (autodetected if not specified."
+#: modules/access/pvr.c:59 modules/access/v4l.c:98
+msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
 msgstr ""
 
-#: modules/access_output/http.c:71
-msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
+#: modules/access/pvr.c:62 modules/access/v4l.c:102
+#: modules/video_filter/mosaic.c:96
+msgid "Width"
 msgstr ""
 
-#: modules/access_output/http.c:74
-msgid ""
-"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
-"empty if you don't have one."
+#: modules/access/pvr.c:63
+msgid "Width of the stream to capture (-1 for autodetection)."
 msgstr ""
 
-#: modules/access_output/http.c:78
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used for HTTPS. Leave empty if you don't have one."
-msgstr ""
+#: modules/access/pvr.c:66 modules/access/v4l.c:105
+#: modules/video_filter/mosaic.c:94
+#, fuzzy
+msgid "Height"
+msgstr "오른쪽"
 
-#: modules/access_output/http.c:83
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be used for "
-"SSL. Leave empty if you don't have one."
+#: modules/access/pvr.c:67
+msgid "Height of the stream to capture (-1 for autodetection)."
 msgstr ""
 
-#: modules/access_output/http.c:86
-msgid "Advertise with Bonjour"
+#: modules/access/pvr.c:70 modules/access/v4l.c:89
+msgid "Frequency"
+msgstr "주파수"
+
+#: modules/access/pvr.c:71 modules/access/v4l.c:91
+msgid "Frequency to capture (in kHz), if applicable."
 msgstr ""
 
-#: modules/access_output/http.c:87
-msgid "Advertise the stream with the Bonjour protocol."
+#: modules/access/pvr.c:74 modules/access/v4l.c:137
+msgid "Framerate to capture, if applicable (-1 for autodetect)."
 msgstr ""
 
-#: modules/access_output/http.c:91
+#: modules/access/pvr.c:77
 #, fuzzy
-msgid "HTTP stream output"
-msgstr "스트림의 출력처의 선택"
+msgid "Key interval"
+msgstr "키 프레임 간격:"
 
-#: modules/access_output/http.c:93 modules/control/http/http.c:61
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
-msgid "HTTP"
+#: modules/access/pvr.c:78
+msgid "Interval between keyframes (-1 for autodetect)."
 msgstr ""
 
-#: modules/access_output/shout.c:58
-#, fuzzy
-msgid "Stream name"
-msgstr "스트림"
-
-#: modules/access_output/shout.c:59
-msgid "Name to give to this stream/channel on the shoutcast/icecast server."
+#: modules/access/pvr.c:80
+msgid "B Frames"
 msgstr ""
 
-#: modules/access_output/shout.c:62
-#, fuzzy
-msgid "Stream description"
-msgstr "코덱 설명"
+#: modules/access/pvr.c:81
+msgid ""
+"If this option is set, B-Frames will be used. Use this option to set the "
+"number of B-Frames."
+msgstr ""
 
-#: modules/access_output/shout.c:63
-msgid "Description of the stream content or information about your channel."
+#: modules/access/pvr.c:85
+msgid "Bitrate to use (-1 for default)."
 msgstr ""
 
-#: modules/access_output/shout.c:66
+#: modules/access/pvr.c:87
 #, fuzzy
-msgid "Stream MP3"
-msgstr "스트림 "
+msgid "Bitrate peak"
+msgstr "bit rate"
 
-#: modules/access_output/shout.c:67
-msgid ""
-"You normally have to feed the shoutcast module with Ogg streams. It is also "
-"possible to stream MP3 instead, so you can forward MP3 streams to the "
-"shoutcast/icecast server."
+#: modules/access/pvr.c:88
+msgid "Peak bitrate in VBR mode."
 msgstr ""
 
-#: modules/access_output/shout.c:76
+#: modules/access/pvr.c:91
 #, fuzzy
-msgid "Genre description"
-msgstr "코덱 설명"
+msgid "Bitrate mode)"
+msgstr "만곡 모드"
 
-#: modules/access_output/shout.c:77
-msgid "Genre of the content. "
+#: modules/access/pvr.c:92
+msgid "Bitrate mode to use (VBR or CBR)."
 msgstr ""
 
-#: modules/access_output/shout.c:79
+#: modules/access/pvr.c:94
 #, fuzzy
-msgid "URL description"
-msgstr "설명"
+msgid "Audio bitmask"
+msgstr "오디오 bit rate"
 
-#: modules/access_output/shout.c:80
-msgid "URL with information about the stream or your channel. "
+#: modules/access/pvr.c:95
+msgid "Bitmask that will get used by the audio part of the card."
 msgstr ""
 
-#: modules/access_output/shout.c:87
-#, fuzzy
-msgid "Bitrate information of the transcoded stream. "
-msgstr "스트림을 안내한다"
+#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
+#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
+msgid "Volume"
+msgstr "음량"
 
-#: modules/access_output/shout.c:89 modules/access/v4l.c:122
-#, fuzzy
-msgid "Samplerate"
-msgstr "샘플 레이트"
+#: modules/access/pvr.c:99
+msgid "Audio volume (0-65535)."
+msgstr ""
 
-#: modules/access_output/shout.c:90
+#: modules/access/pvr.c:101 modules/access/v4l.c:92
 #, fuzzy
-msgid "Samplerate information of the transcoded stream. "
-msgstr "스트림을 안내한다"
+msgid "Channel"
+msgstr "채널"
 
-#: modules/access_output/shout.c:92
-#, fuzzy
-msgid "Number of channels"
-msgstr "클론의 수"
+#: modules/access/pvr.c:102
+msgid ""
+"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)"
+msgstr ""
 
-#: modules/access_output/shout.c:93
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
 #, fuzzy
-msgid "Number of channels information of the transcoded stream. "
-msgstr "스트림을 안내한다"
+msgid "Automatic"
+msgstr "자동인연 잡기"
 
-#: modules/access_output/shout.c:95
-msgid "Ogg Vorbis Quality"
-msgstr ""
-
-#: modules/access_output/shout.c:96
-#, fuzzy
-msgid "Ogg Vorbis Quality information of the transcoded stream. "
-msgstr "스트림을 안내한다"
-
-#: modules/access_output/shout.c:98
-#, fuzzy
-msgid "Stream public"
-msgstr "스트림 출력"
-
-#: modules/access_output/shout.c:99
-msgid ""
-"Make the server publicly available on the 'Yellow Pages' (directory listing "
-"of streams) on the icecast/shoutcast website. Requires the bitrate "
-"information specified for shoutcast. Requires Ogg streaming for icecast."
-msgstr ""
-
-#: modules/access_output/shout.c:105
-#, fuzzy
-msgid "IceCAST output"
-msgstr "오디오 출력 모듈 액세스"
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:41
-#: modules/demux/live555.cpp:63
-msgid "Caching value (ms)"
-msgstr "캐싱치 (밀리 세컨드)"
-
-#: modules/access_output/udp.c:77
-#, fuzzy
-msgid ""
-"Default caching value for outbound UDP streams. This value should be set in "
-"milliseconds."
-msgstr ""
-"udp 스트림로 사용되는 기정의 캐싱치가 변경 가능합니다. 단위는 밀리 세컨드로 "
-"손가락정합니다. "
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
-#: modules/gui/macosx/wizard.m:1848
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
-#, fuzzy
-msgid "Time-To-Live (TTL)"
-msgstr "생존 시간 (TTL):"
-
-#: modules/access_output/udp.c:81
-#, fuzzy
-msgid "Time-To-Live of the outgoing stream."
-msgstr "VLC가 선택하는 패킷의 순서를 선택합니다. "
-
-#: modules/access_output/udp.c:84
-msgid "Group packets"
-msgstr "그룹 패킷"
-
-#: modules/access_output/udp.c:85
-msgid ""
-"Packets can be sent one by one at the right time or by groups. You can "
-"choose the number of packets that will be sent at a time. It helps reducing "
-"the scheduling load on heavily-loaded systems."
-msgstr ""
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr ""
-
-#: modules/access_output/udp.c:91
-msgid ""
-"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 ""
-
-#: modules/access_output/udp.c:97
-#, fuzzy
-msgid "UDP stream output"
-msgstr "UDP 스트림 출력"
-
-#: modules/access_output/udp.c:98
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
-msgid "UDP"
-msgstr "UDP"
-
-#: modules/access/pvr.c:49
-#, fuzzy
-msgid ""
-"Default caching value for PVR streams. This value should be set in "
-"milliseconds."
-msgstr ""
-"udp 스트림로 사용되는 기정의 캐싱치가 변경 가능합니다. 단위는 밀리 세컨드로 "
-"손가락정합니다. "
-
-#: modules/access/pvr.c:52
-msgid "Device"
-msgstr "디바이스"
-
-#: modules/access/pvr.c:53
-#, fuzzy
-msgid "PVR video device"
-msgstr "DVD 디바이스"
-
-#: modules/access/pvr.c:55
-#, fuzzy
-msgid "Radio device"
-msgstr "DVD 디바이스"
-
-#: modules/access/pvr.c:56
-#, fuzzy
-msgid "PVR radio device"
-msgstr "DVD 디바이스"
-
-#: modules/access/pvr.c:58 modules/access/v4l.c:96
-#, fuzzy
-msgid "Norm"
-msgstr "없음"
-
-#: modules/access/pvr.c:59 modules/access/v4l.c:98
-msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
-msgstr ""
-
-#: modules/access/pvr.c:62 modules/access/v4l.c:102
-#: modules/video_filter/mosaic.c:96
-msgid "Width"
-msgstr ""
-
-#: modules/access/pvr.c:63
-msgid "Width of the stream to capture (-1 for autodetection)."
-msgstr ""
-
-#: modules/access/pvr.c:66 modules/access/v4l.c:105
-#: modules/video_filter/mosaic.c:94
-#, fuzzy
-msgid "Height"
-msgstr "오른쪽"
-
-#: modules/access/pvr.c:67
-msgid "Height of the stream to capture (-1 for autodetection)."
-msgstr ""
-
-#: modules/access/pvr.c:70 modules/access/v4l.c:89
-msgid "Frequency"
-msgstr "주파수"
-
-#: modules/access/pvr.c:71 modules/access/v4l.c:91
-msgid "Frequency to capture (in kHz), if applicable."
-msgstr ""
-
-#: modules/access/pvr.c:74 modules/access/v4l.c:137
-msgid "Framerate to capture, if applicable (-1 for autodetect)."
-msgstr ""
-
-#: modules/access/pvr.c:77
-#, fuzzy
-msgid "Key interval"
-msgstr "키 프레임 간격:"
-
-#: modules/access/pvr.c:78
-msgid "Interval between keyframes (-1 for autodetect)."
-msgstr ""
-
-#: modules/access/pvr.c:80
-msgid "B Frames"
-msgstr ""
-
-#: modules/access/pvr.c:81
-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.c:85
-msgid "Bitrate to use (-1 for default)."
-msgstr ""
-
-#: modules/access/pvr.c:87
-#, fuzzy
-msgid "Bitrate peak"
-msgstr "bit rate"
-
-#: modules/access/pvr.c:88
-msgid "Peak bitrate in VBR mode."
-msgstr ""
-
-#: modules/access/pvr.c:91
-#, fuzzy
-msgid "Bitrate mode)"
-msgstr "만곡 모드"
-
-#: modules/access/pvr.c:92
-msgid "Bitrate mode to use (VBR or CBR)."
-msgstr ""
-
-#: modules/access/pvr.c:94
-#, fuzzy
-msgid "Audio bitmask"
-msgstr "오디오 bit rate"
-
-#: modules/access/pvr.c:95
-msgid "Bitmask that will get used by the audio part of the card."
-msgstr ""
-
-#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
-msgid "Volume"
-msgstr "음량"
-
-#: modules/access/pvr.c:99
-msgid "Audio volume (0-65535)."
-msgstr ""
-
-#: modules/access/pvr.c:101 modules/access/v4l.c:92
-#, fuzzy
-msgid "Channel"
-msgstr "채널"
-
-#: modules/access/pvr.c:102
-msgid ""
-"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)"
-msgstr ""
-
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-#, fuzzy
-msgid "Automatic"
-msgstr "자동인연 잡기"
-
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "SECAM"
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "SECAM"
 msgstr ""
 
 #: modules/access/pvr.c:108 modules/access/v4l.c:143
@@ -6413,6 +6145,11 @@ msgstr "PVR"
 msgid "IVTV MPEG Encoding cards input"
 msgstr ""
 
+#: modules/access/rtsp/access.c:41 modules/access_output/udp.c:75
+#: modules/demux/live555.cpp:63
+msgid "Caching value (ms)"
+msgstr "캐싱치 (밀리 세컨드)"
+
 #: modules/access/rtsp/access.c:43
 #, fuzzy
 msgid ""
@@ -6568,32 +6305,6 @@ msgstr ""
 msgid "UDP/RTP input"
 msgstr "UDP/RTP ìž…ë ¥"
 
-#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
-#: modules/gui/wxwidgets/dialogs/open.cpp:723
-msgid "Device name"
-msgstr "디바이스명"
-
-#: modules/access/v4l2.c:54
-msgid ""
-"Name of the device to use. If you don't specify anything, /dev/video0 will "
-"be used."
-msgstr ""
-
-#: modules/access/v4l2.c:58
-msgid ""
-"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
-msgstr ""
-
-#: modules/access/v4l2.c:63
-#, fuzzy
-msgid "Video4Linux2"
-msgstr "Video4Linux"
-
-#: modules/access/v4l2.c:64
-#, fuzzy
-msgid "Video4Linux2 input"
-msgstr "Video4Linux ìž…ë ¥"
-
 #: modules/access/v4l.c:75
 #, fuzzy
 msgid ""
@@ -6690,9 +6401,14 @@ msgstr "튜너:"
 msgid "Tuner to use, if there are several ones."
 msgstr ""
 
-#: modules/access/v4l.c:124
-msgid ""
-"Samplerate of the captured audio stream, in Hz (eg: 11025, 22050, 44100)"
+#: modules/access/v4l.c:122 modules/access_output/shout.c:89
+#, fuzzy
+msgid "Samplerate"
+msgstr "샘플 레이트"
+
+#: modules/access/v4l.c:124
+msgid ""
+"Samplerate of the captured audio stream, in Hz (eg: 11025, 22050, 44100)"
 msgstr ""
 
 #: modules/access/v4l.c:127
@@ -6735,6 +6451,32 @@ msgstr "Video4Linux"
 msgid "Video4Linux input"
 msgstr "Video4Linux ìž…ë ¥"
 
+#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
+#: modules/gui/wxwidgets/dialogs/open.cpp:723
+msgid "Device name"
+msgstr "디바이스명"
+
+#: modules/access/v4l2.c:54
+msgid ""
+"Name of the device to use. If you don't specify anything, /dev/video0 will "
+"be used."
+msgstr ""
+
+#: modules/access/v4l2.c:58
+msgid ""
+"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
+msgstr ""
+
+#: modules/access/v4l2.c:63
+#, fuzzy
+msgid "Video4Linux2"
+msgstr "Video4Linux"
+
+#: modules/access/v4l2.c:64
+#, fuzzy
+msgid "Video4Linux2 input"
+msgstr "Video4Linux ìž…ë ¥"
+
 #: modules/access/vcd/vcd.c:42
 #, fuzzy
 msgid "Caching value for VCDs. This value should be set in milliseconds."
@@ -6823,116 +6565,397 @@ msgstr "시스템 ID"
 msgid "Entries"
 msgstr "엔트리"
 
-#: modules/access/vcdx/info.c:122
-msgid "First Entry Point"
-msgstr "최초의 엔트리 포인트"
+#: modules/access/vcdx/info.c:122
+msgid "First Entry Point"
+msgstr "최초의 엔트리 포인트"
+
+#: modules/access/vcdx/info.c:126
+msgid "Last Entry Point"
+msgstr "마지막 엔트리 포인트"
+
+#: modules/access/vcdx/info.c:127
+msgid "Track size (in sectors)"
+msgstr ""
+
+#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
+#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
+#, fuzzy
+msgid "type"
+msgstr "타입"
+
+#: modules/access/vcdx/info.c:139
+#, fuzzy
+msgid "end"
+msgstr "브렌드"
+
+#: modules/access/vcdx/info.c:142
+#, fuzzy
+msgid "play list"
+msgstr "재생목록"
+
+#: modules/access/vcdx/info.c:153
+#, fuzzy
+msgid "extended selection list"
+msgstr "선택"
+
+#: modules/access/vcdx/info.c:154
+#, fuzzy
+msgid "selection list"
+msgstr "선택"
+
+#: modules/access/vcdx/info.c:166
+#, fuzzy
+msgid "unknown type"
+msgstr "<불명>"
+
+#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
+#: modules/access/vcdx/info.c:316
+msgid "List ID"
+msgstr "일람 ID"
+
+#: modules/access/vcdx/vcd.c:95
+msgid "(Super) Video CD"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:96
+msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+msgstr "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) ìž…ë ¥"
+
+#: modules/access/vcdx/vcd.c:97
+#, fuzzy
+msgid "vcdx://[device-or-file][@{P,S,T}num]"
+msgstr "cddax://[device-or-file][@[T]num]"
+
+#: modules/access/vcdx/vcd.c:106
+msgid "If nonzero, this gives additional debug information."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+#, fuzzy
+msgid "Number of CD blocks to get in a single read."
+msgstr "thread의 수"
+
+#: modules/access/vcdx/vcd.c:116
+#, fuzzy
+msgid "Use playback control?"
+msgstr "컨트롤"
+
+#: modules/access/vcdx/vcd.c:117
+msgid ""
+"If VCD is authored with playback control, use it. Otherwise we play by "
+"tracks."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:123
+msgid "Use track length as maximum unit in seek?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:124
+msgid ""
+"If set, the length of the seek bar is the track rather than the length of an "
+"entry."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:129
+msgid "Show extended VCD info?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:130
+msgid ""
+"Show the maximum amount of information under Stream and Media Info. Shows "
+"for example playback control navigation."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:137
+#, fuzzy
+msgid "Format to use in the playlist's \"author\" field."
+msgstr "플레이 재생목록의 \"author\" 필드에서 사용하는 포맷"
+
+#: modules/access/vcdx/vcd.c:143
+#, fuzzy
+msgid "Format to use in the playlist's \"title\" field."
+msgstr "플레이 재생목록의 \"author\" 필드에서 사용하는 포맷"
+
+#: modules/access_filter/record.c:43
+#, fuzzy
+msgid "Record directory"
+msgstr "원본 디렉토리"
+
+#: modules/access_filter/record.c:45
+#, fuzzy
+msgid "Directory where the record will be stored."
+msgstr "VLC가 선택하는 패킷의 순서를 선택합니다. "
+
+#: modules/access_filter/timeshift.c:44
+#, fuzzy
+msgid "Timeshift granularity"
+msgstr "수직 방향 위치"
+
+#: modules/access_filter/timeshift.c:46
+msgid ""
+"This is the size of the temporary files tha will be used to store the "
+"timeshifted streams."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:48
+#, fuzzy
+msgid "Timeshift directory"
+msgstr "소스의 어스펙트·레시오"
+
+#: modules/access_filter/timeshift.c:49
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:51
+msgid "Force use of the timeshift module"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52
+msgid ""
+"Force use of the timeshift module even if the access declares that it can "
+"control pace or pause."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
+#, fuzzy
+msgid "Timeshift"
+msgstr "수직 방향 위치"
+
+#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
+msgid "Dummy stream output"
+msgstr "더미 스트림 출력"
+
+#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
+msgid "Dummy"
+msgstr ""
+
+#: modules/access_output/file.c:61
+#, fuzzy
+msgid "Append to file"
+msgstr "파일을 연다"
+
+#: modules/access_output/file.c:62
+msgid "Append to file if it exists instead of replacing it."
+msgstr ""
+
+#: modules/access_output/file.c:66
+#, fuzzy
+msgid "File stream output"
+msgstr "스트림의 출력처의 선택"
+
+#: modules/access_output/http.c:58
+msgid "Username"
+msgstr "유저명"
+
+#: modules/access_output/http.c:59
+#, fuzzy
+msgid "User name that will be requested to access the stream."
+msgstr "VLC가 선택하는 패킷의 순서를 선택합니다. "
+
+#: modules/access_output/http.c:61 modules/control/telnet.c:81
+msgid "Password"
+msgstr "패스워드"
+
+#: modules/access_output/http.c:62
+#, fuzzy
+msgid "Password that will be requested to access the stream."
+msgstr "VLC가 선택하는 패킷의 순서를 선택합니다. "
+
+#: modules/access_output/http.c:66
+#, fuzzy
+msgid "Mime"
+msgstr "시간"
+
+#: modules/access_output/http.c:67
+msgid "MIME returned by the server (autodetected if not specified."
+msgstr ""
+
+#: modules/access_output/http.c:71
+msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
+msgstr ""
+
+#: modules/access_output/http.c:74
+msgid ""
+"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
+"empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:78
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used for HTTPS. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:83
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be used for "
+"SSL. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:86
+msgid "Advertise with Bonjour"
+msgstr ""
+
+#: modules/access_output/http.c:87
+msgid "Advertise the stream with the Bonjour protocol."
+msgstr ""
+
+#: modules/access_output/http.c:91
+#, fuzzy
+msgid "HTTP stream output"
+msgstr "스트림의 출력처의 선택"
+
+#: modules/access_output/http.c:93 modules/control/http/http.c:61
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
+msgstr ""
+
+#: modules/access_output/shout.c:58
+#, fuzzy
+msgid "Stream name"
+msgstr "스트림"
+
+#: modules/access_output/shout.c:59
+msgid "Name to give to this stream/channel on the shoutcast/icecast server."
+msgstr ""
 
-#: modules/access/vcdx/info.c:126
-msgid "Last Entry Point"
-msgstr "마지막 엔트리 포인트"
+#: modules/access_output/shout.c:62
+#, fuzzy
+msgid "Stream description"
+msgstr "코덱 설명"
 
-#: modules/access/vcdx/info.c:127
-msgid "Track size (in sectors)"
+#: modules/access_output/shout.c:63
+msgid "Description of the stream content or information about your channel."
 msgstr ""
 
-#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
-#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
+#: modules/access_output/shout.c:66
 #, fuzzy
-msgid "type"
-msgstr "타입"
+msgid "Stream MP3"
+msgstr "스트림 "
 
-#: modules/access/vcdx/info.c:139
+#: modules/access_output/shout.c:67
+msgid ""
+"You normally have to feed the shoutcast module with Ogg streams. It is also "
+"possible to stream MP3 instead, so you can forward MP3 streams to the "
+"shoutcast/icecast server."
+msgstr ""
+
+#: modules/access_output/shout.c:76
 #, fuzzy
-msgid "end"
-msgstr "브렌드"
+msgid "Genre description"
+msgstr "코덱 설명"
 
-#: modules/access/vcdx/info.c:142
+#: modules/access_output/shout.c:77
+msgid "Genre of the content. "
+msgstr ""
+
+#: modules/access_output/shout.c:79
 #, fuzzy
-msgid "play list"
-msgstr "재생목록"
+msgid "URL description"
+msgstr "설명"
 
-#: modules/access/vcdx/info.c:153
+#: modules/access_output/shout.c:80
+msgid "URL with information about the stream or your channel. "
+msgstr ""
+
+#: modules/access_output/shout.c:87
 #, fuzzy
-msgid "extended selection list"
-msgstr "선택"
+msgid "Bitrate information of the transcoded stream. "
+msgstr "스트림을 안내한다"
 
-#: modules/access/vcdx/info.c:154
+#: modules/access_output/shout.c:90
 #, fuzzy
-msgid "selection list"
-msgstr "선택"
+msgid "Samplerate information of the transcoded stream. "
+msgstr "스트림을 안내한다"
 
-#: modules/access/vcdx/info.c:166
+#: modules/access_output/shout.c:92
 #, fuzzy
-msgid "unknown type"
-msgstr "<불명>"
+msgid "Number of channels"
+msgstr "클론의 수"
 
-#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
-#: modules/access/vcdx/info.c:316
-msgid "List ID"
-msgstr "일람 ID"
+#: modules/access_output/shout.c:93
+#, fuzzy
+msgid "Number of channels information of the transcoded stream. "
+msgstr "스트림을 안내한다"
 
-#: modules/access/vcdx/vcd.c:95
-msgid "(Super) Video CD"
+#: modules/access_output/shout.c:95
+msgid "Ogg Vorbis Quality"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:96
-msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
-msgstr "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) ìž…ë ¥"
+#: modules/access_output/shout.c:96
+#, fuzzy
+msgid "Ogg Vorbis Quality information of the transcoded stream. "
+msgstr "스트림을 안내한다"
 
-#: modules/access/vcdx/vcd.c:97
+#: modules/access_output/shout.c:98
 #, fuzzy
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
-msgstr "cddax://[device-or-file][@[T]num]"
+msgid "Stream public"
+msgstr "스트림 출력"
 
-#: modules/access/vcdx/vcd.c:106
-msgid "If nonzero, this gives additional debug information."
+#: modules/access_output/shout.c:99
+msgid ""
+"Make the server publicly available on the 'Yellow Pages' (directory listing "
+"of streams) on the icecast/shoutcast website. Requires the bitrate "
+"information specified for shoutcast. Requires Ogg streaming for icecast."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+#: modules/access_output/shout.c:105
 #, fuzzy
-msgid "Number of CD blocks to get in a single read."
-msgstr "thread의 수"
+msgid "IceCAST output"
+msgstr "오디오 출력 모듈 액세스"
 
-#: modules/access/vcdx/vcd.c:116
+#: modules/access_output/udp.c:77
 #, fuzzy
-msgid "Use playback control?"
-msgstr "컨트롤"
-
-#: modules/access/vcdx/vcd.c:117
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Default caching value for outbound UDP streams. This value should be set in "
+"milliseconds."
 msgstr ""
+"udp 스트림로 사용되는 기정의 캐싱치가 변경 가능합니다. 단위는 밀리 세컨드로 "
+"손가락정합니다. "
 
-#: modules/access/vcdx/vcd.c:123
-msgid "Use track length as maximum unit in seek?"
-msgstr ""
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
+#: modules/gui/macosx/wizard.m:1848
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
+#, fuzzy
+msgid "Time-To-Live (TTL)"
+msgstr "생존 시간 (TTL):"
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:81
+#, fuzzy
+msgid "Time-To-Live of the outgoing stream."
+msgstr "VLC가 선택하는 패킷의 순서를 선택합니다. "
+
+#: modules/access_output/udp.c:84
+msgid "Group packets"
+msgstr "그룹 패킷"
+
+#: modules/access_output/udp.c:85
 msgid ""
-"If set, the length of the seek bar is the track rather than the length of an "
-"entry."
+"Packets can be sent one by one at the right time or by groups. You can "
+"choose the number of packets that will be sent at a time. It helps reducing "
+"the scheduling load on heavily-loaded systems."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:129
-msgid "Show extended VCD info?"
+#: modules/access_output/udp.c:90
+msgid "Raw write"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:130
+#: modules/access_output/udp.c:91
 msgid ""
-"Show the maximum amount of information under Stream and Media Info. Shows "
-"for example playback control navigation."
+"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 ""
 
-#: modules/access/vcdx/vcd.c:137
+#: modules/access_output/udp.c:97
 #, fuzzy
-msgid "Format to use in the playlist's \"author\" field."
-msgstr "플레이 재생목록의 \"author\" 필드에서 사용하는 포맷"
+msgid "UDP stream output"
+msgstr "UDP 스트림 출력"
 
-#: modules/access/vcdx/vcd.c:143
-#, fuzzy
-msgid "Format to use in the playlist's \"title\" field."
-msgstr "플레이 재생목록의 \"author\" 필드에서 사용하는 포맷"
+#: modules/access_output/udp.c:98
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
+msgid "UDP"
+msgstr "UDP"
 
 #: modules/audio_filter/channel_mixer/dolby.c:47
 msgid "Simple decoder for Dolby Surround encoded streams"
@@ -9405,475 +9428,475 @@ msgstr "서버 없음"
 msgid "Windows Service interface"
 msgstr "Windows 서비스 인터페이스"
 
-#: modules/control/rc.c:154
+#: modules/control/rc.c:156
 msgid "Show stream position"
 msgstr "스트림 위치 표시"
 
-#: modules/control/rc.c:155
+#: modules/control/rc.c:157
 #, fuzzy
 msgid ""
 "Show the current position in seconds within the stream from time to time."
 msgstr "즉시 현재의 위치를 나타냅니다. "
 
-#: modules/control/rc.c:158
+#: modules/control/rc.c:160
 msgid "Fake TTY"
 msgstr "유사 TTY"
 
-#: modules/control/rc.c:159
+#: modules/control/rc.c:161
 #, fuzzy
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr "TTY의 경우, 강제적으로 표준 입력을 rc플러그 인으로 사용합니다. "
 
-#: modules/control/rc.c:161
+#: modules/control/rc.c:163
 msgid "UNIX socket command input"
 msgstr ""
 
-#: modules/control/rc.c:162
+#: modules/control/rc.c:164
 msgid "Accept commands over a Unix socket rather than stdin."
 msgstr ""
 
-#: modules/control/rc.c:165
+#: modules/control/rc.c:167
 #, fuzzy
 msgid "TCP command input"
 msgstr "TCP ìž…ë ¥"
 
-#: modules/control/rc.c:166
+#: modules/control/rc.c:168
 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:170 modules/misc/dummy/dummy.c:49
+#: modules/control/rc.c:172 modules/misc/dummy/dummy.c:49
 msgid "Do not open a DOS command box interface"
 msgstr "DOS 커멘드 박스 인터페이스를 열지 않는다"
 
-#: modules/control/rc.c:172
+#: modules/control/rc.c:174
 msgid ""
 "By default the rc 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 ""
 
-#: modules/control/rc.c:179
+#: modules/control/rc.c:181
 #, fuzzy
 msgid "RC"
 msgstr "ja"
 
-#: modules/control/rc.c:182
+#: modules/control/rc.c:184
 #, fuzzy
 msgid "Remote control interface"
 msgstr "리모트·컨트롤·인터페이스·모듈"
 
-#: modules/control/rc.c:323
+#: modules/control/rc.c:325
 #, fuzzy
 msgid "Remote control interface initialized. Type `help' for help."
 msgstr "리모트·컨트롤·인터페이스·모듈"
 
-#: modules/control/rc.c:848
+#: modules/control/rc.c:850
 #, c-format
 msgid "Unknown command `%s'. Type `help' for help."
 msgstr ""
 
-#: modules/control/rc.c:881
+#: modules/control/rc.c:883
 #, fuzzy
 msgid "+----[ Remote control commands ]"
 msgstr "+----[ 리모트 제어 커멘드 ]\n"
 
-#: modules/control/rc.c:883
+#: modules/control/rc.c:885
 #, fuzzy
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist"
 msgstr ""
 "| add XYZ  .  .  .  .  .  .  .  .  .  .  XYZ 를 플레이 재생목록에 추가 \n"
 
-#: modules/control/rc.c:884
+#: modules/control/rc.c:886
 #, fuzzy
 msgid "| enqueue XYZ  . . . . . . . queue XYZ to playlist"
 msgstr ""
 "| add XYZ  .  .  .  .  .  .  .  .  .  .  XYZ 를 플레이 재생목록에 추가 \n"
 
-#: modules/control/rc.c:885
+#: modules/control/rc.c:887
 #, fuzzy
 msgid "| playlist . . .  show items currently in playlist"
 msgstr "| playlist .  .  .  현재의 플레이 재생목록중의 항목을 표시 \n"
 
-#: modules/control/rc.c:886
+#: modules/control/rc.c:888
 #, fuzzy
 msgid "| play . . . . . . . . . . . . . . . . play stream"
 msgstr "| play .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  스트림 재생 \n"
 
-#: modules/control/rc.c:887
+#: modules/control/rc.c:889
 #, fuzzy
 msgid "| stop . . . . . . . . . . . . . . . . stop stream"
 msgstr "| play .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  스트림 재생 \n"
 
-#: modules/control/rc.c:888
+#: modules/control/rc.c:890
 #, fuzzy
 msgid "| next . . . . . . . . . . . .  next playlist item"
 msgstr ""
 "| add XYZ  .  .  .  .  .  .  .  .  .  .  XYZ 를 플레이 재생목록에 추가 \n"
 
-#: modules/control/rc.c:889
+#: modules/control/rc.c:891
 #, fuzzy
 msgid "| prev . . . . . . . . . .  previous playlist item"
 msgstr ""
 "| add XYZ  .  .  .  .  .  .  .  .  .  .  XYZ 를 플레이 재생목록에 추가 \n"
 
-#: modules/control/rc.c:890
+#: modules/control/rc.c:892
 #, fuzzy
 msgid "| goto . . . . . . . . . . . .  goto item at index"
 msgstr "| play .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  스트림 재생 \n"
 
-#: modules/control/rc.c:891
+#: modules/control/rc.c:893
 #, fuzzy
 msgid "| clear . . . . . . . . . . .   clear the playlist"
 msgstr ""
 "| add XYZ  .  .  .  .  .  .  .  .  .  .  XYZ 를 플레이 재생목록에 추가 \n"
 
-#: modules/control/rc.c:892
+#: modules/control/rc.c:894
 #, fuzzy
 msgid "| status . . . . . . . . . current playlist status"
 msgstr ""
 "| add XYZ  .  .  .  .  .  .  .  .  .  .  XYZ 를 플레이 재생목록에 추가 \n"
 
-#: modules/control/rc.c:893
+#: modules/control/rc.c:895
 msgid "| title [X]  . . . . set/get title in current item"
 msgstr ""
 
-#: modules/control/rc.c:894
+#: modules/control/rc.c:896
 msgid "| title_n  . . . . . .  next title in current item"
 msgstr ""
 
-#: modules/control/rc.c:895
+#: modules/control/rc.c:897
 msgid "| title_p  . . . .  previous title in current item"
 msgstr ""
 
-#: modules/control/rc.c:896
+#: modules/control/rc.c:898
 msgid "| chapter [X]  . . set/get chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:897
+#: modules/control/rc.c:899
 msgid "| chapter_n  . . . .  next chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:898
+#: modules/control/rc.c:900
 msgid "| chapter_p  . .  previous chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:900
+#: modules/control/rc.c:902
 msgid "| seek X . seek in seconds, for instance `seek 12'"
 msgstr ""
 
-#: modules/control/rc.c:901
+#: modules/control/rc.c:903
 #, fuzzy
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause"
 msgstr "| play .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  스트림 재생 \n"
 
-#: modules/control/rc.c:902
+#: modules/control/rc.c:904
 #, fuzzy
 msgid "| fastforward  . . . . . .  .  set to maximum rate"
 msgstr ""
 "| add XYZ  .  .  .  .  .  .  .  .  .  .  XYZ 를 플레이 재생목록에 추가 \n"
 
-#: modules/control/rc.c:903
+#: modules/control/rc.c:905
 #, fuzzy
 msgid "| rewind  . . . . . . . . . .  set to minimum rate"
 msgstr ""
 "| add XYZ  .  .  .  .  .  .  .  .  .  .  XYZ 를 플레이 재생목록에 추가 \n"
 
-#: modules/control/rc.c:904
+#: modules/control/rc.c:906
 msgid "| faster . . . . . . . .  faster playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:905
+#: modules/control/rc.c:907
 msgid "| slower . . . . . . . .  slower playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:906
+#: modules/control/rc.c:908
 msgid "| normal . . . . . . . .  normal playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:907
+#: modules/control/rc.c:909
 #, fuzzy
 msgid "| f [on|off] . . . . . . . . . . toggle fullscreen"
 msgstr "| play .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  스트림 재생 \n"
 
-#: modules/control/rc.c:908
+#: modules/control/rc.c:910
 msgid "| info . . .  information about the current stream"
 msgstr ""
 
-#: modules/control/rc.c:909
+#: modules/control/rc.c:911
 msgid "| get_time . . seconds elapsed since stream's beginning"
 msgstr ""
 
-#: modules/control/rc.c:910
+#: modules/control/rc.c:912
 msgid "| is_playing . .  1 if a stream plays, 0 otherwise"
 msgstr ""
 
-#: modules/control/rc.c:911
+#: modules/control/rc.c:913
 msgid "| get_title . . .  the title of the current stream"
 msgstr ""
 
-#: modules/control/rc.c:912
+#: modules/control/rc.c:914
 msgid "| get_length . .  the length of the current stream"
 msgstr ""
 
-#: modules/control/rc.c:914
+#: modules/control/rc.c:916
 msgid "| volume [X] . . . . . . . .  set/get audio volume"
 msgstr ""
 
-#: modules/control/rc.c:915
+#: modules/control/rc.c:917
 msgid "| volup [X]  . . . . .  raise audio volume X steps"
 msgstr ""
 
-#: modules/control/rc.c:916
+#: modules/control/rc.c:918
 msgid "| voldown [X]  . . . .  lower audio volume X steps"
 msgstr ""
 
-#: modules/control/rc.c:917
+#: modules/control/rc.c:919
 msgid "| adev [X] . . . . . . . . .  set/get audio device"
 msgstr ""
 
-#: modules/control/rc.c:918
+#: modules/control/rc.c:920
 msgid "| achan [X]. . . . . . . .  set/get audio channels"
 msgstr ""
 
-#: modules/control/rc.c:919
+#: modules/control/rc.c:921
 #, fuzzy
 msgid "| atrack [X] . . . . . . . . . set/get audio track"
 msgstr ""
 "| add XYZ  .  .  .  .  .  .  .  .  .  .  XYZ 를 플레이 재생목록에 추가 \n"
 
-#: modules/control/rc.c:920
+#: modules/control/rc.c:922
 #, fuzzy
 msgid "| vtrack [X] . . . . . . . . . set/get video track"
 msgstr ""
 "| add XYZ  .  .  .  .  .  .  .  .  .  .  XYZ 를 플레이 재생목록에 추가 \n"
 
-#: modules/control/rc.c:921
+#: modules/control/rc.c:923
 #, fuzzy
 msgid "| strack [X] . . . . . . . set/get subtitles track"
 msgstr ""
 "| add XYZ  .  .  .  .  .  .  .  .  .  .  XYZ 를 플레이 재생목록에 추가 \n"
 
-#: modules/control/rc.c:922
+#: modules/control/rc.c:924
 msgid "| menu [on|off|up|down|left|right|select] use menu"
 msgstr ""
 
-#: modules/control/rc.c:927
+#: modules/control/rc.c:929
 msgid "| marq-marquee STRING  . . overlay STRING in video"
 msgstr ""
 
-#: modules/control/rc.c:928
+#: modules/control/rc.c:930
 #, fuzzy
 msgid "| marq-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 "| add XYZ  .  .  .  .  .  .  .  .  .  .  XYZ 를 플레이 재생목록에 추가 \n"
 
-#: modules/control/rc.c:929
+#: modules/control/rc.c:931
 #, fuzzy
 msgid "| marq-y Y . . . . . . . . . . . . offset from top"
 msgstr "| play .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  스트림 재생 \n"
 
-#: modules/control/rc.c:930
+#: modules/control/rc.c:932
 #, fuzzy
 msgid "| marq-position #. . .  .relative position control"
 msgstr "| play .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  스트림 재생 \n"
 
-#: modules/control/rc.c:931
+#: modules/control/rc.c:933
 #, fuzzy
 msgid "| marq-color # . . . . . . . . . . font color, RGB"
 msgstr "| play .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  스트림 재생 \n"
 
-#: modules/control/rc.c:932
+#: modules/control/rc.c:934
 #, fuzzy
 msgid "| marq-opacity # . . . . . . . . . . . . . opacity"
 msgstr "| play .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  스트림 재생 \n"
 
-#: modules/control/rc.c:933
+#: modules/control/rc.c:935
 #, fuzzy
 msgid "| marq-timeout T. . . . . . . . . . timeout, in ms"
 msgstr "| play .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  스트림 재생 \n"
 
-#: modules/control/rc.c:934
+#: modules/control/rc.c:936
 #, fuzzy
 msgid "| marq-size # . . . . . . . . font size, in pixels"
 msgstr ""
 "| add XYZ  .  .  .  .  .  .  .  .  .  .  XYZ 를 플레이 재생목록에 추가 \n"
 
-#: modules/control/rc.c:936
+#: modules/control/rc.c:938
 msgid "| time-format STRING . . . overlay STRING in video"
 msgstr ""
 
-#: modules/control/rc.c:937
+#: modules/control/rc.c:939
 #, fuzzy
 msgid "| time-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 "| add XYZ  .  .  .  .  .  .  .  .  .  .  XYZ 를 플레이 재생목록에 추가 \n"
 
-#: modules/control/rc.c:938
+#: modules/control/rc.c:940
 #, fuzzy
 msgid "| time-y Y . . . . . . . . . . . . offset from top"
 msgstr "| play .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  스트림 재생 \n"
 
-#: modules/control/rc.c:939
+#: modules/control/rc.c:941
 #, fuzzy
 msgid "| time-position #. . . . . . . . relative position"
 msgstr "| play .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  스트림 재생 \n"
 
-#: modules/control/rc.c:940
+#: modules/control/rc.c:942
 #, fuzzy
 msgid "| time-color # . . . . . . . . . . font color, RGB"
 msgstr "| play .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  스트림 재생 \n"
 
-#: modules/control/rc.c:941
+#: modules/control/rc.c:943
 #, fuzzy
 msgid "| time-opacity # . . . . . . . . . . . . . opacity"
 msgstr "| play .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  스트림 재생 \n"
 
-#: modules/control/rc.c:942
+#: modules/control/rc.c:944
 #, fuzzy
 msgid "| time-size # . . . . . . . . font size, in pixels"
 msgstr "| play .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  스트림 재생 \n"
 
-#: modules/control/rc.c:944
+#: modules/control/rc.c:946
 msgid "| logo-file STRING . . .the overlay file path/name"
 msgstr ""
 
-#: modules/control/rc.c:945
+#: modules/control/rc.c:947
 #, fuzzy
 msgid "| logo-x X . . . . . . . . . . . .offset from left"
 msgstr "| play .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  스트림 재생 \n"
 
-#: modules/control/rc.c:946
+#: modules/control/rc.c:948
 #, fuzzy
 msgid "| logo-y Y . . . . . . . . . . . . offset from top"
 msgstr "| play .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  스트림 재생 \n"
 
-#: modules/control/rc.c:947
+#: modules/control/rc.c:949
 #, fuzzy
 msgid "| logo-position #. . . . . . . . relative position"
 msgstr "| play .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  스트림 재생 \n"
 
-#: modules/control/rc.c:948
+#: modules/control/rc.c:950
 msgid "| logo-transparency #. . . . . . . . .transparency"
 msgstr ""
 
-#: modules/control/rc.c:950
+#: modules/control/rc.c:952
 #, fuzzy
 msgid "| mosaic-alpha # . . . . . . . . . . . . . . alpha"
 msgstr "| play .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  스트림 재생 \n"
 
-#: modules/control/rc.c:951
+#: modules/control/rc.c:953
 #, fuzzy
 msgid "| mosaic-height #. . . . . . . . . . . . . .height"
 msgstr "| play .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  스트림 재생 \n"
 
-#: modules/control/rc.c:952
+#: modules/control/rc.c:954
 #, fuzzy
 msgid "| mosaic-width # . . . . . . . . . . . . . . width"
 msgstr "| play .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  스트림 재생 \n"
 
-#: modules/control/rc.c:953
+#: modules/control/rc.c:955
 msgid "| mosaic-xoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:954
+#: modules/control/rc.c:956
 msgid "| mosaic-yoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:955
+#: modules/control/rc.c:957
 msgid "| mosaic-align 0..2,4..6,8..10. . .mosaic alignment"
 msgstr ""
 
-#: modules/control/rc.c:956
+#: modules/control/rc.c:958
 #, fuzzy
 msgid "| mosaic-vborder # . . . . . . . . vertical border"
 msgstr ""
 "| add XYZ  .  .  .  .  .  .  .  .  .  .  XYZ 를 플레이 재생목록에 추가 \n"
 
-#: modules/control/rc.c:957
+#: modules/control/rc.c:959
 msgid "| mosaic-hborder # . . . . . . . horizontal border"
 msgstr ""
 
-#: modules/control/rc.c:958
+#: modules/control/rc.c:960
 msgid "| mosaic-position {0=auto,1=fixed} . . . .position"
 msgstr ""
 
-#: modules/control/rc.c:959
+#: modules/control/rc.c:961
 #, fuzzy
 msgid "| mosaic-rows #. . . . . . . . . . .number of rows"
 msgstr ""
 "| add XYZ  .  .  .  .  .  .  .  .  .  .  XYZ 를 플레이 재생목록에 추가 \n"
 
-#: modules/control/rc.c:960
+#: modules/control/rc.c:962
 #, fuzzy
 msgid "| mosaic-cols #. . . . . . . . . . .number of cols"
 msgstr ""
 "| add XYZ  .  .  .  .  .  .  .  .  .  .  XYZ 를 플레이 재생목록에 추가 \n"
 
-#: modules/control/rc.c:961
+#: modules/control/rc.c:963
 #, fuzzy
 msgid "| mosaic-order id(,id)* . . . . order of pictures "
 msgstr ""
 "| add XYZ  .  .  .  .  .  .  .  .  .  .  XYZ 를 플레이 재생목록에 추가 \n"
 
-#: modules/control/rc.c:962
+#: modules/control/rc.c:964
 msgid "| mosaic-keep-aspect-ratio {0,1} . . .aspect ratio"
 msgstr ""
 
-#: modules/control/rc.c:964
+#: modules/control/rc.c:966
 msgid ""
 "| check-updates [newer] [equal] [older]\n"
 "|               [undef] [info] [source] [binary] [plugin]"
 msgstr ""
 
-#: modules/control/rc.c:968
+#: modules/control/rc.c:970
 #, fuzzy
 msgid "| help . . . . . . . . . . . . . this help message"
 msgstr "| play .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  스트림 재생 \n"
 
-#: modules/control/rc.c:969
+#: modules/control/rc.c:971
 msgid "| longhelp . . . . . . . . . a longer help message"
 msgstr ""
 
-#: modules/control/rc.c:970
+#: modules/control/rc.c:972
 msgid "| logout . . . . .  exit (if in socket connection)"
 msgstr ""
 
-#: modules/control/rc.c:971
+#: modules/control/rc.c:973
 #, fuzzy
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc"
 msgstr "| play .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  스트림 재생 \n"
 
-#: modules/control/rc.c:973
+#: modules/control/rc.c:975
 #, fuzzy
 msgid "+----[ end of help ]"
 msgstr "+---[ %s 의 끝 ]\n"
 
-#: modules/control/rc.c:1080
+#: modules/control/rc.c:1082
 #, fuzzy
 msgid "Press menu select or pause to continue."
 msgstr ""
 "\n"
 "계속하려면  Enter 키를 눌러 주세요. \n"
 
-#: modules/control/rc.c:1324 modules/control/rc.c:1809
-#: modules/control/rc.c:1879 modules/control/rc.c:1928
-#: modules/control/rc.c:2027
+#: modules/control/rc.c:1326 modules/control/rc.c:1811
+#: modules/control/rc.c:1881 modules/control/rc.c:1930
+#: modules/control/rc.c:2029
 #, fuzzy
 msgid "Type 'menu select' or 'pause' to continue."
 msgstr ""
 "\n"
 "계속하려면  Enter 키를 눌러 주세요. \n"
 
-#: modules/control/rc.c:1461
+#: modules/control/rc.c:1463
 #, fuzzy
 msgid "Type 'pause' to continue."
 msgstr ""
 "\n"
 "계속하려면  Enter 키를 눌러 주세요. \n"
 
-#: modules/control/rc.c:2012 modules/control/rc.c:2051
+#: modules/control/rc.c:2014 modules/control/rc.c:2053
 msgid "Please provide one of the following parameters:"
 msgstr ""
 
@@ -10014,6 +10037,7 @@ msgstr ""
 #: modules/gui/macosx/interaction.m:135 modules/gui/macosx/open.m:158
 #: modules/gui/macosx/playlistinfo.m:60 modules/gui/macosx/prefs.m:122
 #: modules/gui/macosx/prefs.m:142 modules/gui/macosx/wizard.m:363
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:88
 msgid "Cancel"
 msgstr "취소"
 
@@ -10993,8 +11017,8 @@ msgstr ""
 #: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:440
 #: modules/gui/macosx/open.m:634 modules/gui/macosx/open.m:738
 #: modules/gui/macosx/open.m:784 modules/gui/wxwidgets/interface.cpp:675
-#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:348
-#: modules/gui/wxwidgets/menus.cpp:404
+#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:349
+#: modules/gui/wxwidgets/menus.cpp:405
 msgid "Open"
 msgstr "연다"
 
@@ -11006,7 +11030,7 @@ msgstr "설정"
 
 #: modules/gui/beos/InterfaceWindow.cpp:237
 #: modules/gui/beos/InterfaceWindow.cpp:328 modules/gui/macosx/intf.m:503
-#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:35
+#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:41
 #: modules/gui/wxwidgets/dialogs/messages.cpp:47
 msgid "Messages"
 msgstr "메세지"
@@ -11162,6 +11186,7 @@ msgstr "적용"
 
 #: modules/gui/beos/PreferencesWindow.cpp:254 modules/gui/macosx/output.m:526
 #: modules/gui/macosx/playlist.m:704 modules/gui/macosx/prefs.m:121
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:87
 msgid "Save"
 msgstr "ë³´ì¡´"
 
@@ -11288,7 +11313,7 @@ msgstr "%@s 는 발견되지 않습니다"
 msgid "The stream must be playing or paused for bookmarks to work."
 msgstr ""
 
-#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:735
+#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:741
 #, fuzzy
 msgid "Jump To Time"
 msgstr "지정 시간에 점프: "
@@ -11307,65 +11332,65 @@ msgstr "지정 시간에 점프: "
 msgid "Random On"
 msgstr "랜덤 온"
 
-#: modules/gui/macosx/controls.m:167
+#: modules/gui/macosx/controls.m:168
 msgid "Random Off"
 msgstr "랜덤 오프"
 
-#: modules/gui/macosx/controls.m:195 modules/gui/macosx/controls.m:719
+#: modules/gui/macosx/controls.m:197 modules/gui/macosx/controls.m:725
 #: modules/gui/macosx/intf.m:543 modules/gui/macosx/playlist.m:453
 #: modules/gui/macosx/playlist.m:1167
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:54
 msgid "Repeat One"
 msgstr "1 회 반복한다"
 
-#: modules/gui/macosx/controls.m:199 modules/gui/macosx/controls.m:231
+#: modules/gui/macosx/controls.m:202 modules/gui/macosx/controls.m:236
 #: modules/gui/macosx/playlist.m:1186
 msgid "Repeat Off"
 msgstr "반복 오프"
 
-#: modules/gui/macosx/controls.m:227 modules/gui/macosx/controls.m:726
+#: modules/gui/macosx/controls.m:231 modules/gui/macosx/controls.m:732
 #: modules/gui/macosx/intf.m:544 modules/gui/macosx/playlist.m:454
 #: modules/gui/macosx/playlist.m:1175
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:53
 msgid "Repeat All"
 msgstr "모두 반복한다"
 
-#: modules/gui/macosx/controls.m:308 modules/gui/macosx/controls.m:749
+#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
 #: modules/gui/macosx/intf.m:569
 msgid "Half Size"
 msgstr "1/2 사이즈"
 
-#: modules/gui/macosx/controls.m:310 modules/gui/macosx/controls.m:750
+#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:756
 #: modules/gui/macosx/intf.m:570
 msgid "Normal Size"
 msgstr "통상 사이즈"
 
-#: modules/gui/macosx/controls.m:312 modules/gui/macosx/controls.m:751
+#: modules/gui/macosx/controls.m:318 modules/gui/macosx/controls.m:757
 #: modules/gui/macosx/intf.m:571
 msgid "Double Size"
 msgstr "2배 사이즈"
 
-#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
-#: modules/gui/macosx/controls.m:766 modules/gui/macosx/intf.m:574
+#: modules/gui/macosx/controls.m:320 modules/gui/macosx/controls.m:761
+#: modules/gui/macosx/controls.m:772 modules/gui/macosx/intf.m:574
 msgid "Float on Top"
 msgstr "항상 전면"
 
-#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:752
+#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:758
 #: modules/gui/macosx/intf.m:572
 msgid "Fit to Screen"
 msgstr "화면에 맞춘다"
 
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:542
+#: modules/gui/macosx/controls.m:718 modules/gui/macosx/intf.m:542
 #: modules/gui/macosx/playlist.m:447
 msgid "Random"
 msgstr "랜덤"
 
-#: modules/gui/macosx/controls.m:733 modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/controls.m:739 modules/gui/macosx/intf.m:545
 #, fuzzy
 msgid "Step Forward"
 msgstr "전송"
 
-#: modules/gui/macosx/controls.m:734 modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/controls.m:740 modules/gui/macosx/intf.m:546
 #, fuzzy
 msgid "Step Backward"
 msgstr "역전 재생"
@@ -11386,7 +11411,7 @@ msgstr "전송"
 #: modules/gui/pda/pda_interface.c:251 modules/gui/wxwidgets/interface.cpp:678
 #: modules/gui/wxwidgets/interface.cpp:689
 #: modules/gui/wxwidgets/interface.cpp:1210
-#: modules/gui/wxwidgets/menus.cpp:265 modules/visualization/xosd.c:242
+#: modules/gui/wxwidgets/menus.cpp:266 modules/visualization/xosd.c:242
 msgid "Pause"
 msgstr "일시정지"
 
@@ -11611,7 +11636,7 @@ msgstr "컨트롤"
 
 #: modules/gui/macosx/intf.m:488 modules/gui/macosx/intf.m:999
 #: modules/gui/macosx/intf.m:1321 modules/gui/pda/pda_interface.c:212
-#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:52
+#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:54
 msgid "VLC media player"
 msgstr "VLC 미디어 플레이어"
 
@@ -12071,82 +12096,6 @@ msgstr "SDP"
 msgid "Save File"
 msgstr "파일의 보존"
 
-#: modules/gui/macosx/playlistinfo.m:56
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
-msgid "URI"
-msgstr "URI"
-
-#: modules/gui/macosx/playlistinfo.m:63
-#, fuzzy
-msgid "Advanced Information"
-msgstr "고도의 옵션"
-
-#: modules/gui/macosx/playlistinfo.m:81
-msgid "Read at media"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:82
-#, fuzzy
-msgid "Input bitrate"
-msgstr "스트림의 정지"
-
-#: modules/gui/macosx/playlistinfo.m:83
-#, fuzzy
-msgid "Demuxed"
-msgstr "demux 모듈"
-
-#: modules/gui/macosx/playlistinfo.m:84
-#, fuzzy
-msgid "Stream bitrate"
-msgstr "encode의 최대 bit rate"
-
-#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
-#, fuzzy
-msgid "Decoded blocks"
-msgstr "디코더"
-
-#: modules/gui/macosx/playlistinfo.m:88
-#, fuzzy
-msgid "Displayed frames"
-msgstr "키 프레임을 사용"
-
-#: modules/gui/macosx/playlistinfo.m:89
-#, fuzzy
-msgid "Lost frames"
-msgstr "키 프레임을 사용"
-
-#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
-#: modules/video_filter/deinterlace.c:137
-#, fuzzy
-msgid "Streaming"
-msgstr "스트림의 정지"
-
-#: modules/gui/macosx/playlistinfo.m:92
-#, fuzzy
-msgid "Sent packets"
-msgstr "그룹 패킷"
-
-#: modules/gui/macosx/playlistinfo.m:93
-msgid "Sent bytes"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:94
-#, fuzzy
-msgid "Send rate"
-msgstr "샘플 레이트"
-
-#: modules/gui/macosx/playlistinfo.m:98
-#, fuzzy
-msgid "Played buffers"
-msgstr "빨리 감기 재생"
-
-#: modules/gui/macosx/playlistinfo.m:99
-msgid "Lost buffers"
-msgstr ""
-
 #: modules/gui/macosx/playlist.m:434
 msgid "Save Playlist..."
 msgstr "플레이 재생목록를 보존..."
@@ -12237,6 +12186,82 @@ msgstr "구획으로부터 인연 잡기까지의 지오메트리를 지정"
 msgid "Empty Folder"
 msgstr ""
 
+#: modules/gui/macosx/playlistinfo.m:56
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
+msgid "URI"
+msgstr "URI"
+
+#: modules/gui/macosx/playlistinfo.m:63
+#, fuzzy
+msgid "Advanced Information"
+msgstr "고도의 옵션"
+
+#: modules/gui/macosx/playlistinfo.m:81
+msgid "Read at media"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:82
+#, fuzzy
+msgid "Input bitrate"
+msgstr "스트림의 정지"
+
+#: modules/gui/macosx/playlistinfo.m:83
+#, fuzzy
+msgid "Demuxed"
+msgstr "demux 모듈"
+
+#: modules/gui/macosx/playlistinfo.m:84
+#, fuzzy
+msgid "Stream bitrate"
+msgstr "encode의 최대 bit rate"
+
+#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
+#, fuzzy
+msgid "Decoded blocks"
+msgstr "디코더"
+
+#: modules/gui/macosx/playlistinfo.m:88
+#, fuzzy
+msgid "Displayed frames"
+msgstr "키 프레임을 사용"
+
+#: modules/gui/macosx/playlistinfo.m:89
+#, fuzzy
+msgid "Lost frames"
+msgstr "키 프레임을 사용"
+
+#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
+#: modules/video_filter/deinterlace.c:137
+#, fuzzy
+msgid "Streaming"
+msgstr "스트림의 정지"
+
+#: modules/gui/macosx/playlistinfo.m:92
+#, fuzzy
+msgid "Sent packets"
+msgstr "그룹 패킷"
+
+#: modules/gui/macosx/playlistinfo.m:93
+msgid "Sent bytes"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:94
+#, fuzzy
+msgid "Send rate"
+msgstr "샘플 레이트"
+
+#: modules/gui/macosx/playlistinfo.m:98
+#, fuzzy
+msgid "Played buffers"
+msgstr "빨리 감기 재생"
+
+#: modules/gui/macosx/playlistinfo.m:99
+msgid "Lost buffers"
+msgstr ""
+
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:213
 msgid "Reset All"
@@ -13514,11 +13539,22 @@ msgstr "픽스맙·파일 %s 가 발견되지 않습니다. "
 msgid "QNX RTOS video and audio output"
 msgstr "오디오 출력을 강제적으로 단청의로 합니다. "
 
+#: modules/gui/qt4/dialogs/errors.cpp:37
+#, fuzzy
+msgid "Errors"
+msgstr "에러"
+
 #: modules/gui/qt4/dialogs/streaminfo.cpp:35
 #, fuzzy
 msgid "Stream information"
 msgstr "버젼 정보의 인쇄"
 
+#: modules/gui/qt4/dialogs_provider.cpp:235
+#: modules/gui/qt4/dialogs_provider.cpp:246
+#, fuzzy
+msgid "Open directory"
+msgstr "파일을 연다(&F)...\tCtrl-F"
+
 #: modules/gui/qt4/qt4.cpp:45
 #, fuzzy
 msgid "QT interface"
@@ -13702,6 +13738,11 @@ msgstr "wxWindows 인터페이스 모듈"
 msgid "WinCE dialogs provider"
 msgstr "wxWindows 다이얼로그 제공"
 
+#: modules/gui/wxwidgets/dialogs.cpp:433
+#: modules/gui/wxwidgets/dialogs/open.cpp:1265
+msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
+msgstr ""
+
 #: modules/gui/wxwidgets/dialogs/bookmarks.cpp:75
 #, fuzzy
 msgid "Edit bookmark"
@@ -13770,26 +13811,6 @@ msgstr ""
 msgid "Input has changed "
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs.cpp:433
-#: modules/gui/wxwidgets/dialogs/open.cpp:1265
-msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:435
-#: modules/gui/wxwidgets/dialogs/open.cpp:1267
-msgid "|Video Files (*.avi, *.mpg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:436
-#: modules/gui/wxwidgets/dialogs/open.cpp:1268
-msgid "|Playlist Files (*.m3u, *.pls, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:437
-#: modules/gui/wxwidgets/dialogs/open.cpp:1269
-msgid "|Subtitle Files (*.srt, *.sub, etc.)|"
-msgstr ""
-
 #: modules/gui/wxwidgets/dialogs/fileinfo.cpp:54
 #, fuzzy
 msgid "Stream and Media Info"
@@ -14340,11 +14361,6 @@ msgstr "출력 URL"
 msgid "Loop"
 msgstr "루프"
 
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:415
-#, fuzzy
-msgid "Create"
-msgstr "심볼·레이트"
-
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:560
 #, fuzzy
 msgid "VLM stream"
@@ -14419,11 +14435,6 @@ msgid ""
 "about it."
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
-#, fuzzy
-msgid "Transcode audio (if available)"
-msgstr "스트림의 일시정지"
-
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:135
 msgid ""
 "Select the target audio codec. Choose a codec to display more information "
@@ -14492,6 +14503,11 @@ msgstr "버젼 정보의 인쇄"
 msgid "Save to file"
 msgstr "파일의 보존"
 
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
+#, fuzzy
+msgid "Transcode audio (if available)"
+msgstr "스트림의 일시정지"
+
 #: modules/gui/wxwidgets/extrapanel.cpp:41
 msgid ""
 "Controls the blending of equalizer bands. The higher this value is, the more "
@@ -14784,7 +14800,7 @@ msgstr "메세지..."
 msgid "&Preferences..."
 msgstr "설정(&P)..."
 
-#: modules/gui/wxwidgets/menus.cpp:572 modules/gui/wxwidgets/menus.cpp:599
+#: modules/gui/wxwidgets/menus.cpp:573 modules/gui/wxwidgets/menus.cpp:600
 msgid "Empty"
 msgstr "하늘"
 
@@ -15311,10 +15327,6 @@ msgstr "출력 포맷"
 msgid "Output data for RRDTool in this file."
 msgstr ""
 
-#: modules/misc/memcpy/memcpyaltivec.c:56
-msgid "AltiVec memcpy"
-msgstr "AltiVec memcpy"
-
 #: modules/misc/memcpy/memcpy.c:83
 msgid "libc memcpy"
 msgstr "libc memcpy"
@@ -15332,6 +15344,10 @@ msgstr "MMX memcpy"
 msgid "MMX EXT memcpy"
 msgstr "MMX 확장 memcpy"
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr "AltiVec memcpy"
+
 #: modules/misc/msn.c:64
 msgid "MSN Title format string"
 msgstr ""
@@ -16841,13 +16857,6 @@ msgstr "MMX I420, IYUV, YV12 to RV15, RV16, RV24, RV32 전환"
 msgid "Conversions from "
 msgstr "변환원 "
 
-#: 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 " 처 "
-
 #: 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 "
@@ -18550,8 +18559,11 @@ msgid "XOSD interface"
 msgstr "네트워크·인터페이스"
 
 #, fuzzy
-#~ msgid "Errors"
-#~ msgstr "에러"
+#~ msgid "Create"
+#~ msgstr "심볼·레이트"
+
+#~ msgid " to "
+#~ msgstr " 처 "
 
 #, fuzzy
 #~ msgid "Yes"
@@ -21356,10 +21368,6 @@ msgstr "네트워크·인터페이스"
 #~ msgid "Linux OSS /dev/dsp module"
 #~ msgstr "Linux OSS /dev/dsp 모듈"
 
-#, fuzzy
-#~ msgid "libmpeg2 decoder module"
-#~ msgstr "자막·디코더·모듈"
-
 #~ msgid "QNX RTOS module"
 #~ msgstr "QNX RTOS 모듈"
 
diff --git a/po/nl.po b/po/nl.po
index 30d8bc04f68c1f7911b45805df99b78a3f9f4fd0..78156fad7cd965691a22073409550d6a1cae3762 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: vlc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-31 15:10+0400\n"
+"POT-Creation-Date: 2006-09-04 11:13+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 <www-doc@videolan.org>\n"
@@ -16,6 +16,20 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: include/vlc/vlc.h:576
+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"
+"see the file named COPYING for details.\n"
+"Written by the VideoLAN team; see the AUTHORS file.\n"
+msgstr ""
+"Dit programma wordt verspreid ZONDER ENIG GARANTIE, voor zover dit door de "
+"wet is toegestaan.\n"
+"Het programma mag verspreid worden onder verplichtingen van de GNU General "
+"Public License;\n"
+"Zie het bestand COPYING voor details.\n"
+"Geschreven door het VideoLAN team; zie het bestand AUTHORS.\n"
+
 #: include/vlc_config_cat.h:32
 msgid "VLC preferences"
 msgstr "VLC voorkeuren"
@@ -70,7 +84,7 @@ msgstr "Instellingen voor VLC interfaces"
 msgid "Hotkeys settings"
 msgstr "Sneltoetsen"
 
-#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1209
+#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1217
 #: modules/gui/beos/InterfaceWindow.cpp:282 modules/gui/macosx/extended.m:81
 #: modules/gui/macosx/intf.m:555 modules/gui/macosx/output.m:170
 #: modules/gui/macosx/playlistinfo.m:96 modules/gui/macosx/wizard.m:421
@@ -115,9 +129,9 @@ msgstr "Uitvoer modules"
 msgid "These are general settings for audio output modules."
 msgstr "Dit zijn de algemene instellingen voor audio uitvoer modules."
 
-#: include/vlc_config_cat.h:71 src/libvlc.h:1553
+#: include/vlc_config_cat.h:71 src/libvlc.h:1563
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:578
-#: modules/gui/wxwidgets/menus.cpp:279 modules/stream_out/transcode.c:285
+#: modules/gui/wxwidgets/menus.cpp:280 modules/stream_out/transcode.c:285
 msgid "Miscellaneous"
 msgstr "Overige"
 
@@ -126,7 +140,7 @@ msgstr "Overige"
 msgid "Miscellaneous audio settings and modules."
 msgstr "Overige audio instellingen en modules"
 
-#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1244
+#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1252
 #: modules/gui/macosx/extended.m:80 modules/gui/macosx/intf.m:568
 #: modules/gui/macosx/output.m:160 modules/gui/macosx/playlistinfo.m:86
 #: modules/gui/macosx/wizard.m:422
@@ -253,7 +267,7 @@ msgstr ""
 msgid "General input settings. Use with care."
 msgstr "Geavanceerde invoer instellingen."
 
-#: include/vlc_config_cat.h:135 src/libvlc.h:1483
+#: include/vlc_config_cat.h:135 src/libvlc.h:1493
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:152
 msgid "Stream output"
 msgstr "Stream uitvoer"
@@ -357,8 +371,8 @@ msgstr "VOD"
 msgid "VLC's implementation of Video On Demand"
 msgstr "Video on Demand implementation"
 
-#: include/vlc_config_cat.h:186 src/libvlc.h:1608 src/playlist/engine.c:79
-#: src/playlist/engine.c:81 modules/demux/playlist/playlist.c:56
+#: include/vlc_config_cat.h:186 src/libvlc.h:1618 src/playlist/engine.c:91
+#: src/playlist/engine.c:93 modules/demux/playlist/playlist.c:56
 #: modules/demux/playlist/playlist.c:57
 #: modules/gui/beos/InterfaceWindow.cpp:231
 #: modules/gui/beos/InterfaceWindow.cpp:325 modules/gui/macosx/intf.m:500
@@ -389,7 +403,7 @@ msgid ""
 "playlist."
 msgstr ""
 
-#: include/vlc_config_cat.h:197 src/libvlc.h:1444
+#: include/vlc_config_cat.h:197 src/libvlc.h:1454
 #: modules/gui/macosx/prefs.m:124
 msgid "Advanced"
 msgstr "Geavanceerd"
@@ -513,7 +527,7 @@ msgstr "Selecteer het bestand om in op te slaan"
 #: modules/gui/wxwidgets/interface.cpp:677
 #: modules/gui/wxwidgets/interface.cpp:688
 #: modules/gui/wxwidgets/interface.cpp:1216
-#: modules/gui/wxwidgets/menus.cpp:263 modules/gui/wxwidgets/menus.cpp:274
+#: modules/gui/wxwidgets/menus.cpp:264 modules/gui/wxwidgets/menus.cpp:275
 msgid "Play"
 msgstr "Start"
 
@@ -531,8 +545,8 @@ msgid "Delete"
 msgstr "Verwijder"
 
 #: include/vlc_intf_strings.h:37 modules/gui/macosx/intf.m:599
-#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlistinfo.m:55
-#: modules/gui/macosx/playlistinfo.m:363 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/playlistinfo.m:55 modules/gui/macosx/playlistinfo.m:363
 #, fuzzy
 msgid "Information"
 msgstr "Meer informatie"
@@ -568,8 +582,8 @@ msgstr "Metadata"
 msgid "Title"
 msgstr "Titel"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:58
-#: modules/gui/macosx/playlist.m:130 modules/gui/macosx/wizard.m:393
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:130
+#: modules/gui/macosx/playlistinfo.m:58 modules/gui/macosx/wizard.m:393
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:50
 msgid "Author"
 msgstr "Auteur"
@@ -641,20 +655,6 @@ msgstr "Naam codec"
 msgid "Codec Description"
 msgstr "Beschrijving codec"
 
-#: include/vlc/vlc.h:576
-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"
-"see the file named COPYING for details.\n"
-"Written by the VideoLAN team; see the AUTHORS file.\n"
-msgstr ""
-"Dit programma wordt verspreid ZONDER ENIG GARANTIE, voor zover dit door de "
-"wet is toegestaan.\n"
-"Het programma mag verspreid worden onder verplichtingen van de GNU General "
-"Public License;\n"
-"Zie het bestand COPYING voor details.\n"
-"Geschreven door het VideoLAN team; zie het bestand AUTHORS.\n"
-
 #: src/audio_output/filters.c:154 src/audio_output/filters.c:201
 #: src/audio_output/filters.c:224
 #, fuzzy
@@ -668,7 +668,7 @@ msgid "The maximum number of filters (%d) was reached."
 msgstr ""
 
 #: src/audio_output/input.c:80 src/audio_output/input.c:126
-#: src/input/es_out.c:361 src/libvlc.h:417 src/video_output/video_output.c:421
+#: src/input/es_out.c:361 src/libvlc.h:421 src/video_output/video_output.c:421
 #: modules/codec/ffmpeg/postprocess.c:94
 msgid "Disable"
 msgstr "Deactiveer"
@@ -818,13 +818,14 @@ msgid "VLC could not open the decoder module."
 msgstr ""
 
 #: src/input/decoder.c:136
-msgid "No suitable decoder module for FOURCC \"4.4s\" found"
+msgid "No suitable decoder module for format"
 msgstr ""
 
 #: src/input/decoder.c:137
+#, c-format
 msgid ""
-"VLC probably does not support this audio or video format. Regrettably, there "
-"is no way for you to fix this."
+"VLC probably does not support the “%4.4s” audio or video format. "
+"Unfortunately there is no way for you to fix this."
 msgstr ""
 
 #: src/input/es_out.c:383 src/input/es_out.c:385 src/input/es_out.c:391
@@ -835,7 +836,7 @@ msgid "Track %i"
 msgstr "Spoor %i"
 
 #: src/input/es_out.c:465 src/input/es_out.c:467 src/input/es_out.c:567
-#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:443
+#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:447
 #: modules/gui/macosx/intf.m:548 modules/gui/macosx/intf.m:549
 msgid "Program"
 msgstr "Programma"
@@ -874,8 +875,8 @@ msgstr "%d Hz"
 msgid "Bits per sample"
 msgstr "Aantal bits per sample"
 
-#: src/input/es_out.c:1605 modules/access_output/shout.c:86
-#: modules/access/pvr.c:84
+#: src/input/es_out.c:1605 modules/access/pvr.c:84
+#: modules/access_output/shout.c:86
 msgid "Bitrate"
 msgstr "Bitrate"
 
@@ -927,7 +928,7 @@ msgstr ""
 msgid "Bookmark"
 msgstr "Bladwijzer"
 
-#: src/input/var.c:131 src/libvlc.h:449
+#: src/input/var.c:131 src/libvlc.h:453
 msgid "Programs"
 msgstr "Programmas"
 
@@ -1679,45 +1680,55 @@ msgstr ""
 "kan rekenkracht besparen.)"
 
 #: src/libvlc.h:278
+#, fuzzy
+msgid "Embedded video"
+msgstr "Qt Embedded video uitvoer"
+
+#: src/libvlc.h:280
+#, fuzzy
+msgid "Embed the video output in the main interface."
+msgstr "Video in interface"
+
+#: src/libvlc.h:282
 msgid "Fullscreen video output"
 msgstr "Volledig Scherm"
 
-#: src/libvlc.h:280
+#: src/libvlc.h:284
 #, fuzzy
 msgid "Start video in fullscreen mode"
 msgstr "Alternatieve volledig scherm methode"
 
-#: src/libvlc.h:282
+#: src/libvlc.h:286
 msgid "Overlay video output"
 msgstr "Overlap video uitvoer"
 
-#: src/libvlc.h:284
+#: src/libvlc.h:288
 msgid ""
 "Overlay is the hardware acceleration capability of your video card (ability "
 "to render video directly). VLC will try to use it by default."
 msgstr ""
 
-#: src/libvlc.h:287 src/video_output/vout_intf.c:399
+#: src/libvlc.h:291 src/video_output/vout_intf.c:399
 msgid "Always on top"
 msgstr "Altijd Boven"
 
-#: src/libvlc.h:289
+#: src/libvlc.h:293
 msgid "Always place the video window on top of other windows."
 msgstr "Plaats het video venster boven alle andere vensters"
 
-#: src/libvlc.h:291
+#: src/libvlc.h:295
 msgid "Disable screensaver"
 msgstr ""
 
-#: src/libvlc.h:292
+#: src/libvlc.h:296
 msgid "Disable the screensaver during video playback."
 msgstr ""
 
-#: src/libvlc.h:294
+#: src/libvlc.h:298
 msgid "Window decorations"
 msgstr "Venster randen"
 
-#: src/libvlc.h:296
+#: src/libvlc.h:300
 #, fuzzy
 msgid ""
 "VLC can avoid creating window caption, frames, etc... around the video, "
@@ -1726,12 +1737,12 @@ msgstr ""
 "Zonder deze optie zullen geen window titelbalken, venster randen, etc rond "
 "het videobeeld worden gebruikt."
 
-#: src/libvlc.h:299
+#: src/libvlc.h:303
 #, fuzzy
 msgid "Video output filter module"
 msgstr "Video uitvoer module"
 
-#: src/libvlc.h:301
+#: src/libvlc.h:305
 #, fuzzy
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
@@ -1740,11 +1751,11 @@ msgstr ""
 "Voeg nabewerkingsfilters toe om de beeldkwaliteit te verhogen. Bijvoorbeeld "
 "voor deinterlacing, of het klonen van het beeld."
 
-#: src/libvlc.h:305
+#: src/libvlc.h:309
 msgid "Video filter module"
 msgstr "Video filter module"
 
-#: src/libvlc.h:307
+#: src/libvlc.h:311
 #, fuzzy
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
@@ -1753,62 +1764,62 @@ msgstr ""
 "Voeg nabewerkingsfilters toe om de beeldkwaliteit te verhogen. Bijvoorbeeld "
 "voor deinterlacing, of het klonen van het beeld."
 
-#: src/libvlc.h:311
+#: src/libvlc.h:315
 #, fuzzy
 msgid "Video snapshot directory (or filename)"
 msgstr "Video snapshot bestandsmap"
 
-#: src/libvlc.h:313
+#: src/libvlc.h:317
 #, fuzzy
 msgid "Directory where the video snapshots will be stored."
 msgstr "De bestandsmap waarin de gemaakte snapshots zullen worden opgeslagen."
 
-#: src/libvlc.h:315 src/libvlc.h:317
+#: src/libvlc.h:319 src/libvlc.h:321
 #, fuzzy
 msgid "Video snapshot file prefix"
 msgstr "Video snapshot formaat"
 
-#: src/libvlc.h:319
+#: src/libvlc.h:323
 msgid "Video snapshot format"
 msgstr "Video snapshot formaat"
 
-#: src/libvlc.h:321
+#: src/libvlc.h:325
 msgid "Image format which will be used to store the video snapshots"
 msgstr ""
 
-#: src/libvlc.h:323
+#: src/libvlc.h:327
 #, fuzzy
 msgid "Display video snapshot preview"
 msgstr "Maak video snapshot"
 
-#: src/libvlc.h:325
+#: src/libvlc.h:329
 msgid "Display the snapshot preview in the screen's top-left corner."
 msgstr ""
 
-#: src/libvlc.h:327
+#: src/libvlc.h:331
 msgid "Use sequential numbers instead of timestamps"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:333
 msgid "Use sequential numbers instead of timestamps for snapshot numbering"
 msgstr ""
 
-#: src/libvlc.h:331
+#: src/libvlc.h:335
 #, fuzzy
 msgid "Video cropping"
 msgstr "Video crop rechts"
 
-#: src/libvlc.h:333
+#: src/libvlc.h:337
 msgid ""
 "This forces the cropping of the source video. Accepted formats are x:y (4:3, "
 "16:9, etc.) expressing the global image aspect."
 msgstr ""
 
-#: src/libvlc.h:337
+#: src/libvlc.h:341
 msgid "Source aspect ratio"
 msgstr "Beeldverhouding bron"
 
-#: src/libvlc.h:339
+#: src/libvlc.h:343
 #, fuzzy
 msgid ""
 "This forces the source aspect ratio. For instance, some DVDs claim to be "
@@ -1824,82 +1835,82 @@ msgstr ""
 "beeldverhouding weer, of gebruik een gebroken getal (float) (1.25, 1.3333, "
 "etc.) wat de beeldpunt grootte voorstelt."
 
-#: src/libvlc.h:346
+#: src/libvlc.h:350
 msgid "Custom crop ratios list"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:352
 msgid ""
 "Comma seperated list of crop ratios which will be added in the interface's "
 "crop ratios list."
 msgstr ""
 
-#: src/libvlc.h:351
+#: src/libvlc.h:355
 #, fuzzy
 msgid "Custom aspect ratios list"
 msgstr "Beeldverhouding bron"
 
-#: src/libvlc.h:353
+#: src/libvlc.h:357
 msgid ""
 "Comma seperated list of aspect ratios which will be added in the interface's "
 "aspect ratio list."
 msgstr ""
 
-#: src/libvlc.h:356
+#: src/libvlc.h:360
 msgid "Fix HDTV height"
 msgstr ""
 
-#: src/libvlc.h:358
+#: src/libvlc.h:362
 msgid ""
 "This allows proper handling of HDTV-1080 video format even if broken encoder "
 "incorrectly sets height to 1088 lines. You should only disable this option "
 "if your video has a non-standard format requiring all 1088 lines."
 msgstr ""
 
-#: src/libvlc.h:363
+#: src/libvlc.h:367
 #, fuzzy
 msgid "Monitor pixel aspect ratio"
 msgstr "Beeldverhouding bron"
 
-#: src/libvlc.h:365
+#: src/libvlc.h:369
 msgid ""
 "This forces the monitor aspect ratio. Most monitors have square pixels "
 "(1:1). If you have a 16:9 screen, you might need to change this to 4:3 in "
 "order to keep proportions."
 msgstr ""
 
-#: src/libvlc.h:370
+#: src/libvlc.h:374
 msgid "Skip frames"
 msgstr "Frames overslaan"
 
-#: src/libvlc.h:372
+#: src/libvlc.h:376
 msgid ""
 "This option enables framedropping on MPEG2 stream. Framedropping occurs when "
 "your computer is not powerful enough"
 msgstr ""
 
-#: src/libvlc.h:375
+#: src/libvlc.h:379
 #, fuzzy
 msgid "Drop late frames"
 msgstr "Frames overslaan"
 
-#: src/libvlc.h:377
+#: src/libvlc.h:381
 msgid ""
 "This drops frames that are late (arrive to the video output after their "
 "intended display date)."
 msgstr ""
 
-#: src/libvlc.h:380
+#: src/libvlc.h:384
 msgid "Quiet synchro"
 msgstr ""
 
-#: src/libvlc.h:382
+#: src/libvlc.h:386
 msgid ""
 "This avoids flooding the message log with debug output from the video output "
 "synchronization mechanism."
 msgstr ""
 
-#: src/libvlc.h:391
+#: src/libvlc.h:395
 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 "
@@ -1908,17 +1919,17 @@ 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:396
+#: src/libvlc.h:400
 msgid ""
 "If you live in France, it is not allowed to workaround any Digital "
 "Restrictions Management measure."
 msgstr ""
 
-#: src/libvlc.h:399
+#: src/libvlc.h:403
 msgid "Clock reference average counter"
 msgstr "Gemiddeld klok-referentie teller"
 
-#: src/libvlc.h:401
+#: src/libvlc.h:405
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
@@ -1926,28 +1937,28 @@ msgstr ""
 "Tijdens het gebruik van de PVR input dient deze optie op 1000 gezet te "
 "worden."
 
-#: src/libvlc.h:404
+#: src/libvlc.h:408
 msgid "Clock synchronisation"
 msgstr "Kloksynchronisatie"
 
-#: src/libvlc.h:406
+#: src/libvlc.h:410
 #, fuzzy
 msgid ""
 "It is possible to disable the input clock synchronisation for real-time "
 "sources. Use this if you experience jerky playback of network streams."
 msgstr "Forceer het gebruik van kloksynchronisatie op real-time bronnen."
 
-#: src/libvlc.h:410 modules/control/netsync.c:71
+#: src/libvlc.h:414 modules/control/netsync.c:71
 msgid "Network synchronisation"
 msgstr "Netwerk synchronisatie"
 
-#: src/libvlc.h:411
+#: src/libvlc.h:415
 msgid ""
 "This allows you to remotely synchronise clocks for server and client. The "
 "detailed settings are available in Advanced / Network Sync."
 msgstr ""
 
-#: src/libvlc.h:417 src/libvlc.h:964 src/video_output/vout_intf.c:261
+#: src/libvlc.h:421 src/libvlc.h:972 src/video_output/vout_intf.c:261
 #: src/video_output/vout_intf.c:348 modules/access/dshow/dshow.cpp:74
 #: modules/access/dshow/dshow.cpp:76 modules/access/dshow/dshow.cpp:79
 #: modules/access/dshow/dshow.cpp:85 modules/audio_output/alsa.c:102
@@ -1960,7 +1971,7 @@ msgstr ""
 msgid "Default"
 msgstr "Standaard"
 
-#: src/libvlc.h:417 modules/gui/macosx/equalizer.m:145
+#: src/libvlc.h:421 modules/gui/macosx/equalizer.m:145
 #: modules/gui/macosx/extended.m:113 modules/gui/macosx/wizard.m:395
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:633
 #: modules/gui/wxwidgets/extrapanel.cpp:216
@@ -1968,20 +1979,20 @@ msgstr "Standaard"
 msgid "Enable"
 msgstr "Activeer"
 
-#: src/libvlc.h:419
+#: src/libvlc.h:423
 msgid "UDP port"
 msgstr "UDP poort"
 
-#: src/libvlc.h:421
+#: src/libvlc.h:425
 #, fuzzy
 msgid "This is the default port used for UDP streams. Default is 1234."
 msgstr "Het poortnummer voor gebruik van UDP streams. Standaard is 1234."
 
-#: src/libvlc.h:423
+#: src/libvlc.h:427
 msgid "MTU of the network interface"
 msgstr "MTU van de netwerk interface"
 
-#: src/libvlc.h:425
+#: src/libvlc.h:429
 #, fuzzy
 msgid ""
 "This is the maximum packet size that can be transmitted over the network "
@@ -1990,11 +2001,11 @@ msgstr ""
 "De standaard gebruikte grootte van UDP pakketten dat verwacht wordt. Normaal "
 "voor Ethernet is dit 1500."
 
-#: src/libvlc.h:428
+#: src/libvlc.h:432
 msgid "Hop limit (TTL)"
 msgstr ""
 
-#: src/libvlc.h:430
+#: src/libvlc.h:434
 #, fuzzy
 msgid ""
 "This is the hop limit (also known as \"Time-To-Live\" or TTL) of the "
@@ -2004,24 +2015,24 @@ msgstr ""
 "Geef hier de timeout aan voor multicast pakketjes verstuurd door de stream "
 "output"
 
-#: src/libvlc.h:434
+#: src/libvlc.h:438
 #, fuzzy
 msgid "IPv6 multicast output interface"
 msgstr "Multicast netwerkinterface"
 
-#: src/libvlc.h:436
+#: src/libvlc.h:440
 #, fuzzy
 msgid "Default IPv6 multicast interface. This overrides the routing table."
 msgstr ""
 "De interface te gebruiken voor multicast. Dit negeert de standaard routing "
 "instellingen van het OS."
 
-#: src/libvlc.h:438
+#: src/libvlc.h:442
 #, fuzzy
 msgid "IPv4 multicast output interface address"
 msgstr "Multicast netwerkinterface"
 
-#: src/libvlc.h:440
+#: src/libvlc.h:444
 #, fuzzy
 msgid ""
 "IPv4 adress for the default multicast interface. This overrides the routing "
@@ -2030,59 +2041,59 @@ msgstr ""
 "De interface te gebruiken voor multicast. Dit negeert de standaard routing "
 "instellingen van het OS."
 
-#: src/libvlc.h:445
+#: src/libvlc.h:449
 msgid ""
 "Choose the program to select by giving its Service ID. Only use this option "
 "if you want to read a multi-program stream (like DVB streams for example)."
 msgstr ""
 
-#: src/libvlc.h:451
+#: src/libvlc.h:455
 msgid ""
 "Choose the programs to select by giving a comma-separated list of Service "
 "IDs (SIDs). Only use this option if you want to read a multi-program stream "
 "(like DVB streams for example)."
 msgstr ""
 
-#: src/libvlc.h:457 modules/gui/wxwidgets/dialogs/open.cpp:779
+#: src/libvlc.h:461 modules/gui/wxwidgets/dialogs/open.cpp:779
 #, fuzzy
 msgid "Audio track"
 msgstr "Audio Spoor"
 
-#: src/libvlc.h:459
+#: src/libvlc.h:463
 #, fuzzy
 msgid "Stream number of the audio track to use (from 0 to n)."
 msgstr ""
 "Selecteer met behulp van een nummer (van 0 tot n) welk audio spoor je wilt "
 "gebruiken."
 
-#: src/libvlc.h:462 modules/gui/wxwidgets/dialogs/open.cpp:771
+#: src/libvlc.h:466 modules/gui/wxwidgets/dialogs/open.cpp:771
 msgid "Subtitles track"
 msgstr "Ondertitelings-spoor"
 
-#: src/libvlc.h:464
+#: src/libvlc.h:468
 #, fuzzy
 msgid "Stream number of the subtitle track to use (from 0 to n)."
 msgstr ""
 "Selecteer met behulp van een nummer (van 0 tot n) het ondertitelingsspoor."
 
-#: src/libvlc.h:467
+#: src/libvlc.h:471
 #, fuzzy
 msgid "Audio language"
 msgstr "Standaard audiotaal"
 
-#: src/libvlc.h:469
+#: src/libvlc.h:473
 #, fuzzy
 msgid ""
 "Language of the audio track you want to use (comma separated, two or three "
 "letter country code)."
 msgstr "Te selecteren taal voor een audiospoor (2 of 3 letter landcode)."
 
-#: src/libvlc.h:472
+#: src/libvlc.h:476
 #, fuzzy
 msgid "Subtitle language"
 msgstr "Standaard ondertitelingstaal"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:478
 #, fuzzy
 msgid ""
 "Language of the subtitle track you want to use (comma separated, two or tree "
@@ -2090,82 +2101,82 @@ msgid ""
 msgstr ""
 "Te selecteren taal voor een ondertitelingsspoor (2 of 3 letter landcode)."
 
-#: src/libvlc.h:478
+#: src/libvlc.h:482
 #, fuzzy
 msgid "Audio track ID"
 msgstr "Audio Spoor"
 
-#: src/libvlc.h:480
+#: src/libvlc.h:484
 #, fuzzy
 msgid "Stream ID of the audio track to use."
 msgstr ""
 "Selecteer met behulp van een nummer (van 0 tot n) welk audio spoor je wilt "
 "gebruiken."
 
-#: src/libvlc.h:482
+#: src/libvlc.h:486
 #, fuzzy
 msgid "Subtitles track ID"
 msgstr "Ondertitelings-spoor"
 
-#: src/libvlc.h:484
+#: src/libvlc.h:488
 #, fuzzy
 msgid "Stream ID of the subtitle track to use."
 msgstr ""
 "Selecteer met behulp van een nummer (van 0 tot n) het ondertitelingsspoor."
 
-#: src/libvlc.h:486
+#: src/libvlc.h:490
 msgid "Input repetitions"
 msgstr "Invoer herhalingen"
 
-#: src/libvlc.h:488
+#: src/libvlc.h:492
 msgid "Number of time the same input will be repeated"
 msgstr "Aantal keer dat dezelfde input herhaald wordt"
 
-#: src/libvlc.h:490
+#: src/libvlc.h:494
 #, fuzzy
 msgid "Start time"
 msgstr "Begin meteen in het menu"
 
-#: src/libvlc.h:492
+#: src/libvlc.h:496
 msgid "The stream will start at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:494
+#: src/libvlc.h:498
 #, fuzzy
 msgid "Stop time"
 msgstr "Stop Stream"
 
-#: src/libvlc.h:496
+#: src/libvlc.h:500
 msgid "The stream will stop at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:498
+#: src/libvlc.h:502
 msgid "Input list"
 msgstr "Invoer lijst"
 
-#: src/libvlc.h:500
+#: src/libvlc.h:504
 #, fuzzy
 msgid ""
 "You can give a comma-separated list of inputs that will be concatenated "
 "together after the normal one."
 msgstr "Het aantal frames dat per key frame zal worden gecodeerd."
 
-#: src/libvlc.h:503
+#: src/libvlc.h:507
 msgid "Input slave (experimental)"
 msgstr "Extra input (experimenteel)"
 
-#: src/libvlc.h:505
+#: src/libvlc.h:509
 msgid ""
 "This allows you to play from several inputs at the same time. This feature "
 "is experimental, not all formats are supported. Use a '#' separated list of "
 "inputs."
 msgstr ""
 
-#: src/libvlc.h:509
+#: src/libvlc.h:513
 msgid "Bookmarks list for a stream"
 msgstr "Lijst van bladwijzers voor een stream."
 
-#: src/libvlc.h:511
+#: src/libvlc.h:515
 #, fuzzy
 msgid ""
 "You can manually give a list of bookmarks for a stream in the form "
@@ -2176,7 +2187,7 @@ msgstr ""
 "vorm \"{name=bladwijzer-name,time=optionele-begintijd,bytes=optioneel-begin-"
 "na-#bytes},{...}\""
 
-#: src/libvlc.h:517
+#: src/libvlc.h:521
 msgid ""
 "These options allow you to modify the behavior of the subpictures subsystem. "
 "You can for example enable subpictures filters (logo, etc.). Enable these "
@@ -2187,11 +2198,11 @@ msgstr ""
 "Video filters zoals deinterlacing etc kunnen hier geactiveerd worden. "
 "Configureer deze modules in de module sectie \"video filters\"."
 
-#: src/libvlc.h:523
+#: src/libvlc.h:527
 msgid "Force subtitle position"
 msgstr "Forceer ondertiteling positie"
 
-#: src/libvlc.h:525
+#: src/libvlc.h:529
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
@@ -2199,21 +2210,21 @@ msgstr ""
 "Plaats ondertiteling onder de film, in plaats van eroverheen. Probeer "
 "verschillende waarden uit om het beste resultaat te bereiken."
 
-#: src/libvlc.h:528
+#: src/libvlc.h:532
 #, fuzzy
 msgid "Enable sub-pictures"
 msgstr "Ondertiteling"
 
-#: src/libvlc.h:530
+#: src/libvlc.h:534
 msgid "You can completely disable the sub-picture processing."
 msgstr ""
 
-#: src/libvlc.h:532 src/libvlc.h:1324 src/misc/iso-639_def.h:143
+#: src/libvlc.h:536 src/libvlc.h:1334 src/misc/iso-639_def.h:143
 #: modules/stream_out/transcode.c:281
 msgid "On Screen Display"
 msgstr "Berichten op het scherm"
 
-#: src/libvlc.h:534
+#: src/libvlc.h:538
 #, fuzzy
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
@@ -2222,32 +2233,32 @@ 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:537
+#: src/libvlc.h:541
 #, fuzzy
 msgid "Text rendering module"
 msgstr "Tekst rendering"
 
-#: src/libvlc.h:539
+#: src/libvlc.h:543
 msgid ""
 "VLC normally uses Freetype for rendering, but this allows you to use svg for "
 "instance."
 msgstr ""
 
-#: src/libvlc.h:542
+#: src/libvlc.h:546
 msgid "Subpictures filter module"
 msgstr "Subpictures filter module"
 
-#: src/libvlc.h:544
+#: src/libvlc.h:548
 msgid ""
 "This adds so-called \"subpicture filters\". These filters overlay some "
 "images or text over the video (like a logo, arbitraty text...)."
 msgstr ""
 
-#: src/libvlc.h:547
+#: src/libvlc.h:551
 msgid "Autodetect subtitle files"
 msgstr "Detecteer automatisch bestanden met ondertiteling"
 
-#: src/libvlc.h:549
+#: src/libvlc.h:553
 #, fuzzy
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified "
@@ -2256,11 +2267,11 @@ msgstr ""
 "Detecteer automatisch een ondertitelingsbestand, indien er geen is "
 "gespecificeerd.s"
 
-#: src/libvlc.h:552
+#: src/libvlc.h:556
 msgid "Subtitle autodetection fuzziness"
 msgstr "Autodetectie van ondertitelingsbestanden intelligentie"
 
-#: src/libvlc.h:554
+#: src/libvlc.h:558
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -2278,21 +2289,21 @@ msgstr ""
 "3 = elke ondertiteling die de filmnaam bevat en meer\n"
 "4 = elke ondertiteling die exact de filmnaam heeft"
 
-#: src/libvlc.h:562
+#: src/libvlc.h:566
 msgid "Subtitle autodetection paths"
 msgstr "Zoekpad voor ondertitelingsbestanden"
 
-#: src/libvlc.h:564
+#: src/libvlc.h:568
 msgid ""
 "Look for a subtitle file in those paths too, if your subtitle file was not "
 "found in the current directory."
 msgstr "Zoek ook naar ondertitelingsbestanden in deze mappen"
 
-#: src/libvlc.h:567
+#: src/libvlc.h:571
 msgid "Use subtitle file"
 msgstr "Gebruik bestand met ondertiteling"
 
-#: src/libvlc.h:569
+#: src/libvlc.h:573
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
@@ -2300,11 +2311,11 @@ msgstr ""
 "Laad dit ondertitelingsbestand. Forceert een bestand en kan gebruikt worden "
 "als autodectectie niet werkt."
 
-#: src/libvlc.h:572
+#: src/libvlc.h:576
 msgid "DVD device"
 msgstr "DVD apparaat"
 
-#: src/libvlc.h:575
+#: src/libvlc.h:579
 msgid ""
 "This is the default DVD drive (or file) to use. Don't forget the colon after "
 "the drive letter (eg. D:)"
@@ -2312,15 +2323,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:579
+#: src/libvlc.h:583
 msgid "This is the default DVD device to use."
 msgstr "Standaard DVD apparaat dat gebruikt wordt."
 
-#: src/libvlc.h:582
+#: src/libvlc.h:586
 msgid "VCD device"
 msgstr "VCD apparaat"
 
-#: src/libvlc.h:585
+#: src/libvlc.h:589
 msgid ""
 "This is the default VCD device to use. If you don't specify anything, we'll "
 "scan for a suitable CD-ROM device."
@@ -2328,15 +2339,15 @@ msgstr ""
 "Dit is het standaard VCD apparaat. Indien niet gespecificeerd, zal er "
 "automatisch een geschikt CD-ROM apparaat worden geselecteerd."
 
-#: src/libvlc.h:589
+#: src/libvlc.h:593
 msgid "This is the default VCD device to use."
 msgstr "Standaard VCD apparaat dat gebruikt wordt."
 
-#: src/libvlc.h:592
+#: src/libvlc.h:596
 msgid "Audio CD device"
 msgstr "AudioCD Apparaat"
 
-#: src/libvlc.h:595
+#: src/libvlc.h:599
 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."
@@ -2344,135 +2355,135 @@ msgstr ""
 "Dit is het standaard CD Audio apparaat. Indien niet gespecificeerd, zal er "
 "automatisch een geschikt CD-ROM apparaat worden geselecteerd."
 
-#: src/libvlc.h:599
+#: src/libvlc.h:603
 msgid "This is the default Audio CD device to use."
 msgstr "Standaard CD Audio apparaat dat gebruikt wordt."
 
-#: src/libvlc.h:602 modules/gui/wxwidgets/dialogs/open.cpp:841
+#: src/libvlc.h:606 modules/gui/wxwidgets/dialogs/open.cpp:841
 msgid "Force IPv6"
 msgstr "Forceer IPv6"
 
-#: src/libvlc.h:604
+#: src/libvlc.h:608
 #, fuzzy
 msgid "IPv6 will be used by default for all connections."
 msgstr ""
 "Het selecteren van deze optie zorgt ervoor dat IPv6 gebruikt wordt voor alle "
 "UDP en HTTP connecties."
 
-#: src/libvlc.h:606
+#: src/libvlc.h:610
 msgid "Force IPv4"
 msgstr "Forceer IPv4"
 
-#: src/libvlc.h:608
+#: src/libvlc.h:612
 #, fuzzy
 msgid "IPv4 will be used by default for all connections."
 msgstr ""
 "Het selecteren van deze optie zorgt ervoor dat IPv4 gebruikt wordt voor alle "
 "UDP en HTTP connecties."
 
-#: src/libvlc.h:610
+#: src/libvlc.h:614
 #, fuzzy
 msgid "TCP connection timeout"
 msgstr "TCP connectie timeout in ms"
 
-#: src/libvlc.h:612
+#: src/libvlc.h:616
 #, fuzzy
 msgid "Default TCP connection timeout (in milliseconds). "
 msgstr "TCP connectie timeout in ms"
 
-#: src/libvlc.h:614
+#: src/libvlc.h:618
 msgid "SOCKS server"
 msgstr "SOCKS server"
 
-#: src/libvlc.h:616
+#: src/libvlc.h:620
 msgid ""
 "SOCKS proxy server to use. This must be of the form address:port. It will be "
 "used for all TCP connections"
 msgstr ""
 
-#: src/libvlc.h:619
+#: src/libvlc.h:623
 msgid "SOCKS user name"
 msgstr "SOCKS gebruikersnaam"
 
-#: src/libvlc.h:621
+#: src/libvlc.h:625
 #, fuzzy
 msgid "User name to be used for connection to the SOCKS proxy."
 msgstr "Wijzig de gebruikersnaam voor de connectie met de SOCKS server."
 
-#: src/libvlc.h:623
+#: src/libvlc.h:627
 msgid "SOCKS password"
 msgstr "SOCKS wachtwoord"
 
-#: src/libvlc.h:625
+#: src/libvlc.h:629
 #, fuzzy
 msgid "Password to be used for connection to the SOCKS proxy."
 msgstr "Wijzig het wachtwoord voor de connectie met de SOCKS server."
 
-#: src/libvlc.h:627
+#: src/libvlc.h:631
 msgid "Title metadata"
 msgstr "Titel metadata"
 
-#: src/libvlc.h:629
+#: src/libvlc.h:633
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr "Specificeer een titel behorende bij de invoer."
 
-#: src/libvlc.h:631
+#: src/libvlc.h:635
 msgid "Author metadata"
 msgstr "Auteur metadata"
 
-#: src/libvlc.h:633
+#: src/libvlc.h:637
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr "Specificeer een auteur behorende bij de invoer."
 
-#: src/libvlc.h:635
+#: src/libvlc.h:639
 msgid "Artist metadata"
 msgstr "Artist metadata"
 
-#: src/libvlc.h:637
+#: src/libvlc.h:641
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr "Specificieer een artiest behorende bij de invoer"
 
-#: src/libvlc.h:639
+#: src/libvlc.h:643
 msgid "Genre metadata"
 msgstr "Genre metadata"
 
-#: src/libvlc.h:641
+#: src/libvlc.h:645
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr "Specificeer een genre behorende bij de invoer"
 
-#: src/libvlc.h:643
+#: src/libvlc.h:647
 msgid "Copyright metadata"
 msgstr "Auteursrechten metadatas"
 
-#: src/libvlc.h:645
+#: src/libvlc.h:649
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr "Specificeer de auteursrechten behorende bij de invoer"
 
-#: src/libvlc.h:647
+#: src/libvlc.h:651
 msgid "Description metadata"
 msgstr "Beschrijving metadata"
 
-#: src/libvlc.h:649
+#: src/libvlc.h:653
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr "Specificeer een beschrijving behorende bij de invoer."
 
-#: src/libvlc.h:651
+#: src/libvlc.h:655
 msgid "Date metadata"
 msgstr "Datum metadata"
 
-#: src/libvlc.h:653
+#: src/libvlc.h:657
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr "Specificeer een datum behorende bij de invoer."
 
-#: src/libvlc.h:655
+#: src/libvlc.h:659
 msgid "URL metadata"
 msgstr "URL metadata"
 
-#: src/libvlc.h:657
+#: src/libvlc.h:661
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr "Specificeer een URL behorende bij de invoer."
 
-#: src/libvlc.h:661
+#: src/libvlc.h:665
 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 "
@@ -2483,12 +2494,12 @@ msgstr ""
 "is enkel voor gevorderde gebruikers en ontwikkelaars aangezien hiermee het "
 "afspelen van video onmogelijk kan worden."
 
-#: src/libvlc.h:665
+#: src/libvlc.h:669
 #, fuzzy
 msgid "Preferred decoders list"
 msgstr "Lijst van geprefereerde encoders"
 
-#: src/libvlc.h:667
+#: src/libvlc.h:671
 #, fuzzy
 msgid ""
 "List of codecs that VLC will use in priority. For instance, 'dummy,a52' will "
@@ -2500,11 +2511,11 @@ msgstr ""
 "is enkel voor gevorderde gebruikers en ontwikkelaars aangezien hiermee het "
 "afspelen van video onmogelijk kan worden."
 
-#: src/libvlc.h:672
+#: src/libvlc.h:676
 msgid "Preferred encoders list"
 msgstr "Lijst van geprefereerde encoders"
 
-#: src/libvlc.h:674
+#: src/libvlc.h:678
 #, fuzzy
 msgid ""
 "This allows you to select a list of encoders that VLC will use in priority."
@@ -2512,47 +2523,47 @@ msgstr ""
 "Hiermee kan een lijst van encoders worden gemaakt die VLC een hogere "
 "prioriteit zal toekennen."
 
-#: src/libvlc.h:683
+#: src/libvlc.h:687
 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:686
+#: src/libvlc.h:690
 msgid "Default stream output chain"
 msgstr ""
 
-#: src/libvlc.h:688
+#: src/libvlc.h:692
 msgid ""
 "You can enter here a default stream output chain. Refer to the documentation "
 "to learn how to build such chains.Warning: this chain will be enabled for "
 "all streams."
 msgstr ""
 
-#: src/libvlc.h:692
+#: src/libvlc.h:696
 msgid "Enable streaming of all ES"
 msgstr "Stream alle ES"
 
-#: src/libvlc.h:694
+#: src/libvlc.h:698
 #, fuzzy
 msgid "Stream all elementary streams (video, audio and subtitles)"
 msgstr ""
 "Hiermee kunnen alle ES (video, audio en ondertiteling) worden gestreamed."
 
-#: src/libvlc.h:696
+#: src/libvlc.h:700
 msgid "Display while streaming"
 msgstr "Toon uitvoer op scherm tijdens het streamen"
 
-#: src/libvlc.h:698
+#: src/libvlc.h:702
 #, fuzzy
 msgid "Play locally the stream while streaming it."
 msgstr "Hiermee kunt u naar de stream kijken terwijl u aan het streamen bent."
 
-#: src/libvlc.h:700
+#: src/libvlc.h:704
 msgid "Enable video stream output"
 msgstr "Gebruik video stream uitvoer"
 
-#: src/libvlc.h:702
+#: src/libvlc.h:706
 #, fuzzy
 msgid ""
 "Choose whether the video stream should be redirected to the stream output "
@@ -2561,11 +2572,11 @@ 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:705
+#: src/libvlc.h:709
 msgid "Enable audio stream output"
 msgstr "Maak audio stream uitvoer mogelijk"
 
-#: src/libvlc.h:707
+#: src/libvlc.h:711
 #, fuzzy
 msgid ""
 "Choose whether the audio stream should be redirected to the stream output "
@@ -2574,12 +2585,12 @@ msgstr ""
 "Deze optie stelt je instaat om de audio stream om te leiden naar de stream "
 "uitvoer faciliteit indien deze is in geschakeld."
 
-#: src/libvlc.h:710
+#: src/libvlc.h:714
 #, fuzzy
 msgid "Enable SPU stream output"
 msgstr "Maak audio stream uitvoer mogelijk"
 
-#: src/libvlc.h:712
+#: src/libvlc.h:716
 #, fuzzy
 msgid ""
 "Choose whether the SPU streams should be redirected to the stream output "
@@ -2588,11 +2599,11 @@ msgstr ""
 "Deze optie stelt je instaat om de audio stream om te leiden naar de stream "
 "uitvoer faciliteit indien deze is in geschakeld."
 
-#: src/libvlc.h:715
+#: src/libvlc.h:719
 msgid "Keep stream output open"
 msgstr "Behoud streamuitvoer"
 
-#: src/libvlc.h:717
+#: src/libvlc.h:721
 msgid ""
 "This allows you to keep an unique stream output instance across multiple "
 "playlist item (automatically insert the gather stream output if not "
@@ -2601,40 +2612,40 @@ msgstr ""
 "Hiermee word een stream over meerdere afspeellijstonderdelen in stand "
 "gehouden."
 
-#: src/libvlc.h:721
+#: src/libvlc.h:725
 msgid "Preferred packetizer list"
 msgstr "Kies de geprefereerde packetizer"
 
-#: src/libvlc.h:723
+#: src/libvlc.h:727
 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:726
+#: src/libvlc.h:730
 msgid "Mux module"
 msgstr "Mux module"
 
-#: src/libvlc.h:728
+#: src/libvlc.h:732
 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:730
+#: src/libvlc.h:734
 msgid "Access output module"
 msgstr "Uitvoer methode module"
 
-#: src/libvlc.h:732
+#: src/libvlc.h:736
 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:734
+#: src/libvlc.h:738
 msgid "Control SAP flow"
 msgstr "Beheers de SAP flow"
 
-#: src/libvlc.h:736
+#: src/libvlc.h:740
 #, fuzzy
 msgid ""
 "If this option is enabled, the flow on the SAP multicast address will be "
@@ -2643,11 +2654,11 @@ msgstr ""
 "Hou het aantal SAP announcements onder controle, zodat niet de hele MBone "
 "continue announcements krijgt."
 
-#: src/libvlc.h:740
+#: src/libvlc.h:744
 msgid "SAP announcement interval"
 msgstr "Interval SAP aankondigingen"
 
-#: src/libvlc.h:742
+#: src/libvlc.h:746
 #, fuzzy
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
@@ -2656,7 +2667,7 @@ msgstr ""
 "Wanneer SAP flow control is uitgeschakeld, kan je hiermee een vaste inteval "
 "tussen de SAP aankondigingen instellen."
 
-#: src/libvlc.h:752
+#: src/libvlc.h:756
 #, fuzzy
 msgid ""
 "These options allow you to enable special CPU optimizations. You should "
@@ -2665,11 +2676,11 @@ msgstr ""
 "Met deze instellingen kunnen CPU optimalisaties geactiveerd worden.\n"
 "Deze behoren altijd aan te staan."
 
-#: src/libvlc.h:755
+#: src/libvlc.h:759
 msgid "Enable FPU support"
 msgstr "Schakel FPU support in"
 
-#: src/libvlc.h:757
+#: src/libvlc.h:761
 msgid ""
 "If your processor has a floating point calculation unit, VLC can take "
 "advantage of it."
@@ -2677,11 +2688,11 @@ msgstr ""
 "Als de processor een floating point unit heeft, dan kan VLC hier gebruik van "
 "maken."
 
-#: src/libvlc.h:760
+#: src/libvlc.h:764
 msgid "Enable CPU MMX support"
 msgstr "Schakel de CPU's MMX support in"
 
-#: src/libvlc.h:762
+#: src/libvlc.h:766
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
@@ -2689,11 +2700,11 @@ msgstr ""
 "Als de processor de MMX instructieset ondersteunt, dan kan VLC hier gebruik "
 "van maken."
 
-#: src/libvlc.h:765
+#: src/libvlc.h:769
 msgid "Enable CPU 3D Now! support"
 msgstr "Schakel de CPU's 3D Now! support in"
 
-#: src/libvlc.h:767
+#: src/libvlc.h:771
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
@@ -2701,11 +2712,11 @@ msgstr ""
 "Als de processor de 3D Now! instructieset ondersteunt, dan kan VLC hier "
 "gebruik van maken."
 
-#: src/libvlc.h:770
+#: src/libvlc.h:774
 msgid "Enable CPU MMX EXT support"
 msgstr "Schakel de CPU's MMX EXT support in"
 
-#: src/libvlc.h:772
+#: src/libvlc.h:776
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
@@ -2713,11 +2724,11 @@ msgstr ""
 "Als de processor de MMX EXT instructieset ondersteunt, dan kan VLC hier "
 "gebruik van maken."
 
-#: src/libvlc.h:775
+#: src/libvlc.h:779
 msgid "Enable CPU SSE support"
 msgstr "Schakel de CPU's SSE support in"
 
-#: src/libvlc.h:777
+#: src/libvlc.h:781
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
@@ -2725,11 +2736,11 @@ msgstr ""
 "Als de processor de SSE instructieset ondersteunt, dan kan VLC hier gebruik "
 "van maken."
 
-#: src/libvlc.h:780
+#: src/libvlc.h:784
 msgid "Enable CPU SSE2 support"
 msgstr "Schakel de CPU's SSE2 support in"
 
-#: src/libvlc.h:782
+#: src/libvlc.h:786
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
 "of them."
@@ -2737,11 +2748,11 @@ msgstr ""
 "Als de processor de SSE instructieset ondersteunt, dan kan VLC hier gebruik "
 "van maken."
 
-#: src/libvlc.h:785
+#: src/libvlc.h:789
 msgid "Enable CPU AltiVec support"
 msgstr "Schakel de CPU's AltiVec support in"
 
-#: src/libvlc.h:787
+#: src/libvlc.h:791
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
@@ -2749,7 +2760,7 @@ msgstr ""
 "Als de processor de AltiVec instructieset ondersteunt, dan kan VLC hier "
 "gebruik van maken."
 
-#: src/libvlc.h:792
+#: src/libvlc.h:796
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
@@ -2757,11 +2768,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:795
+#: src/libvlc.h:799
 msgid "Memory copy module"
 msgstr "Geheugen kopieer module"
 
-#: src/libvlc.h:797
+#: src/libvlc.h:801
 msgid ""
 "You can select which memory copy module you want to use. By default VLC will "
 "select the fastest one supported by your hardware."
@@ -2770,32 +2781,32 @@ msgstr ""
 "Standaard selecteert VLC de snelste versie die ondersteund wordt door de "
 "computer hardware."
 
-#: src/libvlc.h:800
+#: src/libvlc.h:804
 msgid "Access module"
 msgstr "Toegangsmodule"
 
-#: src/libvlc.h:802
+#: src/libvlc.h:806
 msgid ""
 "This allows you to force an access module. You can use it if the correct "
 "access is not automatically detected. You should not set this as a global "
 "option unless you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:806
+#: src/libvlc.h:810
 msgid "Access filter module"
 msgstr "Toegangsfilter module"
 
-#: src/libvlc.h:808
+#: src/libvlc.h:812
 msgid ""
 "Access filters are used to modify the stream that is being read. This is "
 "used for instance for timeshifting."
 msgstr ""
 
-#: src/libvlc.h:811
+#: src/libvlc.h:815
 msgid "Demux module"
 msgstr "Demux module"
 
-#: src/libvlc.h:813
+#: src/libvlc.h:817
 msgid ""
 "Demultiplexers are used to separate the \"elementary\" streams (like audio "
 "and video streams). You can use it if the correct demuxer is not "
@@ -2803,11 +2814,11 @@ msgid ""
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:818
+#: src/libvlc.h:822
 msgid "Allow real-time priority"
 msgstr "Gebruik real-time prioriteit"
 
-#: src/libvlc.h:820
+#: src/libvlc.h:824
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -2818,11 +2829,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:826
+#: src/libvlc.h:830
 msgid "Adjust VLC priority"
 msgstr "Pas VLCs prioriteit aan"
 
-#: src/libvlc.h:828
+#: src/libvlc.h:832
 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 "
@@ -2832,92 +2843,92 @@ 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:832
+#: src/libvlc.h:836
 msgid "Minimize number of threads"
 msgstr "Minimaliseer het aantal threads dat VLC nodig heeft om te draaien"
 
-#: src/libvlc.h:834
+#: src/libvlc.h:838
 #, fuzzy
 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:836
+#: src/libvlc.h:840
 msgid "Modules search path"
 msgstr "Module zoekpad"
 
-#: src/libvlc.h:838
+#: src/libvlc.h:842
 #, fuzzy
 msgid "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:840
+#: src/libvlc.h:844
 msgid "VLM configuration file"
 msgstr "VLM configuratie bestand"
 
-#: src/libvlc.h:842
+#: src/libvlc.h:846
 msgid "Read a VLM configuration file as soon as VLM is started."
 msgstr ""
 
-#: src/libvlc.h:844
+#: src/libvlc.h:848
 msgid "Use a plugins cache"
 msgstr "Gebruik een plugin cache"
 
-#: src/libvlc.h:846
+#: src/libvlc.h:850
 #, fuzzy
 msgid "Use a plugins cache which will greatly improve the startup time of VLC."
 msgstr ""
 "VLC gebruikt een plugin cache waardoor het VLC aanzienlijk sneller kan "
 "starten."
 
-#: src/libvlc.h:848
+#: src/libvlc.h:852
 msgid "Collect statistics"
 msgstr ""
 
-#: src/libvlc.h:850
+#: src/libvlc.h:854
 #, fuzzy
 msgid "Collect miscellaneous statistics."
 msgstr "Met deze optie kan je bedienings interfaces selecteren."
 
-#: src/libvlc.h:852
+#: src/libvlc.h:856
 msgid "Run as daemon process"
 msgstr "Draai als server process"
 
-#: src/libvlc.h:854
+#: src/libvlc.h:858
 msgid "Runs VLC as a background daemon process."
 msgstr "Draait VLC als een server process op de achtergrond."
 
-#: src/libvlc.h:856
+#: src/libvlc.h:860
 msgid "Write process id to file"
 msgstr ""
 
-#: src/libvlc.h:858
+#: src/libvlc.h:862
 msgid "Writes process id into specified file."
 msgstr ""
 
-#: src/libvlc.h:860
+#: src/libvlc.h:864
 #, fuzzy
 msgid "Log to file"
 msgstr "Log bestandsnaam"
 
-#: src/libvlc.h:862
+#: src/libvlc.h:866
 msgid "Log all VLC messages to a text file."
 msgstr ""
 
-#: src/libvlc.h:864
+#: src/libvlc.h:868
 msgid "Log to syslog"
 msgstr ""
 
-#: src/libvlc.h:866
+#: src/libvlc.h:870
 msgid "Log all VLC messages to syslog (UNIX systems)."
 msgstr ""
 
-#: src/libvlc.h:868
+#: src/libvlc.h:872
 msgid "Allow only one running instance"
 msgstr "Sta slechts een enkele instantie van VLC toe"
 
-#: src/libvlc.h:870
+#: src/libvlc.h:874
 #, fuzzy
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
@@ -2932,29 +2943,29 @@ 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:876
+#: src/libvlc.h:880
 msgid "VLC is started from file association"
 msgstr ""
 
-#: src/libvlc.h:878
+#: src/libvlc.h:882
 msgid "Tell VLC that it is being launched due to a file association in the OS"
 msgstr ""
 
-#: src/libvlc.h:881
+#: src/libvlc.h:885
 #, fuzzy
 msgid "One instance when started from file"
 msgstr "Sta slechts een enkele instantie van VLC toe"
 
-#: src/libvlc.h:883
+#: src/libvlc.h:887
 #, fuzzy
 msgid "Allow only one running instance when started from file."
 msgstr "Sta slechts een enkele instantie van VLC toe"
 
-#: src/libvlc.h:885
+#: src/libvlc.h:889
 msgid "Increase the priority of the process"
 msgstr "Verhoog de prioriteit van het proces"
 
-#: src/libvlc.h:887
+#: src/libvlc.h:891
 #, fuzzy
 msgid ""
 "Increasing the priority of the process will very likely improve your playing "
@@ -2971,11 +2982,11 @@ msgstr ""
 "beslag nemen en de computer erg traag maken. Een herstart kan noodzakelijk "
 "zijn."
 
-#: src/libvlc.h:894
+#: src/libvlc.h:898
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr "Snelle mutex op NT/2K/XP (alleen ontwikkelaars)"
 
-#: src/libvlc.h:896
+#: src/libvlc.h:900
 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 "
@@ -2986,12 +2997,12 @@ msgstr ""
 "echter deze is nog experimenteel. Het is dus mogelijk dat er problemen "
 "optreden met deze snellere implementatie."
 
-#: src/libvlc.h:901
+#: src/libvlc.h:905
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr ""
 "Conditionele variabelen implementatie voor Win9x (alleen ontwikkelaars)"
 
-#: src/libvlc.h:904
+#: src/libvlc.h:908
 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 "
@@ -3005,17 +3016,17 @@ msgstr ""
 "De toegestane mogelijke implementaties zijn 0 (standaard waarde en de "
 "snelste implementatie), 1 en 2."
 
-#: src/libvlc.h:913
+#: src/libvlc.h:917
 msgid "Enqueue items to playlist when in one instance mode"
 msgstr ""
 
-#: src/libvlc.h:915
+#: src/libvlc.h:919
 msgid ""
 "When using the one instance only option, enqueue items to playlist and keep "
 "playing current item."
 msgstr ""
 
-#: src/libvlc.h:924
+#: src/libvlc.h:928
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
@@ -3023,196 +3034,206 @@ msgstr ""
 "Deze instellingen betreffen het gedrag van de afspeellijst. Sommige van deze "
 "kunnen in de afspeellijst worden gewijzigd."
 
-#: src/libvlc.h:927
+#: src/libvlc.h:931
 msgid "Automatically preparse files"
 msgstr ""
 
-#: src/libvlc.h:929
+#: src/libvlc.h:933
 msgid ""
 "Automatically preparse files added to the playlist (to retrieve some "
 "metadata)."
 msgstr ""
 
-#: src/libvlc.h:932
+#: src/libvlc.h:936
 msgid "Services discovery modules"
 msgstr ""
 
-#: src/libvlc.h:934
+#: src/libvlc.h:938
 msgid ""
 "Specifies the services discovery modules to load, separated by semi-colons. "
 "Typical values are sap, hal, ..."
 msgstr ""
 
-#: src/libvlc.h:937
+#: src/libvlc.h:941
 msgid "Play files randomly forever"
 msgstr "Speel continu bestanden in willekeurige volgorde af"
 
-#: src/libvlc.h:939
+#: src/libvlc.h:943
 #, fuzzy
 msgid "VLC will randomly play files in the playlist until interrupted."
 msgstr ""
 "Speel in willekeurige volgorde bestanden uit de speellijst af, totdat "
 "expliciet wordt gestopt."
 
-#: src/libvlc.h:941
+#: src/libvlc.h:945
 msgid "Repeat all"
 msgstr "Alles Herhalen"
 
-#: src/libvlc.h:943
+#: src/libvlc.h:947
 #, fuzzy
 msgid "VLC will keep playing the playlist indefinitely."
 msgstr "Schakel deze optie in als VLC oneindig de speellijst moet herhalen."
 
-#: src/libvlc.h:945
+#: src/libvlc.h:949
 msgid "Repeat current item"
 msgstr "Herhaal het huidige afspeellijst onderdeel"
 
-#: src/libvlc.h:947
+#: src/libvlc.h:951
 #, fuzzy
 msgid "VLC will keep playing the current playlist item."
 msgstr ""
 "Indien dit aan staan zal VLC het huidige afspeellijst onderdeel blijver "
 "herhalen."
 
-#: src/libvlc.h:949
+#: src/libvlc.h:953
 msgid "Play and stop"
 msgstr "Afspelen en stoppen"
 
-#: src/libvlc.h:951
+#: src/libvlc.h:955
 #, fuzzy
 msgid "Stop the playlist after each played playlist item."
 msgstr "Stop de afspeellijst na elk afgespeeld onderdeel."
 
-#: src/libvlc.h:953
+#: src/libvlc.h:957
+#, fuzzy
+msgid "Play and exit"
+msgstr "Afspelen en stoppen"
+
+#: src/libvlc.h:959
+#, fuzzy
+msgid "Exit if there are no more items in the playlist."
+msgstr "%i elementen in afspeellijst"
+
+#: src/libvlc.h:961
 #, fuzzy
 msgid "Use media library"
 msgstr "VLC media speler"
 
-#: src/libvlc.h:955
+#: src/libvlc.h:963
 msgid ""
 "The media library is automatically saved and reloaded each time you start "
 "VLC."
 msgstr ""
 
-#: src/libvlc.h:958
+#: src/libvlc.h:966
 #, fuzzy
 msgid "Use playlist tree"
 msgstr "Volgende speellijst item"
 
-#: src/libvlc.h:960
+#: src/libvlc.h:968
 msgid ""
 "The playlist can use a tree to categorize some items, like the contents of a "
 "directory. \"Default\" means that the tree will only be used when really "
 "needed."
 msgstr ""
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Always"
 msgstr "Altijd Boven"
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Never"
 msgstr "'Reverb' effect"
 
-#: src/libvlc.h:973
+#: src/libvlc.h:981
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr ""
 "Hier kunnen VLC 'sneltoetsen' geconfigureert worden, ook wel bekend als "
 "\"hotkeys\"."
 
-#: src/libvlc.h:976 src/video_output/vout_intf.c:408
+#: src/libvlc.h:984 src/video_output/vout_intf.c:408
 #: modules/gui/beos/VideoOutput.cpp:1057 modules/gui/macosx/applescript.m:126
-#: modules/gui/macosx/controls.m:338 modules/gui/macosx/controls.m:754
-#: modules/gui/macosx/controls.m:784 modules/gui/macosx/embeddedwindow.m:44
+#: modules/gui/macosx/controls.m:344 modules/gui/macosx/controls.m:760
+#: modules/gui/macosx/controls.m:790 modules/gui/macosx/embeddedwindow.m:44
 #: modules/gui/macosx/intf.m:497 modules/gui/macosx/intf.m:573
 #: modules/gui/macosx/intf.m:629
 msgid "Fullscreen"
 msgstr "Volledig Scherm"
 
-#: src/libvlc.h:977
+#: src/libvlc.h:985
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr "Selecteer de sneltoets om 'Volledig Scherm' te (de)activeren"
 
-#: src/libvlc.h:978 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
+#: src/libvlc.h:986 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
 #: modules/gui/wxwidgets/interface.cpp:1504
 msgid "Play/Pause"
 msgstr "Speel Af/Pauzeer"
 
-#: src/libvlc.h:979
+#: src/libvlc.h:987
 msgid "Select the hotkey to use to swap paused state."
 msgstr "Selecteer de sneltoets om 'Pauze' te (de)activeren"
 
-#: src/libvlc.h:980
+#: src/libvlc.h:988
 msgid "Pause only"
 msgstr "Enkel pauzeren"
 
-#: src/libvlc.h:981
+#: src/libvlc.h:989
 msgid "Select the hotkey to use to pause."
 msgstr "Selecteer de sneltoets om te pauzeren"
 
-#: src/libvlc.h:982
+#: src/libvlc.h:990
 msgid "Play only"
 msgstr "Speel af"
 
-#: src/libvlc.h:983
+#: src/libvlc.h:991
 msgid "Select the hotkey to use to play."
 msgstr "Selecteer de sneltoets om af te spelen"
 
-#: src/libvlc.h:984 modules/control/hotkeys.c:713
-#: modules/gui/macosx/controls.m:687 modules/gui/macosx/intf.m:538
+#: src/libvlc.h:992 modules/control/hotkeys.c:713
+#: modules/gui/macosx/controls.m:693 modules/gui/macosx/intf.m:538
 #: modules/gui/wxwidgets/interface.cpp:695
 msgid "Faster"
 msgstr "Sneller"
 
-#: src/libvlc.h:985
+#: src/libvlc.h:993
 msgid "Select the hotkey to use for fast forward playback."
 msgstr "Selecteer de sneltoets om op hogere snelheid af te spelen"
 
-#: src/libvlc.h:986 modules/control/hotkeys.c:721
-#: modules/gui/macosx/controls.m:688 modules/gui/macosx/intf.m:539
+#: src/libvlc.h:994 modules/control/hotkeys.c:721
+#: modules/gui/macosx/controls.m:694 modules/gui/macosx/intf.m:539
 #: modules/gui/wxwidgets/interface.cpp:694
 msgid "Slower"
 msgstr "Langzamer"
 
-#: src/libvlc.h:987
+#: src/libvlc.h:995
 msgid "Select the hotkey to use for slow motion playback."
 msgstr "Selecteer de sneltoets om op lager snelheid af te spelen"
 
-#: src/libvlc.h:988 modules/control/hotkeys.c:680
-#: modules/gui/macosx/controls.m:708 modules/gui/macosx/intf.m:496
+#: src/libvlc.h:996 modules/control/hotkeys.c:680
+#: modules/gui/macosx/controls.m:714 modules/gui/macosx/intf.m:496
 #: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:617
 #: modules/gui/macosx/intf.m:625 modules/gui/macosx/wizard.m:313
 #: modules/gui/macosx/wizard.m:364 modules/gui/macosx/wizard.m:1606
 #: modules/gui/wxwidgets/interface.cpp:693
 #: modules/gui/wxwidgets/interface.cpp:1509
-#: modules/gui/wxwidgets/menus.cpp:258
+#: modules/gui/wxwidgets/menus.cpp:259
 msgid "Next"
 msgstr "Volgende"
 
-#: src/libvlc.h:989
+#: src/libvlc.h:997
 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:990 modules/control/hotkeys.c:692
-#: modules/gui/macosx/controls.m:707 modules/gui/macosx/intf.m:491
+#: src/libvlc.h:998 modules/control/hotkeys.c:692
+#: modules/gui/macosx/controls.m:713 modules/gui/macosx/intf.m:491
 #: modules/gui/macosx/intf.m:540 modules/gui/macosx/intf.m:618
 #: modules/gui/macosx/intf.m:624 modules/gui/wxwidgets/interface.cpp:692
 #: modules/gui/wxwidgets/interface.cpp:1508
-#: modules/gui/wxwidgets/menus.cpp:257
+#: modules/gui/wxwidgets/menus.cpp:258
 msgid "Previous"
 msgstr "Vorige"
 
-#: src/libvlc.h:991
+#: src/libvlc.h:999
 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:992 modules/gui/macosx/controls.m:699
+#: src/libvlc.h:1000 modules/gui/macosx/controls.m:705
 #: modules/gui/macosx/intf.m:494 modules/gui/macosx/intf.m:537
 #: modules/gui/macosx/intf.m:616 modules/gui/macosx/intf.m:623
 #: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
@@ -3220,438 +3241,438 @@ msgstr ""
 #: modules/gui/wxwidgets/interface.cpp:676
 #: modules/gui/wxwidgets/interface.cpp:687
 #: modules/gui/wxwidgets/interface.cpp:1510
-#: modules/gui/wxwidgets/menus.cpp:256 modules/visualization/xosd.c:237
+#: modules/gui/wxwidgets/menus.cpp:257 modules/visualization/xosd.c:237
 msgid "Stop"
 msgstr "Stop"
 
-#: src/libvlc.h:993
+#: src/libvlc.h:1001
 #, fuzzy
 msgid "Select the hotkey to stop playback."
 msgstr "Selecteer de sneltoets om het afspelen te stoppen"
 
-#: src/libvlc.h:994 modules/gui/macosx/bookmarks.m:101
+#: src/libvlc.h:1002 modules/gui/macosx/bookmarks.m:101
 #: modules/gui/macosx/bookmarks.m:110 modules/gui/macosx/embeddedwindow.m:46
 #: modules/gui/macosx/intf.m:499 modules/video_filter/marq.c:122
 #: modules/video_filter/rss.c:174
 msgid "Position"
 msgstr "Positie"
 
-#: src/libvlc.h:995
+#: src/libvlc.h:1003
 msgid "Select the hotkey to display the position."
 msgstr "Selecteer de sneltoets om de huidige positie te tonen."
 
-#: src/libvlc.h:997
+#: src/libvlc.h:1005
 msgid "Very short backwards jump"
 msgstr ""
 
-#: src/libvlc.h:999
+#: src/libvlc.h:1007
 #, fuzzy
 msgid "Select the hotkey to make a very short backwards jump."
 msgstr "Selecteer de sneltoets om 5 minuten vooruit te gaan"
 
-#: src/libvlc.h:1000
+#: src/libvlc.h:1008
 #, fuzzy
 msgid "Short backwards jump"
 msgstr "Ga Terug"
 
-#: src/libvlc.h:1002
+#: src/libvlc.h:1010
 #, fuzzy
 msgid "Select the hotkey to make a short backwards jump."
 msgstr "Selecteer de sneltoets om 10 seconden vooruit te gaan"
 
-#: src/libvlc.h:1003
+#: src/libvlc.h:1011
 msgid "Medium backwards jump"
 msgstr ""
 
-#: src/libvlc.h:1005
+#: src/libvlc.h:1013
 #, fuzzy
 msgid "Select the hotkey to make a medium backwards jump."
 msgstr "Selecteer de sneltoets om 1 minuten terug te gaan"
 
-#: src/libvlc.h:1006
+#: src/libvlc.h:1014
 #, fuzzy
 msgid "Long backwards jump"
 msgstr "Ga Terug"
 
-#: src/libvlc.h:1008
+#: src/libvlc.h:1016
 #, fuzzy
 msgid "Select the hotkey to make a long backwards jump."
 msgstr "Selecteer de sneltoets om 10 seconden vooruit te gaan"
 
-#: src/libvlc.h:1010
+#: src/libvlc.h:1018
 msgid "Very short forward jump"
 msgstr ""
 
-#: src/libvlc.h:1012
+#: src/libvlc.h:1020
 #, fuzzy
 msgid "Select the hotkey to make a very short forward jump."
 msgstr "Selecteer de sneltoets om op hogere snelheid af te spelen"
 
-#: src/libvlc.h:1013
+#: src/libvlc.h:1021
 #, fuzzy
 msgid "Short forward jump"
 msgstr "Stap Vooruit"
 
-#: src/libvlc.h:1015
+#: src/libvlc.h:1023
 #, fuzzy
 msgid "Select the hotkey to make a short forward jump."
 msgstr "Selecteer de sneltoets om 10 seconden vooruit te gaan"
 
-#: src/libvlc.h:1016
+#: src/libvlc.h:1024
 msgid "Medium forward jump"
 msgstr ""
 
-#: src/libvlc.h:1018
+#: src/libvlc.h:1026
 #, fuzzy
 msgid "Select the hotkey to make a medium forward jump."
 msgstr "Selecteer de sneltoets om 1 minuut vooruit te gaan"
 
-#: src/libvlc.h:1019
+#: src/libvlc.h:1027
 msgid "Long forward jump"
 msgstr ""
 
-#: src/libvlc.h:1021
+#: src/libvlc.h:1029
 #, fuzzy
 msgid "Select the hotkey to make a long forward jump."
 msgstr "Selecteer de sneltoets om 10 seconden vooruit te gaan"
 
-#: src/libvlc.h:1023
+#: src/libvlc.h:1031
 msgid "Very short jump length"
 msgstr ""
 
-#: src/libvlc.h:1024
+#: src/libvlc.h:1032
 msgid "Very short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1025
+#: src/libvlc.h:1033
 msgid "Short jump length"
 msgstr ""
 
-#: src/libvlc.h:1026
+#: src/libvlc.h:1034
 msgid "Short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1027
+#: src/libvlc.h:1035
 msgid "Medium jump length"
 msgstr ""
 
-#: src/libvlc.h:1028
+#: src/libvlc.h:1036
 msgid "Medium jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1029
+#: src/libvlc.h:1037
 #, fuzzy
 msgid "Long jump length"
 msgstr "Lettertype grootte"
 
-#: src/libvlc.h:1030
+#: src/libvlc.h:1038
 msgid "Long jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1032 modules/control/hotkeys.c:258
+#: src/libvlc.h:1040 modules/control/hotkeys.c:258
 #: modules/gui/beos/InterfaceWindow.cpp:276
 msgid "Quit"
 msgstr "Afsluiten"
 
-#: src/libvlc.h:1033
+#: src/libvlc.h:1041
 msgid "Select the hotkey to quit the application."
 msgstr "Selecteer de sneltoets om het programma af te sluiten."
 
-#: src/libvlc.h:1034
+#: src/libvlc.h:1042
 msgid "Navigate up"
 msgstr "Ga naar boven"
 
-#: src/libvlc.h:1035
+#: src/libvlc.h:1043
 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:1036
+#: src/libvlc.h:1044
 msgid "Navigate down"
 msgstr "Ga naar beneden"
 
-#: src/libvlc.h:1037
+#: src/libvlc.h:1045
 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:1038
+#: src/libvlc.h:1046
 msgid "Navigate left"
 msgstr "Ga naar links"
 
-#: src/libvlc.h:1039
+#: src/libvlc.h:1047
 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:1040
+#: src/libvlc.h:1048
 msgid "Navigate right"
 msgstr "Ga naar rechts"
 
-#: src/libvlc.h:1041
+#: src/libvlc.h:1049
 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:1042
+#: src/libvlc.h:1050
 msgid "Activate"
 msgstr "Activeer"
 
-#: src/libvlc.h:1043
+#: src/libvlc.h:1051
 msgid "Select the key to activate selected item in DVD menus."
 msgstr ""
 "Selecteer de sneltoets om huidige selectie in DVD menu's te selecteren."
 
-#: src/libvlc.h:1044
+#: src/libvlc.h:1052
 #, fuzzy
 msgid "Go to the DVD menu"
 msgstr "Gebruik DVD menus"
 
-#: src/libvlc.h:1045
+#: src/libvlc.h:1053
 #, fuzzy
 msgid "Select the key to take you to the DVD menu"
 msgstr ""
 "Selecteer de sneltoets om huidige selectie in DVD menu's te selecteren."
 
-#: src/libvlc.h:1046
+#: src/libvlc.h:1054
 #, fuzzy
 msgid "Select previous DVD title"
 msgstr "Selecteer de vorige titel"
 
-#: src/libvlc.h:1047
+#: src/libvlc.h:1055
 #, fuzzy
 msgid "Select the key to choose the previous title from the DVD"
 msgstr ""
 "Selecteer de sneltoets om naar het vorige onderdeel in de afspeellijst te "
 "gaan."
 
-#: src/libvlc.h:1048
+#: src/libvlc.h:1056
 #, fuzzy
 msgid "Select next DVD title"
 msgstr "Selecteer volgende hoofdstuk"
 
-#: src/libvlc.h:1049
+#: src/libvlc.h:1057
 #, fuzzy
 msgid "Select the key to choose the next title from the DVD"
 msgstr "Selecteer de sneltoets om naar links te gaan in DVD menu's."
 
-#: src/libvlc.h:1050
+#: src/libvlc.h:1058
 #, fuzzy
 msgid "Select prev DVD chapter"
 msgstr "Selecteer vorig hoofdstuk"
 
-#: src/libvlc.h:1051
+#: src/libvlc.h:1059
 #, fuzzy
 msgid "Select the key to choose the previous chapter from the DVD"
 msgstr ""
 "Selecteer de sneltoets om naar het vorige onderdeel in de afspeellijst te "
 "gaan."
 
-#: src/libvlc.h:1052
+#: src/libvlc.h:1060
 #, fuzzy
 msgid "Select next DVD chapter"
 msgstr "Selecteer volgende hoofdstuk"
 
-#: src/libvlc.h:1053
+#: src/libvlc.h:1061
 #, fuzzy
 msgid "Select the key to choose the next chapter from the DVD"
 msgstr "Selecteer de sneltoets om naar links te gaan in DVD menu's."
 
-#: src/libvlc.h:1054
+#: src/libvlc.h:1062
 msgid "Volume up"
 msgstr "Geluid harder"
 
-#: src/libvlc.h:1055
+#: src/libvlc.h:1063
 msgid "Select the key to increase audio volume."
 msgstr "Selecteer de sneltoets om het geluid harder te zetten"
 
-#: src/libvlc.h:1056
+#: src/libvlc.h:1064
 msgid "Volume down"
 msgstr "Geluid zachter"
 
-#: src/libvlc.h:1057
+#: src/libvlc.h:1065
 msgid "Select the key to decrease audio volume."
 msgstr "Selecteer de sneltoets om het geluid harder te zetten"
 
-#: src/libvlc.h:1058 modules/gui/macosx/controls.m:744
+#: src/libvlc.h:1066 modules/gui/macosx/controls.m:750
 #: modules/gui/macosx/intf.m:558 modules/gui/macosx/intf.m:619
 #: modules/gui/macosx/intf.m:628
 msgid "Mute"
 msgstr "Geluid Stil"
 
-#: src/libvlc.h:1059
+#: src/libvlc.h:1067
 #, fuzzy
 msgid "Select the key to mute audio."
 msgstr "Selecteer de sneltoets om te pauzeren"
 
-#: src/libvlc.h:1060
+#: src/libvlc.h:1068
 msgid "Subtitle delay up"
 msgstr "Verhoog ondertitel vertraging"
 
-#: src/libvlc.h:1061
+#: src/libvlc.h:1069
 msgid "Select the key to increase the subtitle delay."
 msgstr ""
 "Selecteer de sneltoets om de vertraging van de ondertiteling te verhogen."
 
-#: src/libvlc.h:1062
+#: src/libvlc.h:1070
 msgid "Subtitle delay down"
 msgstr "Verlaag ondertitel vertraging"
 
-#: src/libvlc.h:1063
+#: src/libvlc.h:1071
 msgid "Select the key to decrease the subtitle delay."
 msgstr ""
 "Selecteer de sneltoets om de vertraging van de ondertiteling te verlagen."
 
-#: src/libvlc.h:1064
+#: src/libvlc.h:1072
 msgid "Audio delay up"
 msgstr "Verhoog audiovertraging"
 
-#: src/libvlc.h:1065
+#: src/libvlc.h:1073
 msgid "Select the key to increase the audio delay."
 msgstr "Selecteer de sneltoets om de audiovertraging te verhogen."
 
-#: src/libvlc.h:1066
+#: src/libvlc.h:1074
 msgid "Audio delay down"
 msgstr "Verlaag audiovertraging"
 
-#: src/libvlc.h:1067
+#: src/libvlc.h:1075
 msgid "Select the key to decrease the audio delay."
 msgstr "Selecteer de sneltoets om de audiovertraging te verlagen."
 
-#: src/libvlc.h:1068
+#: src/libvlc.h:1076
 msgid "Play playlist bookmark 1"
 msgstr "Speel afspeellijst bookmark 1 af"
 
-#: src/libvlc.h:1069
+#: src/libvlc.h:1077
 msgid "Play playlist bookmark 2"
 msgstr "Speel afspeellijst bookmark 2 af"
 
-#: src/libvlc.h:1070
+#: src/libvlc.h:1078
 msgid "Play playlist bookmark 3"
 msgstr "Speel afspeellijst bookmark 3 af"
 
-#: src/libvlc.h:1071
+#: src/libvlc.h:1079
 msgid "Play playlist bookmark 4"
 msgstr "Speel afspeellijst bookmark 4 af"
 
-#: src/libvlc.h:1072
+#: src/libvlc.h:1080
 msgid "Play playlist bookmark 5"
 msgstr "Speel afspeellijst bookmark 5 af"
 
-#: src/libvlc.h:1073
+#: src/libvlc.h:1081
 msgid "Play playlist bookmark 6"
 msgstr "Speel afspeellijst bookmark 6 af"
 
-#: src/libvlc.h:1074
+#: src/libvlc.h:1082
 msgid "Play playlist bookmark 7"
 msgstr "Speel afspeellijst bookmark 7 af"
 
-#: src/libvlc.h:1075
+#: src/libvlc.h:1083
 msgid "Play playlist bookmark 8"
 msgstr "Speel afspeellijst bookmark 8 af"
 
-#: src/libvlc.h:1076
+#: src/libvlc.h:1084
 msgid "Play playlist bookmark 9"
 msgstr "Speel afspeellijst bookmark 9 af"
 
-#: src/libvlc.h:1077
+#: src/libvlc.h:1085
 msgid "Play playlist bookmark 10"
 msgstr "Speel afspeellijst bookmark 10 af"
 
-#: src/libvlc.h:1078
+#: src/libvlc.h:1086
 msgid "Select the key to play this bookmark."
 msgstr "Selecteer de sneltoets om deze bookmark af te spelen"
 
-#: src/libvlc.h:1079
+#: src/libvlc.h:1087
 msgid "Set playlist bookmark 1"
 msgstr "Stel afspeellijst bookmark 1 in"
 
-#: src/libvlc.h:1080
+#: src/libvlc.h:1088
 msgid "Set playlist bookmark 2"
 msgstr "Stel afspeellijst bookmark 2 in"
 
-#: src/libvlc.h:1081
+#: src/libvlc.h:1089
 msgid "Set playlist bookmark 3"
 msgstr "Stel afspeellijst bookmark 3 in"
 
-#: src/libvlc.h:1082
+#: src/libvlc.h:1090
 msgid "Set playlist bookmark 4"
 msgstr "Stel afspeellijst bookmark 4 in"
 
-#: src/libvlc.h:1083
+#: src/libvlc.h:1091
 msgid "Set playlist bookmark 5"
 msgstr "Stel afspeellijst bookmark 5 in"
 
-#: src/libvlc.h:1084
+#: src/libvlc.h:1092
 msgid "Set playlist bookmark 6"
 msgstr "Stel afspeellijst bookmark 6 in"
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1093
 msgid "Set playlist bookmark 7"
 msgstr "Stel afspeellijst bookmark 7 in"
 
-#: src/libvlc.h:1086
+#: src/libvlc.h:1094
 msgid "Set playlist bookmark 8"
 msgstr "Stel afspeellijst bookmark 8 in"
 
-#: src/libvlc.h:1087
+#: src/libvlc.h:1095
 msgid "Set playlist bookmark 9"
 msgstr "Stel afspeellijst bookmark 9 in"
 
-#: src/libvlc.h:1088
+#: src/libvlc.h:1096
 msgid "Set playlist bookmark 10"
 msgstr "Stel afspeellijst bookmark 10 in"
 
-#: src/libvlc.h:1089
+#: src/libvlc.h:1097
 msgid "Select the key to set this playlist bookmark."
 msgstr "Selecteer de sneltoets om deze bookmark in te stellen"
 
-#: src/libvlc.h:1091 modules/control/hotkeys.c:84
+#: src/libvlc.h:1099 modules/control/hotkeys.c:84
 msgid "Playlist bookmark 1"
 msgstr "Afspeellijst bookmark 1"
 
-#: src/libvlc.h:1092 modules/control/hotkeys.c:85
+#: src/libvlc.h:1100 modules/control/hotkeys.c:85
 msgid "Playlist bookmark 2"
 msgstr "Afspeellijst bookmark 2"
 
-#: src/libvlc.h:1093 modules/control/hotkeys.c:86
+#: src/libvlc.h:1101 modules/control/hotkeys.c:86
 msgid "Playlist bookmark 3"
 msgstr "Afspeellijst bookmark 3"
 
-#: src/libvlc.h:1094 modules/control/hotkeys.c:87
+#: src/libvlc.h:1102 modules/control/hotkeys.c:87
 msgid "Playlist bookmark 4"
 msgstr "Afspeellijst bookmark 4"
 
-#: src/libvlc.h:1095 modules/control/hotkeys.c:88
+#: src/libvlc.h:1103 modules/control/hotkeys.c:88
 msgid "Playlist bookmark 5"
 msgstr "Afspeellijst bookmark 5"
 
-#: src/libvlc.h:1096 modules/control/hotkeys.c:89
+#: src/libvlc.h:1104 modules/control/hotkeys.c:89
 msgid "Playlist bookmark 6"
 msgstr "Afspeellijst bookmark 6"
 
-#: src/libvlc.h:1097 modules/control/hotkeys.c:90
+#: src/libvlc.h:1105 modules/control/hotkeys.c:90
 msgid "Playlist bookmark 7"
 msgstr "Afspeellijst bookmark 7"
 
-#: src/libvlc.h:1098 modules/control/hotkeys.c:91
+#: src/libvlc.h:1106 modules/control/hotkeys.c:91
 msgid "Playlist bookmark 8"
 msgstr "Afspeellijst bookmark 8"
 
-#: src/libvlc.h:1099 modules/control/hotkeys.c:92
+#: src/libvlc.h:1107 modules/control/hotkeys.c:92
 msgid "Playlist bookmark 9"
 msgstr "Afspeellijst bookmark 9"
 
-#: src/libvlc.h:1100 modules/control/hotkeys.c:93
+#: src/libvlc.h:1108 modules/control/hotkeys.c:93
 msgid "Playlist bookmark 10"
 msgstr "Afspeellijst bookmark 10"
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1110
 #, fuzzy
 msgid "This allows you to define playlist bookmarks."
 msgstr "Met deze opties kunnen bookmarks voor de afspeelijst worden ingesteld"
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1112
 msgid "Go back in browsing history"
 msgstr "Ga terug in blader geschiedenis"
 
-#: src/libvlc.h:1105
+#: src/libvlc.h:1113
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
@@ -3659,11 +3680,11 @@ msgstr ""
 "Selecteer de sneltoets om naar het vorige onderdeel in de bladergeschiedenis "
 "te gaan."
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1114
 msgid "Go forward in browsing history"
 msgstr "Go voorwaarts in de blader geschiedenis"
 
-#: src/libvlc.h:1107
+#: src/libvlc.h:1115
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
@@ -3671,134 +3692,134 @@ msgstr ""
 "Selecteer de sneltoets om naar het volgende onderdeel in de "
 "bladergeschiedenis te gaan."
 
-#: src/libvlc.h:1109
+#: src/libvlc.h:1117
 msgid "Cycle audio track"
 msgstr "Verander Audio Spoor"
 
-#: src/libvlc.h:1110
+#: src/libvlc.h:1118
 #, fuzzy
 msgid "Cycle through the available audio tracks(languages)."
 msgstr "Schakel tussen de beschikbare audio sporen (talen)"
 
-#: src/libvlc.h:1111
+#: src/libvlc.h:1119
 msgid "Cycle subtitle track"
 msgstr "Verander ondertitelings-spoor"
 
-#: src/libvlc.h:1112
+#: src/libvlc.h:1120
 #, fuzzy
 msgid "Cycle through the available subtitle tracks."
 msgstr "Schakel tussen de beschikbare ondertitelingssporen"
 
-#: src/libvlc.h:1113
+#: src/libvlc.h:1121
 #, fuzzy
 msgid "Cycle source aspect ratio"
 msgstr "Beeldverhouding bron"
 
-#: src/libvlc.h:1114
+#: src/libvlc.h:1122
 #, fuzzy
 msgid "Cycle through a predefined list of source aspect ratios."
 msgstr "Beeldverhouding bron"
 
-#: src/libvlc.h:1115
+#: src/libvlc.h:1123
 #, fuzzy
 msgid "Cycle video crop"
 msgstr "Video uitvoer in grijswaarden"
 
-#: src/libvlc.h:1116
+#: src/libvlc.h:1124
 #, fuzzy
 msgid "Cycle through a predefined list of crop formats."
 msgstr "Schakel tussen de beschikbare ondertitelingssporen"
 
-#: src/libvlc.h:1117
+#: src/libvlc.h:1125
 #, fuzzy
 msgid "Cycle deinterlace modes"
 msgstr "Deinterlace methode"
 
-#: src/libvlc.h:1118
+#: src/libvlc.h:1126
 #, fuzzy
 msgid "Cycle through deinterlace modes."
 msgstr "Schakel tussen de beschikbare ondertitelingssporen"
 
-#: src/libvlc.h:1119
+#: src/libvlc.h:1127
 msgid "Show interface"
 msgstr "Toon Interface"
 
-#: src/libvlc.h:1120
+#: src/libvlc.h:1128
 #, fuzzy
 msgid "Raise the interface above all other windows."
 msgstr "Toon de interface boven alle ander vensters"
 
-#: src/libvlc.h:1121
+#: src/libvlc.h:1129
 #, fuzzy
 msgid "Hide interface"
 msgstr "_Verberg interface"
 
-#: src/libvlc.h:1122
+#: src/libvlc.h:1130
 #, fuzzy
 msgid "Lower the interface below all other windows."
 msgstr "Toon de interface boven alle ander vensters"
 
-#: src/libvlc.h:1123
+#: src/libvlc.h:1131
 msgid "Take video snapshot"
 msgstr "Maak video snapshot"
 
-#: src/libvlc.h:1124
+#: src/libvlc.h:1132
 msgid "Takes a video snapshot and writes it to disk."
 msgstr "Maak een snapshot van het huidige beeld en sla dit op."
 
-#: src/libvlc.h:1126 modules/access_filter/record.c:51
+#: src/libvlc.h:1134 modules/access_filter/record.c:51
 #: modules/access_filter/record.c:52
 msgid "Record"
 msgstr "Opnemen"
 
-#: src/libvlc.h:1127
+#: src/libvlc.h:1135
 msgid "Record access filter start/stop."
 msgstr "Start/Stop voor opname filter"
 
-#: src/libvlc.h:1129 src/libvlc.h:1130 src/video_output/vout_intf.c:211
+#: src/libvlc.h:1137 src/libvlc.h:1138 src/video_output/vout_intf.c:211
 msgid "Zoom"
 msgstr "Venstergrootte"
 
-#: src/libvlc.h:1132 src/libvlc.h:1133
+#: src/libvlc.h:1140 src/libvlc.h:1141
 #, fuzzy
 msgid "Un-Zoom"
 msgstr "Venstergrootte"
 
-#: src/libvlc.h:1135 src/libvlc.h:1136
+#: src/libvlc.h:1143 src/libvlc.h:1144
 msgid "Crop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1137 src/libvlc.h:1138
+#: src/libvlc.h:1145 src/libvlc.h:1146
 msgid "Uncrop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1140 src/libvlc.h:1141
+#: src/libvlc.h:1148 src/libvlc.h:1149
 msgid "Crop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1142 src/libvlc.h:1143
+#: src/libvlc.h:1150 src/libvlc.h:1151
 msgid "Uncrop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1145 src/libvlc.h:1146
+#: src/libvlc.h:1153 src/libvlc.h:1154
 msgid "Crop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1147 src/libvlc.h:1148
+#: src/libvlc.h:1155 src/libvlc.h:1156
 msgid "Uncrop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1150 src/libvlc.h:1151
+#: src/libvlc.h:1158 src/libvlc.h:1159
 #, fuzzy
 msgid "Crop one pixel from the right of the video"
 msgstr "Dit is de waarde die de hoogte van de banden bepaald"
 
-#: src/libvlc.h:1152 src/libvlc.h:1153
+#: src/libvlc.h:1160 src/libvlc.h:1161
 msgid "Uncrop one pixel from the right of the video"
 msgstr ""
 
 # c-format
-#: src/libvlc.h:1157
+#: src/libvlc.h:1165
 #, fuzzy, c-format
 msgid ""
 "Usage: %s [options] [stream] ...\n"
@@ -3866,59 +3887,59 @@ msgstr ""
 "  vlc:pause                      speciaal item om VLC te pauzeren\n"
 "  vlc:quit                       speciaal item om VLC te stoppen\n"
 
-#: src/libvlc.h:1267 src/video_output/vout_intf.c:420
-#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:753
+#: src/libvlc.h:1277 src/video_output/vout_intf.c:420
+#: modules/gui/macosx/controls.m:328 modules/gui/macosx/controls.m:759
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:630
 #: modules/video_output/snapshot.c:76
 msgid "Snapshot"
 msgstr ""
 
-#: src/libvlc.h:1280
+#: src/libvlc.h:1290
 msgid "Window properties"
 msgstr "Venster eigenschappen"
 
-#: src/libvlc.h:1325
+#: src/libvlc.h:1335
 msgid "Subpictures"
 msgstr "Ondertiteling"
 
-#: src/libvlc.h:1332 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
+#: src/libvlc.h:1342 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
 #: modules/gui/beos/InterfaceWindow.cpp:279
 msgid "Subtitles"
 msgstr "Ondertiteling"
 
-#: src/libvlc.h:1349 modules/stream_out/transcode.c:151
+#: src/libvlc.h:1359 modules/stream_out/transcode.c:151
 msgid "Overlays"
 msgstr "Overlappingen"
 
-#: src/libvlc.h:1359
+#: src/libvlc.h:1369
 msgid "Track settings"
 msgstr "Instellingen voor sporen"
 
-#: src/libvlc.h:1381
+#: src/libvlc.h:1391
 msgid "Playback control"
 msgstr ""
 
-#: src/libvlc.h:1396
+#: src/libvlc.h:1406
 msgid "Default devices"
 msgstr "Standaard apparaten"
 
-#: src/libvlc.h:1405
+#: src/libvlc.h:1415
 msgid "Network settings"
 msgstr "Netwerk instellingen"
 
-#: src/libvlc.h:1417
+#: src/libvlc.h:1427
 msgid "Socks proxy"
 msgstr ""
 
-#: src/libvlc.h:1426
+#: src/libvlc.h:1436
 msgid "Metadata"
 msgstr "Metadata"
 
-#: src/libvlc.h:1456
+#: src/libvlc.h:1466
 msgid "Decoders"
 msgstr "Decoders"
 
-#: src/libvlc.h:1463 modules/access/v4l2.c:56
+#: src/libvlc.h:1473 modules/access/v4l2.c:56
 #: modules/gui/macosx/playlistinfo.m:80
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:265
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:378
@@ -3926,84 +3947,84 @@ msgstr "Decoders"
 msgid "Input"
 msgstr "Bron"
 
-#: src/libvlc.h:1499 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
+#: src/libvlc.h:1509 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
 msgid "VLM"
 msgstr ""
 
-#: src/libvlc.h:1530
+#: src/libvlc.h:1540
 msgid "CPU"
 msgstr "CPU"
 
-#: src/libvlc.h:1552
+#: src/libvlc.h:1562
 msgid "Special modules"
 msgstr ""
 
-#: src/libvlc.h:1559
+#: src/libvlc.h:1569
 msgid "Plugins"
 msgstr "Modules"
 
-#: src/libvlc.h:1567
+#: src/libvlc.h:1577
 msgid "Performance options"
 msgstr "Prestatie opties"
 
-#: src/libvlc.h:1700
+#: src/libvlc.h:1714
 msgid "Hot keys"
 msgstr "Sneltoetsen"
 
-#: src/libvlc.h:2011
+#: src/libvlc.h:2025
 #, fuzzy
 msgid "Jump sizes"
 msgstr "Lettertype grootte"
 
-#: src/libvlc.h:2090
+#: src/libvlc.h:2104
 msgid "main program"
 msgstr "hoofd programma"
 
-#: src/libvlc.h:2097
+#: src/libvlc.h:2111
 msgid "print help for VLC (can be combined with --advanced)"
 msgstr "toon help voor VLC (kan worden gecombineerd met --advanced)"
 
-#: src/libvlc.h:2099
+#: src/libvlc.h:2113
 #, fuzzy
 msgid ""
 "print help for VLC and all its modules (can be combined with --advanced)"
 msgstr ""
 "toon help VLC en al zijn modules (kan worden gecombineerd met --advanced)"
 
-#: src/libvlc.h:2101
+#: src/libvlc.h:2115
 msgid "print help for the advanced options"
 msgstr "toon help voor de geavanceerde opties"
 
-#: src/libvlc.h:2103
+#: src/libvlc.h:2117
 msgid "ask for extra verbosity when displaying help"
 msgstr "extra toelichting bij het afbeelden van de help"
 
-#: src/libvlc.h:2105
+#: src/libvlc.h:2119
 msgid "print a list of available modules"
 msgstr "toon een lijst van beschikbare modules"
 
-#: src/libvlc.h:2107
+#: src/libvlc.h:2121
 msgid "print help on a specific module (can be combined with --advanced)"
 msgstr ""
 "toon help voor een specifieke module (kan worden gecombineerd met --advanced)"
 
-#: src/libvlc.h:2109
+#: src/libvlc.h:2123
 msgid "save the current command line options in the config"
 msgstr "bewaar de huidige opties in de command-line"
 
-#: src/libvlc.h:2111
+#: src/libvlc.h:2125
 msgid "reset the current config to the default values"
 msgstr "herstel de huidige configuratie naar de standaard waarden"
 
-#: src/libvlc.h:2113
+#: src/libvlc.h:2127
 msgid "use alternate config file"
 msgstr "gebruik een alternatief configuratie bestand"
 
-#: src/libvlc.h:2115
+#: src/libvlc.h:2129
 msgid "resets the current plugins cache"
 msgstr "verwijder de huidige plugin cache"
 
-#: src/libvlc.h:2117
+#: src/libvlc.h:2131
 msgid "print version information"
 msgstr "print versie informatie"
 
@@ -4612,7 +4633,8 @@ msgstr "Onbekend"
 msgid "Media: %s"
 msgstr ""
 
-#: src/playlist/engine.c:92 src/playlist/engine.c:94
+#: src/playlist/engine.c:104 src/playlist/engine.c:106
+#: src/playlist/loadsave.c:149
 msgid "Media Library"
 msgstr ""
 
@@ -4672,17 +4694,8 @@ msgstr "Verklein"
 msgid "Aspect-ratio"
 msgstr "Beeldverhouding"
 
-#: modules/access/cdda/access.c:293
-msgid "CD reading failed"
-msgstr ""
-
-#: modules/access/cdda/access.c:294
-#, c-format
-msgid "VLC could not get a new block of size: %i."
-msgstr ""
-
 #: modules/access/cdda.c:58 modules/access/dshow/dshow.cpp:91
-#: modules/access/dvb/access.c:73 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:73
 #: modules/access/dvdnav.c:64 modules/access/dvdread.c:62
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:43
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4745,7 +4758,16 @@ msgstr "Audio CD - Spoor "
 msgid "Audio CD - Track %i"
 msgstr "Audio CD - Spoor %i"
 
-#: modules/access/cdda/cdda.c:42 modules/access/directory.c:77
+#: modules/access/cdda/access.c:293
+msgid "CD reading failed"
+msgstr ""
+
+#: modules/access/cdda/access.c:294
+#, c-format
+msgid "VLC could not get a new block of size: %i."
+msgstr ""
+
+#: modules/access/cdda/cdda.c:42 modules/access/directory.c:78
 #: modules/codec/x264.c:280 modules/codec/x264.c:287 modules/codec/x264.c:292
 msgid "none"
 msgstr "geen"
@@ -5024,11 +5046,11 @@ msgstr "MRL"
 msgid "Track Number"
 msgstr "Spoor Nummer"
 
-#: modules/access/directory.c:69
+#: modules/access/directory.c:70
 msgid "Subdirectory behavior"
 msgstr "Onderliggende mappen"
 
-#: modules/access/directory.c:71
+#: modules/access/directory.c:72
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -5041,20 +5063,20 @@ msgstr ""
 "worden gespeeld.\n"
 "uitklappen : onderliggende mappen worden geopend.\n"
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:78
 msgid "collapse"
 msgstr "inklappen"
 
-#: modules/access/directory.c:78
+#: modules/access/directory.c:79
 msgid "expand"
 msgstr "uitklappen"
 
-#: modules/access/directory.c:80
+#: modules/access/directory.c:81
 #, fuzzy
 msgid "Ignored extensions"
 msgstr "Negeer bestanden"
 
-#: modules/access/directory.c:82
+#: modules/access/directory.c:83
 msgid ""
 "Files with these extensions will not be added to playlist when opening a "
 "directory.\n"
@@ -5062,11 +5084,11 @@ msgid ""
 "instance. Use a comma-separated list of extensions."
 msgstr ""
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:90
 msgid "Directory"
 msgstr "Bestandsmap"
 
-#: modules/access/directory.c:91
+#: modules/access/directory.c:92
 msgid "Standard filesystem directory input"
 msgstr "Map uitlezen van standaard filesysteem"
 
@@ -5306,6 +5328,21 @@ msgstr ""
 msgid "The capture device \"%s\" does not support the required parameters."
 msgstr ""
 
+#: modules/access/dv.c:70
+#, fuzzy
+msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
+msgstr ""
+"Wijzig de standaard buffer grootte voor UDP streams. Deze waarde wordt in "
+"millliseconden opgegeven."
+
+#: modules/access/dv.c:74
+msgid "Digital Video (Firewire/ieee1394)  input"
+msgstr ""
+
+#: modules/access/dv.c:75
+msgid "dv"
+msgstr ""
+
 #: modules/access/dvb/access.c:75
 #, fuzzy
 msgid ""
@@ -5574,21 +5611,6 @@ msgstr "Volume uitbalancering"
 msgid "The provided polarization \"%c\" is not valid."
 msgstr ""
 
-#: modules/access/dv.c:70
-#, fuzzy
-msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
-msgstr ""
-"Wijzig de standaard buffer grootte voor UDP streams. Deze waarde wordt in "
-"millliseconden opgegeven."
-
-#: modules/access/dv.c:74
-msgid "Digital Video (Firewire/ieee1394)  input"
-msgstr ""
-
-#: modules/access/dv.c:75
-msgid "dv"
-msgstr ""
-
 #: modules/access/dvdnav.c:60 modules/access/dvdread.c:58
 msgid "DVD angle"
 msgstr "DVD hoek"
@@ -5820,68 +5842,22 @@ msgstr ""
 msgid "VLC could not open file \"%s\" (%s)."
 msgstr ""
 
-#: modules/access_filter/record.c:43
+#: modules/access/ftp.c:45
 #, fuzzy
-msgid "Record directory"
-msgstr "Bronmap"
+msgid ""
+"Caching value for FTP streams. This value should be set in milliseconds."
+msgstr ""
+"Wijzig de standaard buffer grootte voor FTP streams. Deze waarde wordt in "
+"miliseconden opgegeven."
 
-#: modules/access_filter/record.c:45
-#, fuzzy
-msgid "Directory where the record will be stored."
-msgstr "De levenstijd (TTL) van de uitgaande stream."
+#: modules/access/ftp.c:47
+msgid "FTP user name"
+msgstr "FTP gebruikersnaam"
 
-#: modules/access_filter/timeshift.c:44
+#: modules/access/ftp.c:48 modules/access/smb.c:64
 #, fuzzy
-msgid "Timeshift granularity"
-msgstr "Start positie"
-
-#: modules/access_filter/timeshift.c:46
-#, fuzzy
-msgid ""
-"This is the size of the temporary files tha will be used to store the "
-"timeshifted streams."
-msgstr "Videofilters worden gebruikt om het beeld te bewerken"
-
-#: modules/access_filter/timeshift.c:48
-#, fuzzy
-msgid "Timeshift directory"
-msgstr "Video snapshot bestandsmap"
-
-#: modules/access_filter/timeshift.c:49
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:51
-msgid "Force use of the timeshift module"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52
-msgid ""
-"Force use of the timeshift module even if the access declares that it can "
-"control pace or pause."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
-#, fuzzy
-msgid "Timeshift"
-msgstr "Start positie"
-
-#: modules/access/ftp.c:45
-#, fuzzy
-msgid ""
-"Caching value for FTP streams. This value should be set in milliseconds."
-msgstr ""
-"Wijzig de standaard buffer grootte voor FTP streams. Deze waarde wordt in "
-"miliseconden opgegeven."
-
-#: modules/access/ftp.c:47
-msgid "FTP user name"
-msgstr "FTP gebruikersnaam"
-
-#: modules/access/ftp.c:48 modules/access/smb.c:64
-#, fuzzy
-msgid "User name that will be used for the connection."
-msgstr "Wijzig de gebruikersnaam voor de connectie."
+msgid "User name that will be used for the connection."
+msgstr "Wijzig de gebruikersnaam voor de connectie."
 
 #: modules/access/ftp.c:50
 msgid "FTP password"
@@ -6049,397 +6025,158 @@ msgstr "Selecteer altijd de stroom met de maximale bitrate."
 msgid "Microsoft Media Server (MMS) input"
 msgstr "Microsoft Media Server (MMS) invoer"
 
-#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
-msgid "Dummy stream output"
-msgstr "Dummy stream uitvoer"
-
-#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
-msgid "Dummy"
+#: modules/access/pvr.c:49
+#, fuzzy
+msgid ""
+"Default caching value for PVR streams. This value should be set in "
+"milliseconds."
 msgstr ""
+"Wijzig de standaard buffer grootte voor UDP streams. Deze waarde wordt in "
+"millliseconden opgegeven."
 
-#: modules/access_output/file.c:61
-msgid "Append to file"
-msgstr "Voeg toe aan bestand"
+#: modules/access/pvr.c:52
+msgid "Device"
+msgstr "Apparaat"
 
-#: modules/access_output/file.c:62
-msgid "Append to file if it exists instead of replacing it."
+#: modules/access/pvr.c:53
+msgid "PVR video device"
+msgstr "PVR video apparaat"
+
+#: modules/access/pvr.c:55
+#, fuzzy
+msgid "Radio device"
+msgstr "Audio apparaat"
+
+#: modules/access/pvr.c:56
+#, fuzzy
+msgid "PVR radio device"
+msgstr "PVR video apparaat"
+
+#: modules/access/pvr.c:58 modules/access/v4l.c:96
+msgid "Norm"
+msgstr "Standaard"
+
+#: modules/access/pvr.c:59 modules/access/v4l.c:98
+#, fuzzy
+msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
 msgstr ""
-"Voeg toe aan een bestand als het reeds bestaat in plaats van het te "
-"overschrijven."
+"Defineer de video standaard van de videostream (Auto, SECAM, PAL of NTSC)"
 
-#: modules/access_output/file.c:66
-msgid "File stream output"
-msgstr "Bestands stream uitvoer"
+#: modules/access/pvr.c:62 modules/access/v4l.c:102
+#: modules/video_filter/mosaic.c:96
+msgid "Width"
+msgstr "Breedte"
 
-#: modules/access_output/http.c:58
-msgid "Username"
-msgstr "Gebruikersnaam"
+#: modules/access/pvr.c:63
+#, fuzzy
+msgid "Width of the stream to capture (-1 for autodetection)."
+msgstr "Breedte van de op te nemen stream (-1 voor autodetectie)"
 
-#: modules/access_output/http.c:59
+#: modules/access/pvr.c:66 modules/access/v4l.c:105
+#: modules/video_filter/mosaic.c:94
+msgid "Height"
+msgstr "Hoogte"
+
+#: modules/access/pvr.c:67
 #, fuzzy
-msgid "User name that will be requested to access the stream."
-msgstr "De gebruikersnaam die nodig is om de stream op te vragen."
+msgid "Height of the stream to capture (-1 for autodetection)."
+msgstr "Hoogte van de op te nemen stream (-1 voor autodetectie)"
 
-#: modules/access_output/http.c:61 modules/control/telnet.c:81
-msgid "Password"
-msgstr "Wachtwoord"
+#: modules/access/pvr.c:70 modules/access/v4l.c:89
+msgid "Frequency"
+msgstr "Frequentie"
 
-#: modules/access_output/http.c:62
+#: modules/access/pvr.c:71 modules/access/v4l.c:91
 #, fuzzy
-msgid "Password that will be requested to access the stream."
-msgstr "Het wachtwoord dat nodig is om de stream op te vragen."
+msgid "Frequency to capture (in kHz), if applicable."
+msgstr "Breedte van de op te nemen stream (-1 voor autodetectie)"
 
-#: modules/access_output/http.c:66
-msgid "Mime"
-msgstr "MIME"
+#: modules/access/pvr.c:74 modules/access/v4l.c:137
+#, fuzzy
+msgid "Framerate to capture, if applicable (-1 for autodetect)."
+msgstr "Breedte van de op te nemen stream (-1 voor autodetectie)"
 
-#: modules/access_output/http.c:67
-msgid "MIME returned by the server (autodetected if not specified."
-msgstr ""
+#: modules/access/pvr.c:77
+msgid "Key interval"
+msgstr "Keyframe interval"
 
-#: modules/access_output/http.c:71
-msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
-msgstr ""
+#: modules/access/pvr.c:78
+#, fuzzy
+msgid "Interval between keyframes (-1 for autodetect)."
+msgstr "Breedte van de op te nemen stream (-1 voor autodetectie)"
 
-#: modules/access_output/http.c:74
-msgid ""
-"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
-"empty if you don't have one."
+#: modules/access/pvr.c:80
+msgid "B Frames"
 msgstr ""
 
-#: modules/access_output/http.c:78
+#: modules/access/pvr.c:81
 msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used for HTTPS. Leave empty if you don't have one."
+"If this option is set, B-Frames will be used. Use this option to set the "
+"number of B-Frames."
 msgstr ""
 
-#: modules/access_output/http.c:83
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be used for "
-"SSL. Leave empty if you don't have one."
+#: modules/access/pvr.c:85
+msgid "Bitrate to use (-1 for default)."
 msgstr ""
 
-#: modules/access_output/http.c:86
-msgid "Advertise with Bonjour"
-msgstr ""
+#: modules/access/pvr.c:87
+msgid "Bitrate peak"
+msgstr "Bitrate piek"
 
-#: modules/access_output/http.c:87
-msgid "Advertise the stream with the Bonjour protocol."
+#: modules/access/pvr.c:88
+msgid "Peak bitrate in VBR mode."
 msgstr ""
 
-#: modules/access_output/http.c:91
-msgid "HTTP stream output"
-msgstr "HTTP stream uitvoer"
-
-#: modules/access_output/http.c:93 modules/control/http/http.c:61
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
-msgid "HTTP"
-msgstr "HTTP"
-
-#: modules/access_output/shout.c:58
+#: modules/access/pvr.c:91
 #, fuzzy
-msgid "Stream name"
-msgstr "Stream"
+msgid "Bitrate mode)"
+msgstr "Verstoringsmethode"
 
-#: modules/access_output/shout.c:59
-msgid "Name to give to this stream/channel on the shoutcast/icecast server."
+#: modules/access/pvr.c:92
+msgid "Bitrate mode to use (VBR or CBR)."
 msgstr ""
 
-#: modules/access_output/shout.c:62
-#, fuzzy
-msgid "Stream description"
-msgstr "Beschrijving sessie"
+#: modules/access/pvr.c:94
+msgid "Audio bitmask"
+msgstr ""
 
-#: modules/access_output/shout.c:63
-msgid "Description of the stream content or information about your channel."
+#: modules/access/pvr.c:95
+msgid "Bitmask that will get used by the audio part of the card."
 msgstr ""
 
-#: modules/access_output/shout.c:66
-#, fuzzy
-msgid "Stream MP3"
-msgstr "Stream"
+#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
+#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
+msgid "Volume"
+msgstr "Volume"
 
-#: modules/access_output/shout.c:67
-msgid ""
-"You normally have to feed the shoutcast module with Ogg streams. It is also "
-"possible to stream MP3 instead, so you can forward MP3 streams to the "
-"shoutcast/icecast server."
+#: modules/access/pvr.c:99
+msgid "Audio volume (0-65535)."
 msgstr ""
 
-#: modules/access_output/shout.c:76
-#, fuzzy
-msgid "Genre description"
-msgstr "Beschrijving sessie"
+#: modules/access/pvr.c:101 modules/access/v4l.c:92
+msgid "Channel"
+msgstr "Kanaal"
 
-#: modules/access_output/shout.c:77
-msgid "Genre of the content. "
-msgstr ""
+#: modules/access/pvr.c:102
+msgid ""
+"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)"
+msgstr "Te gebruiken kanaal (Meestal 0 = tuner, 1 = composite, 2 = svideo"
 
-#: modules/access_output/shout.c:79
-#, fuzzy
-msgid "URL description"
-msgstr "Beschrijving"
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "Automatic"
+msgstr "Automatisch"
 
-#: modules/access_output/shout.c:80
-msgid "URL with information about the stream or your channel. "
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "SECAM"
 msgstr ""
 
-#: modules/access_output/shout.c:87
-msgid "Bitrate information of the transcoded stream. "
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "PAL"
 msgstr ""
 
-#: modules/access_output/shout.c:89 modules/access/v4l.c:122
-#, fuzzy
-msgid "Samplerate"
-msgstr "Sample rate"
-
-#: modules/access_output/shout.c:90
-msgid "Samplerate information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:92
-#, fuzzy
-msgid "Number of channels"
-msgstr "Aantal klonen"
-
-#: modules/access_output/shout.c:93
-#, fuzzy
-msgid "Number of channels information of the transcoded stream. "
-msgstr "Het aantal threads dat gebruikt wordt voor transcodering."
-
-#: modules/access_output/shout.c:95
-msgid "Ogg Vorbis Quality"
-msgstr ""
-
-#: modules/access_output/shout.c:96
-msgid "Ogg Vorbis Quality information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:98
-#, fuzzy
-msgid "Stream public"
-msgstr "Stream uitvoer"
-
-#: modules/access_output/shout.c:99
-msgid ""
-"Make the server publicly available on the 'Yellow Pages' (directory listing "
-"of streams) on the icecast/shoutcast website. Requires the bitrate "
-"information specified for shoutcast. Requires Ogg streaming for icecast."
-msgstr ""
-
-#: modules/access_output/shout.c:105
-#, fuzzy
-msgid "IceCAST output"
-msgstr "Uitvoer methode"
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:41
-#: modules/demux/live555.cpp:63
-msgid "Caching value (ms)"
-msgstr "Buffergrootte in ms"
-
-#: modules/access_output/udp.c:77
-#, fuzzy
-msgid ""
-"Default caching value for outbound UDP streams. This value should be set in "
-"milliseconds."
-msgstr ""
-"Wijzig de standaard buffer grootte voor UDP streams. Deze waarde wordt in "
-"millliseconden opgegeven."
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
-#: modules/gui/macosx/wizard.m:1848
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
-msgid "Time-To-Live (TTL)"
-msgstr "Time-To-Live (TTL)"
-
-#: modules/access_output/udp.c:81
-#, fuzzy
-msgid "Time-To-Live of the outgoing stream."
-msgstr "De levenstijd van de uitgaande stream."
-
-#: modules/access_output/udp.c:84
-msgid "Group packets"
-msgstr "Groepeer packets"
-
-#: modules/access_output/udp.c:85
-msgid ""
-"Packets can be sent one by one at the right time or by groups. You can "
-"choose the number of packets that will be sent at a time. It helps reducing "
-"the scheduling load on heavily-loaded systems."
-msgstr ""
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr ""
-
-#: modules/access_output/udp.c:91
-msgid ""
-"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 ""
-
-#: modules/access_output/udp.c:97
-msgid "UDP stream output"
-msgstr "UDP stream uitvoer"
-
-#: modules/access_output/udp.c:98
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
-msgid "UDP"
-msgstr "UDP"
-
-#: modules/access/pvr.c:49
-#, fuzzy
-msgid ""
-"Default caching value for PVR streams. This value should be set in "
-"milliseconds."
-msgstr ""
-"Wijzig de standaard buffer grootte voor UDP streams. Deze waarde wordt in "
-"millliseconden opgegeven."
-
-#: modules/access/pvr.c:52
-msgid "Device"
-msgstr "Apparaat"
-
-#: modules/access/pvr.c:53
-msgid "PVR video device"
-msgstr "PVR video apparaat"
-
-#: modules/access/pvr.c:55
-#, fuzzy
-msgid "Radio device"
-msgstr "Audio apparaat"
-
-#: modules/access/pvr.c:56
-#, fuzzy
-msgid "PVR radio device"
-msgstr "PVR video apparaat"
-
-#: modules/access/pvr.c:58 modules/access/v4l.c:96
-msgid "Norm"
-msgstr "Standaard"
-
-#: modules/access/pvr.c:59 modules/access/v4l.c:98
-#, fuzzy
-msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
-msgstr ""
-"Defineer de video standaard van de videostream (Auto, SECAM, PAL of NTSC)"
-
-#: modules/access/pvr.c:62 modules/access/v4l.c:102
-#: modules/video_filter/mosaic.c:96
-msgid "Width"
-msgstr "Breedte"
-
-#: modules/access/pvr.c:63
-#, fuzzy
-msgid "Width of the stream to capture (-1 for autodetection)."
-msgstr "Breedte van de op te nemen stream (-1 voor autodetectie)"
-
-#: modules/access/pvr.c:66 modules/access/v4l.c:105
-#: modules/video_filter/mosaic.c:94
-msgid "Height"
-msgstr "Hoogte"
-
-#: modules/access/pvr.c:67
-#, fuzzy
-msgid "Height of the stream to capture (-1 for autodetection)."
-msgstr "Hoogte van de op te nemen stream (-1 voor autodetectie)"
-
-#: modules/access/pvr.c:70 modules/access/v4l.c:89
-msgid "Frequency"
-msgstr "Frequentie"
-
-#: modules/access/pvr.c:71 modules/access/v4l.c:91
-#, fuzzy
-msgid "Frequency to capture (in kHz), if applicable."
-msgstr "Breedte van de op te nemen stream (-1 voor autodetectie)"
-
-#: modules/access/pvr.c:74 modules/access/v4l.c:137
-#, fuzzy
-msgid "Framerate to capture, if applicable (-1 for autodetect)."
-msgstr "Breedte van de op te nemen stream (-1 voor autodetectie)"
-
-#: modules/access/pvr.c:77
-msgid "Key interval"
-msgstr "Keyframe interval"
-
-#: modules/access/pvr.c:78
-#, fuzzy
-msgid "Interval between keyframes (-1 for autodetect)."
-msgstr "Breedte van de op te nemen stream (-1 voor autodetectie)"
-
-#: modules/access/pvr.c:80
-msgid "B Frames"
-msgstr ""
-
-#: modules/access/pvr.c:81
-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.c:85
-msgid "Bitrate to use (-1 for default)."
-msgstr ""
-
-#: modules/access/pvr.c:87
-msgid "Bitrate peak"
-msgstr "Bitrate piek"
-
-#: modules/access/pvr.c:88
-msgid "Peak bitrate in VBR mode."
-msgstr ""
-
-#: modules/access/pvr.c:91
-#, fuzzy
-msgid "Bitrate mode)"
-msgstr "Verstoringsmethode"
-
-#: modules/access/pvr.c:92
-msgid "Bitrate mode to use (VBR or CBR)."
-msgstr ""
-
-#: modules/access/pvr.c:94
-msgid "Audio bitmask"
-msgstr ""
-
-#: modules/access/pvr.c:95
-msgid "Bitmask that will get used by the audio part of the card."
-msgstr ""
-
-#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
-msgid "Volume"
-msgstr "Volume"
-
-#: modules/access/pvr.c:99
-msgid "Audio volume (0-65535)."
-msgstr ""
-
-#: modules/access/pvr.c:101 modules/access/v4l.c:92
-msgid "Channel"
-msgstr "Kanaal"
-
-#: modules/access/pvr.c:102
-msgid ""
-"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)"
-msgstr "Te gebruiken kanaal (Meestal 0 = tuner, 1 = composite, 2 = svideo"
-
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "Automatic"
-msgstr "Automatisch"
-
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "SECAM"
-msgstr ""
-
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "PAL"
-msgstr ""
-
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "NTSC"
-msgstr "NTSC"
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "NTSC"
+msgstr "NTSC"
 
 #: modules/access/pvr.c:111
 msgid "vbr"
@@ -6458,6 +6195,11 @@ msgstr "PVR"
 msgid "IVTV MPEG Encoding cards input"
 msgstr "MPEG Encodeer kaarten invoer (met ivtv drivers)"
 
+#: modules/access/rtsp/access.c:41 modules/access_output/udp.c:75
+#: modules/demux/live555.cpp:63
+msgid "Caching value (ms)"
+msgstr "Buffergrootte in ms"
+
 #: modules/access/rtsp/access.c:43
 #, fuzzy
 msgid ""
@@ -6617,37 +6359,7 @@ msgstr "UDP/RTP"
 msgid "UDP/RTP input"
 msgstr "UDP/RTP invoer"
 
-#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
-#: modules/gui/wxwidgets/dialogs/open.cpp:723
-msgid "Device name"
-msgstr "Apparaat naam"
-
-#: modules/access/v4l2.c:54
-#, fuzzy
-msgid ""
-"Name of the device to use. If you don't specify anything, /dev/video0 will "
-"be used."
-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/v4l2.c:58
-#, fuzzy
-msgid ""
-"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
-msgstr "Te gebruiken kanaal (Meestal 0 = tuner, 1 = composite, 2 = svideo"
-
-#: modules/access/v4l2.c:63
-#, fuzzy
-msgid "Video4Linux2"
-msgstr "Video4Linux"
-
-#: modules/access/v4l2.c:64
-#, fuzzy
-msgid "Video4Linux2 input"
-msgstr "Video4Linux invoer"
-
-#: modules/access/v4l.c:75
+#: modules/access/v4l.c:75
 #, fuzzy
 msgid ""
 "Caching value for V4L captures. This value should be set in milliseconds."
@@ -6757,6 +6469,11 @@ msgstr "Tuner:"
 msgid "Tuner to use, if there are several ones."
 msgstr ""
 
+#: modules/access/v4l.c:122 modules/access_output/shout.c:89
+#, fuzzy
+msgid "Samplerate"
+msgstr "Sample rate"
+
 #: modules/access/v4l.c:124
 msgid ""
 "Samplerate of the captured audio stream, in Hz (eg: 11025, 22050, 44100)"
@@ -6802,6 +6519,36 @@ msgstr "Video4Linux"
 msgid "Video4Linux input"
 msgstr "Video4Linux invoer"
 
+#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
+#: modules/gui/wxwidgets/dialogs/open.cpp:723
+msgid "Device name"
+msgstr "Apparaat naam"
+
+#: modules/access/v4l2.c:54
+#, fuzzy
+msgid ""
+"Name of the device to use. If you don't specify anything, /dev/video0 will "
+"be used."
+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/v4l2.c:58
+#, fuzzy
+msgid ""
+"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
+msgstr "Te gebruiken kanaal (Meestal 0 = tuner, 1 = composite, 2 = svideo"
+
+#: modules/access/v4l2.c:63
+#, fuzzy
+msgid "Video4Linux2"
+msgstr "Video4Linux"
+
+#: modules/access/v4l2.c:64
+#, fuzzy
+msgid "Video4Linux2 input"
+msgstr "Video4Linux invoer"
+
 #: modules/access/vcd/vcd.c:42
 #, fuzzy
 msgid "Caching value for VCDs. This value should be set in milliseconds."
@@ -6892,110 +6639,385 @@ msgstr "Onderdeel"
 msgid "First Entry Point"
 msgstr "Eerste begin punt"
 
-#: modules/access/vcdx/info.c:126
-msgid "Last Entry Point"
-msgstr "Laatste begin punt"
+#: modules/access/vcdx/info.c:126
+msgid "Last Entry Point"
+msgstr "Laatste begin punt"
+
+#: modules/access/vcdx/info.c:127
+msgid "Track size (in sectors)"
+msgstr ""
+
+#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
+#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
+#, fuzzy
+msgid "type"
+msgstr "Type"
+
+#: modules/access/vcdx/info.c:139
+#, fuzzy
+msgid "end"
+msgstr "Blend"
+
+#: modules/access/vcdx/info.c:142
+#, fuzzy
+msgid "play list"
+msgstr "afspeellijst"
+
+#: modules/access/vcdx/info.c:153
+#, fuzzy
+msgid "extended selection list"
+msgstr "Uitgebreide opties"
+
+#: modules/access/vcdx/info.c:154
+#, fuzzy
+msgid "selection list"
+msgstr "Selectie"
+
+#: modules/access/vcdx/info.c:166
+#, fuzzy
+msgid "unknown type"
+msgstr "Onbekende video"
+
+#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
+#: modules/access/vcdx/info.c:316
+msgid "List ID"
+msgstr "Lijst ID"
+
+#: modules/access/vcdx/vcd.c:95
+msgid "(Super) Video CD"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:96
+msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+msgstr "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) invoer"
+
+#: modules/access/vcdx/vcd.c:97
+msgid "vcdx://[device-or-file][@{P,S,T}num]"
+msgstr "vcdx://[apparaat-of-bestand][@{P,S,T}num]"
+
+#: modules/access/vcdx/vcd.c:106
+msgid "If nonzero, this gives additional debug information."
+msgstr "Indien niet nul, dan geeft dit aanvullende debug informatie."
+
+#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+msgid "Number of CD blocks to get in a single read."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:116
+msgid "Use playback control?"
+msgstr "Afspeel controle gebruiken?"
+
+#: modules/access/vcdx/vcd.c:117
+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."
+
+#: modules/access/vcdx/vcd.c:123
+msgid "Use track length as maximum unit in seek?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:124
+msgid ""
+"If set, the length of the seek bar is the track rather than the length of an "
+"entry."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:129
+msgid "Show extended VCD info?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:130
+msgid ""
+"Show the maximum amount of information under Stream and Media Info. Shows "
+"for example playback control navigation."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:137
+#, fuzzy
+msgid "Format to use in the playlist's \"author\" field."
+msgstr "Formaat zoals gebruikt in het afspeellijst \"auteur\" veld"
+
+#: modules/access/vcdx/vcd.c:143
+#, fuzzy
+msgid "Format to use in the playlist's \"title\" field."
+msgstr "Formaat gebruikt in afspeellijst \"titel\" veld"
+
+#: modules/access_filter/record.c:43
+#, fuzzy
+msgid "Record directory"
+msgstr "Bronmap"
+
+#: modules/access_filter/record.c:45
+#, fuzzy
+msgid "Directory where the record will be stored."
+msgstr "De levenstijd (TTL) van de uitgaande stream."
+
+#: modules/access_filter/timeshift.c:44
+#, fuzzy
+msgid "Timeshift granularity"
+msgstr "Start positie"
+
+#: modules/access_filter/timeshift.c:46
+#, fuzzy
+msgid ""
+"This is the size of the temporary files tha will be used to store the "
+"timeshifted streams."
+msgstr "Videofilters worden gebruikt om het beeld te bewerken"
+
+#: modules/access_filter/timeshift.c:48
+#, fuzzy
+msgid "Timeshift directory"
+msgstr "Video snapshot bestandsmap"
+
+#: modules/access_filter/timeshift.c:49
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:51
+msgid "Force use of the timeshift module"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52
+msgid ""
+"Force use of the timeshift module even if the access declares that it can "
+"control pace or pause."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
+#, fuzzy
+msgid "Timeshift"
+msgstr "Start positie"
+
+#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
+msgid "Dummy stream output"
+msgstr "Dummy stream uitvoer"
+
+#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
+msgid "Dummy"
+msgstr ""
+
+#: modules/access_output/file.c:61
+msgid "Append to file"
+msgstr "Voeg toe aan bestand"
+
+#: modules/access_output/file.c:62
+msgid "Append to file if it exists instead of replacing it."
+msgstr ""
+"Voeg toe aan een bestand als het reeds bestaat in plaats van het te "
+"overschrijven."
+
+#: modules/access_output/file.c:66
+msgid "File stream output"
+msgstr "Bestands stream uitvoer"
+
+#: modules/access_output/http.c:58
+msgid "Username"
+msgstr "Gebruikersnaam"
+
+#: modules/access_output/http.c:59
+#, fuzzy
+msgid "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:61 modules/control/telnet.c:81
+msgid "Password"
+msgstr "Wachtwoord"
+
+#: modules/access_output/http.c:62
+#, fuzzy
+msgid "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:66
+msgid "Mime"
+msgstr "MIME"
+
+#: modules/access_output/http.c:67
+msgid "MIME returned by the server (autodetected if not specified."
+msgstr ""
+
+#: modules/access_output/http.c:71
+msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
+msgstr ""
+
+#: modules/access_output/http.c:74
+msgid ""
+"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
+"empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:78
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used for HTTPS. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:83
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be used for "
+"SSL. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:86
+msgid "Advertise with Bonjour"
+msgstr ""
+
+#: modules/access_output/http.c:87
+msgid "Advertise the stream with the Bonjour protocol."
+msgstr ""
+
+#: modules/access_output/http.c:91
+msgid "HTTP stream output"
+msgstr "HTTP stream uitvoer"
+
+#: modules/access_output/http.c:93 modules/control/http/http.c:61
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
+msgstr "HTTP"
+
+#: modules/access_output/shout.c:58
+#, fuzzy
+msgid "Stream name"
+msgstr "Stream"
 
-#: modules/access/vcdx/info.c:127
-msgid "Track size (in sectors)"
+#: modules/access_output/shout.c:59
+msgid "Name to give to this stream/channel on the shoutcast/icecast server."
 msgstr ""
 
-#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
-#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
+#: modules/access_output/shout.c:62
 #, fuzzy
-msgid "type"
-msgstr "Type"
+msgid "Stream description"
+msgstr "Beschrijving sessie"
 
-#: modules/access/vcdx/info.c:139
-#, fuzzy
-msgid "end"
-msgstr "Blend"
+#: modules/access_output/shout.c:63
+msgid "Description of the stream content or information about your channel."
+msgstr ""
 
-#: modules/access/vcdx/info.c:142
+#: modules/access_output/shout.c:66
 #, fuzzy
-msgid "play list"
-msgstr "afspeellijst"
+msgid "Stream MP3"
+msgstr "Stream"
 
-#: modules/access/vcdx/info.c:153
-#, fuzzy
-msgid "extended selection list"
-msgstr "Uitgebreide opties"
+#: modules/access_output/shout.c:67
+msgid ""
+"You normally have to feed the shoutcast module with Ogg streams. It is also "
+"possible to stream MP3 instead, so you can forward MP3 streams to the "
+"shoutcast/icecast server."
+msgstr ""
 
-#: modules/access/vcdx/info.c:154
+#: modules/access_output/shout.c:76
 #, fuzzy
-msgid "selection list"
-msgstr "Selectie"
+msgid "Genre description"
+msgstr "Beschrijving sessie"
 
-#: modules/access/vcdx/info.c:166
+#: modules/access_output/shout.c:77
+msgid "Genre of the content. "
+msgstr ""
+
+#: modules/access_output/shout.c:79
 #, fuzzy
-msgid "unknown type"
-msgstr "Onbekende video"
+msgid "URL description"
+msgstr "Beschrijving"
 
-#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
-#: modules/access/vcdx/info.c:316
-msgid "List ID"
-msgstr "Lijst ID"
+#: modules/access_output/shout.c:80
+msgid "URL with information about the stream or your channel. "
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:95
-msgid "(Super) Video CD"
+#: modules/access_output/shout.c:87
+msgid "Bitrate information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:96
-msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
-msgstr "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) invoer"
+#: modules/access_output/shout.c:90
+msgid "Samplerate information of the transcoded stream. "
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:97
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
-msgstr "vcdx://[apparaat-of-bestand][@{P,S,T}num]"
+#: modules/access_output/shout.c:92
+#, fuzzy
+msgid "Number of channels"
+msgstr "Aantal klonen"
 
-#: modules/access/vcdx/vcd.c:106
-msgid "If nonzero, this gives additional debug information."
-msgstr "Indien niet nul, dan geeft dit aanvullende debug informatie."
+#: modules/access_output/shout.c:93
+#, fuzzy
+msgid "Number of channels information of the transcoded stream. "
+msgstr "Het aantal threads dat gebruikt wordt voor transcodering."
 
-#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
-msgid "Number of CD blocks to get in a single read."
+#: modules/access_output/shout.c:95
+msgid "Ogg Vorbis Quality"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
-msgstr "Afspeel controle gebruiken?"
+#: modules/access_output/shout.c:96
+msgid "Ogg Vorbis Quality information of the transcoded stream. "
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/shout.c:98
+#, fuzzy
+msgid "Stream public"
+msgstr "Stream uitvoer"
+
+#: modules/access_output/shout.c:99
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Make the server publicly available on the 'Yellow Pages' (directory listing "
+"of streams) on the icecast/shoutcast website. Requires the bitrate "
+"information specified for shoutcast. Requires Ogg streaming for icecast."
 msgstr ""
-"Gebruik VCD playback control indien gewenst, anders speel de tracks af."
 
-#: modules/access/vcdx/vcd.c:123
-msgid "Use track length as maximum unit in seek?"
+#: modules/access_output/shout.c:105
+#, fuzzy
+msgid "IceCAST output"
+msgstr "Uitvoer methode"
+
+#: modules/access_output/udp.c:77
+#, fuzzy
+msgid ""
+"Default caching value for outbound UDP streams. This value should be set in "
+"milliseconds."
 msgstr ""
+"Wijzig de standaard buffer grootte voor UDP streams. Deze waarde wordt in "
+"millliseconden opgegeven."
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
+#: modules/gui/macosx/wizard.m:1848
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
+msgid "Time-To-Live (TTL)"
+msgstr "Time-To-Live (TTL)"
+
+#: modules/access_output/udp.c:81
+#, fuzzy
+msgid "Time-To-Live of the outgoing stream."
+msgstr "De levenstijd van de uitgaande stream."
+
+#: modules/access_output/udp.c:84
+msgid "Group packets"
+msgstr "Groepeer packets"
+
+#: modules/access_output/udp.c:85
 msgid ""
-"If set, the length of the seek bar is the track rather than the length of an "
-"entry."
+"Packets can be sent one by one at the right time or by groups. You can "
+"choose the number of packets that will be sent at a time. It helps reducing "
+"the scheduling load on heavily-loaded systems."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:129
-msgid "Show extended VCD info?"
+#: modules/access_output/udp.c:90
+msgid "Raw write"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:130
+#: modules/access_output/udp.c:91
 msgid ""
-"Show the maximum amount of information under Stream and Media Info. Shows "
-"for example playback control navigation."
+"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 ""
 
-#: modules/access/vcdx/vcd.c:137
-#, fuzzy
-msgid "Format to use in the playlist's \"author\" field."
-msgstr "Formaat zoals gebruikt in het afspeellijst \"auteur\" veld"
+#: modules/access_output/udp.c:97
+msgid "UDP stream output"
+msgstr "UDP stream uitvoer"
 
-#: modules/access/vcdx/vcd.c:143
-#, fuzzy
-msgid "Format to use in the playlist's \"title\" field."
-msgstr "Formaat gebruikt in afspeellijst \"titel\" veld"
+#: modules/access_output/udp.c:98
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
+msgid "UDP"
+msgstr "UDP"
 
 #: modules/audio_filter/channel_mixer/dolby.c:47
 msgid "Simple decoder for Dolby Surround encoded streams"
@@ -9444,46 +9466,46 @@ msgstr "Voorzieningen"
 msgid "Windows Service interface"
 msgstr "Windows Service interface"
 
-#: modules/control/rc.c:154
+#: modules/control/rc.c:156
 msgid "Show stream position"
 msgstr "Laat stream positie zien"
 
-#: modules/control/rc.c:155
+#: modules/control/rc.c:157
 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:158
+#: modules/control/rc.c:160
 msgid "Fake TTY"
 msgstr "Simuleer TTY"
 
-#: modules/control/rc.c:159
+#: modules/control/rc.c:161
 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:161
+#: modules/control/rc.c:163
 msgid "UNIX socket command input"
 msgstr "Socket bedieningsmodule"
 
-#: modules/control/rc.c:162
+#: modules/control/rc.c:164
 msgid "Accept commands over a Unix socket rather than stdin."
 msgstr "Accepteer commando's over een BSD socket"
 
-#: modules/control/rc.c:165
+#: modules/control/rc.c:167
 msgid "TCP command input"
 msgstr "TCP bedieningsmodule"
 
-#: modules/control/rc.c:166
+#: modules/control/rc.c:168
 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:170 modules/misc/dummy/dummy.c:49
+#: modules/control/rc.c:172 modules/misc/dummy/dummy.c:49
 msgid "Do not open a DOS command box interface"
 msgstr "Open geen dos commando box interface"
 
-#: modules/control/rc.c:172
+#: modules/control/rc.c:174
 msgid ""
 "By default the rc interface plugin will start a DOS command box. Enabling "
 "the quiet mode will not bring this command box but can also be pretty "
@@ -9493,363 +9515,363 @@ msgstr ""
 "van de stille mode creeert deze box niet, maar kan ook behoorlijk vervelend "
 "zijn als je VLC wil stoppen en er geen videowindow beschikbaar is."
 
-#: modules/control/rc.c:179
+#: modules/control/rc.c:181
 #, fuzzy
 msgid "RC"
 msgstr "nl"
 
-#: modules/control/rc.c:182
+#: modules/control/rc.c:184
 msgid "Remote control interface"
 msgstr "Afstandsbediening interface"
 
-#: modules/control/rc.c:323
+#: modules/control/rc.c:325
 #, fuzzy
 msgid "Remote control interface initialized. Type `help' for help."
 msgstr "Afstandsbediening interface geinitialiseerd, `h' voor help\n"
 
-#: modules/control/rc.c:848
+#: modules/control/rc.c:850
 #, c-format
 msgid "Unknown command `%s'. Type `help' for help."
 msgstr ""
 
-#: modules/control/rc.c:881
+#: modules/control/rc.c:883
 msgid "+----[ Remote control commands ]"
 msgstr ""
 
-#: modules/control/rc.c:883
+#: modules/control/rc.c:885
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist"
 msgstr ""
 
-#: modules/control/rc.c:884
+#: modules/control/rc.c:886
 msgid "| enqueue XYZ  . . . . . . . queue XYZ to playlist"
 msgstr ""
 
-#: modules/control/rc.c:885
+#: modules/control/rc.c:887
 msgid "| playlist . . .  show items currently in playlist"
 msgstr ""
 
-#: modules/control/rc.c:886
+#: modules/control/rc.c:888
 msgid "| play . . . . . . . . . . . . . . . . play stream"
 msgstr ""
 
-#: modules/control/rc.c:887
+#: modules/control/rc.c:889
 msgid "| stop . . . . . . . . . . . . . . . . stop stream"
 msgstr ""
 
-#: modules/control/rc.c:888
+#: modules/control/rc.c:890
 msgid "| next . . . . . . . . . . . .  next playlist item"
 msgstr ""
 
-#: modules/control/rc.c:889
+#: modules/control/rc.c:891
 msgid "| prev . . . . . . . . . .  previous playlist item"
 msgstr ""
 
-#: modules/control/rc.c:890
+#: modules/control/rc.c:892
 msgid "| goto . . . . . . . . . . . .  goto item at index"
 msgstr ""
 
-#: modules/control/rc.c:891
+#: modules/control/rc.c:893
 msgid "| clear . . . . . . . . . . .   clear the playlist"
 msgstr ""
 
-#: modules/control/rc.c:892
+#: modules/control/rc.c:894
 msgid "| status . . . . . . . . . current playlist status"
 msgstr ""
 
-#: modules/control/rc.c:893
+#: modules/control/rc.c:895
 msgid "| title [X]  . . . . set/get title in current item"
 msgstr ""
 
-#: modules/control/rc.c:894
+#: modules/control/rc.c:896
 msgid "| title_n  . . . . . .  next title in current item"
 msgstr ""
 
-#: modules/control/rc.c:895
+#: modules/control/rc.c:897
 msgid "| title_p  . . . .  previous title in current item"
 msgstr ""
 
-#: modules/control/rc.c:896
+#: modules/control/rc.c:898
 msgid "| chapter [X]  . . set/get chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:897
+#: modules/control/rc.c:899
 msgid "| chapter_n  . . . .  next chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:898
+#: modules/control/rc.c:900
 msgid "| chapter_p  . .  previous chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:900
+#: modules/control/rc.c:902
 msgid "| seek X . seek in seconds, for instance `seek 12'"
 msgstr ""
 
-#: modules/control/rc.c:901
+#: modules/control/rc.c:903
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause"
 msgstr ""
 
-#: modules/control/rc.c:902
+#: modules/control/rc.c:904
 msgid "| fastforward  . . . . . .  .  set to maximum rate"
 msgstr ""
 
-#: modules/control/rc.c:903
+#: modules/control/rc.c:905
 msgid "| rewind  . . . . . . . . . .  set to minimum rate"
 msgstr ""
 
-#: modules/control/rc.c:904
+#: modules/control/rc.c:906
 msgid "| faster . . . . . . . .  faster playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:905
+#: modules/control/rc.c:907
 msgid "| slower . . . . . . . .  slower playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:906
+#: modules/control/rc.c:908
 msgid "| normal . . . . . . . .  normal playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:907
+#: modules/control/rc.c:909
 msgid "| f [on|off] . . . . . . . . . . toggle fullscreen"
 msgstr ""
 
-#: modules/control/rc.c:908
+#: modules/control/rc.c:910
 msgid "| info . . .  information about the current stream"
 msgstr ""
 
-#: modules/control/rc.c:909
+#: modules/control/rc.c:911
 msgid "| get_time . . seconds elapsed since stream's beginning"
 msgstr ""
 
-#: modules/control/rc.c:910
+#: modules/control/rc.c:912
 msgid "| is_playing . .  1 if a stream plays, 0 otherwise"
 msgstr ""
 
-#: modules/control/rc.c:911
+#: modules/control/rc.c:913
 msgid "| get_title . . .  the title of the current stream"
 msgstr ""
 
-#: modules/control/rc.c:912
+#: modules/control/rc.c:914
 msgid "| get_length . .  the length of the current stream"
 msgstr ""
 
-#: modules/control/rc.c:914
+#: modules/control/rc.c:916
 msgid "| volume [X] . . . . . . . .  set/get audio volume"
 msgstr ""
 
-#: modules/control/rc.c:915
+#: modules/control/rc.c:917
 msgid "| volup [X]  . . . . .  raise audio volume X steps"
 msgstr ""
 
-#: modules/control/rc.c:916
+#: modules/control/rc.c:918
 msgid "| voldown [X]  . . . .  lower audio volume X steps"
 msgstr ""
 
-#: modules/control/rc.c:917
+#: modules/control/rc.c:919
 msgid "| adev [X] . . . . . . . . .  set/get audio device"
 msgstr ""
 
-#: modules/control/rc.c:918
+#: modules/control/rc.c:920
 msgid "| achan [X]. . . . . . . .  set/get audio channels"
 msgstr ""
 
-#: modules/control/rc.c:919
+#: modules/control/rc.c:921
 msgid "| atrack [X] . . . . . . . . . set/get audio track"
 msgstr ""
 
-#: modules/control/rc.c:920
+#: modules/control/rc.c:922
 msgid "| vtrack [X] . . . . . . . . . set/get video track"
 msgstr ""
 
-#: modules/control/rc.c:921
+#: modules/control/rc.c:923
 msgid "| strack [X] . . . . . . . set/get subtitles track"
 msgstr ""
 
-#: modules/control/rc.c:922
+#: modules/control/rc.c:924
 msgid "| menu [on|off|up|down|left|right|select] use menu"
 msgstr ""
 
-#: modules/control/rc.c:927
+#: modules/control/rc.c:929
 msgid "| marq-marquee STRING  . . overlay STRING in video"
 msgstr ""
 
-#: modules/control/rc.c:928
+#: modules/control/rc.c:930
 msgid "| marq-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:929
+#: modules/control/rc.c:931
 msgid "| marq-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:930
+#: modules/control/rc.c:932
 msgid "| marq-position #. . .  .relative position control"
 msgstr ""
 
-#: modules/control/rc.c:931
+#: modules/control/rc.c:933
 msgid "| marq-color # . . . . . . . . . . font color, RGB"
 msgstr ""
 
-#: modules/control/rc.c:932
+#: modules/control/rc.c:934
 msgid "| marq-opacity # . . . . . . . . . . . . . opacity"
 msgstr ""
 
-#: modules/control/rc.c:933
+#: modules/control/rc.c:935
 msgid "| marq-timeout T. . . . . . . . . . timeout, in ms"
 msgstr ""
 
-#: modules/control/rc.c:934
+#: modules/control/rc.c:936
 msgid "| marq-size # . . . . . . . . font size, in pixels"
 msgstr ""
 
-#: modules/control/rc.c:936
+#: modules/control/rc.c:938
 msgid "| time-format STRING . . . overlay STRING in video"
 msgstr ""
 
-#: modules/control/rc.c:937
+#: modules/control/rc.c:939
 msgid "| time-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:938
+#: modules/control/rc.c:940
 msgid "| time-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:939
+#: modules/control/rc.c:941
 msgid "| time-position #. . . . . . . . relative position"
 msgstr ""
 
-#: modules/control/rc.c:940
+#: modules/control/rc.c:942
 msgid "| time-color # . . . . . . . . . . font color, RGB"
 msgstr ""
 
-#: modules/control/rc.c:941
+#: modules/control/rc.c:943
 msgid "| time-opacity # . . . . . . . . . . . . . opacity"
 msgstr ""
 
-#: modules/control/rc.c:942
+#: modules/control/rc.c:944
 msgid "| time-size # . . . . . . . . font size, in pixels"
 msgstr ""
 
-#: modules/control/rc.c:944
+#: modules/control/rc.c:946
 msgid "| logo-file STRING . . .the overlay file path/name"
 msgstr ""
 
-#: modules/control/rc.c:945
+#: modules/control/rc.c:947
 msgid "| logo-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:946
+#: modules/control/rc.c:948
 msgid "| logo-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:947
+#: modules/control/rc.c:949
 msgid "| logo-position #. . . . . . . . relative position"
 msgstr ""
 
-#: modules/control/rc.c:948
+#: modules/control/rc.c:950
 msgid "| logo-transparency #. . . . . . . . .transparency"
 msgstr ""
 
-#: modules/control/rc.c:950
+#: modules/control/rc.c:952
 msgid "| mosaic-alpha # . . . . . . . . . . . . . . alpha"
 msgstr ""
 
-#: modules/control/rc.c:951
+#: modules/control/rc.c:953
 msgid "| mosaic-height #. . . . . . . . . . . . . .height"
 msgstr ""
 
-#: modules/control/rc.c:952
+#: modules/control/rc.c:954
 msgid "| mosaic-width # . . . . . . . . . . . . . . width"
 msgstr ""
 
-#: modules/control/rc.c:953
+#: modules/control/rc.c:955
 msgid "| mosaic-xoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:954
+#: modules/control/rc.c:956
 msgid "| mosaic-yoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:955
+#: modules/control/rc.c:957
 msgid "| mosaic-align 0..2,4..6,8..10. . .mosaic alignment"
 msgstr ""
 
-#: modules/control/rc.c:956
+#: modules/control/rc.c:958
 msgid "| mosaic-vborder # . . . . . . . . vertical border"
 msgstr ""
 
-#: modules/control/rc.c:957
+#: modules/control/rc.c:959
 msgid "| mosaic-hborder # . . . . . . . horizontal border"
 msgstr ""
 
-#: modules/control/rc.c:958
+#: modules/control/rc.c:960
 msgid "| mosaic-position {0=auto,1=fixed} . . . .position"
 msgstr ""
 
-#: modules/control/rc.c:959
+#: modules/control/rc.c:961
 msgid "| mosaic-rows #. . . . . . . . . . .number of rows"
 msgstr ""
 
-#: modules/control/rc.c:960
+#: modules/control/rc.c:962
 msgid "| mosaic-cols #. . . . . . . . . . .number of cols"
 msgstr ""
 
-#: modules/control/rc.c:961
+#: modules/control/rc.c:963
 msgid "| mosaic-order id(,id)* . . . . order of pictures "
 msgstr ""
 
-#: modules/control/rc.c:962
+#: modules/control/rc.c:964
 msgid "| mosaic-keep-aspect-ratio {0,1} . . .aspect ratio"
 msgstr ""
 
-#: modules/control/rc.c:964
+#: modules/control/rc.c:966
 msgid ""
 "| check-updates [newer] [equal] [older]\n"
 "|               [undef] [info] [source] [binary] [plugin]"
 msgstr ""
 
-#: modules/control/rc.c:968
+#: modules/control/rc.c:970
 msgid "| help . . . . . . . . . . . . . this help message"
 msgstr ""
 
-#: modules/control/rc.c:969
+#: modules/control/rc.c:971
 msgid "| longhelp . . . . . . . . . a longer help message"
 msgstr ""
 
-#: modules/control/rc.c:970
+#: modules/control/rc.c:972
 msgid "| logout . . . . .  exit (if in socket connection)"
 msgstr ""
 
-#: modules/control/rc.c:971
+#: modules/control/rc.c:973
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc"
 msgstr ""
 
-#: modules/control/rc.c:973
+#: modules/control/rc.c:975
 msgid "+----[ end of help ]"
 msgstr ""
 
-#: modules/control/rc.c:1080
+#: modules/control/rc.c:1082
 #, fuzzy
 msgid "Press menu select or pause to continue."
 msgstr ""
 "\n"
 "Druk op RETURN om verder te gaan...\n"
 
-#: modules/control/rc.c:1324 modules/control/rc.c:1809
-#: modules/control/rc.c:1879 modules/control/rc.c:1928
-#: modules/control/rc.c:2027
+#: modules/control/rc.c:1326 modules/control/rc.c:1811
+#: modules/control/rc.c:1881 modules/control/rc.c:1930
+#: modules/control/rc.c:2029
 #, fuzzy
 msgid "Type 'menu select' or 'pause' to continue."
 msgstr ""
 "\n"
 "Druk op RETURN om verder te gaan...\n"
 
-#: modules/control/rc.c:1461
+#: modules/control/rc.c:1463
 #, fuzzy
 msgid "Type 'pause' to continue."
 msgstr ""
 "\n"
 "Druk op RETURN om verder te gaan...\n"
 
-#: modules/control/rc.c:2012 modules/control/rc.c:2051
+#: modules/control/rc.c:2014 modules/control/rc.c:2053
 msgid "Please provide one of the following parameters:"
 msgstr ""
 
@@ -9987,6 +10009,7 @@ msgstr ""
 #: modules/gui/macosx/interaction.m:135 modules/gui/macosx/open.m:158
 #: modules/gui/macosx/playlistinfo.m:60 modules/gui/macosx/prefs.m:122
 #: modules/gui/macosx/prefs.m:142 modules/gui/macosx/wizard.m:363
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:88
 msgid "Cancel"
 msgstr "Annuleer"
 
@@ -10951,8 +10974,8 @@ msgstr "Ook bestanden van alle onderliggende mappen openen?"
 #: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:440
 #: modules/gui/macosx/open.m:634 modules/gui/macosx/open.m:738
 #: modules/gui/macosx/open.m:784 modules/gui/wxwidgets/interface.cpp:675
-#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:348
-#: modules/gui/wxwidgets/menus.cpp:404
+#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:349
+#: modules/gui/wxwidgets/menus.cpp:405
 msgid "Open"
 msgstr "Open"
 
@@ -10964,7 +10987,7 @@ msgstr "Voorkeuren"
 
 #: modules/gui/beos/InterfaceWindow.cpp:237
 #: modules/gui/beos/InterfaceWindow.cpp:328 modules/gui/macosx/intf.m:503
-#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:35
+#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:41
 #: modules/gui/wxwidgets/dialogs/messages.cpp:47
 msgid "Messages"
 msgstr "Berichten"
@@ -11117,6 +11140,7 @@ msgstr "Pas Toe"
 
 #: modules/gui/beos/PreferencesWindow.cpp:254 modules/gui/macosx/output.m:526
 #: modules/gui/macosx/playlist.m:704 modules/gui/macosx/prefs.m:121
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:87
 msgid "Save"
 msgstr "Opslaan"
 
@@ -11239,7 +11263,7 @@ msgstr "Geen invoer gevonden"
 msgid "The stream must be playing or paused for bookmarks to work."
 msgstr ""
 
-#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:735
+#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:741
 #, fuzzy
 msgid "Jump To Time"
 msgstr "Ga naar: "
@@ -11258,64 +11282,64 @@ msgstr "Ga naar: "
 msgid "Random On"
 msgstr "Shuffle Aan"
 
-#: modules/gui/macosx/controls.m:167
+#: modules/gui/macosx/controls.m:168
 msgid "Random Off"
 msgstr "Shuffle Uit"
 
-#: modules/gui/macosx/controls.m:195 modules/gui/macosx/controls.m:719
+#: modules/gui/macosx/controls.m:197 modules/gui/macosx/controls.m:725
 #: modules/gui/macosx/intf.m:543 modules/gui/macosx/playlist.m:453
 #: modules/gui/macosx/playlist.m:1167
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:54
 msgid "Repeat One"
 msgstr "Herhaal Een"
 
-#: modules/gui/macosx/controls.m:199 modules/gui/macosx/controls.m:231
+#: modules/gui/macosx/controls.m:202 modules/gui/macosx/controls.m:236
 #: modules/gui/macosx/playlist.m:1186
 msgid "Repeat Off"
 msgstr "Herhaal Uit"
 
-#: modules/gui/macosx/controls.m:227 modules/gui/macosx/controls.m:726
+#: modules/gui/macosx/controls.m:231 modules/gui/macosx/controls.m:732
 #: modules/gui/macosx/intf.m:544 modules/gui/macosx/playlist.m:454
 #: modules/gui/macosx/playlist.m:1175
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:53
 msgid "Repeat All"
 msgstr "Alles Herhalen"
 
-#: modules/gui/macosx/controls.m:308 modules/gui/macosx/controls.m:749
+#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
 #: modules/gui/macosx/intf.m:569
 msgid "Half Size"
 msgstr "Halve Grootte"
 
-#: modules/gui/macosx/controls.m:310 modules/gui/macosx/controls.m:750
+#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:756
 #: modules/gui/macosx/intf.m:570
 msgid "Normal Size"
 msgstr "Normale Grootte"
 
-#: modules/gui/macosx/controls.m:312 modules/gui/macosx/controls.m:751
+#: modules/gui/macosx/controls.m:318 modules/gui/macosx/controls.m:757
 #: modules/gui/macosx/intf.m:571
 msgid "Double Size"
 msgstr "Dubbele Grootte"
 
-#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
-#: modules/gui/macosx/controls.m:766 modules/gui/macosx/intf.m:574
+#: modules/gui/macosx/controls.m:320 modules/gui/macosx/controls.m:761
+#: modules/gui/macosx/controls.m:772 modules/gui/macosx/intf.m:574
 msgid "Float on Top"
 msgstr "Altijd Boven"
 
-#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:752
+#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:758
 #: modules/gui/macosx/intf.m:572
 msgid "Fit to Screen"
 msgstr "Vul Scherm"
 
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:542
+#: modules/gui/macosx/controls.m:718 modules/gui/macosx/intf.m:542
 #: modules/gui/macosx/playlist.m:447
 msgid "Random"
 msgstr "Shuffle"
 
-#: modules/gui/macosx/controls.m:733 modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/controls.m:739 modules/gui/macosx/intf.m:545
 msgid "Step Forward"
 msgstr "Stap Vooruit"
 
-#: modules/gui/macosx/controls.m:734 modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/controls.m:740 modules/gui/macosx/intf.m:546
 msgid "Step Backward"
 msgstr "Stap Terug"
 
@@ -11334,7 +11358,7 @@ msgstr "Snel Vooruit"
 #: modules/gui/pda/pda_interface.c:251 modules/gui/wxwidgets/interface.cpp:678
 #: modules/gui/wxwidgets/interface.cpp:689
 #: modules/gui/wxwidgets/interface.cpp:1210
-#: modules/gui/wxwidgets/menus.cpp:265 modules/visualization/xosd.c:242
+#: modules/gui/wxwidgets/menus.cpp:266 modules/visualization/xosd.c:242
 msgid "Pause"
 msgstr "Pauze"
 
@@ -11554,7 +11578,7 @@ msgstr "VLC - Bedieningspaneel"
 
 #: modules/gui/macosx/intf.m:488 modules/gui/macosx/intf.m:999
 #: modules/gui/macosx/intf.m:1321 modules/gui/pda/pda_interface.c:212
-#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:52
+#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:54
 msgid "VLC media player"
 msgstr "VLC media speler"
 
@@ -12008,82 +12032,6 @@ msgstr "SDP URL"
 msgid "Save File"
 msgstr "Bewaar Bestand"
 
-#: modules/gui/macosx/playlistinfo.m:56
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
-msgid "URI"
-msgstr "URI"
-
-#: modules/gui/macosx/playlistinfo.m:63
-#, fuzzy
-msgid "Advanced Information"
-msgstr "Geavanceerde opties"
-
-#: modules/gui/macosx/playlistinfo.m:81
-msgid "Read at media"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:82
-#, fuzzy
-msgid "Input bitrate"
-msgstr "Sout stream"
-
-#: modules/gui/macosx/playlistinfo.m:83
-#, fuzzy
-msgid "Demuxed"
-msgstr "Demuxers"
-
-#: modules/gui/macosx/playlistinfo.m:84
-#, fuzzy
-msgid "Stream bitrate"
-msgstr "Maximale codering bitrate"
-
-#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
-#, fuzzy
-msgid "Decoded blocks"
-msgstr "Decoders"
-
-#: modules/gui/macosx/playlistinfo.m:88
-#, fuzzy
-msgid "Displayed frames"
-msgstr "Frames overslaan"
-
-#: modules/gui/macosx/playlistinfo.m:89
-#, fuzzy
-msgid "Lost frames"
-msgstr "Gebruik keyframes"
-
-#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
-#: modules/video_filter/deinterlace.c:137
-#, fuzzy
-msgid "Streaming"
-msgstr "Stream"
-
-#: modules/gui/macosx/playlistinfo.m:92
-#, fuzzy
-msgid "Sent packets"
-msgstr "Groepeer packets"
-
-#: modules/gui/macosx/playlistinfo.m:93
-msgid "Sent bytes"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:94
-#, fuzzy
-msgid "Send rate"
-msgstr "Sample rate"
-
-#: modules/gui/macosx/playlistinfo.m:98
-#, fuzzy
-msgid "Played buffers"
-msgstr "Speel Sneller"
-
-#: modules/gui/macosx/playlistinfo.m:99
-msgid "Lost buffers"
-msgstr ""
-
 #: modules/gui/macosx/playlist.m:434
 msgid "Save Playlist..."
 msgstr "Bewaar Afspeellijst..."
@@ -12174,6 +12122,82 @@ msgstr "Voer de naam in voor de nieuwe groep"
 msgid "Empty Folder"
 msgstr ""
 
+#: modules/gui/macosx/playlistinfo.m:56
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
+msgid "URI"
+msgstr "URI"
+
+#: modules/gui/macosx/playlistinfo.m:63
+#, fuzzy
+msgid "Advanced Information"
+msgstr "Geavanceerde opties"
+
+#: modules/gui/macosx/playlistinfo.m:81
+msgid "Read at media"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:82
+#, fuzzy
+msgid "Input bitrate"
+msgstr "Sout stream"
+
+#: modules/gui/macosx/playlistinfo.m:83
+#, fuzzy
+msgid "Demuxed"
+msgstr "Demuxers"
+
+#: modules/gui/macosx/playlistinfo.m:84
+#, fuzzy
+msgid "Stream bitrate"
+msgstr "Maximale codering bitrate"
+
+#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
+#, fuzzy
+msgid "Decoded blocks"
+msgstr "Decoders"
+
+#: modules/gui/macosx/playlistinfo.m:88
+#, fuzzy
+msgid "Displayed frames"
+msgstr "Frames overslaan"
+
+#: modules/gui/macosx/playlistinfo.m:89
+#, fuzzy
+msgid "Lost frames"
+msgstr "Gebruik keyframes"
+
+#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
+#: modules/video_filter/deinterlace.c:137
+#, fuzzy
+msgid "Streaming"
+msgstr "Stream"
+
+#: modules/gui/macosx/playlistinfo.m:92
+#, fuzzy
+msgid "Sent packets"
+msgstr "Groepeer packets"
+
+#: modules/gui/macosx/playlistinfo.m:93
+msgid "Sent bytes"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:94
+#, fuzzy
+msgid "Send rate"
+msgstr "Sample rate"
+
+#: modules/gui/macosx/playlistinfo.m:98
+#, fuzzy
+msgid "Played buffers"
+msgstr "Speel Sneller"
+
+#: modules/gui/macosx/playlistinfo.m:99
+msgid "Lost buffers"
+msgstr ""
+
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:213
 msgid "Reset All"
@@ -13425,11 +13449,22 @@ msgstr "Pixmap bestand niet gevonden: %s"
 msgid "QNX RTOS video and audio output"
 msgstr "QNX RTOS video en audio uitvoer"
 
+#: modules/gui/qt4/dialogs/errors.cpp:37
+#, fuzzy
+msgid "Errors"
+msgstr "Fout"
+
 #: modules/gui/qt4/dialogs/streaminfo.cpp:35
 #, fuzzy
 msgid "Stream information"
 msgstr "Metadata"
 
+#: modules/gui/qt4/dialogs_provider.cpp:235
+#: modules/gui/qt4/dialogs_provider.cpp:246
+#, fuzzy
+msgid "Open directory"
+msgstr "Open &Bestand...\tCtrl-F"
+
 #: modules/gui/qt4/qt4.cpp:45
 #, fuzzy
 msgid "QT interface"
@@ -13615,6 +13650,11 @@ msgstr "wxWindows interface module"
 msgid "WinCE dialogs provider"
 msgstr "wxWindows dialoog voorziening"
 
+#: modules/gui/wxwidgets/dialogs.cpp:433
+#: modules/gui/wxwidgets/dialogs/open.cpp:1265
+msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
+msgstr ""
+
 #: modules/gui/wxwidgets/dialogs/bookmarks.cpp:75
 msgid "Edit bookmark"
 msgstr "Wijzig bladwijzer"
@@ -13679,26 +13719,6 @@ msgstr ""
 msgid "Input has changed "
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs.cpp:433
-#: modules/gui/wxwidgets/dialogs/open.cpp:1265
-msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:435
-#: modules/gui/wxwidgets/dialogs/open.cpp:1267
-msgid "|Video Files (*.avi, *.mpg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:436
-#: modules/gui/wxwidgets/dialogs/open.cpp:1268
-msgid "|Playlist Files (*.m3u, *.pls, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:437
-#: modules/gui/wxwidgets/dialogs/open.cpp:1269
-msgid "|Subtitle Files (*.srt, *.sub, etc.)|"
-msgstr ""
-
 #: modules/gui/wxwidgets/dialogs/fileinfo.cpp:54
 #, fuzzy
 msgid "Stream and Media Info"
@@ -14259,11 +14279,6 @@ msgstr "Uitvoer URL"
 msgid "Loop"
 msgstr "Herhaal Alles"
 
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:415
-#, fuzzy
-msgid "Create"
-msgstr "Framerate"
-
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:560
 #, fuzzy
 msgid "VLM stream"
@@ -14339,11 +14354,6 @@ msgid ""
 "about it."
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
-#, fuzzy
-msgid "Transcode audio (if available)"
-msgstr "Transcodeer audio"
-
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:135
 msgid ""
 "Select the target audio codec. Choose a codec to display more information "
@@ -14411,6 +14421,11 @@ msgstr "Meer informatie"
 msgid "Save to file"
 msgstr "Bewaar bestand"
 
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
+#, fuzzy
+msgid "Transcode audio (if available)"
+msgstr "Transcodeer audio"
+
 #: modules/gui/wxwidgets/extrapanel.cpp:41
 msgid ""
 "Controls the blending of equalizer bands. The higher this value is, the more "
@@ -14707,7 +14722,7 @@ msgstr "Berichten..."
 msgid "&Preferences..."
 msgstr "&Voorkeuren..."
 
-#: modules/gui/wxwidgets/menus.cpp:572 modules/gui/wxwidgets/menus.cpp:599
+#: modules/gui/wxwidgets/menus.cpp:573 modules/gui/wxwidgets/menus.cpp:600
 msgid "Empty"
 msgstr "Leeg"
 
@@ -15238,10 +15253,6 @@ msgstr "Uitvoer naar bestand"
 msgid "Output data for RRDTool in this file."
 msgstr ""
 
-#: modules/misc/memcpy/memcpyaltivec.c:56
-msgid "AltiVec memcpy"
-msgstr "AltiVec memcpy"
-
 #: modules/misc/memcpy/memcpy.c:83
 msgid "libc memcpy"
 msgstr "libc memcpy"
@@ -15258,6 +15269,10 @@ msgstr "MMX memcpy"
 msgid "MMX EXT memcpy"
 msgstr "MMX EXT memcpy"
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr "AltiVec memcpy"
+
 #: modules/misc/msn.c:64
 msgid "MSN Title format string"
 msgstr ""
@@ -16751,13 +16766,6 @@ msgstr "MMX I420,IYUV,YV12 to RV15,RV16,RV24,RV32 conversies"
 msgid "Conversions from "
 msgstr "Conversies van "
 
-#: 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 " naar "
-
 #: 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 "
@@ -18487,8 +18495,11 @@ msgid "XOSD interface"
 msgstr "XOSD interface"
 
 #, fuzzy
-#~ msgid "Errors"
-#~ msgstr "Fout"
+#~ msgid "Create"
+#~ msgstr "Framerate"
+
+#~ msgid " to "
+#~ msgstr " naar "
 
 #, fuzzy
 #~ msgid "Yes"
diff --git a/po/oc.po b/po/oc.po
index b8ec9b1c237405108d3a7557bff09984903dcf05..1c2de6ebca222e1207bc7ef636a940f2d5d528a8 100644
--- a/po/oc.po
+++ b/po/oc.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: vlc 0.8.5-svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-31 15:10+0400\n"
+"POT-Creation-Date: 2006-09-04 11:13+0200\n"
 "PO-Revision-Date: 2005-12-25 17:59+0100\n"
 "Last-Translator: laurent jonqueres <laurent_jonqueres@yahoo.fr>\n"
 "Language-Team: Occitan\n"
@@ -15,6 +15,18 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: include/vlc/vlc.h:576
+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"
+"see the file named COPYING for details.\n"
+"Written by the VideoLAN team; see the AUTHORS file.\n"
+msgstr ""
+"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"
+"see the file named COPYING for details.\n"
+"Written by the VideoLAN team; see the AUTHORS file.\n"
+
 #: include/vlc_config_cat.h:32
 msgid "VLC preferences"
 msgstr "Preférencias VLC"
@@ -69,7 +81,7 @@ msgstr "Paramètres intefàcia VLC"
 msgid "Hotkeys settings"
 msgstr "Paramètres acòrchas"
 
-#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1209
+#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1217
 #: modules/gui/beos/InterfaceWindow.cpp:282 modules/gui/macosx/extended.m:81
 #: modules/gui/macosx/intf.m:555 modules/gui/macosx/output.m:170
 #: modules/gui/macosx/playlistinfo.m:96 modules/gui/macosx/wizard.m:421
@@ -114,9 +126,9 @@ msgstr "Sortida"
 msgid "These are general settings for audio output modules."
 msgstr "Paramètres generals per lo module de sortida audio."
 
-#: include/vlc_config_cat.h:71 src/libvlc.h:1553
+#: include/vlc_config_cat.h:71 src/libvlc.h:1563
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:578
-#: modules/gui/wxwidgets/menus.cpp:279 modules/stream_out/transcode.c:285
+#: modules/gui/wxwidgets/menus.cpp:280 modules/stream_out/transcode.c:285
 msgid "Miscellaneous"
 msgstr "Divèrs"
 
@@ -125,7 +137,7 @@ msgstr "Divèrs"
 msgid "Miscellaneous audio settings and modules."
 msgstr "Paramètres divèrses audio e modulis"
 
-#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1244
+#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1252
 #: modules/gui/macosx/extended.m:80 modules/gui/macosx/intf.m:568
 #: modules/gui/macosx/output.m:160 modules/gui/macosx/playlistinfo.m:86
 #: modules/gui/macosx/wizard.m:422
@@ -244,7 +256,7 @@ msgstr "Paramètres per codificacion audio e video"
 msgid "General input settings. Use with care."
 msgstr "Paramètres generals d'intrada."
 
-#: include/vlc_config_cat.h:135 src/libvlc.h:1483
+#: include/vlc_config_cat.h:135 src/libvlc.h:1493
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:152
 msgid "Stream output"
 msgstr "Sortida flus"
@@ -333,8 +345,8 @@ msgstr "VOD"
 msgid "VLC's implementation of Video On Demand"
 msgstr ""
 
-#: include/vlc_config_cat.h:186 src/libvlc.h:1608 src/playlist/engine.c:79
-#: src/playlist/engine.c:81 modules/demux/playlist/playlist.c:56
+#: include/vlc_config_cat.h:186 src/libvlc.h:1618 src/playlist/engine.c:91
+#: src/playlist/engine.c:93 modules/demux/playlist/playlist.c:56
 #: modules/demux/playlist/playlist.c:57
 #: modules/gui/beos/InterfaceWindow.cpp:231
 #: modules/gui/beos/InterfaceWindow.cpp:325 modules/gui/macosx/intf.m:500
@@ -366,7 +378,7 @@ msgid ""
 "playlist."
 msgstr ""
 
-#: include/vlc_config_cat.h:197 src/libvlc.h:1444
+#: include/vlc_config_cat.h:197 src/libvlc.h:1454
 #: modules/gui/macosx/prefs.m:124
 msgid "Advanced"
 msgstr "Avançat"
@@ -482,7 +494,7 @@ msgstr ""
 #: modules/gui/wxwidgets/interface.cpp:677
 #: modules/gui/wxwidgets/interface.cpp:688
 #: modules/gui/wxwidgets/interface.cpp:1216
-#: modules/gui/wxwidgets/menus.cpp:263 modules/gui/wxwidgets/menus.cpp:274
+#: modules/gui/wxwidgets/menus.cpp:264 modules/gui/wxwidgets/menus.cpp:275
 msgid "Play"
 msgstr "Legir"
 
@@ -500,8 +512,8 @@ msgid "Delete"
 msgstr "Suprimir"
 
 #: include/vlc_intf_strings.h:37 modules/gui/macosx/intf.m:599
-#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlistinfo.m:55
-#: modules/gui/macosx/playlistinfo.m:363 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/playlistinfo.m:55 modules/gui/macosx/playlistinfo.m:363
 #, fuzzy
 msgid "Information"
 msgstr "Mai d'Opcions"
@@ -536,8 +548,8 @@ msgstr ""
 msgid "Title"
 msgstr "Titol"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:58
-#: modules/gui/macosx/playlist.m:130 modules/gui/macosx/wizard.m:393
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:130
+#: modules/gui/macosx/playlistinfo.m:58 modules/gui/macosx/wizard.m:393
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:50
 msgid "Author"
 msgstr "Autor"
@@ -609,18 +621,6 @@ msgstr "Nom del codec"
 msgid "Codec Description"
 msgstr "Descripcion del codec"
 
-#: include/vlc/vlc.h:576
-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"
-"see the file named COPYING for details.\n"
-"Written by the VideoLAN team; see the AUTHORS file.\n"
-msgstr ""
-"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"
-"see the file named COPYING for details.\n"
-"Written by the VideoLAN team; see the AUTHORS file.\n"
-
 #: src/audio_output/filters.c:154 src/audio_output/filters.c:201
 #: src/audio_output/filters.c:224
 #, fuzzy
@@ -634,7 +634,7 @@ msgid "The maximum number of filters (%d) was reached."
 msgstr ""
 
 #: src/audio_output/input.c:80 src/audio_output/input.c:126
-#: src/input/es_out.c:361 src/libvlc.h:417 src/video_output/video_output.c:421
+#: src/input/es_out.c:361 src/libvlc.h:421 src/video_output/video_output.c:421
 #: modules/codec/ffmpeg/postprocess.c:94
 msgid "Disable"
 msgstr "Desactivat"
@@ -782,13 +782,14 @@ msgid "VLC could not open the decoder module."
 msgstr ""
 
 #: src/input/decoder.c:136
-msgid "No suitable decoder module for FOURCC \"4.4s\" found"
+msgid "No suitable decoder module for format"
 msgstr ""
 
 #: src/input/decoder.c:137
+#, c-format
 msgid ""
-"VLC probably does not support this audio or video format. Regrettably, there "
-"is no way for you to fix this."
+"VLC probably does not support the “%4.4s” audio or video format. "
+"Unfortunately there is no way for you to fix this."
 msgstr ""
 
 #: src/input/es_out.c:383 src/input/es_out.c:385 src/input/es_out.c:391
@@ -799,7 +800,7 @@ msgid "Track %i"
 msgstr "Camin %i"
 
 #: src/input/es_out.c:465 src/input/es_out.c:467 src/input/es_out.c:567
-#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:443
+#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:447
 #: modules/gui/macosx/intf.m:548 modules/gui/macosx/intf.m:549
 msgid "Program"
 msgstr "Programa"
@@ -838,8 +839,8 @@ msgstr "%d Hz"
 msgid "Bits per sample"
 msgstr ""
 
-#: src/input/es_out.c:1605 modules/access_output/shout.c:86
-#: modules/access/pvr.c:84
+#: src/input/es_out.c:1605 modules/access/pvr.c:84
+#: modules/access_output/shout.c:86
 msgid "Bitrate"
 msgstr ""
 
@@ -891,7 +892,7 @@ msgstr ""
 msgid "Bookmark"
 msgstr "Favorit"
 
-#: src/input/var.c:131 src/libvlc.h:449
+#: src/input/var.c:131 src/libvlc.h:453
 msgid "Programs"
 msgstr "Programas"
 
@@ -1557,123 +1558,133 @@ msgid ""
 msgstr ""
 
 #: src/libvlc.h:278
-msgid "Fullscreen video output"
+#, fuzzy
+msgid "Embedded video"
 msgstr "Sortida video plen finestron"
 
 #: src/libvlc.h:280
+#, fuzzy
+msgid "Embed the video output in the main interface."
+msgstr "Paramètres intefàcia VLC"
+
+#: src/libvlc.h:282
+msgid "Fullscreen video output"
+msgstr "Sortida video plen finestron"
+
+#: src/libvlc.h:284
 msgid "Start video in fullscreen mode"
 msgstr ""
 
-#: src/libvlc.h:282
+#: src/libvlc.h:286
 msgid "Overlay video output"
 msgstr "Sortida video Overlay"
 
-#: src/libvlc.h:284
+#: src/libvlc.h:288
 msgid ""
 "Overlay is the hardware acceleration capability of your video card (ability "
 "to render video directly). VLC will try to use it by default."
 msgstr ""
 
-#: src/libvlc.h:287 src/video_output/vout_intf.c:399
+#: src/libvlc.h:291 src/video_output/vout_intf.c:399
 msgid "Always on top"
 msgstr "Totjorn davant"
 
-#: src/libvlc.h:289
+#: src/libvlc.h:293
 msgid "Always place the video window on top of other windows."
 msgstr ""
 
-#: src/libvlc.h:291
+#: src/libvlc.h:295
 msgid "Disable screensaver"
 msgstr "Desactivar screensaver"
 
-#: src/libvlc.h:292
+#: src/libvlc.h:296
 msgid "Disable the screensaver during video playback."
 msgstr "Desactivar estalvi de finestron"
 
-#: src/libvlc.h:294
+#: src/libvlc.h:298
 msgid "Window decorations"
 msgstr ""
 
-#: src/libvlc.h:296
+#: src/libvlc.h:300
 msgid ""
 "VLC can avoid creating window caption, frames, etc... around the video, "
 "giving a \"minimal\" window."
 msgstr ""
 
-#: src/libvlc.h:299
+#: src/libvlc.h:303
 #, fuzzy
 msgid "Video output filter module"
 msgstr "Module de filtre video"
 
-#: src/libvlc.h:301
+#: src/libvlc.h:305
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
 "instance deinterlacing, or to clone or distort the video window."
 msgstr ""
 
-#: src/libvlc.h:305
+#: src/libvlc.h:309
 msgid "Video filter module"
 msgstr "Module de filtre video"
 
-#: src/libvlc.h:307
+#: src/libvlc.h:311
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
 "instance deinterlacing, or distortthe video."
 msgstr ""
 
-#: src/libvlc.h:311
+#: src/libvlc.h:315
 #, fuzzy
 msgid "Video snapshot directory (or filename)"
 msgstr "Repertòri per captura video"
 
-#: src/libvlc.h:313
+#: src/libvlc.h:317
 msgid "Directory where the video snapshots will be stored."
 msgstr ""
 
-#: src/libvlc.h:315 src/libvlc.h:317
+#: src/libvlc.h:319 src/libvlc.h:321
 #, fuzzy
 msgid "Video snapshot file prefix"
 msgstr "Format de captura video"
 
-#: src/libvlc.h:319
+#: src/libvlc.h:323
 msgid "Video snapshot format"
 msgstr "Format de captura video"
 
-#: src/libvlc.h:321
+#: src/libvlc.h:325
 msgid "Image format which will be used to store the video snapshots"
 msgstr ""
 
-#: src/libvlc.h:323
+#: src/libvlc.h:327
 msgid "Display video snapshot preview"
 msgstr ""
 
-#: src/libvlc.h:325
+#: src/libvlc.h:329
 msgid "Display the snapshot preview in the screen's top-left corner."
 msgstr ""
 
-#: src/libvlc.h:327
+#: src/libvlc.h:331
 msgid "Use sequential numbers instead of timestamps"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:333
 msgid "Use sequential numbers instead of timestamps for snapshot numbering"
 msgstr ""
 
-#: src/libvlc.h:331
+#: src/libvlc.h:335
 msgid "Video cropping"
 msgstr ""
 
-#: src/libvlc.h:333
+#: src/libvlc.h:337
 msgid ""
 "This forces the cropping of the source video. Accepted formats are x:y (4:3, "
 "16:9, etc.) expressing the global image aspect."
 msgstr ""
 
-#: src/libvlc.h:337
+#: src/libvlc.h:341
 msgid "Source aspect ratio"
 msgstr ""
 
-#: src/libvlc.h:339
+#: src/libvlc.h:343
 msgid ""
 "This forces 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 "
@@ -1682,124 +1693,124 @@ msgid ""
 "(1.25, 1.3333, etc.) expressing pixel squareness."
 msgstr ""
 
-#: src/libvlc.h:346
+#: src/libvlc.h:350
 msgid "Custom crop ratios list"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:352
 msgid ""
 "Comma seperated list of crop ratios which will be added in the interface's "
 "crop ratios list."
 msgstr ""
 
-#: src/libvlc.h:351
+#: src/libvlc.h:355
 #, fuzzy
 msgid "Custom aspect ratios list"
 msgstr "Lista radio Shoutcast"
 
-#: src/libvlc.h:353
+#: src/libvlc.h:357
 msgid ""
 "Comma seperated list of aspect ratios which will be added in the interface's "
 "aspect ratio list."
 msgstr ""
 
-#: src/libvlc.h:356
+#: src/libvlc.h:360
 msgid "Fix HDTV height"
 msgstr ""
 
-#: src/libvlc.h:358
+#: src/libvlc.h:362
 msgid ""
 "This allows proper handling of HDTV-1080 video format even if broken encoder "
 "incorrectly sets height to 1088 lines. You should only disable this option "
 "if your video has a non-standard format requiring all 1088 lines."
 msgstr ""
 
-#: src/libvlc.h:363
+#: src/libvlc.h:367
 msgid "Monitor pixel aspect ratio"
 msgstr ""
 
-#: src/libvlc.h:365
+#: src/libvlc.h:369
 msgid ""
 "This forces the monitor aspect ratio. Most monitors have square pixels "
 "(1:1). If you have a 16:9 screen, you might need to change this to 4:3 in "
 "order to keep proportions."
 msgstr ""
 
-#: src/libvlc.h:370
+#: src/libvlc.h:374
 msgid "Skip frames"
 msgstr ""
 
-#: src/libvlc.h:372
+#: src/libvlc.h:376
 msgid ""
 "This option enables framedropping on MPEG2 stream. Framedropping occurs when "
 "your computer is not powerful enough"
 msgstr ""
 
-#: src/libvlc.h:375
+#: src/libvlc.h:379
 #, fuzzy
 msgid "Drop late frames"
 msgstr "Sautar cap al titol"
 
-#: src/libvlc.h:377
+#: src/libvlc.h:381
 msgid ""
 "This drops frames that are late (arrive to the video output after their "
 "intended display date)."
 msgstr ""
 
-#: src/libvlc.h:380
+#: src/libvlc.h:384
 msgid "Quiet synchro"
 msgstr ""
 
-#: src/libvlc.h:382
+#: src/libvlc.h:386
 msgid ""
 "This avoids flooding the message log with debug output from the video output "
 "synchronization mechanism."
 msgstr ""
 
-#: src/libvlc.h:391
+#: src/libvlc.h:395
 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:396
+#: src/libvlc.h:400
 msgid ""
 "If you live in France, it is not allowed to workaround any Digital "
 "Restrictions Management measure."
 msgstr ""
 
-#: src/libvlc.h:399
+#: src/libvlc.h:403
 msgid "Clock reference average counter"
 msgstr ""
 
-#: src/libvlc.h:401
+#: src/libvlc.h:405
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
 msgstr ""
 
-#: src/libvlc.h:404
+#: src/libvlc.h:408
 msgid "Clock synchronisation"
 msgstr ""
 
-#: src/libvlc.h:406
+#: src/libvlc.h:410
 msgid ""
 "It is possible to disable the input clock synchronisation for real-time "
 "sources. Use this if you experience jerky playback of network streams."
 msgstr ""
 
-#: src/libvlc.h:410 modules/control/netsync.c:71
+#: src/libvlc.h:414 modules/control/netsync.c:71
 msgid "Network synchronisation"
 msgstr ""
 
-#: src/libvlc.h:411
+#: src/libvlc.h:415
 msgid ""
 "This allows you to remotely synchronise clocks for server and client. The "
 "detailed settings are available in Advanced / Network Sync."
 msgstr ""
 
-#: src/libvlc.h:417 src/libvlc.h:964 src/video_output/vout_intf.c:261
+#: src/libvlc.h:421 src/libvlc.h:972 src/video_output/vout_intf.c:261
 #: src/video_output/vout_intf.c:348 modules/access/dshow/dshow.cpp:74
 #: modules/access/dshow/dshow.cpp:76 modules/access/dshow/dshow.cpp:79
 #: modules/access/dshow/dshow.cpp:85 modules/audio_output/alsa.c:102
@@ -1812,7 +1823,7 @@ msgstr ""
 msgid "Default"
 msgstr "Defaut"
 
-#: src/libvlc.h:417 modules/gui/macosx/equalizer.m:145
+#: src/libvlc.h:421 modules/gui/macosx/equalizer.m:145
 #: modules/gui/macosx/extended.m:113 modules/gui/macosx/wizard.m:395
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:633
 #: modules/gui/wxwidgets/extrapanel.cpp:216
@@ -1820,178 +1831,178 @@ msgstr "Defaut"
 msgid "Enable"
 msgstr "Activar"
 
-#: src/libvlc.h:419
+#: src/libvlc.h:423
 msgid "UDP port"
 msgstr "Pòrt UDP"
 
-#: src/libvlc.h:421
+#: src/libvlc.h:425
 msgid "This is the default port used for UDP streams. Default is 1234."
 msgstr ""
 
-#: src/libvlc.h:423
+#: src/libvlc.h:427
 msgid "MTU of the network interface"
 msgstr ""
 
-#: src/libvlc.h:425
+#: src/libvlc.h:429
 msgid ""
 "This is the maximum packet size that can be transmitted over the network "
 "interface. On Ethernet it is usually 1500 bytes."
 msgstr ""
 
-#: src/libvlc.h:428
+#: src/libvlc.h:432
 msgid "Hop limit (TTL)"
 msgstr ""
 
-#: src/libvlc.h:430
+#: src/libvlc.h:434
 msgid ""
 "This is the hop limit (also known as \"Time-To-Live\" or TTL) of the "
 "multicast packets sent by the stream output (0 = use operating system built-"
 "in default)."
 msgstr ""
 
-#: src/libvlc.h:434
+#: src/libvlc.h:438
 msgid "IPv6 multicast output interface"
 msgstr ""
 
-#: src/libvlc.h:436
+#: src/libvlc.h:440
 msgid "Default IPv6 multicast interface. This overrides the routing table."
 msgstr ""
 
-#: src/libvlc.h:438
+#: src/libvlc.h:442
 msgid "IPv4 multicast output interface address"
 msgstr ""
 
-#: src/libvlc.h:440
+#: src/libvlc.h:444
 msgid ""
 "IPv4 adress for the default multicast interface. This overrides the routing "
 "table."
 msgstr ""
 
-#: src/libvlc.h:445
+#: src/libvlc.h:449
 msgid ""
 "Choose the program to select by giving its Service ID. Only use this option "
 "if you want to read a multi-program stream (like DVB streams for example)."
 msgstr ""
 
-#: src/libvlc.h:451
+#: src/libvlc.h:455
 msgid ""
 "Choose the programs to select by giving a comma-separated list of Service "
 "IDs (SIDs). Only use this option if you want to read a multi-program stream "
 "(like DVB streams for example)."
 msgstr ""
 
-#: src/libvlc.h:457 modules/gui/wxwidgets/dialogs/open.cpp:779
+#: src/libvlc.h:461 modules/gui/wxwidgets/dialogs/open.cpp:779
 msgid "Audio track"
 msgstr "Pista audio"
 
-#: src/libvlc.h:459
+#: src/libvlc.h:463
 msgid "Stream number of the audio track to use (from 0 to n)."
 msgstr ""
 
-#: src/libvlc.h:462 modules/gui/wxwidgets/dialogs/open.cpp:771
+#: src/libvlc.h:466 modules/gui/wxwidgets/dialogs/open.cpp:771
 msgid "Subtitles track"
 msgstr "Pista jos-titols"
 
-#: src/libvlc.h:464
+#: src/libvlc.h:468
 msgid "Stream number of the subtitle track to use (from 0 to n)."
 msgstr ""
 
-#: src/libvlc.h:467
+#: src/libvlc.h:471
 msgid "Audio language"
 msgstr "Lenga per l'audio"
 
-#: src/libvlc.h:469
+#: src/libvlc.h:473
 msgid ""
 "Language of the audio track you want to use (comma separated, two or three "
 "letter country code)."
 msgstr ""
 
-#: src/libvlc.h:472
+#: src/libvlc.h:476
 msgid "Subtitle language"
 msgstr "Lenga dels jos-titols"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:478
 msgid ""
 "Language of the subtitle track you want to use (comma separated, two or tree "
 "letter country code)."
 msgstr ""
 
-#: src/libvlc.h:478
+#: src/libvlc.h:482
 #, fuzzy
 msgid "Audio track ID"
 msgstr "Pista audio"
 
-#: src/libvlc.h:480
+#: src/libvlc.h:484
 msgid "Stream ID of the audio track to use."
 msgstr ""
 
-#: src/libvlc.h:482
+#: src/libvlc.h:486
 #, fuzzy
 msgid "Subtitles track ID"
 msgstr "Pista jos-titols"
 
-#: src/libvlc.h:484
+#: src/libvlc.h:488
 msgid "Stream ID of the subtitle track to use."
 msgstr ""
 
-#: src/libvlc.h:486
+#: src/libvlc.h:490
 msgid "Input repetitions"
 msgstr ""
 
-#: src/libvlc.h:488
+#: src/libvlc.h:492
 msgid "Number of time the same input will be repeated"
 msgstr ""
 
-#: src/libvlc.h:490
+#: src/libvlc.h:494
 msgid "Start time"
 msgstr ""
 
-#: src/libvlc.h:492
+#: src/libvlc.h:496
 msgid "The stream will start at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:494
+#: src/libvlc.h:498
 #, fuzzy
 msgid "Stop time"
 msgstr "Arrestat"
 
-#: src/libvlc.h:496
+#: src/libvlc.h:500
 msgid "The stream will stop at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:498
+#: src/libvlc.h:502
 msgid "Input list"
 msgstr ""
 
-#: src/libvlc.h:500
+#: src/libvlc.h:504
 msgid ""
 "You can give a comma-separated list of inputs that will be concatenated "
 "together after the normal one."
 msgstr ""
 
-#: src/libvlc.h:503
+#: src/libvlc.h:507
 msgid "Input slave (experimental)"
 msgstr ""
 
-#: src/libvlc.h:505
+#: src/libvlc.h:509
 msgid ""
 "This allows you to play from several inputs at the same time. This feature "
 "is experimental, not all formats are supported. Use a '#' separated list of "
 "inputs."
 msgstr ""
 
-#: src/libvlc.h:509
+#: src/libvlc.h:513
 msgid "Bookmarks list for a stream"
 msgstr ""
 
-#: src/libvlc.h:511
+#: src/libvlc.h:515
 msgid ""
 "You can manually give a list of bookmarks for a stream in the form "
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
 "{...}\""
 msgstr ""
 
-#: src/libvlc.h:517
+#: src/libvlc.h:521
 msgid ""
 "These options allow you to modify the behavior of the subpictures subsystem. "
 "You can for example enable subpictures filters (logo, etc.). Enable these "
@@ -1999,71 +2010,71 @@ msgid ""
 "section. You can also set many miscellaneous subpictures options."
 msgstr ""
 
-#: src/libvlc.h:523
+#: src/libvlc.h:527
 msgid "Force subtitle position"
 msgstr ""
 
-#: src/libvlc.h:525
+#: src/libvlc.h:529
 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:528
+#: src/libvlc.h:532
 msgid "Enable sub-pictures"
 msgstr ""
 
-#: src/libvlc.h:530
+#: src/libvlc.h:534
 msgid "You can completely disable the sub-picture processing."
 msgstr ""
 
-#: src/libvlc.h:532 src/libvlc.h:1324 src/misc/iso-639_def.h:143
+#: src/libvlc.h:536 src/libvlc.h:1334 src/misc/iso-639_def.h:143
 #: modules/stream_out/transcode.c:281
 msgid "On Screen Display"
 msgstr ""
 
-#: src/libvlc.h:534
+#: src/libvlc.h:538
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
 "Display)."
 msgstr ""
 
-#: src/libvlc.h:537
+#: src/libvlc.h:541
 #, fuzzy
 msgid "Text rendering module"
 msgstr "Aparéncia del tèxte"
 
-#: src/libvlc.h:539
+#: src/libvlc.h:543
 msgid ""
 "VLC normally uses Freetype for rendering, but this allows you to use svg for "
 "instance."
 msgstr ""
 
-#: src/libvlc.h:542
+#: src/libvlc.h:546
 msgid "Subpictures filter module"
 msgstr ""
 
-#: src/libvlc.h:544
+#: src/libvlc.h:548
 msgid ""
 "This adds so-called \"subpicture filters\". These filters overlay some "
 "images or text over the video (like a logo, arbitraty text...)."
 msgstr ""
 
-#: src/libvlc.h:547
+#: src/libvlc.h:551
 msgid "Autodetect subtitle files"
 msgstr ""
 
-#: src/libvlc.h:549
+#: src/libvlc.h:553
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified "
 "(based on the filename of the movie)."
 msgstr ""
 
-#: src/libvlc.h:552
+#: src/libvlc.h:556
 msgid "Subtitle autodetection fuzziness"
 msgstr ""
 
-#: src/libvlc.h:554
+#: src/libvlc.h:558
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -2074,448 +2085,448 @@ msgid ""
 "4 = subtitle file matching the movie name exactly"
 msgstr ""
 
-#: src/libvlc.h:562
+#: src/libvlc.h:566
 msgid "Subtitle autodetection paths"
 msgstr ""
 
-#: src/libvlc.h:564
+#: src/libvlc.h:568
 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:567
+#: src/libvlc.h:571
 msgid "Use subtitle file"
 msgstr "Utilisar fiquièr jos-titol"
 
-#: src/libvlc.h:569
+#: src/libvlc.h:573
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
 msgstr ""
 
-#: src/libvlc.h:572
+#: src/libvlc.h:576
 msgid "DVD device"
 msgstr ""
 
-#: src/libvlc.h:575
+#: src/libvlc.h:579
 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:579
+#: src/libvlc.h:583
 msgid "This is the default DVD device to use."
 msgstr ""
 
-#: src/libvlc.h:582
+#: src/libvlc.h:586
 msgid "VCD device"
 msgstr ""
 
-#: src/libvlc.h:585
+#: src/libvlc.h:589
 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:589
+#: src/libvlc.h:593
 msgid "This is the default VCD device to use."
 msgstr ""
 
-#: src/libvlc.h:592
+#: src/libvlc.h:596
 msgid "Audio CD device"
 msgstr ""
 
-#: src/libvlc.h:595
+#: src/libvlc.h:599
 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:599
+#: src/libvlc.h:603
 msgid "This is the default Audio CD device to use."
 msgstr ""
 
-#: src/libvlc.h:602 modules/gui/wxwidgets/dialogs/open.cpp:841
+#: src/libvlc.h:606 modules/gui/wxwidgets/dialogs/open.cpp:841
 msgid "Force IPv6"
 msgstr "Fòrçar IPv6"
 
-#: src/libvlc.h:604
+#: src/libvlc.h:608
 msgid "IPv6 will be used by default for all connections."
 msgstr ""
 
-#: src/libvlc.h:606
+#: src/libvlc.h:610
 msgid "Force IPv4"
 msgstr "Fòrçar IPv4"
 
-#: src/libvlc.h:608
+#: src/libvlc.h:612
 msgid "IPv4 will be used by default for all connections."
 msgstr ""
 
-#: src/libvlc.h:610
+#: src/libvlc.h:614
 msgid "TCP connection timeout"
 msgstr ""
 
-#: src/libvlc.h:612
+#: src/libvlc.h:616
 #, fuzzy
 msgid "Default TCP connection timeout (in milliseconds). "
 msgstr "Cambiar donadas de Caching (ms)"
 
-#: src/libvlc.h:614
+#: src/libvlc.h:618
 msgid "SOCKS server"
 msgstr ""
 
-#: src/libvlc.h:616
+#: src/libvlc.h:620
 msgid ""
 "SOCKS proxy server to use. This must be of the form address:port. It will be "
 "used for all TCP connections"
 msgstr ""
 
-#: src/libvlc.h:619
+#: src/libvlc.h:623
 msgid "SOCKS user name"
 msgstr ""
 
-#: src/libvlc.h:621
+#: src/libvlc.h:625
 msgid "User name to be used for connection to the SOCKS proxy."
 msgstr ""
 
-#: src/libvlc.h:623
+#: src/libvlc.h:627
 msgid "SOCKS password"
 msgstr ""
 
-#: src/libvlc.h:625
+#: src/libvlc.h:629
 msgid "Password to be used for connection to the SOCKS proxy."
 msgstr ""
 
-#: src/libvlc.h:627
+#: src/libvlc.h:631
 msgid "Title metadata"
 msgstr ""
 
-#: src/libvlc.h:629
+#: src/libvlc.h:633
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:631
+#: src/libvlc.h:635
 msgid "Author metadata"
 msgstr ""
 
-#: src/libvlc.h:633
+#: src/libvlc.h:637
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:635
+#: src/libvlc.h:639
 msgid "Artist metadata"
 msgstr ""
 
-#: src/libvlc.h:637
+#: src/libvlc.h:641
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:639
+#: src/libvlc.h:643
 msgid "Genre metadata"
 msgstr ""
 
-#: src/libvlc.h:641
+#: src/libvlc.h:645
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:643
+#: src/libvlc.h:647
 msgid "Copyright metadata"
 msgstr ""
 
-#: src/libvlc.h:645
+#: src/libvlc.h:649
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:647
+#: src/libvlc.h:651
 msgid "Description metadata"
 msgstr ""
 
-#: src/libvlc.h:649
+#: src/libvlc.h:653
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:651
+#: src/libvlc.h:655
 msgid "Date metadata"
 msgstr ""
 
-#: src/libvlc.h:653
+#: src/libvlc.h:657
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:655
+#: src/libvlc.h:659
 msgid "URL metadata"
 msgstr ""
 
-#: src/libvlc.h:657
+#: src/libvlc.h:661
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:661
+#: src/libvlc.h:665
 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:665
+#: src/libvlc.h:669
 msgid "Preferred decoders list"
 msgstr ""
 
-#: src/libvlc.h:667
+#: src/libvlc.h:671
 msgid ""
 "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. Only advanced "
 "users should alter this option as it can break playback of all your streams."
 msgstr ""
 
-#: src/libvlc.h:672
+#: src/libvlc.h:676
 msgid "Preferred encoders list"
 msgstr ""
 
-#: src/libvlc.h:674
+#: src/libvlc.h:678
 msgid ""
 "This allows you to select a list of encoders that VLC will use in priority."
 msgstr ""
 
-#: src/libvlc.h:683
+#: src/libvlc.h:687
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
 msgstr ""
 
-#: src/libvlc.h:686
+#: src/libvlc.h:690
 msgid "Default stream output chain"
 msgstr ""
 
-#: src/libvlc.h:688
+#: src/libvlc.h:692
 msgid ""
 "You can enter here a default stream output chain. Refer to the documentation "
 "to learn how to build such chains.Warning: this chain will be enabled for "
 "all streams."
 msgstr ""
 
-#: src/libvlc.h:692
+#: src/libvlc.h:696
 msgid "Enable streaming of all ES"
 msgstr ""
 
-#: src/libvlc.h:694
+#: src/libvlc.h:698
 msgid "Stream all elementary streams (video, audio and subtitles)"
 msgstr ""
 
-#: src/libvlc.h:696
+#: src/libvlc.h:700
 msgid "Display while streaming"
 msgstr ""
 
-#: src/libvlc.h:698
+#: src/libvlc.h:702
 msgid "Play locally the stream while streaming it."
 msgstr ""
 
-#: src/libvlc.h:700
+#: src/libvlc.h:704
 msgid "Enable video stream output"
 msgstr ""
 
-#: src/libvlc.h:702
+#: src/libvlc.h:706
 msgid ""
 "Choose whether the video stream should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:705
+#: src/libvlc.h:709
 msgid "Enable audio stream output"
 msgstr ""
 
-#: src/libvlc.h:707
+#: src/libvlc.h:711
 msgid ""
 "Choose whether the audio stream should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:710
+#: src/libvlc.h:714
 #, fuzzy
 msgid "Enable SPU stream output"
 msgstr "Sortida flus"
 
-#: src/libvlc.h:712
+#: src/libvlc.h:716
 msgid ""
 "Choose whether the SPU streams should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:715
+#: src/libvlc.h:719
 msgid "Keep stream output open"
 msgstr ""
 
-#: src/libvlc.h:717
+#: src/libvlc.h:721
 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:721
+#: src/libvlc.h:725
 msgid "Preferred packetizer list"
 msgstr ""
 
-#: src/libvlc.h:723
+#: src/libvlc.h:727
 msgid ""
 "This allows you to select the order in which VLC will choose its packetizers."
 msgstr ""
 
-#: src/libvlc.h:726
+#: src/libvlc.h:730
 msgid "Mux module"
 msgstr ""
 
-#: src/libvlc.h:728
+#: src/libvlc.h:732
 msgid "This is a legacy entry to let you configure mux modules"
 msgstr ""
 
-#: src/libvlc.h:730
+#: src/libvlc.h:734
 msgid "Access output module"
 msgstr ""
 
-#: src/libvlc.h:732
+#: src/libvlc.h:736
 msgid "This is a legacy entry to let you configure access output modules"
 msgstr ""
 
-#: src/libvlc.h:734
+#: src/libvlc.h:738
 msgid "Control SAP flow"
 msgstr ""
 
-#: src/libvlc.h:736
+#: src/libvlc.h:740
 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:740
+#: src/libvlc.h:744
 msgid "SAP announcement interval"
 msgstr ""
 
-#: src/libvlc.h:742
+#: src/libvlc.h:746
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
 "between SAP announcements."
 msgstr ""
 
-#: src/libvlc.h:752
+#: src/libvlc.h:756
 msgid ""
 "These options allow you to enable special CPU optimizations. You should "
 "always leave all these enabled."
 msgstr ""
 
-#: src/libvlc.h:755
+#: src/libvlc.h:759
 msgid "Enable FPU support"
 msgstr ""
 
-#: src/libvlc.h:757
+#: src/libvlc.h:761
 msgid ""
 "If your processor has a floating point calculation unit, VLC can take "
 "advantage of it."
 msgstr ""
 
-#: src/libvlc.h:760
+#: src/libvlc.h:764
 msgid "Enable CPU MMX support"
 msgstr ""
 
-#: src/libvlc.h:762
+#: src/libvlc.h:766
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:765
+#: src/libvlc.h:769
 msgid "Enable CPU 3D Now! support"
 msgstr ""
 
-#: src/libvlc.h:767
+#: src/libvlc.h:771
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:770
+#: src/libvlc.h:774
 msgid "Enable CPU MMX EXT support"
 msgstr ""
 
-#: src/libvlc.h:772
+#: src/libvlc.h:776
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:775
+#: src/libvlc.h:779
 msgid "Enable CPU SSE support"
 msgstr ""
 
-#: src/libvlc.h:777
+#: src/libvlc.h:781
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:780
+#: src/libvlc.h:784
 msgid "Enable CPU SSE2 support"
 msgstr ""
 
-#: src/libvlc.h:782
+#: src/libvlc.h:786
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:785
+#: src/libvlc.h:789
 msgid "Enable CPU AltiVec support"
 msgstr ""
 
-#: src/libvlc.h:787
+#: src/libvlc.h:791
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:792
+#: src/libvlc.h:796
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:795
+#: src/libvlc.h:799
 msgid "Memory copy module"
 msgstr ""
 
-#: src/libvlc.h:797
+#: src/libvlc.h:801
 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:800
+#: src/libvlc.h:804
 msgid "Access module"
 msgstr ""
 
-#: src/libvlc.h:802
+#: src/libvlc.h:806
 msgid ""
 "This allows you to force an access module. You can use it if the correct "
 "access is not automatically detected. You should not set this as a global "
 "option unless you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:806
+#: src/libvlc.h:810
 msgid "Access filter module"
 msgstr ""
 
-#: src/libvlc.h:808
+#: src/libvlc.h:812
 msgid ""
 "Access filters are used to modify the stream that is being read. This is "
 "used for instance for timeshifting."
 msgstr ""
 
-#: src/libvlc.h:811
+#: src/libvlc.h:815
 msgid "Demux module"
 msgstr ""
 
-#: src/libvlc.h:813
+#: src/libvlc.h:817
 msgid ""
 "Demultiplexers are used to separate the \"elementary\" streams (like audio "
 "and video streams). You can use it if the correct demuxer is not "
@@ -2523,11 +2534,11 @@ msgid ""
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:818
+#: src/libvlc.h:822
 msgid "Allow real-time priority"
 msgstr ""
 
-#: src/libvlc.h:820
+#: src/libvlc.h:824
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -2535,96 +2546,96 @@ msgid ""
 "only activate this if you know what you're doing."
 msgstr ""
 
-#: src/libvlc.h:826
+#: src/libvlc.h:830
 msgid "Adjust VLC priority"
 msgstr ""
 
-#: src/libvlc.h:828
+#: src/libvlc.h:832
 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:832
+#: src/libvlc.h:836
 msgid "Minimize number of threads"
 msgstr ""
 
-#: src/libvlc.h:834
+#: src/libvlc.h:838
 msgid "This option minimizes the number of threads needed to run VLC."
 msgstr ""
 
-#: src/libvlc.h:836
+#: src/libvlc.h:840
 msgid "Modules search path"
 msgstr ""
 
-#: src/libvlc.h:838
+#: src/libvlc.h:842
 msgid "Additional path for VLC to look for its modules."
 msgstr ""
 
-#: src/libvlc.h:840
+#: src/libvlc.h:844
 msgid "VLM configuration file"
 msgstr ""
 
-#: src/libvlc.h:842
+#: src/libvlc.h:846
 msgid "Read a VLM configuration file as soon as VLM is started."
 msgstr ""
 
-#: src/libvlc.h:844
+#: src/libvlc.h:848
 msgid "Use a plugins cache"
 msgstr ""
 
-#: src/libvlc.h:846
+#: src/libvlc.h:850
 msgid "Use a plugins cache which will greatly improve the startup time of VLC."
 msgstr ""
 
-#: src/libvlc.h:848
+#: src/libvlc.h:852
 msgid "Collect statistics"
 msgstr ""
 
-#: src/libvlc.h:850
+#: src/libvlc.h:854
 #, fuzzy
 msgid "Collect miscellaneous statistics."
 msgstr " ..."
 
-#: src/libvlc.h:852
+#: src/libvlc.h:856
 msgid "Run as daemon process"
 msgstr ""
 
-#: src/libvlc.h:854
+#: src/libvlc.h:858
 msgid "Runs VLC as a background daemon process."
 msgstr ""
 
-#: src/libvlc.h:856
+#: src/libvlc.h:860
 msgid "Write process id to file"
 msgstr ""
 
-#: src/libvlc.h:858
+#: src/libvlc.h:862
 msgid "Writes process id into specified file."
 msgstr ""
 
-#: src/libvlc.h:860
+#: src/libvlc.h:864
 #, fuzzy
 msgid "Log to file"
 msgstr "Sautar cap al titol"
 
-#: src/libvlc.h:862
+#: src/libvlc.h:866
 msgid "Log all VLC messages to a text file."
 msgstr ""
 
-#: src/libvlc.h:864
+#: src/libvlc.h:868
 msgid "Log to syslog"
 msgstr ""
 
-#: src/libvlc.h:866
+#: src/libvlc.h:870
 msgid "Log all VLC messages to syslog (UNIX systems)."
 msgstr ""
 
-#: src/libvlc.h:868
+#: src/libvlc.h:872
 msgid "Allow only one running instance"
 msgstr ""
 
-#: src/libvlc.h:870
+#: src/libvlc.h:874
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
 "example if you associated VLC with some media types and you don't want a new "
@@ -2633,27 +2644,27 @@ msgid ""
 "running instance or enqueue it."
 msgstr ""
 
-#: src/libvlc.h:876
+#: src/libvlc.h:880
 msgid "VLC is started from file association"
 msgstr ""
 
-#: src/libvlc.h:878
+#: src/libvlc.h:882
 msgid "Tell VLC that it is being launched due to a file association in the OS"
 msgstr ""
 
-#: src/libvlc.h:881
+#: src/libvlc.h:885
 msgid "One instance when started from file"
 msgstr ""
 
-#: src/libvlc.h:883
+#: src/libvlc.h:887
 msgid "Allow only one running instance when started from file."
 msgstr ""
 
-#: src/libvlc.h:885
+#: src/libvlc.h:889
 msgid "Increase the priority of the process"
 msgstr ""
 
-#: src/libvlc.h:887
+#: src/libvlc.h:891
 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 "
@@ -2663,22 +2674,22 @@ msgid ""
 "machine."
 msgstr ""
 
-#: src/libvlc.h:894
+#: src/libvlc.h:898
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr ""
 
-#: src/libvlc.h:896
+#: src/libvlc.h:900
 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:901
+#: src/libvlc.h:905
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr ""
 
-#: src/libvlc.h:904
+#: src/libvlc.h:908
 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 "
@@ -2687,197 +2698,206 @@ msgid ""
 "fastest but slightly incorrect), 1 (default) and 2."
 msgstr ""
 
-#: src/libvlc.h:913
+#: src/libvlc.h:917
 msgid "Enqueue items to playlist when in one instance mode"
 msgstr ""
 
-#: src/libvlc.h:915
+#: src/libvlc.h:919
 msgid ""
 "When using the one instance only option, enqueue items to playlist and keep "
 "playing current item."
 msgstr ""
 
-#: src/libvlc.h:924
+#: src/libvlc.h:928
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
 msgstr ""
 
-#: src/libvlc.h:927
+#: src/libvlc.h:931
 msgid "Automatically preparse files"
 msgstr ""
 
-#: src/libvlc.h:929
+#: src/libvlc.h:933
 msgid ""
 "Automatically preparse files added to the playlist (to retrieve some "
 "metadata)."
 msgstr ""
 
-#: src/libvlc.h:932
+#: src/libvlc.h:936
 msgid "Services discovery modules"
 msgstr ""
 
-#: src/libvlc.h:934
+#: src/libvlc.h:938
 msgid ""
 "Specifies the services discovery modules to load, separated by semi-colons. "
 "Typical values are sap, hal, ..."
 msgstr ""
 
-#: src/libvlc.h:937
+#: src/libvlc.h:941
 msgid "Play files randomly forever"
 msgstr ""
 
-#: src/libvlc.h:939
+#: src/libvlc.h:943
 msgid "VLC will randomly play files in the playlist until interrupted."
 msgstr ""
 
-#: src/libvlc.h:941
+#: src/libvlc.h:945
 msgid "Repeat all"
 msgstr "Tot repetir"
 
-#: src/libvlc.h:943
+#: src/libvlc.h:947
 msgid "VLC will keep playing the playlist indefinitely."
 msgstr ""
 
-#: src/libvlc.h:945
+#: src/libvlc.h:949
 msgid "Repeat current item"
 msgstr ""
 
-#: src/libvlc.h:947
+#: src/libvlc.h:951
 msgid "VLC will keep playing the current playlist item."
 msgstr ""
 
-#: src/libvlc.h:949
+#: src/libvlc.h:953
 msgid "Play and stop"
 msgstr "Legir e arrestar"
 
-#: src/libvlc.h:951
+#: src/libvlc.h:955
 msgid "Stop the playlist after each played playlist item."
 msgstr ""
 
-#: src/libvlc.h:953
+#: src/libvlc.h:957
+#, fuzzy
+msgid "Play and exit"
+msgstr "Legir e arrestar"
+
+#: src/libvlc.h:959
+msgid "Exit if there are no more items in the playlist."
+msgstr ""
+
+#: src/libvlc.h:961
 #, fuzzy
 msgid "Use media library"
 msgstr "Lector media VLC"
 
-#: src/libvlc.h:955
+#: src/libvlc.h:963
 msgid ""
 "The media library is automatically saved and reloaded each time you start "
 "VLC."
 msgstr ""
 
-#: src/libvlc.h:958
+#: src/libvlc.h:966
 #, fuzzy
 msgid "Use playlist tree"
 msgstr "Fichièr seguent"
 
-#: src/libvlc.h:960
+#: src/libvlc.h:968
 msgid ""
 "The playlist can use a tree to categorize some items, like the contents of a "
 "directory. \"Default\" means that the tree will only be used when really "
 "needed."
 msgstr ""
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Always"
 msgstr "Totjorn davant"
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 msgid "Never"
 msgstr ""
 
-#: src/libvlc.h:973
+#: src/libvlc.h:981
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr ""
 
-#: src/libvlc.h:976 src/video_output/vout_intf.c:408
+#: src/libvlc.h:984 src/video_output/vout_intf.c:408
 #: modules/gui/beos/VideoOutput.cpp:1057 modules/gui/macosx/applescript.m:126
-#: modules/gui/macosx/controls.m:338 modules/gui/macosx/controls.m:754
-#: modules/gui/macosx/controls.m:784 modules/gui/macosx/embeddedwindow.m:44
+#: modules/gui/macosx/controls.m:344 modules/gui/macosx/controls.m:760
+#: modules/gui/macosx/controls.m:790 modules/gui/macosx/embeddedwindow.m:44
 #: modules/gui/macosx/intf.m:497 modules/gui/macosx/intf.m:573
 #: modules/gui/macosx/intf.m:629
 msgid "Fullscreen"
 msgstr "Plen ecran"
 
-#: src/libvlc.h:977
+#: src/libvlc.h:985
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr ""
 
-#: src/libvlc.h:978 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
+#: src/libvlc.h:986 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
 #: modules/gui/wxwidgets/interface.cpp:1504
 msgid "Play/Pause"
 msgstr "Legir/Pausar"
 
-#: src/libvlc.h:979
+#: src/libvlc.h:987
 msgid "Select the hotkey to use to swap paused state."
 msgstr ""
 
-#: src/libvlc.h:980
+#: src/libvlc.h:988
 msgid "Pause only"
 msgstr ""
 
-#: src/libvlc.h:981
+#: src/libvlc.h:989
 msgid "Select the hotkey to use to pause."
 msgstr ""
 
-#: src/libvlc.h:982
+#: src/libvlc.h:990
 msgid "Play only"
 msgstr "Sonque legir"
 
-#: src/libvlc.h:983
+#: src/libvlc.h:991
 msgid "Select the hotkey to use to play."
 msgstr ""
 
-#: src/libvlc.h:984 modules/control/hotkeys.c:713
-#: modules/gui/macosx/controls.m:687 modules/gui/macosx/intf.m:538
+#: src/libvlc.h:992 modules/control/hotkeys.c:713
+#: modules/gui/macosx/controls.m:693 modules/gui/macosx/intf.m:538
 #: modules/gui/wxwidgets/interface.cpp:695
 msgid "Faster"
 msgstr "Mai viste"
 
-#: src/libvlc.h:985
+#: src/libvlc.h:993
 msgid "Select the hotkey to use for fast forward playback."
 msgstr ""
 
-#: src/libvlc.h:986 modules/control/hotkeys.c:721
-#: modules/gui/macosx/controls.m:688 modules/gui/macosx/intf.m:539
+#: src/libvlc.h:994 modules/control/hotkeys.c:721
+#: modules/gui/macosx/controls.m:694 modules/gui/macosx/intf.m:539
 #: modules/gui/wxwidgets/interface.cpp:694
 msgid "Slower"
 msgstr "Mai lent"
 
-#: src/libvlc.h:987
+#: src/libvlc.h:995
 msgid "Select the hotkey to use for slow motion playback."
 msgstr ""
 
-#: src/libvlc.h:988 modules/control/hotkeys.c:680
-#: modules/gui/macosx/controls.m:708 modules/gui/macosx/intf.m:496
+#: src/libvlc.h:996 modules/control/hotkeys.c:680
+#: modules/gui/macosx/controls.m:714 modules/gui/macosx/intf.m:496
 #: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:617
 #: modules/gui/macosx/intf.m:625 modules/gui/macosx/wizard.m:313
 #: modules/gui/macosx/wizard.m:364 modules/gui/macosx/wizard.m:1606
 #: modules/gui/wxwidgets/interface.cpp:693
 #: modules/gui/wxwidgets/interface.cpp:1509
-#: modules/gui/wxwidgets/menus.cpp:258
+#: modules/gui/wxwidgets/menus.cpp:259
 msgid "Next"
 msgstr "Seguent"
 
-#: src/libvlc.h:989
+#: src/libvlc.h:997
 msgid "Select the hotkey to use to skip to the next item in the playlist."
 msgstr ""
 
-#: src/libvlc.h:990 modules/control/hotkeys.c:692
-#: modules/gui/macosx/controls.m:707 modules/gui/macosx/intf.m:491
+#: src/libvlc.h:998 modules/control/hotkeys.c:692
+#: modules/gui/macosx/controls.m:713 modules/gui/macosx/intf.m:491
 #: modules/gui/macosx/intf.m:540 modules/gui/macosx/intf.m:618
 #: modules/gui/macosx/intf.m:624 modules/gui/wxwidgets/interface.cpp:692
 #: modules/gui/wxwidgets/interface.cpp:1508
-#: modules/gui/wxwidgets/menus.cpp:257
+#: modules/gui/wxwidgets/menus.cpp:258
 msgid "Previous"
 msgstr "Precedent"
 
-#: src/libvlc.h:991
+#: src/libvlc.h:999
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
 msgstr ""
 
-#: src/libvlc.h:992 modules/gui/macosx/controls.m:699
+#: src/libvlc.h:1000 modules/gui/macosx/controls.m:705
 #: modules/gui/macosx/intf.m:494 modules/gui/macosx/intf.m:537
 #: modules/gui/macosx/intf.m:616 modules/gui/macosx/intf.m:623
 #: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
@@ -2885,538 +2905,538 @@ msgstr ""
 #: modules/gui/wxwidgets/interface.cpp:676
 #: modules/gui/wxwidgets/interface.cpp:687
 #: modules/gui/wxwidgets/interface.cpp:1510
-#: modules/gui/wxwidgets/menus.cpp:256 modules/visualization/xosd.c:237
+#: modules/gui/wxwidgets/menus.cpp:257 modules/visualization/xosd.c:237
 msgid "Stop"
 msgstr "Arrèst"
 
-#: src/libvlc.h:993
+#: src/libvlc.h:1001
 msgid "Select the hotkey to stop playback."
 msgstr ""
 
-#: src/libvlc.h:994 modules/gui/macosx/bookmarks.m:101
+#: src/libvlc.h:1002 modules/gui/macosx/bookmarks.m:101
 #: modules/gui/macosx/bookmarks.m:110 modules/gui/macosx/embeddedwindow.m:46
 #: modules/gui/macosx/intf.m:499 modules/video_filter/marq.c:122
 #: modules/video_filter/rss.c:174
 msgid "Position"
 msgstr ""
 
-#: src/libvlc.h:995
+#: src/libvlc.h:1003
 msgid "Select the hotkey to display the position."
 msgstr ""
 
-#: src/libvlc.h:997
+#: src/libvlc.h:1005
 msgid "Very short backwards jump"
 msgstr ""
 
-#: src/libvlc.h:999
+#: src/libvlc.h:1007
 msgid "Select the hotkey to make a very short backwards jump."
 msgstr ""
 
-#: src/libvlc.h:1000
+#: src/libvlc.h:1008
 msgid "Short backwards jump"
 msgstr ""
 
-#: src/libvlc.h:1002
+#: src/libvlc.h:1010
 msgid "Select the hotkey to make a short backwards jump."
 msgstr ""
 
-#: src/libvlc.h:1003
+#: src/libvlc.h:1011
 msgid "Medium backwards jump"
 msgstr ""
 
-#: src/libvlc.h:1005
+#: src/libvlc.h:1013
 msgid "Select the hotkey to make a medium backwards jump."
 msgstr ""
 
-#: src/libvlc.h:1006
+#: src/libvlc.h:1014
 msgid "Long backwards jump"
 msgstr ""
 
-#: src/libvlc.h:1008
+#: src/libvlc.h:1016
 msgid "Select the hotkey to make a long backwards jump."
 msgstr ""
 
-#: src/libvlc.h:1010
+#: src/libvlc.h:1018
 msgid "Very short forward jump"
 msgstr ""
 
-#: src/libvlc.h:1012
+#: src/libvlc.h:1020
 msgid "Select the hotkey to make a very short forward jump."
 msgstr ""
 
-#: src/libvlc.h:1013
+#: src/libvlc.h:1021
 msgid "Short forward jump"
 msgstr ""
 
-#: src/libvlc.h:1015
+#: src/libvlc.h:1023
 msgid "Select the hotkey to make a short forward jump."
 msgstr ""
 
-#: src/libvlc.h:1016
+#: src/libvlc.h:1024
 msgid "Medium forward jump"
 msgstr ""
 
-#: src/libvlc.h:1018
+#: src/libvlc.h:1026
 msgid "Select the hotkey to make a medium forward jump."
 msgstr ""
 
-#: src/libvlc.h:1019
+#: src/libvlc.h:1027
 msgid "Long forward jump"
 msgstr ""
 
-#: src/libvlc.h:1021
+#: src/libvlc.h:1029
 msgid "Select the hotkey to make a long forward jump."
 msgstr ""
 
-#: src/libvlc.h:1023
+#: src/libvlc.h:1031
 msgid "Very short jump length"
 msgstr ""
 
-#: src/libvlc.h:1024
+#: src/libvlc.h:1032
 msgid "Very short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1025
+#: src/libvlc.h:1033
 msgid "Short jump length"
 msgstr ""
 
-#: src/libvlc.h:1026
+#: src/libvlc.h:1034
 msgid "Short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1027
+#: src/libvlc.h:1035
 msgid "Medium jump length"
 msgstr ""
 
-#: src/libvlc.h:1028
+#: src/libvlc.h:1036
 msgid "Medium jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1029
+#: src/libvlc.h:1037
 msgid "Long jump length"
 msgstr ""
 
-#: src/libvlc.h:1030
+#: src/libvlc.h:1038
 msgid "Long jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1032 modules/control/hotkeys.c:258
+#: src/libvlc.h:1040 modules/control/hotkeys.c:258
 #: modules/gui/beos/InterfaceWindow.cpp:276
 msgid "Quit"
 msgstr ""
 
-#: src/libvlc.h:1033
+#: src/libvlc.h:1041
 msgid "Select the hotkey to quit the application."
 msgstr ""
 
-#: src/libvlc.h:1034
+#: src/libvlc.h:1042
 msgid "Navigate up"
 msgstr ""
 
-#: src/libvlc.h:1035
+#: src/libvlc.h:1043
 msgid "Select the key to move the selector up in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1036
+#: src/libvlc.h:1044
 msgid "Navigate down"
 msgstr ""
 
-#: src/libvlc.h:1037
+#: src/libvlc.h:1045
 msgid "Select the key to move the selector down in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1038
+#: src/libvlc.h:1046
 msgid "Navigate left"
 msgstr ""
 
-#: src/libvlc.h:1039
+#: src/libvlc.h:1047
 msgid "Select the key to move the selector left in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1040
+#: src/libvlc.h:1048
 msgid "Navigate right"
 msgstr ""
 
-#: src/libvlc.h:1041
+#: src/libvlc.h:1049
 msgid "Select the key to move the selector right in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1042
+#: src/libvlc.h:1050
 msgid "Activate"
 msgstr ""
 
-#: src/libvlc.h:1043
+#: src/libvlc.h:1051
 msgid "Select the key to activate selected item in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1044
+#: src/libvlc.h:1052
 msgid "Go to the DVD menu"
 msgstr ""
 
-#: src/libvlc.h:1045
+#: src/libvlc.h:1053
 msgid "Select the key to take you to the DVD menu"
 msgstr ""
 
-#: src/libvlc.h:1046
+#: src/libvlc.h:1054
 msgid "Select previous DVD title"
 msgstr ""
 
-#: src/libvlc.h:1047
+#: src/libvlc.h:1055
 msgid "Select the key to choose the previous title from the DVD"
 msgstr ""
 
-#: src/libvlc.h:1048
+#: src/libvlc.h:1056
 msgid "Select next DVD title"
 msgstr ""
 
-#: src/libvlc.h:1049
+#: src/libvlc.h:1057
 msgid "Select the key to choose the next title from the DVD"
 msgstr ""
 
-#: src/libvlc.h:1050
+#: src/libvlc.h:1058
 msgid "Select prev DVD chapter"
 msgstr ""
 
-#: src/libvlc.h:1051
+#: src/libvlc.h:1059
 msgid "Select the key to choose the previous chapter from the DVD"
 msgstr ""
 
-#: src/libvlc.h:1052
+#: src/libvlc.h:1060
 #, fuzzy
 msgid "Select next DVD chapter"
 msgstr "Capitol seguent"
 
-#: src/libvlc.h:1053
+#: src/libvlc.h:1061
 msgid "Select the key to choose the next chapter from the DVD"
 msgstr ""
 
-#: src/libvlc.h:1054
+#: src/libvlc.h:1062
 msgid "Volume up"
 msgstr ""
 
-#: src/libvlc.h:1055
+#: src/libvlc.h:1063
 msgid "Select the key to increase audio volume."
 msgstr ""
 
-#: src/libvlc.h:1056
+#: src/libvlc.h:1064
 msgid "Volume down"
 msgstr ""
 
-#: src/libvlc.h:1057
+#: src/libvlc.h:1065
 msgid "Select the key to decrease audio volume."
 msgstr ""
 
-#: src/libvlc.h:1058 modules/gui/macosx/controls.m:744
+#: src/libvlc.h:1066 modules/gui/macosx/controls.m:750
 #: modules/gui/macosx/intf.m:558 modules/gui/macosx/intf.m:619
 #: modules/gui/macosx/intf.m:628
 msgid "Mute"
 msgstr ""
 
-#: src/libvlc.h:1059
+#: src/libvlc.h:1067
 msgid "Select the key to mute audio."
 msgstr ""
 
-#: src/libvlc.h:1060
+#: src/libvlc.h:1068
 msgid "Subtitle delay up"
 msgstr ""
 
-#: src/libvlc.h:1061
+#: src/libvlc.h:1069
 msgid "Select the key to increase the subtitle delay."
 msgstr ""
 
-#: src/libvlc.h:1062
+#: src/libvlc.h:1070
 msgid "Subtitle delay down"
 msgstr ""
 
-#: src/libvlc.h:1063
+#: src/libvlc.h:1071
 msgid "Select the key to decrease the subtitle delay."
 msgstr ""
 
-#: src/libvlc.h:1064
+#: src/libvlc.h:1072
 msgid "Audio delay up"
 msgstr ""
 
-#: src/libvlc.h:1065
+#: src/libvlc.h:1073
 msgid "Select the key to increase the audio delay."
 msgstr ""
 
-#: src/libvlc.h:1066
+#: src/libvlc.h:1074
 msgid "Audio delay down"
 msgstr ""
 
-#: src/libvlc.h:1067
+#: src/libvlc.h:1075
 msgid "Select the key to decrease the audio delay."
 msgstr ""
 
-#: src/libvlc.h:1068
+#: src/libvlc.h:1076
 msgid "Play playlist bookmark 1"
 msgstr ""
 
-#: src/libvlc.h:1069
+#: src/libvlc.h:1077
 msgid "Play playlist bookmark 2"
 msgstr ""
 
-#: src/libvlc.h:1070
+#: src/libvlc.h:1078
 msgid "Play playlist bookmark 3"
 msgstr ""
 
-#: src/libvlc.h:1071
+#: src/libvlc.h:1079
 msgid "Play playlist bookmark 4"
 msgstr ""
 
-#: src/libvlc.h:1072
+#: src/libvlc.h:1080
 msgid "Play playlist bookmark 5"
 msgstr ""
 
-#: src/libvlc.h:1073
+#: src/libvlc.h:1081
 msgid "Play playlist bookmark 6"
 msgstr ""
 
-#: src/libvlc.h:1074
+#: src/libvlc.h:1082
 msgid "Play playlist bookmark 7"
 msgstr ""
 
-#: src/libvlc.h:1075
+#: src/libvlc.h:1083
 msgid "Play playlist bookmark 8"
 msgstr ""
 
-#: src/libvlc.h:1076
+#: src/libvlc.h:1084
 msgid "Play playlist bookmark 9"
 msgstr ""
 
-#: src/libvlc.h:1077
+#: src/libvlc.h:1085
 msgid "Play playlist bookmark 10"
 msgstr ""
 
-#: src/libvlc.h:1078
+#: src/libvlc.h:1086
 msgid "Select the key to play this bookmark."
 msgstr ""
 
-#: src/libvlc.h:1079
+#: src/libvlc.h:1087
 msgid "Set playlist bookmark 1"
 msgstr ""
 
-#: src/libvlc.h:1080
+#: src/libvlc.h:1088
 msgid "Set playlist bookmark 2"
 msgstr ""
 
-#: src/libvlc.h:1081
+#: src/libvlc.h:1089
 msgid "Set playlist bookmark 3"
 msgstr ""
 
-#: src/libvlc.h:1082
+#: src/libvlc.h:1090
 msgid "Set playlist bookmark 4"
 msgstr ""
 
-#: src/libvlc.h:1083
+#: src/libvlc.h:1091
 msgid "Set playlist bookmark 5"
 msgstr ""
 
-#: src/libvlc.h:1084
+#: src/libvlc.h:1092
 msgid "Set playlist bookmark 6"
 msgstr ""
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1093
 msgid "Set playlist bookmark 7"
 msgstr ""
 
-#: src/libvlc.h:1086
+#: src/libvlc.h:1094
 msgid "Set playlist bookmark 8"
 msgstr ""
 
-#: src/libvlc.h:1087
+#: src/libvlc.h:1095
 msgid "Set playlist bookmark 9"
 msgstr ""
 
-#: src/libvlc.h:1088
+#: src/libvlc.h:1096
 msgid "Set playlist bookmark 10"
 msgstr ""
 
-#: src/libvlc.h:1089
+#: src/libvlc.h:1097
 msgid "Select the key to set this playlist bookmark."
 msgstr ""
 
-#: src/libvlc.h:1091 modules/control/hotkeys.c:84
+#: src/libvlc.h:1099 modules/control/hotkeys.c:84
 msgid "Playlist bookmark 1"
 msgstr ""
 
-#: src/libvlc.h:1092 modules/control/hotkeys.c:85
+#: src/libvlc.h:1100 modules/control/hotkeys.c:85
 msgid "Playlist bookmark 2"
 msgstr ""
 
-#: src/libvlc.h:1093 modules/control/hotkeys.c:86
+#: src/libvlc.h:1101 modules/control/hotkeys.c:86
 msgid "Playlist bookmark 3"
 msgstr ""
 
-#: src/libvlc.h:1094 modules/control/hotkeys.c:87
+#: src/libvlc.h:1102 modules/control/hotkeys.c:87
 msgid "Playlist bookmark 4"
 msgstr ""
 
-#: src/libvlc.h:1095 modules/control/hotkeys.c:88
+#: src/libvlc.h:1103 modules/control/hotkeys.c:88
 msgid "Playlist bookmark 5"
 msgstr ""
 
-#: src/libvlc.h:1096 modules/control/hotkeys.c:89
+#: src/libvlc.h:1104 modules/control/hotkeys.c:89
 msgid "Playlist bookmark 6"
 msgstr ""
 
-#: src/libvlc.h:1097 modules/control/hotkeys.c:90
+#: src/libvlc.h:1105 modules/control/hotkeys.c:90
 msgid "Playlist bookmark 7"
 msgstr ""
 
-#: src/libvlc.h:1098 modules/control/hotkeys.c:91
+#: src/libvlc.h:1106 modules/control/hotkeys.c:91
 msgid "Playlist bookmark 8"
 msgstr ""
 
-#: src/libvlc.h:1099 modules/control/hotkeys.c:92
+#: src/libvlc.h:1107 modules/control/hotkeys.c:92
 msgid "Playlist bookmark 9"
 msgstr ""
 
-#: src/libvlc.h:1100 modules/control/hotkeys.c:93
+#: src/libvlc.h:1108 modules/control/hotkeys.c:93
 msgid "Playlist bookmark 10"
 msgstr ""
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1110
 msgid "This allows you to define playlist bookmarks."
 msgstr ""
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1112
 msgid "Go back in browsing history"
 msgstr ""
 
-#: src/libvlc.h:1105
+#: src/libvlc.h:1113
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1114
 msgid "Go forward in browsing history"
 msgstr ""
 
-#: src/libvlc.h:1107
+#: src/libvlc.h:1115
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:1109
+#: src/libvlc.h:1117
 msgid "Cycle audio track"
 msgstr ""
 
-#: src/libvlc.h:1110
+#: src/libvlc.h:1118
 msgid "Cycle through the available audio tracks(languages)."
 msgstr ""
 
-#: src/libvlc.h:1111
+#: src/libvlc.h:1119
 msgid "Cycle subtitle track"
 msgstr ""
 
-#: src/libvlc.h:1112
+#: src/libvlc.h:1120
 msgid "Cycle through the available subtitle tracks."
 msgstr ""
 
-#: src/libvlc.h:1113
+#: src/libvlc.h:1121
 msgid "Cycle source aspect ratio"
 msgstr ""
 
-#: src/libvlc.h:1114
+#: src/libvlc.h:1122
 msgid "Cycle through a predefined list of source aspect ratios."
 msgstr ""
 
-#: src/libvlc.h:1115
+#: src/libvlc.h:1123
 msgid "Cycle video crop"
 msgstr ""
 
-#: src/libvlc.h:1116
+#: src/libvlc.h:1124
 msgid "Cycle through a predefined list of crop formats."
 msgstr ""
 
-#: src/libvlc.h:1117
+#: src/libvlc.h:1125
 #, fuzzy
 msgid "Cycle deinterlace modes"
 msgstr "Interfàcia Extra"
 
-#: src/libvlc.h:1118
+#: src/libvlc.h:1126
 #, fuzzy
 msgid "Cycle through deinterlace modes."
 msgstr "Interfàcia Extra"
 
-#: src/libvlc.h:1119
+#: src/libvlc.h:1127
 msgid "Show interface"
 msgstr ""
 
-#: src/libvlc.h:1120
+#: src/libvlc.h:1128
 msgid "Raise the interface above all other windows."
 msgstr ""
 
-#: src/libvlc.h:1121
+#: src/libvlc.h:1129
 msgid "Hide interface"
 msgstr ""
 
-#: src/libvlc.h:1122
+#: src/libvlc.h:1130
 msgid "Lower the interface below all other windows."
 msgstr ""
 
-#: src/libvlc.h:1123
+#: src/libvlc.h:1131
 msgid "Take video snapshot"
 msgstr ""
 
-#: src/libvlc.h:1124
+#: src/libvlc.h:1132
 msgid "Takes a video snapshot and writes it to disk."
 msgstr ""
 
-#: src/libvlc.h:1126 modules/access_filter/record.c:51
+#: src/libvlc.h:1134 modules/access_filter/record.c:51
 #: modules/access_filter/record.c:52
 msgid "Record"
 msgstr ""
 
-#: src/libvlc.h:1127
+#: src/libvlc.h:1135
 msgid "Record access filter start/stop."
 msgstr ""
 
-#: src/libvlc.h:1129 src/libvlc.h:1130 src/video_output/vout_intf.c:211
+#: src/libvlc.h:1137 src/libvlc.h:1138 src/video_output/vout_intf.c:211
 msgid "Zoom"
 msgstr "Zoom"
 
-#: src/libvlc.h:1132 src/libvlc.h:1133
+#: src/libvlc.h:1140 src/libvlc.h:1141
 #, fuzzy
 msgid "Un-Zoom"
 msgstr "Zoom"
 
-#: src/libvlc.h:1135 src/libvlc.h:1136
+#: src/libvlc.h:1143 src/libvlc.h:1144
 msgid "Crop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1137 src/libvlc.h:1138
+#: src/libvlc.h:1145 src/libvlc.h:1146
 msgid "Uncrop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1140 src/libvlc.h:1141
+#: src/libvlc.h:1148 src/libvlc.h:1149
 msgid "Crop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1142 src/libvlc.h:1143
+#: src/libvlc.h:1150 src/libvlc.h:1151
 msgid "Uncrop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1145 src/libvlc.h:1146
+#: src/libvlc.h:1153 src/libvlc.h:1154
 msgid "Crop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1147 src/libvlc.h:1148
+#: src/libvlc.h:1155 src/libvlc.h:1156
 msgid "Uncrop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1150 src/libvlc.h:1151
+#: src/libvlc.h:1158 src/libvlc.h:1159
 msgid "Crop one pixel from the right of the video"
 msgstr ""
 
-#: src/libvlc.h:1152 src/libvlc.h:1153
+#: src/libvlc.h:1160 src/libvlc.h:1161
 msgid "Uncrop one pixel from the right of the video"
 msgstr ""
 
-#: src/libvlc.h:1157
+#: src/libvlc.h:1165
 #, c-format
 msgid ""
 "Usage: %s [options] [stream] ...\n"
@@ -3453,59 +3473,59 @@ msgid ""
 "  vlc:quit                       Special item to quit VLC\n"
 msgstr ""
 
-#: src/libvlc.h:1267 src/video_output/vout_intf.c:420
-#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:753
+#: src/libvlc.h:1277 src/video_output/vout_intf.c:420
+#: modules/gui/macosx/controls.m:328 modules/gui/macosx/controls.m:759
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:630
 #: modules/video_output/snapshot.c:76
 msgid "Snapshot"
 msgstr ""
 
-#: src/libvlc.h:1280
+#: src/libvlc.h:1290
 msgid "Window properties"
 msgstr "Proprietats Fenèstra"
 
-#: src/libvlc.h:1325
+#: src/libvlc.h:1335
 msgid "Subpictures"
 msgstr ""
 
-#: src/libvlc.h:1332 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
+#: src/libvlc.h:1342 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
 #: modules/gui/beos/InterfaceWindow.cpp:279
 msgid "Subtitles"
 msgstr "Jostitols"
 
-#: src/libvlc.h:1349 modules/stream_out/transcode.c:151
+#: src/libvlc.h:1359 modules/stream_out/transcode.c:151
 msgid "Overlays"
 msgstr "Overlays"
 
-#: src/libvlc.h:1359
+#: src/libvlc.h:1369
 msgid "Track settings"
 msgstr "Paramètres Pista"
 
-#: src/libvlc.h:1381
+#: src/libvlc.h:1391
 msgid "Playback control"
 msgstr ""
 
-#: src/libvlc.h:1396
+#: src/libvlc.h:1406
 msgid "Default devices"
 msgstr ""
 
-#: src/libvlc.h:1405
+#: src/libvlc.h:1415
 msgid "Network settings"
 msgstr "Paramètres Ret"
 
-#: src/libvlc.h:1417
+#: src/libvlc.h:1427
 msgid "Socks proxy"
 msgstr ""
 
-#: src/libvlc.h:1426
+#: src/libvlc.h:1436
 msgid "Metadata"
 msgstr ""
 
-#: src/libvlc.h:1456
+#: src/libvlc.h:1466
 msgid "Decoders"
 msgstr ""
 
-#: src/libvlc.h:1463 modules/access/v4l2.c:56
+#: src/libvlc.h:1473 modules/access/v4l2.c:56
 #: modules/gui/macosx/playlistinfo.m:80
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:265
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:378
@@ -3513,80 +3533,80 @@ msgstr ""
 msgid "Input"
 msgstr ""
 
-#: src/libvlc.h:1499 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
+#: src/libvlc.h:1509 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
 msgid "VLM"
 msgstr ""
 
-#: src/libvlc.h:1530
+#: src/libvlc.h:1540
 msgid "CPU"
 msgstr ""
 
-#: src/libvlc.h:1552
+#: src/libvlc.h:1562
 msgid "Special modules"
 msgstr ""
 
-#: src/libvlc.h:1559
+#: src/libvlc.h:1569
 msgid "Plugins"
 msgstr ""
 
-#: src/libvlc.h:1567
+#: src/libvlc.h:1577
 msgid "Performance options"
 msgstr ""
 
-#: src/libvlc.h:1700
+#: src/libvlc.h:1714
 msgid "Hot keys"
 msgstr ""
 
-#: src/libvlc.h:2011
+#: src/libvlc.h:2025
 msgid "Jump sizes"
 msgstr ""
 
-#: src/libvlc.h:2090
+#: src/libvlc.h:2104
 msgid "main program"
 msgstr ""
 
-#: src/libvlc.h:2097
+#: src/libvlc.h:2111
 msgid "print help for VLC (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:2099
+#: src/libvlc.h:2113
 msgid ""
 "print help for VLC and all its modules (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:2101
+#: src/libvlc.h:2115
 msgid "print help for the advanced options"
 msgstr ""
 
-#: src/libvlc.h:2103
+#: src/libvlc.h:2117
 msgid "ask for extra verbosity when displaying help"
 msgstr ""
 
-#: src/libvlc.h:2105
+#: src/libvlc.h:2119
 msgid "print a list of available modules"
 msgstr ""
 
-#: src/libvlc.h:2107
+#: src/libvlc.h:2121
 msgid "print help on a specific module (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:2109
+#: src/libvlc.h:2123
 msgid "save the current command line options in the config"
 msgstr ""
 
-#: src/libvlc.h:2111
+#: src/libvlc.h:2125
 msgid "reset the current config to the default values"
 msgstr ""
 
-#: src/libvlc.h:2113
+#: src/libvlc.h:2127
 msgid "use alternate config file"
 msgstr ""
 
-#: src/libvlc.h:2115
+#: src/libvlc.h:2129
 msgid "resets the current plugins cache"
 msgstr ""
 
-#: src/libvlc.h:2117
+#: src/libvlc.h:2131
 msgid "print version information"
 msgstr ""
 
@@ -4195,7 +4215,8 @@ msgstr "Desconegut"
 msgid "Media: %s"
 msgstr ""
 
-#: src/playlist/engine.c:92 src/playlist/engine.c:94
+#: src/playlist/engine.c:104 src/playlist/engine.c:106
+#: src/playlist/loadsave.c:149
 msgid "Media Library"
 msgstr ""
 
@@ -4254,17 +4275,8 @@ msgstr ""
 msgid "Aspect-ratio"
 msgstr ""
 
-#: modules/access/cdda/access.c:293
-msgid "CD reading failed"
-msgstr ""
-
-#: modules/access/cdda/access.c:294
-#, c-format
-msgid "VLC could not get a new block of size: %i."
-msgstr ""
-
 #: modules/access/cdda.c:58 modules/access/dshow/dshow.cpp:91
-#: modules/access/dvb/access.c:73 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:73
 #: modules/access/dvdnav.c:64 modules/access/dvdread.c:62
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:43
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4324,7 +4336,16 @@ msgstr "CD Audio - Pista"
 msgid "Audio CD - Track %i"
 msgstr "CD Audio - Pista %i"
 
-#: modules/access/cdda/cdda.c:42 modules/access/directory.c:77
+#: modules/access/cdda/access.c:293
+msgid "CD reading failed"
+msgstr ""
+
+#: modules/access/cdda/access.c:294
+#, c-format
+msgid "VLC could not get a new block of size: %i."
+msgstr ""
+
+#: modules/access/cdda/cdda.c:42 modules/access/directory.c:78
 #: modules/codec/x264.c:280 modules/codec/x264.c:287 modules/codec/x264.c:292
 msgid "none"
 msgstr ""
@@ -4571,11 +4592,11 @@ msgstr ""
 msgid "Track Number"
 msgstr ""
 
-#: modules/access/directory.c:69
+#: modules/access/directory.c:70
 msgid "Subdirectory behavior"
 msgstr ""
 
-#: modules/access/directory.c:71
+#: modules/access/directory.c:72
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -4583,19 +4604,19 @@ msgid ""
 "expand: all subdirectories are expanded.\n"
 msgstr ""
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:78
 msgid "collapse"
 msgstr ""
 
-#: modules/access/directory.c:78
+#: modules/access/directory.c:79
 msgid "expand"
 msgstr ""
 
-#: modules/access/directory.c:80
+#: modules/access/directory.c:81
 msgid "Ignored extensions"
 msgstr ""
 
-#: modules/access/directory.c:82
+#: modules/access/directory.c:83
 msgid ""
 "Files with these extensions will not be added to playlist when opening a "
 "directory.\n"
@@ -4603,11 +4624,11 @@ msgid ""
 "instance. Use a comma-separated list of extensions."
 msgstr ""
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:90
 msgid "Directory"
 msgstr "Repertòri"
 
-#: modules/access/directory.c:91
+#: modules/access/directory.c:92
 msgid "Standard filesystem directory input"
 msgstr ""
 
@@ -4835,6 +4856,19 @@ msgstr ""
 msgid "The capture device \"%s\" does not support the required parameters."
 msgstr ""
 
+#: modules/access/dv.c:70
+#, fuzzy
+msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
+msgstr " ..."
+
+#: modules/access/dv.c:74
+msgid "Digital Video (Firewire/ieee1394)  input"
+msgstr ""
+
+#: modules/access/dv.c:75
+msgid "dv"
+msgstr ""
+
 #: modules/access/dvb/access.c:75
 #, fuzzy
 msgid ""
@@ -5086,19 +5120,6 @@ msgstr ""
 msgid "The provided polarization \"%c\" is not valid."
 msgstr ""
 
-#: modules/access/dv.c:70
-#, fuzzy
-msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
-msgstr " ..."
-
-#: modules/access/dv.c:74
-msgid "Digital Video (Firewire/ieee1394)  input"
-msgstr ""
-
-#: modules/access/dv.c:75
-msgid "dv"
-msgstr ""
-
 #: modules/access/dvdnav.c:60 modules/access/dvdread.c:58
 msgid "DVD angle"
 msgstr ""
@@ -5298,78 +5319,38 @@ msgstr ""
 msgid "VLC could not open file \"%s\" (%s)."
 msgstr ""
 
-#: modules/access_filter/record.c:43
-msgid "Record directory"
+#: modules/access/ftp.c:45
+#, fuzzy
+msgid ""
+"Caching value for FTP streams. This value should be set in milliseconds."
+msgstr " ..."
+
+#: modules/access/ftp.c:47
+msgid "FTP user name"
 msgstr ""
 
-#: modules/access_filter/record.c:45
-msgid "Directory where the record will be stored."
+#: modules/access/ftp.c:48 modules/access/smb.c:64
+msgid "User name that will be used for the connection."
 msgstr ""
 
-#: modules/access_filter/timeshift.c:44
-msgid "Timeshift granularity"
+#: modules/access/ftp.c:50
+msgid "FTP password"
 msgstr ""
 
-#: modules/access_filter/timeshift.c:46
-msgid ""
-"This is the size of the temporary files tha will be used to store the "
-"timeshifted streams."
+#: modules/access/ftp.c:51 modules/access/smb.c:67
+msgid "Password that will be used for the connection."
 msgstr ""
 
-#: modules/access_filter/timeshift.c:48
-msgid "Timeshift directory"
+#: modules/access/ftp.c:53
+msgid "FTP account"
 msgstr ""
 
-#: modules/access_filter/timeshift.c:49
-msgid "Directory used to store the timeshift temporary files."
+#: modules/access/ftp.c:54
+msgid "Account that will be used for the connection."
 msgstr ""
 
-#: modules/access_filter/timeshift.c:51
-msgid "Force use of the timeshift module"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52
-msgid ""
-"Force use of the timeshift module even if the access declares that it can "
-"control pace or pause."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
-msgid "Timeshift"
-msgstr ""
-
-#: modules/access/ftp.c:45
-#, fuzzy
-msgid ""
-"Caching value for FTP streams. This value should be set in milliseconds."
-msgstr " ..."
-
-#: modules/access/ftp.c:47
-msgid "FTP user name"
-msgstr ""
-
-#: modules/access/ftp.c:48 modules/access/smb.c:64
-msgid "User name that will be used for the connection."
-msgstr ""
-
-#: modules/access/ftp.c:50
-msgid "FTP password"
-msgstr ""
-
-#: modules/access/ftp.c:51 modules/access/smb.c:67
-msgid "Password that will be used for the connection."
-msgstr ""
-
-#: modules/access/ftp.c:53
-msgid "FTP account"
-msgstr ""
-
-#: modules/access/ftp.c:54
-msgid "Account that will be used for the connection."
-msgstr ""
-
-#: modules/access/ftp.c:59
-msgid "FTP input"
+#: modules/access/ftp.c:59
+msgid "FTP input"
 msgstr ""
 
 #: modules/access/ftp.c:109 modules/access/ftp.c:124 modules/access/ftp.c:185
@@ -5497,405 +5478,180 @@ msgstr ""
 msgid "Microsoft Media Server (MMS) input"
 msgstr ""
 
-#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
-msgid "Dummy stream output"
-msgstr ""
+#: modules/access/pvr.c:49
+#, fuzzy
+msgid ""
+"Default caching value for PVR streams. This value should be set in "
+"milliseconds."
+msgstr " ..."
 
-#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
-msgid "Dummy"
+#: modules/access/pvr.c:52
+msgid "Device"
 msgstr ""
 
-#: modules/access_output/file.c:61
-msgid "Append to file"
+#: modules/access/pvr.c:53
+msgid "PVR video device"
 msgstr ""
 
-#: modules/access_output/file.c:62
-msgid "Append to file if it exists instead of replacing it."
+#: modules/access/pvr.c:55
+msgid "Radio device"
 msgstr ""
 
-#: modules/access_output/file.c:66
-msgid "File stream output"
+#: modules/access/pvr.c:56
+msgid "PVR radio device"
 msgstr ""
 
-#: modules/access_output/http.c:58
-msgid "Username"
+#: modules/access/pvr.c:58 modules/access/v4l.c:96
+msgid "Norm"
 msgstr ""
 
-#: modules/access_output/http.c:59
-msgid "User name that will be requested to access the stream."
+#: modules/access/pvr.c:59 modules/access/v4l.c:98
+msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
 msgstr ""
 
-#: modules/access_output/http.c:61 modules/control/telnet.c:81
-msgid "Password"
+#: modules/access/pvr.c:62 modules/access/v4l.c:102
+#: modules/video_filter/mosaic.c:96
+msgid "Width"
 msgstr ""
 
-#: modules/access_output/http.c:62
-msgid "Password that will be requested to access the stream."
+#: modules/access/pvr.c:63
+msgid "Width of the stream to capture (-1 for autodetection)."
 msgstr ""
 
-#: modules/access_output/http.c:66
-msgid "Mime"
+#: modules/access/pvr.c:66 modules/access/v4l.c:105
+#: modules/video_filter/mosaic.c:94
+msgid "Height"
 msgstr ""
 
-#: modules/access_output/http.c:67
-msgid "MIME returned by the server (autodetected if not specified."
+#: modules/access/pvr.c:67
+msgid "Height of the stream to capture (-1 for autodetection)."
 msgstr ""
 
-#: modules/access_output/http.c:71
-msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
+#: modules/access/pvr.c:70 modules/access/v4l.c:89
+msgid "Frequency"
 msgstr ""
 
-#: modules/access_output/http.c:74
-msgid ""
-"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
-"empty if you don't have one."
+#: modules/access/pvr.c:71 modules/access/v4l.c:91
+msgid "Frequency to capture (in kHz), if applicable."
 msgstr ""
 
-#: modules/access_output/http.c:78
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used for HTTPS. Leave empty if you don't have one."
+#: modules/access/pvr.c:74 modules/access/v4l.c:137
+msgid "Framerate to capture, if applicable (-1 for autodetect)."
 msgstr ""
 
-#: modules/access_output/http.c:83
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be used for "
-"SSL. Leave empty if you don't have one."
+#: modules/access/pvr.c:77
+msgid "Key interval"
 msgstr ""
 
-#: modules/access_output/http.c:86
-msgid "Advertise with Bonjour"
+#: modules/access/pvr.c:78
+msgid "Interval between keyframes (-1 for autodetect)."
 msgstr ""
 
-#: modules/access_output/http.c:87
-msgid "Advertise the stream with the Bonjour protocol."
+#: modules/access/pvr.c:80
+msgid "B Frames"
 msgstr ""
 
-#: modules/access_output/http.c:91
-msgid "HTTP stream output"
+#: modules/access/pvr.c:81
+msgid ""
+"If this option is set, B-Frames will be used. Use this option to set the "
+"number of B-Frames."
 msgstr ""
 
-#: modules/access_output/http.c:93 modules/control/http/http.c:61
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
-msgid "HTTP"
+#: modules/access/pvr.c:85
+msgid "Bitrate to use (-1 for default)."
 msgstr ""
 
-#: modules/access_output/shout.c:58
-#, fuzzy
-msgid "Stream name"
-msgstr "Flus"
+#: modules/access/pvr.c:87
+msgid "Bitrate peak"
+msgstr ""
 
-#: modules/access_output/shout.c:59
-msgid "Name to give to this stream/channel on the shoutcast/icecast server."
+#: modules/access/pvr.c:88
+msgid "Peak bitrate in VBR mode."
 msgstr ""
 
-#: modules/access_output/shout.c:62
+#: modules/access/pvr.c:91
 #, fuzzy
-msgid "Stream description"
-msgstr "Descripcion"
+msgid "Bitrate mode)"
+msgstr "Interfàcia"
 
-#: modules/access_output/shout.c:63
-msgid "Description of the stream content or information about your channel."
+#: modules/access/pvr.c:92
+msgid "Bitrate mode to use (VBR or CBR)."
 msgstr ""
 
-#: modules/access_output/shout.c:66
-msgid "Stream MP3"
+#: modules/access/pvr.c:94
+msgid "Audio bitmask"
 msgstr ""
 
-#: modules/access_output/shout.c:67
-msgid ""
-"You normally have to feed the shoutcast module with Ogg streams. It is also "
-"possible to stream MP3 instead, so you can forward MP3 streams to the "
-"shoutcast/icecast server."
+#: modules/access/pvr.c:95
+msgid "Bitmask that will get used by the audio part of the card."
 msgstr ""
 
-#: modules/access_output/shout.c:76
-#, fuzzy
-msgid "Genre description"
-msgstr "Descripcion"
-
-#: modules/access_output/shout.c:77
-msgid "Genre of the content. "
+#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
+#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
+msgid "Volume"
 msgstr ""
 
-#: modules/access_output/shout.c:79
-#, fuzzy
-msgid "URL description"
-msgstr "Descripcion"
-
-#: modules/access_output/shout.c:80
-msgid "URL with information about the stream or your channel. "
+#: modules/access/pvr.c:99
+msgid "Audio volume (0-65535)."
 msgstr ""
 
-#: modules/access_output/shout.c:87
-msgid "Bitrate information of the transcoded stream. "
+#: modules/access/pvr.c:101 modules/access/v4l.c:92
+msgid "Channel"
 msgstr ""
 
-#: modules/access_output/shout.c:89 modules/access/v4l.c:122
-msgid "Samplerate"
+#: modules/access/pvr.c:102
+msgid ""
+"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)"
 msgstr ""
 
-#: modules/access_output/shout.c:90
-msgid "Samplerate information of the transcoded stream. "
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "Automatic"
 msgstr ""
 
-#: modules/access_output/shout.c:92
-#, fuzzy
-msgid "Number of channels"
-msgstr "Nombre de colonas"
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "SECAM"
+msgstr ""
 
-#: modules/access_output/shout.c:93
-msgid "Number of channels information of the transcoded stream. "
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "PAL"
 msgstr ""
 
-#: modules/access_output/shout.c:95
-msgid "Ogg Vorbis Quality"
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "NTSC"
 msgstr ""
 
-#: modules/access_output/shout.c:96
-msgid "Ogg Vorbis Quality information of the transcoded stream. "
+#: modules/access/pvr.c:111
+msgid "vbr"
 msgstr ""
 
-#: modules/access_output/shout.c:98
-#, fuzzy
-msgid "Stream public"
-msgstr "Sortida flus"
+#: modules/access/pvr.c:111
+msgid "cbr"
+msgstr ""
 
-#: modules/access_output/shout.c:99
-msgid ""
-"Make the server publicly available on the 'Yellow Pages' (directory listing "
-"of streams) on the icecast/shoutcast website. Requires the bitrate "
-"information specified for shoutcast. Requires Ogg streaming for icecast."
+#: modules/access/pvr.c:116
+msgid "PVR"
 msgstr ""
 
-#: modules/access_output/shout.c:105
-#, fuzzy
-msgid "IceCAST output"
-msgstr "Access output"
+#: modules/access/pvr.c:117
+msgid "IVTV MPEG Encoding cards input"
+msgstr ""
 
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:41
+#: modules/access/rtsp/access.c:41 modules/access_output/udp.c:75
 #: modules/demux/live555.cpp:63
 msgid "Caching value (ms)"
 msgstr ""
 
-#: modules/access_output/udp.c:77
+#: modules/access/rtsp/access.c:43
 #, fuzzy
 msgid ""
-"Default caching value for outbound UDP streams. This value should be set in "
-"milliseconds."
+"Caching value for RTSP streams. This value should be set in milliseconds."
 msgstr " ..."
 
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
-#: modules/gui/macosx/wizard.m:1848
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
-msgid "Time-To-Live (TTL)"
+#: modules/access/rtsp/access.c:47 modules/access/rtsp/access.c:48
+msgid "Real RTSP"
 msgstr ""
 
-#: modules/access_output/udp.c:81
-#, fuzzy
-msgid "Time-To-Live of the outgoing stream."
-msgstr "..."
-
-#: modules/access_output/udp.c:84
-msgid "Group packets"
-msgstr ""
-
-#: modules/access_output/udp.c:85
-msgid ""
-"Packets can be sent one by one at the right time or by groups. You can "
-"choose the number of packets that will be sent at a time. It helps reducing "
-"the scheduling load on heavily-loaded systems."
-msgstr ""
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr ""
-
-#: modules/access_output/udp.c:91
-msgid ""
-"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 ""
-
-#: modules/access_output/udp.c:97
-msgid "UDP stream output"
-msgstr ""
-
-#: modules/access_output/udp.c:98
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
-msgid "UDP"
-msgstr ""
-
-#: modules/access/pvr.c:49
-#, fuzzy
-msgid ""
-"Default caching value for PVR streams. This value should be set in "
-"milliseconds."
-msgstr " ..."
-
-#: modules/access/pvr.c:52
-msgid "Device"
-msgstr ""
-
-#: modules/access/pvr.c:53
-msgid "PVR video device"
-msgstr ""
-
-#: modules/access/pvr.c:55
-msgid "Radio device"
-msgstr ""
-
-#: modules/access/pvr.c:56
-msgid "PVR radio device"
-msgstr ""
-
-#: modules/access/pvr.c:58 modules/access/v4l.c:96
-msgid "Norm"
-msgstr ""
-
-#: modules/access/pvr.c:59 modules/access/v4l.c:98
-msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
-msgstr ""
-
-#: modules/access/pvr.c:62 modules/access/v4l.c:102
-#: modules/video_filter/mosaic.c:96
-msgid "Width"
-msgstr ""
-
-#: modules/access/pvr.c:63
-msgid "Width of the stream to capture (-1 for autodetection)."
-msgstr ""
-
-#: modules/access/pvr.c:66 modules/access/v4l.c:105
-#: modules/video_filter/mosaic.c:94
-msgid "Height"
-msgstr ""
-
-#: modules/access/pvr.c:67
-msgid "Height of the stream to capture (-1 for autodetection)."
-msgstr ""
-
-#: modules/access/pvr.c:70 modules/access/v4l.c:89
-msgid "Frequency"
-msgstr ""
-
-#: modules/access/pvr.c:71 modules/access/v4l.c:91
-msgid "Frequency to capture (in kHz), if applicable."
-msgstr ""
-
-#: modules/access/pvr.c:74 modules/access/v4l.c:137
-msgid "Framerate to capture, if applicable (-1 for autodetect)."
-msgstr ""
-
-#: modules/access/pvr.c:77
-msgid "Key interval"
-msgstr ""
-
-#: modules/access/pvr.c:78
-msgid "Interval between keyframes (-1 for autodetect)."
-msgstr ""
-
-#: modules/access/pvr.c:80
-msgid "B Frames"
-msgstr ""
-
-#: modules/access/pvr.c:81
-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.c:85
-msgid "Bitrate to use (-1 for default)."
-msgstr ""
-
-#: modules/access/pvr.c:87
-msgid "Bitrate peak"
-msgstr ""
-
-#: modules/access/pvr.c:88
-msgid "Peak bitrate in VBR mode."
-msgstr ""
-
-#: modules/access/pvr.c:91
-#, fuzzy
-msgid "Bitrate mode)"
-msgstr "Interfàcia"
-
-#: modules/access/pvr.c:92
-msgid "Bitrate mode to use (VBR or CBR)."
-msgstr ""
-
-#: modules/access/pvr.c:94
-msgid "Audio bitmask"
-msgstr ""
-
-#: modules/access/pvr.c:95
-msgid "Bitmask that will get used by the audio part of the card."
-msgstr ""
-
-#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
-msgid "Volume"
-msgstr ""
-
-#: modules/access/pvr.c:99
-msgid "Audio volume (0-65535)."
-msgstr ""
-
-#: modules/access/pvr.c:101 modules/access/v4l.c:92
-msgid "Channel"
-msgstr ""
-
-#: modules/access/pvr.c:102
-msgid ""
-"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)"
-msgstr ""
-
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "Automatic"
-msgstr ""
-
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "SECAM"
-msgstr ""
-
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "PAL"
-msgstr ""
-
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "NTSC"
-msgstr ""
-
-#: modules/access/pvr.c:111
-msgid "vbr"
-msgstr ""
-
-#: modules/access/pvr.c:111
-msgid "cbr"
-msgstr ""
-
-#: modules/access/pvr.c:116
-msgid "PVR"
-msgstr ""
-
-#: modules/access/pvr.c:117
-msgid "IVTV MPEG Encoding cards input"
-msgstr ""
-
-#: modules/access/rtsp/access.c:43
-#, fuzzy
-msgid ""
-"Caching value for RTSP streams. This value should be set in milliseconds."
-msgstr " ..."
-
-#: modules/access/rtsp/access.c:47 modules/access/rtsp/access.c:48
-msgid "Real RTSP"
-msgstr ""
-
-#: modules/access/rtsp/access.c:93
+#: modules/access/rtsp/access.c:93
 #, fuzzy
 msgid "Connection failed"
 msgstr "Salvar paramètres"
@@ -6018,34 +5774,6 @@ msgstr ""
 msgid "UDP/RTP input"
 msgstr ""
 
-#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
-#: modules/gui/wxwidgets/dialogs/open.cpp:723
-msgid "Device name"
-msgstr "Lector"
-
-#: modules/access/v4l2.c:54
-#, fuzzy
-msgid ""
-"Name of the device to use. If you don't specify anything, /dev/video0 will "
-"be used."
-msgstr ""
-"Precisar lo nom del dispositu video pel plugin DirectShow. Se's pas precisat "
-"aiçí, serà utilisat lo dispositiu per defaut."
-
-#: modules/access/v4l2.c:58
-msgid ""
-"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
-msgstr ""
-
-#: modules/access/v4l2.c:63
-msgid "Video4Linux2"
-msgstr ""
-
-#: modules/access/v4l2.c:64
-#, fuzzy
-msgid "Video4Linux2 input"
-msgstr "Nombre imatges dintrada Video"
-
 #: modules/access/v4l.c:75
 #, fuzzy
 msgid ""
@@ -6142,6 +5870,10 @@ msgstr ""
 msgid "Tuner to use, if there are several ones."
 msgstr ""
 
+#: modules/access/v4l.c:122 modules/access_output/shout.c:89
+msgid "Samplerate"
+msgstr ""
+
 #: modules/access/v4l.c:124
 msgid ""
 "Samplerate of the captured audio stream, in Hz (eg: 11025, 22050, 44100)"
@@ -6183,6 +5915,34 @@ msgstr ""
 msgid "Video4Linux input"
 msgstr ""
 
+#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
+#: modules/gui/wxwidgets/dialogs/open.cpp:723
+msgid "Device name"
+msgstr "Lector"
+
+#: modules/access/v4l2.c:54
+#, fuzzy
+msgid ""
+"Name of the device to use. If you don't specify anything, /dev/video0 will "
+"be used."
+msgstr ""
+"Precisar lo nom del dispositu video pel plugin DirectShow. Se's pas precisat "
+"aiçí, serà utilisat lo dispositiu per defaut."
+
+#: modules/access/v4l2.c:58
+msgid ""
+"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
+msgstr ""
+
+#: modules/access/v4l2.c:63
+msgid "Video4Linux2"
+msgstr ""
+
+#: modules/access/v4l2.c:64
+#, fuzzy
+msgid "Video4Linux2 input"
+msgstr "Nombre imatges dintrada Video"
+
 #: modules/access/vcd/vcd.c:42
 #, fuzzy
 msgid "Caching value for VCDs. This value should be set in milliseconds."
@@ -6234,136 +5994,397 @@ msgstr ""
 msgid "VCD Format"
 msgstr ""
 
-#: modules/access/vcdx/info.c:91 modules/demux/mpc.c:55
-msgid "Album"
+#: modules/access/vcdx/info.c:91 modules/demux/mpc.c:55
+msgid "Album"
+msgstr ""
+
+#: modules/access/vcdx/info.c:92
+msgid "Application"
+msgstr ""
+
+#: modules/access/vcdx/info.c:93
+msgid "Preparer"
+msgstr ""
+
+#: modules/access/vcdx/info.c:94
+msgid "Vol #"
+msgstr ""
+
+#: modules/access/vcdx/info.c:95
+msgid "Vol max #"
+msgstr ""
+
+#: modules/access/vcdx/info.c:96
+msgid "Volume Set"
+msgstr ""
+
+#: modules/access/vcdx/info.c:99
+msgid "System Id"
+msgstr ""
+
+#: modules/access/vcdx/info.c:101
+msgid "Entries"
+msgstr ""
+
+#: modules/access/vcdx/info.c:122
+msgid "First Entry Point"
+msgstr ""
+
+#: modules/access/vcdx/info.c:126
+msgid "Last Entry Point"
+msgstr ""
+
+#: modules/access/vcdx/info.c:127
+msgid "Track size (in sectors)"
+msgstr ""
+
+#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
+#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
+msgid "type"
+msgstr ""
+
+#: modules/access/vcdx/info.c:139
+msgid "end"
+msgstr ""
+
+#: modules/access/vcdx/info.c:142
+msgid "play list"
+msgstr "Tièra de lectura"
+
+#: modules/access/vcdx/info.c:153
+msgid "extended selection list"
+msgstr ""
+
+#: modules/access/vcdx/info.c:154
+msgid "selection list"
+msgstr ""
+
+#: modules/access/vcdx/info.c:166
+msgid "unknown type"
+msgstr ""
+
+#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
+#: modules/access/vcdx/info.c:316
+msgid "List ID"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:95
+msgid "(Super) Video CD"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:96
+msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:97
+msgid "vcdx://[device-or-file][@{P,S,T}num]"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:106
+msgid "If nonzero, this gives additional debug information."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+msgid "Number of CD blocks to get in a single read."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:116
+msgid "Use playback control?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:117
+msgid ""
+"If VCD is authored with playback control, use it. Otherwise we play by "
+"tracks."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:123
+msgid "Use track length as maximum unit in seek?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:124
+msgid ""
+"If set, the length of the seek bar is the track rather than the length of an "
+"entry."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:129
+msgid "Show extended VCD info?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:130
+msgid ""
+"Show the maximum amount of information under Stream and Media Info. Shows "
+"for example playback control navigation."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:137
+msgid "Format to use in the playlist's \"author\" field."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:143
+msgid "Format to use in the playlist's \"title\" field."
+msgstr ""
+
+#: modules/access_filter/record.c:43
+msgid "Record directory"
+msgstr ""
+
+#: modules/access_filter/record.c:45
+msgid "Directory where the record will be stored."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:44
+msgid "Timeshift granularity"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:46
+msgid ""
+"This is the size of the temporary files tha will be used to store the "
+"timeshifted streams."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:48
+msgid "Timeshift directory"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:49
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:51
+msgid "Force use of the timeshift module"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52
+msgid ""
+"Force use of the timeshift module even if the access declares that it can "
+"control pace or pause."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
+msgid "Timeshift"
+msgstr ""
+
+#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
+msgid "Dummy stream output"
+msgstr ""
+
+#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
+msgid "Dummy"
+msgstr ""
+
+#: modules/access_output/file.c:61
+msgid "Append to file"
+msgstr ""
+
+#: modules/access_output/file.c:62
+msgid "Append to file if it exists instead of replacing it."
+msgstr ""
+
+#: modules/access_output/file.c:66
+msgid "File stream output"
+msgstr ""
+
+#: modules/access_output/http.c:58
+msgid "Username"
+msgstr ""
+
+#: modules/access_output/http.c:59
+msgid "User name that will be requested to access the stream."
+msgstr ""
+
+#: modules/access_output/http.c:61 modules/control/telnet.c:81
+msgid "Password"
+msgstr ""
+
+#: modules/access_output/http.c:62
+msgid "Password that will be requested to access the stream."
+msgstr ""
+
+#: modules/access_output/http.c:66
+msgid "Mime"
+msgstr ""
+
+#: modules/access_output/http.c:67
+msgid "MIME returned by the server (autodetected if not specified."
+msgstr ""
+
+#: modules/access_output/http.c:71
+msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
 msgstr ""
 
-#: modules/access/vcdx/info.c:92
-msgid "Application"
+#: modules/access_output/http.c:74
+msgid ""
+"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
+"empty if you don't have one."
 msgstr ""
 
-#: modules/access/vcdx/info.c:93
-msgid "Preparer"
+#: modules/access_output/http.c:78
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used for HTTPS. Leave empty if you don't have one."
 msgstr ""
 
-#: modules/access/vcdx/info.c:94
-msgid "Vol #"
+#: modules/access_output/http.c:83
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be used for "
+"SSL. Leave empty if you don't have one."
 msgstr ""
 
-#: modules/access/vcdx/info.c:95
-msgid "Vol max #"
+#: modules/access_output/http.c:86
+msgid "Advertise with Bonjour"
 msgstr ""
 
-#: modules/access/vcdx/info.c:96
-msgid "Volume Set"
+#: modules/access_output/http.c:87
+msgid "Advertise the stream with the Bonjour protocol."
 msgstr ""
 
-#: modules/access/vcdx/info.c:99
-msgid "System Id"
+#: modules/access_output/http.c:91
+msgid "HTTP stream output"
 msgstr ""
 
-#: modules/access/vcdx/info.c:101
-msgid "Entries"
+#: modules/access_output/http.c:93 modules/control/http/http.c:61
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
 msgstr ""
 
-#: modules/access/vcdx/info.c:122
-msgid "First Entry Point"
-msgstr ""
+#: modules/access_output/shout.c:58
+#, fuzzy
+msgid "Stream name"
+msgstr "Flus"
 
-#: modules/access/vcdx/info.c:126
-msgid "Last Entry Point"
+#: modules/access_output/shout.c:59
+msgid "Name to give to this stream/channel on the shoutcast/icecast server."
 msgstr ""
 
-#: modules/access/vcdx/info.c:127
-msgid "Track size (in sectors)"
+#: modules/access_output/shout.c:62
+#, fuzzy
+msgid "Stream description"
+msgstr "Descripcion"
+
+#: modules/access_output/shout.c:63
+msgid "Description of the stream content or information about your channel."
 msgstr ""
 
-#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
-#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
-msgid "type"
+#: modules/access_output/shout.c:66
+msgid "Stream MP3"
 msgstr ""
 
-#: modules/access/vcdx/info.c:139
-msgid "end"
+#: modules/access_output/shout.c:67
+msgid ""
+"You normally have to feed the shoutcast module with Ogg streams. It is also "
+"possible to stream MP3 instead, so you can forward MP3 streams to the "
+"shoutcast/icecast server."
 msgstr ""
 
-#: modules/access/vcdx/info.c:142
-msgid "play list"
-msgstr "Tièra de lectura"
+#: modules/access_output/shout.c:76
+#, fuzzy
+msgid "Genre description"
+msgstr "Descripcion"
 
-#: modules/access/vcdx/info.c:153
-msgid "extended selection list"
+#: modules/access_output/shout.c:77
+msgid "Genre of the content. "
 msgstr ""
 
-#: modules/access/vcdx/info.c:154
-msgid "selection list"
-msgstr ""
+#: modules/access_output/shout.c:79
+#, fuzzy
+msgid "URL description"
+msgstr "Descripcion"
 
-#: modules/access/vcdx/info.c:166
-msgid "unknown type"
+#: modules/access_output/shout.c:80
+msgid "URL with information about the stream or your channel. "
 msgstr ""
 
-#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
-#: modules/access/vcdx/info.c:316
-msgid "List ID"
+#: modules/access_output/shout.c:87
+msgid "Bitrate information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:95
-msgid "(Super) Video CD"
+#: modules/access_output/shout.c:90
+msgid "Samplerate information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:96
-msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
-msgstr ""
+#: modules/access_output/shout.c:92
+#, fuzzy
+msgid "Number of channels"
+msgstr "Nombre de colonas"
 
-#: modules/access/vcdx/vcd.c:97
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
+#: modules/access_output/shout.c:93
+msgid "Number of channels information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:106
-msgid "If nonzero, this gives additional debug information."
+#: modules/access_output/shout.c:95
+msgid "Ogg Vorbis Quality"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
-msgid "Number of CD blocks to get in a single read."
+#: modules/access_output/shout.c:96
+msgid "Ogg Vorbis Quality information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
+#: modules/access_output/shout.c:98
+#, fuzzy
+msgid "Stream public"
+msgstr "Sortida flus"
+
+#: modules/access_output/shout.c:99
+msgid ""
+"Make the server publicly available on the 'Yellow Pages' (directory listing "
+"of streams) on the icecast/shoutcast website. Requires the bitrate "
+"information specified for shoutcast. Requires Ogg streaming for icecast."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/shout.c:105
+#, fuzzy
+msgid "IceCAST output"
+msgstr "Access output"
+
+#: modules/access_output/udp.c:77
+#, fuzzy
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Default caching value for outbound UDP streams. This value should be set in "
+"milliseconds."
+msgstr " ..."
+
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
+#: modules/gui/macosx/wizard.m:1848
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
+msgid "Time-To-Live (TTL)"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:123
-msgid "Use track length as maximum unit in seek?"
+#: modules/access_output/udp.c:81
+#, fuzzy
+msgid "Time-To-Live of the outgoing stream."
+msgstr "..."
+
+#: modules/access_output/udp.c:84
+msgid "Group packets"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:85
 msgid ""
-"If set, the length of the seek bar is the track rather than the length of an "
-"entry."
+"Packets can be sent one by one at the right time or by groups. You can "
+"choose the number of packets that will be sent at a time. It helps reducing "
+"the scheduling load on heavily-loaded systems."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:129
-msgid "Show extended VCD info?"
+#: modules/access_output/udp.c:90
+msgid "Raw write"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:130
+#: modules/access_output/udp.c:91
 msgid ""
-"Show the maximum amount of information under Stream and Media Info. Shows "
-"for example playback control navigation."
+"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 ""
 
-#: modules/access/vcdx/vcd.c:137
-msgid "Format to use in the playlist's \"author\" field."
+#: modules/access_output/udp.c:97
+msgid "UDP stream output"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:143
-msgid "Format to use in the playlist's \"title\" field."
+#: modules/access_output/udp.c:98
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
+msgid "UDP"
 msgstr ""
 
 #: modules/audio_filter/channel_mixer/dolby.c:47
@@ -8615,398 +8636,398 @@ msgstr ""
 msgid "Windows Service interface"
 msgstr ""
 
-#: modules/control/rc.c:154
+#: modules/control/rc.c:156
 msgid "Show stream position"
 msgstr ""
 
-#: modules/control/rc.c:155
+#: modules/control/rc.c:157
 msgid ""
 "Show the current position in seconds within the stream from time to time."
 msgstr ""
 
-#: modules/control/rc.c:158
+#: modules/control/rc.c:160
 msgid "Fake TTY"
 msgstr ""
 
-#: modules/control/rc.c:159
+#: modules/control/rc.c:161
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr ""
 
-#: modules/control/rc.c:161
+#: modules/control/rc.c:163
 msgid "UNIX socket command input"
 msgstr ""
 
-#: modules/control/rc.c:162
+#: modules/control/rc.c:164
 msgid "Accept commands over a Unix socket rather than stdin."
 msgstr ""
 
-#: modules/control/rc.c:165
+#: modules/control/rc.c:167
 msgid "TCP command input"
 msgstr ""
 
-#: modules/control/rc.c:166
+#: modules/control/rc.c:168
 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:170 modules/misc/dummy/dummy.c:49
+#: modules/control/rc.c:172 modules/misc/dummy/dummy.c:49
 msgid "Do not open a DOS command box interface"
 msgstr ""
 
-#: modules/control/rc.c:172
+#: modules/control/rc.c:174
 msgid ""
 "By default the rc 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 ""
 
-#: modules/control/rc.c:179
+#: modules/control/rc.c:181
 msgid "RC"
 msgstr ""
 
-#: modules/control/rc.c:182
+#: modules/control/rc.c:184
 msgid "Remote control interface"
 msgstr ""
 
-#: modules/control/rc.c:323
+#: modules/control/rc.c:325
 msgid "Remote control interface initialized. Type `help' for help."
 msgstr ""
 
-#: modules/control/rc.c:848
+#: modules/control/rc.c:850
 #, c-format
 msgid "Unknown command `%s'. Type `help' for help."
 msgstr ""
 
-#: modules/control/rc.c:881
+#: modules/control/rc.c:883
 msgid "+----[ Remote control commands ]"
 msgstr ""
 
-#: modules/control/rc.c:883
+#: modules/control/rc.c:885
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist"
 msgstr ""
 
-#: modules/control/rc.c:884
+#: modules/control/rc.c:886
 msgid "| enqueue XYZ  . . . . . . . queue XYZ to playlist"
 msgstr ""
 
-#: modules/control/rc.c:885
+#: modules/control/rc.c:887
 msgid "| playlist . . .  show items currently in playlist"
 msgstr ""
 
-#: modules/control/rc.c:886
+#: modules/control/rc.c:888
 msgid "| play . . . . . . . . . . . . . . . . play stream"
 msgstr ""
 
-#: modules/control/rc.c:887
+#: modules/control/rc.c:889
 msgid "| stop . . . . . . . . . . . . . . . . stop stream"
 msgstr ""
 
-#: modules/control/rc.c:888
+#: modules/control/rc.c:890
 msgid "| next . . . . . . . . . . . .  next playlist item"
 msgstr ""
 
-#: modules/control/rc.c:889
+#: modules/control/rc.c:891
 msgid "| prev . . . . . . . . . .  previous playlist item"
 msgstr ""
 
-#: modules/control/rc.c:890
+#: modules/control/rc.c:892
 msgid "| goto . . . . . . . . . . . .  goto item at index"
 msgstr ""
 
-#: modules/control/rc.c:891
+#: modules/control/rc.c:893
 msgid "| clear . . . . . . . . . . .   clear the playlist"
 msgstr ""
 
-#: modules/control/rc.c:892
+#: modules/control/rc.c:894
 msgid "| status . . . . . . . . . current playlist status"
 msgstr ""
 
-#: modules/control/rc.c:893
+#: modules/control/rc.c:895
 msgid "| title [X]  . . . . set/get title in current item"
 msgstr ""
 
-#: modules/control/rc.c:894
+#: modules/control/rc.c:896
 msgid "| title_n  . . . . . .  next title in current item"
 msgstr ""
 
-#: modules/control/rc.c:895
+#: modules/control/rc.c:897
 msgid "| title_p  . . . .  previous title in current item"
 msgstr ""
 
-#: modules/control/rc.c:896
+#: modules/control/rc.c:898
 msgid "| chapter [X]  . . set/get chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:897
+#: modules/control/rc.c:899
 msgid "| chapter_n  . . . .  next chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:898
+#: modules/control/rc.c:900
 msgid "| chapter_p  . .  previous chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:900
+#: modules/control/rc.c:902
 msgid "| seek X . seek in seconds, for instance `seek 12'"
 msgstr ""
 
-#: modules/control/rc.c:901
+#: modules/control/rc.c:903
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause"
 msgstr ""
 
-#: modules/control/rc.c:902
+#: modules/control/rc.c:904
 msgid "| fastforward  . . . . . .  .  set to maximum rate"
 msgstr ""
 
-#: modules/control/rc.c:903
+#: modules/control/rc.c:905
 msgid "| rewind  . . . . . . . . . .  set to minimum rate"
 msgstr ""
 
-#: modules/control/rc.c:904
+#: modules/control/rc.c:906
 msgid "| faster . . . . . . . .  faster playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:905
+#: modules/control/rc.c:907
 msgid "| slower . . . . . . . .  slower playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:906
+#: modules/control/rc.c:908
 msgid "| normal . . . . . . . .  normal playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:907
+#: modules/control/rc.c:909
 msgid "| f [on|off] . . . . . . . . . . toggle fullscreen"
 msgstr ""
 
-#: modules/control/rc.c:908
+#: modules/control/rc.c:910
 msgid "| info . . .  information about the current stream"
 msgstr ""
 
-#: modules/control/rc.c:909
+#: modules/control/rc.c:911
 msgid "| get_time . . seconds elapsed since stream's beginning"
 msgstr ""
 
-#: modules/control/rc.c:910
+#: modules/control/rc.c:912
 msgid "| is_playing . .  1 if a stream plays, 0 otherwise"
 msgstr ""
 
-#: modules/control/rc.c:911
+#: modules/control/rc.c:913
 msgid "| get_title . . .  the title of the current stream"
 msgstr ""
 
-#: modules/control/rc.c:912
+#: modules/control/rc.c:914
 msgid "| get_length . .  the length of the current stream"
 msgstr ""
 
-#: modules/control/rc.c:914
+#: modules/control/rc.c:916
 msgid "| volume [X] . . . . . . . .  set/get audio volume"
 msgstr ""
 
-#: modules/control/rc.c:915
+#: modules/control/rc.c:917
 msgid "| volup [X]  . . . . .  raise audio volume X steps"
 msgstr ""
 
-#: modules/control/rc.c:916
+#: modules/control/rc.c:918
 msgid "| voldown [X]  . . . .  lower audio volume X steps"
 msgstr ""
 
-#: modules/control/rc.c:917
+#: modules/control/rc.c:919
 msgid "| adev [X] . . . . . . . . .  set/get audio device"
 msgstr ""
 
-#: modules/control/rc.c:918
+#: modules/control/rc.c:920
 msgid "| achan [X]. . . . . . . .  set/get audio channels"
 msgstr ""
 
-#: modules/control/rc.c:919
+#: modules/control/rc.c:921
 msgid "| atrack [X] . . . . . . . . . set/get audio track"
 msgstr ""
 
-#: modules/control/rc.c:920
+#: modules/control/rc.c:922
 msgid "| vtrack [X] . . . . . . . . . set/get video track"
 msgstr ""
 
-#: modules/control/rc.c:921
+#: modules/control/rc.c:923
 msgid "| strack [X] . . . . . . . set/get subtitles track"
 msgstr ""
 
-#: modules/control/rc.c:922
+#: modules/control/rc.c:924
 msgid "| menu [on|off|up|down|left|right|select] use menu"
 msgstr ""
 
-#: modules/control/rc.c:927
+#: modules/control/rc.c:929
 msgid "| marq-marquee STRING  . . overlay STRING in video"
 msgstr ""
 
-#: modules/control/rc.c:928
+#: modules/control/rc.c:930
 msgid "| marq-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:929
+#: modules/control/rc.c:931
 msgid "| marq-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:930
+#: modules/control/rc.c:932
 msgid "| marq-position #. . .  .relative position control"
 msgstr ""
 
-#: modules/control/rc.c:931
+#: modules/control/rc.c:933
 msgid "| marq-color # . . . . . . . . . . font color, RGB"
 msgstr ""
 
-#: modules/control/rc.c:932
+#: modules/control/rc.c:934
 msgid "| marq-opacity # . . . . . . . . . . . . . opacity"
 msgstr ""
 
-#: modules/control/rc.c:933
+#: modules/control/rc.c:935
 msgid "| marq-timeout T. . . . . . . . . . timeout, in ms"
 msgstr ""
 
-#: modules/control/rc.c:934
+#: modules/control/rc.c:936
 msgid "| marq-size # . . . . . . . . font size, in pixels"
 msgstr ""
 
-#: modules/control/rc.c:936
+#: modules/control/rc.c:938
 msgid "| time-format STRING . . . overlay STRING in video"
 msgstr ""
 
-#: modules/control/rc.c:937
+#: modules/control/rc.c:939
 msgid "| time-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:938
+#: modules/control/rc.c:940
 msgid "| time-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:939
+#: modules/control/rc.c:941
 msgid "| time-position #. . . . . . . . relative position"
 msgstr ""
 
-#: modules/control/rc.c:940
+#: modules/control/rc.c:942
 msgid "| time-color # . . . . . . . . . . font color, RGB"
 msgstr ""
 
-#: modules/control/rc.c:941
+#: modules/control/rc.c:943
 msgid "| time-opacity # . . . . . . . . . . . . . opacity"
 msgstr ""
 
-#: modules/control/rc.c:942
+#: modules/control/rc.c:944
 msgid "| time-size # . . . . . . . . font size, in pixels"
 msgstr ""
 
-#: modules/control/rc.c:944
+#: modules/control/rc.c:946
 msgid "| logo-file STRING . . .the overlay file path/name"
 msgstr ""
 
-#: modules/control/rc.c:945
+#: modules/control/rc.c:947
 msgid "| logo-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:946
+#: modules/control/rc.c:948
 msgid "| logo-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:947
+#: modules/control/rc.c:949
 msgid "| logo-position #. . . . . . . . relative position"
 msgstr ""
 
-#: modules/control/rc.c:948
+#: modules/control/rc.c:950
 msgid "| logo-transparency #. . . . . . . . .transparency"
 msgstr ""
 
-#: modules/control/rc.c:950
+#: modules/control/rc.c:952
 msgid "| mosaic-alpha # . . . . . . . . . . . . . . alpha"
 msgstr ""
 
-#: modules/control/rc.c:951
+#: modules/control/rc.c:953
 msgid "| mosaic-height #. . . . . . . . . . . . . .height"
 msgstr ""
 
-#: modules/control/rc.c:952
+#: modules/control/rc.c:954
 msgid "| mosaic-width # . . . . . . . . . . . . . . width"
 msgstr ""
 
-#: modules/control/rc.c:953
+#: modules/control/rc.c:955
 msgid "| mosaic-xoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:954
+#: modules/control/rc.c:956
 msgid "| mosaic-yoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:955
+#: modules/control/rc.c:957
 msgid "| mosaic-align 0..2,4..6,8..10. . .mosaic alignment"
 msgstr ""
 
-#: modules/control/rc.c:956
+#: modules/control/rc.c:958
 msgid "| mosaic-vborder # . . . . . . . . vertical border"
 msgstr ""
 
-#: modules/control/rc.c:957
+#: modules/control/rc.c:959
 msgid "| mosaic-hborder # . . . . . . . horizontal border"
 msgstr ""
 
-#: modules/control/rc.c:958
+#: modules/control/rc.c:960
 msgid "| mosaic-position {0=auto,1=fixed} . . . .position"
 msgstr ""
 
-#: modules/control/rc.c:959
+#: modules/control/rc.c:961
 msgid "| mosaic-rows #. . . . . . . . . . .number of rows"
 msgstr ""
 
-#: modules/control/rc.c:960
+#: modules/control/rc.c:962
 msgid "| mosaic-cols #. . . . . . . . . . .number of cols"
 msgstr ""
 
-#: modules/control/rc.c:961
+#: modules/control/rc.c:963
 msgid "| mosaic-order id(,id)* . . . . order of pictures "
 msgstr ""
 
-#: modules/control/rc.c:962
+#: modules/control/rc.c:964
 msgid "| mosaic-keep-aspect-ratio {0,1} . . .aspect ratio"
 msgstr ""
 
-#: modules/control/rc.c:964
+#: modules/control/rc.c:966
 msgid ""
 "| check-updates [newer] [equal] [older]\n"
 "|               [undef] [info] [source] [binary] [plugin]"
 msgstr ""
 
-#: modules/control/rc.c:968
+#: modules/control/rc.c:970
 msgid "| help . . . . . . . . . . . . . this help message"
 msgstr ""
 
-#: modules/control/rc.c:969
+#: modules/control/rc.c:971
 msgid "| longhelp . . . . . . . . . a longer help message"
 msgstr ""
 
-#: modules/control/rc.c:970
+#: modules/control/rc.c:972
 msgid "| logout . . . . .  exit (if in socket connection)"
 msgstr ""
 
-#: modules/control/rc.c:971
+#: modules/control/rc.c:973
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc"
 msgstr ""
 
-#: modules/control/rc.c:973
+#: modules/control/rc.c:975
 msgid "+----[ end of help ]"
 msgstr ""
 
-#: modules/control/rc.c:1080
+#: modules/control/rc.c:1082
 msgid "Press menu select or pause to continue."
 msgstr ""
 
-#: modules/control/rc.c:1324 modules/control/rc.c:1809
-#: modules/control/rc.c:1879 modules/control/rc.c:1928
-#: modules/control/rc.c:2027
+#: modules/control/rc.c:1326 modules/control/rc.c:1811
+#: modules/control/rc.c:1881 modules/control/rc.c:1930
+#: modules/control/rc.c:2029
 msgid "Type 'menu select' or 'pause' to continue."
 msgstr ""
 
-#: modules/control/rc.c:1461
+#: modules/control/rc.c:1463
 msgid "Type 'pause' to continue."
 msgstr ""
 
-#: modules/control/rc.c:2012 modules/control/rc.c:2051
+#: modules/control/rc.c:2014 modules/control/rc.c:2053
 msgid "Please provide one of the following parameters:"
 msgstr ""
 
@@ -9138,6 +9159,7 @@ msgstr ""
 #: modules/gui/macosx/interaction.m:135 modules/gui/macosx/open.m:158
 #: modules/gui/macosx/playlistinfo.m:60 modules/gui/macosx/prefs.m:122
 #: modules/gui/macosx/prefs.m:142 modules/gui/macosx/wizard.m:363
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:88
 msgid "Cancel"
 msgstr ""
 
@@ -10044,8 +10066,8 @@ msgstr ""
 #: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:440
 #: modules/gui/macosx/open.m:634 modules/gui/macosx/open.m:738
 #: modules/gui/macosx/open.m:784 modules/gui/wxwidgets/interface.cpp:675
-#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:348
-#: modules/gui/wxwidgets/menus.cpp:404
+#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:349
+#: modules/gui/wxwidgets/menus.cpp:405
 msgid "Open"
 msgstr "Dobrir"
 
@@ -10057,7 +10079,7 @@ msgstr "Preférencias"
 
 #: modules/gui/beos/InterfaceWindow.cpp:237
 #: modules/gui/beos/InterfaceWindow.cpp:328 modules/gui/macosx/intf.m:503
-#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:35
+#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:41
 #: modules/gui/wxwidgets/dialogs/messages.cpp:47
 msgid "Messages"
 msgstr "Messatges"
@@ -10210,6 +10232,7 @@ msgstr "Aplicar"
 
 #: modules/gui/beos/PreferencesWindow.cpp:254 modules/gui/macosx/output.m:526
 #: modules/gui/macosx/playlist.m:704 modules/gui/macosx/prefs.m:121
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:87
 msgid "Save"
 msgstr "Salvar"
 
@@ -10332,7 +10355,7 @@ msgstr ""
 msgid "The stream must be playing or paused for bookmarks to work."
 msgstr ""
 
-#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:735
+#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:741
 msgid "Jump To Time"
 msgstr ""
 
@@ -10348,64 +10371,64 @@ msgstr ""
 msgid "Random On"
 msgstr "Aleatòri activat"
 
-#: modules/gui/macosx/controls.m:167
+#: modules/gui/macosx/controls.m:168
 msgid "Random Off"
 msgstr "Aleatòri desactivat"
 
-#: modules/gui/macosx/controls.m:195 modules/gui/macosx/controls.m:719
+#: modules/gui/macosx/controls.m:197 modules/gui/macosx/controls.m:725
 #: modules/gui/macosx/intf.m:543 modules/gui/macosx/playlist.m:453
 #: modules/gui/macosx/playlist.m:1167
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:54
 msgid "Repeat One"
 msgstr "Repetir un còp"
 
-#: modules/gui/macosx/controls.m:199 modules/gui/macosx/controls.m:231
+#: modules/gui/macosx/controls.m:202 modules/gui/macosx/controls.m:236
 #: modules/gui/macosx/playlist.m:1186
 msgid "Repeat Off"
 msgstr "De pas repetir"
 
-#: modules/gui/macosx/controls.m:227 modules/gui/macosx/controls.m:726
+#: modules/gui/macosx/controls.m:231 modules/gui/macosx/controls.m:732
 #: modules/gui/macosx/intf.m:544 modules/gui/macosx/playlist.m:454
 #: modules/gui/macosx/playlist.m:1175
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:53
 msgid "Repeat All"
 msgstr "Tot repetir"
 
-#: modules/gui/macosx/controls.m:308 modules/gui/macosx/controls.m:749
+#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
 #: modules/gui/macosx/intf.m:569
 msgid "Half Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:310 modules/gui/macosx/controls.m:750
+#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:756
 #: modules/gui/macosx/intf.m:570
 msgid "Normal Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:312 modules/gui/macosx/controls.m:751
+#: modules/gui/macosx/controls.m:318 modules/gui/macosx/controls.m:757
 #: modules/gui/macosx/intf.m:571
 msgid "Double Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
-#: modules/gui/macosx/controls.m:766 modules/gui/macosx/intf.m:574
+#: modules/gui/macosx/controls.m:320 modules/gui/macosx/controls.m:761
+#: modules/gui/macosx/controls.m:772 modules/gui/macosx/intf.m:574
 msgid "Float on Top"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:752
+#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:758
 #: modules/gui/macosx/intf.m:572
 msgid "Fit to Screen"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:542
+#: modules/gui/macosx/controls.m:718 modules/gui/macosx/intf.m:542
 #: modules/gui/macosx/playlist.m:447
 msgid "Random"
 msgstr "Aleatòri"
 
-#: modules/gui/macosx/controls.m:733 modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/controls.m:739 modules/gui/macosx/intf.m:545
 msgid "Step Forward"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:734 modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/controls.m:740 modules/gui/macosx/intf.m:546
 msgid "Step Backward"
 msgstr ""
 
@@ -10424,7 +10447,7 @@ msgstr "Lèu endavant"
 #: modules/gui/pda/pda_interface.c:251 modules/gui/wxwidgets/interface.cpp:678
 #: modules/gui/wxwidgets/interface.cpp:689
 #: modules/gui/wxwidgets/interface.cpp:1210
-#: modules/gui/wxwidgets/menus.cpp:265 modules/visualization/xosd.c:242
+#: modules/gui/wxwidgets/menus.cpp:266 modules/visualization/xosd.c:242
 msgid "Pause"
 msgstr "Pausa"
 
@@ -10631,7 +10654,7 @@ msgstr ""
 
 #: modules/gui/macosx/intf.m:488 modules/gui/macosx/intf.m:999
 #: modules/gui/macosx/intf.m:1321 modules/gui/pda/pda_interface.c:212
-#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:52
+#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:54
 msgid "VLC media player"
 msgstr "Lector media VLC"
 
@@ -11068,77 +11091,6 @@ msgstr ""
 msgid "Save File"
 msgstr "Salvar fichièr"
 
-#: modules/gui/macosx/playlistinfo.m:56
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
-msgid "URI"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:63
-#, fuzzy
-msgid "Advanced Information"
-msgstr "Mai d'Opcions"
-
-#: modules/gui/macosx/playlistinfo.m:81
-msgid "Read at media"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:82
-#, fuzzy
-msgid "Input bitrate"
-msgstr "Inuktitut"
-
-#: modules/gui/macosx/playlistinfo.m:83
-#, fuzzy
-msgid "Demuxed"
-msgstr "Desseparar"
-
-#: modules/gui/macosx/playlistinfo.m:84
-#, fuzzy
-msgid "Stream bitrate"
-msgstr "Sortida flus"
-
-#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
-msgid "Decoded blocks"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:88
-msgid "Displayed frames"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:89
-#, fuzzy
-msgid "Lost frames"
-msgstr "Sautar cap al titol"
-
-#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
-#: modules/video_filter/deinterlace.c:137
-msgid "Streaming"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:92
-msgid "Sent packets"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:93
-msgid "Sent bytes"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:94
-msgid "Send rate"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:98
-#, fuzzy
-msgid "Played buffers"
-msgstr "Mai viste"
-
-#: modules/gui/macosx/playlistinfo.m:99
-msgid "Lost buffers"
-msgstr ""
-
 #: modules/gui/macosx/playlist.m:434
 msgid "Save Playlist..."
 msgstr ""
@@ -11221,6 +11173,77 @@ msgstr ""
 msgid "Empty Folder"
 msgstr ""
 
+#: modules/gui/macosx/playlistinfo.m:56
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
+msgid "URI"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:63
+#, fuzzy
+msgid "Advanced Information"
+msgstr "Mai d'Opcions"
+
+#: modules/gui/macosx/playlistinfo.m:81
+msgid "Read at media"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:82
+#, fuzzy
+msgid "Input bitrate"
+msgstr "Inuktitut"
+
+#: modules/gui/macosx/playlistinfo.m:83
+#, fuzzy
+msgid "Demuxed"
+msgstr "Desseparar"
+
+#: modules/gui/macosx/playlistinfo.m:84
+#, fuzzy
+msgid "Stream bitrate"
+msgstr "Sortida flus"
+
+#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
+msgid "Decoded blocks"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:88
+msgid "Displayed frames"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:89
+#, fuzzy
+msgid "Lost frames"
+msgstr "Sautar cap al titol"
+
+#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
+#: modules/video_filter/deinterlace.c:137
+msgid "Streaming"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:92
+msgid "Sent packets"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:93
+msgid "Sent bytes"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:94
+msgid "Send rate"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:98
+#, fuzzy
+msgid "Played buffers"
+msgstr "Mai viste"
+
+#: modules/gui/macosx/playlistinfo.m:99
+msgid "Lost buffers"
+msgstr ""
+
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:213
 msgid "Reset All"
@@ -12424,11 +12447,22 @@ msgstr ""
 msgid "QNX RTOS video and audio output"
 msgstr ""
 
+#: modules/gui/qt4/dialogs/errors.cpp:37
+#, fuzzy
+msgid "Errors"
+msgstr "Error"
+
 #: modules/gui/qt4/dialogs/streaminfo.cpp:35
 #, fuzzy
 msgid "Stream information"
 msgstr "Mai d'Opcions"
 
+#: modules/gui/qt4/dialogs_provider.cpp:235
+#: modules/gui/qt4/dialogs_provider.cpp:246
+#, fuzzy
+msgid "Open directory"
+msgstr "Dobrir Repertòri..."
+
 #: modules/gui/qt4/qt4.cpp:45
 #, fuzzy
 msgid "QT interface"
@@ -12595,6 +12629,11 @@ msgstr ""
 msgid "WinCE dialogs provider"
 msgstr ""
 
+#: modules/gui/wxwidgets/dialogs.cpp:433
+#: modules/gui/wxwidgets/dialogs/open.cpp:1265
+msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
+msgstr ""
+
 #: modules/gui/wxwidgets/dialogs/bookmarks.cpp:75
 msgid "Edit bookmark"
 msgstr ""
@@ -12661,26 +12700,6 @@ msgstr ""
 msgid "Input has changed "
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs.cpp:433
-#: modules/gui/wxwidgets/dialogs/open.cpp:1265
-msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:435
-#: modules/gui/wxwidgets/dialogs/open.cpp:1267
-msgid "|Video Files (*.avi, *.mpg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:436
-#: modules/gui/wxwidgets/dialogs/open.cpp:1268
-msgid "|Playlist Files (*.m3u, *.pls, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:437
-#: modules/gui/wxwidgets/dialogs/open.cpp:1269
-msgid "|Subtitle Files (*.srt, *.sub, etc.)|"
-msgstr ""
-
 #: modules/gui/wxwidgets/dialogs/fileinfo.cpp:54
 #, fuzzy
 msgid "Stream and Media Info"
@@ -13214,10 +13233,6 @@ msgstr "Sortida"
 msgid "Loop"
 msgstr "Bloca"
 
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:415
-msgid "Create"
-msgstr "Crear"
-
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:560
 msgid "VLM stream"
 msgstr ""
@@ -13287,10 +13302,6 @@ msgid ""
 "about it."
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
-msgid "Transcode audio (if available)"
-msgstr ""
-
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:135
 msgid ""
 "Select the target audio codec. Choose a codec to display more information "
@@ -13354,6 +13365,10 @@ msgstr ""
 msgid "Save to file"
 msgstr ""
 
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
+msgid "Transcode audio (if available)"
+msgstr ""
+
 #: modules/gui/wxwidgets/extrapanel.cpp:41
 msgid ""
 "Controls the blending of equalizer bands. The higher this value is, the more "
@@ -13624,7 +13639,7 @@ msgstr "&Messatges..."
 msgid "&Preferences..."
 msgstr ""
 
-#: modules/gui/wxwidgets/menus.cpp:572 modules/gui/wxwidgets/menus.cpp:599
+#: modules/gui/wxwidgets/menus.cpp:573 modules/gui/wxwidgets/menus.cpp:600
 msgid "Empty"
 msgstr ""
 
@@ -14110,10 +14125,6 @@ msgstr ""
 msgid "Output data for RRDTool in this file."
 msgstr ""
 
-#: modules/misc/memcpy/memcpyaltivec.c:56
-msgid "AltiVec memcpy"
-msgstr ""
-
 #: modules/misc/memcpy/memcpy.c:83
 msgid "libc memcpy"
 msgstr ""
@@ -14130,6 +14141,10 @@ msgstr ""
 msgid "MMX EXT memcpy"
 msgstr ""
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr ""
+
 #: modules/misc/msn.c:64
 msgid "MSN Title format string"
 msgstr ""
@@ -15514,13 +15529,6 @@ msgstr ""
 msgid "Conversions from "
 msgstr ""
 
-#: 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 " cap a"
-
 #: 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 "
@@ -17058,9 +17066,11 @@ msgstr ""
 msgid "XOSD interface"
 msgstr "Interfàcia XOSD"
 
-#, fuzzy
-#~ msgid "Errors"
-#~ msgstr "Error"
+#~ msgid "Create"
+#~ msgstr "Crear"
+
+#~ msgid " to "
+#~ msgstr " cap a"
 
 #, fuzzy
 #~ msgid "Yes"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index a5d5c11bb7edc633dd80b8ae8e7dfb604a94ca90..cf9fe680c95b932a3100bcc67e8ec26b1ec34cba 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: pt_BR\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-31 15:10+0400\n"
+"POT-Creation-Date: 2006-09-04 11:13+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"
@@ -16,6 +16,18 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: include/vlc/vlc.h:576
+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"
+"see the file named COPYING for details.\n"
+"Written by the VideoLAN team; see the AUTHORS file.\n"
+msgstr ""
+"Este programa vem SEM GARANTIA, à extensão permitida por lei.\n"
+"Você poderá redistribuí-lo sob os termos da GNU General Public Licence;\n"
+"veja o arquivo de nome COPYING para detalhes.\n"
+"Escrito pelo time VideoLAN; veja o arquivo AUTHORS.\n"
+
 #: include/vlc_config_cat.h:32
 msgid "VLC preferences"
 msgstr "Preferências do VLC"
@@ -70,7 +82,7 @@ msgstr "Controle da interface por gestos do mouse"
 msgid "Hotkeys settings"
 msgstr "Configurações de codificadores de audio"
 
-#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1209
+#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1217
 #: modules/gui/beos/InterfaceWindow.cpp:282 modules/gui/macosx/extended.m:81
 #: modules/gui/macosx/intf.m:555 modules/gui/macosx/output.m:170
 #: modules/gui/macosx/playlistinfo.m:96 modules/gui/macosx/wizard.m:421
@@ -118,9 +130,9 @@ msgstr "Métodos de saída"
 msgid "These are general settings for audio output modules."
 msgstr "Estas são configurações gerais para módulos de saída de audio"
 
-#: include/vlc_config_cat.h:71 src/libvlc.h:1553
+#: include/vlc_config_cat.h:71 src/libvlc.h:1563
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:578
-#: modules/gui/wxwidgets/menus.cpp:279 modules/stream_out/transcode.c:285
+#: modules/gui/wxwidgets/menus.cpp:280 modules/stream_out/transcode.c:285
 msgid "Miscellaneous"
 msgstr "Variados"
 
@@ -129,7 +141,7 @@ msgstr "Variados"
 msgid "Miscellaneous audio settings and modules."
 msgstr "Opções Variadas"
 
-#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1244
+#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1252
 #: modules/gui/macosx/extended.m:80 modules/gui/macosx/intf.m:568
 #: modules/gui/macosx/output.m:160 modules/gui/macosx/playlistinfo.m:86
 #: modules/gui/macosx/wizard.m:422
@@ -255,7 +267,7 @@ msgstr ""
 msgid "General input settings. Use with care."
 msgstr "Configurações Avançadas..."
 
-#: include/vlc_config_cat.h:135 src/libvlc.h:1483
+#: include/vlc_config_cat.h:135 src/libvlc.h:1493
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:152
 msgid "Stream output"
 msgstr "stream de saída"
@@ -348,8 +360,8 @@ msgstr "DVD"
 msgid "VLC's implementation of Video On Demand"
 msgstr ""
 
-#: include/vlc_config_cat.h:186 src/libvlc.h:1608 src/playlist/engine.c:79
-#: src/playlist/engine.c:81 modules/demux/playlist/playlist.c:56
+#: include/vlc_config_cat.h:186 src/libvlc.h:1618 src/playlist/engine.c:91
+#: src/playlist/engine.c:93 modules/demux/playlist/playlist.c:56
 #: modules/demux/playlist/playlist.c:57
 #: modules/gui/beos/InterfaceWindow.cpp:231
 #: modules/gui/beos/InterfaceWindow.cpp:325 modules/gui/macosx/intf.m:500
@@ -381,7 +393,7 @@ msgid ""
 "playlist."
 msgstr ""
 
-#: include/vlc_config_cat.h:197 src/libvlc.h:1444
+#: include/vlc_config_cat.h:197 src/libvlc.h:1454
 #: modules/gui/macosx/prefs.m:124
 msgid "Advanced"
 msgstr "Avançado"
@@ -507,7 +519,7 @@ msgstr "Selecione o atalho a ser usado para tocar."
 #: modules/gui/wxwidgets/interface.cpp:677
 #: modules/gui/wxwidgets/interface.cpp:688
 #: modules/gui/wxwidgets/interface.cpp:1216
-#: modules/gui/wxwidgets/menus.cpp:263 modules/gui/wxwidgets/menus.cpp:274
+#: modules/gui/wxwidgets/menus.cpp:264 modules/gui/wxwidgets/menus.cpp:275
 msgid "Play"
 msgstr "Tocar"
 
@@ -525,8 +537,8 @@ msgid "Delete"
 msgstr "Apagar"
 
 #: include/vlc_intf_strings.h:37 modules/gui/macosx/intf.m:599
-#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlistinfo.m:55
-#: modules/gui/macosx/playlistinfo.m:363 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/playlistinfo.m:55 modules/gui/macosx/playlistinfo.m:363
 #, fuzzy
 msgid "Information"
 msgstr "imprimir informações de versão"
@@ -563,8 +575,8 @@ msgstr "Alvo de destino:"
 msgid "Title"
 msgstr "Título"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:58
-#: modules/gui/macosx/playlist.m:130 modules/gui/macosx/wizard.m:393
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:130
+#: modules/gui/macosx/playlistinfo.m:58 modules/gui/macosx/wizard.m:393
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:50
 msgid "Author"
 msgstr "Autor"
@@ -637,18 +649,6 @@ msgstr "Nome do Codec"
 msgid "Codec Description"
 msgstr "Descrição do Codec"
 
-#: include/vlc/vlc.h:576
-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"
-"see the file named COPYING for details.\n"
-"Written by the VideoLAN team; see the AUTHORS file.\n"
-msgstr ""
-"Este programa vem SEM GARANTIA, à extensão permitida por lei.\n"
-"Você poderá redistribuí-lo sob os termos da GNU General Public Licence;\n"
-"veja o arquivo de nome COPYING para detalhes.\n"
-"Escrito pelo time VideoLAN; veja o arquivo AUTHORS.\n"
-
 #: src/audio_output/filters.c:154 src/audio_output/filters.c:201
 #: src/audio_output/filters.c:224
 #, fuzzy
@@ -662,7 +662,7 @@ msgid "The maximum number of filters (%d) was reached."
 msgstr ""
 
 #: src/audio_output/input.c:80 src/audio_output/input.c:126
-#: src/input/es_out.c:361 src/libvlc.h:417 src/video_output/video_output.c:421
+#: src/input/es_out.c:361 src/libvlc.h:421 src/video_output/video_output.c:421
 #: modules/codec/ffmpeg/postprocess.c:94
 msgid "Disable"
 msgstr "Desabilitar"
@@ -812,13 +812,14 @@ msgid "VLC could not open the decoder module."
 msgstr ""
 
 #: src/input/decoder.c:136
-msgid "No suitable decoder module for FOURCC \"4.4s\" found"
+msgid "No suitable decoder module for format"
 msgstr ""
 
 #: src/input/decoder.c:137
+#, c-format
 msgid ""
-"VLC probably does not support this audio or video format. Regrettably, there "
-"is no way for you to fix this."
+"VLC probably does not support the “%4.4s” audio or video format. "
+"Unfortunately there is no way for you to fix this."
 msgstr ""
 
 #: src/input/es_out.c:383 src/input/es_out.c:385 src/input/es_out.c:391
@@ -829,7 +830,7 @@ msgid "Track %i"
 msgstr "Faixa %i"
 
 #: src/input/es_out.c:465 src/input/es_out.c:467 src/input/es_out.c:567
-#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:443
+#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:447
 #: modules/gui/macosx/intf.m:548 modules/gui/macosx/intf.m:549
 msgid "Program"
 msgstr "Programa"
@@ -868,8 +869,8 @@ msgstr "%d Hz"
 msgid "Bits per sample"
 msgstr "Bits por Amostra"
 
-#: src/input/es_out.c:1605 modules/access_output/shout.c:86
-#: modules/access/pvr.c:84
+#: src/input/es_out.c:1605 modules/access/pvr.c:84
+#: modules/access_output/shout.c:86
 msgid "Bitrate"
 msgstr "Taxa de Bits"
 
@@ -922,7 +923,7 @@ msgstr ""
 msgid "Bookmark"
 msgstr ""
 
-#: src/input/var.c:131 src/libvlc.h:449
+#: src/input/var.c:131 src/libvlc.h:453
 #, fuzzy
 msgid "Programs"
 msgstr "Programa"
@@ -1689,45 +1690,55 @@ msgstr ""
 "(isto também permite que você economize algum poder de processamento)."
 
 #: src/libvlc.h:278
+#, fuzzy
+msgid "Embedded video"
+msgstr "Saída de vídeo QT Embedded"
+
+#: src/libvlc.h:280
+#, fuzzy
+msgid "Embed the video output in the main interface."
+msgstr "_Esconder Interface"
+
+#: src/libvlc.h:282
 msgid "Fullscreen video output"
 msgstr "Saída de vídeo em tela cheia"
 
-#: src/libvlc.h:280
+#: src/libvlc.h:284
 #, fuzzy
 msgid "Start video in fullscreen mode"
 msgstr "Método alternativo de tela cheia"
 
-#: src/libvlc.h:282
+#: src/libvlc.h:286
 msgid "Overlay video output"
 msgstr "Saída de vídeo 'Overlay'"
 
-#: src/libvlc.h:284
+#: src/libvlc.h:288
 msgid ""
 "Overlay is the hardware acceleration capability of your video card (ability "
 "to render video directly). VLC will try to use it by default."
 msgstr ""
 
-#: src/libvlc.h:287 src/video_output/vout_intf.c:399
+#: src/libvlc.h:291 src/video_output/vout_intf.c:399
 msgid "Always on top"
 msgstr "Sempre por cima"
 
-#: src/libvlc.h:289
+#: src/libvlc.h:293
 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:291
+#: src/libvlc.h:295
 msgid "Disable screensaver"
 msgstr ""
 
-#: src/libvlc.h:292
+#: src/libvlc.h:296
 msgid "Disable the screensaver during video playback."
 msgstr ""
 
-#: src/libvlc.h:294
+#: src/libvlc.h:298
 msgid "Window decorations"
 msgstr ""
 
-#: src/libvlc.h:296
+#: src/libvlc.h:300
 #, fuzzy
 msgid ""
 "VLC can avoid creating window caption, frames, etc... around the video, "
@@ -1736,12 +1747,12 @@ msgstr ""
 "Quando esta opção estiver habilitada, o VLC irá sempre iniciar o vídeo no "
 "modo tela cheia"
 
-#: src/libvlc.h:299
+#: src/libvlc.h:303
 #, fuzzy
 msgid "Video output filter module"
 msgstr "Módulo de saída de vídeo"
 
-#: src/libvlc.h:301
+#: src/libvlc.h:305
 #, fuzzy
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
@@ -1751,11 +1762,11 @@ msgstr ""
 "a qualidade de imagem, por exemplo desentrelaçar, clonar ou distorcer a "
 "janela de vídeo."
 
-#: src/libvlc.h:305
+#: src/libvlc.h:309
 msgid "Video filter module"
 msgstr "Módulo de filtros de vídeo"
 
-#: src/libvlc.h:307
+#: src/libvlc.h:311
 #, fuzzy
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
@@ -1765,64 +1776,64 @@ msgstr ""
 "a qualidade de imagem, por exemplo desentrelaçar, clonar ou distorcer a "
 "janela de vídeo."
 
-#: src/libvlc.h:311
+#: src/libvlc.h:315
 #, fuzzy
 msgid "Video snapshot directory (or filename)"
 msgstr "Formato de chroma da entrada de vídeo"
 
-#: src/libvlc.h:313
+#: src/libvlc.h:317
 #, fuzzy
 msgid "Directory where the video snapshots will be stored."
 msgstr ""
 "Permite que você modifique o nome de usuário que será usado para a conexão."
 
-#: src/libvlc.h:315 src/libvlc.h:317
+#: src/libvlc.h:319 src/libvlc.h:321
 #, fuzzy
 msgid "Video snapshot file prefix"
 msgstr "Formato de chroma da entrada de vídeo"
 
-#: src/libvlc.h:319
+#: src/libvlc.h:323
 #, fuzzy
 msgid "Video snapshot format"
 msgstr "Formato de chroma da entrada de vídeo"
 
-#: src/libvlc.h:321
+#: src/libvlc.h:325
 msgid "Image format which will be used to store the video snapshots"
 msgstr ""
 
-#: src/libvlc.h:323
+#: src/libvlc.h:327
 #, fuzzy
 msgid "Display video snapshot preview"
 msgstr "Mostrar ao fazer o streaming"
 
-#: src/libvlc.h:325
+#: src/libvlc.h:329
 msgid "Display the snapshot preview in the screen's top-left corner."
 msgstr ""
 
-#: src/libvlc.h:327
+#: src/libvlc.h:331
 msgid "Use sequential numbers instead of timestamps"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:333
 msgid "Use sequential numbers instead of timestamps for snapshot numbering"
 msgstr ""
 
-#: src/libvlc.h:331
+#: src/libvlc.h:335
 #, fuzzy
 msgid "Video cropping"
 msgstr "Altura do vídeo"
 
-#: src/libvlc.h:333
+#: src/libvlc.h:337
 msgid ""
 "This forces the cropping of the source video. Accepted formats are x:y (4:3, "
 "16:9, etc.) expressing the global image aspect."
 msgstr ""
 
-#: src/libvlc.h:337
+#: src/libvlc.h:341
 msgid "Source aspect ratio"
 msgstr "Proporção de aspecto da fonte"
 
-#: src/libvlc.h:339
+#: src/libvlc.h:343
 #, fuzzy
 msgid ""
 "This forces the source aspect ratio. For instance, some DVDs claim to be "
@@ -1838,83 +1849,83 @@ msgstr ""
 "imagem, ou um valor flutuante (1.25, 1.3333, etc.) expressando a "
 "retangularidade do pixel."
 
-#: src/libvlc.h:346
+#: src/libvlc.h:350
 msgid "Custom crop ratios list"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:352
 msgid ""
 "Comma seperated list of crop ratios which will be added in the interface's "
 "crop ratios list."
 msgstr ""
 
-#: src/libvlc.h:351
+#: src/libvlc.h:355
 #, fuzzy
 msgid "Custom aspect ratios list"
 msgstr "Proporção de aspecto da fonte"
 
-#: src/libvlc.h:353
+#: src/libvlc.h:357
 msgid ""
 "Comma seperated list of aspect ratios which will be added in the interface's "
 "aspect ratio list."
 msgstr ""
 
-#: src/libvlc.h:356
+#: src/libvlc.h:360
 msgid "Fix HDTV height"
 msgstr ""
 
-#: src/libvlc.h:358
+#: src/libvlc.h:362
 msgid ""
 "This allows proper handling of HDTV-1080 video format even if broken encoder "
 "incorrectly sets height to 1088 lines. You should only disable this option "
 "if your video has a non-standard format requiring all 1088 lines."
 msgstr ""
 
-#: src/libvlc.h:363
+#: src/libvlc.h:367
 #, fuzzy
 msgid "Monitor pixel aspect ratio"
 msgstr "Proporção de aspecto da fonte"
 
-#: src/libvlc.h:365
+#: src/libvlc.h:369
 msgid ""
 "This forces the monitor aspect ratio. Most monitors have square pixels "
 "(1:1). If you have a 16:9 screen, you might need to change this to 4:3 in "
 "order to keep proportions."
 msgstr ""
 
-#: src/libvlc.h:370
+#: src/libvlc.h:374
 #, fuzzy
 msgid "Skip frames"
 msgstr "Blues"
 
-#: src/libvlc.h:372
+#: src/libvlc.h:376
 msgid ""
 "This option enables framedropping on MPEG2 stream. Framedropping occurs when "
 "your computer is not powerful enough"
 msgstr ""
 
-#: src/libvlc.h:375
+#: src/libvlc.h:379
 #, fuzzy
 msgid "Drop late frames"
 msgstr "Blues"
 
-#: src/libvlc.h:377
+#: src/libvlc.h:381
 msgid ""
 "This drops frames that are late (arrive to the video output after their "
 "intended display date)."
 msgstr ""
 
-#: src/libvlc.h:380
+#: src/libvlc.h:384
 msgid "Quiet synchro"
 msgstr ""
 
-#: src/libvlc.h:382
+#: src/libvlc.h:386
 msgid ""
 "This avoids flooding the message log with debug output from the video output "
 "synchronization mechanism."
 msgstr ""
 
-#: src/libvlc.h:391
+#: src/libvlc.h:395
 #, fuzzy
 msgid ""
 "These options allow you to modify the behavior of the input subsystem, such "
@@ -1925,17 +1936,17 @@ msgstr ""
 "entrada, como os dispositivos de DVD e VCD, as configurações da interface de "
 "rede ou o canal de legendas"
 
-#: src/libvlc.h:396
+#: src/libvlc.h:400
 msgid ""
 "If you live in France, it is not allowed to workaround any Digital "
 "Restrictions Management measure."
 msgstr ""
 
-#: src/libvlc.h:399
+#: src/libvlc.h:403
 msgid "Clock reference average counter"
 msgstr "Relógio contador de média de referência"
 
-#: src/libvlc.h:401
+#: src/libvlc.h:405
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
@@ -1943,28 +1954,28 @@ msgstr ""
 "Ao usar a entrada PVR (ou uma fonte muito irregular), você deveria ajustar "
 "isto para 10000."
 
-#: src/libvlc.h:404
+#: src/libvlc.h:408
 #, fuzzy
 msgid "Clock synchronisation"
 msgstr "Descrição do Codec"
 
-#: src/libvlc.h:406
+#: src/libvlc.h:410
 msgid ""
 "It is possible to disable the input clock synchronisation for real-time "
 "sources. Use this if you experience jerky playback of network streams."
 msgstr ""
 
-#: src/libvlc.h:410 modules/control/netsync.c:71
+#: src/libvlc.h:414 modules/control/netsync.c:71
 msgid "Network synchronisation"
 msgstr ""
 
-#: src/libvlc.h:411
+#: src/libvlc.h:415
 msgid ""
 "This allows you to remotely synchronise clocks for server and client. The "
 "detailed settings are available in Advanced / Network Sync."
 msgstr ""
 
-#: src/libvlc.h:417 src/libvlc.h:964 src/video_output/vout_intf.c:261
+#: src/libvlc.h:421 src/libvlc.h:972 src/video_output/vout_intf.c:261
 #: src/video_output/vout_intf.c:348 modules/access/dshow/dshow.cpp:74
 #: modules/access/dshow/dshow.cpp:76 modules/access/dshow/dshow.cpp:79
 #: modules/access/dshow/dshow.cpp:85 modules/audio_output/alsa.c:102
@@ -1977,7 +1988,7 @@ msgstr ""
 msgid "Default"
 msgstr "Padrão"
 
-#: src/libvlc.h:417 modules/gui/macosx/equalizer.m:145
+#: src/libvlc.h:421 modules/gui/macosx/equalizer.m:145
 #: modules/gui/macosx/extended.m:113 modules/gui/macosx/wizard.m:395
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:633
 #: modules/gui/wxwidgets/extrapanel.cpp:216
@@ -1985,22 +1996,22 @@ msgstr "Padrão"
 msgid "Enable"
 msgstr "Habilitar"
 
-#: src/libvlc.h:419
+#: src/libvlc.h:423
 #, fuzzy
 msgid "UDP port"
 msgstr "Porta"
 
-#: src/libvlc.h:421
+#: src/libvlc.h:425
 #, fuzzy
 msgid "This is the default port used for UDP streams. Default is 1234."
 msgstr ""
 "Esta é a porta usada para streams UDP. Por padrão, nós escolhemos 1234."
 
-#: src/libvlc.h:423
+#: src/libvlc.h:427
 msgid "MTU of the network interface"
 msgstr "MTU da interface de rede"
 
-#: src/libvlc.h:425
+#: src/libvlc.h:429
 #, fuzzy
 msgid ""
 "This is the maximum packet size that can be transmitted over the network "
@@ -2009,11 +2020,11 @@ msgstr ""
 "Este é o tamanho típico dos pacotes UDP que nós esperamos. Na Ethernet ele é "
 "normalmente 1500"
 
-#: src/libvlc.h:428
+#: src/libvlc.h:432
 msgid "Hop limit (TTL)"
 msgstr ""
 
-#: src/libvlc.h:430
+#: src/libvlc.h:434
 #, fuzzy
 msgid ""
 "This is the hop limit (also known as \"Time-To-Live\" or TTL) of the "
@@ -2023,68 +2034,68 @@ msgstr ""
 "Indique aqui o Tempo De Vida dos pacotes multicast enviados pelo stream de "
 "saída"
 
-#: src/libvlc.h:434
+#: src/libvlc.h:438
 #, fuzzy
 msgid "IPv6 multicast output interface"
 msgstr "Controle de interface pelo joystick"
 
-#: src/libvlc.h:436
+#: src/libvlc.h:440
 msgid "Default IPv6 multicast interface. This overrides the routing table."
 msgstr ""
 
-#: src/libvlc.h:438
+#: src/libvlc.h:442
 #, fuzzy
 msgid "IPv4 multicast output interface address"
 msgstr "Controle de interface pelo joystick"
 
-#: src/libvlc.h:440
+#: src/libvlc.h:444
 msgid ""
 "IPv4 adress for the default multicast interface. This overrides the routing "
 "table."
 msgstr ""
 
-#: src/libvlc.h:445
+#: src/libvlc.h:449
 msgid ""
 "Choose the program to select by giving its Service ID. Only use this option "
 "if you want to read a multi-program stream (like DVB streams for example)."
 msgstr ""
 
-#: src/libvlc.h:451
+#: src/libvlc.h:455
 msgid ""
 "Choose the programs to select by giving a comma-separated list of Service "
 "IDs (SIDs). Only use this option if you want to read a multi-program stream "
 "(like DVB streams for example)."
 msgstr ""
 
-#: src/libvlc.h:457 modules/gui/wxwidgets/dialogs/open.cpp:779
+#: src/libvlc.h:461 modules/gui/wxwidgets/dialogs/open.cpp:779
 #, fuzzy
 msgid "Audio track"
 msgstr "Faixa de Audio"
 
-#: src/libvlc.h:459
+#: src/libvlc.h:463
 #, fuzzy
 msgid "Stream number of the audio track to use (from 0 to n)."
 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:462 modules/gui/wxwidgets/dialogs/open.cpp:771
+#: src/libvlc.h:466 modules/gui/wxwidgets/dialogs/open.cpp:771
 #, fuzzy
 msgid "Subtitles track"
 msgstr "Faixa de Legendas"
 
-#: src/libvlc.h:464
+#: src/libvlc.h:468
 #, fuzzy
 msgid "Stream number of the subtitle track to use (from 0 to n)."
 msgstr ""
 "Dê o número do stream do canal de legendas que você que usar (de 1 a n)."
 
-#: src/libvlc.h:467
+#: src/libvlc.h:471
 #, fuzzy
 msgid "Audio language"
 msgstr "Escolha o canal de audio"
 
-#: src/libvlc.h:469
+#: src/libvlc.h:473
 #, fuzzy
 msgid ""
 "Language of the audio track you want to use (comma separated, two or three "
@@ -2093,12 +2104,12 @@ 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:472
+#: src/libvlc.h:476
 #, fuzzy
 msgid "Subtitle language"
 msgstr "Escolha o canal de audio"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:478
 #, fuzzy
 msgid ""
 "Language of the subtitle track you want to use (comma separated, two or tree "
@@ -2106,62 +2117,62 @@ msgid ""
 msgstr ""
 "Dê o número do stream do canal de legendas que você que usar (de 1 a n)."
 
-#: src/libvlc.h:478
+#: src/libvlc.h:482
 #, fuzzy
 msgid "Audio track ID"
 msgstr "Faixa de Audio"
 
-#: src/libvlc.h:480
+#: src/libvlc.h:484
 #, fuzzy
 msgid "Stream ID of the audio track to use."
 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:482
+#: src/libvlc.h:486
 #, fuzzy
 msgid "Subtitles track ID"
 msgstr "Faixa de Legendas"
 
-#: src/libvlc.h:484
+#: src/libvlc.h:488
 #, fuzzy
 msgid "Stream ID of the subtitle track to use."
 msgstr ""
 "Dê o número do stream do canal de legendas que você que usar (de 1 a n)."
 
-#: src/libvlc.h:486
+#: src/libvlc.h:490
 #, fuzzy
 msgid "Input repetitions"
 msgstr "Opções de saída"
 
-#: src/libvlc.h:488
+#: src/libvlc.h:492
 msgid "Number of time the same input will be repeated"
 msgstr "Número de vezes que a mesma entrada será repetida."
 
-#: src/libvlc.h:490
+#: src/libvlc.h:494
 #, fuzzy
 msgid "Start time"
 msgstr "Iniciar!"
 
-#: src/libvlc.h:492
+#: src/libvlc.h:496
 msgid "The stream will start at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:494
+#: src/libvlc.h:498
 #, fuzzy
 msgid "Stop time"
 msgstr "Parar Stream"
 
-#: src/libvlc.h:496
+#: src/libvlc.h:500
 msgid "The stream will stop at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:498
+#: src/libvlc.h:502
 #, fuzzy
 msgid "Input list"
 msgstr "Entrada"
 
-#: src/libvlc.h:500
+#: src/libvlc.h:504
 #, fuzzy
 msgid ""
 "You can give a comma-separated list of inputs that will be concatenated "
@@ -2169,29 +2180,29 @@ msgid ""
 msgstr ""
 "Permite que você modifique o nome de usuário que será usado para a conexão."
 
-#: src/libvlc.h:503
+#: src/libvlc.h:507
 msgid "Input slave (experimental)"
 msgstr ""
 
-#: src/libvlc.h:505
+#: src/libvlc.h:509
 msgid ""
 "This allows you to play from several inputs at the same time. This feature "
 "is experimental, not all formats are supported. Use a '#' separated list of "
 "inputs."
 msgstr ""
 
-#: src/libvlc.h:509
+#: src/libvlc.h:513
 msgid "Bookmarks list for a stream"
 msgstr ""
 
-#: src/libvlc.h:511
+#: src/libvlc.h:515
 msgid ""
 "You can manually give a list of bookmarks for a stream in the form "
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
 "{...}\""
 msgstr ""
 
-#: src/libvlc.h:517
+#: src/libvlc.h:521
 #, fuzzy
 msgid ""
 "These options allow you to modify the behavior of the subpictures subsystem. "
@@ -2205,12 +2216,12 @@ 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:523
+#: src/libvlc.h:527
 #, fuzzy
 msgid "Force subtitle position"
 msgstr "Forçar posição SPU"
 
-#: src/libvlc.h:525
+#: src/libvlc.h:529
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
@@ -2218,21 +2229,21 @@ 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:528
+#: src/libvlc.h:532
 #, fuzzy
 msgid "Enable sub-pictures"
 msgstr "Legendas"
 
-#: src/libvlc.h:530
+#: src/libvlc.h:534
 msgid "You can completely disable the sub-picture processing."
 msgstr ""
 
-#: src/libvlc.h:532 src/libvlc.h:1324 src/misc/iso-639_def.h:143
+#: src/libvlc.h:536 src/libvlc.h:1334 src/misc/iso-639_def.h:143
 #: modules/stream_out/transcode.c:281
 msgid "On Screen Display"
 msgstr "Mostrar na tela"
 
-#: src/libvlc.h:534
+#: src/libvlc.h:538
 #, fuzzy
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
@@ -2241,44 +2252,44 @@ msgstr ""
 "O VLC pode mostrar mensagens no vídeo. Isto é chamado de OSD. Você pode "
 "desabilitar esta função aqui."
 
-#: src/libvlc.h:537
+#: src/libvlc.h:541
 #, fuzzy
 msgid "Text rendering module"
 msgstr "Renderização direta"
 
-#: src/libvlc.h:539
+#: src/libvlc.h:543
 msgid ""
 "VLC normally uses Freetype for rendering, but this allows you to use svg for "
 "instance."
 msgstr ""
 
-#: src/libvlc.h:542
+#: src/libvlc.h:546
 #, fuzzy
 msgid "Subpictures filter module"
 msgstr "Módulo de filtros de vídeo"
 
-#: src/libvlc.h:544
+#: src/libvlc.h:548
 msgid ""
 "This adds so-called \"subpicture filters\". These filters overlay some "
 "images or text over the video (like a logo, arbitraty text...)."
 msgstr ""
 
-#: src/libvlc.h:547
+#: src/libvlc.h:551
 msgid "Autodetect subtitle files"
 msgstr "Auto-detectar arquivos de legendas"
 
-#: src/libvlc.h:549
+#: src/libvlc.h:553
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified "
 "(based on the filename of the movie)."
 msgstr ""
 
-#: src/libvlc.h:552
+#: src/libvlc.h:556
 #, fuzzy
 msgid "Subtitle autodetection fuzziness"
 msgstr "Indistinção na autodetecção de legendas"
 
-#: src/libvlc.h:554
+#: src/libvlc.h:558
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -2289,32 +2300,32 @@ msgid ""
 "4 = subtitle file matching the movie name exactly"
 msgstr ""
 
-#: src/libvlc.h:562
+#: src/libvlc.h:566
 #, fuzzy
 msgid "Subtitle autodetection paths"
 msgstr "Indistinção na autodetecção de legendas"
 
-#: src/libvlc.h:564
+#: src/libvlc.h:568
 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:567
+#: src/libvlc.h:571
 msgid "Use subtitle file"
 msgstr "Usar arquivo de legendas"
 
-#: src/libvlc.h:569
+#: src/libvlc.h:573
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
 msgstr ""
 
-#: src/libvlc.h:572
+#: src/libvlc.h:576
 msgid "DVD device"
 msgstr "Dispositivo de DVD"
 
-#: src/libvlc.h:575
+#: src/libvlc.h:579
 #, fuzzy
 msgid ""
 "This is the default DVD drive (or file) to use. Don't forget the colon after "
@@ -2323,15 +2334,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:579
+#: src/libvlc.h:583
 msgid "This is the default DVD device to use."
 msgstr "Este é o dispositivo de DVD padrão."
 
-#: src/libvlc.h:582
+#: src/libvlc.h:586
 msgid "VCD device"
 msgstr "Dispositivo de VCD"
 
-#: src/libvlc.h:585
+#: src/libvlc.h:589
 msgid ""
 "This is the default VCD device to use. If you don't specify anything, we'll "
 "scan for a suitable CD-ROM device."
@@ -2339,15 +2350,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:589
+#: src/libvlc.h:593
 msgid "This is the default VCD device to use."
 msgstr "Este é o dispositivo de VCD padrão."
 
-#: src/libvlc.h:592
+#: src/libvlc.h:596
 msgid "Audio CD device"
 msgstr "Dispositivo de Audio CD"
 
-#: src/libvlc.h:595
+#: src/libvlc.h:599
 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."
@@ -2355,47 +2366,47 @@ 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:599
+#: src/libvlc.h:603
 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:602 modules/gui/wxwidgets/dialogs/open.cpp:841
+#: src/libvlc.h:606 modules/gui/wxwidgets/dialogs/open.cpp:841
 msgid "Force IPv6"
 msgstr "Forçar IPv6"
 
-#: src/libvlc.h:604
+#: src/libvlc.h:608
 #, fuzzy
 msgid "IPv6 will be used by default for all connections."
 msgstr ""
 "Se você marcar esta caixa, o IPv6 será usado por padrão para todas as "
 "conexões UDP e HTTP"
 
-#: src/libvlc.h:606
+#: src/libvlc.h:610
 msgid "Force IPv4"
 msgstr "Forçar IPv4"
 
-#: src/libvlc.h:608
+#: src/libvlc.h:612
 #, fuzzy
 msgid "IPv4 will be used by default for all connections."
 msgstr ""
 "Se você marcar esta caixa, o IPv4 será usado por padrão para todas as "
 "conexões UDP e HTTP"
 
-#: src/libvlc.h:610
+#: src/libvlc.h:614
 msgid "TCP connection timeout"
 msgstr ""
 
-#: src/libvlc.h:612
+#: src/libvlc.h:616
 #, fuzzy
 msgid "Default TCP connection timeout (in milliseconds). "
 msgstr "Valor de cache em milisegundos"
 
-#: src/libvlc.h:614
+#: src/libvlc.h:618
 #, fuzzy
 msgid "SOCKS server"
 msgstr "servidor CDDB"
 
-#: src/libvlc.h:616
+#: src/libvlc.h:620
 #, fuzzy
 msgid ""
 "SOCKS proxy server to use. This must be of the form address:port. It will be "
@@ -2403,95 +2414,95 @@ msgid ""
 msgstr ""
 "Permite que você modifique o nome de usuário que será usado para a conexão."
 
-#: src/libvlc.h:619
+#: src/libvlc.h:623
 #, fuzzy
 msgid "SOCKS user name"
 msgstr "Nome de usuário FTP"
 
-#: src/libvlc.h:621
+#: src/libvlc.h:625
 #, fuzzy
 msgid "User name to be used for connection to the SOCKS proxy."
 msgstr ""
 "Permite que você modifique o nome de usuário que será usado para a conexão."
 
-#: src/libvlc.h:623
+#: src/libvlc.h:627
 #, fuzzy
 msgid "SOCKS password"
 msgstr "Senha FTP"
 
-#: src/libvlc.h:625
+#: src/libvlc.h:629
 #, fuzzy
 msgid "Password to be used for connection to the SOCKS proxy."
 msgstr "Permite que você modifique a senha que será usada na a conexão."
 
-#: src/libvlc.h:627
+#: src/libvlc.h:631
 msgid "Title metadata"
 msgstr ""
 
-#: src/libvlc.h:629
+#: src/libvlc.h:633
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:631
+#: src/libvlc.h:635
 msgid "Author metadata"
 msgstr ""
 
-#: src/libvlc.h:633
+#: src/libvlc.h:637
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:635
+#: src/libvlc.h:639
 msgid "Artist metadata"
 msgstr ""
 
-#: src/libvlc.h:637
+#: src/libvlc.h:641
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:639
+#: src/libvlc.h:643
 msgid "Genre metadata"
 msgstr ""
 
-#: src/libvlc.h:641
+#: src/libvlc.h:645
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:643
+#: src/libvlc.h:647
 #, fuzzy
 msgid "Copyright metadata"
 msgstr "Copyright"
 
-#: src/libvlc.h:645
+#: src/libvlc.h:649
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:647
+#: src/libvlc.h:651
 #, fuzzy
 msgid "Description metadata"
 msgstr "Descrição"
 
-#: src/libvlc.h:649
+#: src/libvlc.h:653
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:651
+#: src/libvlc.h:655
 #, fuzzy
 msgid "Date metadata"
 msgstr "Death metal"
 
-#: src/libvlc.h:653
+#: src/libvlc.h:657
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:655
+#: src/libvlc.h:659
 msgid "URL metadata"
 msgstr ""
 
-#: src/libvlc.h:657
+#: src/libvlc.h:661
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:661
+#: src/libvlc.h:665
 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 "
@@ -2501,12 +2512,12 @@ 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:665
+#: src/libvlc.h:669
 #, fuzzy
 msgid "Preferred decoders list"
 msgstr "Lista de codificadores preferida"
 
-#: src/libvlc.h:667
+#: src/libvlc.h:671
 #, fuzzy
 msgid ""
 "List of codecs that VLC will use in priority. For instance, 'dummy,a52' will "
@@ -2517,11 +2528,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:672
+#: src/libvlc.h:676
 msgid "Preferred encoders list"
 msgstr "Lista de codificadores preferida"
 
-#: src/libvlc.h:674
+#: src/libvlc.h:678
 #, fuzzy
 msgid ""
 "This allows you to select a list of encoders that VLC will use in priority."
@@ -2529,7 +2540,7 @@ msgstr ""
 "Isto permite que você seleciona a ordem em que o VLC irá escolher seus "
 "codificadores."
 
-#: src/libvlc.h:683
+#: src/libvlc.h:687
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
@@ -2537,44 +2548,44 @@ msgstr ""
 "Estas opções permitem que você ajuste as opções globais para o subsistema do "
 "stream de saída."
 
-#: src/libvlc.h:686
+#: src/libvlc.h:690
 #, fuzzy
 msgid "Default stream output chain"
 msgstr "Duplicar stream de saída"
 
-#: src/libvlc.h:688
+#: src/libvlc.h:692
 msgid ""
 "You can enter here a default stream output chain. Refer to the documentation "
 "to learn how to build such chains.Warning: this chain will be enabled for "
 "all streams."
 msgstr ""
 
-#: src/libvlc.h:692
+#: src/libvlc.h:696
 msgid "Enable streaming of all ES"
 msgstr "Habilitar streaming de todos os ES"
 
-#: src/libvlc.h:694
+#: src/libvlc.h:698
 #, fuzzy
 msgid "Stream all elementary streams (video, audio and subtitles)"
 msgstr ""
 "Isto permite que você faça o stream de todos os ES (vídeo, audio e legendas)"
 
-#: src/libvlc.h:696
+#: src/libvlc.h:700
 msgid "Display while streaming"
 msgstr "Mostrar ao fazer o streaming"
 
-#: src/libvlc.h:698
+#: src/libvlc.h:702
 #, fuzzy
 msgid "Play locally the stream while streaming it."
 msgstr ""
 "Isto permite que você toque o stream enquanto estiver fazendo o streming do "
 "mesmo."
 
-#: src/libvlc.h:700
+#: src/libvlc.h:704
 msgid "Enable video stream output"
 msgstr "Habilitar saída do stream de vídeo"
 
-#: src/libvlc.h:702
+#: src/libvlc.h:706
 #, fuzzy
 msgid ""
 "Choose whether the video stream should be redirected to the stream output "
@@ -2583,11 +2594,11 @@ 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:705
+#: src/libvlc.h:709
 msgid "Enable audio stream output"
 msgstr "Habilitar saída de stream de audio"
 
-#: src/libvlc.h:707
+#: src/libvlc.h:711
 #, fuzzy
 msgid ""
 "Choose whether the audio stream should be redirected to the stream output "
@@ -2596,12 +2607,12 @@ 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:710
+#: src/libvlc.h:714
 #, fuzzy
 msgid "Enable SPU stream output"
 msgstr "Habilitar saída de stream de audio"
 
-#: src/libvlc.h:712
+#: src/libvlc.h:716
 #, fuzzy
 msgid ""
 "Choose whether the SPU streams should be redirected to the stream output "
@@ -2610,12 +2621,12 @@ 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:715
+#: src/libvlc.h:719
 #, fuzzy
 msgid "Keep stream output open"
 msgstr "Manter aberto o sout"
 
-#: src/libvlc.h:717
+#: src/libvlc.h:721
 #, fuzzy
 msgid ""
 "This allows you to keep an unique stream output instance across multiple "
@@ -2626,59 +2637,59 @@ msgstr ""
 "múltiplos da lista de reprodução (adiciona automaticamente acumular "
 "stream_out se não especificado)"
 
-#: src/libvlc.h:721
+#: src/libvlc.h:725
 msgid "Preferred packetizer list"
 msgstr "Lista de empacotador favorita"
 
-#: src/libvlc.h:723
+#: src/libvlc.h:727
 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:726
+#: src/libvlc.h:730
 msgid "Mux module"
 msgstr "Módulo mux"
 
-#: src/libvlc.h:728
+#: src/libvlc.h:732
 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"
 
-#: src/libvlc.h:730
+#: src/libvlc.h:734
 msgid "Access output module"
 msgstr "Módulo de acesso de saída"
 
-#: src/libvlc.h:732
+#: src/libvlc.h:736
 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:734
+#: src/libvlc.h:738
 #, fuzzy
 msgid "Control SAP flow"
 msgstr "Controlador"
 
-#: src/libvlc.h:736
+#: src/libvlc.h:740
 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:740
+#: src/libvlc.h:744
 #, fuzzy
 msgid "SAP announcement interval"
 msgstr "Anúncio SAP"
 
-#: src/libvlc.h:742
+#: src/libvlc.h:746
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
 "between SAP announcements."
 msgstr ""
 
-#: src/libvlc.h:752
+#: src/libvlc.h:756
 #, fuzzy
 msgid ""
 "These options allow you to enable special CPU optimizations. You should "
@@ -2687,12 +2698,12 @@ msgstr ""
 "Estas opções permitem que você habilite otimizações de CPU especiais.\n"
 "Você deveria manter sempre todas habilitadas."
 
-#: src/libvlc.h:755
+#: src/libvlc.h:759
 #, fuzzy
 msgid "Enable FPU support"
 msgstr "Habilitar suporte a CPU MMX"
 
-#: src/libvlc.h:757
+#: src/libvlc.h:761
 #, fuzzy
 msgid ""
 "If your processor has a floating point calculation unit, VLC can take "
@@ -2701,11 +2712,11 @@ msgstr ""
 "Se o seu processador suporta o set de instruções Altivec, o VLC pode "
 "tirarvantagem delas"
 
-#: src/libvlc.h:760
+#: src/libvlc.h:764
 msgid "Enable CPU MMX support"
 msgstr "Habilitar suporte a CPU MMX"
 
-#: src/libvlc.h:762
+#: src/libvlc.h:766
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
@@ -2713,11 +2724,11 @@ msgstr ""
 "Se o seu processador suporta o set de instruções MMX, o VLC pode "
 "tirarvantagem delas"
 
-#: src/libvlc.h:765
+#: src/libvlc.h:769
 msgid "Enable CPU 3D Now! support"
 msgstr "Habilitar suporte a CPU 3D Now!"
 
-#: src/libvlc.h:767
+#: src/libvlc.h:771
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
@@ -2725,11 +2736,11 @@ msgstr ""
 "Se o seu processador suporta o set de instruções 3D Now!, o VLC pode "
 "tirarvantagem delas"
 
-#: src/libvlc.h:770
+#: src/libvlc.h:774
 msgid "Enable CPU MMX EXT support"
 msgstr "Habilitar suporte a CPU MMX EXT"
 
-#: src/libvlc.h:772
+#: src/libvlc.h:776
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
@@ -2737,11 +2748,11 @@ msgstr ""
 "Se o seu processador suporta o set de instruções MMX EXT, o VLC pode "
 "tirarvantagem delas"
 
-#: src/libvlc.h:775
+#: src/libvlc.h:779
 msgid "Enable CPU SSE support"
 msgstr "Habilitar suporte a CPU SSE"
 
-#: src/libvlc.h:777
+#: src/libvlc.h:781
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
@@ -2749,11 +2760,11 @@ msgstr ""
 "Se o seu processador suporta o set de instruções SSE, o VLC pode "
 "tirarvantagem delas"
 
-#: src/libvlc.h:780
+#: src/libvlc.h:784
 msgid "Enable CPU SSE2 support"
 msgstr "Habilitar suporte a CPU SSE2"
 
-#: src/libvlc.h:782
+#: src/libvlc.h:786
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
 "of them."
@@ -2761,11 +2772,11 @@ msgstr ""
 "Se o seu processador suporta o set de instruções SSE2, o VLC pode "
 "tirarvantagem delas"
 
-#: src/libvlc.h:785
+#: src/libvlc.h:789
 msgid "Enable CPU AltiVec support"
 msgstr "Habilitar suporte a CPU AltiVec"
 
-#: src/libvlc.h:787
+#: src/libvlc.h:791
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
@@ -2773,7 +2784,7 @@ msgstr ""
 "Se o seu processador suporta o set de instruções Altivec, o VLC pode "
 "tirarvantagem delas"
 
-#: src/libvlc.h:792
+#: src/libvlc.h:796
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
@@ -2781,11 +2792,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:795
+#: src/libvlc.h:799
 msgid "Memory copy module"
 msgstr "Módulo de cópia de memória"
 
-#: src/libvlc.h:797
+#: src/libvlc.h:801
 msgid ""
 "You can select which memory copy module you want to use. By default VLC will "
 "select the fastest one supported by your hardware."
@@ -2793,33 +2804,33 @@ 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:800
+#: src/libvlc.h:804
 msgid "Access module"
 msgstr "Módulo de acesso"
 
-#: src/libvlc.h:802
+#: src/libvlc.h:806
 msgid ""
 "This allows you to force an access module. You can use it if the correct "
 "access is not automatically detected. You should not set this as a global "
 "option unless you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:806
+#: src/libvlc.h:810
 #, fuzzy
 msgid "Access filter module"
 msgstr "Módulo de acesso"
 
-#: src/libvlc.h:808
+#: src/libvlc.h:812
 msgid ""
 "Access filters are used to modify the stream that is being read. This is "
 "used for instance for timeshifting."
 msgstr ""
 
-#: src/libvlc.h:811
+#: src/libvlc.h:815
 msgid "Demux module"
 msgstr "Módulo de demux"
 
-#: src/libvlc.h:813
+#: src/libvlc.h:817
 msgid ""
 "Demultiplexers are used to separate the \"elementary\" streams (like audio "
 "and video streams). You can use it if the correct demuxer is not "
@@ -2827,11 +2838,11 @@ msgid ""
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:818
+#: src/libvlc.h:822
 msgid "Allow real-time priority"
 msgstr "Permitir prioridade tempo-real"
 
-#: src/libvlc.h:820
+#: src/libvlc.h:824
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -2843,11 +2854,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:826
+#: src/libvlc.h:830
 msgid "Adjust VLC priority"
 msgstr "Ajusta a prioridade do VLC"
 
-#: src/libvlc.h:828
+#: src/libvlc.h:832
 #, fuzzy
 msgid ""
 "This option adds an offset (positive or negative) to VLC default priorities. "
@@ -2858,90 +2869,90 @@ 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:832
+#: src/libvlc.h:836
 msgid "Minimize number of threads"
 msgstr "Minimizar o número de processos"
 
-#: src/libvlc.h:834
+#: src/libvlc.h:838
 #, fuzzy
 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:836
+#: src/libvlc.h:840
 msgid "Modules search path"
 msgstr "Caminho de procura dos módulos"
 
-#: src/libvlc.h:838
+#: src/libvlc.h:842
 #, fuzzy
 msgid "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:840
+#: src/libvlc.h:844
 #, fuzzy
 msgid "VLM configuration file"
 msgstr "Opções Comuns"
 
-#: src/libvlc.h:842
+#: src/libvlc.h:846
 msgid "Read a VLM configuration file as soon as VLM is started."
 msgstr ""
 
-#: src/libvlc.h:844
+#: src/libvlc.h:848
 msgid "Use a plugins cache"
 msgstr ""
 
-#: src/libvlc.h:846
+#: src/libvlc.h:850
 msgid "Use a plugins cache which will greatly improve the startup time of VLC."
 msgstr ""
 
-#: src/libvlc.h:848
+#: src/libvlc.h:852
 msgid "Collect statistics"
 msgstr ""
 
-#: src/libvlc.h:850
+#: src/libvlc.h:854
 #, fuzzy
 msgid "Collect miscellaneous statistics."
 msgstr "Esta opção permite definir os marcadores da lista de reprodução"
 
-#: src/libvlc.h:852
+#: src/libvlc.h:856
 msgid "Run as daemon process"
 msgstr ""
 
-#: src/libvlc.h:854
+#: src/libvlc.h:858
 msgid "Runs VLC as a background daemon process."
 msgstr ""
 
-#: src/libvlc.h:856
+#: src/libvlc.h:860
 msgid "Write process id to file"
 msgstr ""
 
-#: src/libvlc.h:858
+#: src/libvlc.h:862
 msgid "Writes process id into specified file."
 msgstr ""
 
-#: src/libvlc.h:860
+#: src/libvlc.h:864
 #, fuzzy
 msgid "Log to file"
 msgstr "Nome do arq. Logo"
 
-#: src/libvlc.h:862
+#: src/libvlc.h:866
 msgid "Log all VLC messages to a text file."
 msgstr ""
 
-#: src/libvlc.h:864
+#: src/libvlc.h:868
 msgid "Log to syslog"
 msgstr ""
 
-#: src/libvlc.h:866
+#: src/libvlc.h:870
 msgid "Log all VLC messages to syslog (UNIX systems)."
 msgstr ""
 
-#: src/libvlc.h:868
+#: src/libvlc.h:872
 msgid "Allow only one running instance"
 msgstr "Permitir executar apenas uma instância."
 
-#: src/libvlc.h:870
+#: src/libvlc.h:874
 #, fuzzy
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
@@ -2956,29 +2967,29 @@ 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:876
+#: src/libvlc.h:880
 msgid "VLC is started from file association"
 msgstr ""
 
-#: src/libvlc.h:878
+#: src/libvlc.h:882
 msgid "Tell VLC that it is being launched due to a file association in the OS"
 msgstr ""
 
-#: src/libvlc.h:881
+#: src/libvlc.h:885
 #, fuzzy
 msgid "One instance when started from file"
 msgstr "Permitir executar apenas uma instância."
 
-#: src/libvlc.h:883
+#: src/libvlc.h:887
 #, fuzzy
 msgid "Allow only one running instance when started from file."
 msgstr "Permitir executar apenas uma instância."
 
-#: src/libvlc.h:885
+#: src/libvlc.h:889
 msgid "Increase the priority of the process"
 msgstr "Aumentar a prioridade do processo"
 
-#: src/libvlc.h:887
+#: src/libvlc.h:891
 #, fuzzy
 msgid ""
 "Increasing the priority of the process will very likely improve your playing "
@@ -2996,11 +3007,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:894
+#: src/libvlc.h:898
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr "Mutex rápido em NT/2K/XP (desenvolvedores apenas)"
 
-#: src/libvlc.h:896
+#: src/libvlc.h:900
 #, fuzzy
 msgid ""
 "On Windows NT/2K/XP we use a slow mutex implementation but which allows us "
@@ -3012,12 +3023,12 @@ msgstr ""
 "pode usar a implementação do Win9x que é mais rápida mas você pode ter "
 "alguns problemas com ela."
 
-#: src/libvlc.h:901
+#: src/libvlc.h:905
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr ""
 "Implementação de variáveis de condição para Win9x (apenas desenvolvedores)"
 
-#: src/libvlc.h:904
+#: src/libvlc.h:908
 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 "
@@ -3031,17 +3042,17 @@ 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:913
+#: src/libvlc.h:917
 msgid "Enqueue items to playlist when in one instance mode"
 msgstr ""
 
-#: src/libvlc.h:915
+#: src/libvlc.h:919
 msgid ""
 "When using the one instance only option, enqueue items to playlist and keep "
 "playing current item."
 msgstr ""
 
-#: src/libvlc.h:924
+#: src/libvlc.h:928
 #, fuzzy
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
@@ -3050,201 +3061,211 @@ 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:927
+#: src/libvlc.h:931
 msgid "Automatically preparse files"
 msgstr ""
 
-#: src/libvlc.h:929
+#: src/libvlc.h:933
 msgid ""
 "Automatically preparse files added to the playlist (to retrieve some "
 "metadata)."
 msgstr ""
 
-#: src/libvlc.h:932
+#: src/libvlc.h:936
 #, fuzzy
 msgid "Services discovery modules"
 msgstr "Módulo decodificador Tarkin"
 
-#: src/libvlc.h:934
+#: src/libvlc.h:938
 msgid ""
 "Specifies the services discovery modules to load, separated by semi-colons. "
 "Typical values are sap, hal, ..."
 msgstr ""
 
-#: src/libvlc.h:937
+#: src/libvlc.h:941
 msgid "Play files randomly forever"
 msgstr "Tocar arquivos aleatoriamente eternamente"
 
-#: src/libvlc.h:939
+#: src/libvlc.h:943
 #, fuzzy
 msgid "VLC will randomly play files in the playlist until interrupted."
 msgstr ""
 "Quando selecionado, o VLC ira tocar os arquivos na lista de reprodução "
 "aleatóriamente até ser interrompido"
 
-#: src/libvlc.h:941
+#: src/libvlc.h:945
 #, fuzzy
 msgid "Repeat all"
 msgstr "Repetir Tudo"
 
-#: src/libvlc.h:943
+#: src/libvlc.h:947
 #, fuzzy
 msgid "VLC will keep playing the playlist indefinitely."
 msgstr ""
 "Se você deseja que o VLC fique tocando a lista de reprodução indefinidamente "
 "então habilite esta opção."
 
-#: src/libvlc.h:945
+#: src/libvlc.h:949
 #, fuzzy
 msgid "Repeat current item"
 msgstr "Repetir ítem atual."
 
-#: src/libvlc.h:947
+#: src/libvlc.h:951
 #, fuzzy
 msgid "VLC will keep playing the current playlist item."
 msgstr ""
 "Quando ativo, o VLC irá tocar repedidamente o ítem atual da lista de "
 "reprodução."
 
-#: src/libvlc.h:949
+#: src/libvlc.h:953
 #, fuzzy
 msgid "Play and stop"
 msgstr "Sempre por cima"
 
-#: src/libvlc.h:951
+#: src/libvlc.h:955
 msgid "Stop the playlist after each played playlist item."
 msgstr ""
 
-#: src/libvlc.h:953
+#: src/libvlc.h:957
+#, fuzzy
+msgid "Play and exit"
+msgstr "Sempre por cima"
+
+#: src/libvlc.h:959
+#, fuzzy
+msgid "Exit if there are no more items in the playlist."
+msgstr "%i ítens na lista de reprodução"
+
+#: src/libvlc.h:961
 #, fuzzy
 msgid "Use media library"
 msgstr "VLC media player"
 
-#: src/libvlc.h:955
+#: src/libvlc.h:963
 msgid ""
 "The media library is automatically saved and reloaded each time you start "
 "VLC."
 msgstr ""
 
-#: src/libvlc.h:958
+#: src/libvlc.h:966
 #, fuzzy
 msgid "Use playlist tree"
 msgstr "Próximo ítem da lista de reprodução"
 
-#: src/libvlc.h:960
+#: src/libvlc.h:968
 msgid ""
 "The playlist can use a tree to categorize some items, like the contents of a "
 "directory. \"Default\" means that the tree will only be used when really "
 "needed."
 msgstr ""
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Always"
 msgstr "Sempre por cima"
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Never"
 msgstr "Reverberação"
 
-#: src/libvlc.h:973
+#: src/libvlc.h:981
 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:976 src/video_output/vout_intf.c:408
+#: src/libvlc.h:984 src/video_output/vout_intf.c:408
 #: modules/gui/beos/VideoOutput.cpp:1057 modules/gui/macosx/applescript.m:126
-#: modules/gui/macosx/controls.m:338 modules/gui/macosx/controls.m:754
-#: modules/gui/macosx/controls.m:784 modules/gui/macosx/embeddedwindow.m:44
+#: modules/gui/macosx/controls.m:344 modules/gui/macosx/controls.m:760
+#: modules/gui/macosx/controls.m:790 modules/gui/macosx/embeddedwindow.m:44
 #: modules/gui/macosx/intf.m:497 modules/gui/macosx/intf.m:573
 #: modules/gui/macosx/intf.m:629
 msgid "Fullscreen"
 msgstr "Tela cheia"
 
-#: src/libvlc.h:977
+#: src/libvlc.h:985
 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:978 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
+#: src/libvlc.h:986 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
 #: modules/gui/wxwidgets/interface.cpp:1504
 msgid "Play/Pause"
 msgstr "Tocar/Pausar"
 
-#: src/libvlc.h:979
+#: src/libvlc.h:987
 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:980
+#: src/libvlc.h:988
 msgid "Pause only"
 msgstr "Pausar apenas"
 
-#: src/libvlc.h:981
+#: src/libvlc.h:989
 msgid "Select the hotkey to use to pause."
 msgstr "Selecione o atalho a ser usado para pausar."
 
-#: src/libvlc.h:982
+#: src/libvlc.h:990
 msgid "Play only"
 msgstr "Apenas tocar"
 
-#: src/libvlc.h:983
+#: src/libvlc.h:991
 msgid "Select the hotkey to use to play."
 msgstr "Selecione o atalho a ser usado para tocar."
 
-#: src/libvlc.h:984 modules/control/hotkeys.c:713
-#: modules/gui/macosx/controls.m:687 modules/gui/macosx/intf.m:538
+#: src/libvlc.h:992 modules/control/hotkeys.c:713
+#: modules/gui/macosx/controls.m:693 modules/gui/macosx/intf.m:538
 #: modules/gui/wxwidgets/interface.cpp:695
 msgid "Faster"
 msgstr "Mais Rápido"
 
-#: src/libvlc.h:985
+#: src/libvlc.h:993
 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:986 modules/control/hotkeys.c:721
-#: modules/gui/macosx/controls.m:688 modules/gui/macosx/intf.m:539
+#: src/libvlc.h:994 modules/control/hotkeys.c:721
+#: modules/gui/macosx/controls.m:694 modules/gui/macosx/intf.m:539
 #: modules/gui/wxwidgets/interface.cpp:694
 msgid "Slower"
 msgstr "Mais Devagar"
 
-#: src/libvlc.h:987
+#: src/libvlc.h:995
 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:988 modules/control/hotkeys.c:680
-#: modules/gui/macosx/controls.m:708 modules/gui/macosx/intf.m:496
+#: src/libvlc.h:996 modules/control/hotkeys.c:680
+#: modules/gui/macosx/controls.m:714 modules/gui/macosx/intf.m:496
 #: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:617
 #: modules/gui/macosx/intf.m:625 modules/gui/macosx/wizard.m:313
 #: modules/gui/macosx/wizard.m:364 modules/gui/macosx/wizard.m:1606
 #: modules/gui/wxwidgets/interface.cpp:693
 #: modules/gui/wxwidgets/interface.cpp:1509
-#: modules/gui/wxwidgets/menus.cpp:258
+#: modules/gui/wxwidgets/menus.cpp:259
 msgid "Next"
 msgstr "Próximo"
 
-#: src/libvlc.h:989
+#: src/libvlc.h:997
 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:990 modules/control/hotkeys.c:692
-#: modules/gui/macosx/controls.m:707 modules/gui/macosx/intf.m:491
+#: src/libvlc.h:998 modules/control/hotkeys.c:692
+#: modules/gui/macosx/controls.m:713 modules/gui/macosx/intf.m:491
 #: modules/gui/macosx/intf.m:540 modules/gui/macosx/intf.m:618
 #: modules/gui/macosx/intf.m:624 modules/gui/wxwidgets/interface.cpp:692
 #: modules/gui/wxwidgets/interface.cpp:1508
-#: modules/gui/wxwidgets/menus.cpp:257
+#: modules/gui/wxwidgets/menus.cpp:258
 msgid "Previous"
 msgstr "Anterior"
 
-#: src/libvlc.h:991
+#: src/libvlc.h:999
 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:992 modules/gui/macosx/controls.m:699
+#: src/libvlc.h:1000 modules/gui/macosx/controls.m:705
 #: modules/gui/macosx/intf.m:494 modules/gui/macosx/intf.m:537
 #: modules/gui/macosx/intf.m:616 modules/gui/macosx/intf.m:623
 #: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
@@ -3252,449 +3273,449 @@ msgstr ""
 #: modules/gui/wxwidgets/interface.cpp:676
 #: modules/gui/wxwidgets/interface.cpp:687
 #: modules/gui/wxwidgets/interface.cpp:1510
-#: modules/gui/wxwidgets/menus.cpp:256 modules/visualization/xosd.c:237
+#: modules/gui/wxwidgets/menus.cpp:257 modules/visualization/xosd.c:237
 msgid "Stop"
 msgstr "Parar"
 
-#: src/libvlc.h:993
+#: src/libvlc.h:1001
 #, fuzzy
 msgid "Select the hotkey to stop playback."
 msgstr "Selecione o atalho para parar de tocar."
 
-#: src/libvlc.h:994 modules/gui/macosx/bookmarks.m:101
+#: src/libvlc.h:1002 modules/gui/macosx/bookmarks.m:101
 #: modules/gui/macosx/bookmarks.m:110 modules/gui/macosx/embeddedwindow.m:46
 #: modules/gui/macosx/intf.m:499 modules/video_filter/marq.c:122
 #: modules/video_filter/rss.c:174
 msgid "Position"
 msgstr "Posição"
 
-#: src/libvlc.h:995
+#: src/libvlc.h:1003
 msgid "Select the hotkey to display the position."
 msgstr "selecione o atalho para mostrar a posição."
 
-#: src/libvlc.h:997
+#: src/libvlc.h:1005
 msgid "Very short backwards jump"
 msgstr ""
 
-#: src/libvlc.h:999
+#: src/libvlc.h:1007
 #, fuzzy
 msgid "Select the hotkey to make a very short backwards jump."
 msgstr "Selecione o atalho a ser usado para avançar 5 minutos."
 
-#: src/libvlc.h:1000
+#: src/libvlc.h:1008
 #, fuzzy
 msgid "Short backwards jump"
 msgstr "Ir para trás"
 
-#: src/libvlc.h:1002
+#: src/libvlc.h:1010
 #, fuzzy
 msgid "Select the hotkey to make a short backwards jump."
 msgstr "Selecione o atalho para retroceder 10 segundos."
 
-#: src/libvlc.h:1003
+#: src/libvlc.h:1011
 msgid "Medium backwards jump"
 msgstr ""
 
-#: src/libvlc.h:1005
+#: src/libvlc.h:1013
 #, fuzzy
 msgid "Select the hotkey to make a medium backwards jump."
 msgstr "Selecione o atalho a ser usado para voltar 1 minuto."
 
-#: src/libvlc.h:1006
+#: src/libvlc.h:1014
 #, fuzzy
 msgid "Long backwards jump"
 msgstr "Ir para trás"
 
-#: src/libvlc.h:1008
+#: src/libvlc.h:1016
 #, fuzzy
 msgid "Select the hotkey to make a long backwards jump."
 msgstr "Selecione o atalho para retroceder 10 segundos."
 
-#: src/libvlc.h:1010
+#: src/libvlc.h:1018
 msgid "Very short forward jump"
 msgstr ""
 
-#: src/libvlc.h:1012
+#: src/libvlc.h:1020
 #, fuzzy
 msgid "Select the hotkey to make a very short forward jump."
 msgstr "Selecione o atalho a ser usado para tocar mais rápido."
 
-#: src/libvlc.h:1013
+#: src/libvlc.h:1021
 #, fuzzy
 msgid "Short forward jump"
 msgstr "Passo Adiante"
 
-#: src/libvlc.h:1015
+#: src/libvlc.h:1023
 #, fuzzy
 msgid "Select the hotkey to make a short forward jump."
 msgstr "Selecione o atalho para avançar 10 segundos."
 
-#: src/libvlc.h:1016
+#: src/libvlc.h:1024
 msgid "Medium forward jump"
 msgstr ""
 
-#: src/libvlc.h:1018
+#: src/libvlc.h:1026
 #, fuzzy
 msgid "Select the hotkey to make a medium forward jump."
 msgstr "Selecione o atalho a ser usado para avançar 1 minuto."
 
-#: src/libvlc.h:1019
+#: src/libvlc.h:1027
 msgid "Long forward jump"
 msgstr ""
 
-#: src/libvlc.h:1021
+#: src/libvlc.h:1029
 #, fuzzy
 msgid "Select the hotkey to make a long forward jump."
 msgstr "Selecione o atalho para avançar 10 segundos."
 
-#: src/libvlc.h:1023
+#: src/libvlc.h:1031
 msgid "Very short jump length"
 msgstr ""
 
-#: src/libvlc.h:1024
+#: src/libvlc.h:1032
 msgid "Very short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1025
+#: src/libvlc.h:1033
 msgid "Short jump length"
 msgstr ""
 
-#: src/libvlc.h:1026
+#: src/libvlc.h:1034
 msgid "Short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1027
+#: src/libvlc.h:1035
 msgid "Medium jump length"
 msgstr ""
 
-#: src/libvlc.h:1028
+#: src/libvlc.h:1036
 msgid "Medium jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1029
+#: src/libvlc.h:1037
 #, fuzzy
 msgid "Long jump length"
 msgstr "Tamanho da fonte"
 
-#: src/libvlc.h:1030
+#: src/libvlc.h:1038
 msgid "Long jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1032 modules/control/hotkeys.c:258
+#: src/libvlc.h:1040 modules/control/hotkeys.c:258
 #: modules/gui/beos/InterfaceWindow.cpp:276
 msgid "Quit"
 msgstr "Sair"
 
-#: src/libvlc.h:1033
+#: src/libvlc.h:1041
 #, fuzzy
 msgid "Select the hotkey to quit the application."
 msgstr "selecione o atalho para sair do programa."
 
-#: src/libvlc.h:1034
+#: src/libvlc.h:1042
 msgid "Navigate up"
 msgstr "Navegar acima"
 
-#: src/libvlc.h:1035
+#: src/libvlc.h:1043
 #, 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:1036
+#: src/libvlc.h:1044
 msgid "Navigate down"
 msgstr "Navegar abaixo"
 
-#: src/libvlc.h:1037
+#: src/libvlc.h:1045
 #, 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:1038
+#: src/libvlc.h:1046
 msgid "Navigate left"
 msgstr "Navegar a esquerda"
 
-#: src/libvlc.h:1039
+#: src/libvlc.h:1047
 #, 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:1040
+#: src/libvlc.h:1048
 msgid "Navigate right"
 msgstr "Navegar a direita"
 
-#: src/libvlc.h:1041
+#: src/libvlc.h:1049
 #, 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:1042
+#: src/libvlc.h:1050
 msgid "Activate"
 msgstr "Ativar"
 
-#: src/libvlc.h:1043
+#: src/libvlc.h:1051
 #, 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:1044
+#: src/libvlc.h:1052
 #, fuzzy
 msgid "Go to the DVD menu"
 msgstr "Vai para o menu de preferências"
 
-#: src/libvlc.h:1045
+#: src/libvlc.h:1053
 #, fuzzy
 msgid "Select the key to take you to the DVD menu"
 msgstr "Selecione a tecla para ativar o ítem selecionado em menus DVD."
 
-#: src/libvlc.h:1046
+#: src/libvlc.h:1054
 #, fuzzy
 msgid "Select previous DVD title"
 msgstr "Seleciona título anterior"
 
-#: src/libvlc.h:1047
+#: src/libvlc.h:1055
 #, fuzzy
 msgid "Select the key to choose the previous title from the DVD"
 msgstr ""
 "Selecione o atalho a ser usado para passar para o ítem anterior na lista de "
 "reprodução."
 
-#: src/libvlc.h:1048
+#: src/libvlc.h:1056
 #, fuzzy
 msgid "Select next DVD title"
 msgstr "Seleciona capitulo posterior"
 
-#: src/libvlc.h:1049
+#: src/libvlc.h:1057
 #, fuzzy
 msgid "Select the key to choose the next title from the DVD"
 msgstr "Selecione a tecla para mover o seletor para a esquerda em menus dvd."
 
-#: src/libvlc.h:1050
+#: src/libvlc.h:1058
 #, fuzzy
 msgid "Select prev DVD chapter"
 msgstr "Seleciona capitulo anterior"
 
-#: src/libvlc.h:1051
+#: src/libvlc.h:1059
 #, fuzzy
 msgid "Select the key to choose the previous chapter from the DVD"
 msgstr ""
 "Selecione o atalho a ser usado para passar para o ítem anterior na lista de "
 "reprodução."
 
-#: src/libvlc.h:1052
+#: src/libvlc.h:1060
 #, fuzzy
 msgid "Select next DVD chapter"
 msgstr "Seleciona capitulo posterior"
 
-#: src/libvlc.h:1053
+#: src/libvlc.h:1061
 #, fuzzy
 msgid "Select the key to choose the next chapter from the DVD"
 msgstr "Selecione a tecla para mover o seletor para a esquerda em menus dvd."
 
-#: src/libvlc.h:1054
+#: src/libvlc.h:1062
 msgid "Volume up"
 msgstr "Aumentar Volume"
 
-#: src/libvlc.h:1055
+#: src/libvlc.h:1063
 msgid "Select the key to increase audio volume."
 msgstr "Selecione a tecla para aumentar o volume do audio."
 
-#: src/libvlc.h:1056
+#: src/libvlc.h:1064
 msgid "Volume down"
 msgstr "Abaixar volume"
 
-#: src/libvlc.h:1057
+#: src/libvlc.h:1065
 msgid "Select the key to decrease audio volume."
 msgstr "Selecione a tecla para diminuir o volume do audio."
 
-#: src/libvlc.h:1058 modules/gui/macosx/controls.m:744
+#: src/libvlc.h:1066 modules/gui/macosx/controls.m:750
 #: modules/gui/macosx/intf.m:558 modules/gui/macosx/intf.m:619
 #: modules/gui/macosx/intf.m:628
 msgid "Mute"
 msgstr "Mudo"
 
-#: src/libvlc.h:1059
+#: src/libvlc.h:1067
 #, fuzzy
 msgid "Select the key to mute audio."
 msgstr "Selecione o atalho a ser usado para pausar."
 
-#: src/libvlc.h:1060
+#: src/libvlc.h:1068
 #, fuzzy
 msgid "Subtitle delay up"
 msgstr "Arquivo de legendas"
 
-#: src/libvlc.h:1061
+#: src/libvlc.h:1069
 #, fuzzy
 msgid "Select the key to increase the subtitle delay."
 msgstr "Selecione a tecla para aumentar o volume do audio."
 
-#: src/libvlc.h:1062
+#: src/libvlc.h:1070
 #, fuzzy
 msgid "Subtitle delay down"
 msgstr "Codificação das legendas"
 
-#: src/libvlc.h:1063
+#: src/libvlc.h:1071
 #, fuzzy
 msgid "Select the key to decrease the subtitle delay."
 msgstr "Selecione a tecla para diminuir o volume do audio."
 
-#: src/libvlc.h:1064
+#: src/libvlc.h:1072
 #, fuzzy
 msgid "Audio delay up"
 msgstr "Arquivo de legendas"
 
-#: src/libvlc.h:1065
+#: src/libvlc.h:1073
 #, fuzzy
 msgid "Select the key to increase the audio delay."
 msgstr "Selecione a tecla para aumentar o volume do audio."
 
-#: src/libvlc.h:1066
+#: src/libvlc.h:1074
 #, fuzzy
 msgid "Audio delay down"
 msgstr "Codificação das legendas"
 
-#: src/libvlc.h:1067
+#: src/libvlc.h:1075
 #, fuzzy
 msgid "Select the key to decrease the audio delay."
 msgstr "Selecione a tecla para diminuir o volume do audio."
 
-#: src/libvlc.h:1068
+#: src/libvlc.h:1076
 msgid "Play playlist bookmark 1"
 msgstr "Tocar marcador 1 da lista de reprodução"
 
-#: src/libvlc.h:1069
+#: src/libvlc.h:1077
 msgid "Play playlist bookmark 2"
 msgstr "Tocar marcador 12 da lista de reprodução"
 
-#: src/libvlc.h:1070
+#: src/libvlc.h:1078
 msgid "Play playlist bookmark 3"
 msgstr "Tocar marcador 3 da lista de reprodução"
 
-#: src/libvlc.h:1071
+#: src/libvlc.h:1079
 msgid "Play playlist bookmark 4"
 msgstr "Tocar marcador 4 da lista de reprodução"
 
-#: src/libvlc.h:1072
+#: src/libvlc.h:1080
 msgid "Play playlist bookmark 5"
 msgstr "Tocar marcador 5 da lista de reprodução"
 
-#: src/libvlc.h:1073
+#: src/libvlc.h:1081
 msgid "Play playlist bookmark 6"
 msgstr "Tocar marcador 6 da lista de reprodução"
 
-#: src/libvlc.h:1074
+#: src/libvlc.h:1082
 msgid "Play playlist bookmark 7"
 msgstr "Tocar marcador 7 da lista de reprodução"
 
-#: src/libvlc.h:1075
+#: src/libvlc.h:1083
 msgid "Play playlist bookmark 8"
 msgstr "Tocar marcador 8 da lista de reprodução"
 
-#: src/libvlc.h:1076
+#: src/libvlc.h:1084
 msgid "Play playlist bookmark 9"
 msgstr "Tocar marcador 9 da lista de reprodução"
 
-#: src/libvlc.h:1077
+#: src/libvlc.h:1085
 msgid "Play playlist bookmark 10"
 msgstr "Tocar marcador 10 da lista de reprodução"
 
-#: src/libvlc.h:1078
+#: src/libvlc.h:1086
 msgid "Select the key to play this bookmark."
 msgstr "Selecione o atalho para tocar este marcador."
 
-#: src/libvlc.h:1079
+#: src/libvlc.h:1087
 msgid "Set playlist bookmark 1"
 msgstr "Configurar marcador 1 da lista de reprodução"
 
-#: src/libvlc.h:1080
+#: src/libvlc.h:1088
 msgid "Set playlist bookmark 2"
 msgstr "Configurar marcador 2 da lista de reprodução"
 
-#: src/libvlc.h:1081
+#: src/libvlc.h:1089
 msgid "Set playlist bookmark 3"
 msgstr "Configurar marcador 3 da lista de reprodução"
 
-#: src/libvlc.h:1082
+#: src/libvlc.h:1090
 msgid "Set playlist bookmark 4"
 msgstr "Configurar marcador 4 da lista de reprodução"
 
-#: src/libvlc.h:1083
+#: src/libvlc.h:1091
 msgid "Set playlist bookmark 5"
 msgstr "Configurar marcador 5 da lista de reprodução"
 
-#: src/libvlc.h:1084
+#: src/libvlc.h:1092
 msgid "Set playlist bookmark 6"
 msgstr "Configurar marcador 6 da lista de reprodução"
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1093
 msgid "Set playlist bookmark 7"
 msgstr "Configurar marcador 7 da lista de reprodução"
 
-#: src/libvlc.h:1086
+#: src/libvlc.h:1094
 msgid "Set playlist bookmark 8"
 msgstr "Configurar marcador 8 da lista de reprodução"
 
-#: src/libvlc.h:1087
+#: src/libvlc.h:1095
 msgid "Set playlist bookmark 9"
 msgstr "Configurar marcador 9 da lista de reprodução"
 
-#: src/libvlc.h:1088
+#: src/libvlc.h:1096
 msgid "Set playlist bookmark 10"
 msgstr "Configurar marcador 10 da lista de reprodução"
 
-#: src/libvlc.h:1089
+#: src/libvlc.h:1097
 msgid "Select the key to set this playlist bookmark."
 msgstr ""
 "Selecione a tecla para configurar este marcador da lista de reprodução."
 
-#: src/libvlc.h:1091 modules/control/hotkeys.c:84
+#: src/libvlc.h:1099 modules/control/hotkeys.c:84
 msgid "Playlist bookmark 1"
 msgstr "Marcador 1 da lista de reprodução"
 
-#: src/libvlc.h:1092 modules/control/hotkeys.c:85
+#: src/libvlc.h:1100 modules/control/hotkeys.c:85
 msgid "Playlist bookmark 2"
 msgstr "Marcador 2 da lista de reprodução"
 
-#: src/libvlc.h:1093 modules/control/hotkeys.c:86
+#: src/libvlc.h:1101 modules/control/hotkeys.c:86
 msgid "Playlist bookmark 3"
 msgstr "Marcador 3 da lista de reprodução"
 
-#: src/libvlc.h:1094 modules/control/hotkeys.c:87
+#: src/libvlc.h:1102 modules/control/hotkeys.c:87
 msgid "Playlist bookmark 4"
 msgstr "Marcador 4 da lista de reprodução"
 
-#: src/libvlc.h:1095 modules/control/hotkeys.c:88
+#: src/libvlc.h:1103 modules/control/hotkeys.c:88
 msgid "Playlist bookmark 5"
 msgstr "Marcador 5 da lista de reprodução"
 
-#: src/libvlc.h:1096 modules/control/hotkeys.c:89
+#: src/libvlc.h:1104 modules/control/hotkeys.c:89
 msgid "Playlist bookmark 6"
 msgstr "Marcador 6 da lista de reprodução"
 
-#: src/libvlc.h:1097 modules/control/hotkeys.c:90
+#: src/libvlc.h:1105 modules/control/hotkeys.c:90
 msgid "Playlist bookmark 7"
 msgstr "Marcador 7 da lista de reprodução"
 
-#: src/libvlc.h:1098 modules/control/hotkeys.c:91
+#: src/libvlc.h:1106 modules/control/hotkeys.c:91
 msgid "Playlist bookmark 8"
 msgstr "Marcador 8 da lista de reprodução"
 
-#: src/libvlc.h:1099 modules/control/hotkeys.c:92
+#: src/libvlc.h:1107 modules/control/hotkeys.c:92
 msgid "Playlist bookmark 9"
 msgstr "Marcador 9 da lista de reprodução"
 
-#: src/libvlc.h:1100 modules/control/hotkeys.c:93
+#: src/libvlc.h:1108 modules/control/hotkeys.c:93
 msgid "Playlist bookmark 10"
 msgstr "Marcador 10 da lista de reprodução"
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1110
 #, fuzzy
 msgid "This allows you to define playlist bookmarks."
 msgstr "Esta opção permite definir os marcadores da lista de reprodução"
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1112
 msgid "Go back in browsing history"
 msgstr ""
 
-#: src/libvlc.h:1105
+#: src/libvlc.h:1113
 #, fuzzy
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
@@ -3703,11 +3724,11 @@ msgstr ""
 "Selecione o atalho a ser usado para passar para o ítem anterior na lista de "
 "reprodução."
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1114
 msgid "Go forward in browsing history"
 msgstr ""
 
-#: src/libvlc.h:1107
+#: src/libvlc.h:1115
 #, fuzzy
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
@@ -3716,135 +3737,135 @@ msgstr ""
 "Selecione o atalho a ser usado para passar para o próximo ítem na lista de "
 "reprodução."
 
-#: src/libvlc.h:1109
+#: src/libvlc.h:1117
 #, fuzzy
 msgid "Cycle audio track"
 msgstr "Faixa de Audio"
 
-#: src/libvlc.h:1110
+#: src/libvlc.h:1118
 msgid "Cycle through the available audio tracks(languages)."
 msgstr ""
 
-#: src/libvlc.h:1111
+#: src/libvlc.h:1119
 #, fuzzy
 msgid "Cycle subtitle track"
 msgstr "Escolha a faixa de legendas"
 
-#: src/libvlc.h:1112
+#: src/libvlc.h:1120
 #, fuzzy
 msgid "Cycle through the available subtitle tracks."
 msgstr "Você pode escolher o modo de desentrelação padrão"
 
-#: src/libvlc.h:1113
+#: src/libvlc.h:1121
 #, fuzzy
 msgid "Cycle source aspect ratio"
 msgstr "Proporção de aspecto da fonte"
 
-#: src/libvlc.h:1114
+#: src/libvlc.h:1122
 #, fuzzy
 msgid "Cycle through a predefined list of source aspect ratios."
 msgstr "Proporção de aspecto da fonte"
 
-#: src/libvlc.h:1115
+#: src/libvlc.h:1123
 #, fuzzy
 msgid "Cycle video crop"
 msgstr "Saída de vídeo em preto e branco"
 
-#: src/libvlc.h:1116
+#: src/libvlc.h:1124
 #, fuzzy
 msgid "Cycle through a predefined list of crop formats."
 msgstr "Você pode escolher o modo de desentrelação padrão"
 
-#: src/libvlc.h:1117
+#: src/libvlc.h:1125
 #, fuzzy
 msgid "Cycle deinterlace modes"
 msgstr "Modo desentrelaçado"
 
-#: src/libvlc.h:1118
+#: src/libvlc.h:1126
 #, fuzzy
 msgid "Cycle through deinterlace modes."
 msgstr "Você pode escolher o modo de desentrelação padrão"
 
-#: src/libvlc.h:1119
+#: src/libvlc.h:1127
 #, fuzzy
 msgid "Show interface"
 msgstr "Mostrar Interface"
 
-#: src/libvlc.h:1120
+#: src/libvlc.h:1128
 #, fuzzy
 msgid "Raise the interface above all other windows."
 msgstr "Esconde a janela principal da interface"
 
-#: src/libvlc.h:1121
+#: src/libvlc.h:1129
 #, fuzzy
 msgid "Hide interface"
 msgstr "_Esconder Interface"
 
-#: src/libvlc.h:1122
+#: src/libvlc.h:1130
 #, fuzzy
 msgid "Lower the interface below all other windows."
 msgstr "Esconde a janela principal da interface"
 
-#: src/libvlc.h:1123
+#: src/libvlc.h:1131
 msgid "Take video snapshot"
 msgstr ""
 
-#: src/libvlc.h:1124
+#: src/libvlc.h:1132
 msgid "Takes a video snapshot and writes it to disk."
 msgstr ""
 
-#: src/libvlc.h:1126 modules/access_filter/record.c:51
+#: src/libvlc.h:1134 modules/access_filter/record.c:51
 #: modules/access_filter/record.c:52
 #, fuzzy
 msgid "Record"
 msgstr "Combinar"
 
-#: src/libvlc.h:1127
+#: src/libvlc.h:1135
 msgid "Record access filter start/stop."
 msgstr ""
 
-#: src/libvlc.h:1129 src/libvlc.h:1130 src/video_output/vout_intf.c:211
+#: src/libvlc.h:1137 src/libvlc.h:1138 src/video_output/vout_intf.c:211
 msgid "Zoom"
 msgstr ""
 
-#: src/libvlc.h:1132 src/libvlc.h:1133
+#: src/libvlc.h:1140 src/libvlc.h:1141
 msgid "Un-Zoom"
 msgstr ""
 
-#: src/libvlc.h:1135 src/libvlc.h:1136
+#: src/libvlc.h:1143 src/libvlc.h:1144
 msgid "Crop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1137 src/libvlc.h:1138
+#: src/libvlc.h:1145 src/libvlc.h:1146
 msgid "Uncrop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1140 src/libvlc.h:1141
+#: src/libvlc.h:1148 src/libvlc.h:1149
 msgid "Crop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1142 src/libvlc.h:1143
+#: src/libvlc.h:1150 src/libvlc.h:1151
 msgid "Uncrop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1145 src/libvlc.h:1146
+#: src/libvlc.h:1153 src/libvlc.h:1154
 msgid "Crop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1147 src/libvlc.h:1148
+#: src/libvlc.h:1155 src/libvlc.h:1156
 msgid "Uncrop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1150 src/libvlc.h:1151
+#: src/libvlc.h:1158 src/libvlc.h:1159
 #, fuzzy
 msgid "Crop one pixel from the right of the video"
 msgstr "Este é um coeficiente que modifica a altura das faixas"
 
-#: src/libvlc.h:1152 src/libvlc.h:1153
+#: src/libvlc.h:1160 src/libvlc.h:1161
 msgid "Uncrop one pixel from the right of the video"
 msgstr ""
 
-#: src/libvlc.h:1157
+#: src/libvlc.h:1165
 #, fuzzy, c-format
 msgid ""
 "Usage: %s [options] [stream] ...\n"
@@ -3892,68 +3913,68 @@ msgstr ""
 "  vlc:pausar                     pausa a execução dos ítens na lista\n"
 "  vlc:sair                       sair do VLC\n"
 
-#: src/libvlc.h:1267 src/video_output/vout_intf.c:420
-#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:753
+#: src/libvlc.h:1277 src/video_output/vout_intf.c:420
+#: modules/gui/macosx/controls.m:328 modules/gui/macosx/controls.m:759
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:630
 #: modules/video_output/snapshot.c:76
 #, fuzzy
 msgid "Snapshot"
 msgstr "Módulo de acesso"
 
-#: src/libvlc.h:1280
+#: src/libvlc.h:1290
 #, fuzzy
 msgid "Window properties"
 msgstr "Propriedades do dispositivo"
 
-#: src/libvlc.h:1325
+#: src/libvlc.h:1335
 #, fuzzy
 msgid "Subpictures"
 msgstr "Legendas"
 
-#: src/libvlc.h:1332 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
+#: src/libvlc.h:1342 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
 #: modules/gui/beos/InterfaceWindow.cpp:279
 msgid "Subtitles"
 msgstr "Legendas"
 
-#: src/libvlc.h:1349 modules/stream_out/transcode.c:151
+#: src/libvlc.h:1359 modules/stream_out/transcode.c:151
 #, fuzzy
 msgid "Overlays"
 msgstr "atraso"
 
-#: src/libvlc.h:1359
+#: src/libvlc.h:1369
 #, fuzzy
 msgid "Track settings"
 msgstr "Configurações de codificadores de audio"
 
-#: src/libvlc.h:1381
+#: src/libvlc.h:1391
 #, fuzzy
 msgid "Playback control"
 msgstr "Usar controle de reprodução?"
 
-#: src/libvlc.h:1396
+#: src/libvlc.h:1406
 #, fuzzy
 msgid "Default devices"
 msgstr "Padrões"
 
-#: src/libvlc.h:1405
+#: src/libvlc.h:1415
 #, fuzzy
 msgid "Network settings"
 msgstr "Configurações de módulos decodificadores"
 
-#: src/libvlc.h:1417
+#: src/libvlc.h:1427
 msgid "Socks proxy"
 msgstr ""
 
-#: src/libvlc.h:1426
+#: src/libvlc.h:1436
 #, fuzzy
 msgid "Metadata"
 msgstr "Death metal"
 
-#: src/libvlc.h:1456
+#: src/libvlc.h:1466
 msgid "Decoders"
 msgstr "Decodificadores"
 
-#: src/libvlc.h:1463 modules/access/v4l2.c:56
+#: src/libvlc.h:1473 modules/access/v4l2.c:56
 #: modules/gui/macosx/playlistinfo.m:80
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:265
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:378
@@ -3962,89 +3983,89 @@ msgstr "Decodificadores"
 msgid "Input"
 msgstr "Entrada"
 
-#: src/libvlc.h:1499 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
+#: src/libvlc.h:1509 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
 msgid "VLM"
 msgstr ""
 
-#: src/libvlc.h:1530
+#: src/libvlc.h:1540
 #, fuzzy
 msgid "CPU"
 msgstr "CPU"
 
-#: src/libvlc.h:1552
+#: src/libvlc.h:1562
 #, fuzzy
 msgid "Special modules"
 msgstr "Selecionar Nenhum"
 
-#: src/libvlc.h:1559
+#: src/libvlc.h:1569
 msgid "Plugins"
 msgstr "Plugins"
 
-#: src/libvlc.h:1567
+#: src/libvlc.h:1577
 #, fuzzy
 msgid "Performance options"
 msgstr "Opções Transcode"
 
-#: src/libvlc.h:1700
+#: src/libvlc.h:1714
 msgid "Hot keys"
 msgstr "Endereço do host"
 
-#: src/libvlc.h:2011
+#: src/libvlc.h:2025
 #, fuzzy
 msgid "Jump sizes"
 msgstr "Tamanho da fonte"
 
-#: src/libvlc.h:2090
+#: src/libvlc.h:2104
 msgid "main program"
 msgstr "Programa principal"
 
-#: src/libvlc.h:2097
+#: src/libvlc.h:2111
 #, fuzzy
 msgid "print help for VLC (can be combined with --advanced)"
 msgstr "Imprimir ajuda (pode ser combinado com --advanced)"
 
-#: src/libvlc.h:2099
+#: src/libvlc.h:2113
 #, fuzzy
 msgid ""
 "print help for VLC and all its modules (can be combined with --advanced)"
 msgstr "Imprimir ajuda sobre o módulo (pode ser combinado com --advanced)"
 
-#: src/libvlc.h:2101
+#: src/libvlc.h:2115
 #, fuzzy
 msgid "print help for the advanced options"
 msgstr "Mostrar opções avançadas"
 
-#: src/libvlc.h:2103
+#: src/libvlc.h:2117
 msgid "ask for extra verbosity when displaying help"
 msgstr ""
 
-#: src/libvlc.h:2105
+#: src/libvlc.h:2119
 msgid "print a list of available modules"
 msgstr "imprimir lista dos módulos disponíveis"
 
-#: src/libvlc.h:2107
+#: src/libvlc.h:2121
 #, fuzzy
 msgid "print help on a specific module (can be combined with --advanced)"
 msgstr "Imprimir ajuda sobre o módulo (pode ser combinado com --advanced)"
 
-#: src/libvlc.h:2109
+#: src/libvlc.h:2123
 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:2111
+#: src/libvlc.h:2125
 msgid "reset the current config to the default values"
 msgstr "reinicializar a configuração atual para os valores padrão"
 
-#: src/libvlc.h:2113
+#: src/libvlc.h:2127
 msgid "use alternate config file"
 msgstr "usar arquivo de configuração alternativo"
 
-#: src/libvlc.h:2115
+#: src/libvlc.h:2129
 #, fuzzy
 msgid "resets the current plugins cache"
 msgstr "Repetir ítem atual."
 
-#: src/libvlc.h:2117
+#: src/libvlc.h:2131
 msgid "print version information"
 msgstr "imprimir informações de versão"
 
@@ -4708,7 +4729,8 @@ msgstr "<desconhecido>"
 msgid "Media: %s"
 msgstr ""
 
-#: src/playlist/engine.c:92 src/playlist/engine.c:94
+#: src/playlist/engine.c:104 src/playlist/engine.c:106
+#: src/playlist/loadsave.c:149
 msgid "Media Library"
 msgstr ""
 
@@ -4768,17 +4790,8 @@ msgstr "Cortar"
 msgid "Aspect-ratio"
 msgstr "Proporção de Aspecto"
 
-#: modules/access/cdda/access.c:293
-msgid "CD reading failed"
-msgstr ""
-
-#: modules/access/cdda/access.c:294
-#, c-format
-msgid "VLC could not get a new block of size: %i."
-msgstr ""
-
 #: modules/access/cdda.c:58 modules/access/dshow/dshow.cpp:91
-#: modules/access/dvb/access.c:73 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:73
 #: modules/access/dvdnav.c:64 modules/access/dvdread.c:62
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:43
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4843,7 +4856,16 @@ msgstr "Faixa de Audio"
 msgid "Audio CD - Track %i"
 msgstr "Faixa de Audio"
 
-#: modules/access/cdda/cdda.c:42 modules/access/directory.c:77
+#: modules/access/cdda/access.c:293
+msgid "CD reading failed"
+msgstr ""
+
+#: modules/access/cdda/access.c:294
+#, c-format
+msgid "VLC could not get a new block of size: %i."
+msgstr ""
+
+#: modules/access/cdda/cdda.c:42 modules/access/directory.c:78
 #: modules/codec/x264.c:280 modules/codec/x264.c:287 modules/codec/x264.c:292
 msgid "none"
 msgstr "nenhum"
@@ -5150,11 +5172,11 @@ msgstr "MRL :"
 msgid "Track Number"
 msgstr "Faixa"
 
-#: modules/access/directory.c:69
+#: modules/access/directory.c:70
 msgid "Subdirectory behavior"
 msgstr ""
 
-#: modules/access/directory.c:71
+#: modules/access/directory.c:72
 #, fuzzy
 msgid ""
 "Select whether subdirectories must be expanded.\n"
@@ -5167,19 +5189,19 @@ 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:77
+#: modules/access/directory.c:78
 msgid "collapse"
 msgstr "ocultar"
 
-#: modules/access/directory.c:78
+#: modules/access/directory.c:79
 msgid "expand"
 msgstr "expandir"
 
-#: modules/access/directory.c:80
+#: modules/access/directory.c:81
 msgid "Ignored extensions"
 msgstr ""
 
-#: modules/access/directory.c:82
+#: modules/access/directory.c:83
 msgid ""
 "Files with these extensions will not be added to playlist when opening a "
 "directory.\n"
@@ -5187,12 +5209,12 @@ msgid ""
 "instance. Use a comma-separated list of extensions."
 msgstr ""
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:90
 #, fuzzy
 msgid "Directory"
 msgstr "Entrada DirectShow"
 
-#: modules/access/directory.c:91
+#: modules/access/directory.c:92
 msgid "Standard filesystem directory input"
 msgstr "Entrada de diretório padrão do sistema de arquivos"
 
@@ -5442,6 +5464,21 @@ msgstr ""
 msgid "The capture device \"%s\" does not support the required parameters."
 msgstr ""
 
+#: modules/access/dv.c:70
+#, fuzzy
+msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
+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/dv.c:74
+msgid "Digital Video (Firewire/ieee1394)  input"
+msgstr ""
+
+#: modules/access/dv.c:75
+msgid "dv"
+msgstr ""
+
 #: modules/access/dvb/access.c:75
 #, fuzzy
 msgid ""
@@ -5717,21 +5754,6 @@ msgstr "Visualizações"
 msgid "The provided polarization \"%c\" is not valid."
 msgstr ""
 
-#: modules/access/dv.c:70
-#, fuzzy
-msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
-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/dv.c:74
-msgid "Digital Video (Firewire/ieee1394)  input"
-msgstr ""
-
-#: modules/access/dv.c:75
-msgid "dv"
-msgstr ""
-
 #: modules/access/dvdnav.c:60 modules/access/dvdread.c:58
 msgid "DVD angle"
 msgstr ""
@@ -5963,78 +5985,32 @@ msgstr ""
 msgid "VLC could not open file \"%s\" (%s)."
 msgstr ""
 
-#: modules/access_filter/record.c:43
+#: modules/access/ftp.c:45
 #, fuzzy
-msgid "Record directory"
-msgstr "Diretório fonte"
+msgid ""
+"Caching value for FTP streams. This value should be set in milliseconds."
+msgstr ""
+"Permite que você modifique o valor padrão de cache para streams mms. Este "
+"valor deverá ser ajustado em unidades de milisegundos."
 
-#: modules/access_filter/record.c:45
+#: modules/access/ftp.c:47
+msgid "FTP user name"
+msgstr "Nome de usuário FTP"
+
+#: modules/access/ftp.c:48 modules/access/smb.c:64
 #, fuzzy
-msgid "Directory where the record will be stored."
+msgid "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_filter/timeshift.c:44
+#: modules/access/ftp.c:50
+msgid "FTP password"
+msgstr "Senha FTP"
+
+#: modules/access/ftp.c:51 modules/access/smb.c:67
 #, fuzzy
-msgid "Timeshift granularity"
-msgstr "Posição de início"
-
-#: modules/access_filter/timeshift.c:46
-msgid ""
-"This is the size of the temporary files tha will be used to store the "
-"timeshifted streams."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:48
-#, fuzzy
-msgid "Timeshift directory"
-msgstr "Selecione um arquivo ou diretório"
-
-#: modules/access_filter/timeshift.c:49
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:51
-msgid "Force use of the timeshift module"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52
-msgid ""
-"Force use of the timeshift module even if the access declares that it can "
-"control pace or pause."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
-#, fuzzy
-msgid "Timeshift"
-msgstr "Posição de início"
-
-#: modules/access/ftp.c:45
-#, fuzzy
-msgid ""
-"Caching value for FTP streams. This value should be set in milliseconds."
-msgstr ""
-"Permite que você modifique o valor padrão de cache para streams mms. Este "
-"valor deverá ser ajustado em unidades de milisegundos."
-
-#: modules/access/ftp.c:47
-msgid "FTP user name"
-msgstr "Nome de usuário FTP"
-
-#: modules/access/ftp.c:48 modules/access/smb.c:64
-#, fuzzy
-msgid "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:50
-msgid "FTP password"
-msgstr "Senha FTP"
-
-#: modules/access/ftp.c:51 modules/access/smb.c:67
-#, fuzzy
-msgid "Password that will be used for the connection."
-msgstr "Permite que você modifique a senha que será usada na a conexão."
+msgid "Password that will be used for the connection."
+msgstr "Permite que você modifique a senha que será usada na a conexão."
 
 #: modules/access/ftp.c:53
 msgid "FTP account"
@@ -6191,398 +6167,147 @@ msgstr "Sempre selecione o stream com a taxa de bits máxima."
 msgid "Microsoft Media Server (MMS) input"
 msgstr "Entrada Microsoft Media Server (MMS)"
 
-#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
-msgid "Dummy stream output"
-msgstr "Stream de saída simulado"
-
-#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
-msgid "Dummy"
-msgstr ""
-
-#: modules/access_output/file.c:61
+#: modules/access/pvr.c:49
 #, fuzzy
-msgid "Append to file"
-msgstr "Abre um arquivo"
-
-#: modules/access_output/file.c:62
-msgid "Append to file if it exists instead of replacing it."
+msgid ""
+"Default caching value for PVR streams. This value should be set in "
+"milliseconds."
 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_output/file.c:66
-#, fuzzy
-msgid "File stream output"
-msgstr "Stream de arquivo de saída"
-
-#: modules/access_output/http.c:58
-#, fuzzy
-msgid "Username"
-msgstr "Nome de usuário FTP"
+#: modules/access/pvr.c:52
+msgid "Device"
+msgstr "Dispositivo"
 
-#: modules/access_output/http.c:59
+#: modules/access/pvr.c:53
 #, fuzzy
-msgid "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 "PVR video device"
+msgstr "Dispositivo de Vídeo"
 
-#: modules/access_output/http.c:61 modules/control/telnet.c:81
+#: modules/access/pvr.c:55
 #, fuzzy
-msgid "Password"
-msgstr "Senha FTP"
+msgid "Radio device"
+msgstr "Dispositivo de audio"
 
-#: modules/access_output/http.c:62
+#: modules/access/pvr.c:56
 #, fuzzy
-msgid "Password that will be requested to access the stream."
-msgstr "Permite que você modifique a senha que será usada na a conexão."
+msgid "PVR radio device"
+msgstr "Dispositivo de Vídeo"
 
-#: modules/access_output/http.c:66
-#, fuzzy
-msgid "Mime"
-msgstr "Tempo"
+#: modules/access/pvr.c:58 modules/access/v4l.c:96
+msgid "Norm"
+msgstr "Norm"
 
-#: modules/access_output/http.c:67
-msgid "MIME returned by the server (autodetected if not specified."
+#: modules/access/pvr.c:59 modules/access/v4l.c:98
+msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
 msgstr ""
 
-#: modules/access_output/http.c:71
-msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
+#: modules/access/pvr.c:62 modules/access/v4l.c:102
+#: modules/video_filter/mosaic.c:96
+msgid "Width"
 msgstr ""
 
-#: modules/access_output/http.c:74
-msgid ""
-"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
-"empty if you don't have one."
+#: modules/access/pvr.c:63
+msgid "Width of the stream to capture (-1 for autodetection)."
 msgstr ""
 
-#: modules/access_output/http.c:78
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used for HTTPS. Leave empty if you don't have one."
-msgstr ""
+#: modules/access/pvr.c:66 modules/access/v4l.c:105
+#: modules/video_filter/mosaic.c:94
+#, fuzzy
+msgid "Height"
+msgstr "Direito"
 
-#: modules/access_output/http.c:83
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be used for "
-"SSL. Leave empty if you don't have one."
+#: modules/access/pvr.c:67
+msgid "Height of the stream to capture (-1 for autodetection)."
 msgstr ""
 
-#: modules/access_output/http.c:86
-msgid "Advertise with Bonjour"
+#: modules/access/pvr.c:70 modules/access/v4l.c:89
+msgid "Frequency"
+msgstr "Freqüência"
+
+#: modules/access/pvr.c:71 modules/access/v4l.c:91
+msgid "Frequency to capture (in kHz), if applicable."
 msgstr ""
 
-#: modules/access_output/http.c:87
-msgid "Advertise the stream with the Bonjour protocol."
+#: modules/access/pvr.c:74 modules/access/v4l.c:137
+msgid "Framerate to capture, if applicable (-1 for autodetect)."
 msgstr ""
 
-#: modules/access_output/http.c:91
+#: modules/access/pvr.c:77
 #, fuzzy
-msgid "HTTP stream output"
-msgstr "Stream Http de saída"
+msgid "Key interval"
+msgstr "Intervalo de quadro-chave"
 
-#: modules/access_output/http.c:93 modules/control/http/http.c:61
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
-msgid "HTTP"
-msgstr "HTTP"
+#: modules/access/pvr.c:78
+msgid "Interval between keyframes (-1 for autodetect)."
+msgstr ""
 
-#: modules/access_output/shout.c:58
+#: modules/access/pvr.c:80
 #, fuzzy
-msgid "Stream name"
-msgstr "stream"
+msgid "B Frames"
+msgstr "Blues"
 
-#: modules/access_output/shout.c:59
-msgid "Name to give to this stream/channel on the shoutcast/icecast server."
+#: modules/access/pvr.c:81
+msgid ""
+"If this option is set, B-Frames will be used. Use this option to set the "
+"number of B-Frames."
 msgstr ""
 
-#: modules/access_output/shout.c:62
-#, fuzzy
-msgid "Stream description"
-msgstr "Descrição do Codec"
-
-#: modules/access_output/shout.c:63
-msgid "Description of the stream content or information about your channel."
+#: modules/access/pvr.c:85
+msgid "Bitrate to use (-1 for default)."
 msgstr ""
 
-#: modules/access_output/shout.c:66
+#: modules/access/pvr.c:87
 #, fuzzy
-msgid "Stream MP3"
-msgstr "Stream"
+msgid "Bitrate peak"
+msgstr "Taxa de Bits"
 
-#: modules/access_output/shout.c:67
-msgid ""
-"You normally have to feed the shoutcast module with Ogg streams. It is also "
-"possible to stream MP3 instead, so you can forward MP3 streams to the "
-"shoutcast/icecast server."
+#: modules/access/pvr.c:88
+msgid "Peak bitrate in VBR mode."
 msgstr ""
 
-#: modules/access_output/shout.c:76
+#: modules/access/pvr.c:91
 #, fuzzy
-msgid "Genre description"
-msgstr "Descrição do Codec"
+msgid "Bitrate mode)"
+msgstr "Modo de distorção"
 
-#: modules/access_output/shout.c:77
-msgid "Genre of the content. "
+#: modules/access/pvr.c:92
+msgid "Bitrate mode to use (VBR or CBR)."
 msgstr ""
 
-#: modules/access_output/shout.c:79
+#: modules/access/pvr.c:94
 #, fuzzy
-msgid "URL description"
-msgstr "Descrição"
+msgid "Audio bitmask"
+msgstr "Taxa de bits do Audio:"
 
-#: modules/access_output/shout.c:80
-msgid "URL with information about the stream or your channel. "
+#: modules/access/pvr.c:95
+msgid "Bitmask that will get used by the audio part of the card."
 msgstr ""
 
-#: modules/access_output/shout.c:87
-#, fuzzy
-msgid "Bitrate information of the transcoded stream. "
-msgstr "O bitrate máximo do stream"
+#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
+#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
+msgid "Volume"
+msgstr "Volume"
 
-#: modules/access_output/shout.c:89 modules/access/v4l.c:122
-#, fuzzy
-msgid "Samplerate"
-msgstr "Taxa de Amostra:"
+#: modules/access/pvr.c:99
+msgid "Audio volume (0-65535)."
+msgstr ""
 
-#: modules/access_output/shout.c:90
-#, fuzzy
-msgid "Samplerate information of the transcoded stream. "
-msgstr "O bitrate máximo do stream"
+#: modules/access/pvr.c:101 modules/access/v4l.c:92
+msgid "Channel"
+msgstr "Canal"
 
-#: modules/access_output/shout.c:92
+#: modules/access/pvr.c:102
 #, fuzzy
-msgid "Number of channels"
-msgstr "Número de clones"
+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_output/shout.c:93
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
 #, fuzzy
-msgid "Number of channels information of the transcoded stream. "
-msgstr "O bitrate máximo do stream"
-
-#: modules/access_output/shout.c:95
-msgid "Ogg Vorbis Quality"
-msgstr ""
-
-#: modules/access_output/shout.c:96
-#, fuzzy
-msgid "Ogg Vorbis Quality information of the transcoded stream. "
-msgstr "O bitrate máximo do stream"
-
-#: modules/access_output/shout.c:98
-#, fuzzy
-msgid "Stream public"
-msgstr "stream de saída"
-
-#: modules/access_output/shout.c:99
-msgid ""
-"Make the server publicly available on the 'Yellow Pages' (directory listing "
-"of streams) on the icecast/shoutcast website. Requires the bitrate "
-"information specified for shoutcast. Requires Ogg streaming for icecast."
-msgstr ""
-
-#: modules/access_output/shout.c:105
-#, fuzzy
-msgid "IceCAST output"
-msgstr "Módulo de acesso de saída"
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:41
-#: modules/demux/live555.cpp:63
-msgid "Caching value (ms)"
-msgstr "Valor de cache (ms)"
-
-#: modules/access_output/udp.c:77
-#, fuzzy
-msgid ""
-"Default caching value for outbound UDP streams. This value should be set in "
-"milliseconds."
-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_output/udp.c:80 modules/gui/macosx/wizard.m:442
-#: modules/gui/macosx/wizard.m:1848
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
-#, fuzzy
-msgid "Time-To-Live (TTL)"
-msgstr "Tempo De Vida (TTL):"
-
-#: modules/access_output/udp.c:81
-#, fuzzy
-msgid "Time-To-Live of the outgoing stream."
-msgstr ""
-"Permite que você modifique o nome de usuário que será usado para a conexão."
-
-#: modules/access_output/udp.c:84
-#, fuzzy
-msgid "Group packets"
-msgstr "Copiar packetizer"
-
-#: modules/access_output/udp.c:85
-msgid ""
-"Packets can be sent one by one at the right time or by groups. You can "
-"choose the number of packets that will be sent at a time. It helps reducing "
-"the scheduling load on heavily-loaded systems."
-msgstr ""
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr ""
-
-#: modules/access_output/udp.c:91
-msgid ""
-"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 ""
-
-#: modules/access_output/udp.c:97
-#, fuzzy
-msgid "UDP stream output"
-msgstr "Stream UDP de saída"
-
-#: modules/access_output/udp.c:98
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
-msgid "UDP"
-msgstr "UDP"
-
-#: modules/access/pvr.c:49
-#, fuzzy
-msgid ""
-"Default caching value for PVR streams. This value should be set in "
-"milliseconds."
-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/pvr.c:52
-msgid "Device"
-msgstr "Dispositivo"
-
-#: modules/access/pvr.c:53
-#, fuzzy
-msgid "PVR video device"
-msgstr "Dispositivo de Vídeo"
-
-#: modules/access/pvr.c:55
-#, fuzzy
-msgid "Radio device"
-msgstr "Dispositivo de audio"
-
-#: modules/access/pvr.c:56
-#, fuzzy
-msgid "PVR radio device"
-msgstr "Dispositivo de Vídeo"
-
-#: modules/access/pvr.c:58 modules/access/v4l.c:96
-msgid "Norm"
-msgstr "Norm"
-
-#: modules/access/pvr.c:59 modules/access/v4l.c:98
-msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
-msgstr ""
-
-#: modules/access/pvr.c:62 modules/access/v4l.c:102
-#: modules/video_filter/mosaic.c:96
-msgid "Width"
-msgstr ""
-
-#: modules/access/pvr.c:63
-msgid "Width of the stream to capture (-1 for autodetection)."
-msgstr ""
-
-#: modules/access/pvr.c:66 modules/access/v4l.c:105
-#: modules/video_filter/mosaic.c:94
-#, fuzzy
-msgid "Height"
-msgstr "Direito"
-
-#: modules/access/pvr.c:67
-msgid "Height of the stream to capture (-1 for autodetection)."
-msgstr ""
-
-#: modules/access/pvr.c:70 modules/access/v4l.c:89
-msgid "Frequency"
-msgstr "Freqüência"
-
-#: modules/access/pvr.c:71 modules/access/v4l.c:91
-msgid "Frequency to capture (in kHz), if applicable."
-msgstr ""
-
-#: modules/access/pvr.c:74 modules/access/v4l.c:137
-msgid "Framerate to capture, if applicable (-1 for autodetect)."
-msgstr ""
-
-#: modules/access/pvr.c:77
-#, fuzzy
-msgid "Key interval"
-msgstr "Intervalo de quadro-chave"
-
-#: modules/access/pvr.c:78
-msgid "Interval between keyframes (-1 for autodetect)."
-msgstr ""
-
-#: modules/access/pvr.c:80
-#, fuzzy
-msgid "B Frames"
-msgstr "Blues"
-
-#: modules/access/pvr.c:81
-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.c:85
-msgid "Bitrate to use (-1 for default)."
-msgstr ""
-
-#: modules/access/pvr.c:87
-#, fuzzy
-msgid "Bitrate peak"
-msgstr "Taxa de Bits"
-
-#: modules/access/pvr.c:88
-msgid "Peak bitrate in VBR mode."
-msgstr ""
-
-#: modules/access/pvr.c:91
-#, fuzzy
-msgid "Bitrate mode)"
-msgstr "Modo de distorção"
-
-#: modules/access/pvr.c:92
-msgid "Bitrate mode to use (VBR or CBR)."
-msgstr ""
-
-#: modules/access/pvr.c:94
-#, fuzzy
-msgid "Audio bitmask"
-msgstr "Taxa de bits do Audio:"
-
-#: modules/access/pvr.c:95
-msgid "Bitmask that will get used by the audio part of the card."
-msgstr ""
-
-#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
-msgid "Volume"
-msgstr "Volume"
-
-#: modules/access/pvr.c:99
-msgid "Audio volume (0-65535)."
-msgstr ""
-
-#: modules/access/pvr.c:101 modules/access/v4l.c:92
-msgid "Channel"
-msgstr "Canal"
-
-#: modules/access/pvr.c:102
-#, 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.c:108 modules/access/v4l.c:143
-#, fuzzy
-msgid "Automatic"
-msgstr "Corte automático"
+msgid "Automatic"
+msgstr "Corte automático"
 
 #: modules/access/pvr.c:108 modules/access/v4l.c:143
 msgid "SECAM"
@@ -6614,6 +6339,11 @@ msgstr "PVR"
 msgid "IVTV MPEG Encoding cards input"
 msgstr "Entrada de placa Codificadora de MPEG (com drivers ivtv)"
 
+#: modules/access/rtsp/access.c:41 modules/access_output/udp.c:75
+#: modules/demux/live555.cpp:63
+msgid "Caching value (ms)"
+msgstr "Valor de cache (ms)"
+
 #: modules/access/rtsp/access.c:43
 #, fuzzy
 msgid ""
@@ -6769,61 +6499,31 @@ msgstr "UDP/RTP"
 msgid "UDP/RTP input"
 msgstr "Entrada UDP/RTP"
 
-#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
-#: modules/gui/wxwidgets/dialogs/open.cpp:723
-msgid "Device name"
-msgstr "Nome do dispositivo"
+#: modules/access/v4l.c:75
+#, fuzzy
+msgid ""
+"Caching value for V4L captures. This value should be set in milliseconds."
+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/v4l2.c:54
+#: modules/access/v4l.c:79
 #, fuzzy
 msgid ""
-"Name of the device to use. If you don't specify anything, /dev/video0 will "
-"be used."
+"Name of the video device to use. If you don't specify anything, no video "
+"device will be used."
 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/v4l2.c:58
+#: modules/access/v4l.c:83
 #, fuzzy
 msgid ""
-"Input 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/v4l2.c:63
-#, fuzzy
-msgid "Video4Linux2"
-msgstr "Entrada Video4Linux"
-
-#: modules/access/v4l2.c:64
-#, fuzzy
-msgid "Video4Linux2 input"
-msgstr "Entrada Video4Linux"
-
-#: modules/access/v4l.c:75
-#, fuzzy
-msgid ""
-"Caching value for V4L captures. This value should be set in milliseconds."
-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.c:79
-#, fuzzy
-msgid ""
-"Name of the video device to use. If you don't specify anything, no video "
-"device will be used."
-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.c:83
-#, fuzzy
-msgid ""
-"Name of the audio device to use. If you don't specify anything, no audio "
-"device will be used."
-msgstr ""
-"Especifique o nome do dispositivo de audio que será usado. Se você não "
-"especificar nada, nenhum dispositivo de audi será usado."
+"Name of the audio device to use. If you don't specify anything, no audio "
+"device will be used."
+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.c:87
 msgid ""
@@ -6907,6 +6607,11 @@ msgstr "Sintonizador:"
 msgid "Tuner to use, if there are several ones."
 msgstr ""
 
+#: modules/access/v4l.c:122 modules/access_output/shout.c:89
+#, fuzzy
+msgid "Samplerate"
+msgstr "Taxa de Amostra:"
+
 #: modules/access/v4l.c:124
 msgid ""
 "Samplerate of the captured audio stream, in Hz (eg: 11025, 22050, 44100)"
@@ -6953,6 +6658,36 @@ msgstr "Entrada Video4Linux"
 msgid "Video4Linux input"
 msgstr "Entrada Video4Linux"
 
+#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
+#: modules/gui/wxwidgets/dialogs/open.cpp:723
+msgid "Device name"
+msgstr "Nome do dispositivo"
+
+#: modules/access/v4l2.c:54
+#, fuzzy
+msgid ""
+"Name of the device to use. If you don't specify anything, /dev/video0 will "
+"be used."
+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/v4l2.c:58
+#, fuzzy
+msgid ""
+"Input 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/v4l2.c:63
+#, fuzzy
+msgid "Video4Linux2"
+msgstr "Entrada Video4Linux"
+
+#: modules/access/v4l2.c:64
+#, fuzzy
+msgid "Video4Linux2 input"
+msgstr "Entrada Video4Linux"
+
 #: modules/access/vcd/vcd.c:42
 #, fuzzy
 msgid "Caching value for VCDs. This value should be set in milliseconds."
@@ -7044,114 +6779,401 @@ msgstr "Entradas"
 msgid "First Entry Point"
 msgstr "Primeiro Ponto de Entrada"
 
-#: modules/access/vcdx/info.c:126
-msgid "Last Entry Point"
-msgstr "ùltimo Ponto de Entrada"
+#: modules/access/vcdx/info.c:126
+msgid "Last Entry Point"
+msgstr "ùltimo Ponto de Entrada"
+
+#: modules/access/vcdx/info.c:127
+msgid "Track size (in sectors)"
+msgstr ""
+
+#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
+#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
+#, fuzzy
+msgid "type"
+msgstr "Tipo"
+
+#: modules/access/vcdx/info.c:139
+#, fuzzy
+msgid "end"
+msgstr "Combinar"
+
+#: modules/access/vcdx/info.c:142
+#, fuzzy
+msgid "play list"
+msgstr "lista de reprodução"
+
+#: modules/access/vcdx/info.c:153
+#, fuzzy
+msgid "extended selection list"
+msgstr "Interface &Extendida"
+
+#: modules/access/vcdx/info.c:154
+#, fuzzy
+msgid "selection list"
+msgstr "Seleção"
+
+#: modules/access/vcdx/info.c:166
+#, fuzzy
+msgid "unknown type"
+msgstr "<desconhecido>"
+
+#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
+#: modules/access/vcdx/info.c:316
+msgid "List ID"
+msgstr "ID da lista"
+
+#: modules/access/vcdx/vcd.c:95
+msgid "(Super) Video CD"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:96
+msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+msgstr "Entrada de Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) "
+
+#: modules/access/vcdx/vcd.c:97
+msgid "vcdx://[device-or-file][@{P,S,T}num]"
+msgstr "vcdx:[disp-ou-arquivo][@{P,S,T}num]"
+
+#: modules/access/vcdx/vcd.c:106
+msgid "If nonzero, this gives additional debug information."
+msgstr ""
+"Se não for zero, isto irá fornecer informações de depuração adicionais."
+
+#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+#, fuzzy
+msgid "Number of CD blocks to get in a single read."
+msgstr "Número de streams"
+
+#: modules/access/vcdx/vcd.c:116
+msgid "Use playback control?"
+msgstr "Usar controle de reprodução?"
+
+#: modules/access/vcdx/vcd.c:117
+msgid ""
+"If VCD is authored with playback control, use it. Otherwise we play by "
+"tracks."
+msgstr ""
+"Se o VCD foi produzido com controle de reproduçaõ, use-o. De outra forma nós "
+"tocamos por faixas."
+
+#: modules/access/vcdx/vcd.c:123
+msgid "Use track length as maximum unit in seek?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:124
+msgid ""
+"If set, the length of the seek bar is the track rather than the length of an "
+"entry."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:129
+#, fuzzy
+msgid "Show extended VCD info?"
+msgstr "Mostrar a GUI extendida"
+
+#: modules/access/vcdx/vcd.c:130
+msgid ""
+"Show the maximum amount of information under Stream and Media Info. Shows "
+"for example playback control navigation."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:137
+#, fuzzy
+msgid "Format to use in the playlist's \"author\" field."
+msgstr "Formato a ser usado no campo \"author\" da lista de reprodução"
+
+#: modules/access/vcdx/vcd.c:143
+#, fuzzy
+msgid "Format to use in the playlist's \"title\" field."
+msgstr "Formato a ser usado no campo \"title\" da lista de reprodução"
+
+#: modules/access_filter/record.c:43
+#, fuzzy
+msgid "Record directory"
+msgstr "Diretório fonte"
+
+#: modules/access_filter/record.c:45
+#, fuzzy
+msgid "Directory where the record will be stored."
+msgstr ""
+"Permite que você modifique o nome de usuário que será usado para a conexão."
+
+#: modules/access_filter/timeshift.c:44
+#, fuzzy
+msgid "Timeshift granularity"
+msgstr "Posição de início"
+
+#: modules/access_filter/timeshift.c:46
+msgid ""
+"This is the size of the temporary files tha will be used to store the "
+"timeshifted streams."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:48
+#, fuzzy
+msgid "Timeshift directory"
+msgstr "Selecione um arquivo ou diretório"
+
+#: modules/access_filter/timeshift.c:49
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:51
+msgid "Force use of the timeshift module"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52
+msgid ""
+"Force use of the timeshift module even if the access declares that it can "
+"control pace or pause."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
+#, fuzzy
+msgid "Timeshift"
+msgstr "Posição de início"
+
+#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
+msgid "Dummy stream output"
+msgstr "Stream de saída simulado"
+
+#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
+msgid "Dummy"
+msgstr ""
+
+#: modules/access_output/file.c:61
+#, fuzzy
+msgid "Append to file"
+msgstr "Abre um arquivo"
+
+#: modules/access_output/file.c:62
+msgid "Append to file if it exists instead of replacing it."
+msgstr ""
+
+#: modules/access_output/file.c:66
+#, fuzzy
+msgid "File stream output"
+msgstr "Stream de arquivo de saída"
+
+#: modules/access_output/http.c:58
+#, fuzzy
+msgid "Username"
+msgstr "Nome de usuário FTP"
+
+#: modules/access_output/http.c:59
+#, fuzzy
+msgid "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:61 modules/control/telnet.c:81
+#, fuzzy
+msgid "Password"
+msgstr "Senha FTP"
+
+#: modules/access_output/http.c:62
+#, fuzzy
+msgid "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:66
+#, fuzzy
+msgid "Mime"
+msgstr "Tempo"
+
+#: modules/access_output/http.c:67
+msgid "MIME returned by the server (autodetected if not specified."
+msgstr ""
+
+#: modules/access_output/http.c:71
+msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
+msgstr ""
+
+#: modules/access_output/http.c:74
+msgid ""
+"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
+"empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:78
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used for HTTPS. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:83
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be used for "
+"SSL. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:86
+msgid "Advertise with Bonjour"
+msgstr ""
+
+#: modules/access_output/http.c:87
+msgid "Advertise the stream with the Bonjour protocol."
+msgstr ""
+
+#: modules/access_output/http.c:91
+#, fuzzy
+msgid "HTTP stream output"
+msgstr "Stream Http de saída"
+
+#: modules/access_output/http.c:93 modules/control/http/http.c:61
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
+msgstr "HTTP"
+
+#: modules/access_output/shout.c:58
+#, fuzzy
+msgid "Stream name"
+msgstr "stream"
+
+#: modules/access_output/shout.c:59
+msgid "Name to give to this stream/channel on the shoutcast/icecast server."
+msgstr ""
+
+#: modules/access_output/shout.c:62
+#, fuzzy
+msgid "Stream description"
+msgstr "Descrição do Codec"
 
-#: modules/access/vcdx/info.c:127
-msgid "Track size (in sectors)"
+#: modules/access_output/shout.c:63
+msgid "Description of the stream content or information about your channel."
 msgstr ""
 
-#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
-#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
+#: modules/access_output/shout.c:66
 #, fuzzy
-msgid "type"
-msgstr "Tipo"
+msgid "Stream MP3"
+msgstr "Stream"
 
-#: modules/access/vcdx/info.c:139
+#: modules/access_output/shout.c:67
+msgid ""
+"You normally have to feed the shoutcast module with Ogg streams. It is also "
+"possible to stream MP3 instead, so you can forward MP3 streams to the "
+"shoutcast/icecast server."
+msgstr ""
+
+#: modules/access_output/shout.c:76
 #, fuzzy
-msgid "end"
-msgstr "Combinar"
+msgid "Genre description"
+msgstr "Descrição do Codec"
 
-#: modules/access/vcdx/info.c:142
+#: modules/access_output/shout.c:77
+msgid "Genre of the content. "
+msgstr ""
+
+#: modules/access_output/shout.c:79
 #, fuzzy
-msgid "play list"
-msgstr "lista de reprodução"
+msgid "URL description"
+msgstr "Descrição"
 
-#: modules/access/vcdx/info.c:153
+#: modules/access_output/shout.c:80
+msgid "URL with information about the stream or your channel. "
+msgstr ""
+
+#: modules/access_output/shout.c:87
 #, fuzzy
-msgid "extended selection list"
-msgstr "Interface &Extendida"
+msgid "Bitrate information of the transcoded stream. "
+msgstr "O bitrate máximo do stream"
 
-#: modules/access/vcdx/info.c:154
+#: modules/access_output/shout.c:90
 #, fuzzy
-msgid "selection list"
-msgstr "Seleção"
+msgid "Samplerate information of the transcoded stream. "
+msgstr "O bitrate máximo do stream"
 
-#: modules/access/vcdx/info.c:166
+#: modules/access_output/shout.c:92
 #, fuzzy
-msgid "unknown type"
-msgstr "<desconhecido>"
+msgid "Number of channels"
+msgstr "Número de clones"
 
-#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
-#: modules/access/vcdx/info.c:316
-msgid "List ID"
-msgstr "ID da lista"
+#: modules/access_output/shout.c:93
+#, fuzzy
+msgid "Number of channels information of the transcoded stream. "
+msgstr "O bitrate máximo do stream"
 
-#: modules/access/vcdx/vcd.c:95
-msgid "(Super) Video CD"
+#: modules/access_output/shout.c:95
+msgid "Ogg Vorbis Quality"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:96
-msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
-msgstr "Entrada de Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) "
+#: modules/access_output/shout.c:96
+#, fuzzy
+msgid "Ogg Vorbis Quality information of the transcoded stream. "
+msgstr "O bitrate máximo do stream"
 
-#: modules/access/vcdx/vcd.c:97
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
-msgstr "vcdx:[disp-ou-arquivo][@{P,S,T}num]"
+#: modules/access_output/shout.c:98
+#, fuzzy
+msgid "Stream public"
+msgstr "stream de saída"
 
-#: modules/access/vcdx/vcd.c:106
-msgid "If nonzero, this gives additional debug information."
+#: modules/access_output/shout.c:99
+msgid ""
+"Make the server publicly available on the 'Yellow Pages' (directory listing "
+"of streams) on the icecast/shoutcast website. Requires the bitrate "
+"information specified for shoutcast. Requires Ogg streaming for icecast."
 msgstr ""
-"Se não for zero, isto irá fornecer informações de depuração adicionais."
 
-#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+#: modules/access_output/shout.c:105
 #, fuzzy
-msgid "Number of CD blocks to get in a single read."
-msgstr "Número de streams"
-
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
-msgstr "Usar controle de reprodução?"
+msgid "IceCAST output"
+msgstr "Módulo de acesso de saída"
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/udp.c:77
+#, fuzzy
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Default caching value for outbound UDP streams. This value should be set in "
+"milliseconds."
 msgstr ""
-"Se o VCD foi produzido com controle de reproduçaõ, use-o. De outra forma nós "
-"tocamos por faixas."
+"Permite que você modifique os valores padrão de cache para streams CDDA. "
+"Este valor deverá ser ajustado em unidades de milisegundos"
 
-#: modules/access/vcdx/vcd.c:123
-msgid "Use track length as maximum unit in seek?"
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
+#: modules/gui/macosx/wizard.m:1848
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
+#, fuzzy
+msgid "Time-To-Live (TTL)"
+msgstr "Tempo De Vida (TTL):"
+
+#: modules/access_output/udp.c:81
+#, fuzzy
+msgid "Time-To-Live of the outgoing stream."
 msgstr ""
+"Permite que você modifique o nome de usuário que será usado para a conexão."
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:84
+#, fuzzy
+msgid "Group packets"
+msgstr "Copiar packetizer"
+
+#: modules/access_output/udp.c:85
 msgid ""
-"If set, the length of the seek bar is the track rather than the length of an "
-"entry."
+"Packets can be sent one by one at the right time or by groups. You can "
+"choose the number of packets that will be sent at a time. It helps reducing "
+"the scheduling load on heavily-loaded systems."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:129
-#, fuzzy
-msgid "Show extended VCD info?"
-msgstr "Mostrar a GUI extendida"
+#: modules/access_output/udp.c:90
+msgid "Raw write"
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:130
+#: modules/access_output/udp.c:91
 msgid ""
-"Show the maximum amount of information under Stream and Media Info. Shows "
-"for example playback control navigation."
+"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 ""
 
-#: modules/access/vcdx/vcd.c:137
+#: modules/access_output/udp.c:97
 #, fuzzy
-msgid "Format to use in the playlist's \"author\" field."
-msgstr "Formato a ser usado no campo \"author\" da lista de reprodução"
+msgid "UDP stream output"
+msgstr "Stream UDP de saída"
 
-#: modules/access/vcdx/vcd.c:143
-#, fuzzy
-msgid "Format to use in the playlist's \"title\" field."
-msgstr "Formato a ser usado no campo \"title\" da lista de reprodução"
+#: modules/access_output/udp.c:98
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
+msgid "UDP"
+msgstr "UDP"
 
 #: modules/audio_filter/channel_mixer/dolby.c:47
 msgid "Simple decoder for Dolby Surround encoded streams"
@@ -9649,39 +9671,39 @@ msgstr "Seriços"
 msgid "Windows Service interface"
 msgstr "Interface de serviço Windows NT/2K/XP"
 
-#: modules/control/rc.c:154
+#: modules/control/rc.c:156
 msgid "Show stream position"
 msgstr "Mostrar posição do stream"
 
-#: modules/control/rc.c:155
+#: modules/control/rc.c:157
 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:158
+#: modules/control/rc.c:160
 msgid "Fake TTY"
 msgstr "TTY falso"
 
-#: modules/control/rc.c:159
+#: modules/control/rc.c:161
 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:161
+#: modules/control/rc.c:163
 #, fuzzy
 msgid "UNIX socket command input"
 msgstr "Entrada TCP"
 
-#: modules/control/rc.c:162
+#: modules/control/rc.c:164
 msgid "Accept commands over a Unix socket rather than stdin."
 msgstr ""
 
-#: modules/control/rc.c:165
+#: modules/control/rc.c:167
 #, fuzzy
 msgid "TCP command input"
 msgstr "Entrada TCP"
 
-#: modules/control/rc.c:166
+#: modules/control/rc.c:168
 #, fuzzy
 msgid ""
 "Accept commands over a socket rather than stdin. You can set the address and "
@@ -9689,11 +9711,11 @@ msgid ""
 msgstr ""
 "Você pode ajustar o endereço e a porta em que a interface http será atada."
 
-#: modules/control/rc.c:170 modules/misc/dummy/dummy.c:49
+#: modules/control/rc.c:172 modules/misc/dummy/dummy.c:49
 msgid "Do not open a DOS command box interface"
 msgstr "Não abrir uma interface de caixa de comandos dos"
 
-#: modules/control/rc.c:172
+#: modules/control/rc.c:174
 #, fuzzy
 msgid ""
 "By default the rc interface plugin will start a DOS command box. Enabling "
@@ -9705,363 +9727,363 @@ msgstr ""
 "pode também ser bem chato quando você quiser fechar o VLC e não houver "
 "nenhuma janela de vídeo aberta."
 
-#: modules/control/rc.c:179
+#: modules/control/rc.c:181
 #, fuzzy
 msgid "RC"
 msgstr "Pt_br"
 
-#: modules/control/rc.c:182
+#: modules/control/rc.c:184
 msgid "Remote control interface"
 msgstr "Interface de controle remoto"
 
-#: modules/control/rc.c:323
+#: modules/control/rc.c:325
 #, fuzzy
 msgid "Remote control interface initialized. Type `help' for help."
 msgstr "Interface de controle remoto"
 
-#: modules/control/rc.c:848
+#: modules/control/rc.c:850
 #, c-format
 msgid "Unknown command `%s'. Type `help' for help."
 msgstr ""
 
-#: modules/control/rc.c:881
+#: modules/control/rc.c:883
 msgid "+----[ Remote control commands ]"
 msgstr ""
 
-#: modules/control/rc.c:883
+#: modules/control/rc.c:885
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist"
 msgstr ""
 
-#: modules/control/rc.c:884
+#: modules/control/rc.c:886
 msgid "| enqueue XYZ  . . . . . . . queue XYZ to playlist"
 msgstr ""
 
-#: modules/control/rc.c:885
+#: modules/control/rc.c:887
 msgid "| playlist . . .  show items currently in playlist"
 msgstr ""
 
-#: modules/control/rc.c:886
+#: modules/control/rc.c:888
 msgid "| play . . . . . . . . . . . . . . . . play stream"
 msgstr ""
 
-#: modules/control/rc.c:887
+#: modules/control/rc.c:889
 msgid "| stop . . . . . . . . . . . . . . . . stop stream"
 msgstr ""
 
-#: modules/control/rc.c:888
+#: modules/control/rc.c:890
 msgid "| next . . . . . . . . . . . .  next playlist item"
 msgstr ""
 
-#: modules/control/rc.c:889
+#: modules/control/rc.c:891
 msgid "| prev . . . . . . . . . .  previous playlist item"
 msgstr ""
 
-#: modules/control/rc.c:890
+#: modules/control/rc.c:892
 msgid "| goto . . . . . . . . . . . .  goto item at index"
 msgstr ""
 
-#: modules/control/rc.c:891
+#: modules/control/rc.c:893
 msgid "| clear . . . . . . . . . . .   clear the playlist"
 msgstr ""
 
-#: modules/control/rc.c:892
+#: modules/control/rc.c:894
 msgid "| status . . . . . . . . . current playlist status"
 msgstr ""
 
-#: modules/control/rc.c:893
+#: modules/control/rc.c:895
 msgid "| title [X]  . . . . set/get title in current item"
 msgstr ""
 
-#: modules/control/rc.c:894
+#: modules/control/rc.c:896
 msgid "| title_n  . . . . . .  next title in current item"
 msgstr ""
 
-#: modules/control/rc.c:895
+#: modules/control/rc.c:897
 msgid "| title_p  . . . .  previous title in current item"
 msgstr ""
 
-#: modules/control/rc.c:896
+#: modules/control/rc.c:898
 msgid "| chapter [X]  . . set/get chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:897
+#: modules/control/rc.c:899
 msgid "| chapter_n  . . . .  next chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:898
+#: modules/control/rc.c:900
 msgid "| chapter_p  . .  previous chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:900
+#: modules/control/rc.c:902
 msgid "| seek X . seek in seconds, for instance `seek 12'"
 msgstr ""
 
-#: modules/control/rc.c:901
+#: modules/control/rc.c:903
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause"
 msgstr ""
 
-#: modules/control/rc.c:902
+#: modules/control/rc.c:904
 msgid "| fastforward  . . . . . .  .  set to maximum rate"
 msgstr ""
 
-#: modules/control/rc.c:903
+#: modules/control/rc.c:905
 msgid "| rewind  . . . . . . . . . .  set to minimum rate"
 msgstr ""
 
-#: modules/control/rc.c:904
+#: modules/control/rc.c:906
 msgid "| faster . . . . . . . .  faster playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:905
+#: modules/control/rc.c:907
 msgid "| slower . . . . . . . .  slower playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:906
+#: modules/control/rc.c:908
 msgid "| normal . . . . . . . .  normal playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:907
+#: modules/control/rc.c:909
 msgid "| f [on|off] . . . . . . . . . . toggle fullscreen"
 msgstr ""
 
-#: modules/control/rc.c:908
+#: modules/control/rc.c:910
 msgid "| info . . .  information about the current stream"
 msgstr ""
 
-#: modules/control/rc.c:909
+#: modules/control/rc.c:911
 msgid "| get_time . . seconds elapsed since stream's beginning"
 msgstr ""
 
-#: modules/control/rc.c:910
+#: modules/control/rc.c:912
 msgid "| is_playing . .  1 if a stream plays, 0 otherwise"
 msgstr ""
 
-#: modules/control/rc.c:911
+#: modules/control/rc.c:913
 msgid "| get_title . . .  the title of the current stream"
 msgstr ""
 
-#: modules/control/rc.c:912
+#: modules/control/rc.c:914
 msgid "| get_length . .  the length of the current stream"
 msgstr ""
 
-#: modules/control/rc.c:914
+#: modules/control/rc.c:916
 msgid "| volume [X] . . . . . . . .  set/get audio volume"
 msgstr ""
 
-#: modules/control/rc.c:915
+#: modules/control/rc.c:917
 msgid "| volup [X]  . . . . .  raise audio volume X steps"
 msgstr ""
 
-#: modules/control/rc.c:916
+#: modules/control/rc.c:918
 msgid "| voldown [X]  . . . .  lower audio volume X steps"
 msgstr ""
 
-#: modules/control/rc.c:917
+#: modules/control/rc.c:919
 msgid "| adev [X] . . . . . . . . .  set/get audio device"
 msgstr ""
 
-#: modules/control/rc.c:918
+#: modules/control/rc.c:920
 msgid "| achan [X]. . . . . . . .  set/get audio channels"
 msgstr ""
 
-#: modules/control/rc.c:919
+#: modules/control/rc.c:921
 msgid "| atrack [X] . . . . . . . . . set/get audio track"
 msgstr ""
 
-#: modules/control/rc.c:920
+#: modules/control/rc.c:922
 msgid "| vtrack [X] . . . . . . . . . set/get video track"
 msgstr ""
 
-#: modules/control/rc.c:921
+#: modules/control/rc.c:923
 msgid "| strack [X] . . . . . . . set/get subtitles track"
 msgstr ""
 
-#: modules/control/rc.c:922
+#: modules/control/rc.c:924
 msgid "| menu [on|off|up|down|left|right|select] use menu"
 msgstr ""
 
-#: modules/control/rc.c:927
+#: modules/control/rc.c:929
 msgid "| marq-marquee STRING  . . overlay STRING in video"
 msgstr ""
 
-#: modules/control/rc.c:928
+#: modules/control/rc.c:930
 msgid "| marq-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:929
+#: modules/control/rc.c:931
 msgid "| marq-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:930
+#: modules/control/rc.c:932
 msgid "| marq-position #. . .  .relative position control"
 msgstr ""
 
-#: modules/control/rc.c:931
+#: modules/control/rc.c:933
 msgid "| marq-color # . . . . . . . . . . font color, RGB"
 msgstr ""
 
-#: modules/control/rc.c:932
+#: modules/control/rc.c:934
 msgid "| marq-opacity # . . . . . . . . . . . . . opacity"
 msgstr ""
 
-#: modules/control/rc.c:933
+#: modules/control/rc.c:935
 msgid "| marq-timeout T. . . . . . . . . . timeout, in ms"
 msgstr ""
 
-#: modules/control/rc.c:934
+#: modules/control/rc.c:936
 msgid "| marq-size # . . . . . . . . font size, in pixels"
 msgstr ""
 
-#: modules/control/rc.c:936
+#: modules/control/rc.c:938
 msgid "| time-format STRING . . . overlay STRING in video"
 msgstr ""
 
-#: modules/control/rc.c:937
+#: modules/control/rc.c:939
 msgid "| time-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:938
+#: modules/control/rc.c:940
 msgid "| time-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:939
+#: modules/control/rc.c:941
 msgid "| time-position #. . . . . . . . relative position"
 msgstr ""
 
-#: modules/control/rc.c:940
+#: modules/control/rc.c:942
 msgid "| time-color # . . . . . . . . . . font color, RGB"
 msgstr ""
 
-#: modules/control/rc.c:941
+#: modules/control/rc.c:943
 msgid "| time-opacity # . . . . . . . . . . . . . opacity"
 msgstr ""
 
-#: modules/control/rc.c:942
+#: modules/control/rc.c:944
 msgid "| time-size # . . . . . . . . font size, in pixels"
 msgstr ""
 
-#: modules/control/rc.c:944
+#: modules/control/rc.c:946
 msgid "| logo-file STRING . . .the overlay file path/name"
 msgstr ""
 
-#: modules/control/rc.c:945
+#: modules/control/rc.c:947
 msgid "| logo-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:946
+#: modules/control/rc.c:948
 msgid "| logo-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:947
+#: modules/control/rc.c:949
 msgid "| logo-position #. . . . . . . . relative position"
 msgstr ""
 
-#: modules/control/rc.c:948
+#: modules/control/rc.c:950
 msgid "| logo-transparency #. . . . . . . . .transparency"
 msgstr ""
 
-#: modules/control/rc.c:950
+#: modules/control/rc.c:952
 msgid "| mosaic-alpha # . . . . . . . . . . . . . . alpha"
 msgstr ""
 
-#: modules/control/rc.c:951
+#: modules/control/rc.c:953
 msgid "| mosaic-height #. . . . . . . . . . . . . .height"
 msgstr ""
 
-#: modules/control/rc.c:952
+#: modules/control/rc.c:954
 msgid "| mosaic-width # . . . . . . . . . . . . . . width"
 msgstr ""
 
-#: modules/control/rc.c:953
+#: modules/control/rc.c:955
 msgid "| mosaic-xoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:954
+#: modules/control/rc.c:956
 msgid "| mosaic-yoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:955
+#: modules/control/rc.c:957
 msgid "| mosaic-align 0..2,4..6,8..10. . .mosaic alignment"
 msgstr ""
 
-#: modules/control/rc.c:956
+#: modules/control/rc.c:958
 msgid "| mosaic-vborder # . . . . . . . . vertical border"
 msgstr ""
 
-#: modules/control/rc.c:957
+#: modules/control/rc.c:959
 msgid "| mosaic-hborder # . . . . . . . horizontal border"
 msgstr ""
 
-#: modules/control/rc.c:958
+#: modules/control/rc.c:960
 msgid "| mosaic-position {0=auto,1=fixed} . . . .position"
 msgstr ""
 
-#: modules/control/rc.c:959
+#: modules/control/rc.c:961
 msgid "| mosaic-rows #. . . . . . . . . . .number of rows"
 msgstr ""
 
-#: modules/control/rc.c:960
+#: modules/control/rc.c:962
 msgid "| mosaic-cols #. . . . . . . . . . .number of cols"
 msgstr ""
 
-#: modules/control/rc.c:961
+#: modules/control/rc.c:963
 msgid "| mosaic-order id(,id)* . . . . order of pictures "
 msgstr ""
 
-#: modules/control/rc.c:962
+#: modules/control/rc.c:964
 msgid "| mosaic-keep-aspect-ratio {0,1} . . .aspect ratio"
 msgstr ""
 
-#: modules/control/rc.c:964
+#: modules/control/rc.c:966
 msgid ""
 "| check-updates [newer] [equal] [older]\n"
 "|               [undef] [info] [source] [binary] [plugin]"
 msgstr ""
 
-#: modules/control/rc.c:968
+#: modules/control/rc.c:970
 msgid "| help . . . . . . . . . . . . . this help message"
 msgstr ""
 
-#: modules/control/rc.c:969
+#: modules/control/rc.c:971
 msgid "| longhelp . . . . . . . . . a longer help message"
 msgstr ""
 
-#: modules/control/rc.c:970
+#: modules/control/rc.c:972
 msgid "| logout . . . . .  exit (if in socket connection)"
 msgstr ""
 
-#: modules/control/rc.c:971
+#: modules/control/rc.c:973
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc"
 msgstr ""
 
-#: modules/control/rc.c:973
+#: modules/control/rc.c:975
 msgid "+----[ end of help ]"
 msgstr ""
 
-#: modules/control/rc.c:1080
+#: modules/control/rc.c:1082
 #, fuzzy
 msgid "Press menu select or pause to continue."
 msgstr ""
 "\n"
 "Pressione ENTER para continuar...\n"
 
-#: modules/control/rc.c:1324 modules/control/rc.c:1809
-#: modules/control/rc.c:1879 modules/control/rc.c:1928
-#: modules/control/rc.c:2027
+#: modules/control/rc.c:1326 modules/control/rc.c:1811
+#: modules/control/rc.c:1881 modules/control/rc.c:1930
+#: modules/control/rc.c:2029
 #, fuzzy
 msgid "Type 'menu select' or 'pause' to continue."
 msgstr ""
 "\n"
 "Pressione ENTER para continuar...\n"
 
-#: modules/control/rc.c:1461
+#: modules/control/rc.c:1463
 #, fuzzy
 msgid "Type 'pause' to continue."
 msgstr ""
 "\n"
 "Pressione ENTER para continuar...\n"
 
-#: modules/control/rc.c:2012 modules/control/rc.c:2051
+#: modules/control/rc.c:2014 modules/control/rc.c:2053
 msgid "Please provide one of the following parameters:"
 msgstr ""
 
@@ -10201,6 +10223,7 @@ msgstr ""
 #: modules/gui/macosx/interaction.m:135 modules/gui/macosx/open.m:158
 #: modules/gui/macosx/playlistinfo.m:60 modules/gui/macosx/prefs.m:122
 #: modules/gui/macosx/prefs.m:142 modules/gui/macosx/wizard.m:363
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:88
 msgid "Cancel"
 msgstr "Cancelar"
 
@@ -11172,8 +11195,8 @@ msgstr "Abrir arquivos de todas as sub-pastas também?"
 #: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:440
 #: modules/gui/macosx/open.m:634 modules/gui/macosx/open.m:738
 #: modules/gui/macosx/open.m:784 modules/gui/wxwidgets/interface.cpp:675
-#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:348
-#: modules/gui/wxwidgets/menus.cpp:404
+#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:349
+#: modules/gui/wxwidgets/menus.cpp:405
 msgid "Open"
 msgstr "Abrir"
 
@@ -11185,7 +11208,7 @@ msgstr "Preferências"
 
 #: modules/gui/beos/InterfaceWindow.cpp:237
 #: modules/gui/beos/InterfaceWindow.cpp:328 modules/gui/macosx/intf.m:503
-#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:35
+#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:41
 #: modules/gui/wxwidgets/dialogs/messages.cpp:47
 msgid "Messages"
 msgstr "Mensagens"
@@ -11340,6 +11363,7 @@ msgstr "Aplicar"
 
 #: modules/gui/beos/PreferencesWindow.cpp:254 modules/gui/macosx/output.m:526
 #: modules/gui/macosx/playlist.m:704 modules/gui/macosx/prefs.m:121
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:87
 msgid "Save"
 msgstr "Salvar"
 
@@ -11466,7 +11490,7 @@ msgstr "Não encontrado %@s"
 msgid "The stream must be playing or paused for bookmarks to work."
 msgstr ""
 
-#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:735
+#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:741
 #, fuzzy
 msgid "Jump To Time"
 msgstr "Pular para:"
@@ -11485,64 +11509,64 @@ msgstr "Pular para:"
 msgid "Random On"
 msgstr "Aleatório Ligado"
 
-#: modules/gui/macosx/controls.m:167
+#: modules/gui/macosx/controls.m:168
 msgid "Random Off"
 msgstr "Aleatório Desligado"
 
-#: modules/gui/macosx/controls.m:195 modules/gui/macosx/controls.m:719
+#: modules/gui/macosx/controls.m:197 modules/gui/macosx/controls.m:725
 #: modules/gui/macosx/intf.m:543 modules/gui/macosx/playlist.m:453
 #: modules/gui/macosx/playlist.m:1167
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:54
 msgid "Repeat One"
 msgstr "Repertir Um"
 
-#: modules/gui/macosx/controls.m:199 modules/gui/macosx/controls.m:231
+#: modules/gui/macosx/controls.m:202 modules/gui/macosx/controls.m:236
 #: modules/gui/macosx/playlist.m:1186
 msgid "Repeat Off"
 msgstr "Repertir Desligado"
 
-#: modules/gui/macosx/controls.m:227 modules/gui/macosx/controls.m:726
+#: modules/gui/macosx/controls.m:231 modules/gui/macosx/controls.m:732
 #: modules/gui/macosx/intf.m:544 modules/gui/macosx/playlist.m:454
 #: modules/gui/macosx/playlist.m:1175
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:53
 msgid "Repeat All"
 msgstr "Repetir Tudo"
 
-#: modules/gui/macosx/controls.m:308 modules/gui/macosx/controls.m:749
+#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
 #: modules/gui/macosx/intf.m:569
 msgid "Half Size"
 msgstr "Metade do Tamanho"
 
-#: modules/gui/macosx/controls.m:310 modules/gui/macosx/controls.m:750
+#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:756
 #: modules/gui/macosx/intf.m:570
 msgid "Normal Size"
 msgstr "Tamanho normal"
 
-#: modules/gui/macosx/controls.m:312 modules/gui/macosx/controls.m:751
+#: modules/gui/macosx/controls.m:318 modules/gui/macosx/controls.m:757
 #: modules/gui/macosx/intf.m:571
 msgid "Double Size"
 msgstr "Tamanho dobrado"
 
-#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
-#: modules/gui/macosx/controls.m:766 modules/gui/macosx/intf.m:574
+#: modules/gui/macosx/controls.m:320 modules/gui/macosx/controls.m:761
+#: modules/gui/macosx/controls.m:772 modules/gui/macosx/intf.m:574
 msgid "Float on Top"
 msgstr "Flutuar por cima"
 
-#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:752
+#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:758
 #: modules/gui/macosx/intf.m:572
 msgid "Fit to Screen"
 msgstr "Ajustar para a tela"
 
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:542
+#: modules/gui/macosx/controls.m:718 modules/gui/macosx/intf.m:542
 #: modules/gui/macosx/playlist.m:447
 msgid "Random"
 msgstr "Aleatórizar"
 
-#: modules/gui/macosx/controls.m:733 modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/controls.m:739 modules/gui/macosx/intf.m:545
 msgid "Step Forward"
 msgstr "Passo Adiante"
 
-#: modules/gui/macosx/controls.m:734 modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/controls.m:740 modules/gui/macosx/intf.m:546
 msgid "Step Backward"
 msgstr "Passo para Trás"
 
@@ -11561,7 +11585,7 @@ msgstr "Avançar Rápido"
 #: modules/gui/pda/pda_interface.c:251 modules/gui/wxwidgets/interface.cpp:678
 #: modules/gui/wxwidgets/interface.cpp:689
 #: modules/gui/wxwidgets/interface.cpp:1210
-#: modules/gui/wxwidgets/menus.cpp:265 modules/visualization/xosd.c:242
+#: modules/gui/wxwidgets/menus.cpp:266 modules/visualization/xosd.c:242
 msgid "Pause"
 msgstr "Pausar"
 
@@ -11782,7 +11806,7 @@ msgstr "VLC - Controlador"
 
 #: modules/gui/macosx/intf.m:488 modules/gui/macosx/intf.m:999
 #: modules/gui/macosx/intf.m:1321 modules/gui/pda/pda_interface.c:212
-#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:52
+#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:54
 msgid "VLC media player"
 msgstr "VLC media player"
 
@@ -12238,82 +12262,6 @@ msgstr "UDP"
 msgid "Save File"
 msgstr "Salvar Arquivo"
 
-#: modules/gui/macosx/playlistinfo.m:56
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
-msgid "URI"
-msgstr "URI"
-
-#: modules/gui/macosx/playlistinfo.m:63
-#, fuzzy
-msgid "Advanced Information"
-msgstr "Opções Avançadas"
-
-#: modules/gui/macosx/playlistinfo.m:81
-msgid "Read at media"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:82
-#, fuzzy
-msgid "Input bitrate"
-msgstr "Parar Stream"
-
-#: modules/gui/macosx/playlistinfo.m:83
-#, fuzzy
-msgid "Demuxed"
-msgstr "Número do demux"
-
-#: modules/gui/macosx/playlistinfo.m:84
-#, fuzzy
-msgid "Stream bitrate"
-msgstr "Taxa de Bits Máxima"
-
-#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
-#, fuzzy
-msgid "Decoded blocks"
-msgstr "Decodificadores"
-
-#: modules/gui/macosx/playlistinfo.m:88
-#, fuzzy
-msgid "Displayed frames"
-msgstr "Blues"
-
-#: modules/gui/macosx/playlistinfo.m:89
-#, fuzzy
-msgid "Lost frames"
-msgstr "Blues"
-
-#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
-#: modules/video_filter/deinterlace.c:137
-#, fuzzy
-msgid "Streaming"
-msgstr "stream"
-
-#: modules/gui/macosx/playlistinfo.m:92
-#, fuzzy
-msgid "Sent packets"
-msgstr "Copiar packetizer"
-
-#: modules/gui/macosx/playlistinfo.m:93
-msgid "Sent bytes"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:94
-#, fuzzy
-msgid "Send rate"
-msgstr "Taxa de Amostra:"
-
-#: modules/gui/macosx/playlistinfo.m:98
-#, fuzzy
-msgid "Played buffers"
-msgstr "Tocar mais rápido"
-
-#: modules/gui/macosx/playlistinfo.m:99
-msgid "Lost buffers"
-msgstr ""
-
 #: modules/gui/macosx/playlist.m:434
 msgid "Save Playlist..."
 msgstr "Salvar Lista de Reprodução..."
@@ -12404,6 +12352,82 @@ msgstr "Entre um nome para o novo grupo:"
 msgid "Empty Folder"
 msgstr ""
 
+#: modules/gui/macosx/playlistinfo.m:56
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
+msgid "URI"
+msgstr "URI"
+
+#: modules/gui/macosx/playlistinfo.m:63
+#, fuzzy
+msgid "Advanced Information"
+msgstr "Opções Avançadas"
+
+#: modules/gui/macosx/playlistinfo.m:81
+msgid "Read at media"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:82
+#, fuzzy
+msgid "Input bitrate"
+msgstr "Parar Stream"
+
+#: modules/gui/macosx/playlistinfo.m:83
+#, fuzzy
+msgid "Demuxed"
+msgstr "Número do demux"
+
+#: modules/gui/macosx/playlistinfo.m:84
+#, fuzzy
+msgid "Stream bitrate"
+msgstr "Taxa de Bits Máxima"
+
+#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
+#, fuzzy
+msgid "Decoded blocks"
+msgstr "Decodificadores"
+
+#: modules/gui/macosx/playlistinfo.m:88
+#, fuzzy
+msgid "Displayed frames"
+msgstr "Blues"
+
+#: modules/gui/macosx/playlistinfo.m:89
+#, fuzzy
+msgid "Lost frames"
+msgstr "Blues"
+
+#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
+#: modules/video_filter/deinterlace.c:137
+#, fuzzy
+msgid "Streaming"
+msgstr "stream"
+
+#: modules/gui/macosx/playlistinfo.m:92
+#, fuzzy
+msgid "Sent packets"
+msgstr "Copiar packetizer"
+
+#: modules/gui/macosx/playlistinfo.m:93
+msgid "Sent bytes"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:94
+#, fuzzy
+msgid "Send rate"
+msgstr "Taxa de Amostra:"
+
+#: modules/gui/macosx/playlistinfo.m:98
+#, fuzzy
+msgid "Played buffers"
+msgstr "Tocar mais rápido"
+
+#: modules/gui/macosx/playlistinfo.m:99
+msgid "Lost buffers"
+msgstr ""
+
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:213
 msgid "Reset All"
@@ -13683,11 +13707,22 @@ msgstr "Não pude encontrar o arquivo pixmap: %s"
 msgid "QNX RTOS video and audio output"
 msgstr "Saída de video e audio QNX RTOS"
 
+#: modules/gui/qt4/dialogs/errors.cpp:37
+#, fuzzy
+msgid "Errors"
+msgstr "Erro"
+
 #: modules/gui/qt4/dialogs/streaminfo.cpp:35
 #, fuzzy
 msgid "Stream information"
 msgstr "Alvo de destino:"
 
+#: modules/gui/qt4/dialogs_provider.cpp:235
+#: modules/gui/qt4/dialogs_provider.cpp:246
+#, fuzzy
+msgid "Open directory"
+msgstr "A&brir Arquivo..."
+
 #: modules/gui/qt4/qt4.cpp:45
 #, fuzzy
 msgid "QT interface"
@@ -13879,6 +13914,11 @@ msgstr "Módulo de interface wxWindows"
 msgid "WinCE dialogs provider"
 msgstr "Provedor de diálogos wxWindows"
 
+#: modules/gui/wxwidgets/dialogs.cpp:433
+#: modules/gui/wxwidgets/dialogs/open.cpp:1265
+msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
+msgstr ""
+
 #: modules/gui/wxwidgets/dialogs/bookmarks.cpp:75
 #, fuzzy
 msgid "Edit bookmark"
@@ -13944,26 +13984,6 @@ msgstr ""
 msgid "Input has changed "
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs.cpp:433
-#: modules/gui/wxwidgets/dialogs/open.cpp:1265
-msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:435
-#: modules/gui/wxwidgets/dialogs/open.cpp:1267
-msgid "|Video Files (*.avi, *.mpg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:436
-#: modules/gui/wxwidgets/dialogs/open.cpp:1268
-msgid "|Playlist Files (*.m3u, *.pls, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:437
-#: modules/gui/wxwidgets/dialogs/open.cpp:1269
-msgid "|Subtitle Files (*.srt, *.sub, etc.)|"
-msgstr ""
-
 #: modules/gui/wxwidgets/dialogs/fileinfo.cpp:54
 #, fuzzy
 msgid "Stream and Media Info"
@@ -14530,11 +14550,6 @@ msgstr "Saída MRL"
 msgid "Loop"
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:415
-#, fuzzy
-msgid "Create"
-msgstr "Taxa de Amostra:"
-
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:560
 #, fuzzy
 msgid "VLM stream"
@@ -14612,11 +14627,6 @@ msgid ""
 "about it."
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
-#, fuzzy
-msgid "Transcode audio (if available)"
-msgstr "Opções Transcode"
-
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:135
 msgid ""
 "Select the target audio codec. Choose a codec to display more information "
@@ -14687,6 +14697,11 @@ msgstr "imprimir informações de versão"
 msgid "Save to file"
 msgstr "Salvar arquivo"
 
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
+#, fuzzy
+msgid "Transcode audio (if available)"
+msgstr "Opções Transcode"
+
 #: modules/gui/wxwidgets/extrapanel.cpp:41
 msgid ""
 "Controls the blending of equalizer bands. The higher this value is, the more "
@@ -14988,7 +15003,7 @@ msgstr "Mensagens..."
 msgid "&Preferences..."
 msgstr "&Preferências"
 
-#: modules/gui/wxwidgets/menus.cpp:572 modules/gui/wxwidgets/menus.cpp:599
+#: modules/gui/wxwidgets/menus.cpp:573 modules/gui/wxwidgets/menus.cpp:600
 msgid "Empty"
 msgstr "Vazio"
 
@@ -15523,10 +15538,6 @@ msgstr "Arquivo de saída"
 msgid "Output data for RRDTool in this file."
 msgstr ""
 
-#: modules/misc/memcpy/memcpyaltivec.c:56
-msgid "AltiVec memcpy"
-msgstr "memcpy AltiVec"
-
 #: modules/misc/memcpy/memcpy.c:83
 msgid "libc memcpy"
 msgstr "memcpy libc"
@@ -15543,6 +15554,10 @@ msgstr "memcpy 3D Now!"
 msgid "MMX EXT memcpy"
 msgstr "memcpy MMX EXT"
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr "memcpy AltiVec"
+
 #: modules/misc/msn.c:64
 msgid "MSN Title format string"
 msgstr ""
@@ -17088,13 +17103,6 @@ msgstr "conversões MMX I420,IYUV,YV12 to RV15,RV16,RV24,RV32"
 msgid "Conversions from "
 msgstr "Conversões de "
 
-#: 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 " para "
-
 #: 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 "
@@ -18830,8 +18838,11 @@ msgid "XOSD interface"
 msgstr "Interface XOSD"
 
 #, fuzzy
-#~ msgid "Errors"
-#~ msgstr "Erro"
+#~ msgid "Create"
+#~ msgstr "Taxa de Amostra:"
+
+#~ msgid " to "
+#~ msgstr " para "
 
 #, fuzzy
 #~ msgid "Yes"
diff --git a/po/ro.po b/po/ro.po
index f7ace937d0f741afa3e8122f37313b4bc8249a3a..452f591ff51e42564872e893ae4fb3992abd5d3f 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -8,14 +8,27 @@ msgid ""
 msgstr ""
 "Project-Id-Version: vlc 0.8.3-svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-31 15:10+0400\n"
+"POT-Creation-Date: 2006-09-04 11:13+0200\n"
 "PO-Revision-Date: 2005-07-12 09:55+0200\n"
 "Last-Translator: Circo Radu Sorin <Circo.RaduSorin@gmail.com>\n"
 "Language-Team: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: include/vlc/vlc.h:576
+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"
+"see the file named COPYING for details.\n"
+"Written by the VideoLAN team; see the AUTHORS file.\n"
+msgstr ""
+"Acest program vine CU NICI O GARANTIE, in limitele permise de lege.\n"
+"Puteti sa il redistribuiti in acord cu termenii Licentei Publice Generale "
+"GNU;\n"
+"vezi fisierul COPYING pentru detalii.\n"
+"Scris de echipa VideoLAN; vezi fiserul AUTHORS.\n"
+
 #: include/vlc_config_cat.h:32
 msgid "VLC preferences"
 msgstr "Preferinte VLC"
@@ -70,7 +83,7 @@ msgstr "Setari pentru interfata VLC"
 msgid "Hotkeys settings"
 msgstr ""
 
-#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1209
+#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1217
 #: modules/gui/beos/InterfaceWindow.cpp:282 modules/gui/macosx/extended.m:81
 #: modules/gui/macosx/intf.m:555 modules/gui/macosx/output.m:170
 #: modules/gui/macosx/playlistinfo.m:96 modules/gui/macosx/wizard.m:421
@@ -115,9 +128,9 @@ msgstr "Module de iesire"
 msgid "These are general settings for audio output modules."
 msgstr "Acestea sunt setarile generale pentru modulele de iesire"
 
-#: include/vlc_config_cat.h:71 src/libvlc.h:1553
+#: include/vlc_config_cat.h:71 src/libvlc.h:1563
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:578
-#: modules/gui/wxwidgets/menus.cpp:279 modules/stream_out/transcode.c:285
+#: modules/gui/wxwidgets/menus.cpp:280 modules/stream_out/transcode.c:285
 msgid "Miscellaneous"
 msgstr "Diferite"
 
@@ -126,7 +139,7 @@ msgstr "Diferite"
 msgid "Miscellaneous audio settings and modules."
 msgstr "Diferite setari audio si module"
 
-#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1244
+#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1252
 #: modules/gui/macosx/extended.m:80 modules/gui/macosx/intf.m:568
 #: modules/gui/macosx/output.m:160 modules/gui/macosx/playlistinfo.m:86
 #: modules/gui/macosx/wizard.m:422
@@ -253,7 +266,7 @@ msgstr "Setari pentru audio, video si alte diferite decodoare"
 msgid "General input settings. Use with care."
 msgstr "Setari avansate de intrare.A se folosi cu grija"
 
-#: include/vlc_config_cat.h:135 src/libvlc.h:1483
+#: include/vlc_config_cat.h:135 src/libvlc.h:1493
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:152
 msgid "Stream output"
 msgstr "Flux de iesire"
@@ -364,8 +377,8 @@ msgstr "VOD"
 msgid "VLC's implementation of Video On Demand"
 msgstr "Implementarea VLC pentru Video On Demand (  Video La Cerere)"
 
-#: include/vlc_config_cat.h:186 src/libvlc.h:1608 src/playlist/engine.c:79
-#: src/playlist/engine.c:81 modules/demux/playlist/playlist.c:56
+#: include/vlc_config_cat.h:186 src/libvlc.h:1618 src/playlist/engine.c:91
+#: src/playlist/engine.c:93 modules/demux/playlist/playlist.c:56
 #: modules/demux/playlist/playlist.c:57
 #: modules/gui/beos/InterfaceWindow.cpp:231
 #: modules/gui/beos/InterfaceWindow.cpp:325 modules/gui/macosx/intf.m:500
@@ -403,7 +416,7 @@ msgstr ""
 "Modulele de servicii de descoperire sunt modulele care adauga automat "
 "elemente in lista de redare"
 
-#: include/vlc_config_cat.h:197 src/libvlc.h:1444
+#: include/vlc_config_cat.h:197 src/libvlc.h:1454
 #: modules/gui/macosx/prefs.m:124
 msgid "Advanced"
 msgstr "Avansat"
@@ -532,7 +545,7 @@ msgstr "Selecteaza hotkey folosit doar pentru pauza."
 #: modules/gui/wxwidgets/interface.cpp:677
 #: modules/gui/wxwidgets/interface.cpp:688
 #: modules/gui/wxwidgets/interface.cpp:1216
-#: modules/gui/wxwidgets/menus.cpp:263 modules/gui/wxwidgets/menus.cpp:274
+#: modules/gui/wxwidgets/menus.cpp:264 modules/gui/wxwidgets/menus.cpp:275
 msgid "Play"
 msgstr ""
 
@@ -550,8 +563,8 @@ msgid "Delete"
 msgstr ""
 
 #: include/vlc_intf_strings.h:37 modules/gui/macosx/intf.m:599
-#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlistinfo.m:55
-#: modules/gui/macosx/playlistinfo.m:363 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/playlistinfo.m:55 modules/gui/macosx/playlistinfo.m:363
 #, fuzzy
 msgid "Information"
 msgstr "Meta-informatie"
@@ -586,8 +599,8 @@ msgstr "Meta-informatie"
 msgid "Title"
 msgstr "Titlu"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:58
-#: modules/gui/macosx/playlist.m:130 modules/gui/macosx/wizard.m:393
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:130
+#: modules/gui/macosx/playlistinfo.m:58 modules/gui/macosx/wizard.m:393
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:50
 msgid "Author"
 msgstr "Autor"
@@ -659,19 +672,6 @@ msgstr "Nume Codor"
 msgid "Codec Description"
 msgstr "Descriere Codor"
 
-#: include/vlc/vlc.h:576
-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"
-"see the file named COPYING for details.\n"
-"Written by the VideoLAN team; see the AUTHORS file.\n"
-msgstr ""
-"Acest program vine CU NICI O GARANTIE, in limitele permise de lege.\n"
-"Puteti sa il redistribuiti in acord cu termenii Licentei Publice Generale "
-"GNU;\n"
-"vezi fisierul COPYING pentru detalii.\n"
-"Scris de echipa VideoLAN; vezi fiserul AUTHORS.\n"
-
 #: src/audio_output/filters.c:154 src/audio_output/filters.c:201
 #: src/audio_output/filters.c:224
 #, fuzzy
@@ -685,7 +685,7 @@ msgid "The maximum number of filters (%d) was reached."
 msgstr ""
 
 #: src/audio_output/input.c:80 src/audio_output/input.c:126
-#: src/input/es_out.c:361 src/libvlc.h:417 src/video_output/video_output.c:421
+#: src/input/es_out.c:361 src/libvlc.h:421 src/video_output/video_output.c:421
 #: modules/codec/ffmpeg/postprocess.c:94
 msgid "Disable"
 msgstr "Dezactiveaza"
@@ -834,13 +834,14 @@ msgid "VLC could not open the decoder module."
 msgstr ""
 
 #: src/input/decoder.c:136
-msgid "No suitable decoder module for FOURCC \"4.4s\" found"
+msgid "No suitable decoder module for format"
 msgstr ""
 
 #: src/input/decoder.c:137
+#, c-format
 msgid ""
-"VLC probably does not support this audio or video format. Regrettably, there "
-"is no way for you to fix this."
+"VLC probably does not support the “%4.4s” audio or video format. "
+"Unfortunately there is no way for you to fix this."
 msgstr ""
 
 #: src/input/es_out.c:383 src/input/es_out.c:385 src/input/es_out.c:391
@@ -851,7 +852,7 @@ msgid "Track %i"
 msgstr "Track %i"
 
 #: src/input/es_out.c:465 src/input/es_out.c:467 src/input/es_out.c:567
-#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:443
+#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:447
 #: modules/gui/macosx/intf.m:548 modules/gui/macosx/intf.m:549
 msgid "Program"
 msgstr "Program"
@@ -890,8 +891,8 @@ msgstr "%d Hz"
 msgid "Bits per sample"
 msgstr "Batai pe esantion"
 
-#: src/input/es_out.c:1605 modules/access_output/shout.c:86
-#: modules/access/pvr.c:84
+#: src/input/es_out.c:1605 modules/access/pvr.c:84
+#: modules/access_output/shout.c:86
 msgid "Bitrate"
 msgstr "Bitrate"
 
@@ -943,7 +944,7 @@ msgstr ""
 msgid "Bookmark"
 msgstr "Semn de carte"
 
-#: src/input/var.c:131 src/libvlc.h:449
+#: src/input/var.c:131 src/libvlc.h:453
 msgid "Programs"
 msgstr "Programe"
 
@@ -1708,44 +1709,54 @@ msgstr ""
 "( aceasta va salva eva putere de procesare)."
 
 #: src/libvlc.h:278
-msgid "Fullscreen video output"
+#, fuzzy
+msgid "Embedded video"
 msgstr "Iesire video pe tot ecranul"
 
 #: src/libvlc.h:280
+#, fuzzy
+msgid "Embed the video output in the main interface."
+msgstr "Setari pentru interfata VLC"
+
+#: src/libvlc.h:282
+msgid "Fullscreen video output"
+msgstr "Iesire video pe tot ecranul"
+
+#: src/libvlc.h:284
 msgid "Start video in fullscreen mode"
 msgstr ""
 
-#: src/libvlc.h:282
+#: src/libvlc.h:286
 msgid "Overlay video output"
 msgstr "Iesire video suprapusa"
 
-#: src/libvlc.h:284
+#: src/libvlc.h:288
 msgid ""
 "Overlay is the hardware acceleration capability of your video card (ability "
 "to render video directly). VLC will try to use it by default."
 msgstr ""
 
-#: src/libvlc.h:287 src/video_output/vout_intf.c:399
+#: src/libvlc.h:291 src/video_output/vout_intf.c:399
 msgid "Always on top"
 msgstr "Intotdeauna deasupra"
 
-#: src/libvlc.h:289
+#: src/libvlc.h:293
 msgid "Always place the video window on top of other windows."
 msgstr "Plaseaza intotdeauna fereastra video deasupra tuturor ferestrelor."
 
-#: src/libvlc.h:291
+#: src/libvlc.h:295
 msgid "Disable screensaver"
 msgstr ""
 
-#: src/libvlc.h:292
+#: src/libvlc.h:296
 msgid "Disable the screensaver during video playback."
 msgstr ""
 
-#: src/libvlc.h:294
+#: src/libvlc.h:298
 msgid "Window decorations"
 msgstr "Decoratiuni fereastra"
 
-#: src/libvlc.h:296
+#: src/libvlc.h:300
 #, fuzzy
 msgid ""
 "VLC can avoid creating window caption, frames, etc... around the video, "
@@ -1754,12 +1765,12 @@ msgstr ""
 "Daca aceasta optiune e dezactivata, VLC va evita sa creeze bare cu nune, "
 "rame, etc... pe langa video. Deocamdata suportata doar in Windows."
 
-#: src/libvlc.h:299
+#: src/libvlc.h:303
 #, fuzzy
 msgid "Video output filter module"
 msgstr "Modul iesire video "
 
-#: src/libvlc.h:301
+#: src/libvlc.h:305
 #, fuzzy
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
@@ -1769,11 +1780,11 @@ msgstr ""
 "calitatea imaginii, de exemplu despletire(deinterlacing), sau sa clonati ori "
 "distorsionati fereastra video."
 
-#: src/libvlc.h:305
+#: src/libvlc.h:309
 msgid "Video filter module"
 msgstr "Modul filtru video"
 
-#: src/libvlc.h:307
+#: src/libvlc.h:311
 #, fuzzy
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
@@ -1783,64 +1794,64 @@ msgstr ""
 "calitatea imaginii, de exemplu despletire(deinterlacing), sau sa clonati ori "
 "distorsionati fereastra video."
 
-#: src/libvlc.h:311
+#: src/libvlc.h:315
 #, fuzzy
 msgid "Video snapshot directory (or filename)"
 msgstr "Directorul de instantanee video"
 
-#: src/libvlc.h:313
+#: src/libvlc.h:317
 #, fuzzy
 msgid "Directory where the video snapshots will be stored."
 msgstr ""
 "Va permite da specificati directorul in care instantaneele video vor fi "
 "stocate."
 
-#: src/libvlc.h:315 src/libvlc.h:317
+#: src/libvlc.h:319 src/libvlc.h:321
 #, fuzzy
 msgid "Video snapshot file prefix"
 msgstr "Formatul instantaneului video"
 
-#: src/libvlc.h:319
+#: src/libvlc.h:323
 msgid "Video snapshot format"
 msgstr "Formatul instantaneului video"
 
-#: src/libvlc.h:321
+#: src/libvlc.h:325
 msgid "Image format which will be used to store the video snapshots"
 msgstr ""
 
-#: src/libvlc.h:323
+#: src/libvlc.h:327
 #, fuzzy
 msgid "Display video snapshot preview"
 msgstr "Ia instantaneu video"
 
-#: src/libvlc.h:325
+#: src/libvlc.h:329
 msgid "Display the snapshot preview in the screen's top-left corner."
 msgstr ""
 
-#: src/libvlc.h:327
+#: src/libvlc.h:331
 msgid "Use sequential numbers instead of timestamps"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:333
 msgid "Use sequential numbers instead of timestamps for snapshot numbering"
 msgstr ""
 
-#: src/libvlc.h:331
+#: src/libvlc.h:335
 #, fuzzy
 msgid "Video cropping"
 msgstr "Setari video"
 
-#: src/libvlc.h:333
+#: src/libvlc.h:337
 msgid ""
 "This forces the cropping of the source video. Accepted formats are x:y (4:3, "
 "16:9, etc.) expressing the global image aspect."
 msgstr ""
 
-#: src/libvlc.h:337
+#: src/libvlc.h:341
 msgid "Source aspect ratio"
 msgstr "Raport de aspect al sursei"
 
-#: src/libvlc.h:339
+#: src/libvlc.h:343
 #, fuzzy
 msgid ""
 "This forces the source aspect ratio. For instance, some DVDs claim to be "
@@ -1856,76 +1867,76 @@ msgstr ""
 "imaginii, sau o valoare (1.25, 1.33333, etc.) ce exprima patratirea "
 "pixelilor."
 
-#: src/libvlc.h:346
+#: src/libvlc.h:350
 msgid "Custom crop ratios list"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:352
 msgid ""
 "Comma seperated list of crop ratios which will be added in the interface's "
 "crop ratios list."
 msgstr ""
 
-#: src/libvlc.h:351
+#: src/libvlc.h:355
 #, fuzzy
 msgid "Custom aspect ratios list"
 msgstr "Raport de aspect al sursei"
 
-#: src/libvlc.h:353
+#: src/libvlc.h:357
 msgid ""
 "Comma seperated list of aspect ratios which will be added in the interface's "
 "aspect ratio list."
 msgstr ""
 
-#: src/libvlc.h:356
+#: src/libvlc.h:360
 msgid "Fix HDTV height"
 msgstr ""
 
-#: src/libvlc.h:358
+#: src/libvlc.h:362
 msgid ""
 "This allows proper handling of HDTV-1080 video format even if broken encoder "
 "incorrectly sets height to 1088 lines. You should only disable this option "
 "if your video has a non-standard format requiring all 1088 lines."
 msgstr ""
 
-#: src/libvlc.h:363
+#: src/libvlc.h:367
 #, fuzzy
 msgid "Monitor pixel aspect ratio"
 msgstr "Raport de aspect al sursei"
 
-#: src/libvlc.h:365
+#: src/libvlc.h:369
 msgid ""
 "This forces the monitor aspect ratio. Most monitors have square pixels "
 "(1:1). If you have a 16:9 screen, you might need to change this to 4:3 in "
 "order to keep proportions."
 msgstr ""
 
-#: src/libvlc.h:370
+#: src/libvlc.h:374
 msgid "Skip frames"
 msgstr "Sarire cadre"
 
-#: src/libvlc.h:372
+#: src/libvlc.h:376
 msgid ""
 "This option enables framedropping on MPEG2 stream. Framedropping occurs when "
 "your computer is not powerful enough"
 msgstr ""
 
-#: src/libvlc.h:375
+#: src/libvlc.h:379
 #, fuzzy
 msgid "Drop late frames"
 msgstr "Sarire cadre"
 
-#: src/libvlc.h:377
+#: src/libvlc.h:381
 msgid ""
 "This drops frames that are late (arrive to the video output after their "
 "intended display date)."
 msgstr ""
 
-#: src/libvlc.h:380
+#: src/libvlc.h:384
 msgid "Quiet synchro"
 msgstr "Sincronizare tacuta"
 
-#: src/libvlc.h:382
+#: src/libvlc.h:386
 #, fuzzy
 msgid ""
 "This avoids flooding the message log with debug output from the video output "
@@ -1934,7 +1945,7 @@ msgstr ""
 "Activati aceasta optiune pentru a preveni inundarea jurnalului d e mesaje cu "
 "mesaje de debug de la sincronizarea iesirii video."
 
-#: src/libvlc.h:391
+#: src/libvlc.h:395
 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 "
@@ -1944,17 +1955,17 @@ msgstr ""
 "trare, cum ar fi DVD sau VCD, setarile interfetei de retea sau ale canalului "
 "de subtitrari."
 
-#: src/libvlc.h:396
+#: src/libvlc.h:400
 msgid ""
 "If you live in France, it is not allowed to workaround any Digital "
 "Restrictions Management measure."
 msgstr ""
 
-#: src/libvlc.h:399
+#: src/libvlc.h:403
 msgid "Clock reference average counter"
 msgstr ""
 
-#: src/libvlc.h:401
+#: src/libvlc.h:405
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
@@ -1962,11 +1973,11 @@ msgstr ""
 "Cand folositi intrarea PVR ( sau o sursa foarte neregulata), ar trebui sa "
 "setati aceasta la 10000."
 
-#: src/libvlc.h:404
+#: src/libvlc.h:408
 msgid "Clock synchronisation"
 msgstr "Sincronizare ceas"
 
-#: src/libvlc.h:406
+#: src/libvlc.h:410
 #, fuzzy
 msgid ""
 "It is possible to disable the input clock synchronisation for real-time "
@@ -1975,17 +1986,17 @@ msgstr ""
 "Va permite sa activati/dezactivati sincronizarea cesului de intrare pentru "
 "sursele in timp real."
 
-#: src/libvlc.h:410 modules/control/netsync.c:71
+#: src/libvlc.h:414 modules/control/netsync.c:71
 msgid "Network synchronisation"
 msgstr ""
 
-#: src/libvlc.h:411
+#: src/libvlc.h:415
 msgid ""
 "This allows you to remotely synchronise clocks for server and client. The "
 "detailed settings are available in Advanced / Network Sync."
 msgstr ""
 
-#: src/libvlc.h:417 src/libvlc.h:964 src/video_output/vout_intf.c:261
+#: src/libvlc.h:421 src/libvlc.h:972 src/video_output/vout_intf.c:261
 #: src/video_output/vout_intf.c:348 modules/access/dshow/dshow.cpp:74
 #: modules/access/dshow/dshow.cpp:76 modules/access/dshow/dshow.cpp:79
 #: modules/access/dshow/dshow.cpp:85 modules/audio_output/alsa.c:102
@@ -1998,7 +2009,7 @@ msgstr ""
 msgid "Default"
 msgstr "Implicit"
 
-#: src/libvlc.h:417 modules/gui/macosx/equalizer.m:145
+#: src/libvlc.h:421 modules/gui/macosx/equalizer.m:145
 #: modules/gui/macosx/extended.m:113 modules/gui/macosx/wizard.m:395
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:633
 #: modules/gui/wxwidgets/extrapanel.cpp:216
@@ -2006,21 +2017,21 @@ msgstr "Implicit"
 msgid "Enable"
 msgstr "Activeaza"
 
-#: src/libvlc.h:419
+#: src/libvlc.h:423
 msgid "UDP port"
 msgstr "Port UDP"
 
-#: src/libvlc.h:421
+#: src/libvlc.h:425
 #, fuzzy
 msgid "This is the default port used for UDP streams. Default is 1234."
 msgstr ""
 "Acest port este folosit pentru fluxuri UDP. Implicit, noi am ales 1234."
 
-#: src/libvlc.h:423
+#: src/libvlc.h:427
 msgid "MTU of the network interface"
 msgstr "MTU a interfetei de retea."
 
-#: src/libvlc.h:425
+#: src/libvlc.h:429
 #, fuzzy
 msgid ""
 "This is the maximum packet size that can be transmitted over the network "
@@ -2029,11 +2040,11 @@ msgstr ""
 "Aceasta este marimea tipica a pachetelor UDP la care noi ne asteptam. Pe "
 "Ethernet  este in mod uzual 1500."
 
-#: src/libvlc.h:428
+#: src/libvlc.h:432
 msgid "Hop limit (TTL)"
 msgstr ""
 
-#: src/libvlc.h:430
+#: src/libvlc.h:434
 #, fuzzy
 msgid ""
 "This is the hop limit (also known as \"Time-To-Live\" or TTL) of the "
@@ -2043,26 +2054,26 @@ msgstr ""
 "Incicati aici Timpul De Viata a pachetelor multicast trimise de fluxul de "
 "iesire."
 
-#: src/libvlc.h:434
+#: src/libvlc.h:438
 msgid "IPv6 multicast output interface"
 msgstr ""
 
-#: src/libvlc.h:436
+#: src/libvlc.h:440
 msgid "Default IPv6 multicast interface. This overrides the routing table."
 msgstr ""
 
-#: src/libvlc.h:438
+#: src/libvlc.h:442
 #, fuzzy
 msgid "IPv4 multicast output interface address"
 msgstr "Adresa interfetei de retea"
 
-#: src/libvlc.h:440
+#: src/libvlc.h:444
 msgid ""
 "IPv4 adress for the default multicast interface. This overrides the routing "
 "table."
 msgstr ""
 
-#: src/libvlc.h:445
+#: src/libvlc.h:449
 #, fuzzy
 msgid ""
 "Choose the program to select by giving its Service ID. Only use this option "
@@ -2072,7 +2083,7 @@ msgstr ""
 "Folositi acesta optiune doar daca vreti sa cititi fluxuri multiprogram( ex. "
 "fluxurile DVB)."
 
-#: src/libvlc.h:451
+#: src/libvlc.h:455
 #, fuzzy
 msgid ""
 "Choose the programs to select by giving a comma-separated list of Service "
@@ -2084,35 +2095,35 @@ msgstr ""
 "Folositi acesta optiune doar daca vreti sa cititi fluxuri multiprogram (ex. "
 "fluxurile DVB)."
 
-#: src/libvlc.h:457 modules/gui/wxwidgets/dialogs/open.cpp:779
+#: src/libvlc.h:461 modules/gui/wxwidgets/dialogs/open.cpp:779
 #, fuzzy
 msgid "Audio track"
 msgstr "Pista Audio"
 
-#: src/libvlc.h:459
+#: src/libvlc.h:463
 #, fuzzy
 msgid "Stream number of the audio track to use (from 0 to n)."
 msgstr ""
 "Dati numarul de flux al pistei audio pe care vreti sa o folositi( de la 0 la "
 "n)."
 
-#: src/libvlc.h:462 modules/gui/wxwidgets/dialogs/open.cpp:771
+#: src/libvlc.h:466 modules/gui/wxwidgets/dialogs/open.cpp:771
 msgid "Subtitles track"
 msgstr ""
 
-#: src/libvlc.h:464
+#: src/libvlc.h:468
 #, fuzzy
 msgid "Stream number of the subtitle track to use (from 0 to n)."
 msgstr ""
 "Dati numarul de flux a pistei de subtitrari pe care vreti sa o folositi (de "
 "la 0 la n)."
 
-#: src/libvlc.h:467
+#: src/libvlc.h:471
 #, fuzzy
 msgid "Audio language"
 msgstr "Alege limba audio"
 
-#: src/libvlc.h:469
+#: src/libvlc.h:473
 #, fuzzy
 msgid ""
 "Language of the audio track you want to use (comma separated, two or three "
@@ -2121,12 +2132,12 @@ msgstr ""
 "Dati limba pistei audio pe care vreti sa o folositi( coduri de  tara de 2 "
 "sau 3 litere separate de virgula)."
 
-#: src/libvlc.h:472
+#: src/libvlc.h:476
 #, fuzzy
 msgid "Subtitle language"
 msgstr "Alege limba subtitrarii"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:478
 #, fuzzy
 msgid ""
 "Language of the subtitle track you want to use (comma separated, two or tree "
@@ -2135,60 +2146,60 @@ msgstr ""
 "Dati limba pistei de subtitrare, pe care doriti sa o folositi( coduri de  "
 "tara de 2 sau 3 litere separate de virgula)."
 
-#: src/libvlc.h:478
+#: src/libvlc.h:482
 #, fuzzy
 msgid "Audio track ID"
 msgstr "Pista Audio"
 
-#: src/libvlc.h:480
+#: src/libvlc.h:484
 #, fuzzy
 msgid "Stream ID of the audio track to use."
 msgstr ""
 "Dati numarul de flux al pistei audio pe care vreti sa o folositi( de la 0 la "
 "n)."
 
-#: src/libvlc.h:482
+#: src/libvlc.h:486
 #, fuzzy
 msgid "Subtitles track ID"
 msgstr "Pista Subtitrari"
 
-#: src/libvlc.h:484
+#: src/libvlc.h:488
 #, fuzzy
 msgid "Stream ID of the subtitle track to use."
 msgstr ""
 "Dati numarul de flux a pistei de subtitrari pe care vreti sa o folositi (de "
 "la 0 la n)."
 
-#: src/libvlc.h:486
+#: src/libvlc.h:490
 msgid "Input repetitions"
 msgstr "Repetarea intrarii"
 
-#: src/libvlc.h:488
+#: src/libvlc.h:492
 msgid "Number of time the same input will be repeated"
 msgstr "De cate ori va fi repetata intrarea "
 
-#: src/libvlc.h:490
+#: src/libvlc.h:494
 msgid "Start time"
 msgstr ""
 
-#: src/libvlc.h:492
+#: src/libvlc.h:496
 msgid "The stream will start at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:494
+#: src/libvlc.h:498
 #, fuzzy
 msgid "Stop time"
 msgstr "Stop"
 
-#: src/libvlc.h:496
+#: src/libvlc.h:500
 msgid "The stream will stop at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:498
+#: src/libvlc.h:502
 msgid "Input list"
 msgstr "Lista de intrari"
 
-#: src/libvlc.h:500
+#: src/libvlc.h:504
 #, fuzzy
 msgid ""
 "You can give a comma-separated list of inputs that will be concatenated "
@@ -2197,11 +2208,11 @@ msgstr ""
 "Va permite sa specificati o lista, in care elementele sunt separate de "
 "virgula, de intrari care vor fi concatenate."
 
-#: src/libvlc.h:503
+#: src/libvlc.h:507
 msgid "Input slave (experimental)"
 msgstr "Introdu sclav "
 
-#: src/libvlc.h:505
+#: src/libvlc.h:509
 #, fuzzy
 msgid ""
 "This allows you to play from several inputs at the same time. This feature "
@@ -2211,11 +2222,11 @@ msgstr ""
 "Va permite sa rulati mai multe fisiere concomitent. Aceasta caracteristica "
 "este experimentala, nefiin suportate toate formatele."
 
-#: src/libvlc.h:509
+#: src/libvlc.h:513
 msgid "Bookmarks list for a stream"
 msgstr "Lista de semne de carte peuntru un flux"
 
-#: src/libvlc.h:511
+#: src/libvlc.h:515
 #, fuzzy
 msgid ""
 "You can manually give a list of bookmarks for a stream in the form "
@@ -2226,7 +2237,7 @@ msgstr ""
 "nume-semn-de carte,time=optional-deplasament-de-timp,bytes=optional-"
 "deplasamentul-in-bytes},{...}\""
 
-#: src/libvlc.h:517
+#: src/libvlc.h:521
 msgid ""
 "These options allow you to modify the behavior of the subpictures subsystem. "
 "You can for example enable subpictures filters (logo, etc.). Enable these "
@@ -2239,11 +2250,11 @@ msgstr ""
 "\"filtre subimagini\". Puteti seta si alte diferite optiuni pentru "
 "subimagini."
 
-#: src/libvlc.h:523
+#: src/libvlc.h:527
 msgid "Force subtitle position"
 msgstr "Forteaza pozitia subtitrarii"
 
-#: src/libvlc.h:525
+#: src/libvlc.h:529
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
@@ -2251,21 +2262,21 @@ msgstr ""
 "Puteti folosi aceasta optiune pentr a plasa subtitrarea sub film, in loc de "
 "deasupra lui. Incercati mai multe pozitii."
 
-#: src/libvlc.h:528
+#: src/libvlc.h:532
 #, fuzzy
 msgid "Enable sub-pictures"
 msgstr "Subimagine"
 
-#: src/libvlc.h:530
+#: src/libvlc.h:534
 msgid "You can completely disable the sub-picture processing."
 msgstr ""
 
-#: src/libvlc.h:532 src/libvlc.h:1324 src/misc/iso-639_def.h:143
+#: src/libvlc.h:536 src/libvlc.h:1334 src/misc/iso-639_def.h:143
 #: modules/stream_out/transcode.c:281
 msgid "On Screen Display"
 msgstr "Afisaj Pe Ecran (OSD)"
 
-#: src/libvlc.h:534
+#: src/libvlc.h:538
 #, fuzzy
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
@@ -2274,32 +2285,32 @@ msgstr ""
 "VLC poate afisa mesaje pe imagine. Aceasta e numita OSD( On Screen Display). "
 "Puteti dezactiva aici aceasta caracteristica."
 
-#: src/libvlc.h:537
+#: src/libvlc.h:541
 #, fuzzy
 msgid "Text rendering module"
 msgstr "Desenarea textului"
 
-#: src/libvlc.h:539
+#: src/libvlc.h:543
 msgid ""
 "VLC normally uses Freetype for rendering, but this allows you to use svg for "
 "instance."
 msgstr ""
 
-#: src/libvlc.h:542
+#: src/libvlc.h:546
 msgid "Subpictures filter module"
 msgstr "Modulul filtre subimagini"
 
-#: src/libvlc.h:544
+#: src/libvlc.h:548
 msgid ""
 "This adds so-called \"subpicture filters\". These filters overlay some "
 "images or text over the video (like a logo, arbitraty text...)."
 msgstr ""
 
-#: src/libvlc.h:547
+#: src/libvlc.h:551
 msgid "Autodetect subtitle files"
 msgstr "Autodetecteaza fisierele cu subtitrari."
 
-#: src/libvlc.h:549
+#: src/libvlc.h:553
 #, fuzzy
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified "
@@ -2308,11 +2319,11 @@ msgstr ""
 "Detecteaza automat un fisier cu subtitrari, daca nu e specificat un nume de "
 "fisier."
 
-#: src/libvlc.h:552
+#: src/libvlc.h:556
 msgid "Subtitle autodetection fuzziness"
 msgstr "Marja de eroare a autodetectarii subtitrarii"
 
-#: src/libvlc.h:554
+#: src/libvlc.h:558
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -2330,11 +2341,11 @@ msgstr ""
 "3 = fisierul cu sutitrare areacelasi nume ca filmul + careactere aditionale\n"
 "4 = fisierul cu subtitrarrea are acelasi nume cu filmul"
 
-#: src/libvlc.h:562
+#: src/libvlc.h:566
 msgid "Subtitle autodetection paths"
 msgstr "Calea de autodetectare a subtitrarilor"
 
-#: src/libvlc.h:564
+#: src/libvlc.h:568
 msgid ""
 "Look for a subtitle file in those paths too, if your subtitle file was not "
 "found in the current directory."
@@ -2342,11 +2353,11 @@ msgstr ""
 "Cauta dupa subtitrari si pe aceste caii, daca subtitrarea nu a fost gasita "
 "in directorul curent."
 
-#: src/libvlc.h:567
+#: src/libvlc.h:571
 msgid "Use subtitle file"
 msgstr "Foloseste fisier subtitrare"
 
-#: src/libvlc.h:569
+#: src/libvlc.h:573
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
@@ -2354,11 +2365,11 @@ msgstr ""
 "Incaraca aceste fisier cu subtitrare. A se folosi cand autodetectarea nu "
 "gaseste nici un fisier cu subtitrare."
 
-#: src/libvlc.h:572
+#: src/libvlc.h:576
 msgid "DVD device"
 msgstr "Dispozitiv DVD"
 
-#: src/libvlc.h:575
+#: src/libvlc.h:579
 msgid ""
 "This is the default DVD drive (or file) to use. Don't forget the colon after "
 "the drive letter (eg. D:)"
@@ -2366,15 +2377,15 @@ msgstr ""
 "Acesta este drive-ul DVD implicit (sau fisierul) pentru uz. Nu uitati doua "
 "puncte dupa litera drive-ului (ex. D:)"
 
-#: src/libvlc.h:579
+#: src/libvlc.h:583
 msgid "This is the default DVD device to use."
 msgstr "Acesta este dispozitivul DVD implicit, pentru uz."
 
-#: src/libvlc.h:582
+#: src/libvlc.h:586
 msgid "VCD device"
 msgstr "Dispozitiv VCD"
 
-#: src/libvlc.h:585
+#: src/libvlc.h:589
 msgid ""
 "This is the default VCD device to use. If you don't specify anything, we'll "
 "scan for a suitable CD-ROM device."
@@ -2382,15 +2393,15 @@ msgstr ""
 "Acesta este dispozitivul VCD implicit. Daca nu specificati ceva, o sa scanam "
 "dupa o unitate CD-ROM potrivita."
 
-#: src/libvlc.h:589
+#: src/libvlc.h:593
 msgid "This is the default VCD device to use."
 msgstr "Acesta este dispozitivul VCD implicit."
 
-#: src/libvlc.h:592
+#: src/libvlc.h:596
 msgid "Audio CD device"
 msgstr "Dispozitivul CD audio"
 
-#: src/libvlc.h:595
+#: src/libvlc.h:599
 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."
@@ -2398,45 +2409,45 @@ msgstr ""
 "Acesta este dispozitivul VCD implicit. Daca nu specificati ceva, vom scana "
 "dupa un dispozitiv CD-ROM potrivit."
 
-#: src/libvlc.h:599
+#: src/libvlc.h:603
 msgid "This is the default Audio CD device to use."
 msgstr "Acesta este dispozitivul CD audio implicit, pentru uz."
 
-#: src/libvlc.h:602 modules/gui/wxwidgets/dialogs/open.cpp:841
+#: src/libvlc.h:606 modules/gui/wxwidgets/dialogs/open.cpp:841
 msgid "Force IPv6"
 msgstr "Forteaza IPv6"
 
-#: src/libvlc.h:604
+#: src/libvlc.h:608
 #, fuzzy
 msgid "IPv6 will be used by default for all connections."
 msgstr ""
 "Daca bifati aceasta casuta, IPv6 va fi folosit implicit pentru toate "
 "conexiunile UDP si HTTP."
 
-#: src/libvlc.h:606
+#: src/libvlc.h:610
 msgid "Force IPv4"
 msgstr "Forteaza IPv4"
 
-#: src/libvlc.h:608
+#: src/libvlc.h:612
 #, fuzzy
 msgid "IPv4 will be used by default for all connections."
 msgstr ""
 "Daca bifati aceasta casuta, IPv4 va fi folosit implicit pentru toate "
 "conexiunile UDP si HTTP."
 
-#: src/libvlc.h:610
+#: src/libvlc.h:614
 msgid "TCP connection timeout"
 msgstr ""
 
-#: src/libvlc.h:612
+#: src/libvlc.h:616
 msgid "Default TCP connection timeout (in milliseconds). "
 msgstr ""
 
-#: src/libvlc.h:614
+#: src/libvlc.h:618
 msgid "SOCKS server"
 msgstr "Server SOCKS"
 
-#: src/libvlc.h:616
+#: src/libvlc.h:620
 #, fuzzy
 msgid ""
 "SOCKS proxy server to use. This must be of the form address:port. It will be "
@@ -2445,93 +2456,93 @@ msgstr ""
 "Va permite sa specificati un server SOCKS pentru uz. Trebuie sa fie sub "
 "forma adresa:port . Va fi folosit pentru toate conexiunile TCP"
 
-#: src/libvlc.h:619
+#: src/libvlc.h:623
 msgid "SOCKS user name"
 msgstr "Nume utilizator SOCKS"
 
-#: src/libvlc.h:621
+#: src/libvlc.h:625
 #, fuzzy
 msgid "User name to be used for connection to the SOCKS proxy."
 msgstr ""
 "Va permite sa modificati numele utilizatorului care va fi folosit pentru "
 "conexiuneala serverul SOCKS . "
 
-#: src/libvlc.h:623
+#: src/libvlc.h:627
 msgid "SOCKS password"
 msgstr "Parola SOCKS "
 
-#: src/libvlc.h:625
+#: src/libvlc.h:629
 #, fuzzy
 msgid "Password to be used for connection to the SOCKS proxy."
 msgstr ""
 "Va permite sa modificati parola care va fi folosit pentru conexiuneala "
 "serverul SOCKS . "
 
-#: src/libvlc.h:627
+#: src/libvlc.h:631
 msgid "Title metadata"
 msgstr "Titlu metadata"
 
-#: src/libvlc.h:629
+#: src/libvlc.h:633
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr "Va permite sa specificati un  metadata \"titlu\" pentru o intrare"
 
-#: src/libvlc.h:631
+#: src/libvlc.h:635
 msgid "Author metadata"
 msgstr "Metadata autor"
 
-#: src/libvlc.h:633
+#: src/libvlc.h:637
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr "Va permite sa specificati un  metadata \"autor\" pentru o intrare"
 
-#: src/libvlc.h:635
+#: src/libvlc.h:639
 msgid "Artist metadata"
 msgstr "Metadata artist"
 
-#: src/libvlc.h:637
+#: src/libvlc.h:641
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr "Va permite sa specificati un  metadata \"artist\" pentru o intrare"
 
-#: src/libvlc.h:639
+#: src/libvlc.h:643
 msgid "Genre metadata"
 msgstr "Metadata gen"
 
-#: src/libvlc.h:641
+#: src/libvlc.h:645
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr "Va permite sa specificati un  metadata \"gen\" pentru o intrare"
 
-#: src/libvlc.h:643
+#: src/libvlc.h:647
 msgid "Copyright metadata"
 msgstr "Metadata copyright"
 
-#: src/libvlc.h:645
+#: src/libvlc.h:649
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr "Va permite sa specificati un  metadata \"copyrigth\" pentru o intrare"
 
-#: src/libvlc.h:647
+#: src/libvlc.h:651
 msgid "Description metadata"
 msgstr "Metadata descriere"
 
-#: src/libvlc.h:649
+#: src/libvlc.h:653
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr "Va permite sa specificati un  metadata \"descriere\" pentru o intrare"
 
-#: src/libvlc.h:651
+#: src/libvlc.h:655
 msgid "Date metadata"
 msgstr "Metadata data"
 
-#: src/libvlc.h:653
+#: src/libvlc.h:657
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr "Va permite sa specificati un  metadata \"data\" pentru o intrare"
 
-#: src/libvlc.h:655
+#: src/libvlc.h:659
 msgid "URL metadata"
 msgstr "Metadata URl"
 
-#: src/libvlc.h:657
+#: src/libvlc.h:661
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr "Va permite sa specificati un  metadata \"URL\" pentru o intrare"
 
-#: src/libvlc.h:661
+#: src/libvlc.h:665
 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 "
@@ -2542,12 +2553,12 @@ msgstr ""
 "modifice aceste optiuni, deoarece modificarea poate intrerupe redarea "
 "tuturor fluxurilor dvs. ."
 
-#: src/libvlc.h:665
+#: src/libvlc.h:669
 #, fuzzy
 msgid "Preferred decoders list"
 msgstr "Lista de codoare preferate"
 
-#: src/libvlc.h:667
+#: src/libvlc.h:671
 #, fuzzy
 msgid ""
 "List of codecs that VLC will use in priority. For instance, 'dummy,a52' will "
@@ -2559,11 +2570,11 @@ msgstr ""
 "modifice aceste optiuni, deoarece modificarea poate intrerupe redarea "
 "tuturor fluxurilor dvs. ."
 
-#: src/libvlc.h:672
+#: src/libvlc.h:676
 msgid "Preferred encoders list"
 msgstr "Lista de codoare preferate"
 
-#: src/libvlc.h:674
+#: src/libvlc.h:678
 #, fuzzy
 msgid ""
 "This allows you to select a list of encoders that VLC will use in priority."
@@ -2571,7 +2582,7 @@ msgstr ""
 "Aceasta va permite sa selectati o list de codoare pe care VLC o va folosi "
 "conform prioritatii. "
 
-#: src/libvlc.h:683
+#: src/libvlc.h:687
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
@@ -2579,11 +2590,11 @@ msgstr ""
 "Aceste optiuni va permit sa setati optiunile globale implicite pentru "
 "subsistemul pentru  fluxul de iesiere."
 
-#: src/libvlc.h:686
+#: src/libvlc.h:690
 msgid "Default stream output chain"
 msgstr "Lantul implicit de flux de iesire"
 
-#: src/libvlc.h:688
+#: src/libvlc.h:692
 #, fuzzy
 msgid ""
 "You can enter here a default stream output chain. Refer to the documentation "
@@ -2594,28 +2605,28 @@ msgstr ""
 "documentatia pentru a vedea cum sa construiti un asemenea lant. Atentie.: "
 "acest lant va fi activ pentru toate fluxurile."
 
-#: src/libvlc.h:692
+#: src/libvlc.h:696
 msgid "Enable streaming of all ES"
 msgstr "Activeaza fluxare"
 
-#: src/libvlc.h:694
+#: src/libvlc.h:698
 msgid "Stream all elementary streams (video, audio and subtitles)"
 msgstr ""
 
-#: src/libvlc.h:696
+#: src/libvlc.h:700
 msgid "Display while streaming"
 msgstr ""
 
-#: src/libvlc.h:698
+#: src/libvlc.h:702
 #, fuzzy
 msgid "Play locally the stream while streaming it."
 msgstr "Intotdeauna selecteaza fluxul cu bitrate maxim."
 
-#: src/libvlc.h:700
+#: src/libvlc.h:704
 msgid "Enable video stream output"
 msgstr "Activeaza iesire de flux video"
 
-#: src/libvlc.h:702
+#: src/libvlc.h:706
 #, fuzzy
 msgid ""
 "Choose whether the video stream should be redirected to the stream output "
@@ -2624,11 +2635,11 @@ msgstr ""
 "Aceasta va permite sa alegeti daca fluxul video va fi redirectat spre isirea "
 "de flux , cand aceasta din urma e activa. "
 
-#: src/libvlc.h:705
+#: src/libvlc.h:709
 msgid "Enable audio stream output"
 msgstr "Activeaza iesierea de flux audio"
 
-#: src/libvlc.h:707
+#: src/libvlc.h:711
 #, fuzzy
 msgid ""
 "Choose whether the audio stream should be redirected to the stream output "
@@ -2637,12 +2648,12 @@ msgstr ""
 "Aceasta va permite sa alegeti daca fluxul audio va fi redirectat spre isirea "
 "de flux , cand aceasta din urma e activa. "
 
-#: src/libvlc.h:710
+#: src/libvlc.h:714
 #, fuzzy
 msgid "Enable SPU stream output"
 msgstr "Activeaza iesierea de flux audio"
 
-#: src/libvlc.h:712
+#: src/libvlc.h:716
 #, fuzzy
 msgid ""
 "Choose whether the SPU streams should be redirected to the stream output "
@@ -2651,11 +2662,11 @@ msgstr ""
 "Aceasta va permite sa alegeti daca fluxul audio va fi redirectat spre isirea "
 "de flux , cand aceasta din urma e activa. "
 
-#: src/libvlc.h:715
+#: src/libvlc.h:719
 msgid "Keep stream output open"
 msgstr "Pastreaza iesirea de flux deschisa"
 
-#: src/libvlc.h:717
+#: src/libvlc.h:721
 msgid ""
 "This allows you to keep an unique stream output instance across multiple "
 "playlist item (automatically insert the gather stream output if not "
@@ -2665,53 +2676,53 @@ msgstr ""
 "elemente din lista de redare( insereaza automat iesirea de flux gasita, daca "
 "nu e specificat)"
 
-#: src/libvlc.h:721
+#: src/libvlc.h:725
 msgid "Preferred packetizer list"
 msgstr "Lista de pachetzatoare preferarte"
 
-#: src/libvlc.h:723
+#: src/libvlc.h:727
 msgid ""
 "This allows you to select the order in which VLC will choose its packetizers."
 msgstr ""
 "Aceasta va permite sa alegeti ordinea in care VLC va alege pachetizatoarele."
 
-#: src/libvlc.h:726
+#: src/libvlc.h:730
 msgid "Mux module"
 msgstr "Modul multiplexare"
 
-#: src/libvlc.h:728
+#: src/libvlc.h:732
 msgid "This is a legacy entry to let you configure mux modules"
 msgstr ""
 
-#: src/libvlc.h:730
+#: src/libvlc.h:734
 msgid "Access output module"
 msgstr ""
 
-#: src/libvlc.h:732
+#: src/libvlc.h:736
 msgid "This is a legacy entry to let you configure access output modules"
 msgstr ""
 
-#: src/libvlc.h:734
+#: src/libvlc.h:738
 msgid "Control SAP flow"
 msgstr ""
 
-#: src/libvlc.h:736
+#: src/libvlc.h:740
 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:740
+#: src/libvlc.h:744
 msgid "SAP announcement interval"
 msgstr ""
 
-#: src/libvlc.h:742
+#: src/libvlc.h:746
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
 "between SAP announcements."
 msgstr ""
 
-#: src/libvlc.h:752
+#: src/libvlc.h:756
 #, fuzzy
 msgid ""
 "These options allow you to enable special CPU optimizations. You should "
@@ -2720,11 +2731,11 @@ msgstr ""
 "Aceste optiuni va permit sa activati optimizari speciale ale CPU.\n"
 "Ar trebui sa lasati intotdeauna toate aceste optiuni activate."
 
-#: src/libvlc.h:755
+#: src/libvlc.h:759
 msgid "Enable FPU support"
 msgstr "Activeaza suport FPU"
 
-#: src/libvlc.h:757
+#: src/libvlc.h:761
 msgid ""
 "If your processor has a floating point calculation unit, VLC can take "
 "advantage of it."
@@ -2732,11 +2743,11 @@ msgstr ""
 "Daca procesorul dvs. are o unitate de calcul in virgula mobila, VLC poate "
 "profita de ea."
 
-#: src/libvlc.h:760
+#: src/libvlc.h:764
 msgid "Enable CPU MMX support"
 msgstr "Activeaza suport pentru CPU MMX"
 
-#: src/libvlc.h:762
+#: src/libvlc.h:766
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
@@ -2744,11 +2755,11 @@ msgstr ""
 "Daca procesorul dvs. suporta setul de instructiuni MMX, VLC poate sa profite "
 "de ele."
 
-#: src/libvlc.h:765
+#: src/libvlc.h:769
 msgid "Enable CPU 3D Now! support"
 msgstr "Activeaza suport 3D Now!"
 
-#: src/libvlc.h:767
+#: src/libvlc.h:771
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
@@ -2756,11 +2767,11 @@ msgstr ""
 "Daca procesorul dvs. suporta setul de instructiuni 3D Now!, VLC poate sa "
 "profite de ele."
 
-#: src/libvlc.h:770
+#: src/libvlc.h:774
 msgid "Enable CPU MMX EXT support"
 msgstr "Activeaza suport CPU MMX EXT"
 
-#: src/libvlc.h:772
+#: src/libvlc.h:776
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
@@ -2768,11 +2779,11 @@ msgstr ""
 "Daca procesorul dvs. suporta setul de instructiuni MMX EXT, VLC poate sa "
 "profite de ele."
 
-#: src/libvlc.h:775
+#: src/libvlc.h:779
 msgid "Enable CPU SSE support"
 msgstr "Activeaza suport CPU SSE"
 
-#: src/libvlc.h:777
+#: src/libvlc.h:781
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
@@ -2780,11 +2791,11 @@ msgstr ""
 "Daca procesorul dvs. suporta setul de instructiuni SSE, VLC poate sa profite "
 "de ele."
 
-#: src/libvlc.h:780
+#: src/libvlc.h:784
 msgid "Enable CPU SSE2 support"
 msgstr "Activeaza suport CPU SSE2"
 
-#: src/libvlc.h:782
+#: src/libvlc.h:786
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
 "of them."
@@ -2792,11 +2803,11 @@ msgstr ""
 "Daca procesorul dvs. suporta setul de instructiuni SSE2, VLC poate sa "
 "profite de ele."
 
-#: src/libvlc.h:785
+#: src/libvlc.h:789
 msgid "Enable CPU AltiVec support"
 msgstr "Activeaza suport CPU AltiVec"
 
-#: src/libvlc.h:787
+#: src/libvlc.h:791
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
@@ -2804,7 +2815,7 @@ msgstr ""
 "Daca procesorul dvs. suporta setul de instructiuni CPU AltiVec, VLC poate sa "
 "profite de ele."
 
-#: src/libvlc.h:792
+#: src/libvlc.h:796
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
@@ -2812,11 +2823,11 @@ msgstr ""
 "Aceste optiuni va permit sa selectati modulele implicite. Modificati-le doar "
 "daca stiti sigur ce faceti."
 
-#: src/libvlc.h:795
+#: src/libvlc.h:799
 msgid "Memory copy module"
 msgstr "Module copiere memorie"
 
-#: src/libvlc.h:797
+#: src/libvlc.h:801
 msgid ""
 "You can select which memory copy module you want to use. By default VLC will "
 "select the fastest one supported by your hardware."
@@ -2824,32 +2835,32 @@ msgstr ""
 "Puteti selecta care modul de copiere a memoriei vreti s folositi. Implicit "
 "VLC va selecta cel mai rapid modul suportat de partea dvs. de hardware."
 
-#: src/libvlc.h:800
+#: src/libvlc.h:804
 msgid "Access module"
 msgstr "Modul acces"
 
-#: src/libvlc.h:802
+#: src/libvlc.h:806
 msgid ""
 "This allows you to force an access module. You can use it if the correct "
 "access is not automatically detected. You should not set this as a global "
 "option unless you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:806
+#: src/libvlc.h:810
 msgid "Access filter module"
 msgstr "Modul filtru acces"
 
-#: src/libvlc.h:808
+#: src/libvlc.h:812
 msgid ""
 "Access filters are used to modify the stream that is being read. This is "
 "used for instance for timeshifting."
 msgstr ""
 
-#: src/libvlc.h:811
+#: src/libvlc.h:815
 msgid "Demux module"
 msgstr "Modul demultiplexare"
 
-#: src/libvlc.h:813
+#: src/libvlc.h:817
 msgid ""
 "Demultiplexers are used to separate the \"elementary\" streams (like audio "
 "and video streams). You can use it if the correct demuxer is not "
@@ -2857,11 +2868,11 @@ msgid ""
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:818
+#: src/libvlc.h:822
 msgid "Allow real-time priority"
 msgstr "Permite prioritate timp-real"
 
-#: src/libvlc.h:820
+#: src/libvlc.h:824
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -2872,11 +2883,11 @@ msgstr ""
 "fluxului. Totusi acest lucru va poate bloca sau poate face ca masina dvs. sa "
 "mearga foarte incet. Ar trebui activata doar daca stiti ce faceti."
 
-#: src/libvlc.h:826
+#: src/libvlc.h:830
 msgid "Adjust VLC priority"
 msgstr "Ajusteaza prioritate VLC"
 
-#: src/libvlc.h:828
+#: src/libvlc.h:832
 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 "
@@ -2886,94 +2897,94 @@ msgstr ""
 "implicite ale VLC. O puteti folosi sa reglati prioritatea VLC functie de "
 "alte programe, sau fata de alte instante ale VLC."
 
-#: src/libvlc.h:832
+#: src/libvlc.h:836
 msgid "Minimize number of threads"
 msgstr "Minimizeaza numarul de fire de executie"
 
-#: src/libvlc.h:834
+#: src/libvlc.h:838
 #, fuzzy
 msgid "This option minimizes the number of threads needed to run VLC."
 msgstr ""
 "Aceasta optiune minimizeaza numarul de fire de executie necesare pentru "
 "rularea VLC."
 
-#: src/libvlc.h:836
+#: src/libvlc.h:840
 msgid "Modules search path"
 msgstr "Calea de cautare a modulelor"
 
-#: src/libvlc.h:838
+#: src/libvlc.h:842
 #, fuzzy
 msgid "Additional path for VLC to look for its modules."
 msgstr ""
 "Aceasta optiune va permite sa specificati cai aditionale pe care VLC va "
 "cauta module."
 
-#: src/libvlc.h:840
+#: src/libvlc.h:844
 msgid "VLM configuration file"
 msgstr "Fisier de configurare VLM"
 
-#: src/libvlc.h:842
+#: src/libvlc.h:846
 msgid "Read a VLM configuration file as soon as VLM is started."
 msgstr ""
 
-#: src/libvlc.h:844
+#: src/libvlc.h:848
 msgid "Use a plugins cache"
 msgstr "Foloseste colectie de plugin-uri"
 
-#: src/libvlc.h:846
+#: src/libvlc.h:850
 #, fuzzy
 msgid "Use a plugins cache which will greatly improve the startup time of VLC."
 msgstr ""
 "Aceasta optiune va permite sa folositi o colectie de pluginuri care va "
 "imbunatati timpul de pornire pentru VLC."
 
-#: src/libvlc.h:848
+#: src/libvlc.h:852
 msgid "Collect statistics"
 msgstr ""
 
-#: src/libvlc.h:850
+#: src/libvlc.h:854
 #, fuzzy
 msgid "Collect miscellaneous statistics."
 msgstr "Aceasta optiune va permite sa selectati interfata de control"
 
-#: src/libvlc.h:852
+#: src/libvlc.h:856
 msgid "Run as daemon process"
 msgstr "Ruleaza ca proces demon"
 
-#: src/libvlc.h:854
+#: src/libvlc.h:858
 msgid "Runs VLC as a background daemon process."
 msgstr "Ruleaza VLC ca si proces demon in fundal."
 
-#: src/libvlc.h:856
+#: src/libvlc.h:860
 msgid "Write process id to file"
 msgstr ""
 
-#: src/libvlc.h:858
+#: src/libvlc.h:862
 msgid "Writes process id into specified file."
 msgstr ""
 
-#: src/libvlc.h:860
+#: src/libvlc.h:864
 #, fuzzy
 msgid "Log to file"
 msgstr "Activeaza filtru bucla"
 
-#: src/libvlc.h:862
+#: src/libvlc.h:866
 msgid "Log all VLC messages to a text file."
 msgstr ""
 
-#: src/libvlc.h:864
+#: src/libvlc.h:868
 msgid "Log to syslog"
 msgstr ""
 
-#: src/libvlc.h:866
+#: src/libvlc.h:870
 msgid "Log all VLC messages to syslog (UNIX systems)."
 msgstr ""
 
-#: src/libvlc.h:868
+#: src/libvlc.h:872
 msgid "Allow only one running instance"
 msgstr "Permite rularea unei singure instante"
 
-#: src/libvlc.h:870
+#: src/libvlc.h:874
 #, fuzzy
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
@@ -2988,29 +2999,29 @@ msgstr ""
 "acel tip in explorer. Aceasta optiune va va permite sa rulati un fisier cu "
 "instanta deja deschisa , sau sa il adaugati listei de redare."
 
-#: src/libvlc.h:876
+#: src/libvlc.h:880
 msgid "VLC is started from file association"
 msgstr ""
 
-#: src/libvlc.h:878
+#: src/libvlc.h:882
 msgid "Tell VLC that it is being launched due to a file association in the OS"
 msgstr ""
 
-#: src/libvlc.h:881
+#: src/libvlc.h:885
 #, fuzzy
 msgid "One instance when started from file"
 msgstr "Permite rularea unei singure instante"
 
-#: src/libvlc.h:883
+#: src/libvlc.h:887
 #, fuzzy
 msgid "Allow only one running instance when started from file."
 msgstr "Permite rularea unei singure instante"
 
-#: src/libvlc.h:885
+#: src/libvlc.h:889
 msgid "Increase the priority of the process"
 msgstr "Mareste prioritatea procesului"
 
-#: src/libvlc.h:887
+#: src/libvlc.h:891
 #, fuzzy
 msgid ""
 "Increasing the priority of the process will very likely improve your playing "
@@ -3027,22 +3038,22 @@ msgstr ""
 "intreg procesorul , ducand la un sistem ce nu raspunde la comenzi care va "
 "necesita resetare."
 
-#: src/libvlc.h:894
+#: src/libvlc.h:898
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr ""
 
-#: src/libvlc.h:896
+#: src/libvlc.h:900
 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:901
+#: src/libvlc.h:905
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr "Implementare variabile conditionale (doar pentru programatori)"
 
-#: src/libvlc.h:904
+#: src/libvlc.h:908
 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 "
@@ -3056,17 +3067,17 @@ msgstr ""
 "lente dar mai robuste. Acum puteti alege intre implementarea 0( care e "
 "rapida dar putin incorecta), 1 (implicit) si 2."
 
-#: src/libvlc.h:913
+#: src/libvlc.h:917
 msgid "Enqueue items to playlist when in one instance mode"
 msgstr ""
 
-#: src/libvlc.h:915
+#: src/libvlc.h:919
 msgid ""
 "When using the one instance only option, enqueue items to playlist and keep "
 "playing current item."
 msgstr ""
 
-#: src/libvlc.h:924
+#: src/libvlc.h:928
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
@@ -3074,21 +3085,21 @@ msgstr ""
 "Aceste optiuni definesc comportamentul listei de redare. Unele dintre ele "
 "pot fi modificate in fereastra pt listei de redare."
 
-#: src/libvlc.h:927
+#: src/libvlc.h:931
 msgid "Automatically preparse files"
 msgstr ""
 
-#: src/libvlc.h:929
+#: src/libvlc.h:933
 msgid ""
 "Automatically preparse files added to the playlist (to retrieve some "
 "metadata)."
 msgstr ""
 
-#: src/libvlc.h:932
+#: src/libvlc.h:936
 msgid "Services discovery modules"
 msgstr "Module pt descoperirea serviciilor"
 
-#: src/libvlc.h:934
+#: src/libvlc.h:938
 msgid ""
 "Specifies the services discovery modules to load, separated by semi-colons. "
 "Typical values are sap, hal, ..."
@@ -3096,174 +3107,185 @@ msgstr ""
 "Specifica care modulele pentru descoperirea serviciilor vor fi incarcate, "
 "separate de virgula. Valori tipice sunt sap, hal, ... "
 
-#: src/libvlc.h:937
+#: src/libvlc.h:941
 msgid "Play files randomly forever"
 msgstr "Reda fisierele aleator continuu"
 
-#: src/libvlc.h:939
+#: src/libvlc.h:943
 #, fuzzy
 msgid "VLC will randomly play files in the playlist until interrupted."
 msgstr ""
 "Cand e selectata, VLC va reda fisierele din lista de redare aleator si fara "
 "intrerupere."
 
-#: src/libvlc.h:941
+#: src/libvlc.h:945
 msgid "Repeat all"
 msgstr "Repeta toate"
 
-#: src/libvlc.h:943
+#: src/libvlc.h:947
 #, fuzzy
 msgid "VLC will keep playing the playlist indefinitely."
 msgstr ""
 "Daca vreti ca VLC sa redea elementele din lista de redare la nesfarsit, "
 "atunci activati aceasta optiune."
 
-#: src/libvlc.h:945
+#: src/libvlc.h:949
 msgid "Repeat current item"
 msgstr "Repeta elementul curent"
 
-#: src/libvlc.h:947
+#: src/libvlc.h:951
 #, fuzzy
 msgid "VLC will keep playing the current playlist item."
 msgstr ""
 "Cand aceasta este activa, VLC va continua sa redea elementul curent din "
 "lista de redare la nesfarsit."
 
-#: src/libvlc.h:949
+#: src/libvlc.h:953
 msgid "Play and stop"
 msgstr "Reda si opreste"
 
-#: src/libvlc.h:951
+#: src/libvlc.h:955
 #, fuzzy
 msgid "Stop the playlist after each played playlist item."
 msgstr "Opreste lista de redare dupa fiecare element din lista redat."
 
-#: src/libvlc.h:953
+#: src/libvlc.h:957
+#, fuzzy
+msgid "Play and exit"
+msgstr "Reda si opreste"
+
+#: src/libvlc.h:959
+#, fuzzy
+msgid "Exit if there are no more items in the playlist."
+msgstr ""
+"Selecteaza hotkey folosit pentru a sari la urmatorul element din lista."
+
+#: src/libvlc.h:961
 msgid "Use media library"
 msgstr ""
 
-#: src/libvlc.h:955
+#: src/libvlc.h:963
 msgid ""
 "The media library is automatically saved and reloaded each time you start "
 "VLC."
 msgstr ""
 
-#: src/libvlc.h:958
+#: src/libvlc.h:966
 #, fuzzy
 msgid "Use playlist tree"
 msgstr "lista de redare"
 
-#: src/libvlc.h:960
+#: src/libvlc.h:968
 msgid ""
 "The playlist can use a tree to categorize some items, like the contents of a "
 "directory. \"Default\" means that the tree will only be used when really "
 "needed."
 msgstr ""
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Always"
 msgstr "Intotdeauna deasupra"
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 msgid "Never"
 msgstr ""
 
-#: src/libvlc.h:973
+#: src/libvlc.h:981
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr ""
 "Aceste setari sunt legaturile generale intre taste si comenzi , cunoscute ca "
 "\"hotkes\""
 
-#: src/libvlc.h:976 src/video_output/vout_intf.c:408
+#: src/libvlc.h:984 src/video_output/vout_intf.c:408
 #: modules/gui/beos/VideoOutput.cpp:1057 modules/gui/macosx/applescript.m:126
-#: modules/gui/macosx/controls.m:338 modules/gui/macosx/controls.m:754
-#: modules/gui/macosx/controls.m:784 modules/gui/macosx/embeddedwindow.m:44
+#: modules/gui/macosx/controls.m:344 modules/gui/macosx/controls.m:760
+#: modules/gui/macosx/controls.m:790 modules/gui/macosx/embeddedwindow.m:44
 #: modules/gui/macosx/intf.m:497 modules/gui/macosx/intf.m:573
 #: modules/gui/macosx/intf.m:629
 msgid "Fullscreen"
 msgstr "Ecran intreg"
 
-#: src/libvlc.h:977
+#: src/libvlc.h:985
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr ""
 "Selecteaza hotkey folosit pentru a schimba starea afisari pe intregul ecran"
 
-#: src/libvlc.h:978 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
+#: src/libvlc.h:986 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
 #: modules/gui/wxwidgets/interface.cpp:1504
 msgid "Play/Pause"
 msgstr "Reda/Pauza"
 
-#: src/libvlc.h:979
+#: src/libvlc.h:987
 msgid "Select the hotkey to use to swap paused state."
 msgstr "Selecteaza hotkey folosit pentru schimbarea starii de pauza."
 
-#: src/libvlc.h:980
+#: src/libvlc.h:988
 msgid "Pause only"
 msgstr "Doar pauza"
 
-#: src/libvlc.h:981
+#: src/libvlc.h:989
 msgid "Select the hotkey to use to pause."
 msgstr "Selecteaza hotkey folosit doar pentru pauza."
 
-#: src/libvlc.h:982
+#: src/libvlc.h:990
 msgid "Play only"
 msgstr "Doar redare"
 
-#: src/libvlc.h:983
+#: src/libvlc.h:991
 msgid "Select the hotkey to use to play."
 msgstr " Selecteaza hotkey folosit pentru redare."
 
-#: src/libvlc.h:984 modules/control/hotkeys.c:713
-#: modules/gui/macosx/controls.m:687 modules/gui/macosx/intf.m:538
+#: src/libvlc.h:992 modules/control/hotkeys.c:713
+#: modules/gui/macosx/controls.m:693 modules/gui/macosx/intf.m:538
 #: modules/gui/wxwidgets/interface.cpp:695
 msgid "Faster"
 msgstr "Mai rapid"
 
-#: src/libvlc.h:985
+#: src/libvlc.h:993
 msgid "Select the hotkey to use for fast forward playback."
 msgstr "Selecteaza hotkey folosit pentru redare mai rapida."
 
-#: src/libvlc.h:986 modules/control/hotkeys.c:721
-#: modules/gui/macosx/controls.m:688 modules/gui/macosx/intf.m:539
+#: src/libvlc.h:994 modules/control/hotkeys.c:721
+#: modules/gui/macosx/controls.m:694 modules/gui/macosx/intf.m:539
 #: modules/gui/wxwidgets/interface.cpp:694
 msgid "Slower"
 msgstr "Mai incet"
 
-#: src/libvlc.h:987
+#: src/libvlc.h:995
 msgid "Select the hotkey to use for slow motion playback."
 msgstr "Selecteaza hotkey folosit pentru redare mai lenta"
 
-#: src/libvlc.h:988 modules/control/hotkeys.c:680
-#: modules/gui/macosx/controls.m:708 modules/gui/macosx/intf.m:496
+#: src/libvlc.h:996 modules/control/hotkeys.c:680
+#: modules/gui/macosx/controls.m:714 modules/gui/macosx/intf.m:496
 #: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:617
 #: modules/gui/macosx/intf.m:625 modules/gui/macosx/wizard.m:313
 #: modules/gui/macosx/wizard.m:364 modules/gui/macosx/wizard.m:1606
 #: modules/gui/wxwidgets/interface.cpp:693
 #: modules/gui/wxwidgets/interface.cpp:1509
-#: modules/gui/wxwidgets/menus.cpp:258
+#: modules/gui/wxwidgets/menus.cpp:259
 msgid "Next"
 msgstr "Urmatorul"
 
-#: src/libvlc.h:989
+#: src/libvlc.h:997
 msgid "Select the hotkey to use to skip to the next item in the playlist."
 msgstr ""
 "Selecteaza hotkey folosit pentru a sari la urmatorul element din lista."
 
-#: src/libvlc.h:990 modules/control/hotkeys.c:692
-#: modules/gui/macosx/controls.m:707 modules/gui/macosx/intf.m:491
+#: src/libvlc.h:998 modules/control/hotkeys.c:692
+#: modules/gui/macosx/controls.m:713 modules/gui/macosx/intf.m:491
 #: modules/gui/macosx/intf.m:540 modules/gui/macosx/intf.m:618
 #: modules/gui/macosx/intf.m:624 modules/gui/wxwidgets/interface.cpp:692
 #: modules/gui/wxwidgets/interface.cpp:1508
-#: modules/gui/wxwidgets/menus.cpp:257
+#: modules/gui/wxwidgets/menus.cpp:258
 msgid "Previous"
 msgstr "Precedentul"
 
-#: src/libvlc.h:991
+#: src/libvlc.h:999
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
 msgstr "Selecteaza hotkey folosit pentru a reda elementul precedent din lista."
 
-#: src/libvlc.h:992 modules/gui/macosx/controls.m:699
+#: src/libvlc.h:1000 modules/gui/macosx/controls.m:705
 #: modules/gui/macosx/intf.m:494 modules/gui/macosx/intf.m:537
 #: modules/gui/macosx/intf.m:616 modules/gui/macosx/intf.m:623
 #: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
@@ -3271,582 +3293,582 @@ msgstr "Selecteaza hotkey folosit pentru a reda elementul precedent din lista."
 #: modules/gui/wxwidgets/interface.cpp:676
 #: modules/gui/wxwidgets/interface.cpp:687
 #: modules/gui/wxwidgets/interface.cpp:1510
-#: modules/gui/wxwidgets/menus.cpp:256 modules/visualization/xosd.c:237
+#: modules/gui/wxwidgets/menus.cpp:257 modules/visualization/xosd.c:237
 msgid "Stop"
 msgstr "Stop"
 
-#: src/libvlc.h:993
+#: src/libvlc.h:1001
 #, fuzzy
 msgid "Select the hotkey to stop playback."
 msgstr "Selecteaza hotkey folosit pentru a opri redarea."
 
-#: src/libvlc.h:994 modules/gui/macosx/bookmarks.m:101
+#: src/libvlc.h:1002 modules/gui/macosx/bookmarks.m:101
 #: modules/gui/macosx/bookmarks.m:110 modules/gui/macosx/embeddedwindow.m:46
 #: modules/gui/macosx/intf.m:499 modules/video_filter/marq.c:122
 #: modules/video_filter/rss.c:174
 msgid "Position"
 msgstr "Pozitie"
 
-#: src/libvlc.h:995
+#: src/libvlc.h:1003
 msgid "Select the hotkey to display the position."
 msgstr "Selecteaza hotkey folosit pentru a afisa pozitia"
 
-#: src/libvlc.h:997
+#: src/libvlc.h:1005
 msgid "Very short backwards jump"
 msgstr ""
 
-#: src/libvlc.h:999
+#: src/libvlc.h:1007
 #, fuzzy
 msgid "Select the hotkey to make a very short backwards jump."
 msgstr "Selecteaza hotkey folosit pentru a sari 5 minute inapoi."
 
-#: src/libvlc.h:1000
+#: src/libvlc.h:1008
 msgid "Short backwards jump"
 msgstr ""
 
-#: src/libvlc.h:1002
+#: src/libvlc.h:1010
 #, fuzzy
 msgid "Select the hotkey to make a short backwards jump."
 msgstr "Selecteaza hotkey folosit pentru a sari 10 secunde inapoi."
 
-#: src/libvlc.h:1003
+#: src/libvlc.h:1011
 msgid "Medium backwards jump"
 msgstr ""
 
-#: src/libvlc.h:1005
+#: src/libvlc.h:1013
 #, fuzzy
 msgid "Select the hotkey to make a medium backwards jump."
 msgstr "Selecteaza hotkey folosit pentru a sari 1 minut inapoi."
 
-#: src/libvlc.h:1006
+#: src/libvlc.h:1014
 msgid "Long backwards jump"
 msgstr ""
 
-#: src/libvlc.h:1008
+#: src/libvlc.h:1016
 #, fuzzy
 msgid "Select the hotkey to make a long backwards jump."
 msgstr "Selecteaza hotkey folosit pentru a sari 10 secunde inapoi."
 
-#: src/libvlc.h:1010
+#: src/libvlc.h:1018
 msgid "Very short forward jump"
 msgstr ""
 
-#: src/libvlc.h:1012
+#: src/libvlc.h:1020
 #, fuzzy
 msgid "Select the hotkey to make a very short forward jump."
 msgstr "Selecteaza hotkey folosit pentru redare mai rapida."
 
-#: src/libvlc.h:1013
+#: src/libvlc.h:1021
 msgid "Short forward jump"
 msgstr ""
 
-#: src/libvlc.h:1015
+#: src/libvlc.h:1023
 #, fuzzy
 msgid "Select the hotkey to make a short forward jump."
 msgstr "Selecteaza hotkey folosit pentru a sari 10 secunde inainte."
 
-#: src/libvlc.h:1016
+#: src/libvlc.h:1024
 msgid "Medium forward jump"
 msgstr ""
 
-#: src/libvlc.h:1018
+#: src/libvlc.h:1026
 #, fuzzy
 msgid "Select the hotkey to make a medium forward jump."
 msgstr "Selecteaza hotkey folosit pentru a sari 1 minut inainte."
 
-#: src/libvlc.h:1019
+#: src/libvlc.h:1027
 msgid "Long forward jump"
 msgstr ""
 
-#: src/libvlc.h:1021
+#: src/libvlc.h:1029
 #, fuzzy
 msgid "Select the hotkey to make a long forward jump."
 msgstr "Selecteaza hotkey folosit pentru a sari 10 secunde inainte."
 
-#: src/libvlc.h:1023
+#: src/libvlc.h:1031
 msgid "Very short jump length"
 msgstr ""
 
-#: src/libvlc.h:1024
+#: src/libvlc.h:1032
 msgid "Very short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1025
+#: src/libvlc.h:1033
 msgid "Short jump length"
 msgstr ""
 
-#: src/libvlc.h:1026
+#: src/libvlc.h:1034
 msgid "Short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1027
+#: src/libvlc.h:1035
 msgid "Medium jump length"
 msgstr ""
 
-#: src/libvlc.h:1028
+#: src/libvlc.h:1036
 msgid "Medium jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1029
+#: src/libvlc.h:1037
 msgid "Long jump length"
 msgstr ""
 
-#: src/libvlc.h:1030
+#: src/libvlc.h:1038
 msgid "Long jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1032 modules/control/hotkeys.c:258
+#: src/libvlc.h:1040 modules/control/hotkeys.c:258
 #: modules/gui/beos/InterfaceWindow.cpp:276
 msgid "Quit"
 msgstr "Parasire"
 
-#: src/libvlc.h:1033
+#: src/libvlc.h:1041
 msgid "Select the hotkey to quit the application."
 msgstr "Selecteaza hotkey folosit pentru parasirea aplicatiei."
 
-#: src/libvlc.h:1034
+#: src/libvlc.h:1042
 msgid "Navigate up"
 msgstr "Deplasare in sus"
 
-#: src/libvlc.h:1035
+#: src/libvlc.h:1043
 msgid "Select the key to move the selector up in DVD menus."
 msgstr ""
 "Selecteaza hotkey folosit pentru a deplasa in sus selectorul in meniurile "
 "DVD."
 
-#: src/libvlc.h:1036
+#: src/libvlc.h:1044
 msgid "Navigate down"
 msgstr "Deplasare in jos"
 
-#: src/libvlc.h:1037
+#: src/libvlc.h:1045
 msgid "Select the key to move the selector down in DVD menus."
 msgstr ""
 "Selecteaza hotkey folosit pentru a deplasa in jos selectorul in meniurile "
 "DVD."
 
-#: src/libvlc.h:1038
+#: src/libvlc.h:1046
 msgid "Navigate left"
 msgstr "Deplasare la stanga"
 
-#: src/libvlc.h:1039
+#: src/libvlc.h:1047
 msgid "Select the key to move the selector left in DVD menus."
 msgstr ""
 "Selecteaza hotkey folosit pentru a deplasa in stanga selectorul in meniurile "
 "DVD."
 
-#: src/libvlc.h:1040
+#: src/libvlc.h:1048
 msgid "Navigate right"
 msgstr "Deplasare la dreapta"
 
-#: src/libvlc.h:1041
+#: src/libvlc.h:1049
 msgid "Select the key to move the selector right in DVD menus."
 msgstr ""
 "Selecteaza hotkey folosit pentru a deplasa in dreapta selectorul in "
 "meniurile DVD."
 
-#: src/libvlc.h:1042
+#: src/libvlc.h:1050
 msgid "Activate"
 msgstr "Activeaza"
 
-#: src/libvlc.h:1043
+#: src/libvlc.h:1051
 msgid "Select the key to activate selected item in DVD menus."
 msgstr ""
 "Selecteaza hotkey folosit pentru a activa elementul selectat in meniurile "
 "DVD."
 
-#: src/libvlc.h:1044
+#: src/libvlc.h:1052
 msgid "Go to the DVD menu"
 msgstr ""
 
-#: src/libvlc.h:1045
+#: src/libvlc.h:1053
 #, fuzzy
 msgid "Select the key to take you to the DVD menu"
 msgstr ""
 "Selecteaza hotkey folosit pentru a activa elementul selectat in meniurile "
 "DVD."
 
-#: src/libvlc.h:1046
+#: src/libvlc.h:1054
 #, fuzzy
 msgid "Select previous DVD title"
 msgstr "Titlu Anterior"
 
-#: src/libvlc.h:1047
+#: src/libvlc.h:1055
 #, fuzzy
 msgid "Select the key to choose the previous title from the DVD"
 msgstr "Selecteaza hotkey folosit pentru a reda elementul precedent din lista."
 
-#: src/libvlc.h:1048
+#: src/libvlc.h:1056
 msgid "Select next DVD title"
 msgstr ""
 
-#: src/libvlc.h:1049
+#: src/libvlc.h:1057
 #, fuzzy
 msgid "Select the key to choose the next title from the DVD"
 msgstr ""
 "Selecteaza hotkey folosit pentru a deplasa in stanga selectorul in meniurile "
 "DVD."
 
-#: src/libvlc.h:1050
+#: src/libvlc.h:1058
 msgid "Select prev DVD chapter"
 msgstr ""
 
-#: src/libvlc.h:1051
+#: src/libvlc.h:1059
 #, fuzzy
 msgid "Select the key to choose the previous chapter from the DVD"
 msgstr "Selecteaza hotkey folosit pentru a reda elementul precedent din lista."
 
-#: src/libvlc.h:1052
+#: src/libvlc.h:1060
 #, fuzzy
 msgid "Select next DVD chapter"
 msgstr "Urmatorul capitol"
 
-#: src/libvlc.h:1053
+#: src/libvlc.h:1061
 #, fuzzy
 msgid "Select the key to choose the next chapter from the DVD"
 msgstr ""
 "Selecteaza hotkey folosit pentru a deplasa in stanga selectorul in meniurile "
 "DVD."
 
-#: src/libvlc.h:1054
+#: src/libvlc.h:1062
 msgid "Volume up"
 msgstr "Volum sus"
 
-#: src/libvlc.h:1055
+#: src/libvlc.h:1063
 msgid "Select the key to increase audio volume."
 msgstr "Selecteaza tasta folosita pentru a mari volumul."
 
-#: src/libvlc.h:1056
+#: src/libvlc.h:1064
 msgid "Volume down"
 msgstr "Volum jos"
 
-#: src/libvlc.h:1057
+#: src/libvlc.h:1065
 msgid "Select the key to decrease audio volume."
 msgstr "Selecteaza tasta folosita pentru a micsora volumul."
 
-#: src/libvlc.h:1058 modules/gui/macosx/controls.m:744
+#: src/libvlc.h:1066 modules/gui/macosx/controls.m:750
 #: modules/gui/macosx/intf.m:558 modules/gui/macosx/intf.m:619
 #: modules/gui/macosx/intf.m:628
 msgid "Mute"
 msgstr "Mut"
 
-#: src/libvlc.h:1059
+#: src/libvlc.h:1067
 #, fuzzy
 msgid "Select the key to mute audio."
 msgstr "Selecteaza hotkey folosit doar pentru pauza."
 
-#: src/libvlc.h:1060
+#: src/libvlc.h:1068
 msgid "Subtitle delay up"
 msgstr "Inatrziere subtitrare sus"
 
-#: src/libvlc.h:1061
+#: src/libvlc.h:1069
 msgid "Select the key to increase the subtitle delay."
 msgstr "Selecteaza tasta folosita pentru a mari intarzierea subtitrarii."
 
-#: src/libvlc.h:1062
+#: src/libvlc.h:1070
 msgid "Subtitle delay down"
 msgstr "Intarziere subtitrare jos"
 
-#: src/libvlc.h:1063
+#: src/libvlc.h:1071
 msgid "Select the key to decrease the subtitle delay."
 msgstr "Selecteaza tasta folosita pentru a micsora intarzierea subtitrarii."
 
-#: src/libvlc.h:1064
+#: src/libvlc.h:1072
 msgid "Audio delay up"
 msgstr "Intarziere audio sus"
 
-#: src/libvlc.h:1065
+#: src/libvlc.h:1073
 msgid "Select the key to increase the audio delay."
 msgstr "Selecteaza tasta folosita pentru a mari intarzierea audio."
 
-#: src/libvlc.h:1066
+#: src/libvlc.h:1074
 msgid "Audio delay down"
 msgstr "Intarziere audio jos"
 
-#: src/libvlc.h:1067
+#: src/libvlc.h:1075
 msgid "Select the key to decrease the audio delay."
 msgstr "Selecteaza tasta folosita pentru a micsora intarzierea audio."
 
-#: src/libvlc.h:1068
+#: src/libvlc.h:1076
 msgid "Play playlist bookmark 1"
 msgstr "Reda semnul de carte 1 al listei de redare"
 
-#: src/libvlc.h:1069
+#: src/libvlc.h:1077
 msgid "Play playlist bookmark 2"
 msgstr "Reda semnul de carte 2 al listei de redare"
 
-#: src/libvlc.h:1070
+#: src/libvlc.h:1078
 msgid "Play playlist bookmark 3"
 msgstr "Reda semnul de carte 3 al listei de redare"
 
-#: src/libvlc.h:1071
+#: src/libvlc.h:1079
 msgid "Play playlist bookmark 4"
 msgstr "Reda semnul de carte 4 al listei de redare"
 
-#: src/libvlc.h:1072
+#: src/libvlc.h:1080
 msgid "Play playlist bookmark 5"
 msgstr "Reda semnul de carte 5 al listei de redare"
 
-#: src/libvlc.h:1073
+#: src/libvlc.h:1081
 msgid "Play playlist bookmark 6"
 msgstr "Reda semnul de carte 6 al listei de redare"
 
-#: src/libvlc.h:1074
+#: src/libvlc.h:1082
 msgid "Play playlist bookmark 7"
 msgstr "Reda semnul de carte 7 al listei de redare"
 
-#: src/libvlc.h:1075
+#: src/libvlc.h:1083
 msgid "Play playlist bookmark 8"
 msgstr "Reda semnul de carte 8 al listei de redare"
 
-#: src/libvlc.h:1076
+#: src/libvlc.h:1084
 msgid "Play playlist bookmark 9"
 msgstr "Reda semnul de carte 9 al listei de redare"
 
-#: src/libvlc.h:1077
+#: src/libvlc.h:1085
 msgid "Play playlist bookmark 10"
 msgstr "Reda semnul de carte 10 al listei de redare"
 
-#: src/libvlc.h:1078
+#: src/libvlc.h:1086
 msgid "Select the key to play this bookmark."
 msgstr "Selecteaza tasta pentru rularea actualulu sem de carte."
 
-#: src/libvlc.h:1079
+#: src/libvlc.h:1087
 msgid "Set playlist bookmark 1"
 msgstr "Seteaza semnul de carte 1 al listei de redare"
 
-#: src/libvlc.h:1080
+#: src/libvlc.h:1088
 msgid "Set playlist bookmark 2"
 msgstr "Seteaza semnul de carte 2 al listei de redare"
 
-#: src/libvlc.h:1081
+#: src/libvlc.h:1089
 msgid "Set playlist bookmark 3"
 msgstr "Seteaza semnul de carte 3 al listei de redare"
 
-#: src/libvlc.h:1082
+#: src/libvlc.h:1090
 msgid "Set playlist bookmark 4"
 msgstr "Seteaza semnul de carte 4 al listei de redare"
 
-#: src/libvlc.h:1083
+#: src/libvlc.h:1091
 msgid "Set playlist bookmark 5"
 msgstr "Seteaza semnul de carte 5 al listei de redare"
 
-#: src/libvlc.h:1084
+#: src/libvlc.h:1092
 msgid "Set playlist bookmark 6"
 msgstr "Seteaza semnul de carte 6 al listei de redare"
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1093
 msgid "Set playlist bookmark 7"
 msgstr "Seteaza semnul de carte 7 al listei de redare"
 
-#: src/libvlc.h:1086
+#: src/libvlc.h:1094
 msgid "Set playlist bookmark 8"
 msgstr "Seteaza semnul de carte 8 al listei de redare"
 
-#: src/libvlc.h:1087
+#: src/libvlc.h:1095
 msgid "Set playlist bookmark 9"
 msgstr "Seteaza semnul de carte 9 al listei de redare"
 
-#: src/libvlc.h:1088
+#: src/libvlc.h:1096
 msgid "Set playlist bookmark 10"
 msgstr "Seteaza semnul de carte 10 al listei de redare"
 
-#: src/libvlc.h:1089
+#: src/libvlc.h:1097
 msgid "Select the key to set this playlist bookmark."
 msgstr ""
 "Seteaza tasta pentru setarea actualului semn de carte al listei de redare."
 
-#: src/libvlc.h:1091 modules/control/hotkeys.c:84
+#: src/libvlc.h:1099 modules/control/hotkeys.c:84
 msgid "Playlist bookmark 1"
 msgstr ""
 
-#: src/libvlc.h:1092 modules/control/hotkeys.c:85
+#: src/libvlc.h:1100 modules/control/hotkeys.c:85
 msgid "Playlist bookmark 2"
 msgstr ""
 
-#: src/libvlc.h:1093 modules/control/hotkeys.c:86
+#: src/libvlc.h:1101 modules/control/hotkeys.c:86
 msgid "Playlist bookmark 3"
 msgstr ""
 
-#: src/libvlc.h:1094 modules/control/hotkeys.c:87
+#: src/libvlc.h:1102 modules/control/hotkeys.c:87
 msgid "Playlist bookmark 4"
 msgstr ""
 
-#: src/libvlc.h:1095 modules/control/hotkeys.c:88
+#: src/libvlc.h:1103 modules/control/hotkeys.c:88
 msgid "Playlist bookmark 5"
 msgstr ""
 
-#: src/libvlc.h:1096 modules/control/hotkeys.c:89
+#: src/libvlc.h:1104 modules/control/hotkeys.c:89
 msgid "Playlist bookmark 6"
 msgstr ""
 
-#: src/libvlc.h:1097 modules/control/hotkeys.c:90
+#: src/libvlc.h:1105 modules/control/hotkeys.c:90
 msgid "Playlist bookmark 7"
 msgstr ""
 
-#: src/libvlc.h:1098 modules/control/hotkeys.c:91
+#: src/libvlc.h:1106 modules/control/hotkeys.c:91
 msgid "Playlist bookmark 8"
 msgstr ""
 
-#: src/libvlc.h:1099 modules/control/hotkeys.c:92
+#: src/libvlc.h:1107 modules/control/hotkeys.c:92
 msgid "Playlist bookmark 9"
 msgstr ""
 
-#: src/libvlc.h:1100 modules/control/hotkeys.c:93
+#: src/libvlc.h:1108 modules/control/hotkeys.c:93
 msgid "Playlist bookmark 10"
 msgstr ""
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1110
 #, fuzzy
 msgid "This allows you to define playlist bookmarks."
 msgstr ""
 "Seteaza tasta pentru setarea actualului semn de carte al listei de redare."
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1112
 msgid "Go back in browsing history"
 msgstr ""
 
-#: src/libvlc.h:1105
+#: src/libvlc.h:1113
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1114
 msgid "Go forward in browsing history"
 msgstr ""
 
-#: src/libvlc.h:1107
+#: src/libvlc.h:1115
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:1109
+#: src/libvlc.h:1117
 msgid "Cycle audio track"
 msgstr "Parcurge pista audio"
 
-#: src/libvlc.h:1110
+#: src/libvlc.h:1118
 #, fuzzy
 msgid "Cycle through the available audio tracks(languages)."
 msgstr "Parcurge pistele audio disponibile(limbile)"
 
-#: src/libvlc.h:1111
+#: src/libvlc.h:1119
 msgid "Cycle subtitle track"
 msgstr "Parcurge pistele cu subtitrari"
 
-#: src/libvlc.h:1112
+#: src/libvlc.h:1120
 #, fuzzy
 msgid "Cycle through the available subtitle tracks."
 msgstr "Parcurge pistele cu subtitrari disponibile"
 
-#: src/libvlc.h:1113
+#: src/libvlc.h:1121
 #, fuzzy
 msgid "Cycle source aspect ratio"
 msgstr "Raport de aspect al sursei"
 
-#: src/libvlc.h:1114
+#: src/libvlc.h:1122
 #, fuzzy
 msgid "Cycle through a predefined list of source aspect ratios."
 msgstr "Raport de aspect al sursei"
 
-#: src/libvlc.h:1115
+#: src/libvlc.h:1123
 #, fuzzy
 msgid "Cycle video crop"
 msgstr "Iesire video gradient gri"
 
-#: src/libvlc.h:1116
+#: src/libvlc.h:1124
 #, fuzzy
 msgid "Cycle through a predefined list of crop formats."
 msgstr "Parcurge pistele cu subtitrari disponibile"
 
-#: src/libvlc.h:1117
+#: src/libvlc.h:1125
 #, fuzzy
 msgid "Cycle deinterlace modes"
 msgstr "Extra module interfata"
 
-#: src/libvlc.h:1118
+#: src/libvlc.h:1126
 #, fuzzy
 msgid "Cycle through deinterlace modes."
 msgstr "Parcurge pistele cu subtitrari disponibile"
 
-#: src/libvlc.h:1119
+#: src/libvlc.h:1127
 msgid "Show interface"
 msgstr "Arata interfata"
 
-#: src/libvlc.h:1120
+#: src/libvlc.h:1128
 #, fuzzy
 msgid "Raise the interface above all other windows."
 msgstr "Ridica interfata deasupra tuturor ferestrelor"
 
-#: src/libvlc.h:1121
+#: src/libvlc.h:1129
 #, fuzzy
 msgid "Hide interface"
 msgstr "Adauga interfata"
 
-#: src/libvlc.h:1122
+#: src/libvlc.h:1130
 #, fuzzy
 msgid "Lower the interface below all other windows."
 msgstr "Ridica interfata deasupra tuturor ferestrelor"
 
-#: src/libvlc.h:1123
+#: src/libvlc.h:1131
 msgid "Take video snapshot"
 msgstr "Ia instantaneu video"
 
-#: src/libvlc.h:1124
+#: src/libvlc.h:1132
 msgid "Takes a video snapshot and writes it to disk."
 msgstr "Ia un instantaneu video si il scrie pe disc."
 
-#: src/libvlc.h:1126 modules/access_filter/record.c:51
+#: src/libvlc.h:1134 modules/access_filter/record.c:51
 #: modules/access_filter/record.c:52
 msgid "Record"
 msgstr "Inregistrare"
 
-#: src/libvlc.h:1127
+#: src/libvlc.h:1135
 msgid "Record access filter start/stop."
 msgstr "Filtru de acces pentru inregistrare start/stop"
 
-#: src/libvlc.h:1129 src/libvlc.h:1130 src/video_output/vout_intf.c:211
+#: src/libvlc.h:1137 src/libvlc.h:1138 src/video_output/vout_intf.c:211
 msgid "Zoom"
 msgstr "Marire"
 
-#: src/libvlc.h:1132 src/libvlc.h:1133
+#: src/libvlc.h:1140 src/libvlc.h:1141
 #, fuzzy
 msgid "Un-Zoom"
 msgstr "Marire"
 
-#: src/libvlc.h:1135 src/libvlc.h:1136
+#: src/libvlc.h:1143 src/libvlc.h:1144
 msgid "Crop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1137 src/libvlc.h:1138
+#: src/libvlc.h:1145 src/libvlc.h:1146
 msgid "Uncrop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1140 src/libvlc.h:1141
+#: src/libvlc.h:1148 src/libvlc.h:1149
 msgid "Crop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1142 src/libvlc.h:1143
+#: src/libvlc.h:1150 src/libvlc.h:1151
 msgid "Uncrop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1145 src/libvlc.h:1146
+#: src/libvlc.h:1153 src/libvlc.h:1154
 msgid "Crop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1147 src/libvlc.h:1148
+#: src/libvlc.h:1155 src/libvlc.h:1156
 msgid "Uncrop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1150 src/libvlc.h:1151
+#: src/libvlc.h:1158 src/libvlc.h:1159
 msgid "Crop one pixel from the right of the video"
 msgstr ""
 
-#: src/libvlc.h:1152 src/libvlc.h:1153
+#: src/libvlc.h:1160 src/libvlc.h:1161
 msgid "Uncrop one pixel from the right of the video"
 msgstr ""
 
-#: src/libvlc.h:1157
+#: src/libvlc.h:1165
 #, fuzzy, c-format
 msgid ""
 "Usage: %s [options] [stream] ...\n"
@@ -3915,59 +3937,59 @@ msgstr ""
 "lista\n"
 "  vlc:quit                       Element special pentru a parasi  VLC\n"
 
-#: src/libvlc.h:1267 src/video_output/vout_intf.c:420
-#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:753
+#: src/libvlc.h:1277 src/video_output/vout_intf.c:420
+#: modules/gui/macosx/controls.m:328 modules/gui/macosx/controls.m:759
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:630
 #: modules/video_output/snapshot.c:76
 msgid "Snapshot"
 msgstr "Instantaneu"
 
-#: src/libvlc.h:1280
+#: src/libvlc.h:1290
 msgid "Window properties"
 msgstr "Proprietati fereastra"
 
-#: src/libvlc.h:1325
+#: src/libvlc.h:1335
 msgid "Subpictures"
 msgstr "Subimagine"
 
-#: src/libvlc.h:1332 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
+#: src/libvlc.h:1342 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
 #: modules/gui/beos/InterfaceWindow.cpp:279
 msgid "Subtitles"
 msgstr "Subtitrari"
 
-#: src/libvlc.h:1349 modules/stream_out/transcode.c:151
+#: src/libvlc.h:1359 modules/stream_out/transcode.c:151
 msgid "Overlays"
 msgstr "Suprapuneri"
 
-#: src/libvlc.h:1359
+#: src/libvlc.h:1369
 msgid "Track settings"
 msgstr "Setari pista"
 
-#: src/libvlc.h:1381
+#: src/libvlc.h:1391
 msgid "Playback control"
 msgstr "Control redare"
 
-#: src/libvlc.h:1396
+#: src/libvlc.h:1406
 msgid "Default devices"
 msgstr "Echipamente implicite"
 
-#: src/libvlc.h:1405
+#: src/libvlc.h:1415
 msgid "Network settings"
 msgstr "Setari retea"
 
-#: src/libvlc.h:1417
+#: src/libvlc.h:1427
 msgid "Socks proxy"
 msgstr "Socks proxy"
 
-#: src/libvlc.h:1426
+#: src/libvlc.h:1436
 msgid "Metadata"
 msgstr "Metadata"
 
-#: src/libvlc.h:1456
+#: src/libvlc.h:1466
 msgid "Decoders"
 msgstr "Decodoare"
 
-#: src/libvlc.h:1463 modules/access/v4l2.c:56
+#: src/libvlc.h:1473 modules/access/v4l2.c:56
 #: modules/gui/macosx/playlistinfo.m:80
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:265
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:378
@@ -3975,43 +3997,43 @@ msgstr "Decodoare"
 msgid "Input"
 msgstr "Intrare"
 
-#: src/libvlc.h:1499 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
+#: src/libvlc.h:1509 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
 msgid "VLM"
 msgstr ""
 
-#: src/libvlc.h:1530
+#: src/libvlc.h:1540
 msgid "CPU"
 msgstr "CPU"
 
-#: src/libvlc.h:1552
+#: src/libvlc.h:1562
 msgid "Special modules"
 msgstr "Module speciale"
 
-#: src/libvlc.h:1559
+#: src/libvlc.h:1569
 msgid "Plugins"
 msgstr "Plugin-uri"
 
-#: src/libvlc.h:1567
+#: src/libvlc.h:1577
 msgid "Performance options"
 msgstr "Optiuni performanta"
 
-#: src/libvlc.h:1700
+#: src/libvlc.h:1714
 msgid "Hot keys"
 msgstr "Taste speciale"
 
-#: src/libvlc.h:2011
+#: src/libvlc.h:2025
 msgid "Jump sizes"
 msgstr ""
 
-#: src/libvlc.h:2090
+#: src/libvlc.h:2104
 msgid "main program"
 msgstr "program principal"
 
-#: src/libvlc.h:2097
+#: src/libvlc.h:2111
 msgid "print help for VLC (can be combined with --advanced)"
 msgstr "tipareste ajutor pentru VLC( poate fi combinat cu --advanced)"
 
-#: src/libvlc.h:2099
+#: src/libvlc.h:2113
 #, fuzzy
 msgid ""
 "print help for VLC and all its modules (can be combined with --advanced)"
@@ -4019,40 +4041,40 @@ msgstr ""
 "tipareste ajutor pentru VLC si pentru toate modulele lui( poate fi combinat "
 "cu --advanced)"
 
-#: src/libvlc.h:2101
+#: src/libvlc.h:2115
 msgid "print help for the advanced options"
 msgstr "tipareste ajutor pentru optiunile avansate"
 
-#: src/libvlc.h:2103
+#: src/libvlc.h:2117
 msgid "ask for extra verbosity when displaying help"
 msgstr "cere pentru mai multa vorbarie cand este afisat ajutorul"
 
-#: src/libvlc.h:2105
+#: src/libvlc.h:2119
 msgid "print a list of available modules"
 msgstr "tipareste o lista cu toate modulele disponibile"
 
-#: src/libvlc.h:2107
+#: src/libvlc.h:2121
 msgid "print help on a specific module (can be combined with --advanced)"
 msgstr ""
 "tipareste ajutor pentru un modul specificat (poate fi combinat cu --advanced)"
 
-#: src/libvlc.h:2109
+#: src/libvlc.h:2123
 msgid "save the current command line options in the config"
 msgstr "salveaza linia de comanda curenta in configurare"
 
-#: src/libvlc.h:2111
+#: src/libvlc.h:2125
 msgid "reset the current config to the default values"
 msgstr "reseteaza configuratia curenta la valorile implicite"
 
-#: src/libvlc.h:2113
+#: src/libvlc.h:2127
 msgid "use alternate config file"
 msgstr "foloseste fisier config alternativ"
 
-#: src/libvlc.h:2115
+#: src/libvlc.h:2129
 msgid "resets the current plugins cache"
 msgstr "reseteaza actuala colectie de plugin-uri"
 
-#: src/libvlc.h:2117
+#: src/libvlc.h:2131
 msgid "print version information"
 msgstr "tipareste informatia legata de versiune"
 
@@ -4661,7 +4683,8 @@ msgstr "Necunoscuta"
 msgid "Media: %s"
 msgstr ""
 
-#: src/playlist/engine.c:92 src/playlist/engine.c:94
+#: src/playlist/engine.c:104 src/playlist/engine.c:106
+#: src/playlist/loadsave.c:149
 msgid "Media Library"
 msgstr ""
 
@@ -4721,17 +4744,8 @@ msgstr ""
 msgid "Aspect-ratio"
 msgstr "Raport de aspect al sursei"
 
-#: modules/access/cdda/access.c:293
-msgid "CD reading failed"
-msgstr ""
-
-#: modules/access/cdda/access.c:294
-#, c-format
-msgid "VLC could not get a new block of size: %i."
-msgstr ""
-
 #: modules/access/cdda.c:58 modules/access/dshow/dshow.cpp:91
-#: modules/access/dvb/access.c:73 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:73
 #: modules/access/dvdnav.c:64 modules/access/dvdread.c:62
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:43
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4794,7 +4808,16 @@ msgstr "CD Audio - Pista"
 msgid "Audio CD - Track %i"
 msgstr "CD Audio - Pista %i"
 
-#: modules/access/cdda/cdda.c:42 modules/access/directory.c:77
+#: modules/access/cdda/access.c:293
+msgid "CD reading failed"
+msgstr ""
+
+#: modules/access/cdda/access.c:294
+#, c-format
+msgid "VLC could not get a new block of size: %i."
+msgstr ""
+
+#: modules/access/cdda/cdda.c:42 modules/access/directory.c:78
 #: modules/codec/x264.c:280 modules/codec/x264.c:287 modules/codec/x264.c:292
 msgid "none"
 msgstr "nimic"
@@ -5102,11 +5125,11 @@ msgstr "MRL"
 msgid "Track Number"
 msgstr "Numar Pista"
 
-#: modules/access/directory.c:69
+#: modules/access/directory.c:70
 msgid "Subdirectory behavior"
 msgstr "Comportament subdirector"
 
-#: modules/access/directory.c:71
+#: modules/access/directory.c:72
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -5118,20 +5141,20 @@ msgstr ""
 "prabuseste: subdirectoarele apar dar sunt expandate la prima redare.\n"
 "expandeaza: toate subdirectoarele sunt expandate.\n"
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:78
 msgid "collapse"
 msgstr "prabuseste"
 
-#: modules/access/directory.c:78
+#: modules/access/directory.c:79
 msgid "expand"
 msgstr "expandeaza"
 
-#: modules/access/directory.c:80
+#: modules/access/directory.c:81
 #, fuzzy
 msgid "Ignored extensions"
 msgstr "Ignora fisierele cu extensiile astea."
 
-#: modules/access/directory.c:82
+#: modules/access/directory.c:83
 #, fuzzy
 msgid ""
 "Files with these extensions will not be added to playlist when opening a "
@@ -5144,11 +5167,11 @@ msgstr ""
 "director. Aceasta e folositoare daca adaugati directoare care contin si "
 "liste de mp3-uri."
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:90
 msgid "Directory"
 msgstr "Director"
 
-#: modules/access/directory.c:91
+#: modules/access/directory.c:92
 msgid "Standard filesystem directory input"
 msgstr "Directorul da intrare a fisierelor sistem standard"
 
@@ -5393,6 +5416,21 @@ msgstr ""
 msgid "The capture device \"%s\" does not support the required parameters."
 msgstr ""
 
+#: modules/access/dv.c:70
+#, fuzzy
+msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
+msgstr ""
+"Va permite sa modificati valoarea implicita a valorii  de buffer pentru "
+"fluxurile CDDA. Aceasta valoare trebui setata in milisecunde."
+
+#: modules/access/dv.c:74
+msgid "Digital Video (Firewire/ieee1394)  input"
+msgstr ""
+
+#: modules/access/dv.c:75
+msgid "dv"
+msgstr ""
+
 #: modules/access/dvb/access.c:75
 #, fuzzy
 msgid ""
@@ -5651,21 +5689,6 @@ msgstr ""
 msgid "The provided polarization \"%c\" is not valid."
 msgstr ""
 
-#: modules/access/dv.c:70
-#, fuzzy
-msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
-msgstr ""
-"Va permite sa modificati valoarea implicita a valorii  de buffer pentru "
-"fluxurile CDDA. Aceasta valoare trebui setata in milisecunde."
-
-#: modules/access/dv.c:74
-msgid "Digital Video (Firewire/ieee1394)  input"
-msgstr ""
-
-#: modules/access/dv.c:75
-msgid "dv"
-msgstr ""
-
 #: modules/access/dvdnav.c:60 modules/access/dvdread.c:58
 msgid "DVD angle"
 msgstr ""
@@ -5873,64 +5896,19 @@ msgstr ""
 msgid "VLC could not open file \"%s\" (%s)."
 msgstr ""
 
-#: modules/access_filter/record.c:43
-msgid "Record directory"
-msgstr "Director pentru inregistrare"
-
-#: modules/access_filter/record.c:45
+#: modules/access/ftp.c:45
 #, fuzzy
-msgid "Directory where the record will be stored."
+msgid ""
+"Caching value for FTP streams. This value should be set in milliseconds."
 msgstr ""
-"Va permite sa specificati directorul in care inregistrarile vor fi pastrate"
-
-#: modules/access_filter/timeshift.c:44
-#, fuzzy
-msgid "Timeshift granularity"
-msgstr "Deplasare timp"
+"Va permite sa modificati valoare implicita pentru buferul de cititre "
+"afluxurilor dvb. Aceasta valoarea va fi exprimata in milisecunde."
 
-#: modules/access_filter/timeshift.c:46
-#, fuzzy
-msgid ""
-"This is the size of the temporary files tha will be used to store the "
-"timeshifted streams."
-msgstr "Filtrele video sunt folosite pentru postprocesarea fluxului video"
+#: modules/access/ftp.c:47
+msgid "FTP user name"
+msgstr "Nume utilizator FTP"
 
-#: modules/access_filter/timeshift.c:48
-#, fuzzy
-msgid "Timeshift directory"
-msgstr "Directorul de instantanee video"
-
-#: modules/access_filter/timeshift.c:49
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:51
-msgid "Force use of the timeshift module"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52
-msgid ""
-"Force use of the timeshift module even if the access declares that it can "
-"control pace or pause."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
-msgid "Timeshift"
-msgstr "Deplasare timp"
-
-#: modules/access/ftp.c:45
-#, fuzzy
-msgid ""
-"Caching value for FTP streams. This value should be set in milliseconds."
-msgstr ""
-"Va permite sa modificati valoare implicita pentru buferul de cititre "
-"afluxurilor dvb. Aceasta valoarea va fi exprimata in milisecunde."
-
-#: modules/access/ftp.c:47
-msgid "FTP user name"
-msgstr "Nume utilizator FTP"
-
-#: modules/access/ftp.c:48 modules/access/smb.c:64
+#: modules/access/ftp.c:48 modules/access/smb.c:64
 #, fuzzy
 msgid "User name that will be used for the connection."
 msgstr ""
@@ -6105,399 +6083,145 @@ msgstr "Intotdeauna selecteaza fluxul cu bitrate maxim."
 msgid "Microsoft Media Server (MMS) input"
 msgstr "Intrare Microsoft Media Server (MMS) "
 
-#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
-msgid "Dummy stream output"
-msgstr "Iesire de flux falsa"
-
-#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
-msgid "Dummy"
-msgstr "Fals"
-
-#: modules/access_output/file.c:61
-msgid "Append to file"
+#: modules/access/pvr.c:49
+#, fuzzy
+msgid ""
+"Default caching value for PVR streams. This value should be set in "
+"milliseconds."
 msgstr ""
+"Va permite sa modificati valoare implicita pentru buferul de cititre "
+"afluxurilor dvb. Aceasta valoarea va fi exprimata in milisecunde."
 
-#: modules/access_output/file.c:62
-msgid "Append to file if it exists instead of replacing it."
-msgstr ""
+#: modules/access/pvr.c:52
+msgid "Device"
+msgstr "Echipament"
 
-#: modules/access_output/file.c:66
-msgid "File stream output"
-msgstr ""
+#: modules/access/pvr.c:53
+msgid "PVR video device"
+msgstr "Echipament video PVR"
 
-#: modules/access_output/http.c:58
-msgid "Username"
-msgstr "Nume utilizator"
+#: modules/access/pvr.c:55
+#, fuzzy
+msgid "Radio device"
+msgstr "Echipament audio"
 
-#: modules/access_output/http.c:59
+#: modules/access/pvr.c:56
 #, fuzzy
-msgid "User name that will be requested to access the stream."
-msgstr ""
-"Va permite sa dati un nume de utiliazator care va fi cerut pentru accesarea "
-"fluxului."
+msgid "PVR radio device"
+msgstr "Echipament video PVR"
 
-#: modules/access_output/http.c:61 modules/control/telnet.c:81
-msgid "Password"
-msgstr "Parola"
+#: modules/access/pvr.c:58 modules/access/v4l.c:96
+msgid "Norm"
+msgstr "Norma"
 
-#: modules/access_output/http.c:62
+#: modules/access/pvr.c:59 modules/access/v4l.c:98
 #, fuzzy
-msgid "Password that will be requested to access the stream."
-msgstr ""
-"Va permite sa dati o parola care va fi cerut pentru accesarea fluxului."
-
-#: modules/access_output/http.c:66
-msgid "Mime"
-msgstr ""
+msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
+msgstr "Defineste norma fluxului (Automatic, SECAM, PAL, or NTSC)"
 
-#: modules/access_output/http.c:67
-msgid "MIME returned by the server (autodetected if not specified."
-msgstr ""
+#: modules/access/pvr.c:62 modules/access/v4l.c:102
+#: modules/video_filter/mosaic.c:96
+msgid "Width"
+msgstr "Latime"
 
-#: modules/access_output/http.c:71
+#: modules/access/pvr.c:63
 #, fuzzy
-msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
-msgstr ""
-"Calea spre certificatul x509 PEM care va fi folosit de fluxul de iesire HTTP/"
-"SSL"
+msgid "Width of the stream to capture (-1 for autodetection)."
+msgstr "Latimea fluxului ce va fi capturat (-1 autodetectare)"
 
-#: modules/access_output/http.c:74
-#, fuzzy
-msgid ""
-"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
-"empty if you don't have one."
-msgstr ""
-"Calea spre fisierul cu cheia privata  x509 PEM care va fi folosit de fluxul "
-"de iesire HTTP/SSL. Lasati gol daca nu aveti unul."
+#: modules/access/pvr.c:66 modules/access/v4l.c:105
+#: modules/video_filter/mosaic.c:94
+msgid "Height"
+msgstr "Inaltime"
 
-#: modules/access_output/http.c:78
+#: modules/access/pvr.c:67
 #, fuzzy
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used for HTTPS. Leave empty if you don't have one."
-msgstr ""
-"Calea spre fisierul cu cheia privata  x509 PEM care va fi folosit de fluxul "
-"de iesire HTTP/SSL. Lasati gol daca nu aveti unul."
+msgid "Height of the stream to capture (-1 for autodetection)."
+msgstr "Inaltimea capturii fluxului (-1 autodetectare)"
 
-#: modules/access_output/http.c:83
-#, fuzzy
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be used for "
-"SSL. Leave empty if you don't have one."
-msgstr ""
-"Calea spre fisierul cu cheia privata  x509 PEM care va fi folosit de fluxul "
-"de iesire HTTP/SSL. Lasati gol daca nu aveti unul."
+#: modules/access/pvr.c:70 modules/access/v4l.c:89
+msgid "Frequency"
+msgstr "Frecventa"
 
-#: modules/access_output/http.c:86
-msgid "Advertise with Bonjour"
-msgstr ""
+#: modules/access/pvr.c:71 modules/access/v4l.c:91
+#, fuzzy
+msgid "Frequency to capture (in kHz), if applicable."
+msgstr "Frecventa ce va fi capturata (in Hz), daca se poate aplica"
 
-#: modules/access_output/http.c:87
-msgid "Advertise the stream with the Bonjour protocol."
+#: modules/access/pvr.c:74 modules/access/v4l.c:137
+#, fuzzy
+msgid "Framerate to capture, if applicable (-1 for autodetect)."
 msgstr ""
+"Rata a cadrelor pentru captura, daca se poate aplica (-1 autodetectare)"
 
-#: modules/access_output/http.c:91
-msgid "HTTP stream output"
-msgstr "Flux iesire HTTp"
-
-#: modules/access_output/http.c:93 modules/control/http/http.c:61
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
-msgid "HTTP"
-msgstr "HTTP"
+#: modules/access/pvr.c:77
+msgid "Key interval"
+msgstr "Interval intre chei"
 
-#: modules/access_output/shout.c:58
+#: modules/access/pvr.c:78
 #, fuzzy
-msgid "Stream name"
-msgstr "Flux"
+msgid "Interval between keyframes (-1 for autodetect)."
+msgstr "Intervalul intre cadrele cheie (-1 pt. auto)"
 
-#: modules/access_output/shout.c:59
-msgid "Name to give to this stream/channel on the shoutcast/icecast server."
+#: modules/access/pvr.c:80
+msgid "B Frames"
+msgstr "Cadre B"
+
+#: modules/access/pvr.c:81
+msgid ""
+"If this option is set, B-Frames will be used. Use this option to set the "
+"number of B-Frames."
 msgstr ""
+"Daca aceasta optiune e activata, cadre-b vor fi folosite. Folositi aceasta "
+"optiune pentru a seta numarul de cadre B."
 
-#: modules/access_output/shout.c:62
+#: modules/access/pvr.c:85
 #, fuzzy
-msgid "Stream description"
-msgstr "Descriere"
+msgid "Bitrate to use (-1 for default)."
+msgstr "Bi"
 
-#: modules/access_output/shout.c:63
-msgid "Description of the stream content or information about your channel."
+#: modules/access/pvr.c:87
+msgid "Bitrate peak"
 msgstr ""
 
-#: modules/access_output/shout.c:66
-#, fuzzy
-msgid "Stream MP3"
-msgstr "Flux"
-
-#: modules/access_output/shout.c:67
-msgid ""
-"You normally have to feed the shoutcast module with Ogg streams. It is also "
-"possible to stream MP3 instead, so you can forward MP3 streams to the "
-"shoutcast/icecast server."
+#: modules/access/pvr.c:88
+msgid "Peak bitrate in VBR mode."
 msgstr ""
 
-#: modules/access_output/shout.c:76
+#: modules/access/pvr.c:91
 #, fuzzy
-msgid "Genre description"
-msgstr "Descriere"
-
-#: modules/access_output/shout.c:77
-msgid "Genre of the content. "
-msgstr ""
+msgid "Bitrate mode)"
+msgstr "Bitrate"
 
-#: modules/access_output/shout.c:79
+#: modules/access/pvr.c:92
 #, fuzzy
-msgid "URL description"
-msgstr "Descriere"
+msgid "Bitrate mode to use (VBR or CBR)."
+msgstr "Bi"
 
-#: modules/access_output/shout.c:80
-msgid "URL with information about the stream or your channel. "
+#: modules/access/pvr.c:94
+msgid "Audio bitmask"
 msgstr ""
 
-#: modules/access_output/shout.c:87
-msgid "Bitrate information of the transcoded stream. "
+#: modules/access/pvr.c:95
+msgid "Bitmask that will get used by the audio part of the card."
 msgstr ""
 
-#: modules/access_output/shout.c:89 modules/access/v4l.c:122
-msgid "Samplerate"
-msgstr ""
+#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
+#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
+msgid "Volume"
+msgstr "Volum"
 
-#: modules/access_output/shout.c:90
-msgid "Samplerate information of the transcoded stream. "
+#: modules/access/pvr.c:99
+msgid "Audio volume (0-65535)."
 msgstr ""
 
-#: modules/access_output/shout.c:92
-#, fuzzy
-msgid "Number of channels"
-msgstr "Mod preferat pentru canalele  de iesire audio"
-
-#: modules/access_output/shout.c:93
-msgid "Number of channels information of the transcoded stream. "
+#: modules/access/pvr.c:101 modules/access/v4l.c:92
+msgid "Channel"
 msgstr ""
 
-#: modules/access_output/shout.c:95
-msgid "Ogg Vorbis Quality"
-msgstr ""
-
-#: modules/access_output/shout.c:96
-msgid "Ogg Vorbis Quality information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:98
-#, fuzzy
-msgid "Stream public"
-msgstr "Flux de iesire"
-
-#: modules/access_output/shout.c:99
-msgid ""
-"Make the server publicly available on the 'Yellow Pages' (directory listing "
-"of streams) on the icecast/shoutcast website. Requires the bitrate "
-"information specified for shoutcast. Requires Ogg streaming for icecast."
-msgstr ""
-
-#: modules/access_output/shout.c:105
-#, fuzzy
-msgid "IceCAST output"
-msgstr "Iesirea de iesire"
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:41
-#: modules/demux/live555.cpp:63
-msgid "Caching value (ms)"
-msgstr ""
-
-#: modules/access_output/udp.c:77
-#, fuzzy
-msgid ""
-"Default caching value for outbound UDP streams. This value should be set in "
-"milliseconds."
-msgstr ""
-"Va permite sa modificati valoare implicita pentru buferul de cititre "
-"afluxurilor dvb. Aceasta valoarea va fi exprimata in milisecunde."
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
-#: modules/gui/macosx/wizard.m:1848
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
-msgid "Time-To-Live (TTL)"
-msgstr ""
-
-#: modules/access_output/udp.c:81
-#, fuzzy
-msgid "Time-To-Live of the outgoing stream."
-msgstr "Va permite sa specificati un  metadata \"data\" pentru o intrare"
-
-#: modules/access_output/udp.c:84
-msgid "Group packets"
-msgstr "Grup pachete"
-
-#: modules/access_output/udp.c:85
-#, fuzzy
-msgid ""
-"Packets can be sent one by one at the right time or by groups. You can "
-"choose the number of packets that will be sent at a time. It helps reducing "
-"the scheduling load on heavily-loaded systems."
-msgstr ""
-"Pachetele pot fi trimise pe rand sau in grup. Aceasta va permite sa dati "
-"numarul de pachete care vor fi trime o data. Ajuta la reducerea programarea "
-"incarcarii in sistemele foarte incarcate."
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr ""
-
-#: modules/access_output/udp.c:91
-msgid ""
-"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 ""
-
-#: modules/access_output/udp.c:97
-msgid "UDP stream output"
-msgstr "Flux iesire UDP"
-
-#: modules/access_output/udp.c:98
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
-msgid "UDP"
-msgstr "UDP"
-
-#: modules/access/pvr.c:49
-#, fuzzy
-msgid ""
-"Default caching value for PVR streams. This value should be set in "
-"milliseconds."
-msgstr ""
-"Va permite sa modificati valoare implicita pentru buferul de cititre "
-"afluxurilor dvb. Aceasta valoarea va fi exprimata in milisecunde."
-
-#: modules/access/pvr.c:52
-msgid "Device"
-msgstr "Echipament"
-
-#: modules/access/pvr.c:53
-msgid "PVR video device"
-msgstr "Echipament video PVR"
-
-#: modules/access/pvr.c:55
-#, fuzzy
-msgid "Radio device"
-msgstr "Echipament audio"
-
-#: modules/access/pvr.c:56
-#, fuzzy
-msgid "PVR radio device"
-msgstr "Echipament video PVR"
-
-#: modules/access/pvr.c:58 modules/access/v4l.c:96
-msgid "Norm"
-msgstr "Norma"
-
-#: modules/access/pvr.c:59 modules/access/v4l.c:98
-#, fuzzy
-msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
-msgstr "Defineste norma fluxului (Automatic, SECAM, PAL, or NTSC)"
-
-#: modules/access/pvr.c:62 modules/access/v4l.c:102
-#: modules/video_filter/mosaic.c:96
-msgid "Width"
-msgstr "Latime"
-
-#: modules/access/pvr.c:63
-#, fuzzy
-msgid "Width of the stream to capture (-1 for autodetection)."
-msgstr "Latimea fluxului ce va fi capturat (-1 autodetectare)"
-
-#: modules/access/pvr.c:66 modules/access/v4l.c:105
-#: modules/video_filter/mosaic.c:94
-msgid "Height"
-msgstr "Inaltime"
-
-#: modules/access/pvr.c:67
-#, fuzzy
-msgid "Height of the stream to capture (-1 for autodetection)."
-msgstr "Inaltimea capturii fluxului (-1 autodetectare)"
-
-#: modules/access/pvr.c:70 modules/access/v4l.c:89
-msgid "Frequency"
-msgstr "Frecventa"
-
-#: modules/access/pvr.c:71 modules/access/v4l.c:91
-#, fuzzy
-msgid "Frequency to capture (in kHz), if applicable."
-msgstr "Frecventa ce va fi capturata (in Hz), daca se poate aplica"
-
-#: modules/access/pvr.c:74 modules/access/v4l.c:137
-#, fuzzy
-msgid "Framerate to capture, if applicable (-1 for autodetect)."
-msgstr ""
-"Rata a cadrelor pentru captura, daca se poate aplica (-1 autodetectare)"
-
-#: modules/access/pvr.c:77
-msgid "Key interval"
-msgstr "Interval intre chei"
-
-#: modules/access/pvr.c:78
-#, fuzzy
-msgid "Interval between keyframes (-1 for autodetect)."
-msgstr "Intervalul intre cadrele cheie (-1 pt. auto)"
-
-#: modules/access/pvr.c:80
-msgid "B Frames"
-msgstr "Cadre B"
-
-#: modules/access/pvr.c:81
-msgid ""
-"If this option is set, B-Frames will be used. Use this option to set the "
-"number of B-Frames."
-msgstr ""
-"Daca aceasta optiune e activata, cadre-b vor fi folosite. Folositi aceasta "
-"optiune pentru a seta numarul de cadre B."
-
-#: modules/access/pvr.c:85
-#, fuzzy
-msgid "Bitrate to use (-1 for default)."
-msgstr "Bi"
-
-#: modules/access/pvr.c:87
-msgid "Bitrate peak"
-msgstr ""
-
-#: modules/access/pvr.c:88
-msgid "Peak bitrate in VBR mode."
-msgstr ""
-
-#: modules/access/pvr.c:91
-#, fuzzy
-msgid "Bitrate mode)"
-msgstr "Bitrate"
-
-#: modules/access/pvr.c:92
-#, fuzzy
-msgid "Bitrate mode to use (VBR or CBR)."
-msgstr "Bi"
-
-#: modules/access/pvr.c:94
-msgid "Audio bitmask"
-msgstr ""
-
-#: modules/access/pvr.c:95
-msgid "Bitmask that will get used by the audio part of the card."
-msgstr ""
-
-#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
-msgid "Volume"
-msgstr "Volum"
-
-#: modules/access/pvr.c:99
-msgid "Audio volume (0-65535)."
-msgstr ""
-
-#: modules/access/pvr.c:101 modules/access/v4l.c:92
-msgid "Channel"
-msgstr ""
-
-#: modules/access/pvr.c:102
-msgid ""
-"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)"
+#: modules/access/pvr.c:102
+msgid ""
+"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)"
 msgstr ""
 
 #: modules/access/pvr.c:108 modules/access/v4l.c:143
@@ -6532,6 +6256,11 @@ msgstr "PVR"
 msgid "IVTV MPEG Encoding cards input"
 msgstr ""
 
+#: modules/access/rtsp/access.c:41 modules/access_output/udp.c:75
+#: modules/demux/live555.cpp:63
+msgid "Caching value (ms)"
+msgstr ""
+
 #: modules/access/rtsp/access.c:43
 #, fuzzy
 msgid ""
@@ -6681,35 +6410,6 @@ msgstr "UDP/RTP"
 msgid "UDP/RTP input"
 msgstr "Intrare UDP/RTP"
 
-#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
-#: modules/gui/wxwidgets/dialogs/open.cpp:723
-msgid "Device name"
-msgstr ""
-
-#: modules/access/v4l2.c:54
-#, fuzzy
-msgid ""
-"Name of the device to use. If you don't specify anything, /dev/video0 will "
-"be used."
-msgstr ""
-"Specificati numele echipamentului video care va fi folosit. Daca nu e "
-"specificat nimic, nu va fi folosit nici un echipament video."
-
-#: modules/access/v4l2.c:58
-msgid ""
-"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
-msgstr ""
-
-#: modules/access/v4l2.c:63
-#, fuzzy
-msgid "Video4Linux2"
-msgstr "Video4Linux"
-
-#: modules/access/v4l2.c:64
-#, fuzzy
-msgid "Video4Linux2 input"
-msgstr "Intrare Video4Linux"
-
 #: modules/access/v4l.c:75
 #, fuzzy
 msgid ""
@@ -6818,8 +6518,12 @@ msgstr "Tuner"
 msgid "Tuner to use, if there are several ones."
 msgstr "Tuner-ul care va fi folosit, daca exista mai multe"
 
-#: modules/access/v4l.c:124
-msgid ""
+#: modules/access/v4l.c:122 modules/access_output/shout.c:89
+msgid "Samplerate"
+msgstr ""
+
+#: modules/access/v4l.c:124
+msgid ""
 "Samplerate of the captured audio stream, in Hz (eg: 11025, 22050, 44100)"
 msgstr ""
 
@@ -6861,6 +6565,35 @@ msgstr "Video4Linux"
 msgid "Video4Linux input"
 msgstr "Intrare Video4Linux"
 
+#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
+#: modules/gui/wxwidgets/dialogs/open.cpp:723
+msgid "Device name"
+msgstr ""
+
+#: modules/access/v4l2.c:54
+#, fuzzy
+msgid ""
+"Name of the device to use. If you don't specify anything, /dev/video0 will "
+"be used."
+msgstr ""
+"Specificati numele echipamentului video care va fi folosit. Daca nu e "
+"specificat nimic, nu va fi folosit nici un echipament video."
+
+#: modules/access/v4l2.c:58
+msgid ""
+"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
+msgstr ""
+
+#: modules/access/v4l2.c:63
+#, fuzzy
+msgid "Video4Linux2"
+msgstr "Video4Linux"
+
+#: modules/access/v4l2.c:64
+#, fuzzy
+msgid "Video4Linux2 input"
+msgstr "Intrare Video4Linux"
+
 #: modules/access/vcd/vcd.c:42
 #, fuzzy
 msgid "Caching value for VCDs. This value should be set in milliseconds."
@@ -6939,113 +6672,403 @@ msgstr "Vol max #"
 msgid "Volume Set"
 msgstr "Seteaza volum"
 
-#: modules/access/vcdx/info.c:99
-msgid "System Id"
-msgstr "ID Sistem"
+#: modules/access/vcdx/info.c:99
+msgid "System Id"
+msgstr "ID Sistem"
+
+#: modules/access/vcdx/info.c:101
+msgid "Entries"
+msgstr "Intrari"
+
+#: modules/access/vcdx/info.c:122
+msgid "First Entry Point"
+msgstr "Primul Punct de Intrare"
+
+#: modules/access/vcdx/info.c:126
+msgid "Last Entry Point"
+msgstr "Ultimul punct de intrare"
+
+#: modules/access/vcdx/info.c:127
+msgid "Track size (in sectors)"
+msgstr "Marimea pistei (in sectoare)"
+
+#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
+#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
+msgid "type"
+msgstr "tip"
+
+#: modules/access/vcdx/info.c:139
+msgid "end"
+msgstr "sfarsit"
+
+#: modules/access/vcdx/info.c:142
+msgid "play list"
+msgstr "lista de redare"
+
+#: modules/access/vcdx/info.c:153
+msgid "extended selection list"
+msgstr "lista selectie extinsa"
+
+#: modules/access/vcdx/info.c:154
+msgid "selection list"
+msgstr "lista selectie"
+
+#: modules/access/vcdx/info.c:166
+msgid "unknown type"
+msgstr "tip necunoscut"
+
+#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
+#: modules/access/vcdx/info.c:316
+msgid "List ID"
+msgstr "ID Lista"
+
+#: modules/access/vcdx/vcd.c:95
+msgid "(Super) Video CD"
+msgstr "(Super) Video CD"
+
+#: modules/access/vcdx/vcd.c:96
+msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:97
+msgid "vcdx://[device-or-file][@{P,S,T}num]"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:106
+msgid "If nonzero, this gives additional debug information."
+msgstr "Daca diferit de 0, aceasta da informatii suplimentare la debug."
+
+#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+msgid "Number of CD blocks to get in a single read."
+msgstr "Numarul de blocuri de pe CD ce vor fi luate la o singura citire."
+
+#: modules/access/vcdx/vcd.c:116
+msgid "Use playback control?"
+msgstr "Folosesc control redare?"
+
+#: modules/access/vcdx/vcd.c:117
+msgid ""
+"If VCD is authored with playback control, use it. Otherwise we play by "
+"tracks."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:123
+msgid "Use track length as maximum unit in seek?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:124
+msgid ""
+"If set, the length of the seek bar is the track rather than the length of an "
+"entry."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:129
+msgid "Show extended VCD info?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:130
+msgid ""
+"Show the maximum amount of information under Stream and Media Info. Shows "
+"for example playback control navigation."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:137
+msgid "Format to use in the playlist's \"author\" field."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:143
+msgid "Format to use in the playlist's \"title\" field."
+msgstr ""
+
+#: modules/access_filter/record.c:43
+msgid "Record directory"
+msgstr "Director pentru inregistrare"
+
+#: modules/access_filter/record.c:45
+#, fuzzy
+msgid "Directory where the record will be stored."
+msgstr ""
+"Va permite sa specificati directorul in care inregistrarile vor fi pastrate"
+
+#: modules/access_filter/timeshift.c:44
+#, fuzzy
+msgid "Timeshift granularity"
+msgstr "Deplasare timp"
+
+#: modules/access_filter/timeshift.c:46
+#, fuzzy
+msgid ""
+"This is the size of the temporary files tha will be used to store the "
+"timeshifted streams."
+msgstr "Filtrele video sunt folosite pentru postprocesarea fluxului video"
+
+#: modules/access_filter/timeshift.c:48
+#, fuzzy
+msgid "Timeshift directory"
+msgstr "Directorul de instantanee video"
+
+#: modules/access_filter/timeshift.c:49
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:51
+msgid "Force use of the timeshift module"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52
+msgid ""
+"Force use of the timeshift module even if the access declares that it can "
+"control pace or pause."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
+msgid "Timeshift"
+msgstr "Deplasare timp"
+
+#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
+msgid "Dummy stream output"
+msgstr "Iesire de flux falsa"
+
+#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
+msgid "Dummy"
+msgstr "Fals"
+
+#: modules/access_output/file.c:61
+msgid "Append to file"
+msgstr ""
+
+#: modules/access_output/file.c:62
+msgid "Append to file if it exists instead of replacing it."
+msgstr ""
+
+#: modules/access_output/file.c:66
+msgid "File stream output"
+msgstr ""
+
+#: modules/access_output/http.c:58
+msgid "Username"
+msgstr "Nume utilizator"
+
+#: modules/access_output/http.c:59
+#, fuzzy
+msgid "User name that will be requested to access the stream."
+msgstr ""
+"Va permite sa dati un nume de utiliazator care va fi cerut pentru accesarea "
+"fluxului."
+
+#: modules/access_output/http.c:61 modules/control/telnet.c:81
+msgid "Password"
+msgstr "Parola"
+
+#: modules/access_output/http.c:62
+#, fuzzy
+msgid "Password that will be requested to access the stream."
+msgstr ""
+"Va permite sa dati o parola care va fi cerut pentru accesarea fluxului."
+
+#: modules/access_output/http.c:66
+msgid "Mime"
+msgstr ""
+
+#: modules/access_output/http.c:67
+msgid "MIME returned by the server (autodetected if not specified."
+msgstr ""
+
+#: modules/access_output/http.c:71
+#, fuzzy
+msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
+msgstr ""
+"Calea spre certificatul x509 PEM care va fi folosit de fluxul de iesire HTTP/"
+"SSL"
+
+#: modules/access_output/http.c:74
+#, fuzzy
+msgid ""
+"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
+"empty if you don't have one."
+msgstr ""
+"Calea spre fisierul cu cheia privata  x509 PEM care va fi folosit de fluxul "
+"de iesire HTTP/SSL. Lasati gol daca nu aveti unul."
+
+#: modules/access_output/http.c:78
+#, fuzzy
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used for HTTPS. Leave empty if you don't have one."
+msgstr ""
+"Calea spre fisierul cu cheia privata  x509 PEM care va fi folosit de fluxul "
+"de iesire HTTP/SSL. Lasati gol daca nu aveti unul."
+
+#: modules/access_output/http.c:83
+#, fuzzy
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be used for "
+"SSL. Leave empty if you don't have one."
+msgstr ""
+"Calea spre fisierul cu cheia privata  x509 PEM care va fi folosit de fluxul "
+"de iesire HTTP/SSL. Lasati gol daca nu aveti unul."
+
+#: modules/access_output/http.c:86
+msgid "Advertise with Bonjour"
+msgstr ""
+
+#: modules/access_output/http.c:87
+msgid "Advertise the stream with the Bonjour protocol."
+msgstr ""
+
+#: modules/access_output/http.c:91
+msgid "HTTP stream output"
+msgstr "Flux iesire HTTp"
+
+#: modules/access_output/http.c:93 modules/control/http/http.c:61
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
+msgstr "HTTP"
+
+#: modules/access_output/shout.c:58
+#, fuzzy
+msgid "Stream name"
+msgstr "Flux"
+
+#: modules/access_output/shout.c:59
+msgid "Name to give to this stream/channel on the shoutcast/icecast server."
+msgstr ""
 
-#: modules/access/vcdx/info.c:101
-msgid "Entries"
-msgstr "Intrari"
+#: modules/access_output/shout.c:62
+#, fuzzy
+msgid "Stream description"
+msgstr "Descriere"
 
-#: modules/access/vcdx/info.c:122
-msgid "First Entry Point"
-msgstr "Primul Punct de Intrare"
+#: modules/access_output/shout.c:63
+msgid "Description of the stream content or information about your channel."
+msgstr ""
 
-#: modules/access/vcdx/info.c:126
-msgid "Last Entry Point"
-msgstr "Ultimul punct de intrare"
+#: modules/access_output/shout.c:66
+#, fuzzy
+msgid "Stream MP3"
+msgstr "Flux"
 
-#: modules/access/vcdx/info.c:127
-msgid "Track size (in sectors)"
-msgstr "Marimea pistei (in sectoare)"
+#: modules/access_output/shout.c:67
+msgid ""
+"You normally have to feed the shoutcast module with Ogg streams. It is also "
+"possible to stream MP3 instead, so you can forward MP3 streams to the "
+"shoutcast/icecast server."
+msgstr ""
 
-#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
-#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
-msgid "type"
-msgstr "tip"
+#: modules/access_output/shout.c:76
+#, fuzzy
+msgid "Genre description"
+msgstr "Descriere"
 
-#: modules/access/vcdx/info.c:139
-msgid "end"
-msgstr "sfarsit"
+#: modules/access_output/shout.c:77
+msgid "Genre of the content. "
+msgstr ""
 
-#: modules/access/vcdx/info.c:142
-msgid "play list"
-msgstr "lista de redare"
+#: modules/access_output/shout.c:79
+#, fuzzy
+msgid "URL description"
+msgstr "Descriere"
 
-#: modules/access/vcdx/info.c:153
-msgid "extended selection list"
-msgstr "lista selectie extinsa"
+#: modules/access_output/shout.c:80
+msgid "URL with information about the stream or your channel. "
+msgstr ""
 
-#: modules/access/vcdx/info.c:154
-msgid "selection list"
-msgstr "lista selectie"
+#: modules/access_output/shout.c:87
+msgid "Bitrate information of the transcoded stream. "
+msgstr ""
 
-#: modules/access/vcdx/info.c:166
-msgid "unknown type"
-msgstr "tip necunoscut"
+#: modules/access_output/shout.c:90
+msgid "Samplerate information of the transcoded stream. "
+msgstr ""
 
-#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
-#: modules/access/vcdx/info.c:316
-msgid "List ID"
-msgstr "ID Lista"
+#: modules/access_output/shout.c:92
+#, fuzzy
+msgid "Number of channels"
+msgstr "Mod preferat pentru canalele  de iesire audio"
 
-#: modules/access/vcdx/vcd.c:95
-msgid "(Super) Video CD"
-msgstr "(Super) Video CD"
+#: modules/access_output/shout.c:93
+msgid "Number of channels information of the transcoded stream. "
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:96
-msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+#: modules/access_output/shout.c:95
+msgid "Ogg Vorbis Quality"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:97
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
+#: modules/access_output/shout.c:96
+msgid "Ogg Vorbis Quality information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:106
-msgid "If nonzero, this gives additional debug information."
-msgstr "Daca diferit de 0, aceasta da informatii suplimentare la debug."
+#: modules/access_output/shout.c:98
+#, fuzzy
+msgid "Stream public"
+msgstr "Flux de iesire"
 
-#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
-msgid "Number of CD blocks to get in a single read."
-msgstr "Numarul de blocuri de pe CD ce vor fi luate la o singura citire."
+#: modules/access_output/shout.c:99
+msgid ""
+"Make the server publicly available on the 'Yellow Pages' (directory listing "
+"of streams) on the icecast/shoutcast website. Requires the bitrate "
+"information specified for shoutcast. Requires Ogg streaming for icecast."
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
-msgstr "Folosesc control redare?"
+#: modules/access_output/shout.c:105
+#, fuzzy
+msgid "IceCAST output"
+msgstr "Iesirea de iesire"
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/udp.c:77
+#, fuzzy
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Default caching value for outbound UDP streams. This value should be set in "
+"milliseconds."
 msgstr ""
+"Va permite sa modificati valoare implicita pentru buferul de cititre "
+"afluxurilor dvb. Aceasta valoarea va fi exprimata in milisecunde."
 
-#: modules/access/vcdx/vcd.c:123
-msgid "Use track length as maximum unit in seek?"
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
+#: modules/gui/macosx/wizard.m:1848
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
+msgid "Time-To-Live (TTL)"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:81
+#, fuzzy
+msgid "Time-To-Live of the outgoing stream."
+msgstr "Va permite sa specificati un  metadata \"data\" pentru o intrare"
+
+#: modules/access_output/udp.c:84
+msgid "Group packets"
+msgstr "Grup pachete"
+
+#: modules/access_output/udp.c:85
+#, fuzzy
 msgid ""
-"If set, the length of the seek bar is the track rather than the length of an "
-"entry."
+"Packets can be sent one by one at the right time or by groups. You can "
+"choose the number of packets that will be sent at a time. It helps reducing "
+"the scheduling load on heavily-loaded systems."
 msgstr ""
+"Pachetele pot fi trimise pe rand sau in grup. Aceasta va permite sa dati "
+"numarul de pachete care vor fi trime o data. Ajuta la reducerea programarea "
+"incarcarii in sistemele foarte incarcate."
 
-#: modules/access/vcdx/vcd.c:129
-msgid "Show extended VCD info?"
+#: modules/access_output/udp.c:90
+msgid "Raw write"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:130
+#: modules/access_output/udp.c:91
 msgid ""
-"Show the maximum amount of information under Stream and Media Info. Shows "
-"for example playback control navigation."
+"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 ""
 
-#: modules/access/vcdx/vcd.c:137
-msgid "Format to use in the playlist's \"author\" field."
-msgstr ""
+#: modules/access_output/udp.c:97
+msgid "UDP stream output"
+msgstr "Flux iesire UDP"
 
-#: modules/access/vcdx/vcd.c:143
-msgid "Format to use in the playlist's \"title\" field."
-msgstr ""
+#: modules/access_output/udp.c:98
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
+msgid "UDP"
+msgstr "UDP"
 
 #: modules/audio_filter/channel_mixer/dolby.c:47
 msgid "Simple decoder for Dolby Surround encoded streams"
@@ -9377,407 +9400,407 @@ msgstr ""
 msgid "Windows Service interface"
 msgstr ""
 
-#: modules/control/rc.c:154
+#: modules/control/rc.c:156
 msgid "Show stream position"
 msgstr ""
 
-#: modules/control/rc.c:155
+#: modules/control/rc.c:157
 msgid ""
 "Show the current position in seconds within the stream from time to time."
 msgstr ""
 
-#: modules/control/rc.c:158
+#: modules/control/rc.c:160
 msgid "Fake TTY"
 msgstr ""
 
-#: modules/control/rc.c:159
+#: modules/control/rc.c:161
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr ""
 
-#: modules/control/rc.c:161
+#: modules/control/rc.c:163
 msgid "UNIX socket command input"
 msgstr ""
 
-#: modules/control/rc.c:162
+#: modules/control/rc.c:164
 msgid "Accept commands over a Unix socket rather than stdin."
 msgstr ""
 
-#: modules/control/rc.c:165
+#: modules/control/rc.c:167
 msgid "TCP command input"
 msgstr ""
 
-#: modules/control/rc.c:166
+#: modules/control/rc.c:168
 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:170 modules/misc/dummy/dummy.c:49
+#: modules/control/rc.c:172 modules/misc/dummy/dummy.c:49
 msgid "Do not open a DOS command box interface"
 msgstr ""
 
-#: modules/control/rc.c:172
+#: modules/control/rc.c:174
 msgid ""
 "By default the rc 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 ""
 
-#: modules/control/rc.c:179
+#: modules/control/rc.c:181
 msgid "RC"
 msgstr ""
 
-#: modules/control/rc.c:182
+#: modules/control/rc.c:184
 msgid "Remote control interface"
 msgstr ""
 
-#: modules/control/rc.c:323
+#: modules/control/rc.c:325
 msgid "Remote control interface initialized. Type `help' for help."
 msgstr ""
 
-#: modules/control/rc.c:848
+#: modules/control/rc.c:850
 #, c-format
 msgid "Unknown command `%s'. Type `help' for help."
 msgstr ""
 
-#: modules/control/rc.c:881
+#: modules/control/rc.c:883
 msgid "+----[ Remote control commands ]"
 msgstr ""
 
-#: modules/control/rc.c:883
+#: modules/control/rc.c:885
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist"
 msgstr ""
 
-#: modules/control/rc.c:884
+#: modules/control/rc.c:886
 msgid "| enqueue XYZ  . . . . . . . queue XYZ to playlist"
 msgstr ""
 
-#: modules/control/rc.c:885
+#: modules/control/rc.c:887
 msgid "| playlist . . .  show items currently in playlist"
 msgstr ""
 
-#: modules/control/rc.c:886
+#: modules/control/rc.c:888
 msgid "| play . . . . . . . . . . . . . . . . play stream"
 msgstr ""
 
-#: modules/control/rc.c:887
+#: modules/control/rc.c:889
 msgid "| stop . . . . . . . . . . . . . . . . stop stream"
 msgstr ""
 
-#: modules/control/rc.c:888
+#: modules/control/rc.c:890
 msgid "| next . . . . . . . . . . . .  next playlist item"
 msgstr ""
 
-#: modules/control/rc.c:889
+#: modules/control/rc.c:891
 msgid "| prev . . . . . . . . . .  previous playlist item"
 msgstr ""
 
-#: modules/control/rc.c:890
+#: modules/control/rc.c:892
 msgid "| goto . . . . . . . . . . . .  goto item at index"
 msgstr ""
 
-#: modules/control/rc.c:891
+#: modules/control/rc.c:893
 msgid "| clear . . . . . . . . . . .   clear the playlist"
 msgstr ""
 
-#: modules/control/rc.c:892
+#: modules/control/rc.c:894
 msgid "| status . . . . . . . . . current playlist status"
 msgstr ""
 
-#: modules/control/rc.c:893
+#: modules/control/rc.c:895
 msgid "| title [X]  . . . . set/get title in current item"
 msgstr ""
 
-#: modules/control/rc.c:894
+#: modules/control/rc.c:896
 msgid "| title_n  . . . . . .  next title in current item"
 msgstr ""
 
-#: modules/control/rc.c:895
+#: modules/control/rc.c:897
 msgid "| title_p  . . . .  previous title in current item"
 msgstr ""
 
-#: modules/control/rc.c:896
+#: modules/control/rc.c:898
 msgid "| chapter [X]  . . set/get chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:897
+#: modules/control/rc.c:899
 msgid "| chapter_n  . . . .  next chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:898
+#: modules/control/rc.c:900
 msgid "| chapter_p  . .  previous chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:900
+#: modules/control/rc.c:902
 msgid "| seek X . seek in seconds, for instance `seek 12'"
 msgstr ""
 
-#: modules/control/rc.c:901
+#: modules/control/rc.c:903
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause"
 msgstr ""
 
-#: modules/control/rc.c:902
+#: modules/control/rc.c:904
 msgid "| fastforward  . . . . . .  .  set to maximum rate"
 msgstr ""
 
-#: modules/control/rc.c:903
+#: modules/control/rc.c:905
 msgid "| rewind  . . . . . . . . . .  set to minimum rate"
 msgstr ""
 
-#: modules/control/rc.c:904
+#: modules/control/rc.c:906
 msgid "| faster . . . . . . . .  faster playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:905
+#: modules/control/rc.c:907
 msgid "| slower . . . . . . . .  slower playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:906
+#: modules/control/rc.c:908
 msgid "| normal . . . . . . . .  normal playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:907
+#: modules/control/rc.c:909
 msgid "| f [on|off] . . . . . . . . . . toggle fullscreen"
 msgstr ""
 
-#: modules/control/rc.c:908
+#: modules/control/rc.c:910
 msgid "| info . . .  information about the current stream"
 msgstr ""
 
-#: modules/control/rc.c:909
+#: modules/control/rc.c:911
 msgid "| get_time . . seconds elapsed since stream's beginning"
 msgstr ""
 
-#: modules/control/rc.c:910
+#: modules/control/rc.c:912
 msgid "| is_playing . .  1 if a stream plays, 0 otherwise"
 msgstr ""
 
-#: modules/control/rc.c:911
+#: modules/control/rc.c:913
 msgid "| get_title . . .  the title of the current stream"
 msgstr ""
 
-#: modules/control/rc.c:912
+#: modules/control/rc.c:914
 msgid "| get_length . .  the length of the current stream"
 msgstr ""
 
-#: modules/control/rc.c:914
+#: modules/control/rc.c:916
 msgid "| volume [X] . . . . . . . .  set/get audio volume"
 msgstr ""
 
-#: modules/control/rc.c:915
+#: modules/control/rc.c:917
 msgid "| volup [X]  . . . . .  raise audio volume X steps"
 msgstr ""
 
-#: modules/control/rc.c:916
+#: modules/control/rc.c:918
 msgid "| voldown [X]  . . . .  lower audio volume X steps"
 msgstr ""
 
-#: modules/control/rc.c:917
+#: modules/control/rc.c:919
 msgid "| adev [X] . . . . . . . . .  set/get audio device"
 msgstr ""
 
-#: modules/control/rc.c:918
+#: modules/control/rc.c:920
 msgid "| achan [X]. . . . . . . .  set/get audio channels"
 msgstr ""
 
-#: modules/control/rc.c:919
+#: modules/control/rc.c:921
 msgid "| atrack [X] . . . . . . . . . set/get audio track"
 msgstr ""
 
-#: modules/control/rc.c:920
+#: modules/control/rc.c:922
 msgid "| vtrack [X] . . . . . . . . . set/get video track"
 msgstr ""
 
-#: modules/control/rc.c:921
+#: modules/control/rc.c:923
 msgid "| strack [X] . . . . . . . set/get subtitles track"
 msgstr ""
 
-#: modules/control/rc.c:922
+#: modules/control/rc.c:924
 msgid "| menu [on|off|up|down|left|right|select] use menu"
 msgstr ""
 
-#: modules/control/rc.c:927
+#: modules/control/rc.c:929
 msgid "| marq-marquee STRING  . . overlay STRING in video"
 msgstr ""
 
-#: modules/control/rc.c:928
+#: modules/control/rc.c:930
 msgid "| marq-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:929
+#: modules/control/rc.c:931
 msgid "| marq-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:930
+#: modules/control/rc.c:932
 msgid "| marq-position #. . .  .relative position control"
 msgstr ""
 
-#: modules/control/rc.c:931
+#: modules/control/rc.c:933
 msgid "| marq-color # . . . . . . . . . . font color, RGB"
 msgstr ""
 
-#: modules/control/rc.c:932
+#: modules/control/rc.c:934
 msgid "| marq-opacity # . . . . . . . . . . . . . opacity"
 msgstr ""
 
-#: modules/control/rc.c:933
+#: modules/control/rc.c:935
 msgid "| marq-timeout T. . . . . . . . . . timeout, in ms"
 msgstr ""
 
-#: modules/control/rc.c:934
+#: modules/control/rc.c:936
 msgid "| marq-size # . . . . . . . . font size, in pixels"
 msgstr ""
 
-#: modules/control/rc.c:936
+#: modules/control/rc.c:938
 msgid "| time-format STRING . . . overlay STRING in video"
 msgstr ""
 
-#: modules/control/rc.c:937
+#: modules/control/rc.c:939
 msgid "| time-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:938
+#: modules/control/rc.c:940
 msgid "| time-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:939
+#: modules/control/rc.c:941
 msgid "| time-position #. . . . . . . . relative position"
 msgstr ""
 
-#: modules/control/rc.c:940
+#: modules/control/rc.c:942
 msgid "| time-color # . . . . . . . . . . font color, RGB"
 msgstr ""
 
-#: modules/control/rc.c:941
+#: modules/control/rc.c:943
 msgid "| time-opacity # . . . . . . . . . . . . . opacity"
 msgstr ""
 
-#: modules/control/rc.c:942
+#: modules/control/rc.c:944
 msgid "| time-size # . . . . . . . . font size, in pixels"
 msgstr ""
 
-#: modules/control/rc.c:944
+#: modules/control/rc.c:946
 msgid "| logo-file STRING . . .the overlay file path/name"
 msgstr ""
 
-#: modules/control/rc.c:945
+#: modules/control/rc.c:947
 msgid "| logo-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:946
+#: modules/control/rc.c:948
 msgid "| logo-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:947
+#: modules/control/rc.c:949
 msgid "| logo-position #. . . . . . . . relative position"
 msgstr ""
 
-#: modules/control/rc.c:948
+#: modules/control/rc.c:950
 msgid "| logo-transparency #. . . . . . . . .transparency"
 msgstr ""
 
-#: modules/control/rc.c:950
+#: modules/control/rc.c:952
 msgid "| mosaic-alpha # . . . . . . . . . . . . . . alpha"
 msgstr ""
 
-#: modules/control/rc.c:951
+#: modules/control/rc.c:953
 msgid "| mosaic-height #. . . . . . . . . . . . . .height"
 msgstr ""
 
-#: modules/control/rc.c:952
+#: modules/control/rc.c:954
 msgid "| mosaic-width # . . . . . . . . . . . . . . width"
 msgstr ""
 
-#: modules/control/rc.c:953
+#: modules/control/rc.c:955
 msgid "| mosaic-xoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:954
+#: modules/control/rc.c:956
 msgid "| mosaic-yoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:955
+#: modules/control/rc.c:957
 msgid "| mosaic-align 0..2,4..6,8..10. . .mosaic alignment"
 msgstr ""
 
-#: modules/control/rc.c:956
+#: modules/control/rc.c:958
 msgid "| mosaic-vborder # . . . . . . . . vertical border"
 msgstr ""
 
-#: modules/control/rc.c:957
+#: modules/control/rc.c:959
 msgid "| mosaic-hborder # . . . . . . . horizontal border"
 msgstr ""
 
-#: modules/control/rc.c:958
+#: modules/control/rc.c:960
 msgid "| mosaic-position {0=auto,1=fixed} . . . .position"
 msgstr ""
 
-#: modules/control/rc.c:959
+#: modules/control/rc.c:961
 msgid "| mosaic-rows #. . . . . . . . . . .number of rows"
 msgstr ""
 
-#: modules/control/rc.c:960
+#: modules/control/rc.c:962
 msgid "| mosaic-cols #. . . . . . . . . . .number of cols"
 msgstr ""
 
-#: modules/control/rc.c:961
+#: modules/control/rc.c:963
 msgid "| mosaic-order id(,id)* . . . . order of pictures "
 msgstr ""
 
-#: modules/control/rc.c:962
+#: modules/control/rc.c:964
 msgid "| mosaic-keep-aspect-ratio {0,1} . . .aspect ratio"
 msgstr ""
 
-#: modules/control/rc.c:964
+#: modules/control/rc.c:966
 msgid ""
 "| check-updates [newer] [equal] [older]\n"
 "|               [undef] [info] [source] [binary] [plugin]"
 msgstr ""
 
-#: modules/control/rc.c:968
+#: modules/control/rc.c:970
 msgid "| help . . . . . . . . . . . . . this help message"
 msgstr ""
 
-#: modules/control/rc.c:969
+#: modules/control/rc.c:971
 msgid "| longhelp . . . . . . . . . a longer help message"
 msgstr ""
 
-#: modules/control/rc.c:970
+#: modules/control/rc.c:972
 msgid "| logout . . . . .  exit (if in socket connection)"
 msgstr ""
 
-#: modules/control/rc.c:971
+#: modules/control/rc.c:973
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc"
 msgstr ""
 
-#: modules/control/rc.c:973
+#: modules/control/rc.c:975
 msgid "+----[ end of help ]"
 msgstr ""
 
-#: modules/control/rc.c:1080
+#: modules/control/rc.c:1082
 #, fuzzy
 msgid "Press menu select or pause to continue."
 msgstr ""
 "\n"
 "Apasa tasta RETURN to pentru a continua ...\n"
 
-#: modules/control/rc.c:1324 modules/control/rc.c:1809
-#: modules/control/rc.c:1879 modules/control/rc.c:1928
-#: modules/control/rc.c:2027
+#: modules/control/rc.c:1326 modules/control/rc.c:1811
+#: modules/control/rc.c:1881 modules/control/rc.c:1930
+#: modules/control/rc.c:2029
 #, fuzzy
 msgid "Type 'menu select' or 'pause' to continue."
 msgstr ""
 "\n"
 "Apasa tasta RETURN to pentru a continua ...\n"
 
-#: modules/control/rc.c:1461
+#: modules/control/rc.c:1463
 #, fuzzy
 msgid "Type 'pause' to continue."
 msgstr ""
 "\n"
 "Apasa tasta RETURN to pentru a continua ...\n"
 
-#: modules/control/rc.c:2012 modules/control/rc.c:2051
+#: modules/control/rc.c:2014 modules/control/rc.c:2053
 msgid "Please provide one of the following parameters:"
 msgstr ""
 
@@ -9910,6 +9933,7 @@ msgstr ""
 #: modules/gui/macosx/interaction.m:135 modules/gui/macosx/open.m:158
 #: modules/gui/macosx/playlistinfo.m:60 modules/gui/macosx/prefs.m:122
 #: modules/gui/macosx/prefs.m:142 modules/gui/macosx/wizard.m:363
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:88
 msgid "Cancel"
 msgstr ""
 
@@ -10833,8 +10857,8 @@ msgstr ""
 #: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:440
 #: modules/gui/macosx/open.m:634 modules/gui/macosx/open.m:738
 #: modules/gui/macosx/open.m:784 modules/gui/wxwidgets/interface.cpp:675
-#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:348
-#: modules/gui/wxwidgets/menus.cpp:404
+#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:349
+#: modules/gui/wxwidgets/menus.cpp:405
 msgid "Open"
 msgstr ""
 
@@ -10846,7 +10870,7 @@ msgstr ""
 
 #: modules/gui/beos/InterfaceWindow.cpp:237
 #: modules/gui/beos/InterfaceWindow.cpp:328 modules/gui/macosx/intf.m:503
-#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:35
+#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:41
 #: modules/gui/wxwidgets/dialogs/messages.cpp:47
 msgid "Messages"
 msgstr ""
@@ -10999,6 +11023,7 @@ msgstr ""
 
 #: modules/gui/beos/PreferencesWindow.cpp:254 modules/gui/macosx/output.m:526
 #: modules/gui/macosx/playlist.m:704 modules/gui/macosx/prefs.m:121
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:87
 msgid "Save"
 msgstr ""
 
@@ -11121,7 +11146,7 @@ msgstr ""
 msgid "The stream must be playing or paused for bookmarks to work."
 msgstr ""
 
-#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:735
+#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:741
 msgid "Jump To Time"
 msgstr ""
 
@@ -11137,64 +11162,64 @@ msgstr ""
 msgid "Random On"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:167
+#: modules/gui/macosx/controls.m:168
 msgid "Random Off"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:195 modules/gui/macosx/controls.m:719
+#: modules/gui/macosx/controls.m:197 modules/gui/macosx/controls.m:725
 #: modules/gui/macosx/intf.m:543 modules/gui/macosx/playlist.m:453
 #: modules/gui/macosx/playlist.m:1167
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:54
 msgid "Repeat One"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:199 modules/gui/macosx/controls.m:231
+#: modules/gui/macosx/controls.m:202 modules/gui/macosx/controls.m:236
 #: modules/gui/macosx/playlist.m:1186
 msgid "Repeat Off"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:227 modules/gui/macosx/controls.m:726
+#: modules/gui/macosx/controls.m:231 modules/gui/macosx/controls.m:732
 #: modules/gui/macosx/intf.m:544 modules/gui/macosx/playlist.m:454
 #: modules/gui/macosx/playlist.m:1175
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:53
 msgid "Repeat All"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:308 modules/gui/macosx/controls.m:749
+#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
 #: modules/gui/macosx/intf.m:569
 msgid "Half Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:310 modules/gui/macosx/controls.m:750
+#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:756
 #: modules/gui/macosx/intf.m:570
 msgid "Normal Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:312 modules/gui/macosx/controls.m:751
+#: modules/gui/macosx/controls.m:318 modules/gui/macosx/controls.m:757
 #: modules/gui/macosx/intf.m:571
 msgid "Double Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
-#: modules/gui/macosx/controls.m:766 modules/gui/macosx/intf.m:574
+#: modules/gui/macosx/controls.m:320 modules/gui/macosx/controls.m:761
+#: modules/gui/macosx/controls.m:772 modules/gui/macosx/intf.m:574
 msgid "Float on Top"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:752
+#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:758
 #: modules/gui/macosx/intf.m:572
 msgid "Fit to Screen"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:542
+#: modules/gui/macosx/controls.m:718 modules/gui/macosx/intf.m:542
 #: modules/gui/macosx/playlist.m:447
 msgid "Random"
 msgstr "Aleator"
 
-#: modules/gui/macosx/controls.m:733 modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/controls.m:739 modules/gui/macosx/intf.m:545
 msgid "Step Forward"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:734 modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/controls.m:740 modules/gui/macosx/intf.m:546
 msgid "Step Backward"
 msgstr ""
 
@@ -11213,7 +11238,7 @@ msgstr ""
 #: modules/gui/pda/pda_interface.c:251 modules/gui/wxwidgets/interface.cpp:678
 #: modules/gui/wxwidgets/interface.cpp:689
 #: modules/gui/wxwidgets/interface.cpp:1210
-#: modules/gui/wxwidgets/menus.cpp:265 modules/visualization/xosd.c:242
+#: modules/gui/wxwidgets/menus.cpp:266 modules/visualization/xosd.c:242
 msgid "Pause"
 msgstr ""
 
@@ -11422,7 +11447,7 @@ msgstr ""
 
 #: modules/gui/macosx/intf.m:488 modules/gui/macosx/intf.m:999
 #: modules/gui/macosx/intf.m:1321 modules/gui/pda/pda_interface.c:212
-#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:52
+#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:54
 msgid "VLC media player"
 msgstr ""
 
@@ -11863,80 +11888,6 @@ msgstr ""
 msgid "Save File"
 msgstr ""
 
-#: modules/gui/macosx/playlistinfo.m:56
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
-msgid "URI"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:63
-#, fuzzy
-msgid "Advanced Information"
-msgstr "Meta-informatie"
-
-#: modules/gui/macosx/playlistinfo.m:81
-msgid "Read at media"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:82
-#, fuzzy
-msgid "Input bitrate"
-msgstr "Lista de intrari"
-
-#: modules/gui/macosx/playlistinfo.m:83
-#, fuzzy
-msgid "Demuxed"
-msgstr "Demultiplexoare"
-
-#: modules/gui/macosx/playlistinfo.m:84
-#, fuzzy
-msgid "Stream bitrate"
-msgstr "Bitrate local maxim"
-
-#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
-#, fuzzy
-msgid "Decoded blocks"
-msgstr "Decodoare"
-
-#: modules/gui/macosx/playlistinfo.m:88
-#, fuzzy
-msgid "Displayed frames"
-msgstr "Sarire cadre"
-
-#: modules/gui/macosx/playlistinfo.m:89
-#, fuzzy
-msgid "Lost frames"
-msgstr "Activeaza filtru bucla"
-
-#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
-#: modules/video_filter/deinterlace.c:137
-msgid "Streaming"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:92
-#, fuzzy
-msgid "Sent packets"
-msgstr "Grup pachete"
-
-#: modules/gui/macosx/playlistinfo.m:93
-msgid "Sent bytes"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:94
-#, fuzzy
-msgid "Send rate"
-msgstr "Esantionare ritm"
-
-#: modules/gui/macosx/playlistinfo.m:98
-msgid "Played buffers"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:99
-msgid "Lost buffers"
-msgstr ""
-
 #: modules/gui/macosx/playlist.m:434
 msgid "Save Playlist..."
 msgstr ""
@@ -12021,6 +11972,80 @@ msgstr ""
 msgid "Empty Folder"
 msgstr ""
 
+#: modules/gui/macosx/playlistinfo.m:56
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
+msgid "URI"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:63
+#, fuzzy
+msgid "Advanced Information"
+msgstr "Meta-informatie"
+
+#: modules/gui/macosx/playlistinfo.m:81
+msgid "Read at media"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:82
+#, fuzzy
+msgid "Input bitrate"
+msgstr "Lista de intrari"
+
+#: modules/gui/macosx/playlistinfo.m:83
+#, fuzzy
+msgid "Demuxed"
+msgstr "Demultiplexoare"
+
+#: modules/gui/macosx/playlistinfo.m:84
+#, fuzzy
+msgid "Stream bitrate"
+msgstr "Bitrate local maxim"
+
+#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
+#, fuzzy
+msgid "Decoded blocks"
+msgstr "Decodoare"
+
+#: modules/gui/macosx/playlistinfo.m:88
+#, fuzzy
+msgid "Displayed frames"
+msgstr "Sarire cadre"
+
+#: modules/gui/macosx/playlistinfo.m:89
+#, fuzzy
+msgid "Lost frames"
+msgstr "Activeaza filtru bucla"
+
+#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
+#: modules/video_filter/deinterlace.c:137
+msgid "Streaming"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:92
+#, fuzzy
+msgid "Sent packets"
+msgstr "Grup pachete"
+
+#: modules/gui/macosx/playlistinfo.m:93
+msgid "Sent bytes"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:94
+#, fuzzy
+msgid "Send rate"
+msgstr "Esantionare ritm"
+
+#: modules/gui/macosx/playlistinfo.m:98
+msgid "Played buffers"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:99
+msgid "Lost buffers"
+msgstr ""
+
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:213
 msgid "Reset All"
@@ -13237,11 +13262,21 @@ msgstr ""
 msgid "QNX RTOS video and audio output"
 msgstr ""
 
+#: modules/gui/qt4/dialogs/errors.cpp:37
+msgid "Errors"
+msgstr ""
+
 #: modules/gui/qt4/dialogs/streaminfo.cpp:35
 #, fuzzy
 msgid "Stream information"
 msgstr "Meta-informatie"
 
+#: modules/gui/qt4/dialogs_provider.cpp:235
+#: modules/gui/qt4/dialogs_provider.cpp:246
+#, fuzzy
+msgid "Open directory"
+msgstr "Director"
+
 #: modules/gui/qt4/qt4.cpp:45
 #, fuzzy
 msgid "QT interface"
@@ -13408,6 +13443,11 @@ msgstr ""
 msgid "WinCE dialogs provider"
 msgstr ""
 
+#: modules/gui/wxwidgets/dialogs.cpp:433
+#: modules/gui/wxwidgets/dialogs/open.cpp:1265
+msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
+msgstr ""
+
 #: modules/gui/wxwidgets/dialogs/bookmarks.cpp:75
 msgid "Edit bookmark"
 msgstr ""
@@ -13471,26 +13511,6 @@ msgstr ""
 msgid "Input has changed "
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs.cpp:433
-#: modules/gui/wxwidgets/dialogs/open.cpp:1265
-msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:435
-#: modules/gui/wxwidgets/dialogs/open.cpp:1267
-msgid "|Video Files (*.avi, *.mpg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:436
-#: modules/gui/wxwidgets/dialogs/open.cpp:1268
-msgid "|Playlist Files (*.m3u, *.pls, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:437
-#: modules/gui/wxwidgets/dialogs/open.cpp:1269
-msgid "|Subtitle Files (*.srt, *.sub, etc.)|"
-msgstr ""
-
 #: modules/gui/wxwidgets/dialogs/fileinfo.cpp:54
 msgid "Stream and Media Info"
 msgstr ""
@@ -14019,11 +14039,6 @@ msgstr "Fisier iesire"
 msgid "Loop"
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:415
-#, fuzzy
-msgid "Create"
-msgstr "Centru"
-
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:560
 #, fuzzy
 msgid "VLM stream"
@@ -14094,10 +14109,6 @@ msgid ""
 "about it."
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
-msgid "Transcode audio (if available)"
-msgstr ""
-
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:135
 msgid ""
 "Select the target audio codec. Choose a codec to display more information "
@@ -14163,6 +14174,10 @@ msgstr ""
 msgid "Save to file"
 msgstr "Activeaza filtru bucla"
 
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
+msgid "Transcode audio (if available)"
+msgstr ""
+
 #: modules/gui/wxwidgets/extrapanel.cpp:41
 msgid ""
 "Controls the blending of equalizer bands. The higher this value is, the more "
@@ -14435,7 +14450,7 @@ msgstr ""
 msgid "&Preferences..."
 msgstr ""
 
-#: modules/gui/wxwidgets/menus.cpp:572 modules/gui/wxwidgets/menus.cpp:599
+#: modules/gui/wxwidgets/menus.cpp:573 modules/gui/wxwidgets/menus.cpp:600
 msgid "Empty"
 msgstr ""
 
@@ -14931,10 +14946,6 @@ msgstr "Fisier iesire"
 msgid "Output data for RRDTool in this file."
 msgstr ""
 
-#: modules/misc/memcpy/memcpyaltivec.c:56
-msgid "AltiVec memcpy"
-msgstr ""
-
 #: modules/misc/memcpy/memcpy.c:83
 msgid "libc memcpy"
 msgstr ""
@@ -14951,6 +14962,10 @@ msgstr ""
 msgid "MMX EXT memcpy"
 msgstr ""
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr ""
+
 #: modules/misc/msn.c:64
 msgid "MSN Title format string"
 msgstr ""
@@ -16378,13 +16393,6 @@ msgstr ""
 msgid "Conversions from "
 msgstr ""
 
-#: 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 ""
-
 #: 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 "
@@ -17974,6 +17982,10 @@ msgstr ""
 msgid "XOSD interface"
 msgstr ""
 
+#, fuzzy
+#~ msgid "Create"
+#~ msgstr "Centru"
+
 #, fuzzy
 #~ msgid "Yes"
 #~ msgstr "Persana"
diff --git a/po/ru.po b/po/ru.po
index 1e4528a288fb032c7550dca3a23f46ada9017128..8acc53b4a8ae864e565b158a09e6d51915986ad4 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: vlc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-31 15:10+0400\n"
+"POT-Creation-Date: 2006-09-04 11:13+0200\n"
 "PO-Revision-Date: 2006-08-29 20:10+0700\n"
 "Last-Translator: Vladimir Yermolayev <init@siptelecom.ru>\n"
 "Language-Team: Russian\n"
@@ -19,6 +19,20 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Poedit-Language: Russian\n"
 
+#: include/vlc/vlc.h:576
+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"
+"see the file named COPYING for details.\n"
+"Written by the VideoLAN team; see the AUTHORS file.\n"
+msgstr ""
+"Эта программа поставляется БЕЗ ГАРАНТИИ, в степени, разрешенной "
+"законодательством.\n"
+"Вы можете пользоваться и передавать ее на условиях Основной Публичной "
+"Лицензии GNU;\n"
+"подробнее смотрите в файле COPYING. \n"
+"Написано командой VideoLAN; подробнее смотрите в файле AUTHORS.\n"
+
 #: include/vlc_config_cat.h:32
 msgid "VLC preferences"
 msgstr "Настройки VLC"
@@ -67,7 +81,7 @@ msgstr "Настройки интерфейсов управления VLC"
 msgid "Hotkeys settings"
 msgstr "Настройка горячих клавиш"
 
-#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1209
+#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1217
 #: modules/gui/beos/InterfaceWindow.cpp:282 modules/gui/macosx/extended.m:81
 #: modules/gui/macosx/intf.m:555 modules/gui/macosx/output.m:170
 #: modules/gui/macosx/playlistinfo.m:96 modules/gui/macosx/wizard.m:421
@@ -111,9 +125,9 @@ msgstr "Модули вывода"
 msgid "These are general settings for audio output modules."
 msgstr "Общие параметры модулей вывода звука"
 
-#: include/vlc_config_cat.h:71 src/libvlc.h:1553
+#: include/vlc_config_cat.h:71 src/libvlc.h:1563
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:578
-#: modules/gui/wxwidgets/menus.cpp:279 modules/stream_out/transcode.c:285
+#: modules/gui/wxwidgets/menus.cpp:280 modules/stream_out/transcode.c:285
 msgid "Miscellaneous"
 msgstr "Прочее"
 
@@ -121,7 +135,7 @@ msgstr "Прочее"
 msgid "Miscellaneous audio settings and modules."
 msgstr "Прочие настройки звука и модули."
 
-#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1244
+#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1252
 #: modules/gui/macosx/extended.m:80 modules/gui/macosx/intf.m:568
 #: modules/gui/macosx/output.m:160 modules/gui/macosx/playlistinfo.m:86
 #: modules/gui/macosx/wizard.m:422
@@ -237,7 +251,7 @@ msgstr "Настройки декодеров и кодеров видео, зв
 msgid "General input settings. Use with care."
 msgstr "Основные настройки ввода. Используйте с осторожностью."
 
-#: include/vlc_config_cat.h:135 src/libvlc.h:1483
+#: include/vlc_config_cat.h:135 src/libvlc.h:1493
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:152
 msgid "Stream output"
 msgstr "Вывод потока"
@@ -348,8 +362,8 @@ msgstr "VOD"
 msgid "VLC's implementation of Video On Demand"
 msgstr "VLC-реализация Видео-По-Требованию"
 
-#: include/vlc_config_cat.h:186 src/libvlc.h:1608 src/playlist/engine.c:79
-#: src/playlist/engine.c:81 modules/demux/playlist/playlist.c:56
+#: include/vlc_config_cat.h:186 src/libvlc.h:1618 src/playlist/engine.c:91
+#: src/playlist/engine.c:93 modules/demux/playlist/playlist.c:56
 #: modules/demux/playlist/playlist.c:57
 #: modules/gui/beos/InterfaceWindow.cpp:231
 #: modules/gui/beos/InterfaceWindow.cpp:325 modules/gui/macosx/intf.m:500
@@ -382,7 +396,7 @@ msgid ""
 "playlist."
 msgstr "Модули поиска служб автоматически добавляют элементы в плейлист."
 
-#: include/vlc_config_cat.h:197 src/libvlc.h:1444
+#: include/vlc_config_cat.h:197 src/libvlc.h:1454
 #: modules/gui/macosx/prefs.m:124
 msgid "Advanced"
 msgstr "Дополнительно"
@@ -501,7 +515,7 @@ msgstr "Выберите файл для сохранения"
 #: modules/gui/wxwidgets/interface.cpp:677
 #: modules/gui/wxwidgets/interface.cpp:688
 #: modules/gui/wxwidgets/interface.cpp:1216
-#: modules/gui/wxwidgets/menus.cpp:263 modules/gui/wxwidgets/menus.cpp:274
+#: modules/gui/wxwidgets/menus.cpp:264 modules/gui/wxwidgets/menus.cpp:275
 msgid "Play"
 msgstr "Воспроизвести"
 
@@ -519,8 +533,8 @@ msgid "Delete"
 msgstr "Удалить"
 
 #: include/vlc_intf_strings.h:37 modules/gui/macosx/intf.m:599
-#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlistinfo.m:55
-#: modules/gui/macosx/playlistinfo.m:363 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/playlistinfo.m:55 modules/gui/macosx/playlistinfo.m:363
 #, fuzzy
 msgid "Information"
 msgstr "Следующий файл"
@@ -557,8 +571,8 @@ msgstr "Мета-данные"
 msgid "Title"
 msgstr "Глава"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:58
-#: modules/gui/macosx/playlist.m:130 modules/gui/macosx/wizard.m:393
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:130
+#: modules/gui/macosx/playlistinfo.m:58 modules/gui/macosx/wizard.m:393
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:50
 msgid "Author"
 msgstr "Автор"
@@ -630,20 +644,6 @@ msgstr "Название кодека"
 msgid "Codec Description"
 msgstr "Описание кодека"
 
-#: include/vlc/vlc.h:576
-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"
-"see the file named COPYING for details.\n"
-"Written by the VideoLAN team; see the AUTHORS file.\n"
-msgstr ""
-"Эта программа поставляется БЕЗ ГАРАНТИИ, в степени, разрешенной "
-"законодательством.\n"
-"Вы можете пользоваться и передавать ее на условиях Основной Публичной "
-"Лицензии GNU;\n"
-"подробнее смотрите в файле COPYING. \n"
-"Написано командой VideoLAN; подробнее смотрите в файле AUTHORS.\n"
-
 #: src/audio_output/filters.c:154 src/audio_output/filters.c:201
 #: src/audio_output/filters.c:224
 #, fuzzy
@@ -657,7 +657,7 @@ msgid "The maximum number of filters (%d) was reached."
 msgstr ""
 
 #: src/audio_output/input.c:80 src/audio_output/input.c:126
-#: src/input/es_out.c:361 src/libvlc.h:417 src/video_output/video_output.c:421
+#: src/input/es_out.c:361 src/libvlc.h:421 src/video_output/video_output.c:421
 #: modules/codec/ffmpeg/postprocess.c:94
 msgid "Disable"
 msgstr "Отключить"
@@ -806,13 +806,14 @@ msgid "VLC could not open the decoder module."
 msgstr ""
 
 #: src/input/decoder.c:136
-msgid "No suitable decoder module for FOURCC \"4.4s\" found"
+msgid "No suitable decoder module for format"
 msgstr ""
 
 #: src/input/decoder.c:137
+#, c-format
 msgid ""
-"VLC probably does not support this audio or video format. Regrettably, there "
-"is no way for you to fix this."
+"VLC probably does not support the “%4.4s” audio or video format. "
+"Unfortunately there is no way for you to fix this."
 msgstr ""
 
 #: src/input/es_out.c:383 src/input/es_out.c:385 src/input/es_out.c:391
@@ -823,7 +824,7 @@ msgid "Track %i"
 msgstr "Дорожка %i"
 
 #: src/input/es_out.c:465 src/input/es_out.c:467 src/input/es_out.c:567
-#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:443
+#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:447
 #: modules/gui/macosx/intf.m:548 modules/gui/macosx/intf.m:549
 msgid "Program"
 msgstr "Программа"
@@ -862,8 +863,8 @@ msgstr "%d Гц"
 msgid "Bits per sample"
 msgstr "Бит"
 
-#: src/input/es_out.c:1605 modules/access_output/shout.c:86
-#: modules/access/pvr.c:84
+#: src/input/es_out.c:1605 modules/access/pvr.c:84
+#: modules/access_output/shout.c:86
 msgid "Bitrate"
 msgstr "Битрейт"
 
@@ -915,7 +916,7 @@ msgstr ""
 msgid "Bookmark"
 msgstr "В закладки"
 
-#: src/input/var.c:131 src/libvlc.h:449
+#: src/input/var.c:131 src/libvlc.h:453
 msgid "Programs"
 msgstr "Программы"
 
@@ -1636,18 +1637,28 @@ msgstr ""
 "декодируется, это несколько снижает нагрузку на центральный процессор."
 
 #: src/libvlc.h:278
+#, fuzzy
+msgid "Embedded video"
+msgstr "Остановить поток"
+
+#: src/libvlc.h:280
+#, fuzzy
+msgid "Embed the video output in the main interface."
+msgstr "Встроить видео в интерфейс"
+
+#: src/libvlc.h:282
 msgid "Fullscreen video output"
 msgstr "Полноэкранный вывод видео"
 
-#: src/libvlc.h:280
+#: src/libvlc.h:284
 msgid "Start video in fullscreen mode"
 msgstr "Запускать видео в полноэкранном режиме"
 
-#: src/libvlc.h:282
+#: src/libvlc.h:286
 msgid "Overlay video output"
 msgstr "Оверлейный вывод видео"
 
-#: src/libvlc.h:284
+#: src/libvlc.h:288
 msgid ""
 "Overlay is the hardware acceleration capability of your video card (ability "
 "to render video directly). VLC will try to use it by default."
@@ -1655,27 +1666,27 @@ msgstr ""
 "Оверлейный вывод - это встроенная в видеокарту способность выводить "
 "видеопоток напрямую. VLC будет пытаться использовать это по-умолчанию."
 
-#: src/libvlc.h:287 src/video_output/vout_intf.c:399
+#: src/libvlc.h:291 src/video_output/vout_intf.c:399
 msgid "Always on top"
 msgstr "Поверх всех окон"
 
-#: src/libvlc.h:289
+#: src/libvlc.h:293
 msgid "Always place the video window on top of other windows."
 msgstr "Всегда помещает окно видео поверх остальных."
 
-#: src/libvlc.h:291
+#: src/libvlc.h:295
 msgid "Disable screensaver"
 msgstr "Отключать заставку"
 
-#: src/libvlc.h:292
+#: src/libvlc.h:296
 msgid "Disable the screensaver during video playback."
 msgstr "Отключать заставку на время воспроизведения видео."
 
-#: src/libvlc.h:294
+#: src/libvlc.h:298
 msgid "Window decorations"
 msgstr "Оформление окна"
 
-#: src/libvlc.h:296
+#: src/libvlc.h:300
 msgid ""
 "VLC can avoid creating window caption, frames, etc... around the video, "
 "giving a \"minimal\" window."
@@ -1683,12 +1694,12 @@ msgstr ""
 "Еслы выключено, VLC не будет прорисовывать заголовок окна, фреймы и прочие "
 "элементы вокруг видео. Поддерживается только в Windows."
 
-#: src/libvlc.h:299
+#: src/libvlc.h:303
 #, fuzzy
 msgid "Video output filter module"
 msgstr "Модуль видео фильтра"
 
-#: src/libvlc.h:301
+#: src/libvlc.h:305
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
 "instance deinterlacing, or to clone or distort the video window."
@@ -1697,11 +1708,11 @@ msgstr ""
 "изображения, устранения чересстрочности, для клонирования или растяжения "
 "окна видео."
 
-#: src/libvlc.h:305
+#: src/libvlc.h:309
 msgid "Video filter module"
 msgstr "Модуль видео фильтра"
 
-#: src/libvlc.h:307
+#: src/libvlc.h:311
 #, fuzzy
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
@@ -1711,49 +1722,49 @@ msgstr ""
 "изображения, устранения чересстрочности, для клонирования или растяжения "
 "окна видео."
 
-#: src/libvlc.h:311
+#: src/libvlc.h:315
 #, fuzzy
 msgid "Video snapshot directory (or filename)"
 msgstr "Каталог снятых стоп-кадров"
 
-#: src/libvlc.h:313
+#: src/libvlc.h:317
 msgid "Directory where the video snapshots will be stored."
 msgstr "Позволяет указать каталог для хранения стоп-кадров."
 
-#: src/libvlc.h:315 src/libvlc.h:317
+#: src/libvlc.h:319 src/libvlc.h:321
 #, fuzzy
 msgid "Video snapshot file prefix"
 msgstr "Формат стоп-кадра"
 
-#: src/libvlc.h:319
+#: src/libvlc.h:323
 msgid "Video snapshot format"
 msgstr "Формат стоп-кадра"
 
-#: src/libvlc.h:321
+#: src/libvlc.h:325
 msgid "Image format which will be used to store the video snapshots"
 msgstr "Формат изображения, который будет использоваться для стоп-кадров"
 
-#: src/libvlc.h:323
+#: src/libvlc.h:327
 msgid "Display video snapshot preview"
 msgstr "Показать предварительный стоп-кадр"
 
-#: src/libvlc.h:325
+#: src/libvlc.h:329
 msgid "Display the snapshot preview in the screen's top-left corner."
 msgstr "Показывать предварительный стоп-кадр в верхнем левом углу экрана."
 
-#: src/libvlc.h:327
+#: src/libvlc.h:331
 msgid "Use sequential numbers instead of timestamps"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:333
 msgid "Use sequential numbers instead of timestamps for snapshot numbering"
 msgstr ""
 
-#: src/libvlc.h:331
+#: src/libvlc.h:335
 msgid "Video cropping"
 msgstr "Обрезание видео"
 
-#: src/libvlc.h:333
+#: src/libvlc.h:337
 msgid ""
 "This forces the cropping of the source video. Accepted formats are x:y (4:3, "
 "16:9, etc.) expressing the global image aspect."
@@ -1761,11 +1772,11 @@ msgstr ""
 "Включает обрезание видео. Возможные форматы - x:y (4:3, 16:9 и т.д), "
 "выражающие соотношение сторон видео."
 
-#: src/libvlc.h:337
+#: src/libvlc.h:341
 msgid "Source aspect ratio"
 msgstr "Исходное соотношение сторон"
 
-#: src/libvlc.h:339
+#: src/libvlc.h:343
 msgid ""
 "This forces 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 "
@@ -1780,32 +1791,32 @@ msgstr ""
 "выражающие соотношение сторон видео или значение с плавающей точкой (1.25, "
 "1.3333 и т.д.), выражающее \"квадратность\" пиксела."
 
-#: src/libvlc.h:346
+#: src/libvlc.h:350
 msgid "Custom crop ratios list"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:352
 msgid ""
 "Comma seperated list of crop ratios which will be added in the interface's "
 "crop ratios list."
 msgstr ""
 
-#: src/libvlc.h:351
+#: src/libvlc.h:355
 #, fuzzy
 msgid "Custom aspect ratios list"
 msgstr "Переключить соотношение сторон"
 
-#: src/libvlc.h:353
+#: src/libvlc.h:357
 msgid ""
 "Comma seperated list of aspect ratios which will be added in the interface's "
 "aspect ratio list."
 msgstr ""
 
-#: src/libvlc.h:356
+#: src/libvlc.h:360
 msgid "Fix HDTV height"
 msgstr "Исправлять высоту HDTV"
 
-#: src/libvlc.h:358
+#: src/libvlc.h:362
 msgid ""
 "This allows proper handling of HDTV-1080 video format even if broken encoder "
 "incorrectly sets height to 1088 lines. You should only disable this option "
@@ -1816,11 +1827,11 @@ msgstr ""
 "том случае, если Ваше видео закодировано в нестандартном формате, требующем "
 "все 1088 линий."
 
-#: src/libvlc.h:363
+#: src/libvlc.h:367
 msgid "Monitor pixel aspect ratio"
 msgstr "Соотношение сторон пикселей монитора"
 
-#: src/libvlc.h:365
+#: src/libvlc.h:369
 msgid ""
 "This forces the monitor aspect ratio. Most monitors have square pixels "
 "(1:1). If you have a 16:9 screen, you might need to change this to 4:3 in "
@@ -1831,11 +1842,11 @@ msgstr ""
 "возможно, стоит сменить эту настройку на 4:3, чтобы пропорции оставались "
 "верными."
 
-#: src/libvlc.h:370
+#: src/libvlc.h:374
 msgid "Skip frames"
 msgstr "Пропускать кадры"
 
-#: src/libvlc.h:372
+#: src/libvlc.h:376
 msgid ""
 "This option enables framedropping on MPEG2 stream. Framedropping occurs when "
 "your computer is not powerful enough"
@@ -1843,11 +1854,11 @@ msgstr ""
 "Эта опция включает пропуск кадров в потоке MPEG2. Пропуск кадров происходит, "
 "когда вашему компьютеру не хватает мощности для обработки всех кадров."
 
-#: src/libvlc.h:375
+#: src/libvlc.h:379
 msgid "Drop late frames"
 msgstr "Пропускать опоздавшие кадры"
 
-#: src/libvlc.h:377
+#: src/libvlc.h:381
 msgid ""
 "This drops frames that are late (arrive to the video output after their "
 "intended display date)."
@@ -1855,18 +1866,18 @@ msgstr ""
 "Позволяет пропускать опоздавшие карты (появляющиеся на модуле вывода после "
 "намеченной даты вывода)."
 
-#: src/libvlc.h:380
+#: src/libvlc.h:384
 msgid "Quiet synchro"
 msgstr "Тихая синхронизация"
 
-#: src/libvlc.h:382
+#: src/libvlc.h:386
 msgid ""
 "This avoids flooding the message log with debug output from the video output "
 "synchronization mechanism."
 msgstr ""
 "Позволяет не забивать лог сообщениями механизма синхронизации видео вывода."
 
-#: src/libvlc.h:391
+#: src/libvlc.h:395
 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 "
@@ -1875,17 +1886,17 @@ msgstr ""
 "Эти параметры озволяют Вам изменять настройки подсистемы ввода, такие как "
 "устройство DVD или VCD, настройки сетевого интерфейса или канал субтитров."
 
-#: src/libvlc.h:396
+#: src/libvlc.h:400
 msgid ""
 "If you live in France, it is not allowed to workaround any Digital "
 "Restrictions Management measure."
 msgstr ""
 
-#: src/libvlc.h:399
+#: src/libvlc.h:403
 msgid "Clock reference average counter"
 msgstr "Средний референсный счетчик"
 
-#: src/libvlc.h:401
+#: src/libvlc.h:405
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
@@ -1893,11 +1904,11 @@ msgstr ""
 "При использовании ввода с PVR (или другого несинхронизированного источника), "
 "стоит установить значение 10000."
 
-#: src/libvlc.h:404
+#: src/libvlc.h:408
 msgid "Clock synchronisation"
 msgstr "Синхронизация часов"
 
-#: src/libvlc.h:406
+#: src/libvlc.h:410
 msgid ""
 "It is possible to disable the input clock synchronisation for real-time "
 "sources. Use this if you experience jerky playback of network streams."
@@ -1906,11 +1917,11 @@ msgstr ""
 "реальном времени. Используйте, если воспроизведение сетевых потоков часто "
 "прерывается."
 
-#: src/libvlc.h:410 modules/control/netsync.c:71
+#: src/libvlc.h:414 modules/control/netsync.c:71
 msgid "Network synchronisation"
 msgstr "Сетевая синхронизация"
 
-#: src/libvlc.h:411
+#: src/libvlc.h:415
 msgid ""
 "This allows you to remotely synchronise clocks for server and client. The "
 "detailed settings are available in Advanced / Network Sync."
@@ -1918,7 +1929,7 @@ msgstr ""
 "Позволяет удаленно синхронизировать часы сервера и клиента. Подробные "
 "настройки доступны в разделе \"Дополнительно / Сетевая синхронизация\"."
 
-#: src/libvlc.h:417 src/libvlc.h:964 src/video_output/vout_intf.c:261
+#: src/libvlc.h:421 src/libvlc.h:972 src/video_output/vout_intf.c:261
 #: src/video_output/vout_intf.c:348 modules/access/dshow/dshow.cpp:74
 #: modules/access/dshow/dshow.cpp:76 modules/access/dshow/dshow.cpp:79
 #: modules/access/dshow/dshow.cpp:85 modules/audio_output/alsa.c:102
@@ -1931,7 +1942,7 @@ msgstr ""
 msgid "Default"
 msgstr "По-умолчанию"
 
-#: src/libvlc.h:417 modules/gui/macosx/equalizer.m:145
+#: src/libvlc.h:421 modules/gui/macosx/equalizer.m:145
 #: modules/gui/macosx/extended.m:113 modules/gui/macosx/wizard.m:395
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:633
 #: modules/gui/wxwidgets/extrapanel.cpp:216
@@ -1939,19 +1950,19 @@ msgstr "По-умолчанию"
 msgid "Enable"
 msgstr "Включить"
 
-#: src/libvlc.h:419
+#: src/libvlc.h:423
 msgid "UDP port"
 msgstr "UDP порт"
 
-#: src/libvlc.h:421
+#: src/libvlc.h:425
 msgid "This is the default port used for UDP streams. Default is 1234."
 msgstr "Порт, используемый для потоков UDP. по-умолчанию выбирается 1234."
 
-#: src/libvlc.h:423
+#: src/libvlc.h:427
 msgid "MTU of the network interface"
 msgstr "MTU сетевого интерфейса"
 
-#: src/libvlc.h:425
+#: src/libvlc.h:429
 msgid ""
 "This is the maximum packet size that can be transmitted over the network "
 "interface. On Ethernet it is usually 1500 bytes."
@@ -1959,11 +1970,11 @@ msgstr ""
 "Максимальный размер пакета, который может быть передан через сетевой "
 "интерфейс. Для Ethernet обычно используется значение 1500."
 
-#: src/libvlc.h:428
+#: src/libvlc.h:432
 msgid "Hop limit (TTL)"
 msgstr "Лимит хопов (TTL)"
 
-#: src/libvlc.h:430
+#: src/libvlc.h:434
 msgid ""
 "This is the hop limit (also known as \"Time-To-Live\" or TTL) of the "
 "multicast packets sent by the stream output (0 = use operating system built-"
@@ -1973,21 +1984,21 @@ msgstr ""
 "пакетов multicast, посылаемых модулями вывода потока (0 = использовать "
 "значение по-умолчанию в операционной системе)."
 
-#: src/libvlc.h:434
+#: src/libvlc.h:438
 msgid "IPv6 multicast output interface"
 msgstr "Интерфейс вывода IPv6 multicast"
 
-#: src/libvlc.h:436
+#: src/libvlc.h:440
 msgid "Default IPv6 multicast interface. This overrides the routing table."
 msgstr ""
 "Интерфейс IPv6 multicast по-умолчанию. Значение подменяет указанное в "
 "таблице роутинга ОС."
 
-#: src/libvlc.h:438
+#: src/libvlc.h:442
 msgid "IPv4 multicast output interface address"
 msgstr "Интерфейс вывода IPv4 multicast"
 
-#: src/libvlc.h:440
+#: src/libvlc.h:444
 msgid ""
 "IPv4 adress for the default multicast interface. This overrides the routing "
 "table."
@@ -1995,7 +2006,7 @@ msgstr ""
 "IPv4 адрес для multicast интерфейса по-умолчанию. Значение подменяет "
 "указанное в таблице роутинга ОС."
 
-#: src/libvlc.h:445
+#: src/libvlc.h:449
 msgid ""
 "Choose the program to select by giving its Service ID. Only use this option "
 "if you want to read a multi-program stream (like DVB streams for example)."
@@ -2004,7 +2015,7 @@ msgstr ""
 "если хотите просмотреть поток с несколькими программами (например, поток "
 "DVB)."
 
-#: src/libvlc.h:451
+#: src/libvlc.h:455
 msgid ""
 "Choose the programs to select by giving a comma-separated list of Service "
 "IDs (SIDs). Only use this option if you want to read a multi-program stream "
@@ -2014,27 +2025,27 @@ msgstr ""
 "Используйте только в том случае, если хотите просмотреть поток с несколькими "
 "программами (например, поток DVB)."
 
-#: src/libvlc.h:457 modules/gui/wxwidgets/dialogs/open.cpp:779
+#: src/libvlc.h:461 modules/gui/wxwidgets/dialogs/open.cpp:779
 msgid "Audio track"
 msgstr "Аудио дорожка"
 
-#: src/libvlc.h:459
+#: src/libvlc.h:463
 msgid "Stream number of the audio track to use (from 0 to n)."
 msgstr "Номер аудио дорожки, которую вы хотите использовать (от 0 до n)."
 
-#: src/libvlc.h:462 modules/gui/wxwidgets/dialogs/open.cpp:771
+#: src/libvlc.h:466 modules/gui/wxwidgets/dialogs/open.cpp:771
 msgid "Subtitles track"
 msgstr "Дорожка субтитров"
 
-#: src/libvlc.h:464
+#: src/libvlc.h:468
 msgid "Stream number of the subtitle track to use (from 0 to n)."
 msgstr "Номер субтитров, которые Вы хотите использовать (от 0 до n)."
 
-#: src/libvlc.h:467
+#: src/libvlc.h:471
 msgid "Audio language"
 msgstr "Язык звука"
 
-#: src/libvlc.h:469
+#: src/libvlc.h:473
 msgid ""
 "Language of the audio track you want to use (comma separated, two or three "
 "letter country code)."
@@ -2042,11 +2053,11 @@ msgstr ""
 "Укажите язык звуковой дорожки, которую Вы хотите использовать (разделенные "
 "запятыми двух- или трехбуквенные коды стран)."
 
-#: src/libvlc.h:472
+#: src/libvlc.h:476
 msgid "Subtitle language"
 msgstr "Язык субтитров"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:478
 msgid ""
 "Language of the subtitle track you want to use (comma separated, two or tree "
 "letter country code)."
@@ -2054,51 +2065,51 @@ msgstr ""
 "Укажите язык субтитров, которые вы хотите использовать (разделенные запятыми "
 "двух- или трехбуквенные коды стран)."
 
-#: src/libvlc.h:478
+#: src/libvlc.h:482
 msgid "Audio track ID"
 msgstr "ID аудио дорожки"
 
-#: src/libvlc.h:480
+#: src/libvlc.h:484
 msgid "Stream ID of the audio track to use."
 msgstr "Номер аудио дорожки, которую вы хотите использовать (от 0 до n)."
 
-#: src/libvlc.h:482
+#: src/libvlc.h:486
 msgid "Subtitles track ID"
 msgstr "ID дорожки субтитров"
 
-#: src/libvlc.h:484
+#: src/libvlc.h:488
 msgid "Stream ID of the subtitle track to use."
 msgstr "Номер дорожки субтитров, которые вы хотите использовать (от 0 до n)."
 
-#: src/libvlc.h:486
+#: src/libvlc.h:490
 msgid "Input repetitions"
 msgstr "Повторения ввода"
 
-#: src/libvlc.h:488
+#: src/libvlc.h:492
 msgid "Number of time the same input will be repeated"
 msgstr "Число повторений одного и того же потока ввода"
 
-#: src/libvlc.h:490
+#: src/libvlc.h:494
 msgid "Start time"
 msgstr "Время начала"
 
-#: src/libvlc.h:492
+#: src/libvlc.h:496
 msgid "The stream will start at this position (in seconds)."
 msgstr "Поток начнется с этой позиции (в секундах)."
 
-#: src/libvlc.h:494
+#: src/libvlc.h:498
 msgid "Stop time"
 msgstr "Время остановки"
 
-#: src/libvlc.h:496
+#: src/libvlc.h:500
 msgid "The stream will stop at this position (in seconds)."
 msgstr "Поток остановится на этой позиции (в секундах)."
 
-#: src/libvlc.h:498
+#: src/libvlc.h:502
 msgid "Input list"
 msgstr "Входной список"
 
-#: src/libvlc.h:500
+#: src/libvlc.h:504
 msgid ""
 "You can give a comma-separated list of inputs that will be concatenated "
 "together after the normal one."
@@ -2106,11 +2117,11 @@ msgstr ""
 "Здесь можно задать разделенный запятыми список потоков ввода, которые будут "
 "обьединены после стандартного."
 
-#: src/libvlc.h:503
+#: src/libvlc.h:507
 msgid "Input slave (experimental)"
 msgstr "Ведомые потоки ввода (экспериментально)"
 
-#: src/libvlc.h:505
+#: src/libvlc.h:509
 msgid ""
 "This allows you to play from several inputs at the same time. This feature "
 "is experimental, not all formats are supported. Use a '#' separated list of "
@@ -2120,11 +2131,11 @@ msgstr ""
 "особенность экспериментальна, не все форматы поддерживаются. Используйте "
 "список ввода с элементами, разделенными символом '#'."
 
-#: src/libvlc.h:509
+#: src/libvlc.h:513
 msgid "Bookmarks list for a stream"
 msgstr "Список закладок для потока"
 
-#: src/libvlc.h:511
+#: src/libvlc.h:515
 msgid ""
 "You can manually give a list of bookmarks for a stream in the form "
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
@@ -2134,7 +2145,7 @@ msgstr ""
 "time=необязательное-смещение-времени,bytes=необязательное-смещение-по-"
 "байтам},{...}\"."
 
-#: src/libvlc.h:517
+#: src/libvlc.h:521
 msgid ""
 "These options allow you to modify the behavior of the subpictures subsystem. "
 "You can for example enable subpictures filters (logo, etc.). Enable these "
@@ -2146,11 +2157,11 @@ msgstr ""
 "в разделе \"Фильтры слоев\". Также можно задать множество дополнительных "
 "настроек данных модулей."
 
-#: src/libvlc.h:523
+#: src/libvlc.h:527
 msgid "Force subtitle position"
 msgstr "Задать позицию субтитров"
 
-#: src/libvlc.h:525
+#: src/libvlc.h:529
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
@@ -2158,30 +2169,30 @@ msgstr ""
 "Позволяет разместить субтитры под фильмом, вместо или над фильмом. "
 "Попробуйте разные позиции."
 
-#: src/libvlc.h:528
+#: src/libvlc.h:532
 msgid "Enable sub-pictures"
 msgstr "Включить модуль \"Слои\""
 
-#: src/libvlc.h:530
+#: src/libvlc.h:534
 msgid "You can completely disable the sub-picture processing."
 msgstr "Можно полностью отключить обработку слоев."
 
-#: src/libvlc.h:532 src/libvlc.h:1324 src/misc/iso-639_def.h:143
+#: src/libvlc.h:536 src/libvlc.h:1334 src/misc/iso-639_def.h:143
 #: modules/stream_out/transcode.c:281
 msgid "On Screen Display"
 msgstr "OSD"
 
-#: src/libvlc.h:534
+#: src/libvlc.h:538
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
 "Display)."
 msgstr "VLC может отображать сообщения на видео (OSD, On Screen Display)."
 
-#: src/libvlc.h:537
+#: src/libvlc.h:541
 msgid "Text rendering module"
 msgstr "Модуль генератора текста"
 
-#: src/libvlc.h:539
+#: src/libvlc.h:543
 msgid ""
 "VLC normally uses Freetype for rendering, but this allows you to use svg for "
 "instance."
@@ -2189,11 +2200,11 @@ msgstr ""
 "По-умолчанию VLC использует для генерации текста модуль Freetype, но вы "
 "можете указать другой, например svg."
 
-#: src/libvlc.h:542
+#: src/libvlc.h:546
 msgid "Subpictures filter module"
 msgstr "Модуль фильтров слоев"
 
-#: src/libvlc.h:544
+#: src/libvlc.h:548
 msgid ""
 "This adds so-called \"subpicture filters\". These filters overlay some "
 "images or text over the video (like a logo, arbitraty text...)."
@@ -2202,11 +2213,11 @@ msgstr ""
 "изображений или текста на видео поток (например лого, дополнительный текст, "
 "и т.д.)."
 
-#: src/libvlc.h:547
+#: src/libvlc.h:551
 msgid "Autodetect subtitle files"
 msgstr "Автоматически определять файлы субтитров"
 
-#: src/libvlc.h:549
+#: src/libvlc.h:553
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified "
 "(based on the filename of the movie)."
@@ -2214,11 +2225,11 @@ msgstr ""
 "Автоматически определять файл субтитров, если имя файла не указано "
 "(основывается на имени файла фильма)."
 
-#: src/libvlc.h:552
+#: src/libvlc.h:556
 msgid "Subtitle autodetection fuzziness"
 msgstr "Нечеткое определение файлов субтитров"
 
-#: src/libvlc.h:554
+#: src/libvlc.h:558
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -2236,11 +2247,11 @@ msgstr ""
 "3 = файл субтитров, содержащий имя файла фильма и дополнительные знаки\n"
 "4 = файл субтитров, содержащий только имя файла фильма"
 
-#: src/libvlc.h:562
+#: src/libvlc.h:566
 msgid "Subtitle autodetection paths"
 msgstr "Пути автоопределения файлов субтитров"
 
-#: src/libvlc.h:564
+#: src/libvlc.h:568
 msgid ""
 "Look for a subtitle file in those paths too, if your subtitle file was not "
 "found in the current directory."
@@ -2248,11 +2259,11 @@ msgstr ""
 "Если файл субтитров не был найден в текущем каталоге, искать также и в этих "
 "каталогах."
 
-#: src/libvlc.h:567
+#: src/libvlc.h:571
 msgid "Use subtitle file"
 msgstr "Использовать файл субтитров"
 
-#: src/libvlc.h:569
+#: src/libvlc.h:573
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
@@ -2260,11 +2271,11 @@ msgstr ""
 "Использовать именно этот файл субтитров. Имеет смысл задавать, если "
 "автоопределение не срабатывает."
 
-#: src/libvlc.h:572
+#: src/libvlc.h:576
 msgid "DVD device"
 msgstr "Устройство DVD"
 
-#: src/libvlc.h:575
+#: src/libvlc.h:579
 msgid ""
 "This is the default DVD drive (or file) to use. Don't forget the colon after "
 "the drive letter (eg. D:)"
@@ -2272,15 +2283,15 @@ msgstr ""
 "Устройство (или файл) DVD для использования по-умолчанию. Не забудьте о "
 "двоеточии после имени диска (к примеру, D:)."
 
-#: src/libvlc.h:579
+#: src/libvlc.h:583
 msgid "This is the default DVD device to use."
 msgstr "Устройство (или файл) DVD для использования по-умолчанию."
 
-#: src/libvlc.h:582
+#: src/libvlc.h:586
 msgid "VCD device"
 msgstr "Устройство VCD"
 
-#: src/libvlc.h:585
+#: src/libvlc.h:589
 msgid ""
 "This is the default VCD device to use. If you don't specify anything, we'll "
 "scan for a suitable CD-ROM device."
@@ -2288,15 +2299,15 @@ msgstr ""
 "Устройство VCD для использования по-умолчанию. Если вы не укажете тут "
 "ничего, VLC просканирует систему на предмет подходящего устройства CD-ROM."
 
-#: src/libvlc.h:589
+#: src/libvlc.h:593
 msgid "This is the default VCD device to use."
 msgstr "Устройство VCD для использования по-умолчанию."
 
-#: src/libvlc.h:592
+#: src/libvlc.h:596
 msgid "Audio CD device"
 msgstr "Устройство Audio CD"
 
-#: src/libvlc.h:595
+#: src/libvlc.h:599
 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."
@@ -2304,39 +2315,39 @@ msgstr ""
 "Устройство Audio CD для использования по-умолчанию. Если вы не укажете тут "
 "ничего, VLC просканирует систему на предмет подходящего устройства CD-ROM."
 
-#: src/libvlc.h:599
+#: src/libvlc.h:603
 msgid "This is the default Audio CD device to use."
 msgstr "Устройство Audio CD для использования по-умолчанию."
 
-#: src/libvlc.h:602 modules/gui/wxwidgets/dialogs/open.cpp:841
+#: src/libvlc.h:606 modules/gui/wxwidgets/dialogs/open.cpp:841
 msgid "Force IPv6"
 msgstr "Использовать только IPv6"
 
-#: src/libvlc.h:604
+#: src/libvlc.h:608
 msgid "IPv6 will be used by default for all connections."
 msgstr "IPv6 будет использован по-умолчанию для всех соединений."
 
-#: src/libvlc.h:606
+#: src/libvlc.h:610
 msgid "Force IPv4"
 msgstr "Использовать только IPv4"
 
-#: src/libvlc.h:608
+#: src/libvlc.h:612
 msgid "IPv4 will be used by default for all connections."
 msgstr "IPv4 будет использован по-умолчанию для всех соединений."
 
-#: src/libvlc.h:610
+#: src/libvlc.h:614
 msgid "TCP connection timeout"
 msgstr "Таймаут TCP-соединения"
 
-#: src/libvlc.h:612
+#: src/libvlc.h:616
 msgid "Default TCP connection timeout (in milliseconds). "
 msgstr "Таймаут TCP-соединения по-умолчанию (в миллисекундах). "
 
-#: src/libvlc.h:614
+#: src/libvlc.h:618
 msgid "SOCKS server"
 msgstr "SOCKS сервер"
 
-#: src/libvlc.h:616
+#: src/libvlc.h:620
 msgid ""
 "SOCKS proxy server to use. This must be of the form address:port. It will be "
 "used for all TCP connections"
@@ -2344,89 +2355,89 @@ msgstr ""
 "SOCKS прокси сервер для подключения. Должно быть задано в форме адрес:порт. "
 "Будет использовано для всех TCP-соединений."
 
-#: src/libvlc.h:619
+#: src/libvlc.h:623
 msgid "SOCKS user name"
 msgstr "Имя пользователя"
 
-#: src/libvlc.h:621
+#: src/libvlc.h:625
 msgid "User name to be used for connection to the SOCKS proxy."
 msgstr ""
 "Имя пользователя, которое будет использовано при подсоединении к SOCKS "
 "прокси."
 
-#: src/libvlc.h:623
+#: src/libvlc.h:627
 msgid "SOCKS password"
 msgstr "Пароль"
 
-#: src/libvlc.h:625
+#: src/libvlc.h:629
 msgid "Password to be used for connection to the SOCKS proxy."
 msgstr "Пароль, который будет использован при соединения с SOCKS."
 
-#: src/libvlc.h:627
+#: src/libvlc.h:631
 msgid "Title metadata"
 msgstr "Мета-данные названия"
 
-#: src/libvlc.h:629
+#: src/libvlc.h:633
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr "Позволяет выбрать мета-данные \"названия\" для входного потока."
 
-#: src/libvlc.h:631
+#: src/libvlc.h:635
 msgid "Author metadata"
 msgstr "Мета-данные автора"
 
-#: src/libvlc.h:633
+#: src/libvlc.h:637
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr "Позволяет задать мета-данные \"автора\" для входного потока."
 
-#: src/libvlc.h:635
+#: src/libvlc.h:639
 msgid "Artist metadata"
 msgstr "Мета-данные \"артиста\""
 
-#: src/libvlc.h:637
+#: src/libvlc.h:641
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr "Позволяет задать мета-данные \"артиста\" для входного потока."
 
-#: src/libvlc.h:639
+#: src/libvlc.h:643
 msgid "Genre metadata"
 msgstr "Мета-данные стиля"
 
-#: src/libvlc.h:641
+#: src/libvlc.h:645
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr "Позволяет задать мета-данные \"стиля\" для входного потока."
 
-#: src/libvlc.h:643
+#: src/libvlc.h:647
 msgid "Copyright metadata"
 msgstr "Мета-данные авторских прав"
 
-#: src/libvlc.h:645
+#: src/libvlc.h:649
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr "Позволяет задать мета-данные \"авторских прав\" для входного потока."
 
-#: src/libvlc.h:647
+#: src/libvlc.h:651
 msgid "Description metadata"
 msgstr "Мета-данные описания"
 
-#: src/libvlc.h:649
+#: src/libvlc.h:653
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr "Позволяет задать мета-данные \"описания\" для входного потока."
 
-#: src/libvlc.h:651
+#: src/libvlc.h:655
 msgid "Date metadata"
 msgstr "Мета-данные даты"
 
-#: src/libvlc.h:653
+#: src/libvlc.h:657
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr "Позволяет задать мета-данные \"даты\" для входного потока."
 
-#: src/libvlc.h:655
+#: src/libvlc.h:659
 msgid "URL metadata"
 msgstr "Мета-данные URL"
 
-#: src/libvlc.h:657
+#: src/libvlc.h:661
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr "Позволяет задать мета-данные \"URL\" для входного потока."
 
-#: src/libvlc.h:661
+#: src/libvlc.h:665
 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 "
@@ -2436,11 +2447,11 @@ msgstr ""
 "продвинутые пользователи должны изменять эти настройки, т.к. они могут "
 "сломать существующее воспроизведение потоков."
 
-#: src/libvlc.h:665
+#: src/libvlc.h:669
 msgid "Preferred decoders list"
 msgstr "Список предпочитаемых декодеров"
 
-#: src/libvlc.h:667
+#: src/libvlc.h:671
 msgid ""
 "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. Only advanced "
@@ -2452,29 +2463,29 @@ msgstr ""
 "должны изменять эти настройки, т.к. они могут сломать существующее "
 "воспроизведение потоков."
 
-#: src/libvlc.h:672
+#: src/libvlc.h:676
 msgid "Preferred encoders list"
 msgstr "Список предпочитаемых кодировщиков"
 
-#: src/libvlc.h:674
+#: src/libvlc.h:678
 msgid ""
 "This allows you to select a list of encoders that VLC will use in priority."
 msgstr ""
 "Список кодировщиков, которые VLC будет использовать, в зависимости от их "
 "приоритета."
 
-#: src/libvlc.h:683
+#: src/libvlc.h:687
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
 msgstr ""
 "Эти параметры позволяют задать общие настройки для подсистемы вывода потока."
 
-#: src/libvlc.h:686
+#: src/libvlc.h:690
 msgid "Default stream output chain"
 msgstr "Цепочка вывода потока по-умолчанию"
 
-#: src/libvlc.h:688
+#: src/libvlc.h:692
 msgid ""
 "You can enter here a default stream output chain. Refer to the documentation "
 "to learn how to build such chains.Warning: this chain will be enabled for "
@@ -2484,27 +2495,27 @@ msgstr ""
 "Обратитеськ документации, чтобы узнать более подробно, как строить такие "
 "цепочки. Осторожно: эта цепочка будет применяться для всех потоков."
 
-#: src/libvlc.h:692
+#: src/libvlc.h:696
 msgid "Enable streaming of all ES"
 msgstr "Включить вещание всех элементарных потоков"
 
-#: src/libvlc.h:694
+#: src/libvlc.h:698
 msgid "Stream all elementary streams (video, audio and subtitles)"
 msgstr "Вещать все элементарные потоки (видео, аудио и субтитры"
 
-#: src/libvlc.h:696
+#: src/libvlc.h:700
 msgid "Display while streaming"
 msgstr "Показывать во время вещания"
 
-#: src/libvlc.h:698
+#: src/libvlc.h:702
 msgid "Play locally the stream while streaming it."
 msgstr "Воспроизводить поток локально во время вещания"
 
-#: src/libvlc.h:700
+#: src/libvlc.h:704
 msgid "Enable video stream output"
 msgstr "Включить вывод видео потока"
 
-#: src/libvlc.h:702
+#: src/libvlc.h:706
 msgid ""
 "Choose whether the video stream should be redirected to the stream output "
 "facility when this last one is enabled."
@@ -2512,11 +2523,11 @@ msgstr ""
 "Перенаправление видео потока в соответствующий модуль вывода, если последний "
 "включен."
 
-#: src/libvlc.h:705
+#: src/libvlc.h:709
 msgid "Enable audio stream output"
 msgstr "Включить вывод аудиопотока"
 
-#: src/libvlc.h:707
+#: src/libvlc.h:711
 msgid ""
 "Choose whether the audio stream should be redirected to the stream output "
 "facility when this last one is enabled."
@@ -2524,11 +2535,11 @@ msgstr ""
 "Перенаправление аудио потока в соответствующий модуль вывода, если последний "
 "включен."
 
-#: src/libvlc.h:710
+#: src/libvlc.h:714
 msgid "Enable SPU stream output"
 msgstr "Включить вывод субтитров"
 
-#: src/libvlc.h:712
+#: src/libvlc.h:716
 msgid ""
 "Choose whether the SPU streams should be redirected to the stream output "
 "facility when this last one is enabled."
@@ -2536,11 +2547,11 @@ msgstr ""
 "Перенаправление потока субтитров в соответствующий модуль вывода, если "
 "последний включен."
 
-#: src/libvlc.h:715
+#: src/libvlc.h:719
 msgid "Keep stream output open"
 msgstr "Сохранять поток вывода открытым"
 
-#: src/libvlc.h:717
+#: src/libvlc.h:721
 msgid ""
 "This allows you to keep an unique stream output instance across multiple "
 "playlist item (automatically insert the gather stream output if not "
@@ -2550,38 +2561,38 @@ msgstr ""
 "нескольких элементов плейлиста (автоматически вставлять выходной поток, если "
 "ничего не указано."
 
-#: src/libvlc.h:721
+#: src/libvlc.h:725
 msgid "Preferred packetizer list"
 msgstr "Cписок предпочитаемых упаковщиков"
 
-#: src/libvlc.h:723
+#: src/libvlc.h:727
 msgid ""
 "This allows you to select the order in which VLC will choose its packetizers."
 msgstr ""
 "Этот параметр позволяет выбирать порядок, в котором VLC будет использовать "
 "упаковщики."
 
-#: src/libvlc.h:726
+#: src/libvlc.h:730
 msgid "Mux module"
 msgstr "Модуль икапсуляции"
 
-#: src/libvlc.h:728
+#: src/libvlc.h:732
 msgid "This is a legacy entry to let you configure mux modules"
 msgstr "Устаревший параметр, позволяет настроить модули инкапсуляции"
 
-#: src/libvlc.h:730
+#: src/libvlc.h:734
 msgid "Access output module"
 msgstr "Модуль вывода"
 
-#: src/libvlc.h:732
+#: src/libvlc.h:736
 msgid "This is a legacy entry to let you configure access output modules"
 msgstr "Устаревший параметр, позволяет настраивать модули вывода"
 
-#: src/libvlc.h:734
+#: src/libvlc.h:738
 msgid "Control SAP flow"
 msgstr "Управление потоком SAP"
 
-#: src/libvlc.h:736
+#: src/libvlc.h:740
 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."
@@ -2589,11 +2600,11 @@ msgstr ""
 "Если этот параметр включен, включается контроль над потоком на multicast "
 "адресе SAP.Это необходимо, если вы хотите рассылать оповещения на MBone."
 
-#: src/libvlc.h:740
+#: src/libvlc.h:744
 msgid "SAP announcement interval"
 msgstr "Период оповещений SAP"
 
-#: src/libvlc.h:742
+#: src/libvlc.h:746
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
 "between SAP announcements."
@@ -2601,7 +2612,7 @@ msgstr ""
 "Когда управление потоком SAP выключено, этот параметр позволяет установить "
 "фиксированный период рассылки оповещений SAP"
 
-#: src/libvlc.h:752
+#: src/libvlc.h:756
 msgid ""
 "These options allow you to enable special CPU optimizations. You should "
 "always leave all these enabled."
@@ -2609,11 +2620,11 @@ msgstr ""
 "Эти параметры позволяют вам включить специальную оптимизацию \n"
 " центрального процессора. Не стоит отключать здесь что-либо."
 
-#: src/libvlc.h:755
+#: src/libvlc.h:759
 msgid "Enable FPU support"
 msgstr "Включить поддержку сопроцессора для операций с плавающей точкой (FPU)"
 
-#: src/libvlc.h:757
+#: src/libvlc.h:761
 msgid ""
 "If your processor has a floating point calculation unit, VLC can take "
 "advantage of it."
@@ -2621,22 +2632,22 @@ msgstr ""
 "Если ваш процессор имеет модуль вычисления с плавающей запятой, VLC может "
 "его использовать."
 
-#: src/libvlc.h:760
+#: src/libvlc.h:764
 msgid "Enable CPU MMX support"
 msgstr "Включить поддержку MMX"
 
-#: src/libvlc.h:762
+#: src/libvlc.h:766
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
 msgstr ""
 "Если ваш процессор поддерживает набор комманд MMX, VLC может их использовать."
 
-#: src/libvlc.h:765
+#: src/libvlc.h:769
 msgid "Enable CPU 3D Now! support"
 msgstr "Включить поддержку 3D Now!"
 
-#: src/libvlc.h:767
+#: src/libvlc.h:771
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
@@ -2644,11 +2655,11 @@ msgstr ""
 "Если ваш процессор поддерживает набор комманд 3D Now!, VLC может их "
 "использовать."
 
-#: src/libvlc.h:770
+#: src/libvlc.h:774
 msgid "Enable CPU MMX EXT support"
 msgstr "Включить поддержку MMX EXT"
 
-#: src/libvlc.h:772
+#: src/libvlc.h:776
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
@@ -2656,22 +2667,22 @@ msgstr ""
 "Если ваш процессор поддерживает набор комманд MMX EXT, VLC может их "
 "использовать."
 
-#: src/libvlc.h:775
+#: src/libvlc.h:779
 msgid "Enable CPU SSE support"
 msgstr "Включить поддержку SSE"
 
-#: src/libvlc.h:777
+#: src/libvlc.h:781
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
 msgstr ""
 "Если ваш процессор поддерживает набор комманд SSE, VLC может их использовать."
 
-#: src/libvlc.h:780
+#: src/libvlc.h:784
 msgid "Enable CPU SSE2 support"
 msgstr "Включить поддержку SSE2"
 
-#: src/libvlc.h:782
+#: src/libvlc.h:786
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
 "of them."
@@ -2679,11 +2690,11 @@ msgstr ""
 "Если ваш процессор поддерживает набор комманд SSE2, VLC может их "
 "использовать."
 
-#: src/libvlc.h:785
+#: src/libvlc.h:789
 msgid "Enable CPU AltiVec support"
 msgstr "Включить поддержку AltiVec"
 
-#: src/libvlc.h:787
+#: src/libvlc.h:791
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
@@ -2691,7 +2702,7 @@ msgstr ""
 "Если ваш процессор поддерживает набор комманд AltiVec, VLC может их "
 "использовать."
 
-#: src/libvlc.h:792
+#: src/libvlc.h:796
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
@@ -2699,11 +2710,11 @@ msgstr ""
 "Эти параметры позволяют выбирать модули по-умолчанию. Не изменяйте их, если "
 "вы не уверены в том, что делаете."
 
-#: src/libvlc.h:795
+#: src/libvlc.h:799
 msgid "Memory copy module"
 msgstr "Модуль памяти"
 
-#: src/libvlc.h:797
+#: src/libvlc.h:801
 msgid ""
 "You can select which memory copy module you want to use. By default VLC will "
 "select the fastest one supported by your hardware."
@@ -2711,11 +2722,11 @@ msgstr ""
 "Вы можете выбрать какой модуль копирования памяти использовать. По-умолчанию "
 "VLC выберет самый быстрый из поддерживаемых вашим оборудованием."
 
-#: src/libvlc.h:800
+#: src/libvlc.h:804
 msgid "Access module"
 msgstr "Модуль ввода"
 
-#: src/libvlc.h:802
+#: src/libvlc.h:806
 msgid ""
 "This allows you to force an access module. You can use it if the correct "
 "access is not automatically detected. You should not set this as a global "
@@ -2725,11 +2736,11 @@ msgstr ""
 "автоопределение не сработало. Не устанавливайте этот параметр, как общий, "
 "если вы не уверены в том, что делаете."
 
-#: src/libvlc.h:806
+#: src/libvlc.h:810
 msgid "Access filter module"
 msgstr "Модуль фильтрации ввода"
 
-#: src/libvlc.h:808
+#: src/libvlc.h:812
 msgid ""
 "Access filters are used to modify the stream that is being read. This is "
 "used for instance for timeshifting."
@@ -2737,11 +2748,11 @@ msgstr ""
 "Фильтры ввода используются для изменения потока после чтения. Это "
 "необходимо, к примеру, для сдвига по времени"
 
-#: src/libvlc.h:811
+#: src/libvlc.h:815
 msgid "Demux module"
 msgstr "Модуль демультиплексора"
 
-#: src/libvlc.h:813
+#: src/libvlc.h:817
 msgid ""
 "Demultiplexers are used to separate the \"elementary\" streams (like audio "
 "and video streams). You can use it if the correct demuxer is not "
@@ -2753,11 +2764,11 @@ msgstr ""
 "автоопределение не сработало. Не устанавливайте этот параметр, как общий, "
 "если вы не уверены в том, что делаете."
 
-#: src/libvlc.h:818
+#: src/libvlc.h:822
 msgid "Allow real-time priority"
 msgstr "Разрешить приоритет реального времени"
 
-#: src/libvlc.h:820
+#: src/libvlc.h:824
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -2770,11 +2781,11 @@ msgstr ""
 "медленным. Вы должны включать этот параметр только в том случае, если "
 "уверены в том, что делаете."
 
-#: src/libvlc.h:826
+#: src/libvlc.h:830
 msgid "Adjust VLC priority"
 msgstr "Настроить приоритет VLC"
 
-#: src/libvlc.h:828
+#: src/libvlc.h:832
 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 "
@@ -2784,84 +2795,84 @@ msgstr ""
 "приоритету VLC по-умолчанию. Вы можете настраивать приоритет относительно "
 "других программ или относительно других процессов VLC."
 
-#: src/libvlc.h:832
+#: src/libvlc.h:836
 msgid "Minimize number of threads"
 msgstr "Минимизировать число потоков"
 
-#: src/libvlc.h:834
+#: src/libvlc.h:838
 msgid "This option minimizes the number of threads needed to run VLC."
 msgstr ""
 "Этот параметр минимизирует количество потоков, необходимых для работы VLC."
 
-#: src/libvlc.h:836
+#: src/libvlc.h:840
 msgid "Modules search path"
 msgstr "Путь поиска модулей"
 
-#: src/libvlc.h:838
+#: src/libvlc.h:842
 msgid "Additional path for VLC to look for its modules."
 msgstr "Дополнительный путь для поиска модулей VLC."
 
-#: src/libvlc.h:840
+#: src/libvlc.h:844
 msgid "VLM configuration file"
 msgstr "Конфигурационный файл VLM"
 
-#: src/libvlc.h:842
+#: src/libvlc.h:846
 msgid "Read a VLM configuration file as soon as VLM is started."
 msgstr "Загрузить указанный конфигурационный файл при запуске VLM."
 
-#: src/libvlc.h:844
+#: src/libvlc.h:848
 msgid "Use a plugins cache"
 msgstr "Использовать кэш плагинов"
 
-#: src/libvlc.h:846
+#: src/libvlc.h:850
 msgid "Use a plugins cache which will greatly improve the startup time of VLC."
 msgstr "Использование кэша плагинов существенно ускоряет запуск VLC."
 
-#: src/libvlc.h:848
+#: src/libvlc.h:852
 msgid "Collect statistics"
 msgstr "Собирать статистику"
 
-#: src/libvlc.h:850
+#: src/libvlc.h:854
 msgid "Collect miscellaneous statistics."
 msgstr "Собирать разнообразную статистику."
 
-#: src/libvlc.h:852
+#: src/libvlc.h:856
 msgid "Run as daemon process"
 msgstr "Запускать на фону"
 
-#: src/libvlc.h:854
+#: src/libvlc.h:858
 msgid "Runs VLC as a background daemon process."
 msgstr "Запускать VLC как фоновый процесс."
 
-#: src/libvlc.h:856
+#: src/libvlc.h:860
 msgid "Write process id to file"
 msgstr ""
 
-#: src/libvlc.h:858
+#: src/libvlc.h:862
 msgid "Writes process id into specified file."
 msgstr ""
 
-#: src/libvlc.h:860
+#: src/libvlc.h:864
 msgid "Log to file"
 msgstr "Сохранять журнал в файл"
 
-#: src/libvlc.h:862
+#: src/libvlc.h:866
 msgid "Log all VLC messages to a text file."
 msgstr "Сохранять все сообщения VLC в текстовый файл."
 
-#: src/libvlc.h:864
+#: src/libvlc.h:868
 msgid "Log to syslog"
 msgstr "Выводить журнал в syslog"
 
-#: src/libvlc.h:866
+#: src/libvlc.h:870
 msgid "Log all VLC messages to syslog (UNIX systems)."
 msgstr "Выводить все сообщения VLC в syslog (UNIX-системы)."
 
-#: src/libvlc.h:868
+#: src/libvlc.h:872
 msgid "Allow only one running instance"
 msgstr "Разрешать запуск только одной копии VLC"
 
-#: src/libvlc.h:870
+#: src/libvlc.h:874
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
 "example if you associated VLC with some media types and you don't want a new "
@@ -2875,29 +2886,29 @@ msgstr ""
 "вам воспроизводить выбранный файл уже существующим процессом или добавить "
 "его в плейлист."
 
-#: src/libvlc.h:876
+#: src/libvlc.h:880
 msgid "VLC is started from file association"
 msgstr "VLC запущено из ассоциаций файлов"
 
-#: src/libvlc.h:878
+#: src/libvlc.h:882
 msgid "Tell VLC that it is being launched due to a file association in the OS"
 msgstr "Указывает, что VLC запущен из ассоциаций файлов в ОС"
 
-#: src/libvlc.h:881
+#: src/libvlc.h:885
 #, fuzzy
 msgid "One instance when started from file"
 msgstr "Разрашить запуск только одной копии, при запуске из файла"
 
-#: src/libvlc.h:883
+#: src/libvlc.h:887
 #, fuzzy
 msgid "Allow only one running instance when started from file."
 msgstr "Разрашить запуск только одной копии, при запуске из файла"
 
-#: src/libvlc.h:885
+#: src/libvlc.h:889
 msgid "Increase the priority of the process"
 msgstr "Увеличить приоритет процесса"
 
-#: src/libvlc.h:887
+#: src/libvlc.h:891
 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 "
@@ -2913,11 +2924,11 @@ msgstr ""
 "использовать все время процессора, что может выразиться в отсутсвии реакции "
 "системы на какие-либо действия и потребовать перезагрузки компьютера."
 
-#: src/libvlc.h:894
+#: src/libvlc.h:898
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr "Быстрое мультиплексирование на NT/2K/XP (для разработчиков)"
 
-#: src/libvlc.h:896
+#: src/libvlc.h:900
 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 "
@@ -2927,11 +2938,11 @@ msgstr ""
 "что позволяет правильно использовать условные переменные. Вы можете включить "
 "быструю реализацию из Win9x, но при этом могут возникнуть некоторые проблемы."
 
-#: src/libvlc.h:901
+#: src/libvlc.h:905
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr "Реализация условных переменных для Win9x (для разработчиков)"
 
-#: src/libvlc.h:904
+#: src/libvlc.h:908
 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 "
@@ -2945,11 +2956,11 @@ msgstr ""
 "надежные. На данный момент вы можете выбрать между реализацией 0 (быстрая, "
 "но неправильная), 1 (по-умолчанию) и 2."
 
-#: src/libvlc.h:913
+#: src/libvlc.h:917
 msgid "Enqueue items to playlist when in one instance mode"
 msgstr "Добавлять элементы в плейлист в режиме одной копии"
 
-#: src/libvlc.h:915
+#: src/libvlc.h:919
 msgid ""
 "When using the one instance only option, enqueue items to playlist and keep "
 "playing current item."
@@ -2957,7 +2968,7 @@ msgstr ""
 "Когда разрешен запуск только одной копии VLC, новые элементы добавляются в "
 "плейлист и текущий элемент продолжает воспроизводиться."
 
-#: src/libvlc.h:924
+#: src/libvlc.h:928
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
@@ -2965,11 +2976,11 @@ msgstr ""
 "Эти параметры определяют поведение плейлиста. Некоторые из них могут быть "
 "переопределены в диалоговом окне плейлиста."
 
-#: src/libvlc.h:927
+#: src/libvlc.h:931
 msgid "Automatically preparse files"
 msgstr "Автоматически загружать файлы"
 
-#: src/libvlc.h:929
+#: src/libvlc.h:933
 msgid ""
 "Automatically preparse files added to the playlist (to retrieve some "
 "metadata)."
@@ -2977,11 +2988,11 @@ msgstr ""
 "Автоматически загружать файлы, добавляемые в плейлист (для получения мета-"
 "данных)."
 
-#: src/libvlc.h:932
+#: src/libvlc.h:936
 msgid "Services discovery modules"
 msgstr "Модули поиска служб"
 
-#: src/libvlc.h:934
+#: src/libvlc.h:938
 msgid ""
 "Specifies the services discovery modules to load, separated by semi-colons. "
 "Typical values are sap, hal, ..."
@@ -2989,165 +3000,175 @@ msgstr ""
 "Список загружаемых модулей поиска служб через запятую. Обычные значения: "
 "sap, hal, ..."
 
-#: src/libvlc.h:937
+#: src/libvlc.h:941
 msgid "Play files randomly forever"
 msgstr "Всегда воспроизводить файлы в случайном порядке"
 
-#: src/libvlc.h:939
+#: src/libvlc.h:943
 msgid "VLC will randomly play files in the playlist until interrupted."
 msgstr ""
 "Всегда воспроизводить файлы из плейлиста в случайном порядке до прерывания."
 
-#: src/libvlc.h:941
+#: src/libvlc.h:945
 msgid "Repeat all"
 msgstr "Повторять все"
 
-#: src/libvlc.h:943
+#: src/libvlc.h:947
 msgid "VLC will keep playing the playlist indefinitely."
 msgstr "VLC будет воспроизведить элементы плейлиста бесконечно."
 
-#: src/libvlc.h:945
+#: src/libvlc.h:949
 msgid "Repeat current item"
 msgstr "Повторить текущий элемент"
 
-#: src/libvlc.h:947
+#: src/libvlc.h:951
 msgid "VLC will keep playing the current playlist item."
 msgstr "VLC будет повторять данный элемент плейлиста."
 
-#: src/libvlc.h:949
+#: src/libvlc.h:953
 msgid "Play and stop"
 msgstr "Воспроизвести и остановить"
 
-#: src/libvlc.h:951
+#: src/libvlc.h:955
 msgid "Stop the playlist after each played playlist item."
 msgstr "Остановить воспроизведение после текущего элемента."
 
-#: src/libvlc.h:953
+#: src/libvlc.h:957
+#, fuzzy
+msgid "Play and exit"
+msgstr "Воспроизвести и остановить"
+
+#: src/libvlc.h:959
+#, fuzzy
+msgid "Exit if there are no more items in the playlist."
+msgstr "Плейлист пуст"
+
+#: src/libvlc.h:961
 #, fuzzy
 msgid "Use media library"
 msgstr "VLC media player"
 
-#: src/libvlc.h:955
+#: src/libvlc.h:963
 msgid ""
 "The media library is automatically saved and reloaded each time you start "
 "VLC."
 msgstr ""
 
-#: src/libvlc.h:958
+#: src/libvlc.h:966
 #, fuzzy
 msgid "Use playlist tree"
 msgstr "Следующий элемент плейлиста"
 
-#: src/libvlc.h:960
+#: src/libvlc.h:968
 msgid ""
 "The playlist can use a tree to categorize some items, like the contents of a "
 "directory. \"Default\" means that the tree will only be used when really "
 "needed."
 msgstr ""
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Always"
 msgstr "Поверх всех окон"
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Never"
 msgstr "Эхо"
 
-#: src/libvlc.h:973
+#: src/libvlc.h:981
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr "Эти параметры настраивают общие привязки клавиш (\"горячие клавиши\")."
 
-#: src/libvlc.h:976 src/video_output/vout_intf.c:408
+#: src/libvlc.h:984 src/video_output/vout_intf.c:408
 #: modules/gui/beos/VideoOutput.cpp:1057 modules/gui/macosx/applescript.m:126
-#: modules/gui/macosx/controls.m:338 modules/gui/macosx/controls.m:754
-#: modules/gui/macosx/controls.m:784 modules/gui/macosx/embeddedwindow.m:44
+#: modules/gui/macosx/controls.m:344 modules/gui/macosx/controls.m:760
+#: modules/gui/macosx/controls.m:790 modules/gui/macosx/embeddedwindow.m:44
 #: modules/gui/macosx/intf.m:497 modules/gui/macosx/intf.m:573
 #: modules/gui/macosx/intf.m:629
 msgid "Fullscreen"
 msgstr "Полноэкранный режим"
 
-#: src/libvlc.h:977
+#: src/libvlc.h:985
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr "Выберите горячую клавишу для переключения полноэкранного режима."
 
-#: src/libvlc.h:978 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
+#: src/libvlc.h:986 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
 #: modules/gui/wxwidgets/interface.cpp:1504
 msgid "Play/Pause"
 msgstr "Воспроизвести/Пауза"
 
-#: src/libvlc.h:979
+#: src/libvlc.h:987
 msgid "Select the hotkey to use to swap paused state."
 msgstr "Выберите горячую клавишу для переключения паузы."
 
-#: src/libvlc.h:980
+#: src/libvlc.h:988
 msgid "Pause only"
 msgstr "Только пауза"
 
-#: src/libvlc.h:981
+#: src/libvlc.h:989
 msgid "Select the hotkey to use to pause."
 msgstr "Выберите горячую клавишу для паузы."
 
-#: src/libvlc.h:982
+#: src/libvlc.h:990
 msgid "Play only"
 msgstr "Только воспроизведение"
 
-#: src/libvlc.h:983
+#: src/libvlc.h:991
 msgid "Select the hotkey to use to play."
 msgstr "Выберите горячую клавишу для воспроизведения."
 
-#: src/libvlc.h:984 modules/control/hotkeys.c:713
-#: modules/gui/macosx/controls.m:687 modules/gui/macosx/intf.m:538
+#: src/libvlc.h:992 modules/control/hotkeys.c:713
+#: modules/gui/macosx/controls.m:693 modules/gui/macosx/intf.m:538
 #: modules/gui/wxwidgets/interface.cpp:695
 msgid "Faster"
 msgstr "Быстрее"
 
-#: src/libvlc.h:985
+#: src/libvlc.h:993
 msgid "Select the hotkey to use for fast forward playback."
 msgstr "Выберите горячую клавишу для быстрого воспроизведения."
 
-#: src/libvlc.h:986 modules/control/hotkeys.c:721
-#: modules/gui/macosx/controls.m:688 modules/gui/macosx/intf.m:539
+#: src/libvlc.h:994 modules/control/hotkeys.c:721
+#: modules/gui/macosx/controls.m:694 modules/gui/macosx/intf.m:539
 #: modules/gui/wxwidgets/interface.cpp:694
 msgid "Slower"
 msgstr "Медленнее"
 
-#: src/libvlc.h:987
+#: src/libvlc.h:995
 msgid "Select the hotkey to use for slow motion playback."
 msgstr "Выберите горячую клавишу для медленного воспроизведения."
 
-#: src/libvlc.h:988 modules/control/hotkeys.c:680
-#: modules/gui/macosx/controls.m:708 modules/gui/macosx/intf.m:496
+#: src/libvlc.h:996 modules/control/hotkeys.c:680
+#: modules/gui/macosx/controls.m:714 modules/gui/macosx/intf.m:496
 #: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:617
 #: modules/gui/macosx/intf.m:625 modules/gui/macosx/wizard.m:313
 #: modules/gui/macosx/wizard.m:364 modules/gui/macosx/wizard.m:1606
 #: modules/gui/wxwidgets/interface.cpp:693
 #: modules/gui/wxwidgets/interface.cpp:1509
-#: modules/gui/wxwidgets/menus.cpp:258
+#: modules/gui/wxwidgets/menus.cpp:259
 msgid "Next"
 msgstr "Следующий"
 
-#: src/libvlc.h:989
+#: src/libvlc.h:997
 msgid "Select the hotkey to use to skip to the next item in the playlist."
 msgstr ""
 "Выберите горячую клавишу для переключения на следующий элемент плейлиста."
 
-#: src/libvlc.h:990 modules/control/hotkeys.c:692
-#: modules/gui/macosx/controls.m:707 modules/gui/macosx/intf.m:491
+#: src/libvlc.h:998 modules/control/hotkeys.c:692
+#: modules/gui/macosx/controls.m:713 modules/gui/macosx/intf.m:491
 #: modules/gui/macosx/intf.m:540 modules/gui/macosx/intf.m:618
 #: modules/gui/macosx/intf.m:624 modules/gui/wxwidgets/interface.cpp:692
 #: modules/gui/wxwidgets/interface.cpp:1508
-#: modules/gui/wxwidgets/menus.cpp:257
+#: modules/gui/wxwidgets/menus.cpp:258
 msgid "Previous"
 msgstr "Предыдущий"
 
-#: src/libvlc.h:991
+#: src/libvlc.h:999
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
 msgstr ""
 "Выберите горячую клавишу для переключения на предыдущий элемент плейлиста."
 
-#: src/libvlc.h:992 modules/gui/macosx/controls.m:699
+#: src/libvlc.h:1000 modules/gui/macosx/controls.m:705
 #: modules/gui/macosx/intf.m:494 modules/gui/macosx/intf.m:537
 #: modules/gui/macosx/intf.m:616 modules/gui/macosx/intf.m:623
 #: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
@@ -3155,405 +3176,405 @@ msgstr ""
 #: modules/gui/wxwidgets/interface.cpp:676
 #: modules/gui/wxwidgets/interface.cpp:687
 #: modules/gui/wxwidgets/interface.cpp:1510
-#: modules/gui/wxwidgets/menus.cpp:256 modules/visualization/xosd.c:237
+#: modules/gui/wxwidgets/menus.cpp:257 modules/visualization/xosd.c:237
 msgid "Stop"
 msgstr "Остановить"
 
-#: src/libvlc.h:993
+#: src/libvlc.h:1001
 msgid "Select the hotkey to stop playback."
 msgstr "Выберите горячую клавишу для остановки."
 
-#: src/libvlc.h:994 modules/gui/macosx/bookmarks.m:101
+#: src/libvlc.h:1002 modules/gui/macosx/bookmarks.m:101
 #: modules/gui/macosx/bookmarks.m:110 modules/gui/macosx/embeddedwindow.m:46
 #: modules/gui/macosx/intf.m:499 modules/video_filter/marq.c:122
 #: modules/video_filter/rss.c:174
 msgid "Position"
 msgstr "Позиция"
 
-#: src/libvlc.h:995
+#: src/libvlc.h:1003
 msgid "Select the hotkey to display the position."
 msgstr "Выберите горячую клавишу для отображения текущей позиции."
 
-#: src/libvlc.h:997
+#: src/libvlc.h:1005
 msgid "Very short backwards jump"
 msgstr "Очень короткий скачок назад"
 
-#: src/libvlc.h:999
+#: src/libvlc.h:1007
 msgid "Select the hotkey to make a very short backwards jump."
 msgstr "Выберите горячую клавишу для очень короткого скачка назад."
 
-#: src/libvlc.h:1000
+#: src/libvlc.h:1008
 msgid "Short backwards jump"
 msgstr "Короткий скачок назад"
 
-#: src/libvlc.h:1002
+#: src/libvlc.h:1010
 msgid "Select the hotkey to make a short backwards jump."
 msgstr "Выберите горячую клавишу для короткого скачка назад."
 
-#: src/libvlc.h:1003
+#: src/libvlc.h:1011
 msgid "Medium backwards jump"
 msgstr "Средний скачок назад"
 
-#: src/libvlc.h:1005
+#: src/libvlc.h:1013
 msgid "Select the hotkey to make a medium backwards jump."
 msgstr "Выберите горячую клавишу для среднего скачка назад."
 
-#: src/libvlc.h:1006
+#: src/libvlc.h:1014
 msgid "Long backwards jump"
 msgstr "Длинный скачок назад"
 
-#: src/libvlc.h:1008
+#: src/libvlc.h:1016
 msgid "Select the hotkey to make a long backwards jump."
 msgstr "Выберите горячую клавишу для длинного скачка назад."
 
-#: src/libvlc.h:1010
+#: src/libvlc.h:1018
 msgid "Very short forward jump"
 msgstr "Очень короткий скачок вперед"
 
-#: src/libvlc.h:1012
+#: src/libvlc.h:1020
 msgid "Select the hotkey to make a very short forward jump."
 msgstr "Выберите горячую клавишу для очень короткого скачка вперед."
 
-#: src/libvlc.h:1013
+#: src/libvlc.h:1021
 msgid "Short forward jump"
 msgstr "Короткий скачок вперед"
 
-#: src/libvlc.h:1015
+#: src/libvlc.h:1023
 msgid "Select the hotkey to make a short forward jump."
 msgstr "Выберите горячую клавишу для короткого скачка вперед."
 
-#: src/libvlc.h:1016
+#: src/libvlc.h:1024
 msgid "Medium forward jump"
 msgstr "Средний скачок вперед"
 
-#: src/libvlc.h:1018
+#: src/libvlc.h:1026
 msgid "Select the hotkey to make a medium forward jump."
 msgstr "Выберите горячую клавишу для среднего скачка вперед."
 
-#: src/libvlc.h:1019
+#: src/libvlc.h:1027
 msgid "Long forward jump"
 msgstr "Длинный скачок вперед"
 
-#: src/libvlc.h:1021
+#: src/libvlc.h:1029
 msgid "Select the hotkey to make a long forward jump."
 msgstr "Выберите горячую клавишу для длинного скачка вперед."
 
-#: src/libvlc.h:1023
+#: src/libvlc.h:1031
 msgid "Very short jump length"
 msgstr "Длительность очень короткого скачка"
 
-#: src/libvlc.h:1024
+#: src/libvlc.h:1032
 msgid "Very short jump length, in seconds."
 msgstr "Длительность очень короткого скачка, в секундах."
 
-#: src/libvlc.h:1025
+#: src/libvlc.h:1033
 msgid "Short jump length"
 msgstr "Длительность короткого скачка"
 
-#: src/libvlc.h:1026
+#: src/libvlc.h:1034
 msgid "Short jump length, in seconds."
 msgstr "Длительность короткого скачка, в секундах."
 
-#: src/libvlc.h:1027
+#: src/libvlc.h:1035
 msgid "Medium jump length"
 msgstr "Длительность среднего скачка"
 
-#: src/libvlc.h:1028
+#: src/libvlc.h:1036
 msgid "Medium jump length, in seconds."
 msgstr "Длительность среднего скачка, в секуднах."
 
-#: src/libvlc.h:1029
+#: src/libvlc.h:1037
 msgid "Long jump length"
 msgstr "Длительность длинного скачка"
 
-#: src/libvlc.h:1030
+#: src/libvlc.h:1038
 msgid "Long jump length, in seconds."
 msgstr "Длительность длинного скачка, в секундах."
 
-#: src/libvlc.h:1032 modules/control/hotkeys.c:258
+#: src/libvlc.h:1040 modules/control/hotkeys.c:258
 #: modules/gui/beos/InterfaceWindow.cpp:276
 msgid "Quit"
 msgstr "Выход"
 
-#: src/libvlc.h:1033
+#: src/libvlc.h:1041
 msgid "Select the hotkey to quit the application."
 msgstr "Выберите горячую клавишу для выхода из приложения."
 
-#: src/libvlc.h:1034
+#: src/libvlc.h:1042
 msgid "Navigate up"
 msgstr "Перемещение вверх"
 
-#: src/libvlc.h:1035
+#: src/libvlc.h:1043
 msgid "Select the key to move the selector up in DVD menus."
 msgstr "Выберите горячую клавишу для перемещения указателя вверх в DVD-меню."
 
-#: src/libvlc.h:1036
+#: src/libvlc.h:1044
 msgid "Navigate down"
 msgstr "Перемещение вниз"
 
-#: src/libvlc.h:1037
+#: src/libvlc.h:1045
 msgid "Select the key to move the selector down in DVD menus."
 msgstr "Выберите горячую клавишу для перемещения указателя вниз в DVD-меню."
 
-#: src/libvlc.h:1038
+#: src/libvlc.h:1046
 msgid "Navigate left"
 msgstr "Перемещение влево"
 
-#: src/libvlc.h:1039
+#: src/libvlc.h:1047
 msgid "Select the key to move the selector left in DVD menus."
 msgstr "Выберите горячую клавишу для перемещения указателя влево в DVD-меню."
 
-#: src/libvlc.h:1040
+#: src/libvlc.h:1048
 msgid "Navigate right"
 msgstr "Перемещение вправо"
 
-#: src/libvlc.h:1041
+#: src/libvlc.h:1049
 msgid "Select the key to move the selector right in DVD menus."
 msgstr "Выберите горячую клавишу для перемещения указателя вправо в DVD-меню."
 
-#: src/libvlc.h:1042
+#: src/libvlc.h:1050
 msgid "Activate"
 msgstr "Активировать"
 
-#: src/libvlc.h:1043
+#: src/libvlc.h:1051
 msgid "Select the key to activate selected item in DVD menus."
 msgstr "Выберите горячую клавишу для активации текущего пункта DVD-меню."
 
-#: src/libvlc.h:1044
+#: src/libvlc.h:1052
 msgid "Go to the DVD menu"
 msgstr "Перейти к DVD-меню"
 
-#: src/libvlc.h:1045
+#: src/libvlc.h:1053
 msgid "Select the key to take you to the DVD menu"
 msgstr "Выберите горячую клавишу для перехода к DVD-меню"
 
-#: src/libvlc.h:1046
+#: src/libvlc.h:1054
 msgid "Select previous DVD title"
 msgstr "Выбрать предыдущий раздел DVD"
 
-#: src/libvlc.h:1047
+#: src/libvlc.h:1055
 msgid "Select the key to choose the previous title from the DVD"
 msgstr "Выберите горячую клавишу для выбора предыдущего раздела DVD"
 
-#: src/libvlc.h:1048
+#: src/libvlc.h:1056
 msgid "Select next DVD title"
 msgstr "Выбрать следующий раздел DVD"
 
-#: src/libvlc.h:1049
+#: src/libvlc.h:1057
 msgid "Select the key to choose the next title from the DVD"
 msgstr "Выберите клавишу для выбора следующего раздела DVD"
 
-#: src/libvlc.h:1050
+#: src/libvlc.h:1058
 msgid "Select prev DVD chapter"
 msgstr "Выбрать предыдующую главу DVD"
 
-#: src/libvlc.h:1051
+#: src/libvlc.h:1059
 msgid "Select the key to choose the previous chapter from the DVD"
 msgstr "Выберите клавишу для выбора предыдущей главы DVD"
 
-#: src/libvlc.h:1052
+#: src/libvlc.h:1060
 msgid "Select next DVD chapter"
 msgstr "Выбрать следующую главу DVD"
 
-#: src/libvlc.h:1053
+#: src/libvlc.h:1061
 msgid "Select the key to choose the next chapter from the DVD"
 msgstr "Выберите горячую клавишу для выбора следующей главы DVD"
 
-#: src/libvlc.h:1054
+#: src/libvlc.h:1062
 msgid "Volume up"
 msgstr "Громче"
 
-#: src/libvlc.h:1055
+#: src/libvlc.h:1063
 msgid "Select the key to increase audio volume."
 msgstr "Выберите горячую клавишу для увеличения громкости звука."
 
-#: src/libvlc.h:1056
+#: src/libvlc.h:1064
 msgid "Volume down"
 msgstr "Тише"
 
-#: src/libvlc.h:1057
+#: src/libvlc.h:1065
 msgid "Select the key to decrease audio volume."
 msgstr "Выберите горячую клавишу для увеличения громкости звука."
 
-#: src/libvlc.h:1058 modules/gui/macosx/controls.m:744
+#: src/libvlc.h:1066 modules/gui/macosx/controls.m:750
 #: modules/gui/macosx/intf.m:558 modules/gui/macosx/intf.m:619
 #: modules/gui/macosx/intf.m:628
 msgid "Mute"
 msgstr "Выключить звук"
 
-#: src/libvlc.h:1059
+#: src/libvlc.h:1067
 msgid "Select the key to mute audio."
 msgstr "Выберите горячую клавишу для выключения звука."
 
-#: src/libvlc.h:1060
+#: src/libvlc.h:1068
 msgid "Subtitle delay up"
 msgstr "Увеличить задержку субтитров"
 
-#: src/libvlc.h:1061
+#: src/libvlc.h:1069
 msgid "Select the key to increase the subtitle delay."
 msgstr "Выберите горячую клавишу для увеличения задержки субтитров."
 
-#: src/libvlc.h:1062
+#: src/libvlc.h:1070
 msgid "Subtitle delay down"
 msgstr "Уменьшить задержку субтитров"
 
-#: src/libvlc.h:1063
+#: src/libvlc.h:1071
 msgid "Select the key to decrease the subtitle delay."
 msgstr "Выберите горячую клавишу для уменьшения задержки субтитров."
 
-#: src/libvlc.h:1064
+#: src/libvlc.h:1072
 msgid "Audio delay up"
 msgstr "Увеличить задержку звука"
 
-#: src/libvlc.h:1065
+#: src/libvlc.h:1073
 msgid "Select the key to increase the audio delay."
 msgstr "Выберите горячую клавишу для увеличения задержки звука."
 
-#: src/libvlc.h:1066
+#: src/libvlc.h:1074
 msgid "Audio delay down"
 msgstr "Уменьшить задержку звука"
 
-#: src/libvlc.h:1067
+#: src/libvlc.h:1075
 msgid "Select the key to decrease the audio delay."
 msgstr "Выберите горячую клавишу для уменьшения задержки звука."
 
-#: src/libvlc.h:1068
+#: src/libvlc.h:1076
 msgid "Play playlist bookmark 1"
 msgstr "Воспроизвести закладку 1"
 
-#: src/libvlc.h:1069
+#: src/libvlc.h:1077
 msgid "Play playlist bookmark 2"
 msgstr "Воспроизвести закладку 2"
 
-#: src/libvlc.h:1070
+#: src/libvlc.h:1078
 msgid "Play playlist bookmark 3"
 msgstr "Воспроизвести закладку 3"
 
-#: src/libvlc.h:1071
+#: src/libvlc.h:1079
 msgid "Play playlist bookmark 4"
 msgstr "Воспроизвести закладку 4"
 
-#: src/libvlc.h:1072
+#: src/libvlc.h:1080
 msgid "Play playlist bookmark 5"
 msgstr "Воспроизвевсти закладку 5"
 
-#: src/libvlc.h:1073
+#: src/libvlc.h:1081
 msgid "Play playlist bookmark 6"
 msgstr "Воспроизвести закладку 6"
 
-#: src/libvlc.h:1074
+#: src/libvlc.h:1082
 msgid "Play playlist bookmark 7"
 msgstr "Воспроизвести закладку 7"
 
-#: src/libvlc.h:1075
+#: src/libvlc.h:1083
 msgid "Play playlist bookmark 8"
 msgstr "Воспроизвести закладку 8"
 
-#: src/libvlc.h:1076
+#: src/libvlc.h:1084
 msgid "Play playlist bookmark 9"
 msgstr "Воспроизвести закладку 9"
 
-#: src/libvlc.h:1077
+#: src/libvlc.h:1085
 msgid "Play playlist bookmark 10"
 msgstr "Воспроизвести закладку 10"
 
-#: src/libvlc.h:1078
+#: src/libvlc.h:1086
 msgid "Select the key to play this bookmark."
 msgstr "Выберите горячую клавишу для воспроизведения этой закладки."
 
-#: src/libvlc.h:1079
+#: src/libvlc.h:1087
 msgid "Set playlist bookmark 1"
 msgstr "Установить закладку 1"
 
-#: src/libvlc.h:1080
+#: src/libvlc.h:1088
 msgid "Set playlist bookmark 2"
 msgstr "Установить закладку 2"
 
-#: src/libvlc.h:1081
+#: src/libvlc.h:1089
 msgid "Set playlist bookmark 3"
 msgstr "Установить закладку 3"
 
-#: src/libvlc.h:1082
+#: src/libvlc.h:1090
 msgid "Set playlist bookmark 4"
 msgstr "Установить закладку 4"
 
-#: src/libvlc.h:1083
+#: src/libvlc.h:1091
 msgid "Set playlist bookmark 5"
 msgstr "Установить закладку 5"
 
-#: src/libvlc.h:1084
+#: src/libvlc.h:1092
 msgid "Set playlist bookmark 6"
 msgstr "Установить закладку 6"
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1093
 msgid "Set playlist bookmark 7"
 msgstr "Установить закладку 7"
 
-#: src/libvlc.h:1086
+#: src/libvlc.h:1094
 msgid "Set playlist bookmark 8"
 msgstr "Установить закладку 8"
 
-#: src/libvlc.h:1087
+#: src/libvlc.h:1095
 msgid "Set playlist bookmark 9"
 msgstr "Установить закладку 9"
 
-#: src/libvlc.h:1088
+#: src/libvlc.h:1096
 msgid "Set playlist bookmark 10"
 msgstr "Установить закладку 10"
 
-#: src/libvlc.h:1089
+#: src/libvlc.h:1097
 msgid "Select the key to set this playlist bookmark."
 msgstr "Выберите клавишу для добавления закладки на этот плейлист."
 
-#: src/libvlc.h:1091 modules/control/hotkeys.c:84
+#: src/libvlc.h:1099 modules/control/hotkeys.c:84
 msgid "Playlist bookmark 1"
 msgstr "Закладка 1"
 
-#: src/libvlc.h:1092 modules/control/hotkeys.c:85
+#: src/libvlc.h:1100 modules/control/hotkeys.c:85
 msgid "Playlist bookmark 2"
 msgstr "Закладка 2"
 
-#: src/libvlc.h:1093 modules/control/hotkeys.c:86
+#: src/libvlc.h:1101 modules/control/hotkeys.c:86
 msgid "Playlist bookmark 3"
 msgstr "Закладка 3"
 
-#: src/libvlc.h:1094 modules/control/hotkeys.c:87
+#: src/libvlc.h:1102 modules/control/hotkeys.c:87
 msgid "Playlist bookmark 4"
 msgstr "Закладка 4"
 
-#: src/libvlc.h:1095 modules/control/hotkeys.c:88
+#: src/libvlc.h:1103 modules/control/hotkeys.c:88
 msgid "Playlist bookmark 5"
 msgstr "Закладка 5"
 
-#: src/libvlc.h:1096 modules/control/hotkeys.c:89
+#: src/libvlc.h:1104 modules/control/hotkeys.c:89
 msgid "Playlist bookmark 6"
 msgstr "Закладка 6"
 
-#: src/libvlc.h:1097 modules/control/hotkeys.c:90
+#: src/libvlc.h:1105 modules/control/hotkeys.c:90
 msgid "Playlist bookmark 7"
 msgstr "Закладка 7"
 
-#: src/libvlc.h:1098 modules/control/hotkeys.c:91
+#: src/libvlc.h:1106 modules/control/hotkeys.c:91
 msgid "Playlist bookmark 8"
 msgstr "Закладка 8"
 
-#: src/libvlc.h:1099 modules/control/hotkeys.c:92
+#: src/libvlc.h:1107 modules/control/hotkeys.c:92
 msgid "Playlist bookmark 9"
 msgstr "Закладка 9"
 
-#: src/libvlc.h:1100 modules/control/hotkeys.c:93
+#: src/libvlc.h:1108 modules/control/hotkeys.c:93
 msgid "Playlist bookmark 10"
 msgstr "Закладка 10"
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1110
 msgid "This allows you to define playlist bookmarks."
 msgstr "Позволяет задать закладки плейлиста."
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1112
 msgid "Go back in browsing history"
 msgstr "Возврат по списку"
 
-#: src/libvlc.h:1105
+#: src/libvlc.h:1113
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
@@ -3561,11 +3582,11 @@ msgstr ""
 "Выберите горячую клавишу для возврата к предыдущему элементу в истории "
 "плейлиста."
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1114
 msgid "Go forward in browsing history"
 msgstr "Вперед по списку"
 
-#: src/libvlc.h:1107
+#: src/libvlc.h:1115
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
@@ -3573,129 +3594,129 @@ msgstr ""
 "Выберите горячую клавишу для перехода к следующему элементу в истории "
 "плейлиста."
 
-#: src/libvlc.h:1109
+#: src/libvlc.h:1117
 msgid "Cycle audio track"
 msgstr "Переключить аудио дорожку"
 
-#: src/libvlc.h:1110
+#: src/libvlc.h:1118
 msgid "Cycle through the available audio tracks(languages)."
 msgstr "Циклически переключать доступные аудио дорожки (языки)."
 
-#: src/libvlc.h:1111
+#: src/libvlc.h:1119
 msgid "Cycle subtitle track"
 msgstr "Переключить дорожку субтитров"
 
-#: src/libvlc.h:1112
+#: src/libvlc.h:1120
 msgid "Cycle through the available subtitle tracks."
 msgstr "Циклически переключать доступные дорожки субтитров."
 
-#: src/libvlc.h:1113
+#: src/libvlc.h:1121
 msgid "Cycle source aspect ratio"
 msgstr "Переключить соотношение сторон"
 
-#: src/libvlc.h:1114
+#: src/libvlc.h:1122
 msgid "Cycle through a predefined list of source aspect ratios."
 msgstr "Циклически переключать соотношение сторон из предопределенного списка."
 
-#: src/libvlc.h:1115
+#: src/libvlc.h:1123
 msgid "Cycle video crop"
 msgstr "Переключить обрезание"
 
-#: src/libvlc.h:1116
+#: src/libvlc.h:1124
 msgid "Cycle through a predefined list of crop formats."
 msgstr "Циклически переключать обрезание из предопределенного списка."
 
-#: src/libvlc.h:1117
+#: src/libvlc.h:1125
 msgid "Cycle deinterlace modes"
 msgstr "Переключить деинтерлейс"
 
-#: src/libvlc.h:1118
+#: src/libvlc.h:1126
 msgid "Cycle through deinterlace modes."
 msgstr "Циклически переключать режим деинтерлейс."
 
-#: src/libvlc.h:1119
+#: src/libvlc.h:1127
 msgid "Show interface"
 msgstr "Показать интерфейс"
 
-#: src/libvlc.h:1120
+#: src/libvlc.h:1128
 msgid "Raise the interface above all other windows."
 msgstr "Поднять интерфейс над всеми другими окнами."
 
-#: src/libvlc.h:1121
+#: src/libvlc.h:1129
 msgid "Hide interface"
 msgstr "Скрыть интерфейс"
 
-#: src/libvlc.h:1122
+#: src/libvlc.h:1130
 msgid "Lower the interface below all other windows."
 msgstr "Спрятать интерфейс под другими окнами."
 
-#: src/libvlc.h:1123
+#: src/libvlc.h:1131
 msgid "Take video snapshot"
 msgstr "Сделать стоп-кадр"
 
-#: src/libvlc.h:1124
+#: src/libvlc.h:1132
 msgid "Takes a video snapshot and writes it to disk."
 msgstr "Сделать стоп-кадр видео и сохранить его на диск."
 
-#: src/libvlc.h:1126 modules/access_filter/record.c:51
+#: src/libvlc.h:1134 modules/access_filter/record.c:51
 #: modules/access_filter/record.c:52
 msgid "Record"
 msgstr "Запись"
 
-#: src/libvlc.h:1127
+#: src/libvlc.h:1135
 msgid "Record access filter start/stop."
 msgstr "Включение/выключение входного фильтра записи."
 
-#: src/libvlc.h:1129 src/libvlc.h:1130 src/video_output/vout_intf.c:211
+#: src/libvlc.h:1137 src/libvlc.h:1138 src/video_output/vout_intf.c:211
 msgid "Zoom"
 msgstr "Масштаб"
 
-#: src/libvlc.h:1132 src/libvlc.h:1133
+#: src/libvlc.h:1140 src/libvlc.h:1141
 #, fuzzy
 msgid "Un-Zoom"
 msgstr "Масштаб"
 
-#: src/libvlc.h:1135 src/libvlc.h:1136
+#: src/libvlc.h:1143 src/libvlc.h:1144
 #, fuzzy
 msgid "Crop one pixel from the top of the video"
 msgstr "Количество пикселей для обрезания сверху."
 
-#: src/libvlc.h:1137 src/libvlc.h:1138
+#: src/libvlc.h:1145 src/libvlc.h:1146
 #, fuzzy
 msgid "Uncrop one pixel from the top of the video"
 msgstr "Количество пикселей для обрезания сверху."
 
-#: src/libvlc.h:1140 src/libvlc.h:1141
+#: src/libvlc.h:1148 src/libvlc.h:1149
 #, fuzzy
 msgid "Crop one pixel from the left of the video"
 msgstr "Количество пикселей для обрезания слева."
 
-#: src/libvlc.h:1142 src/libvlc.h:1143
+#: src/libvlc.h:1150 src/libvlc.h:1151
 #, fuzzy
 msgid "Uncrop one pixel from the left of the video"
 msgstr "Количество пикселей для обрезания слева."
 
-#: src/libvlc.h:1145 src/libvlc.h:1146
+#: src/libvlc.h:1153 src/libvlc.h:1154
 #, fuzzy
 msgid "Crop one pixel from the bottom of the video"
 msgstr "Количество пикселей для обрезания снизу."
 
-#: src/libvlc.h:1147 src/libvlc.h:1148
+#: src/libvlc.h:1155 src/libvlc.h:1156
 #, fuzzy
 msgid "Uncrop one pixel from the bottom of the video"
 msgstr "Количество пикселей для обрезания снизу."
 
-#: src/libvlc.h:1150 src/libvlc.h:1151
+#: src/libvlc.h:1158 src/libvlc.h:1159
 #, fuzzy
 msgid "Crop one pixel from the right of the video"
 msgstr "Количество пикселей для обрезания справа."
 
-#: src/libvlc.h:1152 src/libvlc.h:1153
+#: src/libvlc.h:1160 src/libvlc.h:1161
 #, fuzzy
 msgid "Uncrop one pixel from the right of the video"
 msgstr "Количество пикселей для обрезания справа."
 
-#: src/libvlc.h:1157
+#: src/libvlc.h:1165
 #, c-format
 msgid ""
 "Usage: %s [options] [stream] ...\n"
@@ -3765,59 +3786,59 @@ msgstr ""
 "на определенное время\n"
 "  vlc:quit                           Специальный элемент для выхода из VLC\n"
 
-#: src/libvlc.h:1267 src/video_output/vout_intf.c:420
-#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:753
+#: src/libvlc.h:1277 src/video_output/vout_intf.c:420
+#: modules/gui/macosx/controls.m:328 modules/gui/macosx/controls.m:759
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:630
 #: modules/video_output/snapshot.c:76
 msgid "Snapshot"
 msgstr "Стоп-кадр"
 
-#: src/libvlc.h:1280
+#: src/libvlc.h:1290
 msgid "Window properties"
 msgstr "Настройки окна"
 
-#: src/libvlc.h:1325
+#: src/libvlc.h:1335
 msgid "Subpictures"
 msgstr "Слои"
 
-#: src/libvlc.h:1332 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
+#: src/libvlc.h:1342 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
 #: modules/gui/beos/InterfaceWindow.cpp:279
 msgid "Subtitles"
 msgstr "Субтитры"
 
-#: src/libvlc.h:1349 modules/stream_out/transcode.c:151
+#: src/libvlc.h:1359 modules/stream_out/transcode.c:151
 msgid "Overlays"
 msgstr "Наложения"
 
-#: src/libvlc.h:1359
+#: src/libvlc.h:1369
 msgid "Track settings"
 msgstr "Настройки дорожек"
 
-#: src/libvlc.h:1381
+#: src/libvlc.h:1391
 msgid "Playback control"
 msgstr "Управление воспроизведением"
 
-#: src/libvlc.h:1396
+#: src/libvlc.h:1406
 msgid "Default devices"
 msgstr "Устройства по-умолчанию"
 
-#: src/libvlc.h:1405
+#: src/libvlc.h:1415
 msgid "Network settings"
 msgstr "Настройки сети"
 
-#: src/libvlc.h:1417
+#: src/libvlc.h:1427
 msgid "Socks proxy"
 msgstr "Прокси-сервер Socks"
 
-#: src/libvlc.h:1426
+#: src/libvlc.h:1436
 msgid "Metadata"
 msgstr "Мета-данные"
 
-#: src/libvlc.h:1456
+#: src/libvlc.h:1466
 msgid "Decoders"
 msgstr "Декодеры"
 
-#: src/libvlc.h:1463 modules/access/v4l2.c:56
+#: src/libvlc.h:1473 modules/access/v4l2.c:56
 #: modules/gui/macosx/playlistinfo.m:80
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:265
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:378
@@ -3825,82 +3846,82 @@ msgstr "Декодеры"
 msgid "Input"
 msgstr "Ввод"
 
-#: src/libvlc.h:1499 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
+#: src/libvlc.h:1509 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
 msgid "VLM"
 msgstr "VLM"
 
-#: src/libvlc.h:1530
+#: src/libvlc.h:1540
 msgid "CPU"
 msgstr "CPU"
 
-#: src/libvlc.h:1552
+#: src/libvlc.h:1562
 msgid "Special modules"
 msgstr "Специальные модули"
 
-#: src/libvlc.h:1559
+#: src/libvlc.h:1569
 msgid "Plugins"
 msgstr "Расширения"
 
-#: src/libvlc.h:1567
+#: src/libvlc.h:1577
 msgid "Performance options"
 msgstr "Настройки производительности"
 
-#: src/libvlc.h:1700
+#: src/libvlc.h:1714
 msgid "Hot keys"
 msgstr "Горячие главиши"
 
-#: src/libvlc.h:2011
+#: src/libvlc.h:2025
 msgid "Jump sizes"
 msgstr "Размеры скачков"
 
-#: src/libvlc.h:2090
+#: src/libvlc.h:2104
 msgid "main program"
 msgstr "главная программа"
 
-#: src/libvlc.h:2097
+#: src/libvlc.h:2111
 msgid "print help for VLC (can be combined with --advanced)"
 msgstr "показать справку по VLC (может сочетаться с --advanced)"
 
-#: src/libvlc.h:2099
+#: src/libvlc.h:2113
 #, fuzzy
 msgid ""
 "print help for VLC and all its modules (can be combined with --advanced)"
 msgstr "показать справку по VLC и всем модулям (может сочетаться с --advanced)"
 
-#: src/libvlc.h:2101
+#: src/libvlc.h:2115
 msgid "print help for the advanced options"
 msgstr "показать справку по дополнительным настройкам"
 
-#: src/libvlc.h:2103
+#: src/libvlc.h:2117
 msgid "ask for extra verbosity when displaying help"
 msgstr "спрашивать о дополнительных подробностях во время показа справки"
 
-#: src/libvlc.h:2105
+#: src/libvlc.h:2119
 msgid "print a list of available modules"
 msgstr "показать список доступных модулей"
 
-#: src/libvlc.h:2107
+#: src/libvlc.h:2121
 msgid "print help on a specific module (can be combined with --advanced)"
 msgstr ""
 "показать справку по определенному модуля (может сочетаться с --advanced)"
 
-#: src/libvlc.h:2109
+#: src/libvlc.h:2123
 msgid "save the current command line options in the config"
 msgstr "сохранить текущие параметры коммандной строки в файл конфигурации"
 
-#: src/libvlc.h:2111
+#: src/libvlc.h:2125
 msgid "reset the current config to the default values"
 msgstr "сбросить текущую конфигурацию к параметрам по-умолчанию"
 
-#: src/libvlc.h:2113
+#: src/libvlc.h:2127
 msgid "use alternate config file"
 msgstr "использовать альтернативный файл конфигурации"
 
-#: src/libvlc.h:2115
+#: src/libvlc.h:2129
 msgid "resets the current plugins cache"
 msgstr "очистить текущий кэш расширений"
 
-#: src/libvlc.h:2117
+#: src/libvlc.h:2131
 msgid "print version information"
 msgstr "показать информацию о версии"
 
@@ -4509,7 +4530,8 @@ msgstr "Неизвестно"
 msgid "Media: %s"
 msgstr "Поток: %s"
 
-#: src/playlist/engine.c:92 src/playlist/engine.c:94
+#: src/playlist/engine.c:104 src/playlist/engine.c:106
+#: src/playlist/loadsave.c:149
 msgid "Media Library"
 msgstr ""
 
@@ -4568,17 +4590,8 @@ msgstr "Обрезать"
 msgid "Aspect-ratio"
 msgstr "Соотношение сторон"
 
-#: modules/access/cdda/access.c:293
-msgid "CD reading failed"
-msgstr ""
-
-#: modules/access/cdda/access.c:294
-#, c-format
-msgid "VLC could not get a new block of size: %i."
-msgstr ""
-
 #: modules/access/cdda.c:58 modules/access/dshow/dshow.cpp:91
-#: modules/access/dvb/access.c:73 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:73
 #: modules/access/dvdnav.c:64 modules/access/dvdread.c:62
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:43
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4634,7 +4647,16 @@ msgstr "Аудио CD - Дорожка "
 msgid "Audio CD - Track %i"
 msgstr "Аудио CD - Дорожка %i"
 
-#: modules/access/cdda/cdda.c:42 modules/access/directory.c:77
+#: modules/access/cdda/access.c:293
+msgid "CD reading failed"
+msgstr ""
+
+#: modules/access/cdda/access.c:294
+#, c-format
+msgid "VLC could not get a new block of size: %i."
+msgstr ""
+
+#: modules/access/cdda/cdda.c:42 modules/access/directory.c:78
 #: modules/codec/x264.c:280 modules/codec/x264.c:287 modules/codec/x264.c:292
 msgid "none"
 msgstr "нет"
@@ -4928,11 +4950,11 @@ msgstr "MRL"
 msgid "Track Number"
 msgstr "Номер дорожки"
 
-#: modules/access/directory.c:69
+#: modules/access/directory.c:70
 msgid "Subdirectory behavior"
 msgstr "Поведение подкаталога"
 
-#: modules/access/directory.c:71
+#: modules/access/directory.c:72
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -4945,19 +4967,19 @@ msgstr ""
 "воспроизведении.\n"
 "раскрывать: все подкаталоги раскрываются.\n"
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:78
 msgid "collapse"
 msgstr "складывать"
 
-#: modules/access/directory.c:78
+#: modules/access/directory.c:79
 msgid "expand"
 msgstr "раскрывать"
 
-#: modules/access/directory.c:80
+#: modules/access/directory.c:81
 msgid "Ignored extensions"
 msgstr "Пропускать расширения"
 
-#: modules/access/directory.c:82
+#: modules/access/directory.c:83
 msgid ""
 "Files with these extensions will not be added to playlist when opening a "
 "directory.\n"
@@ -4969,11 +4991,11 @@ msgstr ""
 "Это полезно, если вы к примеру добавляете каталоги, которые содержать другие "
 "плейлисты. Расширения разделяются запятыми."
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:90
 msgid "Directory"
 msgstr "Каталог"
 
-#: modules/access/directory.c:91
+#: modules/access/directory.c:92
 msgid "Standard filesystem directory input"
 msgstr "Ввод с каталога файловой системы"
 
@@ -5204,6 +5226,18 @@ msgstr ""
 msgid "The capture device \"%s\" does not support the required parameters."
 msgstr ""
 
+#: modules/access/dv.c:70
+msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
+msgstr "Размер кэша для потока DV. Значение указывается в миллисекудах."
+
+#: modules/access/dv.c:74
+msgid "Digital Video (Firewire/ieee1394)  input"
+msgstr "Источник Digital Video (Firewire/IEEE 1394)"
+
+#: modules/access/dv.c:75
+msgid "dv"
+msgstr "dv"
+
 #: modules/access/dvb/access.c:75
 msgid ""
 "Caching value for DVB streams. This value should be set in milliseconds."
@@ -5469,18 +5503,6 @@ msgstr "Нормализация громкости"
 msgid "The provided polarization \"%c\" is not valid."
 msgstr ""
 
-#: modules/access/dv.c:70
-msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
-msgstr "Размер кэша для потока DV. Значение указывается в миллисекудах."
-
-#: modules/access/dv.c:74
-msgid "Digital Video (Firewire/ieee1394)  input"
-msgstr "Источник Digital Video (Firewire/IEEE 1394)"
-
-#: modules/access/dv.c:75
-msgid "dv"
-msgstr "dv"
-
 #: modules/access/dvdnav.c:60 modules/access/dvdread.c:58
 msgid "DVD angle"
 msgstr "Угол DVD"
@@ -5699,62 +5721,18 @@ msgstr ""
 msgid "VLC could not open file \"%s\" (%s)."
 msgstr ""
 
-#: modules/access_filter/record.c:43
-msgid "Record directory"
-msgstr "Каталог для записи"
-
-#: modules/access_filter/record.c:45
-msgid "Directory where the record will be stored."
-msgstr "Каталог, где будут сохраняться все записи."
-
-#: modules/access_filter/timeshift.c:44
-msgid "Timeshift granularity"
-msgstr "Размер сдвига по времени"
-
-#: modules/access_filter/timeshift.c:46
+#: modules/access/ftp.c:45
 msgid ""
-"This is the size of the temporary files tha will be used to store the "
-"timeshifted streams."
-msgstr ""
-"Размер временных файлов, которые будут содержать сдвинутые по времени потоки."
+"Caching value for FTP streams. This value should be set in milliseconds."
+msgstr "Размер кэша для потока FTP. Значение указывается в миллисекундах."
 
-#: modules/access_filter/timeshift.c:48
-msgid "Timeshift directory"
-msgstr "Каталог сдвига по времени"
+#: modules/access/ftp.c:47
+msgid "FTP user name"
+msgstr "Имя пользователя"
 
-#: modules/access_filter/timeshift.c:49
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-"Каталог, где будут сохраняться временные файлы модуля сдвига по времени."
-
-#: modules/access_filter/timeshift.c:51
-#, fuzzy
-msgid "Force use of the timeshift module"
-msgstr ""
-"Каталог, где будут сохраняться временные файлы модуля сдвига по времени."
-
-#: modules/access_filter/timeshift.c:52
-msgid ""
-"Force use of the timeshift module even if the access declares that it can "
-"control pace or pause."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
-msgid "Timeshift"
-msgstr "Сдвиг по времени"
-
-#: modules/access/ftp.c:45
-msgid ""
-"Caching value for FTP streams. This value should be set in milliseconds."
-msgstr "Размер кэша для потока FTP. Значение указывается в миллисекундах."
-
-#: modules/access/ftp.c:47
-msgid "FTP user name"
-msgstr "Имя пользователя"
-
-#: modules/access/ftp.c:48 modules/access/smb.c:64
-msgid "User name that will be used for the connection."
-msgstr "Имя пользователя для соединения с FTP-сервером."
+#: modules/access/ftp.c:48 modules/access/smb.c:64
+msgid "User name that will be used for the connection."
+msgstr "Имя пользователя для соединения с FTP-сервером."
 
 #: modules/access/ftp.c:50
 msgid "FTP password"
@@ -5907,402 +5885,152 @@ msgstr "Максимальный разрешенный битрейт пото
 msgid "Microsoft Media Server (MMS) input"
 msgstr "Ввод с Microsoft Media Server (MMS)"
 
-#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
-msgid "Dummy stream output"
-msgstr "Ложный вывод потока"
+#: modules/access/pvr.c:49
+msgid ""
+"Default caching value for PVR streams. This value should be set in "
+"milliseconds."
+msgstr "Размер кэша для потоков PVR. Значение указыватеся в миллисекундах."
 
-#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
-msgid "Dummy"
-msgstr "Ложный"
+#: modules/access/pvr.c:52
+msgid "Device"
+msgstr "Устройство"
 
-#: modules/access_output/file.c:61
-msgid "Append to file"
-msgstr "Добавлять к файлу"
+#: modules/access/pvr.c:53
+msgid "PVR video device"
+msgstr "Видео устройство PVR"
 
-#: modules/access_output/file.c:62
-msgid "Append to file if it exists instead of replacing it."
-msgstr "Добавлять поток к файлу вместо того, чтобы заменять его."
+#: modules/access/pvr.c:55
+msgid "Radio device"
+msgstr "Радио устройство"
 
-#: modules/access_output/file.c:66
-msgid "File stream output"
-msgstr "Вывод потока в файл"
+#: modules/access/pvr.c:56
+msgid "PVR radio device"
+msgstr "Радио устройство PVR"
 
-#: modules/access_output/http.c:58
-msgid "Username"
-msgstr "Имя пользователя"
+#: modules/access/pvr.c:58 modules/access/v4l.c:96
+msgid "Norm"
+msgstr "Стандарт"
 
-#: modules/access_output/http.c:59
-msgid "User name that will be requested to access the stream."
-msgstr "Имя пользователя, которое будет запрошено для доступа к потоку."
+#: modules/access/pvr.c:59 modules/access/v4l.c:98
+msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
+msgstr "Стандарт потока (Автоматически, SECAM, PAL или NTSC)."
 
-#: modules/access_output/http.c:61 modules/control/telnet.c:81
-msgid "Password"
-msgstr "Пароль"
+#: modules/access/pvr.c:62 modules/access/v4l.c:102
+#: modules/video_filter/mosaic.c:96
+msgid "Width"
+msgstr "Ширина"
 
-#: modules/access_output/http.c:62
-msgid "Password that will be requested to access the stream."
-msgstr "Пароль, который будет запрошен для доступа к потоку."
+#: modules/access/pvr.c:63
+msgid "Width of the stream to capture (-1 for autodetection)."
+msgstr "Ширина захватываемого потока (-1 для автоопределения)."
 
-#: modules/access_output/http.c:66
-msgid "Mime"
-msgstr "MIME"
+#: modules/access/pvr.c:66 modules/access/v4l.c:105
+#: modules/video_filter/mosaic.c:94
+msgid "Height"
+msgstr "Высота"
 
-#: modules/access_output/http.c:67
-msgid "MIME returned by the server (autodetected if not specified."
-msgstr ""
-"Типы MIME, возвращаемые сервером (автоопределение, если ничего не указано)."
+#: modules/access/pvr.c:67
+msgid "Height of the stream to capture (-1 for autodetection)."
+msgstr "Высота захватываемого потока (-1 для автоопределения)."
 
-#: modules/access_output/http.c:71
-msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
-msgstr ""
-"Путь к файлу сертификатов x509 PEM, который будет использован для HTTPS."
+#: modules/access/pvr.c:70 modules/access/v4l.c:89
+msgid "Frequency"
+msgstr "Частота:"
 
-#: modules/access_output/http.c:74
-#, fuzzy
-msgid ""
-"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
-"empty if you don't have one."
-msgstr ""
-"Путь к файлу приватного ключа x509 PEM, который будет использован для HTTPS. "
-"Оставьте пустым, если у вас его нет."
+#: modules/access/pvr.c:71 modules/access/v4l.c:91
+msgid "Frequency to capture (in kHz), if applicable."
+msgstr "Частота захвата (в кГц), если возможно изменение."
 
-#: modules/access_output/http.c:78
-#, fuzzy
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used for HTTPS. Leave empty if you don't have one."
+#: modules/access/pvr.c:74 modules/access/v4l.c:137
+msgid "Framerate to capture, if applicable (-1 for autodetect)."
 msgstr ""
-"Путь к файлу доверенного корневого сертификата (Root CA) x509 PEM, который "
-"будет использован для HTTPS. Оставьте пустым, если у вас его нет."
+"Частота кадров захвата, если возможно применение (-1 для автоопределения)."
 
-#: modules/access_output/http.c:83
+#: modules/access/pvr.c:77
+msgid "Key interval"
+msgstr "Интервал ключевых кадров"
+
+#: modules/access/pvr.c:78
+msgid "Interval between keyframes (-1 for autodetect)."
+msgstr "Интервал между ключевыми кадрами (-1 для автоопределения)."
+
+#: modules/access/pvr.c:80
+msgid "B Frames"
+msgstr "B-кадры"
+
+#: modules/access/pvr.c:81
 msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be used for "
-"SSL. Leave empty if you don't have one."
+"If this option is set, B-Frames will be used. Use this option to set the "
+"number of B-Frames."
 msgstr ""
-"Путь к файлу со списком отозванных сертификатов x509 PEM (CRL), который "
-"будет использован для HTTPS. Оставьте пустым, если у вас его нет."
+"При включении этого параметра будут использоваться B-кадры. Укажите "
+"количество B-кадров."
 
-#: modules/access_output/http.c:86
-msgid "Advertise with Bonjour"
-msgstr "Оповещение Bonjur"
+#: modules/access/pvr.c:85
+msgid "Bitrate to use (-1 for default)."
+msgstr "Необходимый битрейт (-1 для автоопределения)."
 
-#: modules/access_output/http.c:87
-msgid "Advertise the stream with the Bonjour protocol."
-msgstr "Оповещать о потоке с помощью протокола Bonjour."
+#: modules/access/pvr.c:87
+msgid "Bitrate peak"
+msgstr "Пиковый битрейт"
 
-#: modules/access_output/http.c:91
-msgid "HTTP stream output"
-msgstr "Вывод потока HTTP"
+#: modules/access/pvr.c:88
+msgid "Peak bitrate in VBR mode."
+msgstr "Пиковый битрейт в режиме VBR."
 
-#: modules/access_output/http.c:93 modules/control/http/http.c:61
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
-msgid "HTTP"
-msgstr "HTTP"
+#: modules/access/pvr.c:91
+msgid "Bitrate mode)"
+msgstr "Тип битрейта"
 
-#: modules/access_output/shout.c:58
-msgid "Stream name"
-msgstr "Имя потока"
+#: modules/access/pvr.c:92
+msgid "Bitrate mode to use (VBR or CBR)."
+msgstr "Тип битрейта (VBR или CBR)."
 
-#: modules/access_output/shout.c:59
-#, fuzzy
-msgid "Name to give to this stream/channel on the shoutcast/icecast server."
-msgstr "Имя потока или канала на сервере icecast."
+#: modules/access/pvr.c:94
+msgid "Audio bitmask"
+msgstr "Битовая маска звука"
 
-#: modules/access_output/shout.c:62
-msgid "Stream description"
-msgstr "Описание потока"
+#: modules/access/pvr.c:95
+msgid "Bitmask that will get used by the audio part of the card."
+msgstr "Битовая маска, используемая аудио частью карты."
 
-#: modules/access_output/shout.c:63
-msgid "Description of the stream content or information about your channel."
-msgstr "Описание потока или информация о вашем канале."
+#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
+#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
+msgid "Volume"
+msgstr "Громкость"
 
-#: modules/access_output/shout.c:66
-msgid "Stream MP3"
-msgstr "Вещать в MP3"
+#: modules/access/pvr.c:99
+msgid "Audio volume (0-65535)."
+msgstr "Громкость звука (0-65535)."
 
-#: modules/access_output/shout.c:67
-#, fuzzy
+#: modules/access/pvr.c:101 modules/access/v4l.c:92
+msgid "Channel"
+msgstr "Канал"
+
+#: modules/access/pvr.c:102
 msgid ""
-"You normally have to feed the shoutcast module with Ogg streams. It is also "
-"possible to stream MP3 instead, so you can forward MP3 streams to the "
-"shoutcast/icecast server."
-msgstr ""
-"Обычно вы должны передавать модулю shoutcast потоки Ogg. Но также возможно "
-"вместо этого вещать MP3, так что вы можете передавать потоки MP3 на сервер "
-"icecast."
+"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)"
+msgstr "Канал карты (обычно, 0 = тюнер, 1 = композитный вход, 2 = s-video)"
 
-#: modules/access_output/shout.c:76
-#, fuzzy
-msgid "Genre description"
-msgstr "Описание потока"
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "Automatic"
+msgstr "Автоматически"
 
-#: modules/access_output/shout.c:77
-msgid "Genre of the content. "
-msgstr ""
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "SECAM"
+msgstr "SECAM"
 
-#: modules/access_output/shout.c:79
-#, fuzzy
-msgid "URL description"
-msgstr "Описание"
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "PAL"
+msgstr "PAL"
 
-#: modules/access_output/shout.c:80
-msgid "URL with information about the stream or your channel. "
-msgstr ""
+#: modules/access/pvr.c:108 modules/access/v4l.c:143
+msgid "NTSC"
+msgstr "NTSC"
 
-#: modules/access_output/shout.c:87
-#, fuzzy
-msgid "Bitrate information of the transcoded stream. "
-msgstr "Целевой битрейт сжатого аудио потока."
-
-#: modules/access_output/shout.c:89 modules/access/v4l.c:122
-msgid "Samplerate"
-msgstr "Частота дискретизации"
-
-#: modules/access_output/shout.c:90
-#, fuzzy
-msgid "Samplerate information of the transcoded stream. "
-msgstr "Целевой битрейт сжатого видео потока"
-
-#: modules/access_output/shout.c:92
-#, fuzzy
-msgid "Number of channels"
-msgstr "Количество выходных каналов"
-
-#: modules/access_output/shout.c:93
-#, fuzzy
-msgid "Number of channels information of the transcoded stream. "
-msgstr "Количество каналов звука в сжатом потоке."
-
-#: modules/access_output/shout.c:95
-msgid "Ogg Vorbis Quality"
-msgstr ""
-
-#: modules/access_output/shout.c:96
-#, fuzzy
-msgid "Ogg Vorbis Quality information of the transcoded stream. "
-msgstr "Целевой битрейт сжатого видео потока"
-
-#: modules/access_output/shout.c:98
-#, fuzzy
-msgid "Stream public"
-msgstr "Остановить поток"
-
-#: modules/access_output/shout.c:99
-msgid ""
-"Make the server publicly available on the 'Yellow Pages' (directory listing "
-"of streams) on the icecast/shoutcast website. Requires the bitrate "
-"information specified for shoutcast. Requires Ogg streaming for icecast."
-msgstr ""
-
-#: modules/access_output/shout.c:105
-msgid "IceCAST output"
-msgstr "Вывод в IceCAST"
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:41
-#: modules/demux/live555.cpp:63
-msgid "Caching value (ms)"
-msgstr "Размер кэша (мс)"
-
-#: modules/access_output/udp.c:77
-msgid ""
-"Default caching value for outbound UDP streams. This value should be set in "
-"milliseconds."
-msgstr ""
-"Размер кэша для исходящих потоков UDP. Значение указывается в миллисекундах."
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
-#: modules/gui/macosx/wizard.m:1848
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
-msgid "Time-To-Live (TTL)"
-msgstr "\"Время жизни\" (TTL)"
-
-#: modules/access_output/udp.c:81
-msgid "Time-To-Live of the outgoing stream."
-msgstr "\"Время жизни\" (TTL) исходящего потока."
-
-#: modules/access_output/udp.c:84
-msgid "Group packets"
-msgstr "Пакеты в группах"
-
-#: modules/access_output/udp.c:85
-msgid ""
-"Packets can be sent one by one at the right time or by groups. You can "
-"choose the number of packets that will be sent at a time. It helps reducing "
-"the scheduling load on heavily-loaded systems."
-msgstr ""
-"Пакеты могут посылаться один за одном или в группах. Вы можете выбирать "
-"количество пакетов, посылаемых за один раз. Это помогает уменьшать нагрузку "
-"на загруженных системах."
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr "Сырая передача"
-
-#: modules/access_output/udp.c:91
-msgid ""
-"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 ""
-"Пакеты будут посылать напрямую, без попытки заполнить MTU (то есть без "
-"попытки собирать наибольшие возможные пакеты для оптимизации вещания)."
-
-#: modules/access_output/udp.c:97
-msgid "UDP stream output"
-msgstr "Вывод потока UDP"
-
-#: modules/access_output/udp.c:98
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
-msgid "UDP"
-msgstr "UDP"
-
-#: modules/access/pvr.c:49
-msgid ""
-"Default caching value for PVR streams. This value should be set in "
-"milliseconds."
-msgstr "Размер кэша для потоков PVR. Значение указыватеся в миллисекундах."
-
-#: modules/access/pvr.c:52
-msgid "Device"
-msgstr "Устройство"
-
-#: modules/access/pvr.c:53
-msgid "PVR video device"
-msgstr "Видео устройство PVR"
-
-#: modules/access/pvr.c:55
-msgid "Radio device"
-msgstr "Радио устройство"
-
-#: modules/access/pvr.c:56
-msgid "PVR radio device"
-msgstr "Радио устройство PVR"
-
-#: modules/access/pvr.c:58 modules/access/v4l.c:96
-msgid "Norm"
-msgstr "Стандарт"
-
-#: modules/access/pvr.c:59 modules/access/v4l.c:98
-msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
-msgstr "Стандарт потока (Автоматически, SECAM, PAL или NTSC)."
-
-#: modules/access/pvr.c:62 modules/access/v4l.c:102
-#: modules/video_filter/mosaic.c:96
-msgid "Width"
-msgstr "Ширина"
-
-#: modules/access/pvr.c:63
-msgid "Width of the stream to capture (-1 for autodetection)."
-msgstr "Ширина захватываемого потока (-1 для автоопределения)."
-
-#: modules/access/pvr.c:66 modules/access/v4l.c:105
-#: modules/video_filter/mosaic.c:94
-msgid "Height"
-msgstr "Высота"
-
-#: modules/access/pvr.c:67
-msgid "Height of the stream to capture (-1 for autodetection)."
-msgstr "Высота захватываемого потока (-1 для автоопределения)."
-
-#: modules/access/pvr.c:70 modules/access/v4l.c:89
-msgid "Frequency"
-msgstr "Частота:"
-
-#: modules/access/pvr.c:71 modules/access/v4l.c:91
-msgid "Frequency to capture (in kHz), if applicable."
-msgstr "Частота захвата (в кГц), если возможно изменение."
-
-#: modules/access/pvr.c:74 modules/access/v4l.c:137
-msgid "Framerate to capture, if applicable (-1 for autodetect)."
-msgstr ""
-"Частота кадров захвата, если возможно применение (-1 для автоопределения)."
-
-#: modules/access/pvr.c:77
-msgid "Key interval"
-msgstr "Интервал ключевых кадров"
-
-#: modules/access/pvr.c:78
-msgid "Interval between keyframes (-1 for autodetect)."
-msgstr "Интервал между ключевыми кадрами (-1 для автоопределения)."
-
-#: modules/access/pvr.c:80
-msgid "B Frames"
-msgstr "B-кадры"
-
-#: modules/access/pvr.c:81
-msgid ""
-"If this option is set, B-Frames will be used. Use this option to set the "
-"number of B-Frames."
-msgstr ""
-"При включении этого параметра будут использоваться B-кадры. Укажите "
-"количество B-кадров."
-
-#: modules/access/pvr.c:85
-msgid "Bitrate to use (-1 for default)."
-msgstr "Необходимый битрейт (-1 для автоопределения)."
-
-#: modules/access/pvr.c:87
-msgid "Bitrate peak"
-msgstr "Пиковый битрейт"
-
-#: modules/access/pvr.c:88
-msgid "Peak bitrate in VBR mode."
-msgstr "Пиковый битрейт в режиме VBR."
-
-#: modules/access/pvr.c:91
-msgid "Bitrate mode)"
-msgstr "Тип битрейта"
-
-#: modules/access/pvr.c:92
-msgid "Bitrate mode to use (VBR or CBR)."
-msgstr "Тип битрейта (VBR или CBR)."
-
-#: modules/access/pvr.c:94
-msgid "Audio bitmask"
-msgstr "Битовая маска звука"
-
-#: modules/access/pvr.c:95
-msgid "Bitmask that will get used by the audio part of the card."
-msgstr "Битовая маска, используемая аудио частью карты."
-
-#: modules/access/pvr.c:98 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:498 modules/gui/wxwidgets/interface.cpp:1374
-msgid "Volume"
-msgstr "Громкость"
-
-#: modules/access/pvr.c:99
-msgid "Audio volume (0-65535)."
-msgstr "Громкость звука (0-65535)."
-
-#: modules/access/pvr.c:101 modules/access/v4l.c:92
-msgid "Channel"
-msgstr "Канал"
-
-#: modules/access/pvr.c:102
-msgid ""
-"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)"
-msgstr "Канал карты (обычно, 0 = тюнер, 1 = композитный вход, 2 = s-video)"
-
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "Automatic"
-msgstr "Автоматически"
-
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "SECAM"
-msgstr "SECAM"
-
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "PAL"
-msgstr "PAL"
-
-#: modules/access/pvr.c:108 modules/access/v4l.c:143
-msgid "NTSC"
-msgstr "NTSC"
-
-#: modules/access/pvr.c:111
-msgid "vbr"
-msgstr "VBR"
+#: modules/access/pvr.c:111
+msgid "vbr"
+msgstr "VBR"
 
 #: modules/access/pvr.c:111
 msgid "cbr"
@@ -6316,6 +6044,11 @@ msgstr "PVR"
 msgid "IVTV MPEG Encoding cards input"
 msgstr "Ввод с карты IVTV MPEG Encoding"
 
+#: modules/access/rtsp/access.c:41 modules/access_output/udp.c:75
+#: modules/demux/live555.cpp:63
+msgid "Caching value (ms)"
+msgstr "Размер кэша (мс)"
+
 #: modules/access/rtsp/access.c:43
 msgid ""
 "Caching value for RTSP streams. This value should be set in milliseconds."
@@ -6450,36 +6183,6 @@ msgstr "UDP порт"
 msgid "UDP/RTP input"
 msgstr "Ввод с UDP/RTP"
 
-#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
-#: modules/gui/wxwidgets/dialogs/open.cpp:723
-msgid "Device name"
-msgstr "Имя устройства"
-
-#: modules/access/v4l2.c:54
-#, fuzzy
-msgid ""
-"Name of the device to use. If you don't specify anything, /dev/video0 will "
-"be used."
-msgstr ""
-"Имя видео устройства. Если параметр не казан, не будет использовано никакого "
-"устройства."
-
-#: modules/access/v4l2.c:58
-#, fuzzy
-msgid ""
-"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
-msgstr "Канал карты (обычно, 0 = тюнер, 1 = композитный вход, 2 - s-video)."
-
-#: modules/access/v4l2.c:63
-#, fuzzy
-msgid "Video4Linux2"
-msgstr "Video4Linux"
-
-#: modules/access/v4l2.c:64
-#, fuzzy
-msgid "Video4Linux2 input"
-msgstr "Ввод из Video4Linux"
-
 #: modules/access/v4l.c:75
 msgid ""
 "Caching value for V4L captures. This value should be set in milliseconds."
@@ -6575,6 +6278,10 @@ msgstr "Тюнер"
 msgid "Tuner to use, if there are several ones."
 msgstr "Выберите тюнер, если их несколько."
 
+#: modules/access/v4l.c:122 modules/access_output/shout.c:89
+msgid "Samplerate"
+msgstr "Частота дискретизации"
+
 #: modules/access/v4l.c:124
 msgid ""
 "Samplerate of the captured audio stream, in Hz (eg: 11025, 22050, 44100)"
@@ -6617,6 +6324,36 @@ msgstr "Video4Linux"
 msgid "Video4Linux input"
 msgstr "Ввод из Video4Linux"
 
+#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
+#: modules/gui/wxwidgets/dialogs/open.cpp:723
+msgid "Device name"
+msgstr "Имя устройства"
+
+#: modules/access/v4l2.c:54
+#, fuzzy
+msgid ""
+"Name of the device to use. If you don't specify anything, /dev/video0 will "
+"be used."
+msgstr ""
+"Имя видео устройства. Если параметр не казан, не будет использовано никакого "
+"устройства."
+
+#: modules/access/v4l2.c:58
+#, fuzzy
+msgid ""
+"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
+msgstr "Канал карты (обычно, 0 = тюнер, 1 = композитный вход, 2 - s-video)."
+
+#: modules/access/v4l2.c:63
+#, fuzzy
+msgid "Video4Linux2"
+msgstr "Video4Linux"
+
+#: modules/access/v4l2.c:64
+#, fuzzy
+msgid "Video4Linux2 input"
+msgstr "Ввод из Video4Linux"
+
 #: modules/access/vcd/vcd.c:42
 msgid "Caching value for VCDs. This value should be set in milliseconds."
 msgstr "Размер кэша для VCD. Значение указывается в миллисекундах."
@@ -6704,106 +6441,391 @@ msgstr "Записи"
 msgid "First Entry Point"
 msgstr "Первая точка входа"
 
-#: modules/access/vcdx/info.c:126
-msgid "Last Entry Point"
-msgstr "Последняя точка входа"
+#: modules/access/vcdx/info.c:126
+msgid "Last Entry Point"
+msgstr "Последняя точка входа"
+
+#: modules/access/vcdx/info.c:127
+msgid "Track size (in sectors)"
+msgstr "Размер дорожки (в секторах)"
+
+#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
+#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
+msgid "type"
+msgstr "тип"
+
+#: modules/access/vcdx/info.c:139
+msgid "end"
+msgstr "конец"
+
+#: modules/access/vcdx/info.c:142
+msgid "play list"
+msgstr "плейлист"
+
+#: modules/access/vcdx/info.c:153
+msgid "extended selection list"
+msgstr "расширенный список выбора"
+
+#: modules/access/vcdx/info.c:154
+msgid "selection list"
+msgstr "список выбора"
+
+#: modules/access/vcdx/info.c:166
+msgid "unknown type"
+msgstr "Неизвестный тип"
+
+#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
+#: modules/access/vcdx/info.c:316
+msgid "List ID"
+msgstr "ID списка"
+
+#: modules/access/vcdx/vcd.c:95
+msgid "(Super) Video CD"
+msgstr "(Супер) Видео CD"
+
+#: modules/access/vcdx/vcd.c:96
+msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+msgstr "Ввод с Видео CD (VCD 1.0, 1.1, 2.0, SVCD, GQVCD)"
+
+#: modules/access/vcdx/vcd.c:97
+msgid "vcdx://[device-or-file][@{P,S,T}num]"
+msgstr "vcdx://[устройство-или-файл][@{P,S,T}номер]"
+
+#: modules/access/vcdx/vcd.c:106
+msgid "If nonzero, this gives additional debug information."
+msgstr "Ненулевое значение дает дополнительную отладочную информацию"
+
+#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+msgid "Number of CD blocks to get in a single read."
+msgstr "Число блоков CD, читаемых за одну операцию чтения"
+
+#: modules/access/vcdx/vcd.c:116
+msgid "Use playback control?"
+msgstr "Использовать управление воспроизведением?"
+
+#: modules/access/vcdx/vcd.c:117
+msgid ""
+"If VCD is authored with playback control, use it. Otherwise we play by "
+"tracks."
+msgstr ""
+"Если VCD создан с управлением воспроизведением, вы можете использовать его. "
+"Иначе будут воспроизводиться все дорожки."
+
+#: modules/access/vcdx/vcd.c:123
+msgid "Use track length as maximum unit in seek?"
+msgstr "Использовать длину дорожки как максимальную позицию при перемотке?"
+
+#: modules/access/vcdx/vcd.c:124
+msgid ""
+"If set, the length of the seek bar is the track rather than the length of an "
+"entry."
+msgstr ""
+"Установить длину полосы перемотки, как длину дорожки вместо длины записи."
+
+#: modules/access/vcdx/vcd.c:129
+msgid "Show extended VCD info?"
+msgstr "Показывать дополнительную информацию о VCD?"
+
+#: modules/access/vcdx/vcd.c:130
+msgid ""
+"Show the maximum amount of information under Stream and Media Info. Shows "
+"for example playback control navigation."
+msgstr ""
+"Показывать максимальное количество информации в окне \"Информация о потоке"
+"\". К примеру, показывается управление навигацией воспроизведения."
+
+#: modules/access/vcdx/vcd.c:137
+msgid "Format to use in the playlist's \"author\" field."
+msgstr "Формат поля \"исполнитель\" элементов плейлиста."
+
+#: modules/access/vcdx/vcd.c:143
+msgid "Format to use in the playlist's \"title\" field."
+msgstr "Формат поля \"название\" элементов плейлиста."
+
+#: modules/access_filter/record.c:43
+msgid "Record directory"
+msgstr "Каталог для записи"
+
+#: modules/access_filter/record.c:45
+msgid "Directory where the record will be stored."
+msgstr "Каталог, где будут сохраняться все записи."
+
+#: modules/access_filter/timeshift.c:44
+msgid "Timeshift granularity"
+msgstr "Размер сдвига по времени"
+
+#: modules/access_filter/timeshift.c:46
+msgid ""
+"This is the size of the temporary files tha will be used to store the "
+"timeshifted streams."
+msgstr ""
+"Размер временных файлов, которые будут содержать сдвинутые по времени потоки."
+
+#: modules/access_filter/timeshift.c:48
+msgid "Timeshift directory"
+msgstr "Каталог сдвига по времени"
+
+#: modules/access_filter/timeshift.c:49
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+"Каталог, где будут сохраняться временные файлы модуля сдвига по времени."
+
+#: modules/access_filter/timeshift.c:51
+#, fuzzy
+msgid "Force use of the timeshift module"
+msgstr ""
+"Каталог, где будут сохраняться временные файлы модуля сдвига по времени."
+
+#: modules/access_filter/timeshift.c:52
+msgid ""
+"Force use of the timeshift module even if the access declares that it can "
+"control pace or pause."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
+msgid "Timeshift"
+msgstr "Сдвиг по времени"
+
+#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
+msgid "Dummy stream output"
+msgstr "Ложный вывод потока"
+
+#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
+msgid "Dummy"
+msgstr "Ложный"
+
+#: modules/access_output/file.c:61
+msgid "Append to file"
+msgstr "Добавлять к файлу"
+
+#: modules/access_output/file.c:62
+msgid "Append to file if it exists instead of replacing it."
+msgstr "Добавлять поток к файлу вместо того, чтобы заменять его."
+
+#: modules/access_output/file.c:66
+msgid "File stream output"
+msgstr "Вывод потока в файл"
+
+#: modules/access_output/http.c:58
+msgid "Username"
+msgstr "Имя пользователя"
+
+#: modules/access_output/http.c:59
+msgid "User name that will be requested to access the stream."
+msgstr "Имя пользователя, которое будет запрошено для доступа к потоку."
+
+#: modules/access_output/http.c:61 modules/control/telnet.c:81
+msgid "Password"
+msgstr "Пароль"
+
+#: modules/access_output/http.c:62
+msgid "Password that will be requested to access the stream."
+msgstr "Пароль, который будет запрошен для доступа к потоку."
+
+#: modules/access_output/http.c:66
+msgid "Mime"
+msgstr "MIME"
+
+#: modules/access_output/http.c:67
+msgid "MIME returned by the server (autodetected if not specified."
+msgstr ""
+"Типы MIME, возвращаемые сервером (автоопределение, если ничего не указано)."
+
+#: modules/access_output/http.c:71
+msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
+msgstr ""
+"Путь к файлу сертификатов x509 PEM, который будет использован для HTTPS."
+
+#: modules/access_output/http.c:74
+#, fuzzy
+msgid ""
+"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
+"empty if you don't have one."
+msgstr ""
+"Путь к файлу приватного ключа x509 PEM, который будет использован для HTTPS. "
+"Оставьте пустым, если у вас его нет."
+
+#: modules/access_output/http.c:78
+#, fuzzy
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used for HTTPS. Leave empty if you don't have one."
+msgstr ""
+"Путь к файлу доверенного корневого сертификата (Root CA) x509 PEM, который "
+"будет использован для HTTPS. Оставьте пустым, если у вас его нет."
+
+#: modules/access_output/http.c:83
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be used for "
+"SSL. Leave empty if you don't have one."
+msgstr ""
+"Путь к файлу со списком отозванных сертификатов x509 PEM (CRL), который "
+"будет использован для HTTPS. Оставьте пустым, если у вас его нет."
+
+#: modules/access_output/http.c:86
+msgid "Advertise with Bonjour"
+msgstr "Оповещение Bonjur"
+
+#: modules/access_output/http.c:87
+msgid "Advertise the stream with the Bonjour protocol."
+msgstr "Оповещать о потоке с помощью протокола Bonjour."
+
+#: modules/access_output/http.c:91
+msgid "HTTP stream output"
+msgstr "Вывод потока HTTP"
+
+#: modules/access_output/http.c:93 modules/control/http/http.c:61
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
+msgstr "HTTP"
+
+#: modules/access_output/shout.c:58
+msgid "Stream name"
+msgstr "Имя потока"
+
+#: modules/access_output/shout.c:59
+#, fuzzy
+msgid "Name to give to this stream/channel on the shoutcast/icecast server."
+msgstr "Имя потока или канала на сервере icecast."
+
+#: modules/access_output/shout.c:62
+msgid "Stream description"
+msgstr "Описание потока"
+
+#: modules/access_output/shout.c:63
+msgid "Description of the stream content or information about your channel."
+msgstr "Описание потока или информация о вашем канале."
+
+#: modules/access_output/shout.c:66
+msgid "Stream MP3"
+msgstr "Вещать в MP3"
 
-#: modules/access/vcdx/info.c:127
-msgid "Track size (in sectors)"
-msgstr "Размер дорожки (в секторах)"
+#: modules/access_output/shout.c:67
+#, fuzzy
+msgid ""
+"You normally have to feed the shoutcast module with Ogg streams. It is also "
+"possible to stream MP3 instead, so you can forward MP3 streams to the "
+"shoutcast/icecast server."
+msgstr ""
+"Обычно вы должны передавать модулю shoutcast потоки Ogg. Но также возможно "
+"вместо этого вещать MP3, так что вы можете передавать потоки MP3 на сервер "
+"icecast."
 
-#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
-#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
-msgid "type"
-msgstr "тип"
+#: modules/access_output/shout.c:76
+#, fuzzy
+msgid "Genre description"
+msgstr "Описание потока"
 
-#: modules/access/vcdx/info.c:139
-msgid "end"
-msgstr "конец"
+#: modules/access_output/shout.c:77
+msgid "Genre of the content. "
+msgstr ""
 
-#: modules/access/vcdx/info.c:142
-msgid "play list"
-msgstr "плейлист"
+#: modules/access_output/shout.c:79
+#, fuzzy
+msgid "URL description"
+msgstr "Описание"
 
-#: modules/access/vcdx/info.c:153
-msgid "extended selection list"
-msgstr "расширенный список выбора"
+#: modules/access_output/shout.c:80
+msgid "URL with information about the stream or your channel. "
+msgstr ""
 
-#: modules/access/vcdx/info.c:154
-msgid "selection list"
-msgstr "список выбора"
+#: modules/access_output/shout.c:87
+#, fuzzy
+msgid "Bitrate information of the transcoded stream. "
+msgstr "Целевой битрейт сжатого аудио потока."
 
-#: modules/access/vcdx/info.c:166
-msgid "unknown type"
-msgstr "Неизвестный тип"
+#: modules/access_output/shout.c:90
+#, fuzzy
+msgid "Samplerate information of the transcoded stream. "
+msgstr "Целевой битрейт сжатого видео потока"
 
-#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
-#: modules/access/vcdx/info.c:316
-msgid "List ID"
-msgstr "ID списка"
+#: modules/access_output/shout.c:92
+#, fuzzy
+msgid "Number of channels"
+msgstr "Количество выходных каналов"
 
-#: modules/access/vcdx/vcd.c:95
-msgid "(Super) Video CD"
-msgstr "(Супер) Видео CD"
+#: modules/access_output/shout.c:93
+#, fuzzy
+msgid "Number of channels information of the transcoded stream. "
+msgstr "Количество каналов звука в сжатом потоке."
 
-#: modules/access/vcdx/vcd.c:96
-msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
-msgstr "Ввод с Видео CD (VCD 1.0, 1.1, 2.0, SVCD, GQVCD)"
+#: modules/access_output/shout.c:95
+msgid "Ogg Vorbis Quality"
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:97
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
-msgstr "vcdx://[устройство-или-файл][@{P,S,T}номер]"
+#: modules/access_output/shout.c:96
+#, fuzzy
+msgid "Ogg Vorbis Quality information of the transcoded stream. "
+msgstr "Целевой битрейт сжатого видео потока"
 
-#: modules/access/vcdx/vcd.c:106
-msgid "If nonzero, this gives additional debug information."
-msgstr "Ненулевое значение дает дополнительную отладочную информацию"
+#: modules/access_output/shout.c:98
+#, fuzzy
+msgid "Stream public"
+msgstr "Остановить поток"
 
-#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
-msgid "Number of CD blocks to get in a single read."
-msgstr "Число блоков CD, читаемых за одну операцию чтения"
+#: modules/access_output/shout.c:99
+msgid ""
+"Make the server publicly available on the 'Yellow Pages' (directory listing "
+"of streams) on the icecast/shoutcast website. Requires the bitrate "
+"information specified for shoutcast. Requires Ogg streaming for icecast."
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
-msgstr "Использовать управление воспроизведением?"
+#: modules/access_output/shout.c:105
+msgid "IceCAST output"
+msgstr "Вывод в IceCAST"
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/udp.c:77
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Default caching value for outbound UDP streams. This value should be set in "
+"milliseconds."
 msgstr ""
-"Если VCD создан с управлением воспроизведением, вы можете использовать его. "
-"Иначе будут воспроизводиться все дорожки."
+"Размер кэша для исходящих потоков UDP. Значение указывается в миллисекундах."
 
-#: modules/access/vcdx/vcd.c:123
-msgid "Use track length as maximum unit in seek?"
-msgstr "Использовать длину дорожки как максимальную позицию при перемотке?"
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
+#: modules/gui/macosx/wizard.m:1848
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
+msgid "Time-To-Live (TTL)"
+msgstr "\"Время жизни\" (TTL)"
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:81
+msgid "Time-To-Live of the outgoing stream."
+msgstr "\"Время жизни\" (TTL) исходящего потока."
+
+#: modules/access_output/udp.c:84
+msgid "Group packets"
+msgstr "Пакеты в группах"
+
+#: modules/access_output/udp.c:85
 msgid ""
-"If set, the length of the seek bar is the track rather than the length of an "
-"entry."
+"Packets can be sent one by one at the right time or by groups. You can "
+"choose the number of packets that will be sent at a time. It helps reducing "
+"the scheduling load on heavily-loaded systems."
 msgstr ""
-"Установить длину полосы перемотки, как длину дорожки вместо длины записи."
+"Пакеты могут посылаться один за одном или в группах. Вы можете выбирать "
+"количество пакетов, посылаемых за один раз. Это помогает уменьшать нагрузку "
+"на загруженных системах."
 
-#: modules/access/vcdx/vcd.c:129
-msgid "Show extended VCD info?"
-msgstr "Показывать дополнительную информацию о VCD?"
+#: modules/access_output/udp.c:90
+msgid "Raw write"
+msgstr "Сырая передача"
 
-#: modules/access/vcdx/vcd.c:130
+#: modules/access_output/udp.c:91
 msgid ""
-"Show the maximum amount of information under Stream and Media Info. Shows "
-"for example playback control navigation."
+"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 ""
-"Показывать максимальное количество информации в окне \"Информация о потоке"
-"\". К примеру, показывается управление навигацией воспроизведения."
+"Пакеты будут посылать напрямую, без попытки заполнить MTU (то есть без "
+"попытки собирать наибольшие возможные пакеты для оптимизации вещания)."
 
-#: modules/access/vcdx/vcd.c:137
-msgid "Format to use in the playlist's \"author\" field."
-msgstr "Формат поля \"исполнитель\" элементов плейлиста."
+#: modules/access_output/udp.c:97
+msgid "UDP stream output"
+msgstr "Вывод потока UDP"
 
-#: modules/access/vcdx/vcd.c:143
-msgid "Format to use in the playlist's \"title\" field."
-msgstr "Формат поля \"название\" элементов плейлиста."
+#: modules/access_output/udp.c:98
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
+msgid "UDP"
+msgstr "UDP"
 
 #: modules/audio_filter/channel_mixer/dolby.c:47
 msgid "Simple decoder for Dolby Surround encoded streams"
@@ -9271,36 +9293,36 @@ msgstr "Служба NT"
 msgid "Windows Service interface"
 msgstr "Интерфейс службы Windows"
 
-#: modules/control/rc.c:154
+#: modules/control/rc.c:156
 msgid "Show stream position"
 msgstr "Показывать позицию в потоке"
 
-#: modules/control/rc.c:155
+#: modules/control/rc.c:157
 msgid ""
 "Show the current position in seconds within the stream from time to time."
 msgstr "Показывать текущую позицию в секундах в потоке время от времени."
 
-#: modules/control/rc.c:158
+#: modules/control/rc.c:160
 msgid "Fake TTY"
 msgstr "Фиктивный TTY"
 
-#: modules/control/rc.c:159
+#: modules/control/rc.c:161
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr "Модуль rc будет использовать стандартный ввод, как если бы он был TTY."
 
-#: modules/control/rc.c:161
+#: modules/control/rc.c:163
 msgid "UNIX socket command input"
 msgstr "UNIX-сокет для ввода команд"
 
-#: modules/control/rc.c:162
+#: modules/control/rc.c:164
 msgid "Accept commands over a Unix socket rather than stdin."
 msgstr "Принимать команды через UNIX-сокет вместо стандартного ввода."
 
-#: modules/control/rc.c:165
+#: modules/control/rc.c:167
 msgid "TCP command input"
 msgstr "Ввод команд из TCP"
 
-#: modules/control/rc.c:166
+#: modules/control/rc.c:168
 msgid ""
 "Accept commands over a socket rather than stdin. You can set the address and "
 "port the interface will bind to."
@@ -9308,11 +9330,11 @@ msgstr ""
 "Принимать команды через сетевой сокет вместо стандартного ввода. Вы можете "
 "указать адрес и порт интерфейся."
 
-#: modules/control/rc.c:170 modules/misc/dummy/dummy.c:49
+#: modules/control/rc.c:172 modules/misc/dummy/dummy.c:49
 msgid "Do not open a DOS command box interface"
 msgstr "Не открывать интерфейс ввода команд DOS"
 
-#: modules/control/rc.c:172
+#: modules/control/rc.c:174
 msgid ""
 "By default the rc interface plugin will start a DOS command box. Enabling "
 "the quiet mode will not bring this command box but can also be pretty "
@@ -9322,318 +9344,318 @@ msgstr ""
 "тихого режима не будет показывать это окно, но это может надоедать, когда вы "
 "выключаете VLC без открытого окна с видео."
 
-#: modules/control/rc.c:179
+#: modules/control/rc.c:181
 msgid "RC"
 msgstr "RC"
 
-#: modules/control/rc.c:182
+#: modules/control/rc.c:184
 msgid "Remote control interface"
 msgstr "Интерфейс дистанционного управления"
 
-#: modules/control/rc.c:323
+#: modules/control/rc.c:325
 msgid "Remote control interface initialized. Type `help' for help."
 msgstr "Интерфейс удаленного управления запущен. Введите 'help' для справки."
 
-#: modules/control/rc.c:848
+#: modules/control/rc.c:850
 #, c-format
 msgid "Unknown command `%s'. Type `help' for help."
 msgstr "Неизвествая команда `%s'. Введите `help' для справки."
 
-#: modules/control/rc.c:881
+#: modules/control/rc.c:883
 msgid "+----[ Remote control commands ]"
 msgstr "+----[ Команды дистанционного управления ]"
 
-#: modules/control/rc.c:883
+#: modules/control/rc.c:885
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist"
 msgstr "| add XYZ  . . . . . . . . . . добавить XYZ в плейлист"
 
-#: modules/control/rc.c:884
+#: modules/control/rc.c:886
 #, fuzzy
 msgid "| enqueue XYZ  . . . . . . . queue XYZ to playlist"
 msgstr "| add XYZ  . . . . . . . . . . добавить XYZ в плейлист"
 
-#: modules/control/rc.c:885
+#: modules/control/rc.c:887
 msgid "| playlist . . .  show items currently in playlist"
 msgstr "| playlist . . .  показать элементы текушего плейлиста"
 
-#: modules/control/rc.c:886
+#: modules/control/rc.c:888
 msgid "| play . . . . . . . . . . . . . . . . play stream"
 msgstr "| play . . . . . . . . . . . . . . . . воспроизвести поток"
 
-#: modules/control/rc.c:887
+#: modules/control/rc.c:889
 msgid "| stop . . . . . . . . . . . . . . . . stop stream"
 msgstr "| stop . . . . . . . . . . . . . . . . остановить поток"
 
-#: modules/control/rc.c:888
+#: modules/control/rc.c:890
 msgid "| next . . . . . . . . . . . .  next playlist item"
 msgstr "| next . . . . . . . . . . . .  следующий элемент плейлиста"
 
-#: modules/control/rc.c:889
+#: modules/control/rc.c:891
 msgid "| prev . . . . . . . . . .  previous playlist item"
 msgstr "| prev . . . . . . . . . .  предыдущий элемент плейлиста"
 
-#: modules/control/rc.c:890
+#: modules/control/rc.c:892
 msgid "| goto . . . . . . . . . . . .  goto item at index"
 msgstr "| goto . . . . . . . . . . . .  перейти к элементу"
 
-#: modules/control/rc.c:891
+#: modules/control/rc.c:893
 msgid "| clear . . . . . . . . . . .   clear the playlist"
 msgstr "| clear . . . . . . . . . . .   очистить плейлист"
 
-#: modules/control/rc.c:892
+#: modules/control/rc.c:894
 msgid "| status . . . . . . . . . current playlist status"
 msgstr "| status . . . . . . . . . текущий статус плейлиста"
 
-#: modules/control/rc.c:893
+#: modules/control/rc.c:895
 msgid "| title [X]  . . . . set/get title in current item"
 msgstr "| title [X]  . . . . установить/получить раздел текущего элемента"
 
-#: modules/control/rc.c:894
+#: modules/control/rc.c:896
 msgid "| title_n  . . . . . .  next title in current item"
 msgstr "| title_n  . . . . . .  следующий раздел текущего элемента"
 
-#: modules/control/rc.c:895
+#: modules/control/rc.c:897
 msgid "| title_p  . . . .  previous title in current item"
 msgstr "| title_p  . . . .  предыдущий раздел текущего элемента"
 
-#: modules/control/rc.c:896
+#: modules/control/rc.c:898
 msgid "| chapter [X]  . . set/get chapter in current item"
 msgstr "| chapter [X]  . . установить/получить главу текущего элемента"
 
-#: modules/control/rc.c:897
+#: modules/control/rc.c:899
 msgid "| chapter_n  . . . .  next chapter in current item"
 msgstr "| chapter_n  . . . .  следующая глава текушего элемента"
 
-#: modules/control/rc.c:898
+#: modules/control/rc.c:900
 msgid "| chapter_p  . .  previous chapter in current item"
 msgstr "| chapter_p  . .  предыдущая глава текущего элемента"
 
-#: modules/control/rc.c:900
+#: modules/control/rc.c:902
 msgid "| seek X . seek in seconds, for instance `seek 12'"
 msgstr "| seek X . перемотать на X секунд, к примеру `seek 12'"
 
-#: modules/control/rc.c:901
+#: modules/control/rc.c:903
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause"
 msgstr "| pause  . . . . . . . . . . . . . .  переключить паузу"
 
-#: modules/control/rc.c:902
+#: modules/control/rc.c:904
 msgid "| fastforward  . . . . . .  .  set to maximum rate"
 msgstr "| fastforward  . . . . . .  .  установить максимальную скорость"
 
-#: modules/control/rc.c:903
+#: modules/control/rc.c:905
 msgid "| rewind  . . . . . . . . . .  set to minimum rate"
 msgstr "| rewind  . . . . . . . . . .  установить минимальную скорость"
 
-#: modules/control/rc.c:904
+#: modules/control/rc.c:906
 msgid "| faster . . . . . . . .  faster playing of stream"
 msgstr "| faster . . . . . . . .  воспроизводить быстрее"
 
-#: modules/control/rc.c:905
+#: modules/control/rc.c:907
 msgid "| slower . . . . . . . .  slower playing of stream"
 msgstr "| slower . . . . . . . .  воспроизводить медленнее"
 
-#: modules/control/rc.c:906
+#: modules/control/rc.c:908
 msgid "| normal . . . . . . . .  normal playing of stream"
 msgstr "| normal . . . . . . . .  обычное воспроизведение"
 
-#: modules/control/rc.c:907
+#: modules/control/rc.c:909
 msgid "| f [on|off] . . . . . . . . . . toggle fullscreen"
 msgstr "| f [on|off] . . . . . . . . . . переключить полноэкранный режим"
 
-#: modules/control/rc.c:908
+#: modules/control/rc.c:910
 msgid "| info . . .  information about the current stream"
 msgstr "| info . . .  информация о текущем потоке"
 
-#: modules/control/rc.c:909
+#: modules/control/rc.c:911
 msgid "| get_time . . seconds elapsed since stream's beginning"
 msgstr "| get_time . . показать секунды, прошедшие с начала воспроизведения"
 
-#: modules/control/rc.c:910
+#: modules/control/rc.c:912
 msgid "| is_playing . .  1 if a stream plays, 0 otherwise"
 msgstr "| is_playing . .  1, если поток воспроизводится, иначе 0"
 
-#: modules/control/rc.c:911
+#: modules/control/rc.c:913
 msgid "| get_title . . .  the title of the current stream"
 msgstr "| get_title . . .  заголовок текущего потока"
 
-#: modules/control/rc.c:912
+#: modules/control/rc.c:914
 msgid "| get_length . .  the length of the current stream"
 msgstr "| get_length . .  длительность текущего потока"
 
-#: modules/control/rc.c:914
+#: modules/control/rc.c:916
 msgid "| volume [X] . . . . . . . .  set/get audio volume"
 msgstr "| volume [X] . . . . . . . .  установить/получить громкость"
 
-#: modules/control/rc.c:915
+#: modules/control/rc.c:917
 msgid "| volup [X]  . . . . .  raise audio volume X steps"
 msgstr "| volup [X]  . . . . .  увеличить громкость на X шагов"
 
-#: modules/control/rc.c:916
+#: modules/control/rc.c:918
 msgid "| voldown [X]  . . . .  lower audio volume X steps"
 msgstr "| voldown [X]  . . . .  уменьшить громкость на X шагов"
 
-#: modules/control/rc.c:917
+#: modules/control/rc.c:919
 msgid "| adev [X] . . . . . . . . .  set/get audio device"
 msgstr "| adev [X] . . . . . . . . .  установить/получить аудио устройство"
 
-#: modules/control/rc.c:918
+#: modules/control/rc.c:920
 msgid "| achan [X]. . . . . . . .  set/get audio channels"
 msgstr "| achan [X]. . . . . . . .  установить/получить аудио каналы"
 
-#: modules/control/rc.c:919
+#: modules/control/rc.c:921
 #, fuzzy
 msgid "| atrack [X] . . . . . . . . . set/get audio track"
 msgstr "| adev [X] . . . . . . . . .  установить/получить аудио устройство"
 
-#: modules/control/rc.c:920
+#: modules/control/rc.c:922
 #, fuzzy
 msgid "| vtrack [X] . . . . . . . . . set/get video track"
 msgstr "| adev [X] . . . . . . . . .  установить/получить аудио устройство"
 
-#: modules/control/rc.c:921
+#: modules/control/rc.c:923
 #, fuzzy
 msgid "| strack [X] . . . . . . . set/get subtitles track"
 msgstr "| achan [X]. . . . . . . .  установить/получить аудио каналы"
 
-#: modules/control/rc.c:922
+#: modules/control/rc.c:924
 msgid "| menu [on|off|up|down|left|right|select] use menu"
 msgstr "| menu [on|off|up|down|left|right|select] использовать меню"
 
-#: modules/control/rc.c:927
+#: modules/control/rc.c:929
 msgid "| marq-marquee STRING  . . overlay STRING in video"
 msgstr "| marq-marquee STRING  . . наложить STRING на видео"
 
-#: modules/control/rc.c:928
+#: modules/control/rc.c:930
 msgid "| marq-x X . . . . . . . . . . . .offset from left"
 msgstr "| marq-x X . . . . . . . . . . . . смещение слева"
 
-#: modules/control/rc.c:929
+#: modules/control/rc.c:931
 msgid "| marq-y Y . . . . . . . . . . . . offset from top"
 msgstr "| marq-y Y . . . . . . . . . . . . смещение сверху"
 
-#: modules/control/rc.c:930
+#: modules/control/rc.c:932
 msgid "| marq-position #. . .  .relative position control"
 msgstr "| marq-position #. . .  . относительная позиция"
 
-#: modules/control/rc.c:931
+#: modules/control/rc.c:933
 msgid "| marq-color # . . . . . . . . . . font color, RGB"
 msgstr "| marq-color # . . . . . . . . . . цвет шрифта, RGB"
 
-#: modules/control/rc.c:932
+#: modules/control/rc.c:934
 msgid "| marq-opacity # . . . . . . . . . . . . . opacity"
 msgstr "| marq-opacity # . . . . . . . . . . . . . прозрачность"
 
-#: modules/control/rc.c:933
+#: modules/control/rc.c:935
 msgid "| marq-timeout T. . . . . . . . . . timeout, in ms"
 msgstr "| marq-timeout T. . . . . . . . . . таймаут, в мс"
 
-#: modules/control/rc.c:934
+#: modules/control/rc.c:936
 msgid "| marq-size # . . . . . . . . font size, in pixels"
 msgstr "| marq-size # . . . . . . . . размер шрифта, в пикселях"
 
-#: modules/control/rc.c:936
+#: modules/control/rc.c:938
 msgid "| time-format STRING . . . overlay STRING in video"
 msgstr "| time-format STRING . . . наложить STRING на видео"
 
-#: modules/control/rc.c:937
+#: modules/control/rc.c:939
 msgid "| time-x X . . . . . . . . . . . .offset from left"
 msgstr "| time-x X . . . . . . . . . . . . смещение слева"
 
-#: modules/control/rc.c:938
+#: modules/control/rc.c:940
 msgid "| time-y Y . . . . . . . . . . . . offset from top"
 msgstr "| time-y Y . . . . . . . . . . . . смещение сверху"
 
-#: modules/control/rc.c:939
+#: modules/control/rc.c:941
 msgid "| time-position #. . . . . . . . relative position"
 msgstr "| time-position #. . . . . . . . относительная позиция"
 
-#: modules/control/rc.c:940
+#: modules/control/rc.c:942
 msgid "| time-color # . . . . . . . . . . font color, RGB"
 msgstr "| time-color # . . . . . . . . . . цвет шрифта, RGB"
 
-#: modules/control/rc.c:941
+#: modules/control/rc.c:943
 msgid "| time-opacity # . . . . . . . . . . . . . opacity"
 msgstr "| time-opacity # . . . . . . . . . . . . . прозрачность"
 
-#: modules/control/rc.c:942
+#: modules/control/rc.c:944
 msgid "| time-size # . . . . . . . . font size, in pixels"
 msgstr "| time-size # . . . . . . . . размер шрифта, в пикселях"
 
-#: modules/control/rc.c:944
+#: modules/control/rc.c:946
 msgid "| logo-file STRING . . .the overlay file path/name"
 msgstr "| logo-file STRING . . . наложить файл"
 
-#: modules/control/rc.c:945
+#: modules/control/rc.c:947
 msgid "| logo-x X . . . . . . . . . . . .offset from left"
 msgstr "| logo-x X . . . . . . . . . . . . смещение слева"
 
-#: modules/control/rc.c:946
+#: modules/control/rc.c:948
 msgid "| logo-y Y . . . . . . . . . . . . offset from top"
 msgstr "| logo-y Y . . . . . . . . . . . . смещение сверху"
 
-#: modules/control/rc.c:947
+#: modules/control/rc.c:949
 msgid "| logo-position #. . . . . . . . relative position"
 msgstr "| logo-position #. . . . . . . . относительная позиция"
 
-#: modules/control/rc.c:948
+#: modules/control/rc.c:950
 msgid "| logo-transparency #. . . . . . . . .transparency"
 msgstr "| logo-transparency #. . . . . . . . . прозрачность"
 
-#: modules/control/rc.c:950
+#: modules/control/rc.c:952
 msgid "| mosaic-alpha # . . . . . . . . . . . . . . alpha"
 msgstr "| mosaic-alpha # . . . . . . . . . . . . . . прозрачность мозаики"
 
-#: modules/control/rc.c:951
+#: modules/control/rc.c:953
 msgid "| mosaic-height #. . . . . . . . . . . . . .height"
 msgstr "| mosaic-height #. . . . . . . . . . . . . . высота мозаики"
 
-#: modules/control/rc.c:952
+#: modules/control/rc.c:954
 msgid "| mosaic-width # . . . . . . . . . . . . . . width"
 msgstr "| mosaic-width # . . . . . . . . . . . . . . ширина мозаики"
 
-#: modules/control/rc.c:953
+#: modules/control/rc.c:955
 msgid "| mosaic-xoffset # . . . .top left corner position"
 msgstr "| mosaic-xoffset # . . . . верхний левый угол позиционирования"
 
-#: modules/control/rc.c:954
+#: modules/control/rc.c:956
 msgid "| mosaic-yoffset # . . . .top left corner position"
 msgstr "| mosaic-yoffset # . . . . верхний лейвый угол позиционирования"
 
-#: modules/control/rc.c:955
+#: modules/control/rc.c:957
 msgid "| mosaic-align 0..2,4..6,8..10. . .mosaic alignment"
 msgstr "| mosaic-align 0..2,4..6,8..10. . . выравнивание мозаики"
 
-#: modules/control/rc.c:956
+#: modules/control/rc.c:958
 msgid "| mosaic-vborder # . . . . . . . . vertical border"
 msgstr "| mosaic-vborder # . . . . . . . . вертикальный край"
 
-#: modules/control/rc.c:957
+#: modules/control/rc.c:959
 msgid "| mosaic-hborder # . . . . . . . horizontal border"
 msgstr "| mosaic-hborder # . . . . . . . горизонтальный край"
 
-#: modules/control/rc.c:958
+#: modules/control/rc.c:960
 msgid "| mosaic-position {0=auto,1=fixed} . . . .position"
 msgstr ""
 "| mosaic-position {0=автоматически,1=фиксированная} . . . . позиция мозаики"
 
-#: modules/control/rc.c:959
+#: modules/control/rc.c:961
 msgid "| mosaic-rows #. . . . . . . . . . .number of rows"
 msgstr "| mosaic-rows #. . . . . . . . . . . количество рядов"
 
-#: modules/control/rc.c:960
+#: modules/control/rc.c:962
 msgid "| mosaic-cols #. . . . . . . . . . .number of cols"
 msgstr "| mosaic-cols #. . . . . . . . . . . количество столбцов"
 
-#: modules/control/rc.c:961
+#: modules/control/rc.c:963
 #, fuzzy
 msgid "| mosaic-order id(,id)* . . . . order of pictures "
 msgstr "| mosaic-hborder # . . . . . . . горизонтальный край"
 
-#: modules/control/rc.c:962
+#: modules/control/rc.c:964
 msgid "| mosaic-keep-aspect-ratio {0,1} . . .aspect ratio"
 msgstr "| mosaic-keep-aspect-ratio {0,1} . . . сохранять соотношение сторон"
 
-#: modules/control/rc.c:964
+#: modules/control/rc.c:966
 msgid ""
 "| check-updates [newer] [equal] [older]\n"
 "|               [undef] [info] [source] [binary] [plugin]"
@@ -9641,41 +9663,41 @@ msgstr ""
 "| check-updates [newer] [equal] [older]\n"
 "|               [undef] [info] [source] [binary] [plugin]"
 
-#: modules/control/rc.c:968
+#: modules/control/rc.c:970
 msgid "| help . . . . . . . . . . . . . this help message"
 msgstr "| help . . . . . . . . . . . . . показать справку"
 
-#: modules/control/rc.c:969
+#: modules/control/rc.c:971
 msgid "| longhelp . . . . . . . . . a longer help message"
 msgstr "| longhelp . . . . . . . . . показать длинную справку"
 
-#: modules/control/rc.c:970
+#: modules/control/rc.c:972
 msgid "| logout . . . . .  exit (if in socket connection)"
 msgstr "| logout . . . . .  выйти (в случае с соединением через сокет)"
 
-#: modules/control/rc.c:971
+#: modules/control/rc.c:973
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc"
 msgstr "| quit . . . . . . . . . . . . . . . . .  закрыть vlc"
 
-#: modules/control/rc.c:973
+#: modules/control/rc.c:975
 msgid "+----[ end of help ]"
 msgstr "+----[ конец справки ]"
 
-#: modules/control/rc.c:1080
+#: modules/control/rc.c:1082
 msgid "Press menu select or pause to continue."
 msgstr "Нажмите выбор меню или паузу для продожения."
 
-#: modules/control/rc.c:1324 modules/control/rc.c:1809
-#: modules/control/rc.c:1879 modules/control/rc.c:1928
-#: modules/control/rc.c:2027
+#: modules/control/rc.c:1326 modules/control/rc.c:1811
+#: modules/control/rc.c:1881 modules/control/rc.c:1930
+#: modules/control/rc.c:2029
 msgid "Type 'menu select' or 'pause' to continue."
 msgstr "Введите 'menu select' или 'pause' для продолжения."
 
-#: modules/control/rc.c:1461
+#: modules/control/rc.c:1463
 msgid "Type 'pause' to continue."
 msgstr "Введите 'pause' для продолжения."
 
-#: modules/control/rc.c:2012 modules/control/rc.c:2051
+#: modules/control/rc.c:2014 modules/control/rc.c:2053
 msgid "Please provide one of the following parameters:"
 msgstr "Укажит один из следующих параметров:"
 
@@ -9816,6 +9838,7 @@ msgstr ""
 #: modules/gui/macosx/interaction.m:135 modules/gui/macosx/open.m:158
 #: modules/gui/macosx/playlistinfo.m:60 modules/gui/macosx/prefs.m:122
 #: modules/gui/macosx/prefs.m:142 modules/gui/macosx/wizard.m:363
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:88
 msgid "Cancel"
 msgstr "Отмена"
 
@@ -10751,8 +10774,8 @@ msgstr ""
 #: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:440
 #: modules/gui/macosx/open.m:634 modules/gui/macosx/open.m:738
 #: modules/gui/macosx/open.m:784 modules/gui/wxwidgets/interface.cpp:675
-#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:348
-#: modules/gui/wxwidgets/menus.cpp:404
+#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:349
+#: modules/gui/wxwidgets/menus.cpp:405
 msgid "Open"
 msgstr "Открыть"
 
@@ -10764,7 +10787,7 @@ msgstr "Настройки"
 
 #: modules/gui/beos/InterfaceWindow.cpp:237
 #: modules/gui/beos/InterfaceWindow.cpp:328 modules/gui/macosx/intf.m:503
-#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:35
+#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:41
 #: modules/gui/wxwidgets/dialogs/messages.cpp:47
 msgid "Messages"
 msgstr "Сообщения"
@@ -10923,6 +10946,7 @@ msgstr "Применить"
 
 #: modules/gui/beos/PreferencesWindow.cpp:254 modules/gui/macosx/output.m:526
 #: modules/gui/macosx/playlist.m:704 modules/gui/macosx/prefs.m:121
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:87
 msgid "Save"
 msgstr "Сохранить"
 
@@ -11058,7 +11082,7 @@ msgstr "Нет входного потока"
 msgid "The stream must be playing or paused for bookmarks to work."
 msgstr "Поток должен находиться в режиме воспроизвидения или паузы"
 
-#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:735
+#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:741
 #, fuzzy
 msgid "Jump To Time"
 msgstr "перейти на:"
@@ -11078,69 +11102,69 @@ msgstr "перейти на:"
 msgid "Random On"
 msgstr "Следующий файл"
 
-#: modules/gui/macosx/controls.m:167
+#: modules/gui/macosx/controls.m:168
 #, fuzzy
 msgid "Random Off"
 msgstr "Следующий файл"
 
-#: modules/gui/macosx/controls.m:195 modules/gui/macosx/controls.m:719
+#: modules/gui/macosx/controls.m:197 modules/gui/macosx/controls.m:725
 #: modules/gui/macosx/intf.m:543 modules/gui/macosx/playlist.m:453
 #: modules/gui/macosx/playlist.m:1167
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:54
 msgid "Repeat One"
 msgstr "Повторять один"
 
-#: modules/gui/macosx/controls.m:199 modules/gui/macosx/controls.m:231
+#: modules/gui/macosx/controls.m:202 modules/gui/macosx/controls.m:236
 #: modules/gui/macosx/playlist.m:1186
 #, fuzzy
 msgid "Repeat Off"
 msgstr "Следующий файл"
 
-#: modules/gui/macosx/controls.m:227 modules/gui/macosx/controls.m:726
+#: modules/gui/macosx/controls.m:231 modules/gui/macosx/controls.m:732
 #: modules/gui/macosx/intf.m:544 modules/gui/macosx/playlist.m:454
 #: modules/gui/macosx/playlist.m:1175
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:53
 msgid "Repeat All"
 msgstr "Повторять все"
 
-#: modules/gui/macosx/controls.m:308 modules/gui/macosx/controls.m:749
+#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
 #: modules/gui/macosx/intf.m:569
 msgid "Half Size"
 msgstr "Половина размера"
 
-#: modules/gui/macosx/controls.m:310 modules/gui/macosx/controls.m:750
+#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:756
 #: modules/gui/macosx/intf.m:570
 msgid "Normal Size"
 msgstr "Нормальный размер"
 
-#: modules/gui/macosx/controls.m:312 modules/gui/macosx/controls.m:751
+#: modules/gui/macosx/controls.m:318 modules/gui/macosx/controls.m:757
 #: modules/gui/macosx/intf.m:571
 msgid "Double Size"
 msgstr "Двойной размер"
 
-#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
-#: modules/gui/macosx/controls.m:766 modules/gui/macosx/intf.m:574
+#: modules/gui/macosx/controls.m:320 modules/gui/macosx/controls.m:761
+#: modules/gui/macosx/controls.m:772 modules/gui/macosx/intf.m:574
 #, fuzzy
 msgid "Float on Top"
 msgstr "Поверх всех окон"
 
-#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:752
+#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:758
 #: modules/gui/macosx/intf.m:572
 #, fuzzy
 msgid "Fit to Screen"
 msgstr "Экран"
 
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:542
+#: modules/gui/macosx/controls.m:718 modules/gui/macosx/intf.m:542
 #: modules/gui/macosx/playlist.m:447
 msgid "Random"
 msgstr "Случайный"
 
-#: modules/gui/macosx/controls.m:733 modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/controls.m:739 modules/gui/macosx/intf.m:545
 #, fuzzy
 msgid "Step Forward"
 msgstr "Вернуться назад"
 
-#: modules/gui/macosx/controls.m:734 modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/controls.m:740 modules/gui/macosx/intf.m:546
 #, fuzzy
 msgid "Step Backward"
 msgstr "Вернуться назад"
@@ -11161,7 +11185,7 @@ msgstr "Ускорить"
 #: modules/gui/pda/pda_interface.c:251 modules/gui/wxwidgets/interface.cpp:678
 #: modules/gui/wxwidgets/interface.cpp:689
 #: modules/gui/wxwidgets/interface.cpp:1210
-#: modules/gui/wxwidgets/menus.cpp:265 modules/visualization/xosd.c:242
+#: modules/gui/wxwidgets/menus.cpp:266 modules/visualization/xosd.c:242
 msgid "Pause"
 msgstr "Приостановить"
 
@@ -11383,7 +11407,7 @@ msgstr "Открыть окно списка для воспроизведени
 
 #: modules/gui/macosx/intf.m:488 modules/gui/macosx/intf.m:999
 #: modules/gui/macosx/intf.m:1321 modules/gui/pda/pda_interface.c:212
-#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:52
+#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:54
 msgid "VLC media player"
 msgstr "VLC media player"
 
@@ -11856,83 +11880,6 @@ msgstr "SDP URL"
 msgid "Save File"
 msgstr "Сохранить файл"
 
-#: modules/gui/macosx/playlistinfo.m:56
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
-msgid "URI"
-msgstr "URI"
-
-#: modules/gui/macosx/playlistinfo.m:63
-#, fuzzy
-msgid "Advanced Information"
-msgstr "Расширенные настройки"
-
-#: modules/gui/macosx/playlistinfo.m:81
-msgid "Read at media"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:82
-#, fuzzy
-msgid "Input bitrate"
-msgstr "Исходящий поток"
-
-#: modules/gui/macosx/playlistinfo.m:83
-#, fuzzy
-msgid "Demuxed"
-msgstr "Сепараторы"
-
-#: modules/gui/macosx/playlistinfo.m:84
-#, fuzzy
-msgid "Stream bitrate"
-msgstr "Открыть окно списка для воспроизведения"
-
-#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
-#, fuzzy
-msgid "Decoded blocks"
-msgstr "Декодеры"
-
-#: modules/gui/macosx/playlistinfo.m:88
-#, fuzzy
-msgid "Displayed frames"
-msgstr "Пропускать кадры"
-
-#: modules/gui/macosx/playlistinfo.m:89
-#, fuzzy
-msgid "Lost frames"
-msgstr "Воспроизвести поток"
-
-#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
-#: modules/video_filter/deinterlace.c:137
-msgid "Streaming"
-msgstr "Вещание"
-
-#: modules/gui/macosx/playlistinfo.m:92
-#, fuzzy
-msgid "Sent packets"
-msgstr "Пакеты в группах"
-
-#: modules/gui/macosx/playlistinfo.m:93
-#, fuzzy
-msgid "Sent bytes"
-msgstr "Частота дискретизации"
-
-#: modules/gui/macosx/playlistinfo.m:94
-#, fuzzy
-msgid "Send rate"
-msgstr "Частота дискретизации"
-
-#: modules/gui/macosx/playlistinfo.m:98
-#, fuzzy
-msgid "Played buffers"
-msgstr "Воспроизводить быстрее"
-
-#: modules/gui/macosx/playlistinfo.m:99
-#, fuzzy
-msgid "Lost buffers"
-msgstr "Воспроизвести поток"
-
 #: modules/gui/macosx/playlist.m:434
 msgid "Save Playlist..."
 msgstr "Сохранить плейлист..."
@@ -12020,6 +11967,83 @@ msgstr "Введите имя узла"
 msgid "Empty Folder"
 msgstr "Порядок элементов"
 
+#: modules/gui/macosx/playlistinfo.m:56
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
+msgid "URI"
+msgstr "URI"
+
+#: modules/gui/macosx/playlistinfo.m:63
+#, fuzzy
+msgid "Advanced Information"
+msgstr "Расширенные настройки"
+
+#: modules/gui/macosx/playlistinfo.m:81
+msgid "Read at media"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:82
+#, fuzzy
+msgid "Input bitrate"
+msgstr "Исходящий поток"
+
+#: modules/gui/macosx/playlistinfo.m:83
+#, fuzzy
+msgid "Demuxed"
+msgstr "Сепараторы"
+
+#: modules/gui/macosx/playlistinfo.m:84
+#, fuzzy
+msgid "Stream bitrate"
+msgstr "Открыть окно списка для воспроизведения"
+
+#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
+#, fuzzy
+msgid "Decoded blocks"
+msgstr "Декодеры"
+
+#: modules/gui/macosx/playlistinfo.m:88
+#, fuzzy
+msgid "Displayed frames"
+msgstr "Пропускать кадры"
+
+#: modules/gui/macosx/playlistinfo.m:89
+#, fuzzy
+msgid "Lost frames"
+msgstr "Воспроизвести поток"
+
+#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
+#: modules/video_filter/deinterlace.c:137
+msgid "Streaming"
+msgstr "Вещание"
+
+#: modules/gui/macosx/playlistinfo.m:92
+#, fuzzy
+msgid "Sent packets"
+msgstr "Пакеты в группах"
+
+#: modules/gui/macosx/playlistinfo.m:93
+#, fuzzy
+msgid "Sent bytes"
+msgstr "Частота дискретизации"
+
+#: modules/gui/macosx/playlistinfo.m:94
+#, fuzzy
+msgid "Send rate"
+msgstr "Частота дискретизации"
+
+#: modules/gui/macosx/playlistinfo.m:98
+#, fuzzy
+msgid "Played buffers"
+msgstr "Воспроизводить быстрее"
+
+#: modules/gui/macosx/playlistinfo.m:99
+#, fuzzy
+msgid "Lost buffers"
+msgstr "Воспроизвести поток"
+
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:213
 msgid "Reset All"
@@ -13401,11 +13425,21 @@ msgstr ""
 msgid "QNX RTOS video and audio output"
 msgstr "Остановить поток"
 
+#: modules/gui/qt4/dialogs/errors.cpp:37
+msgid "Errors"
+msgstr "Ошибки"
+
 #: modules/gui/qt4/dialogs/streaminfo.cpp:35
 #, fuzzy
 msgid "Stream information"
 msgstr "Информация о потоке"
 
+#: modules/gui/qt4/dialogs_provider.cpp:235
+#: modules/gui/qt4/dialogs_provider.cpp:246
+#, fuzzy
+msgid "Open directory"
+msgstr "Открыть каталог..."
+
 #: modules/gui/qt4/qt4.cpp:45
 #, fuzzy
 msgid "QT interface"
@@ -13594,6 +13628,11 @@ msgstr "Открыть окно списка для воспроизведени
 msgid "WinCE dialogs provider"
 msgstr "Окна wxWidgets"
 
+#: modules/gui/wxwidgets/dialogs.cpp:433
+#: modules/gui/wxwidgets/dialogs/open.cpp:1265
+msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
+msgstr ""
+
 #: modules/gui/wxwidgets/dialogs/bookmarks.cpp:75
 msgid "Edit bookmark"
 msgstr "Редактировать закладку"
@@ -13660,26 +13699,6 @@ msgstr ""
 msgid "Input has changed "
 msgstr "Входной поток был изменен "
 
-#: modules/gui/wxwidgets/dialogs.cpp:433
-#: modules/gui/wxwidgets/dialogs/open.cpp:1265
-msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:435
-#: modules/gui/wxwidgets/dialogs/open.cpp:1267
-msgid "|Video Files (*.avi, *.mpg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:436
-#: modules/gui/wxwidgets/dialogs/open.cpp:1268
-msgid "|Playlist Files (*.m3u, *.pls, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:437
-#: modules/gui/wxwidgets/dialogs/open.cpp:1269
-msgid "|Subtitle Files (*.srt, *.sub, etc.)|"
-msgstr ""
-
 #: modules/gui/wxwidgets/dialogs/fileinfo.cpp:54
 msgid "Stream and Media Info"
 msgstr "Информация о потоке"
@@ -14219,10 +14238,6 @@ msgstr "Вывод"
 msgid "Loop"
 msgstr "Зациклить"
 
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:415
-msgid "Create"
-msgstr "Создать"
-
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:560
 msgid "VLM stream"
 msgstr "Поток VLM"
@@ -14305,10 +14320,6 @@ msgid ""
 "about it."
 msgstr "Выберите видео кодек."
 
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
-msgid "Transcode audio (if available)"
-msgstr "Кодировать аудио (если возможно)"
-
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:135
 msgid ""
 "Select the target audio codec. Choose a codec to display more information "
@@ -14382,6 +14393,10 @@ msgstr "Больше информации"
 msgid "Save to file"
 msgstr "Сохранить в файл"
 
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
+msgid "Transcode audio (if available)"
+msgstr "Кодировать аудио (если возможно)"
+
 #: modules/gui/wxwidgets/extrapanel.cpp:41
 msgid ""
 "Controls the blending of equalizer bands. The higher this value is, the more "
@@ -14661,7 +14676,7 @@ msgstr "&Сообщения..."
 msgid "&Preferences..."
 msgstr "&Настройки..."
 
-#: modules/gui/wxwidgets/menus.cpp:572 modules/gui/wxwidgets/menus.cpp:599
+#: modules/gui/wxwidgets/menus.cpp:573 modules/gui/wxwidgets/menus.cpp:600
 msgid "Empty"
 msgstr "Пусто"
 
@@ -15203,10 +15218,6 @@ msgstr "Файл вывода RRD"
 msgid "Output data for RRDTool in this file."
 msgstr "Выводить данны для RRDTool в этот файл."
 
-#: modules/misc/memcpy/memcpyaltivec.c:56
-msgid "AltiVec memcpy"
-msgstr "AltiVec memcpy"
-
 #: modules/misc/memcpy/memcpy.c:83
 msgid "libc memcpy"
 msgstr "libc memcpy"
@@ -15223,6 +15234,10 @@ msgstr "MMX memcpy"
 msgid "MMX EXT memcpy"
 msgstr "MMX EXT memcpy"
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr "AltiVec memcpy"
+
 #: modules/misc/msn.c:64
 msgid "MSN Title format string"
 msgstr "Формат заголовка MSN"
@@ -16692,13 +16707,6 @@ msgstr "MMX-преобразование I420,IYUV,YV12 в RGB2,RV15,RV16,RV24,R
 msgid "Conversions from "
 msgstr "Преобразование из "
 
-#: 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 " в "
-
 #: 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 "
@@ -18367,6 +18375,12 @@ msgstr "Цвет, используемый для показа текста XOSD
 msgid "XOSD interface"
 msgstr "Интерфейс XOSD"
 
+#~ msgid "Create"
+#~ msgstr "Создать"
+
+#~ msgid " to "
+#~ msgstr " в "
+
 #~ msgid "CDDB Artist"
 #~ msgstr "Исполнитель CDDB"
 
@@ -18427,9 +18441,6 @@ msgstr "Интерфейс XOSD"
 #~ msgid "ISO-9660 Volume Set"
 #~ msgstr "Набор томов ISO-9660"
 
-#~ msgid "Errors"
-#~ msgstr "Ошибки"
-
 #~ msgid "By category"
 #~ msgstr "По категории"
 
diff --git a/po/sv.po b/po/sv.po
index 78ec34534e9e88c652460a5ca952a0893f42e2fd..957cd1a648f113dead14a54baa47c73d45047fee 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: vlc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-31 15:10+0400\n"
+"POT-Creation-Date: 2006-09-04 11:13+0200\n"
 "PO-Revision-Date: 2006-08-31 00:53+0100\n"
 "Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
 "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
@@ -17,6 +17,18 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: include/vlc/vlc.h:576
+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"
+"see the file named COPYING for details.\n"
+"Written by the VideoLAN team; see the AUTHORS file.\n"
+msgstr ""
+"Detta program kommer UTAN GARANTI, så långt som lagen tillåter.\n"
+"Du kan distribuera det under villkoren för GNU General Public License;\n"
+"se filen som heter COPYING för detaljer.\n"
+"Skrivet av VideoLAN-teamet; se filen AUTHORS.\n"
+
 #: include/vlc_config_cat.h:32
 msgid "VLC preferences"
 msgstr "Inställningar för VLC"
@@ -65,7 +77,7 @@ msgstr "Inställningar för VLC:s olika kontrollgränssnitt"
 msgid "Hotkeys settings"
 msgstr "Inställningar för snabbtangenter"
 
-#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1209
+#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1217
 #: modules/gui/beos/InterfaceWindow.cpp:282 modules/gui/macosx/extended.m:81
 #: modules/gui/macosx/intf.m:555 modules/gui/macosx/output.m:170
 #: modules/gui/macosx/playlistinfo.m:96 modules/gui/macosx/wizard.m:421
@@ -109,9 +121,9 @@ msgstr "Utmatningsmoduler"
 msgid "These are general settings for audio output modules."
 msgstr "Dessa är allmänna inställningar för ljudutmatningsmoduler."
 
-#: include/vlc_config_cat.h:71 src/libvlc.h:1553
+#: include/vlc_config_cat.h:71 src/libvlc.h:1563
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:578
-#: modules/gui/wxwidgets/menus.cpp:279 modules/stream_out/transcode.c:285
+#: modules/gui/wxwidgets/menus.cpp:280 modules/stream_out/transcode.c:285
 msgid "Miscellaneous"
 msgstr "Diverse"
 
@@ -119,7 +131,7 @@ msgstr "Diverse"
 msgid "Miscellaneous audio settings and modules."
 msgstr "Diverse ljudinställningar och moduler."
 
-#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1244
+#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1252
 #: modules/gui/macosx/extended.m:80 modules/gui/macosx/intf.m:568
 #: modules/gui/macosx/output.m:160 modules/gui/macosx/playlistinfo.m:86
 #: modules/gui/macosx/wizard.m:422
@@ -237,7 +249,7 @@ msgstr "Inställningar för ljud+video och diverse avkodare och kodare."
 msgid "General input settings. Use with care."
 msgstr "Avancerade inmatningsinställningar. Använd med försiktighet."
 
-#: include/vlc_config_cat.h:135 src/libvlc.h:1483
+#: include/vlc_config_cat.h:135 src/libvlc.h:1493
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:152
 msgid "Stream output"
 msgstr "Strömutmatning"
@@ -332,8 +344,8 @@ msgstr "VOD"
 msgid "VLC's implementation of Video On Demand"
 msgstr "VLC:s implementering av Video On Demand"
 
-#: include/vlc_config_cat.h:186 src/libvlc.h:1608 src/playlist/engine.c:79
-#: src/playlist/engine.c:81 modules/demux/playlist/playlist.c:56
+#: include/vlc_config_cat.h:186 src/libvlc.h:1618 src/playlist/engine.c:91
+#: src/playlist/engine.c:93 modules/demux/playlist/playlist.c:56
 #: modules/demux/playlist/playlist.c:57
 #: modules/gui/beos/InterfaceWindow.cpp:231
 #: modules/gui/beos/InterfaceWindow.cpp:325 modules/gui/macosx/intf.m:500
@@ -369,7 +381,7 @@ msgstr ""
 "Tjänsteidentifieringsmoduler är funktioner som automatiskt lägger till "
 "objekt till spellistan."
 
-#: include/vlc_config_cat.h:197 src/libvlc.h:1444
+#: include/vlc_config_cat.h:197 src/libvlc.h:1454
 #: modules/gui/macosx/prefs.m:124
 msgid "Advanced"
 msgstr "Avancerad"
@@ -485,7 +497,7 @@ msgstr "Välj en eller flera filer att öppna"
 #: modules/gui/wxwidgets/interface.cpp:677
 #: modules/gui/wxwidgets/interface.cpp:688
 #: modules/gui/wxwidgets/interface.cpp:1216
-#: modules/gui/wxwidgets/menus.cpp:263 modules/gui/wxwidgets/menus.cpp:274
+#: modules/gui/wxwidgets/menus.cpp:264 modules/gui/wxwidgets/menus.cpp:275
 msgid "Play"
 msgstr "Spela upp"
 
@@ -502,8 +514,8 @@ msgid "Delete"
 msgstr "Ta bort"
 
 #: include/vlc_intf_strings.h:37 modules/gui/macosx/intf.m:599
-#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlistinfo.m:55
-#: modules/gui/macosx/playlistinfo.m:363 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/playlistinfo.m:55 modules/gui/macosx/playlistinfo.m:363
 msgid "Information"
 msgstr "Information"
 
@@ -538,8 +550,8 @@ msgstr "Meta-information"
 msgid "Title"
 msgstr "Titel"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:58
-#: modules/gui/macosx/playlist.m:130 modules/gui/macosx/wizard.m:393
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:130
+#: modules/gui/macosx/playlistinfo.m:58 modules/gui/macosx/wizard.m:393
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:50
 msgid "Author"
 msgstr "Upphovsman"
@@ -611,18 +623,6 @@ msgstr "Kodekens namn"
 msgid "Codec Description"
 msgstr "Beskrivning av kodek"
 
-#: include/vlc/vlc.h:576
-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"
-"see the file named COPYING for details.\n"
-"Written by the VideoLAN team; see the AUTHORS file.\n"
-msgstr ""
-"Detta program kommer UTAN GARANTI, så långt som lagen tillåter.\n"
-"Du kan distribuera det under villkoren för GNU General Public License;\n"
-"se filen som heter COPYING för detaljer.\n"
-"Skrivet av VideoLAN-teamet; se filen AUTHORS.\n"
-
 #: src/audio_output/filters.c:154 src/audio_output/filters.c:201
 #: src/audio_output/filters.c:224
 msgid "Audio filtering failed"
@@ -635,7 +635,7 @@ msgid "The maximum number of filters (%d) was reached."
 msgstr ""
 
 #: src/audio_output/input.c:80 src/audio_output/input.c:126
-#: src/input/es_out.c:361 src/libvlc.h:417 src/video_output/video_output.c:421
+#: src/input/es_out.c:361 src/libvlc.h:421 src/video_output/video_output.c:421
 #: modules/codec/ffmpeg/postprocess.c:94
 msgid "Disable"
 msgstr "Inaktivera"
@@ -783,13 +783,15 @@ msgid "VLC could not open the decoder module."
 msgstr "VLC kunde inte öppna avkodningsmodulen."
 
 #: src/input/decoder.c:136
-msgid "No suitable decoder module for FOURCC \"4.4s\" found"
+#, fuzzy
+msgid "No suitable decoder module for format"
 msgstr "Ingen lämplig avkodningsmodul hittades för FOURCC \"4.4s\""
 
 #: src/input/decoder.c:137
+#, fuzzy, c-format
 msgid ""
-"VLC probably does not support this audio or video format. Regrettably, there "
-"is no way for you to fix this."
+"VLC probably does not support the “%4.4s” audio or video format. "
+"Unfortunately there is no way for you to fix this."
 msgstr ""
 "VLC saknar antagligen stöd för detta ljud- eller videoformat. Tyvärr finns "
 "det inget sätt att rätta till detta."
@@ -802,7 +804,7 @@ msgid "Track %i"
 msgstr "Spår %i"
 
 #: src/input/es_out.c:465 src/input/es_out.c:467 src/input/es_out.c:567
-#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:443
+#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:447
 #: modules/gui/macosx/intf.m:548 modules/gui/macosx/intf.m:549
 msgid "Program"
 msgstr "Program"
@@ -841,8 +843,8 @@ msgstr "%d Hz"
 msgid "Bits per sample"
 msgstr "Bitar per sampling"
 
-#: src/input/es_out.c:1605 modules/access_output/shout.c:86
-#: modules/access/pvr.c:84
+#: src/input/es_out.c:1605 modules/access/pvr.c:84
+#: modules/access_output/shout.c:86
 msgid "Bitrate"
 msgstr "Bithastighet"
 
@@ -897,7 +899,7 @@ msgstr ""
 msgid "Bookmark"
 msgstr "Bokmärke"
 
-#: src/input/var.c:131 src/libvlc.h:449
+#: src/input/var.c:131 src/libvlc.h:453
 msgid "Programs"
 msgstr "Program"
 
@@ -1621,123 +1623,133 @@ msgstr ""
 "spara lite processorkraft."
 
 #: src/libvlc.h:278
+#, fuzzy
+msgid "Embedded video"
+msgstr "Inbäddad videoutmatning"
+
+#: src/libvlc.h:280
+#, fuzzy
+msgid "Embed the video output in the main interface."
+msgstr "Bädda in video i gränssnitt"
+
+#: src/libvlc.h:282
 msgid "Fullscreen video output"
 msgstr "Videoutmatning i helskärm"
 
-#: src/libvlc.h:280
+#: src/libvlc.h:284
 msgid "Start video in fullscreen mode"
 msgstr "Starta video i helskärmsläge"
 
-#: src/libvlc.h:282
+#: src/libvlc.h:286
 msgid "Overlay video output"
 msgstr ""
 
-#: src/libvlc.h:284
+#: src/libvlc.h:288
 msgid ""
 "Overlay is the hardware acceleration capability of your video card (ability "
 "to render video directly). VLC will try to use it by default."
 msgstr ""
 
-#: src/libvlc.h:287 src/video_output/vout_intf.c:399
+#: src/libvlc.h:291 src/video_output/vout_intf.c:399
 msgid "Always on top"
 msgstr "Alltid överst"
 
-#: src/libvlc.h:289
+#: src/libvlc.h:293
 msgid "Always place the video window on top of other windows."
 msgstr "Placerar alltid videofönstret över andra fönster."
 
-#: src/libvlc.h:291
+#: src/libvlc.h:295
 msgid "Disable screensaver"
 msgstr "Inaktivera skärmsläckare"
 
-#: src/libvlc.h:292
+#: src/libvlc.h:296
 msgid "Disable the screensaver during video playback."
 msgstr "Inaktivera skärmsläckaren under uppspelning av video."
 
-#: src/libvlc.h:294
+#: src/libvlc.h:298
 msgid "Window decorations"
 msgstr "Fönsterdekorationer"
 
-#: src/libvlc.h:296
+#: src/libvlc.h:300
 msgid ""
 "VLC can avoid creating window caption, frames, etc... around the video, "
 "giving a \"minimal\" window."
 msgstr ""
 
-#: src/libvlc.h:299
+#: src/libvlc.h:303
 #, fuzzy
 msgid "Video output filter module"
 msgstr "Videoutmatningsmodul"
 
-#: src/libvlc.h:301
+#: src/libvlc.h:305
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
 "instance deinterlacing, or to clone or distort the video window."
 msgstr ""
 
-#: src/libvlc.h:305
+#: src/libvlc.h:309
 msgid "Video filter module"
 msgstr "Videofiltermodul"
 
-#: src/libvlc.h:307
+#: src/libvlc.h:311
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
 "instance deinterlacing, or distortthe video."
 msgstr ""
 
-#: src/libvlc.h:311
+#: src/libvlc.h:315
 msgid "Video snapshot directory (or filename)"
 msgstr "Katalog för videoskärmbilder (eller filnamn)"
 
-#: src/libvlc.h:313
+#: src/libvlc.h:317
 msgid "Directory where the video snapshots will be stored."
 msgstr "Katalog där videoskärmbilder kommer att lagras."
 
-#: src/libvlc.h:315 src/libvlc.h:317
+#: src/libvlc.h:319 src/libvlc.h:321
 msgid "Video snapshot file prefix"
 msgstr "Prefix för videoskärmbilder"
 
-#: src/libvlc.h:319
+#: src/libvlc.h:323
 msgid "Video snapshot format"
 msgstr "Format på videoskärmbilder"
 
-#: src/libvlc.h:321
+#: src/libvlc.h:325
 msgid "Image format which will be used to store the video snapshots"
 msgstr "Bildformat vilket kommer att användas för att lagra videoskärmbilderna"
 
-#: src/libvlc.h:323
+#: src/libvlc.h:327
 msgid "Display video snapshot preview"
 msgstr "Visa förhandsgranskning av videoskärmbild"
 
-#: src/libvlc.h:325
+#: src/libvlc.h:329
 msgid "Display the snapshot preview in the screen's top-left corner."
 msgstr ""
 
-#: src/libvlc.h:327
+#: src/libvlc.h:331
 msgid "Use sequential numbers instead of timestamps"
 msgstr "Använd sekvensiella nummer istället för tidsstämplar"
 
-#: src/libvlc.h:329
+#: src/libvlc.h:333
 msgid "Use sequential numbers instead of timestamps for snapshot numbering"
 msgstr ""
 "Använd sekvensiella nummer istället för tidsstämplar för numrering av "
 "skärmbilder"
 
-#: src/libvlc.h:331
+#: src/libvlc.h:335
 msgid "Video cropping"
 msgstr "Videobeskäring"
 
-#: src/libvlc.h:333
+#: src/libvlc.h:337
 msgid ""
 "This forces the cropping of the source video. Accepted formats are x:y (4:3, "
 "16:9, etc.) expressing the global image aspect."
 msgstr ""
 
-#: src/libvlc.h:337
+#: src/libvlc.h:341
 msgid "Source aspect ratio"
 msgstr "Källbildformat"
 
-#: src/libvlc.h:339
+#: src/libvlc.h:343
 msgid ""
 "This forces 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 "
@@ -1746,31 +1758,31 @@ msgid ""
 "(1.25, 1.3333, etc.) expressing pixel squareness."
 msgstr ""
 
-#: src/libvlc.h:346
+#: src/libvlc.h:350
 msgid "Custom crop ratios list"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:352
 msgid ""
 "Comma seperated list of crop ratios which will be added in the interface's "
 "crop ratios list."
 msgstr ""
 
-#: src/libvlc.h:351
+#: src/libvlc.h:355
 msgid "Custom aspect ratios list"
 msgstr "Lista över anpassade bildformat"
 
-#: src/libvlc.h:353
+#: src/libvlc.h:357
 msgid ""
 "Comma seperated list of aspect ratios which will be added in the interface's "
 "aspect ratio list."
 msgstr ""
 
-#: src/libvlc.h:356
+#: src/libvlc.h:360
 msgid "Fix HDTV height"
 msgstr "Korrigera HDTV-höjd"
 
-#: src/libvlc.h:358
+#: src/libvlc.h:362
 msgid ""
 "This allows proper handling of HDTV-1080 video format even if broken encoder "
 "incorrectly sets height to 1088 lines. You should only disable this option "
@@ -1781,42 +1793,42 @@ msgstr ""
 "detta alternativ om din video har ett icke-standardformat som kräver alla "
 "1088 rader."
 
-#: src/libvlc.h:363
+#: src/libvlc.h:367
 msgid "Monitor pixel aspect ratio"
 msgstr ""
 
-#: src/libvlc.h:365
+#: src/libvlc.h:369
 msgid ""
 "This forces the monitor aspect ratio. Most monitors have square pixels "
 "(1:1). If you have a 16:9 screen, you might need to change this to 4:3 in "
 "order to keep proportions."
 msgstr ""
 
-#: src/libvlc.h:370
+#: src/libvlc.h:374
 msgid "Skip frames"
 msgstr "Hoppa över bildrutor"
 
-#: src/libvlc.h:372
+#: src/libvlc.h:376
 msgid ""
 "This option enables framedropping on MPEG2 stream. Framedropping occurs when "
 "your computer is not powerful enough"
 msgstr ""
 
-#: src/libvlc.h:375
+#: src/libvlc.h:379
 msgid "Drop late frames"
 msgstr "Kasta försenade bildrutor"
 
-#: src/libvlc.h:377
+#: src/libvlc.h:381
 msgid ""
 "This drops frames that are late (arrive to the video output after their "
 "intended display date)."
 msgstr ""
 
-#: src/libvlc.h:380
+#: src/libvlc.h:384
 msgid "Quiet synchro"
 msgstr "Tyst synkronisering"
 
-#: src/libvlc.h:382
+#: src/libvlc.h:386
 #, fuzzy
 msgid ""
 "This avoids flooding the message log with debug output from the video output "
@@ -1825,7 +1837,7 @@ msgstr ""
 "Aktivera detta alternativ för att undvika att loggboken blir överfull med "
 "felsökningsmedelanden från video utmatnings synkroniseringen."
 
-#: src/libvlc.h:391
+#: src/libvlc.h:395
 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 "
@@ -1835,17 +1847,17 @@ msgstr ""
 "inmatningsundersystemet, tex dvd- eller vcd-enheter, inställningar för "
 "nätverksgränssnittet eller undertextskanalen."
 
-#: src/libvlc.h:396
+#: src/libvlc.h:400
 msgid ""
 "If you live in France, it is not allowed to workaround any Digital "
 "Restrictions Management measure."
 msgstr ""
 
-#: src/libvlc.h:399
+#: src/libvlc.h:403
 msgid "Clock reference average counter"
 msgstr "Räknare för genomsnittlig klockreferens"
 
-#: src/libvlc.h:401
+#: src/libvlc.h:405
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
@@ -1853,11 +1865,11 @@ msgstr ""
 "När du använder PVR-inmating (eller en väldigt oregelbunden källa), bör du "
 "ställa in denna till 10000."
 
-#: src/libvlc.h:404
+#: src/libvlc.h:408
 msgid "Clock synchronisation"
 msgstr "Klocksynkronisering"
 
-#: src/libvlc.h:406
+#: src/libvlc.h:410
 #, fuzzy
 msgid ""
 "It is possible to disable the input clock synchronisation for real-time "
@@ -1866,17 +1878,17 @@ msgstr ""
 "Tillåter dig att aktivera/avaktivera inmatnings klocksynkronisering för "
 "realtids källor."
 
-#: src/libvlc.h:410 modules/control/netsync.c:71
+#: src/libvlc.h:414 modules/control/netsync.c:71
 msgid "Network synchronisation"
 msgstr "Nätverkssynkronisering"
 
-#: src/libvlc.h:411
+#: src/libvlc.h:415
 msgid ""
 "This allows you to remotely synchronise clocks for server and client. The "
 "detailed settings are available in Advanced / Network Sync."
 msgstr ""
 
-#: src/libvlc.h:417 src/libvlc.h:964 src/video_output/vout_intf.c:261
+#: src/libvlc.h:421 src/libvlc.h:972 src/video_output/vout_intf.c:261
 #: src/video_output/vout_intf.c:348 modules/access/dshow/dshow.cpp:74
 #: modules/access/dshow/dshow.cpp:76 modules/access/dshow/dshow.cpp:79
 #: modules/access/dshow/dshow.cpp:85 modules/audio_output/alsa.c:102
@@ -1889,7 +1901,7 @@ msgstr ""
 msgid "Default"
 msgstr "Standard"
 
-#: src/libvlc.h:417 modules/gui/macosx/equalizer.m:145
+#: src/libvlc.h:421 modules/gui/macosx/equalizer.m:145
 #: modules/gui/macosx/extended.m:113 modules/gui/macosx/wizard.m:395
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:633
 #: modules/gui/wxwidgets/extrapanel.cpp:216
@@ -1897,31 +1909,31 @@ msgstr "Standard"
 msgid "Enable"
 msgstr "Aktivera"
 
-#: src/libvlc.h:419
+#: src/libvlc.h:423
 msgid "UDP port"
 msgstr "UDP-port"
 
-#: src/libvlc.h:421
+#: src/libvlc.h:425
 #, fuzzy
 msgid "This is the default port used for UDP streams. Default is 1234."
 msgstr ""
 "Detta är porten som används för UDP-strömmar. Som standard har vi valt 1234."
 
-#: src/libvlc.h:423
+#: src/libvlc.h:427
 msgid "MTU of the network interface"
 msgstr "MTU för nätverksgränssnittet"
 
-#: src/libvlc.h:425
+#: src/libvlc.h:429
 msgid ""
 "This is the maximum packet size that can be transmitted over the network "
 "interface. On Ethernet it is usually 1500 bytes."
 msgstr ""
 
-#: src/libvlc.h:428
+#: src/libvlc.h:432
 msgid "Hop limit (TTL)"
 msgstr "Hoppgräns (TTL)"
 
-#: src/libvlc.h:430
+#: src/libvlc.h:434
 msgid ""
 "This is the hop limit (also known as \"Time-To-Live\" or TTL) of the "
 "multicast packets sent by the stream output (0 = use operating system built-"
@@ -1931,62 +1943,62 @@ msgstr ""
 "multicastpaket som skickas av strömutdata (0 = använd operativsystemets "
 "inbyggda standardvärde)."
 
-#: src/libvlc.h:434
+#: src/libvlc.h:438
 msgid "IPv6 multicast output interface"
 msgstr ""
 
-#: src/libvlc.h:436
+#: src/libvlc.h:440
 msgid "Default IPv6 multicast interface. This overrides the routing table."
 msgstr ""
 
-#: src/libvlc.h:438
+#: src/libvlc.h:442
 #, fuzzy
 msgid "IPv4 multicast output interface address"
 msgstr "SAP multicastaddress"
 
-#: src/libvlc.h:440
+#: src/libvlc.h:444
 msgid ""
 "IPv4 adress for the default multicast interface. This overrides the routing "
 "table."
 msgstr ""
 
-#: src/libvlc.h:445
+#: src/libvlc.h:449
 msgid ""
 "Choose the program to select by giving its Service ID. Only use this option "
 "if you want to read a multi-program stream (like DVB streams for example)."
 msgstr ""
 
-#: src/libvlc.h:451
+#: src/libvlc.h:455
 msgid ""
 "Choose the programs to select by giving a comma-separated list of Service "
 "IDs (SIDs). Only use this option if you want to read a multi-program stream "
 "(like DVB streams for example)."
 msgstr ""
 
-#: src/libvlc.h:457 modules/gui/wxwidgets/dialogs/open.cpp:779
+#: src/libvlc.h:461 modules/gui/wxwidgets/dialogs/open.cpp:779
 msgid "Audio track"
 msgstr "Ljudspår"
 
-#: src/libvlc.h:459
+#: src/libvlc.h:463
 #, fuzzy
 msgid "Stream number of the audio track to use (from 0 to n)."
 msgstr "Ge strömmen nummret på det ljudspår du vill använda(från 0 till n)"
 
-#: src/libvlc.h:462 modules/gui/wxwidgets/dialogs/open.cpp:771
+#: src/libvlc.h:466 modules/gui/wxwidgets/dialogs/open.cpp:771
 msgid "Subtitles track"
 msgstr "Undertextspår"
 
-#: src/libvlc.h:464
+#: src/libvlc.h:468
 #, fuzzy
 msgid "Stream number of the subtitle track to use (from 0 to n)."
 msgstr ""
 "Ge strömmen ett nummer på det undertextsspår du vill använda(från 0 till n)."
 
-#: src/libvlc.h:467
+#: src/libvlc.h:471
 msgid "Audio language"
 msgstr "Ljudspråk"
 
-#: src/libvlc.h:469
+#: src/libvlc.h:473
 msgid ""
 "Language of the audio track you want to use (comma separated, two or three "
 "letter country code)."
@@ -1994,11 +2006,11 @@ msgstr ""
 "Språket för ljudspåret du vill använda (kommaseparerad, landskod bestående "
 "av två eller tre bokstäver)."
 
-#: src/libvlc.h:472
+#: src/libvlc.h:476
 msgid "Subtitle language"
 msgstr "Undertextsspråk"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:478
 msgid ""
 "Language of the subtitle track you want to use (comma separated, two or tree "
 "letter country code)."
@@ -2006,54 +2018,54 @@ msgstr ""
 "Språket för undertextspåret du vill använda (kommaseparerad, landskod "
 "bestående av två eller tre bokstäver)."
 
-#: src/libvlc.h:478
+#: src/libvlc.h:482
 msgid "Audio track ID"
 msgstr "Ljudspår-id"
 
-#: src/libvlc.h:480
+#: src/libvlc.h:484
 #, fuzzy
 msgid "Stream ID of the audio track to use."
 msgstr "Ge strömmen nummret på det ljudspår du vill använda(från 0 till n)"
 
-#: src/libvlc.h:482
+#: src/libvlc.h:486
 msgid "Subtitles track ID"
 msgstr "Spår-id för undertext"
 
-#: src/libvlc.h:484
+#: src/libvlc.h:488
 #, fuzzy
 msgid "Stream ID of the subtitle track to use."
 msgstr ""
 "Ge strömmen ett nummer på det undertextsspår du vill använda(från 0 till n)."
 
-#: src/libvlc.h:486
+#: src/libvlc.h:490
 msgid "Input repetitions"
 msgstr "Inmatningsrepeteringar"
 
-#: src/libvlc.h:488
+#: src/libvlc.h:492
 msgid "Number of time the same input will be repeated"
 msgstr "Antal gånger samma inmatning ska repeteras"
 
-#: src/libvlc.h:490
+#: src/libvlc.h:494
 msgid "Start time"
 msgstr "Starttid"
 
-#: src/libvlc.h:492
+#: src/libvlc.h:496
 msgid "The stream will start at this position (in seconds)."
 msgstr "Strömmen kommer att starta på denna position (i sekunder)."
 
-#: src/libvlc.h:494
+#: src/libvlc.h:498
 msgid "Stop time"
 msgstr "Stopptid"
 
-#: src/libvlc.h:496
+#: src/libvlc.h:500
 msgid "The stream will stop at this position (in seconds)."
 msgstr "Strömmen kommer att stoppa på denna position (i sekunder)."
 
-#: src/libvlc.h:498
+#: src/libvlc.h:502
 msgid "Input list"
 msgstr "Inmatningslista"
 
-#: src/libvlc.h:500
+#: src/libvlc.h:504
 msgid ""
 "You can give a comma-separated list of inputs that will be concatenated "
 "together after the normal one."
@@ -2061,11 +2073,11 @@ msgstr ""
 "Du kan ange en kommaseparerad lista på inmatningar som kommer att läggas "
 "ihop efter den normala."
 
-#: src/libvlc.h:503
+#: src/libvlc.h:507
 msgid "Input slave (experimental)"
 msgstr "Inmatningsslav (experiment)"
 
-#: src/libvlc.h:505
+#: src/libvlc.h:509
 msgid ""
 "This allows you to play from several inputs at the same time. This feature "
 "is experimental, not all formats are supported. Use a '#' separated list of "
@@ -2075,18 +2087,18 @@ msgstr ""
 "funktion är ett experiment, inte alla format stöds. Använd en lista "
 "separerad med \"#\" för inmatning."
 
-#: src/libvlc.h:509
+#: src/libvlc.h:513
 msgid "Bookmarks list for a stream"
 msgstr "Bokmärkeslista för en ström"
 
-#: src/libvlc.h:511
+#: src/libvlc.h:515
 msgid ""
 "You can manually give a list of bookmarks for a stream in the form "
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
 "{...}\""
 msgstr ""
 
-#: src/libvlc.h:517
+#: src/libvlc.h:521
 msgid ""
 "These options allow you to modify the behavior of the subpictures subsystem. "
 "You can for example enable subpictures filters (logo, etc.). Enable these "
@@ -2094,11 +2106,11 @@ msgid ""
 "section. You can also set many miscellaneous subpictures options."
 msgstr ""
 
-#: src/libvlc.h:523
+#: src/libvlc.h:527
 msgid "Force subtitle position"
 msgstr "Tvinga undertextposition"
 
-#: src/libvlc.h:525
+#: src/libvlc.h:529
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
@@ -2106,52 +2118,52 @@ msgstr ""
 "Du kan använda detta alternativ för att placera undertexter under filmen, "
 "istället för över filmen. Prova olika positioner."
 
-#: src/libvlc.h:528
+#: src/libvlc.h:532
 msgid "Enable sub-pictures"
 msgstr "Aktivera underbilder"
 
-#: src/libvlc.h:530
+#: src/libvlc.h:534
 msgid "You can completely disable the sub-picture processing."
 msgstr ""
 
-#: src/libvlc.h:532 src/libvlc.h:1324 src/misc/iso-639_def.h:143
+#: src/libvlc.h:536 src/libvlc.h:1334 src/misc/iso-639_def.h:143
 #: modules/stream_out/transcode.c:281
 msgid "On Screen Display"
 msgstr "On Screen Display"
 
-#: src/libvlc.h:534
+#: src/libvlc.h:538
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
 "Display)."
 msgstr ""
 "VLC kan visa meddelanden på videon. Detta kallas för OSD (On Screen Display)."
 
-#: src/libvlc.h:537
+#: src/libvlc.h:541
 #, fuzzy
 msgid "Text rendering module"
 msgstr "Textrenderering"
 
-#: src/libvlc.h:539
+#: src/libvlc.h:543
 msgid ""
 "VLC normally uses Freetype for rendering, but this allows you to use svg for "
 "instance."
 msgstr ""
 
-#: src/libvlc.h:542
+#: src/libvlc.h:546
 msgid "Subpictures filter module"
 msgstr ""
 
-#: src/libvlc.h:544
+#: src/libvlc.h:548
 msgid ""
 "This adds so-called \"subpicture filters\". These filters overlay some "
 "images or text over the video (like a logo, arbitraty text...)."
 msgstr ""
 
-#: src/libvlc.h:547
+#: src/libvlc.h:551
 msgid "Autodetect subtitle files"
 msgstr "Automatiskt identifiera undertextfiler"
 
-#: src/libvlc.h:549
+#: src/libvlc.h:553
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified "
 "(based on the filename of the movie)."
@@ -2159,11 +2171,11 @@ msgstr ""
 "Identifiera automatiskt en undertextfil, om inget filnamn för undertext har "
 "angivits (baserat på filnamnet för filmen)."
 
-#: src/libvlc.h:552
+#: src/libvlc.h:556
 msgid "Subtitle autodetection fuzziness"
 msgstr ""
 
-#: src/libvlc.h:554
+#: src/libvlc.h:558
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -2174,11 +2186,11 @@ msgid ""
 "4 = subtitle file matching the movie name exactly"
 msgstr ""
 
-#: src/libvlc.h:562
+#: src/libvlc.h:566
 msgid "Subtitle autodetection paths"
 msgstr ""
 
-#: src/libvlc.h:564
+#: src/libvlc.h:568
 msgid ""
 "Look for a subtitle file in those paths too, if your subtitle file was not "
 "found in the current directory."
@@ -2186,11 +2198,11 @@ msgstr ""
 "Leta efter en undertextfil i dessa sökvägar också, om din undertextfil inte "
 "hittas i aktuell katalog."
 
-#: src/libvlc.h:567
+#: src/libvlc.h:571
 msgid "Use subtitle file"
 msgstr "Använd undertextfil"
 
-#: src/libvlc.h:569
+#: src/libvlc.h:573
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
@@ -2198,11 +2210,11 @@ msgstr ""
 "Läs in denna undertextfil. För att användas när automatisk identifiering "
 "inte kan hitta din undertextfil."
 
-#: src/libvlc.h:572
+#: src/libvlc.h:576
 msgid "DVD device"
 msgstr "Dvd-enhet"
 
-#: src/libvlc.h:575
+#: src/libvlc.h:579
 msgid ""
 "This is the default DVD drive (or file) to use. Don't forget the colon after "
 "the drive letter (eg. D:)"
@@ -2210,15 +2222,15 @@ msgstr ""
 "Detta är standard-dvd-enheten (eller fil) som används. Glöm inte "
 "kolontecknet efter enhetsbokstaven (t.ex. D:)"
 
-#: src/libvlc.h:579
+#: src/libvlc.h:583
 msgid "This is the default DVD device to use."
 msgstr "Detta är standard-dvd-enheten som används."
 
-#: src/libvlc.h:582
+#: src/libvlc.h:586
 msgid "VCD device"
 msgstr "Vcd-enhet"
 
-#: src/libvlc.h:585
+#: src/libvlc.h:589
 msgid ""
 "This is the default VCD device to use. If you don't specify anything, we'll "
 "scan for a suitable CD-ROM device."
@@ -2226,15 +2238,15 @@ msgstr ""
 "Detta är standard-vcd-enheten som används. Om du inte anger något kommer vi "
 "att söka efter en lämplig cd-rom-enhet."
 
-#: src/libvlc.h:589
+#: src/libvlc.h:593
 msgid "This is the default VCD device to use."
 msgstr "Detta är standard-vcd-enheten som används. "
 
-#: src/libvlc.h:592
+#: src/libvlc.h:596
 msgid "Audio CD device"
 msgstr "Ljud-cd-enhet"
 
-#: src/libvlc.h:595
+#: src/libvlc.h:599
 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."
@@ -2242,39 +2254,39 @@ msgstr ""
 "Detta är standard-ljud-cd-enheten som används. Om du inte anger något kommer "
 "vi att söka efter en lämplig cd-rom-enhet."
 
-#: src/libvlc.h:599
+#: src/libvlc.h:603
 msgid "This is the default Audio CD device to use."
 msgstr "Detta är standard-ljud-cd-enheten som används."
 
-#: src/libvlc.h:602 modules/gui/wxwidgets/dialogs/open.cpp:841
+#: src/libvlc.h:606 modules/gui/wxwidgets/dialogs/open.cpp:841
 msgid "Force IPv6"
 msgstr "Tvinga IPv6"
 
-#: src/libvlc.h:604
+#: src/libvlc.h:608
 msgid "IPv6 will be used by default for all connections."
 msgstr "IPv6 kommer att användas som standard för alla anslutningar."
 
-#: src/libvlc.h:606
+#: src/libvlc.h:610
 msgid "Force IPv4"
 msgstr "Tvinga IPv4"
 
-#: src/libvlc.h:608
+#: src/libvlc.h:612
 msgid "IPv4 will be used by default for all connections."
 msgstr "IPv4 kommer att användas som standard för alla anslutningar."
 
-#: src/libvlc.h:610
+#: src/libvlc.h:614
 msgid "TCP connection timeout"
 msgstr "Tidsgräns för TCP-anslutning"
 
-#: src/libvlc.h:612
+#: src/libvlc.h:616
 msgid "Default TCP connection timeout (in milliseconds). "
 msgstr "Standardvärde för tidsgräns av TCP-anslutning (i millisekunder)."
 
-#: src/libvlc.h:614
+#: src/libvlc.h:618
 msgid "SOCKS server"
 msgstr "SOCKS-server"
 
-#: src/libvlc.h:616
+#: src/libvlc.h:620
 msgid ""
 "SOCKS proxy server to use. This must be of the form address:port. It will be "
 "used for all TCP connections"
@@ -2282,360 +2294,360 @@ msgstr ""
 "SOCKS-proxyserver att använda. Detta måste vara i formatet adress:port. Den "
 "kommer att användas för alla TCP-anslutningar"
 
-#: src/libvlc.h:619
+#: src/libvlc.h:623
 msgid "SOCKS user name"
 msgstr "SOCKS-användarnamn"
 
-#: src/libvlc.h:621
+#: src/libvlc.h:625
 msgid "User name to be used for connection to the SOCKS proxy."
 msgstr "Användarnamn att använda för anslutning till SOCKS-proxyn."
 
-#: src/libvlc.h:623
+#: src/libvlc.h:627
 msgid "SOCKS password"
 msgstr "SOCKS-lösenord"
 
-#: src/libvlc.h:625
+#: src/libvlc.h:629
 msgid "Password to be used for connection to the SOCKS proxy."
 msgstr "Lösenord att använda för anslutning till SOCKS-proxyn."
 
-#: src/libvlc.h:627
+#: src/libvlc.h:631
 msgid "Title metadata"
 msgstr "Titel"
 
-#: src/libvlc.h:629
+#: src/libvlc.h:633
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr "Låter dig ange en \"title\" metadata för en inmatning."
 
-#: src/libvlc.h:631
+#: src/libvlc.h:635
 msgid "Author metadata"
 msgstr "Upphovsman"
 
-#: src/libvlc.h:633
+#: src/libvlc.h:637
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr "Låter dig ange \"author\" metadata för en inmatning."
 
-#: src/libvlc.h:635
+#: src/libvlc.h:639
 msgid "Artist metadata"
 msgstr "Artist"
 
-#: src/libvlc.h:637
+#: src/libvlc.h:641
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr "Låter dig ange \"artist\" metadata för en inmatning."
 
-#: src/libvlc.h:639
+#: src/libvlc.h:643
 msgid "Genre metadata"
 msgstr "Genre"
 
-#: src/libvlc.h:641
+#: src/libvlc.h:645
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr "Låter dig ange \"genre\" metadata för en inmatning."
 
-#: src/libvlc.h:643
+#: src/libvlc.h:647
 msgid "Copyright metadata"
 msgstr "Copyright"
 
-#: src/libvlc.h:645
+#: src/libvlc.h:649
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr "Låter dig ange \"copyright\" metadata för en inmatning."
 
-#: src/libvlc.h:647
+#: src/libvlc.h:651
 msgid "Description metadata"
 msgstr "Beskrivning"
 
-#: src/libvlc.h:649
+#: src/libvlc.h:653
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr "Låter dig ange \"description\" metadata för en inmatning."
 
-#: src/libvlc.h:651
+#: src/libvlc.h:655
 msgid "Date metadata"
 msgstr "Datum"
 
-#: src/libvlc.h:653
+#: src/libvlc.h:657
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr "Låter dig ange \"date\" metadata för en inmatning."
 
-#: src/libvlc.h:655
+#: src/libvlc.h:659
 msgid "URL metadata"
 msgstr "URL"
 
-#: src/libvlc.h:657
+#: src/libvlc.h:661
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr "Låter dig ange \"url\" metadata för en inmatning."
 
-#: src/libvlc.h:661
+#: src/libvlc.h:665
 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:665
+#: src/libvlc.h:669
 msgid "Preferred decoders list"
 msgstr "Lista på föredragna avkodare"
 
-#: src/libvlc.h:667
+#: src/libvlc.h:671
 msgid ""
 "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. Only advanced "
 "users should alter this option as it can break playback of all your streams."
 msgstr ""
 
-#: src/libvlc.h:672
+#: src/libvlc.h:676
 msgid "Preferred encoders list"
 msgstr "Lista på föredragna kodare"
 
-#: src/libvlc.h:674
+#: src/libvlc.h:678
 msgid ""
 "This allows you to select a list of encoders that VLC will use in priority."
 msgstr ""
 
-#: src/libvlc.h:683
+#: src/libvlc.h:687
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
 msgstr ""
 
-#: src/libvlc.h:686
+#: src/libvlc.h:690
 msgid "Default stream output chain"
 msgstr ""
 
-#: src/libvlc.h:688
+#: src/libvlc.h:692
 msgid ""
 "You can enter here a default stream output chain. Refer to the documentation "
 "to learn how to build such chains.Warning: this chain will be enabled for "
 "all streams."
 msgstr ""
 
-#: src/libvlc.h:692
+#: src/libvlc.h:696
 msgid "Enable streaming of all ES"
 msgstr "Aktivera strömning för alla ES"
 
-#: src/libvlc.h:694
+#: src/libvlc.h:698
 msgid "Stream all elementary streams (video, audio and subtitles)"
 msgstr ""
 
-#: src/libvlc.h:696
+#: src/libvlc.h:700
 msgid "Display while streaming"
 msgstr "Visa under strömning"
 
-#: src/libvlc.h:698
+#: src/libvlc.h:702
 msgid "Play locally the stream while streaming it."
 msgstr "Spela upp strömmen lokalt när den strömmas."
 
-#: src/libvlc.h:700
+#: src/libvlc.h:704
 msgid "Enable video stream output"
 msgstr "Aktivera videoströmutmatning"
 
-#: src/libvlc.h:702
+#: src/libvlc.h:706
 msgid ""
 "Choose whether the video stream should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:705
+#: src/libvlc.h:709
 msgid "Enable audio stream output"
 msgstr "Aktivera ljudströmutmatning"
 
-#: src/libvlc.h:707
+#: src/libvlc.h:711
 msgid ""
 "Choose whether the audio stream should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:710
+#: src/libvlc.h:714
 #, fuzzy
 msgid "Enable SPU stream output"
 msgstr "Paus"
 
-#: src/libvlc.h:712
+#: src/libvlc.h:716
 msgid ""
 "Choose whether the SPU streams should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:715
+#: src/libvlc.h:719
 msgid "Keep stream output open"
 msgstr "Håll strömutmatning öppen"
 
-#: src/libvlc.h:717
+#: src/libvlc.h:721
 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:721
+#: src/libvlc.h:725
 msgid "Preferred packetizer list"
 msgstr "Lista på föredragna paketerare"
 
-#: src/libvlc.h:723
+#: src/libvlc.h:727
 msgid ""
 "This allows you to select the order in which VLC will choose its packetizers."
 msgstr ""
 "Detta låter dig att välja ordningen i vilken VLC kommer att välja sina "
 "paketerare."
 
-#: src/libvlc.h:726
+#: src/libvlc.h:730
 msgid "Mux module"
 msgstr ""
 
-#: src/libvlc.h:728
+#: src/libvlc.h:732
 msgid "This is a legacy entry to let you configure mux modules"
 msgstr ""
 
-#: src/libvlc.h:730
+#: src/libvlc.h:734
 msgid "Access output module"
 msgstr ""
 
-#: src/libvlc.h:732
+#: src/libvlc.h:736
 msgid "This is a legacy entry to let you configure access output modules"
 msgstr ""
 
-#: src/libvlc.h:734
+#: src/libvlc.h:738
 msgid "Control SAP flow"
 msgstr "Kontrollera SAP-flöde"
 
-#: src/libvlc.h:736
+#: src/libvlc.h:740
 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:740
+#: src/libvlc.h:744
 msgid "SAP announcement interval"
 msgstr "SAP-annonsintervall"
 
-#: src/libvlc.h:742
+#: src/libvlc.h:746
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
 "between SAP announcements."
 msgstr ""
 
-#: src/libvlc.h:752
+#: src/libvlc.h:756
 msgid ""
 "These options allow you to enable special CPU optimizations. You should "
 "always leave all these enabled."
 msgstr ""
 
-#: src/libvlc.h:755
+#: src/libvlc.h:759
 msgid "Enable FPU support"
 msgstr "Aktivera stöd för FPU"
 
-#: src/libvlc.h:757
+#: src/libvlc.h:761
 msgid ""
 "If your processor has a floating point calculation unit, VLC can take "
 "advantage of it."
 msgstr ""
 "Om din processor har en flyttalsberäkningsenhet kan VLC dra nytta av den."
 
-#: src/libvlc.h:760
+#: src/libvlc.h:764
 msgid "Enable CPU MMX support"
 msgstr "Aktivera stöd för CPU MMX"
 
-#: src/libvlc.h:762
+#: src/libvlc.h:766
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
 msgstr ""
 "Om din processor har stöd för MMX-instruktioner kan VLC dra nytta av dem."
 
-#: src/libvlc.h:765
+#: src/libvlc.h:769
 msgid "Enable CPU 3D Now! support"
 msgstr "Aktivera stöd för CPU 3D Now!"
 
-#: src/libvlc.h:767
+#: src/libvlc.h:771
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
 msgstr ""
 "Om din processor har stöd för 3D Now!-instruktioner kan VLC dra nytta av dem."
 
-#: src/libvlc.h:770
+#: src/libvlc.h:774
 msgid "Enable CPU MMX EXT support"
 msgstr "Aktivera stöd för CPU MMX EXT"
 
-#: src/libvlc.h:772
+#: src/libvlc.h:776
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
 msgstr ""
 "Om din processor har stöd för MMX EXT-instruktioner kan VLC dra nytta av dem."
 
-#: src/libvlc.h:775
+#: src/libvlc.h:779
 msgid "Enable CPU SSE support"
 msgstr "Aktivera stöd för CPU SSE"
 
-#: src/libvlc.h:777
+#: src/libvlc.h:781
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
 msgstr ""
 "Om din processor har stöd för SSE-instruktioner kan VLC dra nytta av dem."
 
-#: src/libvlc.h:780
+#: src/libvlc.h:784
 msgid "Enable CPU SSE2 support"
 msgstr "Aktivera stöd för CPU SSE2"
 
-#: src/libvlc.h:782
+#: src/libvlc.h:786
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
 "of them."
 msgstr ""
 "Om din processor har stöd för SSE2-instruktioner kan VLC dra nytta av dem."
 
-#: src/libvlc.h:785
+#: src/libvlc.h:789
 msgid "Enable CPU AltiVec support"
 msgstr "Aktivera stöd för CPU AltiVec"
 
-#: src/libvlc.h:787
+#: src/libvlc.h:791
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
 msgstr ""
 "Om din processor har stöd för AltiVec-instruktioner kan VLC dra nytta av dem."
 
-#: src/libvlc.h:792
+#: src/libvlc.h:796
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:795
+#: src/libvlc.h:799
 msgid "Memory copy module"
 msgstr "Minneskopieringsmodul"
 
-#: src/libvlc.h:797
+#: src/libvlc.h:801
 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:800
+#: src/libvlc.h:804
 msgid "Access module"
 msgstr "Ã…tkomstmodul"
 
-#: src/libvlc.h:802
+#: src/libvlc.h:806
 msgid ""
 "This allows you to force an access module. You can use it if the correct "
 "access is not automatically detected. You should not set this as a global "
 "option unless you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:806
+#: src/libvlc.h:810
 msgid "Access filter module"
 msgstr "Ã…tkomstfiltermodul"
 
-#: src/libvlc.h:808
+#: src/libvlc.h:812
 msgid ""
 "Access filters are used to modify the stream that is being read. This is "
 "used for instance for timeshifting."
 msgstr ""
 
-#: src/libvlc.h:811
+#: src/libvlc.h:815
 msgid "Demux module"
 msgstr ""
 
-#: src/libvlc.h:813
+#: src/libvlc.h:817
 msgid ""
 "Demultiplexers are used to separate the \"elementary\" streams (like audio "
 "and video streams). You can use it if the correct demuxer is not "
@@ -2643,11 +2655,11 @@ msgid ""
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:818
+#: src/libvlc.h:822
 msgid "Allow real-time priority"
 msgstr "Tillåt realtidsprioritet"
 
-#: src/libvlc.h:820
+#: src/libvlc.h:824
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -2655,94 +2667,94 @@ msgid ""
 "only activate this if you know what you're doing."
 msgstr ""
 
-#: src/libvlc.h:826
+#: src/libvlc.h:830
 msgid "Adjust VLC priority"
 msgstr "Justera VLC-prioritet"
 
-#: src/libvlc.h:828
+#: src/libvlc.h:832
 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:832
+#: src/libvlc.h:836
 msgid "Minimize number of threads"
 msgstr "Minimera antalet trådar"
 
-#: src/libvlc.h:834
+#: src/libvlc.h:838
 msgid "This option minimizes the number of threads needed to run VLC."
 msgstr "Detta alternativ minimerar antalet trådar som behövs för att köra VLC."
 
-#: src/libvlc.h:836
+#: src/libvlc.h:840
 msgid "Modules search path"
 msgstr "Sökväg för moduler"
 
-#: src/libvlc.h:838
+#: src/libvlc.h:842
 msgid "Additional path for VLC to look for its modules."
 msgstr "Ytterligare sökväg för VLC att leta efter sina moduler."
 
-#: src/libvlc.h:840
+#: src/libvlc.h:844
 msgid "VLM configuration file"
 msgstr "VLM-konfigurationsfil"
 
-#: src/libvlc.h:842
+#: src/libvlc.h:846
 msgid "Read a VLM configuration file as soon as VLM is started."
 msgstr "Läs en VLM-konfigurationsfil så snart som VLM har startat."
 
-#: src/libvlc.h:844
+#: src/libvlc.h:848
 msgid "Use a plugins cache"
 msgstr "Använd en cache för insticksmoduler"
 
-#: src/libvlc.h:846
+#: src/libvlc.h:850
 msgid "Use a plugins cache which will greatly improve the startup time of VLC."
 msgstr ""
 
-#: src/libvlc.h:848
+#: src/libvlc.h:852
 msgid "Collect statistics"
 msgstr "Samla in statistik"
 
-#: src/libvlc.h:850
+#: src/libvlc.h:854
 msgid "Collect miscellaneous statistics."
 msgstr "Samla in diverse statistik."
 
-#: src/libvlc.h:852
+#: src/libvlc.h:856
 msgid "Run as daemon process"
 msgstr "Kör som demonprocess"
 
-#: src/libvlc.h:854
+#: src/libvlc.h:858
 msgid "Runs VLC as a background daemon process."
 msgstr "Kör VLC som en demonprocess i bakgrunden."
 
-#: src/libvlc.h:856
+#: src/libvlc.h:860
 msgid "Write process id to file"
 msgstr "Skriv process-id till fil"
 
-#: src/libvlc.h:858
+#: src/libvlc.h:862
 msgid "Writes process id into specified file."
 msgstr "Skriver process-id till angiven fil."
 
-#: src/libvlc.h:860
+#: src/libvlc.h:864
 msgid "Log to file"
 msgstr "Logga till fil"
 
-#: src/libvlc.h:862
+#: src/libvlc.h:866
 msgid "Log all VLC messages to a text file."
 msgstr "Logga alla VLC-meddelanden till en textfil."
 
-#: src/libvlc.h:864
+#: src/libvlc.h:868
 msgid "Log to syslog"
 msgstr "Logga till syslog"
 
-#: src/libvlc.h:866
+#: src/libvlc.h:870
 msgid "Log all VLC messages to syslog (UNIX systems)."
 msgstr "Logga alla VLC-meddelanden till syslog (UNIX-system)."
 
-#: src/libvlc.h:868
+#: src/libvlc.h:872
 msgid "Allow only one running instance"
 msgstr "Tillåt endast en körande instans"
 
-#: src/libvlc.h:870
+#: src/libvlc.h:874
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
 "example if you associated VLC with some media types and you don't want a new "
@@ -2751,28 +2763,28 @@ msgid ""
 "running instance or enqueue it."
 msgstr ""
 
-#: src/libvlc.h:876
+#: src/libvlc.h:880
 msgid "VLC is started from file association"
 msgstr "VLC är startad från filassociering"
 
-#: src/libvlc.h:878
+#: src/libvlc.h:882
 msgid "Tell VLC that it is being launched due to a file association in the OS"
 msgstr ""
 
-#: src/libvlc.h:881
+#: src/libvlc.h:885
 msgid "One instance when started from file"
 msgstr "En instans om startad från fil"
 
-#: src/libvlc.h:883
+#: src/libvlc.h:887
 #, fuzzy
 msgid "Allow only one running instance when started from file."
 msgstr "Tillåt endast en körande instans"
 
-#: src/libvlc.h:885
+#: src/libvlc.h:889
 msgid "Increase the priority of the process"
 msgstr "Öka prioriteten för processen"
 
-#: src/libvlc.h:887
+#: src/libvlc.h:891
 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 "
@@ -2782,22 +2794,22 @@ msgid ""
 "machine."
 msgstr ""
 
-#: src/libvlc.h:894
+#: src/libvlc.h:898
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr ""
 
-#: src/libvlc.h:896
+#: src/libvlc.h:900
 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:901
+#: src/libvlc.h:905
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr ""
 
-#: src/libvlc.h:904
+#: src/libvlc.h:908
 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 "
@@ -2806,27 +2818,27 @@ msgid ""
 "fastest but slightly incorrect), 1 (default) and 2."
 msgstr ""
 
-#: src/libvlc.h:913
+#: src/libvlc.h:917
 msgid "Enqueue items to playlist when in one instance mode"
 msgstr ""
 
-#: src/libvlc.h:915
+#: src/libvlc.h:919
 msgid ""
 "When using the one instance only option, enqueue items to playlist and keep "
 "playing current item."
 msgstr ""
 
-#: src/libvlc.h:924
+#: src/libvlc.h:928
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
 msgstr ""
 
-#: src/libvlc.h:927
+#: src/libvlc.h:931
 msgid "Automatically preparse files"
 msgstr "Automatisk förtolkning av filer"
 
-#: src/libvlc.h:929
+#: src/libvlc.h:933
 msgid ""
 "Automatically preparse files added to the playlist (to retrieve some "
 "metadata)."
@@ -2834,11 +2846,11 @@ msgstr ""
 "Automatisk förtolkning av filer som läggs till i spellistan (för att hämta "
 "viss metadata)."
 
-#: src/libvlc.h:932
+#: src/libvlc.h:936
 msgid "Services discovery modules"
 msgstr "Moduler för tjänsteidentifiering"
 
-#: src/libvlc.h:934
+#: src/libvlc.h:938
 msgid ""
 "Specifies the services discovery modules to load, separated by semi-colons. "
 "Typical values are sap, hal, ..."
@@ -2846,164 +2858,174 @@ msgstr ""
 "Specificerar tjänsteidentifieringsmodulerna att läsa in, separerade med "
 "semikolon. Vanliga värden är sap, hal, ..."
 
-#: src/libvlc.h:937
+#: src/libvlc.h:941
 msgid "Play files randomly forever"
 msgstr "Spela filer slumpmässigt för alltid"
 
-#: src/libvlc.h:939
+#: src/libvlc.h:943
 msgid "VLC will randomly play files in the playlist until interrupted."
 msgstr ""
 "VLC kommer att slumpmässigt spela upp filer i spellistan tills de avbryts."
 
-#: src/libvlc.h:941
+#: src/libvlc.h:945
 msgid "Repeat all"
 msgstr "Repetera alla"
 
-#: src/libvlc.h:943
+#: src/libvlc.h:947
 msgid "VLC will keep playing the playlist indefinitely."
 msgstr "VLC kommer att spela upp spellistan oändligt."
 
-#: src/libvlc.h:945
+#: src/libvlc.h:949
 msgid "Repeat current item"
 msgstr "Repetera aktuellt objekt"
 
-#: src/libvlc.h:947
+#: src/libvlc.h:951
 msgid "VLC will keep playing the current playlist item."
 msgstr "VLC kommer att fortsätta spela upp aktuell spellista."
 
-#: src/libvlc.h:949
+#: src/libvlc.h:953
 msgid "Play and stop"
 msgstr "Spela upp och stoppa"
 
-#: src/libvlc.h:951
+#: src/libvlc.h:955
 msgid "Stop the playlist after each played playlist item."
 msgstr "Stoppa spellistan efter varje spelat objekt i spellistan."
 
-#: src/libvlc.h:953
+#: src/libvlc.h:957
+#, fuzzy
+msgid "Play and exit"
+msgstr "Spela upp och stoppa"
+
+#: src/libvlc.h:959
+#, fuzzy
+msgid "Exit if there are no more items in the playlist."
+msgstr "%i objekt i spellistan"
+
+#: src/libvlc.h:961
 msgid "Use media library"
 msgstr "Använd mediabibliotek"
 
-#: src/libvlc.h:955
+#: src/libvlc.h:963
 msgid ""
 "The media library is automatically saved and reloaded each time you start "
 "VLC."
 msgstr ""
 
-#: src/libvlc.h:958
+#: src/libvlc.h:966
 msgid "Use playlist tree"
 msgstr "Använd spellisteträd"
 
-#: src/libvlc.h:960
+#: src/libvlc.h:968
 msgid ""
 "The playlist can use a tree to categorize some items, like the contents of a "
 "directory. \"Default\" means that the tree will only be used when really "
 "needed."
 msgstr ""
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 msgid "Always"
 msgstr "Alltid"
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 msgid "Never"
 msgstr "Aldrig"
 
-#: src/libvlc.h:973
+#: src/libvlc.h:981
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr ""
 "Dessa inställningar är de globala VLC-tangentbindningarna, kända som "
 "\"snabbtangenter\"."
 
-#: src/libvlc.h:976 src/video_output/vout_intf.c:408
+#: src/libvlc.h:984 src/video_output/vout_intf.c:408
 #: modules/gui/beos/VideoOutput.cpp:1057 modules/gui/macosx/applescript.m:126
-#: modules/gui/macosx/controls.m:338 modules/gui/macosx/controls.m:754
-#: modules/gui/macosx/controls.m:784 modules/gui/macosx/embeddedwindow.m:44
+#: modules/gui/macosx/controls.m:344 modules/gui/macosx/controls.m:760
+#: modules/gui/macosx/controls.m:790 modules/gui/macosx/embeddedwindow.m:44
 #: modules/gui/macosx/intf.m:497 modules/gui/macosx/intf.m:573
 #: modules/gui/macosx/intf.m:629
 msgid "Fullscreen"
 msgstr "Helskärm"
 
-#: src/libvlc.h:977
+#: src/libvlc.h:985
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr "Välj snabbtangent att använda för att växla helskärmsläge."
 
-#: src/libvlc.h:978 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
+#: src/libvlc.h:986 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
 #: modules/gui/wxwidgets/interface.cpp:1504
 msgid "Play/Pause"
 msgstr "Spela upp/Gör paus"
 
-#: src/libvlc.h:979
+#: src/libvlc.h:987
 msgid "Select the hotkey to use to swap paused state."
 msgstr "Välj snabbtangent att använda för att växa pausat läge."
 
-#: src/libvlc.h:980
+#: src/libvlc.h:988
 msgid "Pause only"
 msgstr "Pausa endast"
 
-#: src/libvlc.h:981
+#: src/libvlc.h:989
 msgid "Select the hotkey to use to pause."
 msgstr "Välj snabbtangent att använda för att pausa."
 
-#: src/libvlc.h:982
+#: src/libvlc.h:990
 msgid "Play only"
 msgstr "Spela endast"
 
-#: src/libvlc.h:983
+#: src/libvlc.h:991
 msgid "Select the hotkey to use to play."
 msgstr "Välj snabbtangent att använda för att spela upp."
 
-#: src/libvlc.h:984 modules/control/hotkeys.c:713
-#: modules/gui/macosx/controls.m:687 modules/gui/macosx/intf.m:538
+#: src/libvlc.h:992 modules/control/hotkeys.c:713
+#: modules/gui/macosx/controls.m:693 modules/gui/macosx/intf.m:538
 #: modules/gui/wxwidgets/interface.cpp:695
 msgid "Faster"
 msgstr "Snabbare"
 
-#: src/libvlc.h:985
+#: src/libvlc.h:993
 msgid "Select the hotkey to use for fast forward playback."
 msgstr "Välj snabbtangent att använda för att spela upp snabbt."
 
-#: src/libvlc.h:986 modules/control/hotkeys.c:721
-#: modules/gui/macosx/controls.m:688 modules/gui/macosx/intf.m:539
+#: src/libvlc.h:994 modules/control/hotkeys.c:721
+#: modules/gui/macosx/controls.m:694 modules/gui/macosx/intf.m:539
 #: modules/gui/wxwidgets/interface.cpp:694
 msgid "Slower"
 msgstr "LÃ¥ngsammare"
 
-#: src/libvlc.h:987
+#: src/libvlc.h:995
 msgid "Select the hotkey to use for slow motion playback."
 msgstr "Välj snabbtangent att använda för att spela upp långsamt."
 
-#: src/libvlc.h:988 modules/control/hotkeys.c:680
-#: modules/gui/macosx/controls.m:708 modules/gui/macosx/intf.m:496
+#: src/libvlc.h:996 modules/control/hotkeys.c:680
+#: modules/gui/macosx/controls.m:714 modules/gui/macosx/intf.m:496
 #: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:617
 #: modules/gui/macosx/intf.m:625 modules/gui/macosx/wizard.m:313
 #: modules/gui/macosx/wizard.m:364 modules/gui/macosx/wizard.m:1606
 #: modules/gui/wxwidgets/interface.cpp:693
 #: modules/gui/wxwidgets/interface.cpp:1509
-#: modules/gui/wxwidgets/menus.cpp:258
+#: modules/gui/wxwidgets/menus.cpp:259
 msgid "Next"
 msgstr "Nästa"
 
-#: src/libvlc.h:989
+#: src/libvlc.h:997
 msgid "Select the hotkey to use to skip to the next item in the playlist."
 msgstr ""
 "Välj snabbtangent att använda för att hoppa till nästa objekt i spellistan."
 
-#: src/libvlc.h:990 modules/control/hotkeys.c:692
-#: modules/gui/macosx/controls.m:707 modules/gui/macosx/intf.m:491
+#: src/libvlc.h:998 modules/control/hotkeys.c:692
+#: modules/gui/macosx/controls.m:713 modules/gui/macosx/intf.m:491
 #: modules/gui/macosx/intf.m:540 modules/gui/macosx/intf.m:618
 #: modules/gui/macosx/intf.m:624 modules/gui/wxwidgets/interface.cpp:692
 #: modules/gui/wxwidgets/interface.cpp:1508
-#: modules/gui/wxwidgets/menus.cpp:257
+#: modules/gui/wxwidgets/menus.cpp:258
 msgid "Previous"
 msgstr "Föregående"
 
-#: src/libvlc.h:991
+#: src/libvlc.h:999
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
 msgstr ""
 "Välj snabbtangent att använda för att hoppa till föregående objekt i "
 "spellistan."
 
-#: src/libvlc.h:992 modules/gui/macosx/controls.m:699
+#: src/libvlc.h:1000 modules/gui/macosx/controls.m:705
 #: modules/gui/macosx/intf.m:494 modules/gui/macosx/intf.m:537
 #: modules/gui/macosx/intf.m:616 modules/gui/macosx/intf.m:623
 #: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
@@ -3011,538 +3033,538 @@ msgstr ""
 #: modules/gui/wxwidgets/interface.cpp:676
 #: modules/gui/wxwidgets/interface.cpp:687
 #: modules/gui/wxwidgets/interface.cpp:1510
-#: modules/gui/wxwidgets/menus.cpp:256 modules/visualization/xosd.c:237
+#: modules/gui/wxwidgets/menus.cpp:257 modules/visualization/xosd.c:237
 msgid "Stop"
 msgstr "Stopp"
 
-#: src/libvlc.h:993
+#: src/libvlc.h:1001
 msgid "Select the hotkey to stop playback."
 msgstr "Välj snabbtangent att använda för att stoppa uppspelning."
 
-#: src/libvlc.h:994 modules/gui/macosx/bookmarks.m:101
+#: src/libvlc.h:1002 modules/gui/macosx/bookmarks.m:101
 #: modules/gui/macosx/bookmarks.m:110 modules/gui/macosx/embeddedwindow.m:46
 #: modules/gui/macosx/intf.m:499 modules/video_filter/marq.c:122
 #: modules/video_filter/rss.c:174
 msgid "Position"
 msgstr "Position"
 
-#: src/libvlc.h:995
+#: src/libvlc.h:1003
 msgid "Select the hotkey to display the position."
 msgstr "Välj snabbtangent att använda för att visa positionen."
 
-#: src/libvlc.h:997
+#: src/libvlc.h:1005
 msgid "Very short backwards jump"
 msgstr "Mycket kort hopp bakåt"
 
-#: src/libvlc.h:999
+#: src/libvlc.h:1007
 msgid "Select the hotkey to make a very short backwards jump."
 msgstr "Välj snabbtangent att använda för att göra ett mycket kort hopp bakåt."
 
-#: src/libvlc.h:1000
+#: src/libvlc.h:1008
 msgid "Short backwards jump"
 msgstr "Kort hopp bakåt"
 
-#: src/libvlc.h:1002
+#: src/libvlc.h:1010
 msgid "Select the hotkey to make a short backwards jump."
 msgstr "Välj snabbtangent att använda för att göra ett kort hopp bakåt."
 
-#: src/libvlc.h:1003
+#: src/libvlc.h:1011
 msgid "Medium backwards jump"
 msgstr "Medellångt hopp bakåt"
 
-#: src/libvlc.h:1005
+#: src/libvlc.h:1013
 msgid "Select the hotkey to make a medium backwards jump."
 msgstr "Välj snabbtangent att använda för att göra ett medellångt hopp bakåt."
 
-#: src/libvlc.h:1006
+#: src/libvlc.h:1014
 msgid "Long backwards jump"
 msgstr "Långt hopp bakåt"
 
-#: src/libvlc.h:1008
+#: src/libvlc.h:1016
 msgid "Select the hotkey to make a long backwards jump."
 msgstr "Välj snabbtangent att använda för att göra ett långt hopp bakåt."
 
-#: src/libvlc.h:1010
+#: src/libvlc.h:1018
 msgid "Very short forward jump"
 msgstr "Mycket kort hopp framåt"
 
-#: src/libvlc.h:1012
+#: src/libvlc.h:1020
 msgid "Select the hotkey to make a very short forward jump."
 msgstr ""
 "Välj snabbtangent att använda för att göra ett mycket kort hopp framåt."
 
-#: src/libvlc.h:1013
+#: src/libvlc.h:1021
 msgid "Short forward jump"
 msgstr "Kort hopp framåt"
 
-#: src/libvlc.h:1015
+#: src/libvlc.h:1023
 msgid "Select the hotkey to make a short forward jump."
 msgstr "Välj snabbtangent att använda för att göra ett kort hopp framåt."
 
-#: src/libvlc.h:1016
+#: src/libvlc.h:1024
 msgid "Medium forward jump"
 msgstr "Medellångt hopp framåt"
 
-#: src/libvlc.h:1018
+#: src/libvlc.h:1026
 msgid "Select the hotkey to make a medium forward jump."
 msgstr "Välj snabbtangent att använda för att göra ett medellångt hopp framåt."
 
-#: src/libvlc.h:1019
+#: src/libvlc.h:1027
 msgid "Long forward jump"
 msgstr "Långt hopp framåt"
 
-#: src/libvlc.h:1021
+#: src/libvlc.h:1029
 msgid "Select the hotkey to make a long forward jump."
 msgstr "Välj snabbtangent att använda för att göra ett långt hopp framåt."
 
-#: src/libvlc.h:1023
+#: src/libvlc.h:1031
 msgid "Very short jump length"
 msgstr "Mycket kort hopplängd"
 
-#: src/libvlc.h:1024
+#: src/libvlc.h:1032
 msgid "Very short jump length, in seconds."
 msgstr "Mycket kort hopplängd, i sekunder."
 
-#: src/libvlc.h:1025
+#: src/libvlc.h:1033
 msgid "Short jump length"
 msgstr "Kort hopplängd"
 
-#: src/libvlc.h:1026
+#: src/libvlc.h:1034
 msgid "Short jump length, in seconds."
 msgstr "Kort hopplängd, i sekunder."
 
-#: src/libvlc.h:1027
+#: src/libvlc.h:1035
 msgid "Medium jump length"
 msgstr "Medellång hopplängd"
 
-#: src/libvlc.h:1028
+#: src/libvlc.h:1036
 msgid "Medium jump length, in seconds."
 msgstr "Medellängd hopplängd, i sekunder."
 
-#: src/libvlc.h:1029
+#: src/libvlc.h:1037
 msgid "Long jump length"
 msgstr "Lång hopplängd"
 
-#: src/libvlc.h:1030
+#: src/libvlc.h:1038
 msgid "Long jump length, in seconds."
 msgstr "Lång hopplängd, i sekunder."
 
-#: src/libvlc.h:1032 modules/control/hotkeys.c:258
+#: src/libvlc.h:1040 modules/control/hotkeys.c:258
 #: modules/gui/beos/InterfaceWindow.cpp:276
 msgid "Quit"
 msgstr "Avsluta"
 
-#: src/libvlc.h:1033
+#: src/libvlc.h:1041
 msgid "Select the hotkey to quit the application."
 msgstr "Välj snabbtangent att använda för att avsluta programmet."
 
-#: src/libvlc.h:1034
+#: src/libvlc.h:1042
 msgid "Navigate up"
 msgstr "Navigera upp"
 
-#: src/libvlc.h:1035
+#: src/libvlc.h:1043
 msgid "Select the key to move the selector up in DVD menus."
 msgstr "Välj tangent för att flytta väljaren upp i dvd-menyer."
 
-#: src/libvlc.h:1036
+#: src/libvlc.h:1044
 msgid "Navigate down"
 msgstr "Navigera ned"
 
-#: src/libvlc.h:1037
+#: src/libvlc.h:1045
 msgid "Select the key to move the selector down in DVD menus."
 msgstr "Välj tangent för att flytta väljaren ned i dvd-menyer."
 
-#: src/libvlc.h:1038
+#: src/libvlc.h:1046
 msgid "Navigate left"
 msgstr "Navigera vänster"
 
-#: src/libvlc.h:1039
+#: src/libvlc.h:1047
 msgid "Select the key to move the selector left in DVD menus."
 msgstr "Välj tangent för att flytta väljaren vänster i dvd-menyer."
 
-#: src/libvlc.h:1040
+#: src/libvlc.h:1048
 msgid "Navigate right"
 msgstr "Navigera höger"
 
-#: src/libvlc.h:1041
+#: src/libvlc.h:1049
 msgid "Select the key to move the selector right in DVD menus."
 msgstr "Välj tangent för att flytta väljaren höger i dvd-menyer."
 
-#: src/libvlc.h:1042
+#: src/libvlc.h:1050
 msgid "Activate"
 msgstr "Aktivera"
 
-#: src/libvlc.h:1043
+#: src/libvlc.h:1051
 msgid "Select the key to activate selected item in DVD menus."
 msgstr "Välj tangent för att aktivera valt objekt i dvd-menyer."
 
-#: src/libvlc.h:1044
+#: src/libvlc.h:1052
 msgid "Go to the DVD menu"
 msgstr "GÃ¥ till dvd-meny"
 
-#: src/libvlc.h:1045
+#: src/libvlc.h:1053
 msgid "Select the key to take you to the DVD menu"
 msgstr "Välj tangent för att ta dig till dvd-menyn"
 
-#: src/libvlc.h:1046
+#: src/libvlc.h:1054
 msgid "Select previous DVD title"
 msgstr "Välj föregående dvd-titel"
 
-#: src/libvlc.h:1047
+#: src/libvlc.h:1055
 msgid "Select the key to choose the previous title from the DVD"
 msgstr "Välj tangent för att välja föregående titel från dvd:n"
 
-#: src/libvlc.h:1048
+#: src/libvlc.h:1056
 msgid "Select next DVD title"
 msgstr "Välj nästa dvd-titel"
 
-#: src/libvlc.h:1049
+#: src/libvlc.h:1057
 msgid "Select the key to choose the next title from the DVD"
 msgstr "Välj tangent för att välja nästa titel från dvd:n"
 
-#: src/libvlc.h:1050
+#: src/libvlc.h:1058
 msgid "Select prev DVD chapter"
 msgstr "Välj föreg dvd-kapitel"
 
-#: src/libvlc.h:1051
+#: src/libvlc.h:1059
 msgid "Select the key to choose the previous chapter from the DVD"
 msgstr "Välj tangent för att välja föregående kapitel från dvd:n"
 
-#: src/libvlc.h:1052
+#: src/libvlc.h:1060
 msgid "Select next DVD chapter"
 msgstr "Välj nästa dvd-kapitel"
 
-#: src/libvlc.h:1053
+#: src/libvlc.h:1061
 msgid "Select the key to choose the next chapter from the DVD"
 msgstr "Välj tangent för att välja nästa kapitel från dvd:n"
 
-#: src/libvlc.h:1054
+#: src/libvlc.h:1062
 msgid "Volume up"
 msgstr "Volym upp"
 
-#: src/libvlc.h:1055
+#: src/libvlc.h:1063
 msgid "Select the key to increase audio volume."
 msgstr "Välj tangent för att höja ljudvolymen."
 
-#: src/libvlc.h:1056
+#: src/libvlc.h:1064
 msgid "Volume down"
 msgstr "Volym ned"
 
-#: src/libvlc.h:1057
+#: src/libvlc.h:1065
 msgid "Select the key to decrease audio volume."
 msgstr "Välj tangent för att sänka ljudvolymen."
 
-#: src/libvlc.h:1058 modules/gui/macosx/controls.m:744
+#: src/libvlc.h:1066 modules/gui/macosx/controls.m:750
 #: modules/gui/macosx/intf.m:558 modules/gui/macosx/intf.m:619
 #: modules/gui/macosx/intf.m:628
 msgid "Mute"
 msgstr "Tyst"
 
-#: src/libvlc.h:1059
+#: src/libvlc.h:1067
 msgid "Select the key to mute audio."
 msgstr "Välj tangent för att stänga av ljudet."
 
-#: src/libvlc.h:1060
+#: src/libvlc.h:1068
 msgid "Subtitle delay up"
 msgstr "Undertextfördröjning mer"
 
-#: src/libvlc.h:1061
+#: src/libvlc.h:1069
 msgid "Select the key to increase the subtitle delay."
 msgstr "Välj tangent för att öka fördröjning på undertext."
 
-#: src/libvlc.h:1062
+#: src/libvlc.h:1070
 msgid "Subtitle delay down"
 msgstr "Undertextfördröjning mindre"
 
-#: src/libvlc.h:1063
+#: src/libvlc.h:1071
 msgid "Select the key to decrease the subtitle delay."
 msgstr "Välj tangent för att minska fördröjning på undertext."
 
-#: src/libvlc.h:1064
+#: src/libvlc.h:1072
 msgid "Audio delay up"
 msgstr "Ljudfördröjning mer"
 
-#: src/libvlc.h:1065
+#: src/libvlc.h:1073
 msgid "Select the key to increase the audio delay."
 msgstr "Välj tangent för att öka fördröjning på ljudet."
 
-#: src/libvlc.h:1066
+#: src/libvlc.h:1074
 msgid "Audio delay down"
 msgstr "Ljudfördröjning mindre"
 
-#: src/libvlc.h:1067
+#: src/libvlc.h:1075
 msgid "Select the key to decrease the audio delay."
 msgstr "Välj tangent för att minska fördröjning på ljudet."
 
-#: src/libvlc.h:1068
+#: src/libvlc.h:1076
 msgid "Play playlist bookmark 1"
 msgstr "Spela spellistebokmärke 1"
 
-#: src/libvlc.h:1069
+#: src/libvlc.h:1077
 msgid "Play playlist bookmark 2"
 msgstr "Spela spellistebokmärke 2"
 
-#: src/libvlc.h:1070
+#: src/libvlc.h:1078
 msgid "Play playlist bookmark 3"
 msgstr "Spela spellistebokmärke 3"
 
-#: src/libvlc.h:1071
+#: src/libvlc.h:1079
 msgid "Play playlist bookmark 4"
 msgstr "Spela spellistebokmärke 4"
 
-#: src/libvlc.h:1072
+#: src/libvlc.h:1080
 msgid "Play playlist bookmark 5"
 msgstr "Spela spellistebokmärke 5"
 
-#: src/libvlc.h:1073
+#: src/libvlc.h:1081
 msgid "Play playlist bookmark 6"
 msgstr "Spela spellistebokmärke 6"
 
-#: src/libvlc.h:1074
+#: src/libvlc.h:1082
 msgid "Play playlist bookmark 7"
 msgstr "Spela spellistebokmärke 7"
 
-#: src/libvlc.h:1075
+#: src/libvlc.h:1083
 msgid "Play playlist bookmark 8"
 msgstr "Spela spellistebokmärke 8"
 
-#: src/libvlc.h:1076
+#: src/libvlc.h:1084
 msgid "Play playlist bookmark 9"
 msgstr "Spela spellistebokmärke 9"
 
-#: src/libvlc.h:1077
+#: src/libvlc.h:1085
 msgid "Play playlist bookmark 10"
 msgstr "Spela spellistebokmärke 10"
 
-#: src/libvlc.h:1078
+#: src/libvlc.h:1086
 msgid "Select the key to play this bookmark."
 msgstr "Välj tangent för att spela upp detta bokmärke."
 
-#: src/libvlc.h:1079
+#: src/libvlc.h:1087
 msgid "Set playlist bookmark 1"
 msgstr "Sätt spellistebokmärke 1"
 
-#: src/libvlc.h:1080
+#: src/libvlc.h:1088
 msgid "Set playlist bookmark 2"
 msgstr "Sätt spellistebokmärke 2"
 
-#: src/libvlc.h:1081
+#: src/libvlc.h:1089
 msgid "Set playlist bookmark 3"
 msgstr "Sätt spellistebokmärke 3"
 
-#: src/libvlc.h:1082
+#: src/libvlc.h:1090
 msgid "Set playlist bookmark 4"
 msgstr "Sätt spellistebokmärke 4"
 
-#: src/libvlc.h:1083
+#: src/libvlc.h:1091
 msgid "Set playlist bookmark 5"
 msgstr "Sätt spellistebokmärke 5"
 
-#: src/libvlc.h:1084
+#: src/libvlc.h:1092
 msgid "Set playlist bookmark 6"
 msgstr "Sätt spellistebokmärke 6"
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1093
 msgid "Set playlist bookmark 7"
 msgstr "Sätt spellistebokmärke 7"
 
-#: src/libvlc.h:1086
+#: src/libvlc.h:1094
 msgid "Set playlist bookmark 8"
 msgstr "Sätt spellistebokmärke 8"
 
-#: src/libvlc.h:1087
+#: src/libvlc.h:1095
 msgid "Set playlist bookmark 9"
 msgstr "Sätt spellistebokmärke 9"
 
-#: src/libvlc.h:1088
+#: src/libvlc.h:1096
 msgid "Set playlist bookmark 10"
 msgstr "Sätt spellistebokmärke 10"
 
-#: src/libvlc.h:1089
+#: src/libvlc.h:1097
 msgid "Select the key to set this playlist bookmark."
 msgstr ""
 
-#: src/libvlc.h:1091 modules/control/hotkeys.c:84
+#: src/libvlc.h:1099 modules/control/hotkeys.c:84
 msgid "Playlist bookmark 1"
 msgstr "Spellista bokmärke 1"
 
-#: src/libvlc.h:1092 modules/control/hotkeys.c:85
+#: src/libvlc.h:1100 modules/control/hotkeys.c:85
 msgid "Playlist bookmark 2"
 msgstr "Spellista bokmärke 2"
 
-#: src/libvlc.h:1093 modules/control/hotkeys.c:86
+#: src/libvlc.h:1101 modules/control/hotkeys.c:86
 msgid "Playlist bookmark 3"
 msgstr "Spellista bokmärke 3"
 
-#: src/libvlc.h:1094 modules/control/hotkeys.c:87
+#: src/libvlc.h:1102 modules/control/hotkeys.c:87
 msgid "Playlist bookmark 4"
 msgstr "Spellista bokmärke 4"
 
-#: src/libvlc.h:1095 modules/control/hotkeys.c:88
+#: src/libvlc.h:1103 modules/control/hotkeys.c:88
 msgid "Playlist bookmark 5"
 msgstr "Spellista bokmärke 5"
 
-#: src/libvlc.h:1096 modules/control/hotkeys.c:89
+#: src/libvlc.h:1104 modules/control/hotkeys.c:89
 msgid "Playlist bookmark 6"
 msgstr "Spellista bokmärke 6"
 
-#: src/libvlc.h:1097 modules/control/hotkeys.c:90
+#: src/libvlc.h:1105 modules/control/hotkeys.c:90
 msgid "Playlist bookmark 7"
 msgstr "Spellista bokmärke 7"
 
-#: src/libvlc.h:1098 modules/control/hotkeys.c:91
+#: src/libvlc.h:1106 modules/control/hotkeys.c:91
 msgid "Playlist bookmark 8"
 msgstr "Spellista bokmärke 8"
 
-#: src/libvlc.h:1099 modules/control/hotkeys.c:92
+#: src/libvlc.h:1107 modules/control/hotkeys.c:92
 msgid "Playlist bookmark 9"
 msgstr "Spellista bokmärke 9"
 
-#: src/libvlc.h:1100 modules/control/hotkeys.c:93
+#: src/libvlc.h:1108 modules/control/hotkeys.c:93
 msgid "Playlist bookmark 10"
 msgstr "Spellista bokmärke 10"
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1110
 msgid "This allows you to define playlist bookmarks."
 msgstr "Detta låter dig definiera spellistebokmärken."
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1112
 msgid "Go back in browsing history"
 msgstr "Gå tillbaka i bläddringshistorik"
 
-#: src/libvlc.h:1105
+#: src/libvlc.h:1113
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1114
 msgid "Go forward in browsing history"
 msgstr "Gå framåt i bläddringshistorik"
 
-#: src/libvlc.h:1107
+#: src/libvlc.h:1115
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:1109
+#: src/libvlc.h:1117
 msgid "Cycle audio track"
 msgstr "Växla ljudspår"
 
-#: src/libvlc.h:1110
+#: src/libvlc.h:1118
 msgid "Cycle through the available audio tracks(languages)."
 msgstr "Växla genom tillgängliga ljudspår(språk)."
 
-#: src/libvlc.h:1111
+#: src/libvlc.h:1119
 msgid "Cycle subtitle track"
 msgstr "Växla undertextspår"
 
-#: src/libvlc.h:1112
+#: src/libvlc.h:1120
 msgid "Cycle through the available subtitle tracks."
 msgstr "Växla genom tillgängliga undertextspår."
 
-#: src/libvlc.h:1113
+#: src/libvlc.h:1121
 msgid "Cycle source aspect ratio"
 msgstr "Växla källbildformat"
 
-#: src/libvlc.h:1114
+#: src/libvlc.h:1122
 msgid "Cycle through a predefined list of source aspect ratios."
 msgstr "Växla genom en fördefinierad lista av källbildformat."
 
-#: src/libvlc.h:1115
+#: src/libvlc.h:1123
 #, fuzzy
 msgid "Cycle video crop"
 msgstr "Videoinställningar"
 
-#: src/libvlc.h:1116
+#: src/libvlc.h:1124
 msgid "Cycle through a predefined list of crop formats."
 msgstr ""
 
-#: src/libvlc.h:1117
+#: src/libvlc.h:1125
 #, fuzzy
 msgid "Cycle deinterlace modes"
 msgstr "Extra gränssnittsmoduler"
 
-#: src/libvlc.h:1118
+#: src/libvlc.h:1126
 #, fuzzy
 msgid "Cycle through deinterlace modes."
 msgstr "Extra gränssnittsmoduler"
 
-#: src/libvlc.h:1119
+#: src/libvlc.h:1127
 msgid "Show interface"
 msgstr "Visa gränssnitt"
 
-#: src/libvlc.h:1120
+#: src/libvlc.h:1128
 msgid "Raise the interface above all other windows."
 msgstr "Höj gränssnittet över alla andra fönster."
 
-#: src/libvlc.h:1121
+#: src/libvlc.h:1129
 msgid "Hide interface"
 msgstr "Dölj gränssnitt"
 
-#: src/libvlc.h:1122
+#: src/libvlc.h:1130
 msgid "Lower the interface below all other windows."
 msgstr "Sänk gränssnittet under alla andra fönster."
 
-#: src/libvlc.h:1123
+#: src/libvlc.h:1131
 msgid "Take video snapshot"
 msgstr "Ta videoskärmbild"
 
-#: src/libvlc.h:1124
+#: src/libvlc.h:1132
 msgid "Takes a video snapshot and writes it to disk."
 msgstr "Tar en videoskärmbild och skriver den till disk."
 
-#: src/libvlc.h:1126 modules/access_filter/record.c:51
+#: src/libvlc.h:1134 modules/access_filter/record.c:51
 #: modules/access_filter/record.c:52
 msgid "Record"
 msgstr "Spela in"
 
-#: src/libvlc.h:1127
+#: src/libvlc.h:1135
 msgid "Record access filter start/stop."
 msgstr ""
 
-#: src/libvlc.h:1129 src/libvlc.h:1130 src/video_output/vout_intf.c:211
+#: src/libvlc.h:1137 src/libvlc.h:1138 src/video_output/vout_intf.c:211
 msgid "Zoom"
 msgstr "Zoom"
 
-#: src/libvlc.h:1132 src/libvlc.h:1133
+#: src/libvlc.h:1140 src/libvlc.h:1141
 msgid "Un-Zoom"
 msgstr "Ingen zoom"
 
-#: src/libvlc.h:1135 src/libvlc.h:1136
+#: src/libvlc.h:1143 src/libvlc.h:1144
 msgid "Crop one pixel from the top of the video"
 msgstr "Beskär en bildpunkt från överkant i videon"
 
-#: src/libvlc.h:1137 src/libvlc.h:1138
+#: src/libvlc.h:1145 src/libvlc.h:1146
 msgid "Uncrop one pixel from the top of the video"
 msgstr "Ångra beskäring av en bildpunkt från överkant i videon"
 
-#: src/libvlc.h:1140 src/libvlc.h:1141
+#: src/libvlc.h:1148 src/libvlc.h:1149
 msgid "Crop one pixel from the left of the video"
 msgstr "Beskär en bildpunkt från vänster i videon"
 
-#: src/libvlc.h:1142 src/libvlc.h:1143
+#: src/libvlc.h:1150 src/libvlc.h:1151
 msgid "Uncrop one pixel from the left of the video"
 msgstr "Ångra beskäring av en bildpunkt från vänster i videon"
 
-#: src/libvlc.h:1145 src/libvlc.h:1146
+#: src/libvlc.h:1153 src/libvlc.h:1154
 msgid "Crop one pixel from the bottom of the video"
 msgstr "Beskär en bildpunkt från nederkant i videon"
 
-#: src/libvlc.h:1147 src/libvlc.h:1148
+#: src/libvlc.h:1155 src/libvlc.h:1156
 msgid "Uncrop one pixel from the bottom of the video"
 msgstr "Ångra beskäring av en bildpunkt från nederkant i videon"
 
-#: src/libvlc.h:1150 src/libvlc.h:1151
+#: src/libvlc.h:1158 src/libvlc.h:1159
 msgid "Crop one pixel from the right of the video"
 msgstr "Beskär en bildpunkt från höger i videon"
 
-#: src/libvlc.h:1152 src/libvlc.h:1153
+#: src/libvlc.h:1160 src/libvlc.h:1161
 msgid "Uncrop one pixel from the right of the video"
 msgstr "Ångra beskäring av en bildpunkt från höger i videon"
 
-#: src/libvlc.h:1157
+#: src/libvlc.h:1165
 #, c-format
 msgid ""
 "Usage: %s [options] [stream] ...\n"
@@ -3579,59 +3601,59 @@ msgid ""
 "  vlc:quit                       Special item to quit VLC\n"
 msgstr ""
 
-#: src/libvlc.h:1267 src/video_output/vout_intf.c:420
-#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:753
+#: src/libvlc.h:1277 src/video_output/vout_intf.c:420
+#: modules/gui/macosx/controls.m:328 modules/gui/macosx/controls.m:759
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:630
 #: modules/video_output/snapshot.c:76
 msgid "Snapshot"
 msgstr "Skärmbild"
 
-#: src/libvlc.h:1280
+#: src/libvlc.h:1290
 msgid "Window properties"
 msgstr "Fönsteregenskaper"
 
-#: src/libvlc.h:1325
+#: src/libvlc.h:1335
 msgid "Subpictures"
 msgstr "Underbilder"
 
-#: src/libvlc.h:1332 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
+#: src/libvlc.h:1342 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
 #: modules/gui/beos/InterfaceWindow.cpp:279
 msgid "Subtitles"
 msgstr "Undertext"
 
-#: src/libvlc.h:1349 modules/stream_out/transcode.c:151
+#: src/libvlc.h:1359 modules/stream_out/transcode.c:151
 msgid "Overlays"
 msgstr ""
 
-#: src/libvlc.h:1359
+#: src/libvlc.h:1369
 msgid "Track settings"
 msgstr "Spårinställningar"
 
-#: src/libvlc.h:1381
+#: src/libvlc.h:1391
 msgid "Playback control"
 msgstr "Uppspelningskontroll"
 
-#: src/libvlc.h:1396
+#: src/libvlc.h:1406
 msgid "Default devices"
 msgstr "Standardenheter"
 
-#: src/libvlc.h:1405
+#: src/libvlc.h:1415
 msgid "Network settings"
 msgstr "Nätverksinställningar"
 
-#: src/libvlc.h:1417
+#: src/libvlc.h:1427
 msgid "Socks proxy"
 msgstr "Socksproxy"
 
-#: src/libvlc.h:1426
+#: src/libvlc.h:1436
 msgid "Metadata"
 msgstr "Metadata"
 
-#: src/libvlc.h:1456
+#: src/libvlc.h:1466
 msgid "Decoders"
 msgstr "Avkodare"
 
-#: src/libvlc.h:1463 modules/access/v4l2.c:56
+#: src/libvlc.h:1473 modules/access/v4l2.c:56
 #: modules/gui/macosx/playlistinfo.m:80
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:265
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:378
@@ -3639,81 +3661,81 @@ msgstr "Avkodare"
 msgid "Input"
 msgstr "Inmatning"
 
-#: src/libvlc.h:1499 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
+#: src/libvlc.h:1509 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
 msgid "VLM"
 msgstr "VLM"
 
-#: src/libvlc.h:1530
+#: src/libvlc.h:1540
 msgid "CPU"
 msgstr "CPU"
 
-#: src/libvlc.h:1552
+#: src/libvlc.h:1562
 msgid "Special modules"
 msgstr "Specialmoduler"
 
-#: src/libvlc.h:1559
+#: src/libvlc.h:1569
 msgid "Plugins"
 msgstr "Insticksmoduler"
 
-#: src/libvlc.h:1567
+#: src/libvlc.h:1577
 msgid "Performance options"
 msgstr "Prestandainställningar"
 
-#: src/libvlc.h:1700
+#: src/libvlc.h:1714
 msgid "Hot keys"
 msgstr "Snabbtangenter"
 
-#: src/libvlc.h:2011
+#: src/libvlc.h:2025
 msgid "Jump sizes"
 msgstr "Hoppstorlekar"
 
-#: src/libvlc.h:2090
+#: src/libvlc.h:2104
 msgid "main program"
 msgstr "huvudprogram"
 
-#: src/libvlc.h:2097
+#: src/libvlc.h:2111
 msgid "print help for VLC (can be combined with --advanced)"
 msgstr "skriv ut hjälp för VLC (kan kombineras med --advanced)"
 
-#: src/libvlc.h:2099
+#: src/libvlc.h:2113
 msgid ""
 "print help for VLC and all its modules (can be combined with --advanced)"
 msgstr ""
 "skriv ut hjälp för VLC och alla dess moduler (kan kombineras med --advanced)"
 
-#: src/libvlc.h:2101
+#: src/libvlc.h:2115
 msgid "print help for the advanced options"
 msgstr "skriv ut hjälp för de avancerade flaggorna"
 
-#: src/libvlc.h:2103
+#: src/libvlc.h:2117
 msgid "ask for extra verbosity when displaying help"
 msgstr "fråga efter extra information när hjälp visas"
 
-#: src/libvlc.h:2105
+#: src/libvlc.h:2119
 msgid "print a list of available modules"
 msgstr "skriv ut en lista av tillgängliga moduler"
 
-#: src/libvlc.h:2107
+#: src/libvlc.h:2121
 msgid "print help on a specific module (can be combined with --advanced)"
 msgstr "skriv ut hjälp för en specifik modul (kan kombineras med --advanced)"
 
-#: src/libvlc.h:2109
+#: src/libvlc.h:2123
 msgid "save the current command line options in the config"
 msgstr "spara aktuella kommandoradsflaggor i konfigurationen"
 
-#: src/libvlc.h:2111
+#: src/libvlc.h:2125
 msgid "reset the current config to the default values"
 msgstr "återställ aktuell konfiuration till standardvärden"
 
-#: src/libvlc.h:2113
+#: src/libvlc.h:2127
 msgid "use alternate config file"
 msgstr "använd alternativ konfigurationsfil"
 
-#: src/libvlc.h:2115
+#: src/libvlc.h:2129
 msgid "resets the current plugins cache"
 msgstr "återställer aktuell cache för insticksmoduler"
 
-#: src/libvlc.h:2117
+#: src/libvlc.h:2131
 msgid "print version information"
 msgstr "skriv ut versionsinformation"
 
@@ -4322,7 +4344,8 @@ msgstr "Okänd"
 msgid "Media: %s"
 msgstr "Media: %s"
 
-#: src/playlist/engine.c:92 src/playlist/engine.c:94
+#: src/playlist/engine.c:104 src/playlist/engine.c:106
+#: src/playlist/loadsave.c:149
 msgid "Media Library"
 msgstr "Mediabibliotek"
 
@@ -4381,17 +4404,8 @@ msgstr "Beskär"
 msgid "Aspect-ratio"
 msgstr "Bildformat"
 
-#: modules/access/cdda/access.c:293
-msgid "CD reading failed"
-msgstr ""
-
-#: modules/access/cdda/access.c:294
-#, c-format
-msgid "VLC could not get a new block of size: %i."
-msgstr ""
-
 #: modules/access/cdda.c:58 modules/access/dshow/dshow.cpp:91
-#: modules/access/dvb/access.c:73 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:73
 #: modules/access/dvdnav.c:64 modules/access/dvdread.c:62
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:43
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4449,7 +4463,16 @@ msgstr "Ljud-cd - Spår "
 msgid "Audio CD - Track %i"
 msgstr "Ljud-cd - Spår %i"
 
-#: modules/access/cdda/cdda.c:42 modules/access/directory.c:77
+#: modules/access/cdda/access.c:293
+msgid "CD reading failed"
+msgstr ""
+
+#: modules/access/cdda/access.c:294
+#, c-format
+msgid "VLC could not get a new block of size: %i."
+msgstr ""
+
+#: modules/access/cdda/cdda.c:42 modules/access/directory.c:78
 #: modules/codec/x264.c:280 modules/codec/x264.c:287 modules/codec/x264.c:292
 msgid "none"
 msgstr "ingen"
@@ -4695,11 +4718,11 @@ msgstr "MRL"
 msgid "Track Number"
 msgstr "Spårnummer"
 
-#: modules/access/directory.c:69
+#: modules/access/directory.c:70
 msgid "Subdirectory behavior"
 msgstr "Beteende för underkatalog"
 
-#: modules/access/directory.c:71
+#: modules/access/directory.c:72
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -4707,19 +4730,19 @@ msgid ""
 "expand: all subdirectories are expanded.\n"
 msgstr ""
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:78
 msgid "collapse"
 msgstr "fäll in"
 
-#: modules/access/directory.c:78
+#: modules/access/directory.c:79
 msgid "expand"
 msgstr "fäll ut"
 
-#: modules/access/directory.c:80
+#: modules/access/directory.c:81
 msgid "Ignored extensions"
 msgstr "Ignorerade filändelser"
 
-#: modules/access/directory.c:82
+#: modules/access/directory.c:83
 msgid ""
 "Files with these extensions will not be added to playlist when opening a "
 "directory.\n"
@@ -4727,11 +4750,11 @@ msgid ""
 "instance. Use a comma-separated list of extensions."
 msgstr ""
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:90
 msgid "Directory"
 msgstr "Katalog"
 
-#: modules/access/directory.c:91
+#: modules/access/directory.c:92
 msgid "Standard filesystem directory input"
 msgstr ""
 
@@ -4946,6 +4969,18 @@ msgstr ""
 msgid "The capture device \"%s\" does not support the required parameters."
 msgstr ""
 
+#: modules/access/dv.c:70
+msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
+msgstr ""
+
+#: modules/access/dv.c:74
+msgid "Digital Video (Firewire/ieee1394)  input"
+msgstr ""
+
+#: modules/access/dv.c:75
+msgid "dv"
+msgstr "dv"
+
 #: modules/access/dvb/access.c:75
 msgid ""
 "Caching value for DVB streams. This value should be set in milliseconds."
@@ -5205,18 +5240,6 @@ msgstr ""
 msgid "The provided polarization \"%c\" is not valid."
 msgstr ""
 
-#: modules/access/dv.c:70
-msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
-msgstr ""
-
-#: modules/access/dv.c:74
-msgid "Digital Video (Firewire/ieee1394)  input"
-msgstr ""
-
-#: modules/access/dv.c:75
-msgid "dv"
-msgstr "dv"
-
 #: modules/access/dvdnav.c:60 modules/access/dvdread.c:58
 msgid "DVD angle"
 msgstr "Dvd-vinkel"
@@ -5412,63 +5435,23 @@ msgstr "VLC kunde inte öppna filen \"%s\"."
 msgid "VLC could not open file \"%s\" (%s)."
 msgstr "VLC kunde inte öppna filen \"%s\" (%s)."
 
-#: modules/access_filter/record.c:43
-msgid "Record directory"
-msgstr "Inspelningskatalog"
-
-#: modules/access_filter/record.c:45
-msgid "Directory where the record will be stored."
-msgstr "Katalog där inspelning kommer att lagras."
-
-#: modules/access_filter/timeshift.c:44
-msgid "Timeshift granularity"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:46
+#: modules/access/ftp.c:45
 msgid ""
-"This is the size of the temporary files tha will be used to store the "
-"timeshifted streams."
+"Caching value for FTP streams. This value should be set in milliseconds."
 msgstr ""
+"Cachingvärde för FTP-strömmar. Detta värde ska ställas in i millisekunder."
 
-#: modules/access_filter/timeshift.c:48
-msgid "Timeshift directory"
-msgstr ""
+#: modules/access/ftp.c:47
+msgid "FTP user name"
+msgstr "FTP-användarnamn"
 
-#: modules/access_filter/timeshift.c:49
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
+#: modules/access/ftp.c:48 modules/access/smb.c:64
+msgid "User name that will be used for the connection."
+msgstr "Användarnamn att använda för anslutningen."
 
-#: modules/access_filter/timeshift.c:51
-msgid "Force use of the timeshift module"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52
-msgid ""
-"Force use of the timeshift module even if the access declares that it can "
-"control pace or pause."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
-msgid "Timeshift"
-msgstr ""
-
-#: modules/access/ftp.c:45
-msgid ""
-"Caching value for FTP streams. This value should be set in milliseconds."
-msgstr ""
-"Cachingvärde för FTP-strömmar. Detta värde ska ställas in i millisekunder."
-
-#: modules/access/ftp.c:47
-msgid "FTP user name"
-msgstr "FTP-användarnamn"
-
-#: modules/access/ftp.c:48 modules/access/smb.c:64
-msgid "User name that will be used for the connection."
-msgstr "Användarnamn att använda för anslutningen."
-
-#: modules/access/ftp.c:50
-msgid "FTP password"
-msgstr "FTP-lösenord"
+#: modules/access/ftp.c:50
+msgid "FTP password"
+msgstr "FTP-lösenord"
 
 #: modules/access/ftp.c:51 modules/access/smb.c:67
 msgid "Password that will be used for the connection."
@@ -5615,235 +5598,6 @@ msgstr ""
 msgid "Microsoft Media Server (MMS) input"
 msgstr ""
 
-#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
-msgid "Dummy stream output"
-msgstr ""
-
-#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
-msgid "Dummy"
-msgstr "Dummy"
-
-#: modules/access_output/file.c:61
-msgid "Append to file"
-msgstr "Infoga i fil"
-
-#: modules/access_output/file.c:62
-msgid "Append to file if it exists instead of replacing it."
-msgstr "Infoga i filen om den finns istället för att ersätta den."
-
-#: modules/access_output/file.c:66
-msgid "File stream output"
-msgstr ""
-
-#: modules/access_output/http.c:58
-msgid "Username"
-msgstr "Användarnamn"
-
-#: modules/access_output/http.c:59
-msgid "User name that will be requested to access the stream."
-msgstr "Användarnamnet som kommer att begäras för att komma åt strömmen."
-
-#: modules/access_output/http.c:61 modules/control/telnet.c:81
-msgid "Password"
-msgstr "Lösenord"
-
-#: modules/access_output/http.c:62
-msgid "Password that will be requested to access the stream."
-msgstr "Lösenordet som kommer att begäras för att komma åt strömmen."
-
-#: modules/access_output/http.c:66
-msgid "Mime"
-msgstr "Mime"
-
-#: modules/access_output/http.c:67
-msgid "MIME returned by the server (autodetected if not specified."
-msgstr ""
-
-#: modules/access_output/http.c:71
-#, fuzzy
-msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
-msgstr "HTTP-gränssnitt x509 PEM certifikatfil (aktiverar SSL)"
-
-#: modules/access_output/http.c:74
-#, fuzzy
-msgid ""
-"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
-"empty if you don't have one."
-msgstr "HTTP-gränssnitt x509 PEM certifikatfil (aktiverar SSL)"
-
-#: modules/access_output/http.c:78
-#, fuzzy
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used for HTTPS. Leave empty if you don't have one."
-msgstr "HTTP-gränssnitt x509 PEM certifikatfil (aktiverar SSL)"
-
-#: modules/access_output/http.c:83
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be used for "
-"SSL. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:86
-msgid "Advertise with Bonjour"
-msgstr "Annonsera med Bonjour"
-
-#: modules/access_output/http.c:87
-msgid "Advertise the stream with the Bonjour protocol."
-msgstr "Annonsera strömmen med Bonjour-protokollet."
-
-#: modules/access_output/http.c:91
-msgid "HTTP stream output"
-msgstr ""
-
-#: modules/access_output/http.c:93 modules/control/http/http.c:61
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
-msgid "HTTP"
-msgstr "HTTP"
-
-#: modules/access_output/shout.c:58
-msgid "Stream name"
-msgstr "Strömnamn"
-
-#: modules/access_output/shout.c:59
-msgid "Name to give to this stream/channel on the shoutcast/icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:62
-msgid "Stream description"
-msgstr "Strömbeskrivning"
-
-#: modules/access_output/shout.c:63
-msgid "Description of the stream content or information about your channel."
-msgstr ""
-
-#: modules/access_output/shout.c:66
-msgid "Stream MP3"
-msgstr "Strömma MP3"
-
-#: modules/access_output/shout.c:67
-msgid ""
-"You normally have to feed the shoutcast module with Ogg streams. It is also "
-"possible to stream MP3 instead, so you can forward MP3 streams to the "
-"shoutcast/icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:76
-msgid "Genre description"
-msgstr "Genrebeskrivning"
-
-#: modules/access_output/shout.c:77
-msgid "Genre of the content. "
-msgstr "Genre för innehållet. "
-
-#: modules/access_output/shout.c:79
-msgid "URL description"
-msgstr "URL-beskrivning"
-
-#: modules/access_output/shout.c:80
-msgid "URL with information about the stream or your channel. "
-msgstr ""
-
-#: modules/access_output/shout.c:87
-#, fuzzy
-msgid "Bitrate information of the transcoded stream. "
-msgstr "| info . . .  information om den aktuella strömmen"
-
-#: modules/access_output/shout.c:89 modules/access/v4l.c:122
-msgid "Samplerate"
-msgstr "Samplingshastighet"
-
-#: modules/access_output/shout.c:90
-msgid "Samplerate information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:92
-msgid "Number of channels"
-msgstr "Antal kanaler"
-
-#: modules/access_output/shout.c:93
-#, fuzzy
-msgid "Number of channels information of the transcoded stream. "
-msgstr "Antal trådar som används för omkodningen."
-
-#: modules/access_output/shout.c:95
-msgid "Ogg Vorbis Quality"
-msgstr "Ogg Vorbis-kvalitet"
-
-#: modules/access_output/shout.c:96
-msgid "Ogg Vorbis Quality information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:98
-#, fuzzy
-msgid "Stream public"
-msgstr "Stopp "
-
-#: modules/access_output/shout.c:99
-msgid ""
-"Make the server publicly available on the 'Yellow Pages' (directory listing "
-"of streams) on the icecast/shoutcast website. Requires the bitrate "
-"information specified for shoutcast. Requires Ogg streaming for icecast."
-msgstr ""
-
-#: modules/access_output/shout.c:105
-#, fuzzy
-msgid "IceCAST output"
-msgstr "Tillgänglihets utmatning"
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:41
-#: modules/demux/live555.cpp:63
-msgid "Caching value (ms)"
-msgstr "Cachingvärde (ms)"
-
-#: modules/access_output/udp.c:77
-msgid ""
-"Default caching value for outbound UDP streams. This value should be set in "
-"milliseconds."
-msgstr ""
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
-#: modules/gui/macosx/wizard.m:1848
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
-msgid "Time-To-Live (TTL)"
-msgstr "Time-To-Live (TTL)"
-
-#: modules/access_output/udp.c:81
-#, fuzzy
-msgid "Time-To-Live of the outgoing stream."
-msgstr "Låter dig ange \"description\" metadata för en inmatning."
-
-#: modules/access_output/udp.c:84
-msgid "Group packets"
-msgstr "Gruppaket"
-
-#: modules/access_output/udp.c:85
-msgid ""
-"Packets can be sent one by one at the right time or by groups. You can "
-"choose the number of packets that will be sent at a time. It helps reducing "
-"the scheduling load on heavily-loaded systems."
-msgstr ""
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr "RÃ¥skrivning"
-
-#: modules/access_output/udp.c:91
-msgid ""
-"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 ""
-
-#: modules/access_output/udp.c:97
-msgid "UDP stream output"
-msgstr ""
-
-#: modules/access_output/udp.c:98
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
-msgid "UDP"
-msgstr "UDP"
-
 #: modules/access/pvr.c:49
 msgid ""
 "Default caching value for PVR streams. This value should be set in "
@@ -6002,7 +5756,12 @@ msgstr "PVR"
 msgid "IVTV MPEG Encoding cards input"
 msgstr ""
 
-#: modules/access/rtsp/access.c:43
+#: modules/access/rtsp/access.c:41 modules/access_output/udp.c:75
+#: modules/demux/live555.cpp:63
+msgid "Caching value (ms)"
+msgstr "Cachingvärde (ms)"
+
+#: modules/access/rtsp/access.c:43
 msgid ""
 "Caching value for RTSP streams. This value should be set in milliseconds."
 msgstr ""
@@ -6133,37 +5892,6 @@ msgstr "UDP/RTP"
 msgid "UDP/RTP input"
 msgstr ""
 
-#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
-#: modules/gui/wxwidgets/dialogs/open.cpp:723
-msgid "Device name"
-msgstr "Enhetsnamn"
-
-#: modules/access/v4l2.c:54
-#, fuzzy
-msgid ""
-"Name of the device to use. If you don't specify anything, /dev/video0 will "
-"be used."
-msgstr ""
-"Detta är standard-vcd-enheten som används. Om du inte anger något kommer vi "
-"att söka efter en lämplig cd-rom-enhet."
-
-#: modules/access/v4l2.c:58
-#, fuzzy
-msgid ""
-"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
-msgstr ""
-"Kanal på kortet som ska användas (Normalt sett, 0 = tuner, 1 = komposit, 2 = "
-"S-video)"
-
-#: modules/access/v4l2.c:63
-msgid "Video4Linux2"
-msgstr "Video4Linux2"
-
-#: modules/access/v4l2.c:64
-#, fuzzy
-msgid "Video4Linux2 input"
-msgstr "Video4Linux-inmatning"
-
 #: modules/access/v4l.c:75
 msgid ""
 "Caching value for V4L captures. This value should be set in milliseconds."
@@ -6259,6 +5987,10 @@ msgstr "Tuner"
 msgid "Tuner to use, if there are several ones."
 msgstr "Tuner att använda, om det finns flera."
 
+#: modules/access/v4l.c:122 modules/access_output/shout.c:89
+msgid "Samplerate"
+msgstr "Samplingshastighet"
+
 #: modules/access/v4l.c:124
 msgid ""
 "Samplerate of the captured audio stream, in Hz (eg: 11025, 22050, 44100)"
@@ -6302,6 +6034,37 @@ msgstr "Video4Linux"
 msgid "Video4Linux input"
 msgstr "Video4Linux-inmatning"
 
+#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
+#: modules/gui/wxwidgets/dialogs/open.cpp:723
+msgid "Device name"
+msgstr "Enhetsnamn"
+
+#: modules/access/v4l2.c:54
+#, fuzzy
+msgid ""
+"Name of the device to use. If you don't specify anything, /dev/video0 will "
+"be used."
+msgstr ""
+"Detta är standard-vcd-enheten som används. Om du inte anger något kommer vi "
+"att söka efter en lämplig cd-rom-enhet."
+
+#: modules/access/v4l2.c:58
+#, fuzzy
+msgid ""
+"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
+msgstr ""
+"Kanal på kortet som ska användas (Normalt sett, 0 = tuner, 1 = komposit, 2 = "
+"S-video)"
+
+#: modules/access/v4l2.c:63
+msgid "Video4Linux2"
+msgstr "Video4Linux2"
+
+#: modules/access/v4l2.c:64
+#, fuzzy
+msgid "Video4Linux2 input"
+msgstr "Video4Linux-inmatning"
+
 #: modules/access/vcd/vcd.c:42
 msgid "Caching value for VCDs. This value should be set in milliseconds."
 msgstr ""
@@ -6365,126 +6128,386 @@ msgstr "Program"
 msgid "Preparer"
 msgstr "Upphovsman"
 
-#: modules/access/vcdx/info.c:94
-msgid "Vol #"
-msgstr "Vol #"
+#: modules/access/vcdx/info.c:94
+msgid "Vol #"
+msgstr "Vol #"
+
+#: modules/access/vcdx/info.c:95
+msgid "Vol max #"
+msgstr "Vol max #"
+
+#: modules/access/vcdx/info.c:96
+msgid "Volume Set"
+msgstr ""
+
+#: modules/access/vcdx/info.c:99
+msgid "System Id"
+msgstr "System-id"
+
+#: modules/access/vcdx/info.c:101
+msgid "Entries"
+msgstr "Poster"
+
+#: modules/access/vcdx/info.c:122
+msgid "First Entry Point"
+msgstr ""
+
+#: modules/access/vcdx/info.c:126
+msgid "Last Entry Point"
+msgstr ""
+
+#: modules/access/vcdx/info.c:127
+msgid "Track size (in sectors)"
+msgstr "Spårstorlek (i sektorer)"
+
+#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
+#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
+msgid "type"
+msgstr "typ"
+
+#: modules/access/vcdx/info.c:139
+msgid "end"
+msgstr "slut"
+
+#: modules/access/vcdx/info.c:142
+msgid "play list"
+msgstr "spela lista"
+
+#: modules/access/vcdx/info.c:153
+msgid "extended selection list"
+msgstr "utökad vallista"
+
+#: modules/access/vcdx/info.c:154
+msgid "selection list"
+msgstr "vallista"
+
+#: modules/access/vcdx/info.c:166
+msgid "unknown type"
+msgstr "okänd typ"
+
+#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
+#: modules/access/vcdx/info.c:316
+msgid "List ID"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:95
+msgid "(Super) Video CD"
+msgstr "(Super) Video-cd"
+
+#: modules/access/vcdx/vcd.c:96
+msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:97
+msgid "vcdx://[device-or-file][@{P,S,T}num]"
+msgstr "vcdx://[enhet-eller-fil][@{P,S,T}num]"
+
+#: modules/access/vcdx/vcd.c:106
+msgid "If nonzero, this gives additional debug information."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+msgid "Number of CD blocks to get in a single read."
+msgstr "Antal cd-block att hämta i en enstaka läsning."
+
+#: modules/access/vcdx/vcd.c:116
+msgid "Use playback control?"
+msgstr "Använd uppspelningskontroll?"
+
+#: modules/access/vcdx/vcd.c:117
+msgid ""
+"If VCD is authored with playback control, use it. Otherwise we play by "
+"tracks."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:123
+msgid "Use track length as maximum unit in seek?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:124
+msgid ""
+"If set, the length of the seek bar is the track rather than the length of an "
+"entry."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:129
+msgid "Show extended VCD info?"
+msgstr "Visa utökad vcd-information?"
+
+#: modules/access/vcdx/vcd.c:130
+msgid ""
+"Show the maximum amount of information under Stream and Media Info. Shows "
+"for example playback control navigation."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:137
+msgid "Format to use in the playlist's \"author\" field."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:143
+msgid "Format to use in the playlist's \"title\" field."
+msgstr ""
+
+#: modules/access_filter/record.c:43
+msgid "Record directory"
+msgstr "Inspelningskatalog"
+
+#: modules/access_filter/record.c:45
+msgid "Directory where the record will be stored."
+msgstr "Katalog där inspelning kommer att lagras."
+
+#: modules/access_filter/timeshift.c:44
+msgid "Timeshift granularity"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:46
+msgid ""
+"This is the size of the temporary files tha will be used to store the "
+"timeshifted streams."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:48
+msgid "Timeshift directory"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:49
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:51
+msgid "Force use of the timeshift module"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52
+msgid ""
+"Force use of the timeshift module even if the access declares that it can "
+"control pace or pause."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
+msgid "Timeshift"
+msgstr ""
+
+#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
+msgid "Dummy stream output"
+msgstr ""
+
+#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
+msgid "Dummy"
+msgstr "Dummy"
+
+#: modules/access_output/file.c:61
+msgid "Append to file"
+msgstr "Infoga i fil"
+
+#: modules/access_output/file.c:62
+msgid "Append to file if it exists instead of replacing it."
+msgstr "Infoga i filen om den finns istället för att ersätta den."
+
+#: modules/access_output/file.c:66
+msgid "File stream output"
+msgstr ""
+
+#: modules/access_output/http.c:58
+msgid "Username"
+msgstr "Användarnamn"
+
+#: modules/access_output/http.c:59
+msgid "User name that will be requested to access the stream."
+msgstr "Användarnamnet som kommer att begäras för att komma åt strömmen."
+
+#: modules/access_output/http.c:61 modules/control/telnet.c:81
+msgid "Password"
+msgstr "Lösenord"
+
+#: modules/access_output/http.c:62
+msgid "Password that will be requested to access the stream."
+msgstr "Lösenordet som kommer att begäras för att komma åt strömmen."
+
+#: modules/access_output/http.c:66
+msgid "Mime"
+msgstr "Mime"
+
+#: modules/access_output/http.c:67
+msgid "MIME returned by the server (autodetected if not specified."
+msgstr ""
+
+#: modules/access_output/http.c:71
+#, fuzzy
+msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
+msgstr "HTTP-gränssnitt x509 PEM certifikatfil (aktiverar SSL)"
+
+#: modules/access_output/http.c:74
+#, fuzzy
+msgid ""
+"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
+"empty if you don't have one."
+msgstr "HTTP-gränssnitt x509 PEM certifikatfil (aktiverar SSL)"
+
+#: modules/access_output/http.c:78
+#, fuzzy
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used for HTTPS. Leave empty if you don't have one."
+msgstr "HTTP-gränssnitt x509 PEM certifikatfil (aktiverar SSL)"
+
+#: modules/access_output/http.c:83
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be used for "
+"SSL. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:86
+msgid "Advertise with Bonjour"
+msgstr "Annonsera med Bonjour"
 
-#: modules/access/vcdx/info.c:95
-msgid "Vol max #"
-msgstr "Vol max #"
+#: modules/access_output/http.c:87
+msgid "Advertise the stream with the Bonjour protocol."
+msgstr "Annonsera strömmen med Bonjour-protokollet."
 
-#: modules/access/vcdx/info.c:96
-msgid "Volume Set"
+#: modules/access_output/http.c:91
+msgid "HTTP stream output"
 msgstr ""
 
-#: modules/access/vcdx/info.c:99
-msgid "System Id"
-msgstr "System-id"
+#: modules/access_output/http.c:93 modules/control/http/http.c:61
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
+msgstr "HTTP"
 
-#: modules/access/vcdx/info.c:101
-msgid "Entries"
-msgstr "Poster"
+#: modules/access_output/shout.c:58
+msgid "Stream name"
+msgstr "Strömnamn"
 
-#: modules/access/vcdx/info.c:122
-msgid "First Entry Point"
+#: modules/access_output/shout.c:59
+msgid "Name to give to this stream/channel on the shoutcast/icecast server."
 msgstr ""
 
-#: modules/access/vcdx/info.c:126
-msgid "Last Entry Point"
+#: modules/access_output/shout.c:62
+msgid "Stream description"
+msgstr "Strömbeskrivning"
+
+#: modules/access_output/shout.c:63
+msgid "Description of the stream content or information about your channel."
 msgstr ""
 
-#: modules/access/vcdx/info.c:127
-msgid "Track size (in sectors)"
-msgstr "Spårstorlek (i sektorer)"
+#: modules/access_output/shout.c:66
+msgid "Stream MP3"
+msgstr "Strömma MP3"
 
-#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
-#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
-msgid "type"
-msgstr "typ"
+#: modules/access_output/shout.c:67
+msgid ""
+"You normally have to feed the shoutcast module with Ogg streams. It is also "
+"possible to stream MP3 instead, so you can forward MP3 streams to the "
+"shoutcast/icecast server."
+msgstr ""
 
-#: modules/access/vcdx/info.c:139
-msgid "end"
-msgstr "slut"
+#: modules/access_output/shout.c:76
+msgid "Genre description"
+msgstr "Genrebeskrivning"
 
-#: modules/access/vcdx/info.c:142
-msgid "play list"
-msgstr "spela lista"
+#: modules/access_output/shout.c:77
+msgid "Genre of the content. "
+msgstr "Genre för innehållet. "
 
-#: modules/access/vcdx/info.c:153
-msgid "extended selection list"
-msgstr "utökad vallista"
+#: modules/access_output/shout.c:79
+msgid "URL description"
+msgstr "URL-beskrivning"
 
-#: modules/access/vcdx/info.c:154
-msgid "selection list"
-msgstr "vallista"
+#: modules/access_output/shout.c:80
+msgid "URL with information about the stream or your channel. "
+msgstr ""
 
-#: modules/access/vcdx/info.c:166
-msgid "unknown type"
-msgstr "okänd typ"
+#: modules/access_output/shout.c:87
+#, fuzzy
+msgid "Bitrate information of the transcoded stream. "
+msgstr "| info . . .  information om den aktuella strömmen"
 
-#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
-#: modules/access/vcdx/info.c:316
-msgid "List ID"
+#: modules/access_output/shout.c:90
+msgid "Samplerate information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:95
-msgid "(Super) Video CD"
-msgstr "(Super) Video-cd"
+#: modules/access_output/shout.c:92
+msgid "Number of channels"
+msgstr "Antal kanaler"
 
-#: modules/access/vcdx/vcd.c:96
-msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
-msgstr ""
+#: modules/access_output/shout.c:93
+#, fuzzy
+msgid "Number of channels information of the transcoded stream. "
+msgstr "Antal trådar som används för omkodningen."
 
-#: modules/access/vcdx/vcd.c:97
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
-msgstr "vcdx://[enhet-eller-fil][@{P,S,T}num]"
+#: modules/access_output/shout.c:95
+msgid "Ogg Vorbis Quality"
+msgstr "Ogg Vorbis-kvalitet"
 
-#: modules/access/vcdx/vcd.c:106
-msgid "If nonzero, this gives additional debug information."
+#: modules/access_output/shout.c:96
+msgid "Ogg Vorbis Quality information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
-msgid "Number of CD blocks to get in a single read."
-msgstr "Antal cd-block att hämta i en enstaka läsning."
-
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
-msgstr "Använd uppspelningskontroll?"
+#: modules/access_output/shout.c:98
+#, fuzzy
+msgid "Stream public"
+msgstr "Stopp "
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/shout.c:99
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Make the server publicly available on the 'Yellow Pages' (directory listing "
+"of streams) on the icecast/shoutcast website. Requires the bitrate "
+"information specified for shoutcast. Requires Ogg streaming for icecast."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:123
-msgid "Use track length as maximum unit in seek?"
-msgstr ""
+#: modules/access_output/shout.c:105
+#, fuzzy
+msgid "IceCAST output"
+msgstr "Tillgänglihets utmatning"
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:77
 msgid ""
-"If set, the length of the seek bar is the track rather than the length of an "
-"entry."
+"Default caching value for outbound UDP streams. This value should be set in "
+"milliseconds."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:129
-msgid "Show extended VCD info?"
-msgstr "Visa utökad vcd-information?"
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
+#: modules/gui/macosx/wizard.m:1848
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
+msgid "Time-To-Live (TTL)"
+msgstr "Time-To-Live (TTL)"
 
-#: modules/access/vcdx/vcd.c:130
+#: modules/access_output/udp.c:81
+#, fuzzy
+msgid "Time-To-Live of the outgoing stream."
+msgstr "Låter dig ange \"description\" metadata för en inmatning."
+
+#: modules/access_output/udp.c:84
+msgid "Group packets"
+msgstr "Gruppaket"
+
+#: modules/access_output/udp.c:85
 msgid ""
-"Show the maximum amount of information under Stream and Media Info. Shows "
-"for example playback control navigation."
+"Packets can be sent one by one at the right time or by groups. You can "
+"choose the number of packets that will be sent at a time. It helps reducing "
+"the scheduling load on heavily-loaded systems."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:137
-msgid "Format to use in the playlist's \"author\" field."
+#: modules/access_output/udp.c:90
+msgid "Raw write"
+msgstr "RÃ¥skrivning"
+
+#: modules/access_output/udp.c:91
+msgid ""
+"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 ""
 
-#: modules/access/vcdx/vcd.c:143
-msgid "Format to use in the playlist's \"title\" field."
+#: modules/access_output/udp.c:97
+msgid "UDP stream output"
 msgstr ""
 
+#: modules/access_output/udp.c:98
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
+msgid "UDP"
+msgstr "UDP"
+
 #: modules/audio_filter/channel_mixer/dolby.c:47
 msgid "Simple decoder for Dolby Surround encoded streams"
 msgstr "Enkel avkodare för Dolby Surround-kodade strömmar"
@@ -8788,36 +8811,36 @@ msgstr "NT-tjänst"
 msgid "Windows Service interface"
 msgstr "Gränssnitt för Windows-tjänst"
 
-#: modules/control/rc.c:154
+#: modules/control/rc.c:156
 msgid "Show stream position"
 msgstr "Visa strömposition"
 
-#: modules/control/rc.c:155
+#: modules/control/rc.c:157
 msgid ""
 "Show the current position in seconds within the stream from time to time."
 msgstr ""
 
-#: modules/control/rc.c:158
+#: modules/control/rc.c:160
 msgid "Fake TTY"
 msgstr "Fusk-TTY"
 
-#: modules/control/rc.c:159
+#: modules/control/rc.c:161
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr "Tvinga rc-modulen att använda standard in som om det vore en TTY."
 
-#: modules/control/rc.c:161
+#: modules/control/rc.c:163
 msgid "UNIX socket command input"
 msgstr ""
 
-#: modules/control/rc.c:162
+#: modules/control/rc.c:164
 msgid "Accept commands over a Unix socket rather than stdin."
 msgstr "Acceptera kommandon över ett Unix-uttag hellre än standard in."
 
-#: modules/control/rc.c:165
+#: modules/control/rc.c:167
 msgid "TCP command input"
 msgstr ""
 
-#: modules/control/rc.c:166
+#: modules/control/rc.c:168
 msgid ""
 "Accept commands over a socket rather than stdin. You can set the address and "
 "port the interface will bind to."
@@ -8825,327 +8848,327 @@ msgstr ""
 "Acceptera kommandon över ett uttag istället för standard in. Du kan ställa "
 "in adress och port som gränssnittet ska bindas till."
 
-#: modules/control/rc.c:170 modules/misc/dummy/dummy.c:49
+#: modules/control/rc.c:172 modules/misc/dummy/dummy.c:49
 msgid "Do not open a DOS command box interface"
 msgstr ""
 
-#: modules/control/rc.c:172
+#: modules/control/rc.c:174
 msgid ""
 "By default the rc 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 ""
 
-#: modules/control/rc.c:179
+#: modules/control/rc.c:181
 msgid "RC"
 msgstr "FK"
 
-#: modules/control/rc.c:182
+#: modules/control/rc.c:184
 msgid "Remote control interface"
 msgstr "Gränssnitt för fjärrkontroll"
 
-#: modules/control/rc.c:323
+#: modules/control/rc.c:325
 msgid "Remote control interface initialized. Type `help' for help."
 msgstr "Gränssnitt för fjärrkontroll initerad. Skriv \"help\" för hjälp."
 
-#: modules/control/rc.c:848
+#: modules/control/rc.c:850
 #, c-format
 msgid "Unknown command `%s'. Type `help' for help."
 msgstr "Okänt kommando \"%s\". Skriv \"help\" för hjälp."
 
-#: modules/control/rc.c:881
+#: modules/control/rc.c:883
 msgid "+----[ Remote control commands ]"
 msgstr "+----[ Kommandon för fjärrkontroll ]"
 
-#: modules/control/rc.c:883
+#: modules/control/rc.c:885
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist"
 msgstr "| add XYZ  . . . . . . . . . . lägg till XYZ till spellista"
 
-#: modules/control/rc.c:884
+#: modules/control/rc.c:886
 #, fuzzy
 msgid "| enqueue XYZ  . . . . . . . queue XYZ to playlist"
 msgstr "| add XYZ  . . . . . . . . . . lägg till XYZ till spellista"
 
-#: modules/control/rc.c:885
+#: modules/control/rc.c:887
 msgid "| playlist . . .  show items currently in playlist"
 msgstr "| playlist . . .  visa aktuella objekt i spellistan"
 
-#: modules/control/rc.c:886
+#: modules/control/rc.c:888
 msgid "| play . . . . . . . . . . . . . . . . play stream"
 msgstr "| play . . . . . . . . . . . . . . . . spela upp ström"
 
-#: modules/control/rc.c:887
+#: modules/control/rc.c:889
 msgid "| stop . . . . . . . . . . . . . . . . stop stream"
 msgstr "| stop . . . . . . . . . . . . . . . . stoppa ström"
 
-#: modules/control/rc.c:888
+#: modules/control/rc.c:890
 msgid "| next . . . . . . . . . . . .  next playlist item"
 msgstr "| next . . . . . . . . . . . .  nästa objekt i spellista"
 
-#: modules/control/rc.c:889
+#: modules/control/rc.c:891
 msgid "| prev . . . . . . . . . .  previous playlist item"
 msgstr "| prev . . . . . . . . . .  föregående spellisteobjekt"
 
-#: modules/control/rc.c:890
+#: modules/control/rc.c:892
 msgid "| goto . . . . . . . . . . . .  goto item at index"
 msgstr "| goto . . . . . . . . . . . .  gå till objekt i index"
 
-#: modules/control/rc.c:891
+#: modules/control/rc.c:893
 msgid "| clear . . . . . . . . . . .   clear the playlist"
 msgstr "| clear . . . . . . . . . . .   töm spellistan"
 
-#: modules/control/rc.c:892
+#: modules/control/rc.c:894
 msgid "| status . . . . . . . . . current playlist status"
 msgstr "| status . . . . . . . . . aktuell status för spellista"
 
-#: modules/control/rc.c:893
+#: modules/control/rc.c:895
 msgid "| title [X]  . . . . set/get title in current item"
 msgstr ""
 
-#: modules/control/rc.c:894
+#: modules/control/rc.c:896
 msgid "| title_n  . . . . . .  next title in current item"
 msgstr ""
 
-#: modules/control/rc.c:895
+#: modules/control/rc.c:897
 msgid "| title_p  . . . .  previous title in current item"
 msgstr "| title_p  . . . .  föregående titel i aktuellt objekt"
 
-#: modules/control/rc.c:896
+#: modules/control/rc.c:898
 msgid "| chapter [X]  . . set/get chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:897
+#: modules/control/rc.c:899
 msgid "| chapter_n  . . . .  next chapter in current item"
 msgstr "| chapter_n  . . . .  nästa kapitel i aktuellt objekt"
 
-#: modules/control/rc.c:898
+#: modules/control/rc.c:900
 msgid "| chapter_p  . .  previous chapter in current item"
 msgstr "| chapter_p  . .  föregående kapitel i aktuellt objekt"
 
-#: modules/control/rc.c:900
+#: modules/control/rc.c:902
 msgid "| seek X . seek in seconds, for instance `seek 12'"
 msgstr "| seek X . spola i sekunder, till exempel \"seek 12\""
 
-#: modules/control/rc.c:901
+#: modules/control/rc.c:903
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause"
 msgstr "| pause  . . . . . . . . . . . . . .  växla paus"
 
-#: modules/control/rc.c:902
+#: modules/control/rc.c:904
 msgid "| fastforward  . . . . . .  .  set to maximum rate"
 msgstr "| fastforward  . . . . . .  .  snabbspola framåt"
 
-#: modules/control/rc.c:903
+#: modules/control/rc.c:905
 msgid "| rewind  . . . . . . . . . .  set to minimum rate"
 msgstr "| rewind  . . . . . . . . . .  snabbspola bakåt"
 
-#: modules/control/rc.c:904
+#: modules/control/rc.c:906
 msgid "| faster . . . . . . . .  faster playing of stream"
 msgstr "| faster . . . . . . . .  snabbare uppspelning av ström"
 
-#: modules/control/rc.c:905
+#: modules/control/rc.c:907
 msgid "| slower . . . . . . . .  slower playing of stream"
 msgstr "| slower . . . . . . . .  långsammare uppspelning av ström"
 
-#: modules/control/rc.c:906
+#: modules/control/rc.c:908
 msgid "| normal . . . . . . . .  normal playing of stream"
 msgstr "| normal . . . . . . . .  normal uppspelning av ström"
 
-#: modules/control/rc.c:907
+#: modules/control/rc.c:909
 msgid "| f [on|off] . . . . . . . . . . toggle fullscreen"
 msgstr "| f [on|off] . . . . . . . . . . växla helskärm"
 
-#: modules/control/rc.c:908
+#: modules/control/rc.c:910
 msgid "| info . . .  information about the current stream"
 msgstr "| info . . .  information om den aktuella strömmen"
 
-#: modules/control/rc.c:909
+#: modules/control/rc.c:911
 msgid "| get_time . . seconds elapsed since stream's beginning"
 msgstr ""
 
-#: modules/control/rc.c:910
+#: modules/control/rc.c:912
 msgid "| is_playing . .  1 if a stream plays, 0 otherwise"
 msgstr "| is_playing . .  1 om en ström spelas upp, 0 annars"
 
-#: modules/control/rc.c:911
+#: modules/control/rc.c:913
 msgid "| get_title . . .  the title of the current stream"
 msgstr "| get_title . . .  titeln på aktuell ström"
 
-#: modules/control/rc.c:912
+#: modules/control/rc.c:914
 msgid "| get_length . .  the length of the current stream"
 msgstr "| get_length . .  längden på aktuell ström"
 
-#: modules/control/rc.c:914
+#: modules/control/rc.c:916
 msgid "| volume [X] . . . . . . . .  set/get audio volume"
 msgstr ""
 
-#: modules/control/rc.c:915
+#: modules/control/rc.c:917
 msgid "| volup [X]  . . . . .  raise audio volume X steps"
 msgstr ""
 
-#: modules/control/rc.c:916
+#: modules/control/rc.c:918
 msgid "| voldown [X]  . . . .  lower audio volume X steps"
 msgstr ""
 
-#: modules/control/rc.c:917
+#: modules/control/rc.c:919
 msgid "| adev [X] . . . . . . . . .  set/get audio device"
 msgstr ""
 
-#: modules/control/rc.c:918
+#: modules/control/rc.c:920
 msgid "| achan [X]. . . . . . . .  set/get audio channels"
 msgstr ""
 
-#: modules/control/rc.c:919
+#: modules/control/rc.c:921
 #, fuzzy
 msgid "| atrack [X] . . . . . . . . . set/get audio track"
 msgstr "| fastforward  . . . . . .  .  snabbspola framåt"
 
-#: modules/control/rc.c:920
+#: modules/control/rc.c:922
 #, fuzzy
 msgid "| vtrack [X] . . . . . . . . . set/get video track"
 msgstr "| fastforward  . . . . . .  .  snabbspola framåt"
 
-#: modules/control/rc.c:921
+#: modules/control/rc.c:923
 #, fuzzy
 msgid "| strack [X] . . . . . . . set/get subtitles track"
 msgstr "| fastforward  . . . . . .  .  snabbspola framåt"
 
-#: modules/control/rc.c:922
+#: modules/control/rc.c:924
 msgid "| menu [on|off|up|down|left|right|select] use menu"
 msgstr "| menu [on|off|up|down|left|right|select] använd menyn"
 
-#: modules/control/rc.c:927
+#: modules/control/rc.c:929
 msgid "| marq-marquee STRING  . . overlay STRING in video"
 msgstr ""
 
-#: modules/control/rc.c:928
+#: modules/control/rc.c:930
 msgid "| marq-x X . . . . . . . . . . . .offset from left"
 msgstr "| marq-x X . . . . . . . . . . . .position från vänster"
 
-#: modules/control/rc.c:929
+#: modules/control/rc.c:931
 msgid "| marq-y Y . . . . . . . . . . . . offset from top"
 msgstr "| marq-y Y . . . . . . . . . . . . position från överkant"
 
-#: modules/control/rc.c:930
+#: modules/control/rc.c:932
 msgid "| marq-position #. . .  .relative position control"
 msgstr ""
 
-#: modules/control/rc.c:931
+#: modules/control/rc.c:933
 msgid "| marq-color # . . . . . . . . . . font color, RGB"
 msgstr "| marq-color # . . . . . . . . . . typsnittsfärg, RGB"
 
-#: modules/control/rc.c:932
+#: modules/control/rc.c:934
 msgid "| marq-opacity # . . . . . . . . . . . . . opacity"
 msgstr "| marq-opacity # . . . . . . . . . . . . . opacitet"
 
-#: modules/control/rc.c:933
+#: modules/control/rc.c:935
 msgid "| marq-timeout T. . . . . . . . . . timeout, in ms"
 msgstr "| marq-timeout T. . . . . . . . . . tidsgräns, i ms"
 
-#: modules/control/rc.c:934
+#: modules/control/rc.c:936
 msgid "| marq-size # . . . . . . . . font size, in pixels"
 msgstr "| marq-size # . . . . . . . . typsnittsstorlek, i bildpunkter"
 
-#: modules/control/rc.c:936
+#: modules/control/rc.c:938
 msgid "| time-format STRING . . . overlay STRING in video"
 msgstr ""
 
-#: modules/control/rc.c:937
+#: modules/control/rc.c:939
 msgid "| time-x X . . . . . . . . . . . .offset from left"
 msgstr "| time-x X . . . . . . . . . . . .position från vänster"
 
-#: modules/control/rc.c:938
+#: modules/control/rc.c:940
 msgid "| time-y Y . . . . . . . . . . . . offset from top"
 msgstr "| time-y Y . . . . . . . . . . . . position från överkant"
 
-#: modules/control/rc.c:939
+#: modules/control/rc.c:941
 msgid "| time-position #. . . . . . . . relative position"
 msgstr "| time-position #. . . . . . . . relativ position"
 
-#: modules/control/rc.c:940
+#: modules/control/rc.c:942
 msgid "| time-color # . . . . . . . . . . font color, RGB"
 msgstr "| time-color # . . . . . . . . . . typsnittsfärg, RGB"
 
-#: modules/control/rc.c:941
+#: modules/control/rc.c:943
 msgid "| time-opacity # . . . . . . . . . . . . . opacity"
 msgstr "| time-opacity # . . . . . . . . . . . . . opacitet"
 
-#: modules/control/rc.c:942
+#: modules/control/rc.c:944
 msgid "| time-size # . . . . . . . . font size, in pixels"
 msgstr "| time-size # . . . . . . . . typsnittsstorlek, i bildpunkter"
 
-#: modules/control/rc.c:944
+#: modules/control/rc.c:946
 msgid "| logo-file STRING . . .the overlay file path/name"
 msgstr ""
 
-#: modules/control/rc.c:945
+#: modules/control/rc.c:947
 msgid "| logo-x X . . . . . . . . . . . .offset from left"
 msgstr "| logo-x X . . . . . . . . . . . .position från vänster"
 
-#: modules/control/rc.c:946
+#: modules/control/rc.c:948
 msgid "| logo-y Y . . . . . . . . . . . . offset from top"
 msgstr "| logo-y Y . . . . . . . . . . . . position från överkant"
 
-#: modules/control/rc.c:947
+#: modules/control/rc.c:949
 msgid "| logo-position #. . . . . . . . relative position"
 msgstr "| logo-position #. . . . . . . . relativ position"
 
-#: modules/control/rc.c:948
+#: modules/control/rc.c:950
 msgid "| logo-transparency #. . . . . . . . .transparency"
 msgstr "| logo-transparency #. . . . . . . . .transparens"
 
-#: modules/control/rc.c:950
+#: modules/control/rc.c:952
 msgid "| mosaic-alpha # . . . . . . . . . . . . . . alpha"
 msgstr "| mosaic-alpha # . . . . . . . . . . . . . . alfa"
 
-#: modules/control/rc.c:951
+#: modules/control/rc.c:953
 msgid "| mosaic-height #. . . . . . . . . . . . . .height"
 msgstr "| mosaic-height #. . . . . . . . . . . . . .höjd"
 
-#: modules/control/rc.c:952
+#: modules/control/rc.c:954
 msgid "| mosaic-width # . . . . . . . . . . . . . . width"
 msgstr "| mosaic-width # . . . . . . . . . . . . . . bredd"
 
-#: modules/control/rc.c:953
+#: modules/control/rc.c:955
 msgid "| mosaic-xoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:954
+#: modules/control/rc.c:956
 msgid "| mosaic-yoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:955
+#: modules/control/rc.c:957
 msgid "| mosaic-align 0..2,4..6,8..10. . .mosaic alignment"
 msgstr ""
 
-#: modules/control/rc.c:956
+#: modules/control/rc.c:958
 msgid "| mosaic-vborder # . . . . . . . . vertical border"
 msgstr ""
 
-#: modules/control/rc.c:957
+#: modules/control/rc.c:959
 msgid "| mosaic-hborder # . . . . . . . horizontal border"
 msgstr ""
 
-#: modules/control/rc.c:958
+#: modules/control/rc.c:960
 msgid "| mosaic-position {0=auto,1=fixed} . . . .position"
 msgstr "| mosaic-position {0=auto,1=fixed} . . . .position"
 
-#: modules/control/rc.c:959
+#: modules/control/rc.c:961
 msgid "| mosaic-rows #. . . . . . . . . . .number of rows"
 msgstr "| mosaic-rows #. . . . . . . . . . .antal rader"
 
-#: modules/control/rc.c:960
+#: modules/control/rc.c:962
 msgid "| mosaic-cols #. . . . . . . . . . .number of cols"
 msgstr "| mosaic-cols #. . . . . . . . . . .antal kolumner"
 
-#: modules/control/rc.c:961
+#: modules/control/rc.c:963
 msgid "| mosaic-order id(,id)* . . . . order of pictures "
 msgstr "| mosaic-order id(,id)* . . . . ordning på bilder "
 
-#: modules/control/rc.c:962
+#: modules/control/rc.c:964
 msgid "| mosaic-keep-aspect-ratio {0,1} . . .aspect ratio"
 msgstr "| mosaic-keep-aspect-ratio {0,1} . . .bildformat"
 
-#: modules/control/rc.c:964
+#: modules/control/rc.c:966
 msgid ""
 "| check-updates [newer] [equal] [older]\n"
 "|               [undef] [info] [source] [binary] [plugin]"
@@ -9153,41 +9176,41 @@ msgstr ""
 "| check-updates [newer] [equal] [older]\n"
 "|               [undef] [info] [source] [binary] [plugin]"
 
-#: modules/control/rc.c:968
+#: modules/control/rc.c:970
 msgid "| help . . . . . . . . . . . . . this help message"
 msgstr "| help . . . . . . . . . . . . . detta hjälpmeddelande"
 
-#: modules/control/rc.c:969
+#: modules/control/rc.c:971
 msgid "| longhelp . . . . . . . . . a longer help message"
 msgstr "| longhelp . . . . . . . . . ett längre hjälpmeddelande"
 
-#: modules/control/rc.c:970
+#: modules/control/rc.c:972
 msgid "| logout . . . . .  exit (if in socket connection)"
 msgstr "| logout . . . . .  avsluta (om uttagsanslutning används)"
 
-#: modules/control/rc.c:971
+#: modules/control/rc.c:973
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc"
 msgstr "| quit . . . . . . . . . . . . . . . . .  avsluta vlc"
 
-#: modules/control/rc.c:973
+#: modules/control/rc.c:975
 msgid "+----[ end of help ]"
 msgstr "+----[ sluta på hjälpen ]"
 
-#: modules/control/rc.c:1080
+#: modules/control/rc.c:1082
 msgid "Press menu select or pause to continue."
 msgstr "Tryck menyval eller paus för att fortsätta."
 
-#: modules/control/rc.c:1324 modules/control/rc.c:1809
-#: modules/control/rc.c:1879 modules/control/rc.c:1928
-#: modules/control/rc.c:2027
+#: modules/control/rc.c:1326 modules/control/rc.c:1811
+#: modules/control/rc.c:1881 modules/control/rc.c:1930
+#: modules/control/rc.c:2029
 msgid "Type 'menu select' or 'pause' to continue."
 msgstr "Ange \"menyval\" eller \"paus\" för att fortsätta."
 
-#: modules/control/rc.c:1461
+#: modules/control/rc.c:1463
 msgid "Type 'pause' to continue."
 msgstr "Ange \"paus\" för att fortsätta."
 
-#: modules/control/rc.c:2012 modules/control/rc.c:2051
+#: modules/control/rc.c:2014 modules/control/rc.c:2053
 msgid "Please provide one of the following parameters:"
 msgstr "Tillhandahåll en av följande parametrar:"
 
@@ -9324,6 +9347,7 @@ msgstr ""
 #: modules/gui/macosx/interaction.m:135 modules/gui/macosx/open.m:158
 #: modules/gui/macosx/playlistinfo.m:60 modules/gui/macosx/prefs.m:122
 #: modules/gui/macosx/prefs.m:142 modules/gui/macosx/wizard.m:363
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:88
 msgid "Cancel"
 msgstr "Avbryt"
 
@@ -10228,8 +10252,8 @@ msgstr "Öppna även filer från alla undermappar?"
 #: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:440
 #: modules/gui/macosx/open.m:634 modules/gui/macosx/open.m:738
 #: modules/gui/macosx/open.m:784 modules/gui/wxwidgets/interface.cpp:675
-#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:348
-#: modules/gui/wxwidgets/menus.cpp:404
+#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:349
+#: modules/gui/wxwidgets/menus.cpp:405
 msgid "Open"
 msgstr "Öppna"
 
@@ -10241,7 +10265,7 @@ msgstr "Inställningar"
 
 #: modules/gui/beos/InterfaceWindow.cpp:237
 #: modules/gui/beos/InterfaceWindow.cpp:328 modules/gui/macosx/intf.m:503
-#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:35
+#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:41
 #: modules/gui/wxwidgets/dialogs/messages.cpp:47
 msgid "Messages"
 msgstr "Meddelanden"
@@ -10394,6 +10418,7 @@ msgstr "Verkställ"
 
 #: modules/gui/beos/PreferencesWindow.cpp:254 modules/gui/macosx/output.m:526
 #: modules/gui/macosx/playlist.m:704 modules/gui/macosx/prefs.m:121
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:87
 msgid "Save"
 msgstr "Spara"
 
@@ -10516,7 +10541,7 @@ msgstr "Ingen inmatning hittad"
 msgid "The stream must be playing or paused for bookmarks to work."
 msgstr "Strömmen måste spelas upp eller pausas för att bokmärken ska fungera."
 
-#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:735
+#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:741
 msgid "Jump To Time"
 msgstr "Hoppa till tid"
 
@@ -10532,64 +10557,64 @@ msgstr "Hoppa till tid"
 msgid "Random On"
 msgstr "Slumpmässig på"
 
-#: modules/gui/macosx/controls.m:167
+#: modules/gui/macosx/controls.m:168
 msgid "Random Off"
 msgstr "Slumpmässig av"
 
-#: modules/gui/macosx/controls.m:195 modules/gui/macosx/controls.m:719
+#: modules/gui/macosx/controls.m:197 modules/gui/macosx/controls.m:725
 #: modules/gui/macosx/intf.m:543 modules/gui/macosx/playlist.m:453
 #: modules/gui/macosx/playlist.m:1167
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:54
 msgid "Repeat One"
 msgstr "Repetera en gång"
 
-#: modules/gui/macosx/controls.m:199 modules/gui/macosx/controls.m:231
+#: modules/gui/macosx/controls.m:202 modules/gui/macosx/controls.m:236
 #: modules/gui/macosx/playlist.m:1186
 msgid "Repeat Off"
 msgstr "Repetering av"
 
-#: modules/gui/macosx/controls.m:227 modules/gui/macosx/controls.m:726
+#: modules/gui/macosx/controls.m:231 modules/gui/macosx/controls.m:732
 #: modules/gui/macosx/intf.m:544 modules/gui/macosx/playlist.m:454
 #: modules/gui/macosx/playlist.m:1175
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:53
 msgid "Repeat All"
 msgstr "Repetera alla"
 
-#: modules/gui/macosx/controls.m:308 modules/gui/macosx/controls.m:749
+#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
 #: modules/gui/macosx/intf.m:569
 msgid "Half Size"
 msgstr "Halv storlek"
 
-#: modules/gui/macosx/controls.m:310 modules/gui/macosx/controls.m:750
+#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:756
 #: modules/gui/macosx/intf.m:570
 msgid "Normal Size"
 msgstr "Normal storlek"
 
-#: modules/gui/macosx/controls.m:312 modules/gui/macosx/controls.m:751
+#: modules/gui/macosx/controls.m:318 modules/gui/macosx/controls.m:757
 #: modules/gui/macosx/intf.m:571
 msgid "Double Size"
 msgstr "Dubbel storlek"
 
-#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
-#: modules/gui/macosx/controls.m:766 modules/gui/macosx/intf.m:574
+#: modules/gui/macosx/controls.m:320 modules/gui/macosx/controls.m:761
+#: modules/gui/macosx/controls.m:772 modules/gui/macosx/intf.m:574
 msgid "Float on Top"
 msgstr "Flyt överst"
 
-#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:752
+#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:758
 #: modules/gui/macosx/intf.m:572
 msgid "Fit to Screen"
 msgstr "Anpassa till skärm"
 
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:542
+#: modules/gui/macosx/controls.m:718 modules/gui/macosx/intf.m:542
 #: modules/gui/macosx/playlist.m:447
 msgid "Random"
 msgstr "Slumpmässig"
 
-#: modules/gui/macosx/controls.m:733 modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/controls.m:739 modules/gui/macosx/intf.m:545
 msgid "Step Forward"
 msgstr "Stega framåt"
 
-#: modules/gui/macosx/controls.m:734 modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/controls.m:740 modules/gui/macosx/intf.m:546
 msgid "Step Backward"
 msgstr "Stega bakåt"
 
@@ -10608,7 +10633,7 @@ msgstr "Snabbt framåt"
 #: modules/gui/pda/pda_interface.c:251 modules/gui/wxwidgets/interface.cpp:678
 #: modules/gui/wxwidgets/interface.cpp:689
 #: modules/gui/wxwidgets/interface.cpp:1210
-#: modules/gui/wxwidgets/menus.cpp:265 modules/visualization/xosd.c:242
+#: modules/gui/wxwidgets/menus.cpp:266 modules/visualization/xosd.c:242
 msgid "Pause"
 msgstr "Gör paus"
 
@@ -10810,7 +10835,7 @@ msgstr "VLC - Kontroller"
 
 #: modules/gui/macosx/intf.m:488 modules/gui/macosx/intf.m:999
 #: modules/gui/macosx/intf.m:1321 modules/gui/pda/pda_interface.c:212
-#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:52
+#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:54
 msgid "VLC media player"
 msgstr "Mediaspelaren VLC"
 
@@ -11243,71 +11268,6 @@ msgstr "SDP URL"
 msgid "Save File"
 msgstr "Spara fil"
 
-#: modules/gui/macosx/playlistinfo.m:56
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
-msgid "URI"
-msgstr "URI"
-
-#: modules/gui/macosx/playlistinfo.m:63
-msgid "Advanced Information"
-msgstr "Avancerad information"
-
-#: modules/gui/macosx/playlistinfo.m:81
-msgid "Read at media"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:82
-msgid "Input bitrate"
-msgstr "Bithastighet för inmatning"
-
-#: modules/gui/macosx/playlistinfo.m:83
-msgid "Demuxed"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:84
-msgid "Stream bitrate"
-msgstr "Strömmens bithastighet"
-
-#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
-msgid "Decoded blocks"
-msgstr "Avkodade block"
-
-#: modules/gui/macosx/playlistinfo.m:88
-msgid "Displayed frames"
-msgstr "Visade bildrutor"
-
-#: modules/gui/macosx/playlistinfo.m:89
-msgid "Lost frames"
-msgstr "Förlorade bildrutor"
-
-#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
-#: modules/video_filter/deinterlace.c:137
-msgid "Streaming"
-msgstr "Strömmar"
-
-#: modules/gui/macosx/playlistinfo.m:92
-msgid "Sent packets"
-msgstr "Skickade paket"
-
-#: modules/gui/macosx/playlistinfo.m:93
-msgid "Sent bytes"
-msgstr "Skickade byte"
-
-#: modules/gui/macosx/playlistinfo.m:94
-msgid "Send rate"
-msgstr "Sändhastighet"
-
-#: modules/gui/macosx/playlistinfo.m:98
-msgid "Played buffers"
-msgstr "Spelade buffertar"
-
-#: modules/gui/macosx/playlistinfo.m:99
-msgid "Lost buffers"
-msgstr "Förlorade buffertar"
-
 #: modules/gui/macosx/playlist.m:434
 msgid "Save Playlist..."
 msgstr "Spara spellista..."
@@ -11388,6 +11348,71 @@ msgstr "Ange nodnamn"
 msgid "Empty Folder"
 msgstr "Tom mapp"
 
+#: modules/gui/macosx/playlistinfo.m:56
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
+msgid "URI"
+msgstr "URI"
+
+#: modules/gui/macosx/playlistinfo.m:63
+msgid "Advanced Information"
+msgstr "Avancerad information"
+
+#: modules/gui/macosx/playlistinfo.m:81
+msgid "Read at media"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:82
+msgid "Input bitrate"
+msgstr "Bithastighet för inmatning"
+
+#: modules/gui/macosx/playlistinfo.m:83
+msgid "Demuxed"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:84
+msgid "Stream bitrate"
+msgstr "Strömmens bithastighet"
+
+#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
+msgid "Decoded blocks"
+msgstr "Avkodade block"
+
+#: modules/gui/macosx/playlistinfo.m:88
+msgid "Displayed frames"
+msgstr "Visade bildrutor"
+
+#: modules/gui/macosx/playlistinfo.m:89
+msgid "Lost frames"
+msgstr "Förlorade bildrutor"
+
+#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
+#: modules/video_filter/deinterlace.c:137
+msgid "Streaming"
+msgstr "Strömmar"
+
+#: modules/gui/macosx/playlistinfo.m:92
+msgid "Sent packets"
+msgstr "Skickade paket"
+
+#: modules/gui/macosx/playlistinfo.m:93
+msgid "Sent bytes"
+msgstr "Skickade byte"
+
+#: modules/gui/macosx/playlistinfo.m:94
+msgid "Send rate"
+msgstr "Sändhastighet"
+
+#: modules/gui/macosx/playlistinfo.m:98
+msgid "Played buffers"
+msgstr "Spelade buffertar"
+
+#: modules/gui/macosx/playlistinfo.m:99
+msgid "Lost buffers"
+msgstr "Förlorade buffertar"
+
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:213
 msgid "Reset All"
@@ -12649,10 +12674,21 @@ msgstr "Kunde inte hitta bildfil: %s"
 msgid "QNX RTOS video and audio output"
 msgstr ""
 
+#: modules/gui/qt4/dialogs/errors.cpp:37
+#, fuzzy
+msgid "Errors"
+msgstr "Fel"
+
 #: modules/gui/qt4/dialogs/streaminfo.cpp:35
 msgid "Stream information"
 msgstr "Ströminformation"
 
+#: modules/gui/qt4/dialogs_provider.cpp:235
+#: modules/gui/qt4/dialogs_provider.cpp:246
+#, fuzzy
+msgid "Open directory"
+msgstr "Öppna &katalog..."
+
 #: modules/gui/qt4/qt4.cpp:45
 msgid "QT interface"
 msgstr "QT-gränssnitt"
@@ -12827,6 +12863,11 @@ msgstr ""
 msgid "WinCE dialogs provider"
 msgstr ""
 
+#: modules/gui/wxwidgets/dialogs.cpp:433
+#: modules/gui/wxwidgets/dialogs/open.cpp:1265
+msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
+msgstr "Alla filer (*.*)|*|Ljudfiler (*.mp3, *.ogg, etc.)|"
+
 #: modules/gui/wxwidgets/dialogs/bookmarks.cpp:75
 msgid "Edit bookmark"
 msgstr "Redigera bokmärke"
@@ -12891,28 +12932,6 @@ msgstr ""
 msgid "Input has changed "
 msgstr "Inmatning har ändrats "
 
-#: modules/gui/wxwidgets/dialogs.cpp:433
-#: modules/gui/wxwidgets/dialogs/open.cpp:1265
-msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
-msgstr "Alla filer (*.*)|*|Ljudfiler (*.mp3, *.ogg, etc.)|"
-
-#: modules/gui/wxwidgets/dialogs.cpp:435
-#: modules/gui/wxwidgets/dialogs/open.cpp:1267
-#, fuzzy
-msgid "|Video Files (*.avi, *.mpg, etc.)|"
-msgstr "Alla filer (*.*)|*|Ljudfiler (*.mp3, *.ogg, etc.)|"
-
-#: modules/gui/wxwidgets/dialogs.cpp:436
-#: modules/gui/wxwidgets/dialogs/open.cpp:1268
-#, fuzzy
-msgid "|Playlist Files (*.m3u, *.pls, etc.)|"
-msgstr "Alla filer (*.*)|*|Ljudfiler (*.mp3, *.ogg, etc.)|"
-
-#: modules/gui/wxwidgets/dialogs.cpp:437
-#: modules/gui/wxwidgets/dialogs/open.cpp:1269
-msgid "|Subtitle Files (*.srt, *.sub, etc.)|"
-msgstr ""
-
 #: modules/gui/wxwidgets/dialogs/fileinfo.cpp:54
 msgid "Stream and Media Info"
 msgstr "Ström och mediainfo"
@@ -13426,11 +13445,6 @@ msgstr "Utmatning"
 msgid "Loop"
 msgstr "Upprepa"
 
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:415
-#, fuzzy
-msgid "Create"
-msgstr "Bildhastighet"
-
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:560
 msgid "VLM stream"
 msgstr "VLM-ström"
@@ -13507,10 +13521,6 @@ msgid ""
 "about it."
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
-msgid "Transcode audio (if available)"
-msgstr "Omkoda ljud (om tillgängligt)"
-
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:135
 msgid ""
 "Select the target audio codec. Choose a codec to display more information "
@@ -13573,6 +13583,10 @@ msgstr "Mer information"
 msgid "Save to file"
 msgstr "Spara till fil"
 
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
+msgid "Transcode audio (if available)"
+msgstr "Omkoda ljud (om tillgängligt)"
+
 #: modules/gui/wxwidgets/extrapanel.cpp:41
 msgid ""
 "Controls the blending of equalizer bands. The higher this value is, the more "
@@ -13844,7 +13858,7 @@ msgstr "&Meddelanden..."
 msgid "&Preferences..."
 msgstr "In&ställningar..."
 
-#: modules/gui/wxwidgets/menus.cpp:572 modules/gui/wxwidgets/menus.cpp:599
+#: modules/gui/wxwidgets/menus.cpp:573 modules/gui/wxwidgets/menus.cpp:600
 msgid "Empty"
 msgstr "Tom"
 
@@ -14339,10 +14353,6 @@ msgstr ""
 msgid "Output data for RRDTool in this file."
 msgstr ""
 
-#: modules/misc/memcpy/memcpyaltivec.c:56
-msgid "AltiVec memcpy"
-msgstr "AltiVec memcpy"
-
 #: modules/misc/memcpy/memcpy.c:83
 msgid "libc memcpy"
 msgstr "libc memcpy"
@@ -14359,6 +14369,10 @@ msgstr "MMX memcpy"
 msgid "MMX EXT memcpy"
 msgstr "MMX EXT memcpy"
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr "AltiVec memcpy"
+
 #: modules/misc/msn.c:64
 msgid "MSN Title format string"
 msgstr ""
@@ -15741,13 +15755,6 @@ msgstr "MMX I420,IYUV,YV12 to RV15,RV16,RV24,RV32-konverteringar"
 msgid "Conversions from "
 msgstr "Konverteringar från "
 
-#: 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 ""
-
 #: 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 "
@@ -17323,3 +17330,15 @@ msgstr ""
 #: modules/visualization/xosd.c:84
 msgid "XOSD interface"
 msgstr "XOSD-gränssnitt"
+
+#, fuzzy
+#~ msgid "|Video Files (*.avi, *.mpg, etc.)|"
+#~ msgstr "Alla filer (*.*)|*|Ljudfiler (*.mp3, *.ogg, etc.)|"
+
+#, fuzzy
+#~ msgid "|Playlist Files (*.m3u, *.pls, etc.)|"
+#~ msgstr "Alla filer (*.*)|*|Ljudfiler (*.mp3, *.ogg, etc.)|"
+
+#, fuzzy
+#~ msgid "Create"
+#~ msgstr "Bildhastighet"
diff --git a/po/tr.po b/po/tr.po
index 630e12348f1c176dcafcfd72bd9dc785b0f3f730..a1a71eda7490f5eb5a3939ac638657a57b9e27a5 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 0.8.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-31 15:10+0400\n"
+"POT-Creation-Date: 2006-09-04 11:13+0200\n"
 "PO-Revision-Date: 2005-06-25 12:34+0200\n"
 "Last-Translator: xLeopar <xleopar@yahoo.com>\n"
 "Language-Team: Turkish\n"
@@ -15,6 +15,19 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: include/vlc/vlc.h:576
+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"
+"see the file named COPYING for details.\n"
+"Written by the VideoLAN team; see the AUTHORS file.\n"
+msgstr ""
+"Bu program kanunlarla belirlenen GARANTİ koşullarına tabi değildir.\n"
+"Bu programı GNU General Public License terimleri altında yeniden "
+"dağıtabilirsiniz;\n"
+"ayrıntılar için COPYGING adlı dosyaya bakınız.\n"
+"VideoLAN ekibi tarafından yazılmıştır; AUTHORS dosyasına bakınız.\n"
+
 #: include/vlc_config_cat.h:32
 msgid "VLC preferences"
 msgstr "VLC tercihleri"
@@ -69,7 +82,7 @@ msgstr "VLC arayüzleri için ayarlar"
 msgid "Hotkeys settings"
 msgstr "Kestirme tuş ayarları"
 
-#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1209
+#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1217
 #: modules/gui/beos/InterfaceWindow.cpp:282 modules/gui/macosx/extended.m:81
 #: modules/gui/macosx/intf.m:555 modules/gui/macosx/output.m:170
 #: modules/gui/macosx/playlistinfo.m:96 modules/gui/macosx/wizard.m:421
@@ -114,9 +127,9 @@ msgstr "Çıktı modülleri"
 msgid "These are general settings for audio output modules."
 msgstr "Bunlar, ses çıktı modülleri için genel ayarlardır."
 
-#: include/vlc_config_cat.h:71 src/libvlc.h:1553
+#: include/vlc_config_cat.h:71 src/libvlc.h:1563
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:578
-#: modules/gui/wxwidgets/menus.cpp:279 modules/stream_out/transcode.c:285
+#: modules/gui/wxwidgets/menus.cpp:280 modules/stream_out/transcode.c:285
 msgid "Miscellaneous"
 msgstr "Çeşitli"
 
@@ -125,7 +138,7 @@ msgstr "Çeşitli"
 msgid "Miscellaneous audio settings and modules."
 msgstr "Çeşitli ses ayarları ve modülleri"
 
-#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1244
+#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1252
 #: modules/gui/macosx/extended.m:80 modules/gui/macosx/intf.m:568
 #: modules/gui/macosx/output.m:160 modules/gui/macosx/playlistinfo.m:86
 #: modules/gui/macosx/wizard.m:422
@@ -251,7 +264,7 @@ msgstr "Ses+video ve çeşitli kodlayıcılar ve kod çözücüler için ayarlar
 msgid "General input settings. Use with care."
 msgstr "Gelişmiş girdi ayarları. Dikkatli kullanın."
 
-#: include/vlc_config_cat.h:135 src/libvlc.h:1483
+#: include/vlc_config_cat.h:135 src/libvlc.h:1493
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:152
 msgid "Stream output"
 msgstr "Akış çıktısı"
@@ -339,8 +352,8 @@ msgstr "VOD"
 msgid "VLC's implementation of Video On Demand"
 msgstr "İstek Anında Video'nun VLC gerçeklemesi"
 
-#: include/vlc_config_cat.h:186 src/libvlc.h:1608 src/playlist/engine.c:79
-#: src/playlist/engine.c:81 modules/demux/playlist/playlist.c:56
+#: include/vlc_config_cat.h:186 src/libvlc.h:1618 src/playlist/engine.c:91
+#: src/playlist/engine.c:93 modules/demux/playlist/playlist.c:56
 #: modules/demux/playlist/playlist.c:57
 #: modules/gui/beos/InterfaceWindow.cpp:231
 #: modules/gui/beos/InterfaceWindow.cpp:325 modules/gui/macosx/intf.m:500
@@ -371,7 +384,7 @@ msgid ""
 "playlist."
 msgstr ""
 
-#: include/vlc_config_cat.h:197 src/libvlc.h:1444
+#: include/vlc_config_cat.h:197 src/libvlc.h:1454
 #: modules/gui/macosx/prefs.m:124
 msgid "Advanced"
 msgstr "GeliÅŸmiÅŸ"
@@ -488,7 +501,7 @@ msgstr "Duraklatma için kestirme tuş seçin"
 #: modules/gui/wxwidgets/interface.cpp:677
 #: modules/gui/wxwidgets/interface.cpp:688
 #: modules/gui/wxwidgets/interface.cpp:1216
-#: modules/gui/wxwidgets/menus.cpp:263 modules/gui/wxwidgets/menus.cpp:274
+#: modules/gui/wxwidgets/menus.cpp:264 modules/gui/wxwidgets/menus.cpp:275
 msgid "Play"
 msgstr "Oynat"
 
@@ -506,8 +519,8 @@ msgid "Delete"
 msgstr "Sil"
 
 #: include/vlc_intf_strings.h:37 modules/gui/macosx/intf.m:599
-#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlistinfo.m:55
-#: modules/gui/macosx/playlistinfo.m:363 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/playlistinfo.m:55 modules/gui/macosx/playlistinfo.m:363
 #, fuzzy
 msgid "Information"
 msgstr "Dönüşümler"
@@ -545,8 +558,8 @@ msgstr "Ãœst-veri"
 msgid "Title"
 msgstr "Başlık"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:58
-#: modules/gui/macosx/playlist.m:130 modules/gui/macosx/wizard.m:393
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:130
+#: modules/gui/macosx/playlistinfo.m:58 modules/gui/macosx/wizard.m:393
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:50
 msgid "Author"
 msgstr "Yazar"
@@ -618,19 +631,6 @@ msgstr "Codec Ä°smi"
 msgid "Codec Description"
 msgstr "Codec Açıklama"
 
-#: include/vlc/vlc.h:576
-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"
-"see the file named COPYING for details.\n"
-"Written by the VideoLAN team; see the AUTHORS file.\n"
-msgstr ""
-"Bu program kanunlarla belirlenen GARANTİ koşullarına tabi değildir.\n"
-"Bu programı GNU General Public License terimleri altında yeniden "
-"dağıtabilirsiniz;\n"
-"ayrıntılar için COPYGING adlı dosyaya bakınız.\n"
-"VideoLAN ekibi tarafından yazılmıştır; AUTHORS dosyasına bakınız.\n"
-
 #: src/audio_output/filters.c:154 src/audio_output/filters.c:201
 #: src/audio_output/filters.c:224
 #, fuzzy
@@ -644,7 +644,7 @@ msgid "The maximum number of filters (%d) was reached."
 msgstr ""
 
 #: src/audio_output/input.c:80 src/audio_output/input.c:126
-#: src/input/es_out.c:361 src/libvlc.h:417 src/video_output/video_output.c:421
+#: src/input/es_out.c:361 src/libvlc.h:421 src/video_output/video_output.c:421
 #: modules/codec/ffmpeg/postprocess.c:94
 msgid "Disable"
 msgstr "Devredışı"
@@ -794,13 +794,14 @@ msgid "VLC could not open the decoder module."
 msgstr ""
 
 #: src/input/decoder.c:136
-msgid "No suitable decoder module for FOURCC \"4.4s\" found"
+msgid "No suitable decoder module for format"
 msgstr ""
 
 #: src/input/decoder.c:137
+#, c-format
 msgid ""
-"VLC probably does not support this audio or video format. Regrettably, there "
-"is no way for you to fix this."
+"VLC probably does not support the “%4.4s” audio or video format. "
+"Unfortunately there is no way for you to fix this."
 msgstr ""
 
 #: src/input/es_out.c:383 src/input/es_out.c:385 src/input/es_out.c:391
@@ -811,7 +812,7 @@ msgid "Track %i"
 msgstr "Ä°z %i"
 
 #: src/input/es_out.c:465 src/input/es_out.c:467 src/input/es_out.c:567
-#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:443
+#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:447
 #: modules/gui/macosx/intf.m:548 modules/gui/macosx/intf.m:549
 msgid "Program"
 msgstr "Program"
@@ -850,8 +851,8 @@ msgstr "%d Hz"
 msgid "Bits per sample"
 msgstr "Örnek başına bit (bps)"
 
-#: src/input/es_out.c:1605 modules/access_output/shout.c:86
-#: modules/access/pvr.c:84
+#: src/input/es_out.c:1605 modules/access/pvr.c:84
+#: modules/access_output/shout.c:86
 msgid "Bitrate"
 msgstr "Bit oranı"
 
@@ -903,7 +904,7 @@ msgstr ""
 msgid "Bookmark"
 msgstr "Yer imi"
 
-#: src/input/var.c:131 src/libvlc.h:449
+#: src/input/var.c:131 src/libvlc.h:453
 msgid "Programs"
 msgstr "Programlar"
 
@@ -1565,126 +1566,136 @@ msgid ""
 msgstr ""
 
 #: src/libvlc.h:278
-msgid "Fullscreen video output"
+#, fuzzy
+msgid "Embedded video"
 msgstr "Tam ekran video çıktısı"
 
 #: src/libvlc.h:280
 #, fuzzy
+msgid "Embed the video output in the main interface."
+msgstr "Videoyu arayüzde göster"
+
+#: src/libvlc.h:282
+msgid "Fullscreen video output"
+msgstr "Tam ekran video çıktısı"
+
+#: src/libvlc.h:284
+#, fuzzy
 msgid "Start video in fullscreen mode"
 msgstr "Tam ekran modu geçiş"
 
-#: src/libvlc.h:282
+#: src/libvlc.h:286
 msgid "Overlay video output"
 msgstr "Bindirmeli video çıktısı"
 
-#: src/libvlc.h:284
+#: src/libvlc.h:288
 msgid ""
 "Overlay is the hardware acceleration capability of your video card (ability "
 "to render video directly). VLC will try to use it by default."
 msgstr ""
 
-#: src/libvlc.h:287 src/video_output/vout_intf.c:399
+#: src/libvlc.h:291 src/video_output/vout_intf.c:399
 msgid "Always on top"
 msgstr "Her zaman üstte"
 
-#: src/libvlc.h:289
+#: src/libvlc.h:293
 msgid "Always place the video window on top of other windows."
 msgstr ""
 
-#: src/libvlc.h:291
+#: src/libvlc.h:295
 msgid "Disable screensaver"
 msgstr ""
 
-#: src/libvlc.h:292
+#: src/libvlc.h:296
 msgid "Disable the screensaver during video playback."
 msgstr ""
 
-#: src/libvlc.h:294
+#: src/libvlc.h:298
 msgid "Window decorations"
 msgstr "Pencere süslemeleri"
 
-#: src/libvlc.h:296
+#: src/libvlc.h:300
 msgid ""
 "VLC can avoid creating window caption, frames, etc... around the video, "
 "giving a \"minimal\" window."
 msgstr ""
 
-#: src/libvlc.h:299
+#: src/libvlc.h:303
 #, fuzzy
 msgid "Video output filter module"
 msgstr "Video çıktı modülü"
 
-#: src/libvlc.h:301
+#: src/libvlc.h:305
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
 "instance deinterlacing, or to clone or distort the video window."
 msgstr ""
 
-#: src/libvlc.h:305
+#: src/libvlc.h:309
 msgid "Video filter module"
 msgstr "Video süzgeç modülü"
 
-#: src/libvlc.h:307
+#: src/libvlc.h:311
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
 "instance deinterlacing, or distortthe video."
 msgstr ""
 
-#: src/libvlc.h:311
+#: src/libvlc.h:315
 #, fuzzy
 msgid "Video snapshot directory (or filename)"
 msgstr "Video enstantane klasörü"
 
-#: src/libvlc.h:313
+#: src/libvlc.h:317
 msgid "Directory where the video snapshots will be stored."
 msgstr ""
 
-#: src/libvlc.h:315 src/libvlc.h:317
+#: src/libvlc.h:319 src/libvlc.h:321
 #, fuzzy
 msgid "Video snapshot file prefix"
 msgstr "Video enstantane formatı"
 
-#: src/libvlc.h:319
+#: src/libvlc.h:323
 msgid "Video snapshot format"
 msgstr "Video enstantane formatı"
 
-#: src/libvlc.h:321
+#: src/libvlc.h:325
 msgid "Image format which will be used to store the video snapshots"
 msgstr ""
 
-#: src/libvlc.h:323
+#: src/libvlc.h:327
 #, fuzzy
 msgid "Display video snapshot preview"
 msgstr "Videodan enstantane çek"
 
-#: src/libvlc.h:325
+#: src/libvlc.h:329
 msgid "Display the snapshot preview in the screen's top-left corner."
 msgstr ""
 
-#: src/libvlc.h:327
+#: src/libvlc.h:331
 msgid "Use sequential numbers instead of timestamps"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:333
 msgid "Use sequential numbers instead of timestamps for snapshot numbering"
 msgstr ""
 
-#: src/libvlc.h:331
+#: src/libvlc.h:335
 #, fuzzy
 msgid "Video cropping"
 msgstr "Resim kırpma"
 
-#: src/libvlc.h:333
+#: src/libvlc.h:337
 msgid ""
 "This forces the cropping of the source video. Accepted formats are x:y (4:3, "
 "16:9, etc.) expressing the global image aspect."
 msgstr ""
 
-#: src/libvlc.h:337
+#: src/libvlc.h:341
 msgid "Source aspect ratio"
 msgstr "Kaynak en-boy oranı"
 
-#: src/libvlc.h:339
+#: src/libvlc.h:343
 msgid ""
 "This forces 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 "
@@ -1693,125 +1704,125 @@ msgid ""
 "(1.25, 1.3333, etc.) expressing pixel squareness."
 msgstr ""
 
-#: src/libvlc.h:346
+#: src/libvlc.h:350
 msgid "Custom crop ratios list"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:352
 msgid ""
 "Comma seperated list of crop ratios which will be added in the interface's "
 "crop ratios list."
 msgstr ""
 
-#: src/libvlc.h:351
+#: src/libvlc.h:355
 #, fuzzy
 msgid "Custom aspect ratios list"
 msgstr "Kaynak en-boy oranı"
 
-#: src/libvlc.h:353
+#: src/libvlc.h:357
 msgid ""
 "Comma seperated list of aspect ratios which will be added in the interface's "
 "aspect ratio list."
 msgstr ""
 
-#: src/libvlc.h:356
+#: src/libvlc.h:360
 msgid "Fix HDTV height"
 msgstr ""
 
-#: src/libvlc.h:358
+#: src/libvlc.h:362
 msgid ""
 "This allows proper handling of HDTV-1080 video format even if broken encoder "
 "incorrectly sets height to 1088 lines. You should only disable this option "
 "if your video has a non-standard format requiring all 1088 lines."
 msgstr ""
 
-#: src/libvlc.h:363
+#: src/libvlc.h:367
 #, fuzzy
 msgid "Monitor pixel aspect ratio"
 msgstr "Kaynak en-boy oranı"
 
-#: src/libvlc.h:365
+#: src/libvlc.h:369
 msgid ""
 "This forces the monitor aspect ratio. Most monitors have square pixels "
 "(1:1). If you have a 16:9 screen, you might need to change this to 4:3 in "
 "order to keep proportions."
 msgstr ""
 
-#: src/libvlc.h:370
+#: src/libvlc.h:374
 msgid "Skip frames"
 msgstr "Kareleri atla"
 
-#: src/libvlc.h:372
+#: src/libvlc.h:376
 msgid ""
 "This option enables framedropping on MPEG2 stream. Framedropping occurs when "
 "your computer is not powerful enough"
 msgstr ""
 
-#: src/libvlc.h:375
+#: src/libvlc.h:379
 #, fuzzy
 msgid "Drop late frames"
 msgstr "Kareleri atla"
 
-#: src/libvlc.h:377
+#: src/libvlc.h:381
 msgid ""
 "This drops frames that are late (arrive to the video output after their "
 "intended display date)."
 msgstr ""
 
-#: src/libvlc.h:380
+#: src/libvlc.h:384
 msgid "Quiet synchro"
 msgstr "Ses senkron"
 
-#: src/libvlc.h:382
+#: src/libvlc.h:386
 msgid ""
 "This avoids flooding the message log with debug output from the video output "
 "synchronization mechanism."
 msgstr ""
 
-#: src/libvlc.h:391
+#: src/libvlc.h:395
 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:396
+#: src/libvlc.h:400
 msgid ""
 "If you live in France, it is not allowed to workaround any Digital "
 "Restrictions Management measure."
 msgstr ""
 
-#: src/libvlc.h:399
+#: src/libvlc.h:403
 msgid "Clock reference average counter"
 msgstr ""
 
-#: src/libvlc.h:401
+#: src/libvlc.h:405
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
 msgstr ""
 
-#: src/libvlc.h:404
+#: src/libvlc.h:408
 msgid "Clock synchronisation"
 msgstr "Saat senkronizasyonu"
 
-#: src/libvlc.h:406
+#: src/libvlc.h:410
 msgid ""
 "It is possible to disable the input clock synchronisation for real-time "
 "sources. Use this if you experience jerky playback of network streams."
 msgstr ""
 
-#: src/libvlc.h:410 modules/control/netsync.c:71
+#: src/libvlc.h:414 modules/control/netsync.c:71
 msgid "Network synchronisation"
 msgstr "AÄŸ senkronizasyonu"
 
-#: src/libvlc.h:411
+#: src/libvlc.h:415
 msgid ""
 "This allows you to remotely synchronise clocks for server and client. The "
 "detailed settings are available in Advanced / Network Sync."
 msgstr ""
 
-#: src/libvlc.h:417 src/libvlc.h:964 src/video_output/vout_intf.c:261
+#: src/libvlc.h:421 src/libvlc.h:972 src/video_output/vout_intf.c:261
 #: src/video_output/vout_intf.c:348 modules/access/dshow/dshow.cpp:74
 #: modules/access/dshow/dshow.cpp:76 modules/access/dshow/dshow.cpp:79
 #: modules/access/dshow/dshow.cpp:85 modules/audio_output/alsa.c:102
@@ -1824,7 +1835,7 @@ msgstr ""
 msgid "Default"
 msgstr "Varsayılan"
 
-#: src/libvlc.h:417 modules/gui/macosx/equalizer.m:145
+#: src/libvlc.h:421 modules/gui/macosx/equalizer.m:145
 #: modules/gui/macosx/extended.m:113 modules/gui/macosx/wizard.m:395
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:633
 #: modules/gui/wxwidgets/extrapanel.cpp:216
@@ -1832,183 +1843,183 @@ msgstr "Varsayılan"
 msgid "Enable"
 msgstr "Etkin"
 
-#: src/libvlc.h:419
+#: src/libvlc.h:423
 msgid "UDP port"
 msgstr "UDP port"
 
-#: src/libvlc.h:421
+#: src/libvlc.h:425
 msgid "This is the default port used for UDP streams. Default is 1234."
 msgstr ""
 
-#: src/libvlc.h:423
+#: src/libvlc.h:427
 msgid "MTU of the network interface"
 msgstr ""
 
-#: src/libvlc.h:425
+#: src/libvlc.h:429
 msgid ""
 "This is the maximum packet size that can be transmitted over the network "
 "interface. On Ethernet it is usually 1500 bytes."
 msgstr ""
 
-#: src/libvlc.h:428
+#: src/libvlc.h:432
 msgid "Hop limit (TTL)"
 msgstr ""
 
-#: src/libvlc.h:430
+#: src/libvlc.h:434
 msgid ""
 "This is the hop limit (also known as \"Time-To-Live\" or TTL) of the "
 "multicast packets sent by the stream output (0 = use operating system built-"
 "in default)."
 msgstr ""
 
-#: src/libvlc.h:434
+#: src/libvlc.h:438
 msgid "IPv6 multicast output interface"
 msgstr ""
 
-#: src/libvlc.h:436
+#: src/libvlc.h:440
 msgid "Default IPv6 multicast interface. This overrides the routing table."
 msgstr ""
 
-#: src/libvlc.h:438
+#: src/libvlc.h:442
 #, fuzzy
 msgid "IPv4 multicast output interface address"
 msgstr "Ağ arayüz adresi"
 
-#: src/libvlc.h:440
+#: src/libvlc.h:444
 msgid ""
 "IPv4 adress for the default multicast interface. This overrides the routing "
 "table."
 msgstr ""
 
-#: src/libvlc.h:445
+#: src/libvlc.h:449
 msgid ""
 "Choose the program to select by giving its Service ID. Only use this option "
 "if you want to read a multi-program stream (like DVB streams for example)."
 msgstr ""
 
-#: src/libvlc.h:451
+#: src/libvlc.h:455
 msgid ""
 "Choose the programs to select by giving a comma-separated list of Service "
 "IDs (SIDs). Only use this option if you want to read a multi-program stream "
 "(like DVB streams for example)."
 msgstr ""
 
-#: src/libvlc.h:457 modules/gui/wxwidgets/dialogs/open.cpp:779
+#: src/libvlc.h:461 modules/gui/wxwidgets/dialogs/open.cpp:779
 #, fuzzy
 msgid "Audio track"
 msgstr "Ses Ä°zi"
 
-#: src/libvlc.h:459
+#: src/libvlc.h:463
 msgid "Stream number of the audio track to use (from 0 to n)."
 msgstr ""
 
-#: src/libvlc.h:462 modules/gui/wxwidgets/dialogs/open.cpp:771
+#: src/libvlc.h:466 modules/gui/wxwidgets/dialogs/open.cpp:771
 msgid "Subtitles track"
 msgstr "Altyazı izi"
 
-#: src/libvlc.h:464
+#: src/libvlc.h:468
 msgid "Stream number of the subtitle track to use (from 0 to n)."
 msgstr ""
 
-#: src/libvlc.h:467
+#: src/libvlc.h:471
 #, fuzzy
 msgid "Audio language"
 msgstr "Ses dilini seçiniz"
 
-#: src/libvlc.h:469
+#: src/libvlc.h:473
 msgid ""
 "Language of the audio track you want to use (comma separated, two or three "
 "letter country code)."
 msgstr ""
 
-#: src/libvlc.h:472
+#: src/libvlc.h:476
 #, fuzzy
 msgid "Subtitle language"
 msgstr "Altyazı dilini seçiniz"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:478
 msgid ""
 "Language of the subtitle track you want to use (comma separated, two or tree "
 "letter country code)."
 msgstr ""
 
-#: src/libvlc.h:478
+#: src/libvlc.h:482
 #, fuzzy
 msgid "Audio track ID"
 msgstr "Ses Ä°zi"
 
-#: src/libvlc.h:480
+#: src/libvlc.h:484
 msgid "Stream ID of the audio track to use."
 msgstr ""
 
-#: src/libvlc.h:482
+#: src/libvlc.h:486
 #, fuzzy
 msgid "Subtitles track ID"
 msgstr "Altyazı izi"
 
-#: src/libvlc.h:484
+#: src/libvlc.h:488
 msgid "Stream ID of the subtitle track to use."
 msgstr ""
 
-#: src/libvlc.h:486
+#: src/libvlc.h:490
 msgid "Input repetitions"
 msgstr ""
 
-#: src/libvlc.h:488
+#: src/libvlc.h:492
 msgid "Number of time the same input will be repeated"
 msgstr ""
 
-#: src/libvlc.h:490
+#: src/libvlc.h:494
 #, fuzzy
 msgid "Start time"
 msgstr "Doğrudan menüden başla"
 
-#: src/libvlc.h:492
+#: src/libvlc.h:496
 msgid "The stream will start at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:494
+#: src/libvlc.h:498
 #, fuzzy
 msgid "Stop time"
 msgstr "Akış Durdur"
 
-#: src/libvlc.h:496
+#: src/libvlc.h:500
 msgid "The stream will stop at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:498
+#: src/libvlc.h:502
 msgid "Input list"
 msgstr "Girdi listesi"
 
-#: src/libvlc.h:500
+#: src/libvlc.h:504
 msgid ""
 "You can give a comma-separated list of inputs that will be concatenated "
 "together after the normal one."
 msgstr ""
 
-#: src/libvlc.h:503
+#: src/libvlc.h:507
 msgid "Input slave (experimental)"
 msgstr ""
 
-#: src/libvlc.h:505
+#: src/libvlc.h:509
 msgid ""
 "This allows you to play from several inputs at the same time. This feature "
 "is experimental, not all formats are supported. Use a '#' separated list of "
 "inputs."
 msgstr ""
 
-#: src/libvlc.h:509
+#: src/libvlc.h:513
 msgid "Bookmarks list for a stream"
 msgstr ""
 
-#: src/libvlc.h:511
+#: src/libvlc.h:515
 msgid ""
 "You can manually give a list of bookmarks for a stream in the form "
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
 "{...}\""
 msgstr ""
 
-#: src/libvlc.h:517
+#: src/libvlc.h:521
 msgid ""
 "These options allow you to modify the behavior of the subpictures subsystem. "
 "You can for example enable subpictures filters (logo, etc.). Enable these "
@@ -2016,72 +2027,72 @@ msgid ""
 "section. You can also set many miscellaneous subpictures options."
 msgstr ""
 
-#: src/libvlc.h:523
+#: src/libvlc.h:527
 msgid "Force subtitle position"
 msgstr ""
 
-#: src/libvlc.h:525
+#: src/libvlc.h:529
 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:528
+#: src/libvlc.h:532
 #, fuzzy
 msgid "Enable sub-pictures"
 msgstr "Altresimler"
 
-#: src/libvlc.h:530
+#: src/libvlc.h:534
 msgid "You can completely disable the sub-picture processing."
 msgstr ""
 
-#: src/libvlc.h:532 src/libvlc.h:1324 src/misc/iso-639_def.h:143
+#: src/libvlc.h:536 src/libvlc.h:1334 src/misc/iso-639_def.h:143
 #: modules/stream_out/transcode.c:281
 msgid "On Screen Display"
 msgstr "On Screen Display"
 
-#: src/libvlc.h:534
+#: src/libvlc.h:538
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
 "Display)."
 msgstr ""
 
-#: src/libvlc.h:537
+#: src/libvlc.h:541
 #, fuzzy
 msgid "Text rendering module"
 msgstr "Metin gösterimi"
 
-#: src/libvlc.h:539
+#: src/libvlc.h:543
 msgid ""
 "VLC normally uses Freetype for rendering, but this allows you to use svg for "
 "instance."
 msgstr ""
 
-#: src/libvlc.h:542
+#: src/libvlc.h:546
 msgid "Subpictures filter module"
 msgstr "Altresim süzgeç modülü"
 
-#: src/libvlc.h:544
+#: src/libvlc.h:548
 msgid ""
 "This adds so-called \"subpicture filters\". These filters overlay some "
 "images or text over the video (like a logo, arbitraty text...)."
 msgstr ""
 
-#: src/libvlc.h:547
+#: src/libvlc.h:551
 msgid "Autodetect subtitle files"
 msgstr "Altyazı dosyalarını otomatik bul"
 
-#: src/libvlc.h:549
+#: src/libvlc.h:553
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified "
 "(based on the filename of the movie)."
 msgstr ""
 
-#: src/libvlc.h:552
+#: src/libvlc.h:556
 msgid "Subtitle autodetection fuzziness"
 msgstr ""
 
-#: src/libvlc.h:554
+#: src/libvlc.h:558
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -2092,448 +2103,448 @@ msgid ""
 "4 = subtitle file matching the movie name exactly"
 msgstr ""
 
-#: src/libvlc.h:562
+#: src/libvlc.h:566
 msgid "Subtitle autodetection paths"
 msgstr "Altyazı otomatik bulma yolu"
 
-#: src/libvlc.h:564
+#: src/libvlc.h:568
 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:567
+#: src/libvlc.h:571
 msgid "Use subtitle file"
 msgstr "Altyazı dosyasını kullan"
 
-#: src/libvlc.h:569
+#: src/libvlc.h:573
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
 msgstr ""
 
-#: src/libvlc.h:572
+#: src/libvlc.h:576
 msgid "DVD device"
 msgstr "DVD aygıtı"
 
-#: src/libvlc.h:575
+#: src/libvlc.h:579
 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:579
+#: src/libvlc.h:583
 msgid "This is the default DVD device to use."
 msgstr ""
 
-#: src/libvlc.h:582
+#: src/libvlc.h:586
 msgid "VCD device"
 msgstr "VCD aygıtı"
 
-#: src/libvlc.h:585
+#: src/libvlc.h:589
 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:589
+#: src/libvlc.h:593
 msgid "This is the default VCD device to use."
 msgstr ""
 
-#: src/libvlc.h:592
+#: src/libvlc.h:596
 msgid "Audio CD device"
 msgstr "Ses CDsi aygıtı"
 
-#: src/libvlc.h:595
+#: src/libvlc.h:599
 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:599
+#: src/libvlc.h:603
 msgid "This is the default Audio CD device to use."
 msgstr ""
 
-#: src/libvlc.h:602 modules/gui/wxwidgets/dialogs/open.cpp:841
+#: src/libvlc.h:606 modules/gui/wxwidgets/dialogs/open.cpp:841
 msgid "Force IPv6"
 msgstr "IPv6 kullan"
 
-#: src/libvlc.h:604
+#: src/libvlc.h:608
 msgid "IPv6 will be used by default for all connections."
 msgstr ""
 
-#: src/libvlc.h:606
+#: src/libvlc.h:610
 msgid "Force IPv4"
 msgstr "IPv4 kullan"
 
-#: src/libvlc.h:608
+#: src/libvlc.h:612
 msgid "IPv4 will be used by default for all connections."
 msgstr ""
 
-#: src/libvlc.h:610
+#: src/libvlc.h:614
 msgid "TCP connection timeout"
 msgstr ""
 
-#: src/libvlc.h:612
+#: src/libvlc.h:616
 msgid "Default TCP connection timeout (in milliseconds). "
 msgstr ""
 
-#: src/libvlc.h:614
+#: src/libvlc.h:618
 msgid "SOCKS server"
 msgstr "SOCKS sunucusu"
 
-#: src/libvlc.h:616
+#: src/libvlc.h:620
 msgid ""
 "SOCKS proxy server to use. This must be of the form address:port. It will be "
 "used for all TCP connections"
 msgstr ""
 
-#: src/libvlc.h:619
+#: src/libvlc.h:623
 msgid "SOCKS user name"
 msgstr "SOCKS kullanıcı adı"
 
-#: src/libvlc.h:621
+#: src/libvlc.h:625
 msgid "User name to be used for connection to the SOCKS proxy."
 msgstr ""
 
-#: src/libvlc.h:623
+#: src/libvlc.h:627
 msgid "SOCKS password"
 msgstr "SOCKS parola"
 
-#: src/libvlc.h:625
+#: src/libvlc.h:629
 msgid "Password to be used for connection to the SOCKS proxy."
 msgstr ""
 
-#: src/libvlc.h:627
+#: src/libvlc.h:631
 msgid "Title metadata"
 msgstr "Başlık üstverisi"
 
-#: src/libvlc.h:629
+#: src/libvlc.h:633
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:631
+#: src/libvlc.h:635
 msgid "Author metadata"
 msgstr "Yazar üstverisi"
 
-#: src/libvlc.h:633
+#: src/libvlc.h:637
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:635
+#: src/libvlc.h:639
 msgid "Artist metadata"
 msgstr "Sanatçı üstverisi"
 
-#: src/libvlc.h:637
+#: src/libvlc.h:641
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:639
+#: src/libvlc.h:643
 msgid "Genre metadata"
 msgstr "Tarz üstverisi"
 
-#: src/libvlc.h:641
+#: src/libvlc.h:645
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:643
+#: src/libvlc.h:647
 msgid "Copyright metadata"
 msgstr "Telif hakkı üstverisi"
 
-#: src/libvlc.h:645
+#: src/libvlc.h:649
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:647
+#: src/libvlc.h:651
 msgid "Description metadata"
 msgstr "Açıklama üstverisi"
 
-#: src/libvlc.h:649
+#: src/libvlc.h:653
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:651
+#: src/libvlc.h:655
 msgid "Date metadata"
 msgstr "Tarih üstverisi"
 
-#: src/libvlc.h:653
+#: src/libvlc.h:657
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:655
+#: src/libvlc.h:659
 msgid "URL metadata"
 msgstr "URL üstverisi"
 
-#: src/libvlc.h:657
+#: src/libvlc.h:661
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:661
+#: src/libvlc.h:665
 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:665
+#: src/libvlc.h:669
 #, fuzzy
 msgid "Preferred decoders list"
 msgstr "Tercih edilen kodlayıcılar listesi"
 
-#: src/libvlc.h:667
+#: src/libvlc.h:671
 msgid ""
 "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. Only advanced "
 "users should alter this option as it can break playback of all your streams."
 msgstr ""
 
-#: src/libvlc.h:672
+#: src/libvlc.h:676
 msgid "Preferred encoders list"
 msgstr "Tercih edilen kodlayıcılar listesi"
 
-#: src/libvlc.h:674
+#: src/libvlc.h:678
 msgid ""
 "This allows you to select a list of encoders that VLC will use in priority."
 msgstr ""
 
-#: src/libvlc.h:683
+#: src/libvlc.h:687
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
 msgstr ""
 
-#: src/libvlc.h:686
+#: src/libvlc.h:690
 msgid "Default stream output chain"
 msgstr "Varsayılan akış çıktı zinciri"
 
-#: src/libvlc.h:688
+#: src/libvlc.h:692
 msgid ""
 "You can enter here a default stream output chain. Refer to the documentation "
 "to learn how to build such chains.Warning: this chain will be enabled for "
 "all streams."
 msgstr ""
 
-#: src/libvlc.h:692
+#: src/libvlc.h:696
 msgid "Enable streaming of all ES"
 msgstr "Tüm ES akışları etkin"
 
-#: src/libvlc.h:694
+#: src/libvlc.h:698
 msgid "Stream all elementary streams (video, audio and subtitles)"
 msgstr ""
 
-#: src/libvlc.h:696
+#: src/libvlc.h:700
 msgid "Display while streaming"
 msgstr "Akarken ekranda göster"
 
-#: src/libvlc.h:698
+#: src/libvlc.h:702
 msgid "Play locally the stream while streaming it."
 msgstr ""
 
-#: src/libvlc.h:700
+#: src/libvlc.h:704
 msgid "Enable video stream output"
 msgstr "Video akış çıktısı etkin"
 
-#: src/libvlc.h:702
+#: src/libvlc.h:706
 msgid ""
 "Choose whether the video stream should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:705
+#: src/libvlc.h:709
 msgid "Enable audio stream output"
 msgstr "Ses akış çıktısı etkin"
 
-#: src/libvlc.h:707
+#: src/libvlc.h:711
 msgid ""
 "Choose whether the audio stream should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:710
+#: src/libvlc.h:714
 #, fuzzy
 msgid "Enable SPU stream output"
 msgstr "Ses akış çıktısı etkin"
 
-#: src/libvlc.h:712
+#: src/libvlc.h:716
 msgid ""
 "Choose whether the SPU streams should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:715
+#: src/libvlc.h:719
 msgid "Keep stream output open"
 msgstr "Akış çıktısını açık tut"
 
-#: src/libvlc.h:717
+#: src/libvlc.h:721
 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:721
+#: src/libvlc.h:725
 msgid "Preferred packetizer list"
 msgstr "Tercih edilen paketleyici listesi"
 
-#: src/libvlc.h:723
+#: src/libvlc.h:727
 msgid ""
 "This allows you to select the order in which VLC will choose its packetizers."
 msgstr ""
 
-#: src/libvlc.h:726
+#: src/libvlc.h:730
 msgid "Mux module"
 msgstr "Çoklayıcı modülü"
 
-#: src/libvlc.h:728
+#: src/libvlc.h:732
 msgid "This is a legacy entry to let you configure mux modules"
 msgstr ""
 
-#: src/libvlc.h:730
+#: src/libvlc.h:734
 msgid "Access output module"
 msgstr "Erişim çıktı modülü"
 
-#: src/libvlc.h:732
+#: src/libvlc.h:736
 msgid "This is a legacy entry to let you configure access output modules"
 msgstr ""
 
-#: src/libvlc.h:734
+#: src/libvlc.h:738
 msgid "Control SAP flow"
 msgstr "SAP akışını denetle"
 
-#: src/libvlc.h:736
+#: src/libvlc.h:740
 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:740
+#: src/libvlc.h:744
 msgid "SAP announcement interval"
 msgstr "SAP anons aralığı"
 
-#: src/libvlc.h:742
+#: src/libvlc.h:746
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
 "between SAP announcements."
 msgstr ""
 
-#: src/libvlc.h:752
+#: src/libvlc.h:756
 msgid ""
 "These options allow you to enable special CPU optimizations. You should "
 "always leave all these enabled."
 msgstr ""
 
-#: src/libvlc.h:755
+#: src/libvlc.h:759
 msgid "Enable FPU support"
 msgstr "FPU desteÄŸi etkin"
 
-#: src/libvlc.h:757
+#: src/libvlc.h:761
 msgid ""
 "If your processor has a floating point calculation unit, VLC can take "
 "advantage of it."
 msgstr ""
 
-#: src/libvlc.h:760
+#: src/libvlc.h:764
 msgid "Enable CPU MMX support"
 msgstr "CPU MMX desteÄŸi etkin"
 
-#: src/libvlc.h:762
+#: src/libvlc.h:766
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:765
+#: src/libvlc.h:769
 msgid "Enable CPU 3D Now! support"
 msgstr "CPU 3D Now! desteÄŸi etkin"
 
-#: src/libvlc.h:767
+#: src/libvlc.h:771
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:770
+#: src/libvlc.h:774
 msgid "Enable CPU MMX EXT support"
 msgstr "CPU MMX EXT desteÄŸi etkin"
 
-#: src/libvlc.h:772
+#: src/libvlc.h:776
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:775
+#: src/libvlc.h:779
 msgid "Enable CPU SSE support"
 msgstr "CPU SSE desteÄŸi etkin"
 
-#: src/libvlc.h:777
+#: src/libvlc.h:781
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:780
+#: src/libvlc.h:784
 msgid "Enable CPU SSE2 support"
 msgstr "CPU SSE2 desteÄŸi etkin"
 
-#: src/libvlc.h:782
+#: src/libvlc.h:786
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:785
+#: src/libvlc.h:789
 msgid "Enable CPU AltiVec support"
 msgstr "CPU AltiVec desteÄŸi etkin"
 
-#: src/libvlc.h:787
+#: src/libvlc.h:791
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:792
+#: src/libvlc.h:796
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:795
+#: src/libvlc.h:799
 msgid "Memory copy module"
 msgstr "Bellek kopyalama modülü"
 
-#: src/libvlc.h:797
+#: src/libvlc.h:801
 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:800
+#: src/libvlc.h:804
 msgid "Access module"
 msgstr "Erişim modülü"
 
-#: src/libvlc.h:802
+#: src/libvlc.h:806
 msgid ""
 "This allows you to force an access module. You can use it if the correct "
 "access is not automatically detected. You should not set this as a global "
 "option unless you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:806
+#: src/libvlc.h:810
 msgid "Access filter module"
 msgstr "Erişim süzgeci modülü"
 
-#: src/libvlc.h:808
+#: src/libvlc.h:812
 msgid ""
 "Access filters are used to modify the stream that is being read. This is "
 "used for instance for timeshifting."
 msgstr ""
 
-#: src/libvlc.h:811
+#: src/libvlc.h:815
 msgid "Demux module"
 msgstr "Ayırıcı modülü"
 
-#: src/libvlc.h:813
+#: src/libvlc.h:817
 msgid ""
 "Demultiplexers are used to separate the \"elementary\" streams (like audio "
 "and video streams). You can use it if the correct demuxer is not "
@@ -2541,11 +2552,11 @@ msgid ""
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:818
+#: src/libvlc.h:822
 msgid "Allow real-time priority"
 msgstr "Gerçek-zamanlı öncelik mümkün"
 
-#: src/libvlc.h:820
+#: src/libvlc.h:824
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -2553,95 +2564,95 @@ msgid ""
 "only activate this if you know what you're doing."
 msgstr ""
 
-#: src/libvlc.h:826
+#: src/libvlc.h:830
 msgid "Adjust VLC priority"
 msgstr "VLC önceliğini ayarla"
 
-#: src/libvlc.h:828
+#: src/libvlc.h:832
 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:832
+#: src/libvlc.h:836
 msgid "Minimize number of threads"
 msgstr "İş parçacık sayısını minimumda tut"
 
-#: src/libvlc.h:834
+#: src/libvlc.h:838
 msgid "This option minimizes the number of threads needed to run VLC."
 msgstr ""
 
-#: src/libvlc.h:836
+#: src/libvlc.h:840
 msgid "Modules search path"
 msgstr "Modül arama yolu"
 
-#: src/libvlc.h:838
+#: src/libvlc.h:842
 msgid "Additional path for VLC to look for its modules."
 msgstr ""
 
-#: src/libvlc.h:840
+#: src/libvlc.h:844
 msgid "VLM configuration file"
 msgstr "VLM yapılandırma dosyası"
 
-#: src/libvlc.h:842
+#: src/libvlc.h:846
 msgid "Read a VLM configuration file as soon as VLM is started."
 msgstr ""
 
-#: src/libvlc.h:844
+#: src/libvlc.h:848
 msgid "Use a plugins cache"
 msgstr "Eklenti arabelleÄŸi kullan"
 
-#: src/libvlc.h:846
+#: src/libvlc.h:850
 msgid "Use a plugins cache which will greatly improve the startup time of VLC."
 msgstr ""
 
-#: src/libvlc.h:848
+#: src/libvlc.h:852
 msgid "Collect statistics"
 msgstr ""
 
-#: src/libvlc.h:850
+#: src/libvlc.h:854
 msgid "Collect miscellaneous statistics."
 msgstr ""
 
-#: src/libvlc.h:852
+#: src/libvlc.h:856
 msgid "Run as daemon process"
 msgstr "Arkaplan işlemi olarak çalışsın"
 
-#: src/libvlc.h:854
+#: src/libvlc.h:858
 msgid "Runs VLC as a background daemon process."
 msgstr ""
 
-#: src/libvlc.h:856
+#: src/libvlc.h:860
 msgid "Write process id to file"
 msgstr ""
 
-#: src/libvlc.h:858
+#: src/libvlc.h:862
 msgid "Writes process id into specified file."
 msgstr ""
 
-#: src/libvlc.h:860
+#: src/libvlc.h:864
 #, fuzzy
 msgid "Log to file"
 msgstr "Başlığa Git"
 
-#: src/libvlc.h:862
+#: src/libvlc.h:866
 msgid "Log all VLC messages to a text file."
 msgstr ""
 
-#: src/libvlc.h:864
+#: src/libvlc.h:868
 msgid "Log to syslog"
 msgstr ""
 
-#: src/libvlc.h:866
+#: src/libvlc.h:870
 msgid "Log all VLC messages to syslog (UNIX systems)."
 msgstr ""
 
-#: src/libvlc.h:868
+#: src/libvlc.h:872
 msgid "Allow only one running instance"
 msgstr "Yalnızca bir kopya çalışsın"
 
-#: src/libvlc.h:870
+#: src/libvlc.h:874
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
 "example if you associated VLC with some media types and you don't want a new "
@@ -2650,29 +2661,29 @@ msgid ""
 "running instance or enqueue it."
 msgstr ""
 
-#: src/libvlc.h:876
+#: src/libvlc.h:880
 msgid "VLC is started from file association"
 msgstr ""
 
-#: src/libvlc.h:878
+#: src/libvlc.h:882
 msgid "Tell VLC that it is being launched due to a file association in the OS"
 msgstr ""
 
-#: src/libvlc.h:881
+#: src/libvlc.h:885
 #, fuzzy
 msgid "One instance when started from file"
 msgstr "Yalnızca bir kopya çalışsın"
 
-#: src/libvlc.h:883
+#: src/libvlc.h:887
 #, fuzzy
 msgid "Allow only one running instance when started from file."
 msgstr "Yalnızca bir kopya çalışsın"
 
-#: src/libvlc.h:885
+#: src/libvlc.h:889
 msgid "Increase the priority of the process"
 msgstr "İşlemin önceliğini artır"
 
-#: src/libvlc.h:887
+#: src/libvlc.h:891
 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 "
@@ -2682,22 +2693,22 @@ msgid ""
 "machine."
 msgstr ""
 
-#: src/libvlc.h:894
+#: src/libvlc.h:898
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr ""
 
-#: src/libvlc.h:896
+#: src/libvlc.h:900
 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:901
+#: src/libvlc.h:905
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr ""
 
-#: src/libvlc.h:904
+#: src/libvlc.h:908
 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 "
@@ -2706,198 +2717,208 @@ msgid ""
 "fastest but slightly incorrect), 1 (default) and 2."
 msgstr ""
 
-#: src/libvlc.h:913
+#: src/libvlc.h:917
 msgid "Enqueue items to playlist when in one instance mode"
 msgstr ""
 
-#: src/libvlc.h:915
+#: src/libvlc.h:919
 msgid ""
 "When using the one instance only option, enqueue items to playlist and keep "
 "playing current item."
 msgstr ""
 
-#: src/libvlc.h:924
+#: src/libvlc.h:928
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
 msgstr ""
 
-#: src/libvlc.h:927
+#: src/libvlc.h:931
 msgid "Automatically preparse files"
 msgstr ""
 
-#: src/libvlc.h:929
+#: src/libvlc.h:933
 msgid ""
 "Automatically preparse files added to the playlist (to retrieve some "
 "metadata)."
 msgstr ""
 
-#: src/libvlc.h:932
+#: src/libvlc.h:936
 msgid "Services discovery modules"
 msgstr ""
 
-#: src/libvlc.h:934
+#: src/libvlc.h:938
 msgid ""
 "Specifies the services discovery modules to load, separated by semi-colons. "
 "Typical values are sap, hal, ..."
 msgstr ""
 
-#: src/libvlc.h:937
+#: src/libvlc.h:941
 msgid "Play files randomly forever"
 msgstr "Dosyaları rastgele sürekli oynat"
 
-#: src/libvlc.h:939
+#: src/libvlc.h:943
 msgid "VLC will randomly play files in the playlist until interrupted."
 msgstr ""
 
-#: src/libvlc.h:941
+#: src/libvlc.h:945
 msgid "Repeat all"
 msgstr "Tümünü tekrarla"
 
-#: src/libvlc.h:943
+#: src/libvlc.h:947
 msgid "VLC will keep playing the playlist indefinitely."
 msgstr ""
 
-#: src/libvlc.h:945
+#: src/libvlc.h:949
 msgid "Repeat current item"
 msgstr "Şuanki ögeyi tekrarla"
 
-#: src/libvlc.h:947
+#: src/libvlc.h:951
 msgid "VLC will keep playing the current playlist item."
 msgstr ""
 
-#: src/libvlc.h:949
+#: src/libvlc.h:953
 msgid "Play and stop"
 msgstr "Oynat ve durdur"
 
-#: src/libvlc.h:951
+#: src/libvlc.h:955
 msgid "Stop the playlist after each played playlist item."
 msgstr ""
 
-#: src/libvlc.h:953
+#: src/libvlc.h:957
+#, fuzzy
+msgid "Play and exit"
+msgstr "Oynat ve durdur"
+
+#: src/libvlc.h:959
+#, fuzzy
+msgid "Exit if there are no more items in the playlist."
+msgstr "Listede %i öge"
+
+#: src/libvlc.h:961
 #, fuzzy
 msgid "Use media library"
 msgstr "VLC medya oynatıcısı"
 
-#: src/libvlc.h:955
+#: src/libvlc.h:963
 msgid ""
 "The media library is automatically saved and reloaded each time you start "
 "VLC."
 msgstr ""
 
-#: src/libvlc.h:958
+#: src/libvlc.h:966
 #, fuzzy
 msgid "Use playlist tree"
 msgstr "Sonraki liste ögesi"
 
-#: src/libvlc.h:960
+#: src/libvlc.h:968
 msgid ""
 "The playlist can use a tree to categorize some items, like the contents of a "
 "directory. \"Default\" means that the tree will only be used when really "
 "needed."
 msgstr ""
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Always"
 msgstr "Her zaman üstte"
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Never"
 msgstr "Yankı"
 
-#: src/libvlc.h:973
+#: src/libvlc.h:981
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr ""
 
-#: src/libvlc.h:976 src/video_output/vout_intf.c:408
+#: src/libvlc.h:984 src/video_output/vout_intf.c:408
 #: modules/gui/beos/VideoOutput.cpp:1057 modules/gui/macosx/applescript.m:126
-#: modules/gui/macosx/controls.m:338 modules/gui/macosx/controls.m:754
-#: modules/gui/macosx/controls.m:784 modules/gui/macosx/embeddedwindow.m:44
+#: modules/gui/macosx/controls.m:344 modules/gui/macosx/controls.m:760
+#: modules/gui/macosx/controls.m:790 modules/gui/macosx/embeddedwindow.m:44
 #: modules/gui/macosx/intf.m:497 modules/gui/macosx/intf.m:573
 #: modules/gui/macosx/intf.m:629
 msgid "Fullscreen"
 msgstr "Tam ekran"
 
-#: src/libvlc.h:977
+#: src/libvlc.h:985
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr "Tam ekran durumuna geçmek için kestirme tuş seçin"
 
-#: src/libvlc.h:978 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
+#: src/libvlc.h:986 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
 #: modules/gui/wxwidgets/interface.cpp:1504
 msgid "Play/Pause"
 msgstr "Oynat/Duraklat"
 
-#: src/libvlc.h:979
+#: src/libvlc.h:987
 msgid "Select the hotkey to use to swap paused state."
 msgstr "Duraklatma durumuna geçmek için kestirme tuş seçin"
 
-#: src/libvlc.h:980
+#: src/libvlc.h:988
 msgid "Pause only"
 msgstr "Sadece duraklat"
 
-#: src/libvlc.h:981
+#: src/libvlc.h:989
 msgid "Select the hotkey to use to pause."
 msgstr "Duraklatma için kestirme tuş seçin"
 
-#: src/libvlc.h:982
+#: src/libvlc.h:990
 msgid "Play only"
 msgstr "Sadece oynat"
 
-#: src/libvlc.h:983
+#: src/libvlc.h:991
 msgid "Select the hotkey to use to play."
 msgstr "Oynatma  için kestirme tuş seçin"
 
-#: src/libvlc.h:984 modules/control/hotkeys.c:713
-#: modules/gui/macosx/controls.m:687 modules/gui/macosx/intf.m:538
+#: src/libvlc.h:992 modules/control/hotkeys.c:713
+#: modules/gui/macosx/controls.m:693 modules/gui/macosx/intf.m:538
 #: modules/gui/wxwidgets/interface.cpp:695
 msgid "Faster"
 msgstr "Hızlı"
 
-#: src/libvlc.h:985
+#: src/libvlc.h:993
 msgid "Select the hotkey to use for fast forward playback."
 msgstr "Hızlı ileriye sarma  için kestirme tuş seçin"
 
-#: src/libvlc.h:986 modules/control/hotkeys.c:721
-#: modules/gui/macosx/controls.m:688 modules/gui/macosx/intf.m:539
+#: src/libvlc.h:994 modules/control/hotkeys.c:721
+#: modules/gui/macosx/controls.m:694 modules/gui/macosx/intf.m:539
 #: modules/gui/wxwidgets/interface.cpp:694
 msgid "Slower"
 msgstr "YavaÅŸ"
 
-#: src/libvlc.h:987
+#: src/libvlc.h:995
 msgid "Select the hotkey to use for slow motion playback."
 msgstr "Ağır çekim oynatma  için kestirme tuş seçin"
 
-#: src/libvlc.h:988 modules/control/hotkeys.c:680
-#: modules/gui/macosx/controls.m:708 modules/gui/macosx/intf.m:496
+#: src/libvlc.h:996 modules/control/hotkeys.c:680
+#: modules/gui/macosx/controls.m:714 modules/gui/macosx/intf.m:496
 #: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:617
 #: modules/gui/macosx/intf.m:625 modules/gui/macosx/wizard.m:313
 #: modules/gui/macosx/wizard.m:364 modules/gui/macosx/wizard.m:1606
 #: modules/gui/wxwidgets/interface.cpp:693
 #: modules/gui/wxwidgets/interface.cpp:1509
-#: modules/gui/wxwidgets/menus.cpp:258
+#: modules/gui/wxwidgets/menus.cpp:259
 msgid "Next"
 msgstr "Sonraki"
 
-#: src/libvlc.h:989
+#: src/libvlc.h:997
 msgid "Select the hotkey to use to skip to the next item in the playlist."
 msgstr ""
 
-#: src/libvlc.h:990 modules/control/hotkeys.c:692
-#: modules/gui/macosx/controls.m:707 modules/gui/macosx/intf.m:491
+#: src/libvlc.h:998 modules/control/hotkeys.c:692
+#: modules/gui/macosx/controls.m:713 modules/gui/macosx/intf.m:491
 #: modules/gui/macosx/intf.m:540 modules/gui/macosx/intf.m:618
 #: modules/gui/macosx/intf.m:624 modules/gui/wxwidgets/interface.cpp:692
 #: modules/gui/wxwidgets/interface.cpp:1508
-#: modules/gui/wxwidgets/menus.cpp:257
+#: modules/gui/wxwidgets/menus.cpp:258
 msgid "Previous"
 msgstr "Önceki"
 
-#: src/libvlc.h:991
+#: src/libvlc.h:999
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
 msgstr ""
 
-#: src/libvlc.h:992 modules/gui/macosx/controls.m:699
+#: src/libvlc.h:1000 modules/gui/macosx/controls.m:705
 #: modules/gui/macosx/intf.m:494 modules/gui/macosx/intf.m:537
 #: modules/gui/macosx/intf.m:616 modules/gui/macosx/intf.m:623
 #: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
@@ -2905,562 +2926,562 @@ msgstr ""
 #: modules/gui/wxwidgets/interface.cpp:676
 #: modules/gui/wxwidgets/interface.cpp:687
 #: modules/gui/wxwidgets/interface.cpp:1510
-#: modules/gui/wxwidgets/menus.cpp:256 modules/visualization/xosd.c:237
+#: modules/gui/wxwidgets/menus.cpp:257 modules/visualization/xosd.c:237
 msgid "Stop"
 msgstr "Durdur"
 
-#: src/libvlc.h:993
+#: src/libvlc.h:1001
 #, fuzzy
 msgid "Select the hotkey to stop playback."
 msgstr "Oynatma  için kestirme tuş seçin"
 
-#: src/libvlc.h:994 modules/gui/macosx/bookmarks.m:101
+#: src/libvlc.h:1002 modules/gui/macosx/bookmarks.m:101
 #: modules/gui/macosx/bookmarks.m:110 modules/gui/macosx/embeddedwindow.m:46
 #: modules/gui/macosx/intf.m:499 modules/video_filter/marq.c:122
 #: modules/video_filter/rss.c:174
 msgid "Position"
 msgstr "Konum"
 
-#: src/libvlc.h:995
+#: src/libvlc.h:1003
 msgid "Select the hotkey to display the position."
 msgstr ""
 
-#: src/libvlc.h:997
+#: src/libvlc.h:1005
 msgid "Very short backwards jump"
 msgstr ""
 
-#: src/libvlc.h:999
+#: src/libvlc.h:1007
 #, fuzzy
 msgid "Select the hotkey to make a very short backwards jump."
 msgstr "Duraklatma için kestirme tuş seçin"
 
-#: src/libvlc.h:1000
+#: src/libvlc.h:1008
 #, fuzzy
 msgid "Short backwards jump"
 msgstr "Geriye doÄŸru git"
 
-#: src/libvlc.h:1002
+#: src/libvlc.h:1010
 #, fuzzy
 msgid "Select the hotkey to make a short backwards jump."
 msgstr "Duraklatma için kestirme tuş seçin"
 
-#: src/libvlc.h:1003
+#: src/libvlc.h:1011
 msgid "Medium backwards jump"
 msgstr ""
 
-#: src/libvlc.h:1005
+#: src/libvlc.h:1013
 #, fuzzy
 msgid "Select the hotkey to make a medium backwards jump."
 msgstr "Duraklatma için kestirme tuş seçin"
 
-#: src/libvlc.h:1006
+#: src/libvlc.h:1014
 #, fuzzy
 msgid "Long backwards jump"
 msgstr "Geriye doÄŸru git"
 
-#: src/libvlc.h:1008
+#: src/libvlc.h:1016
 #, fuzzy
 msgid "Select the hotkey to make a long backwards jump."
 msgstr "Duraklatma için kestirme tuş seçin"
 
-#: src/libvlc.h:1010
+#: src/libvlc.h:1018
 msgid "Very short forward jump"
 msgstr ""
 
-#: src/libvlc.h:1012
+#: src/libvlc.h:1020
 #, fuzzy
 msgid "Select the hotkey to make a very short forward jump."
 msgstr "Hızlı ileriye sarma  için kestirme tuş seçin"
 
-#: src/libvlc.h:1013
+#: src/libvlc.h:1021
 #, fuzzy
 msgid "Short forward jump"
 msgstr "Ä°leriye Sar"
 
-#: src/libvlc.h:1015
+#: src/libvlc.h:1023
 #, fuzzy
 msgid "Select the hotkey to make a short forward jump."
 msgstr "Hızlı ileriye sarma  için kestirme tuş seçin"
 
-#: src/libvlc.h:1016
+#: src/libvlc.h:1024
 msgid "Medium forward jump"
 msgstr ""
 
-#: src/libvlc.h:1018
+#: src/libvlc.h:1026
 #, fuzzy
 msgid "Select the hotkey to make a medium forward jump."
 msgstr "Hızlı ileriye sarma  için kestirme tuş seçin"
 
-#: src/libvlc.h:1019
+#: src/libvlc.h:1027
 msgid "Long forward jump"
 msgstr ""
 
-#: src/libvlc.h:1021
+#: src/libvlc.h:1029
 #, fuzzy
 msgid "Select the hotkey to make a long forward jump."
 msgstr "Hızlı ileriye sarma  için kestirme tuş seçin"
 
-#: src/libvlc.h:1023
+#: src/libvlc.h:1031
 msgid "Very short jump length"
 msgstr ""
 
-#: src/libvlc.h:1024
+#: src/libvlc.h:1032
 msgid "Very short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1025
+#: src/libvlc.h:1033
 msgid "Short jump length"
 msgstr ""
 
-#: src/libvlc.h:1026
+#: src/libvlc.h:1034
 msgid "Short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1027
+#: src/libvlc.h:1035
 msgid "Medium jump length"
 msgstr ""
 
-#: src/libvlc.h:1028
+#: src/libvlc.h:1036
 msgid "Medium jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1029
+#: src/libvlc.h:1037
 #, fuzzy
 msgid "Long jump length"
 msgstr "Yazıtipi boyutu"
 
-#: src/libvlc.h:1030
+#: src/libvlc.h:1038
 msgid "Long jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1032 modules/control/hotkeys.c:258
+#: src/libvlc.h:1040 modules/control/hotkeys.c:258
 #: modules/gui/beos/InterfaceWindow.cpp:276
 msgid "Quit"
 msgstr "Çıkış"
 
-#: src/libvlc.h:1033
+#: src/libvlc.h:1041
 msgid "Select the hotkey to quit the application."
 msgstr ""
 
-#: src/libvlc.h:1034
+#: src/libvlc.h:1042
 msgid "Navigate up"
 msgstr "Yukarıya git"
 
-#: src/libvlc.h:1035
+#: src/libvlc.h:1043
 msgid "Select the key to move the selector up in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1036
+#: src/libvlc.h:1044
 msgid "Navigate down"
 msgstr "Aşağıya git"
 
-#: src/libvlc.h:1037
+#: src/libvlc.h:1045
 msgid "Select the key to move the selector down in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1038
+#: src/libvlc.h:1046
 msgid "Navigate left"
 msgstr "Sola git"
 
-#: src/libvlc.h:1039
+#: src/libvlc.h:1047
 msgid "Select the key to move the selector left in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1040
+#: src/libvlc.h:1048
 msgid "Navigate right"
 msgstr "SaÄŸa git"
 
-#: src/libvlc.h:1041
+#: src/libvlc.h:1049
 msgid "Select the key to move the selector right in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1042
+#: src/libvlc.h:1050
 msgid "Activate"
 msgstr "EtkinleÅŸtir"
 
-#: src/libvlc.h:1043
+#: src/libvlc.h:1051
 msgid "Select the key to activate selected item in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1044
+#: src/libvlc.h:1052
 #, fuzzy
 msgid "Go to the DVD menu"
 msgstr "DVD menülerini kullan"
 
-#: src/libvlc.h:1045
+#: src/libvlc.h:1053
 #, fuzzy
 msgid "Select the key to take you to the DVD menu"
 msgstr "Duraklatma için kestirme tuş seçin"
 
-#: src/libvlc.h:1046
+#: src/libvlc.h:1054
 #, fuzzy
 msgid "Select previous DVD title"
 msgstr "Önceki başlığı seç"
 
-#: src/libvlc.h:1047
+#: src/libvlc.h:1055
 #, fuzzy
 msgid "Select the key to choose the previous title from the DVD"
 msgstr "Duraklatma için kestirme tuş seçin"
 
-#: src/libvlc.h:1048
+#: src/libvlc.h:1056
 #, fuzzy
 msgid "Select next DVD title"
 msgstr "Sonraki bölümü seç"
 
-#: src/libvlc.h:1049
+#: src/libvlc.h:1057
 msgid "Select the key to choose the next title from the DVD"
 msgstr ""
 
-#: src/libvlc.h:1050
+#: src/libvlc.h:1058
 #, fuzzy
 msgid "Select prev DVD chapter"
 msgstr "Önceki bölümü seç"
 
-#: src/libvlc.h:1051
+#: src/libvlc.h:1059
 msgid "Select the key to choose the previous chapter from the DVD"
 msgstr ""
 
-#: src/libvlc.h:1052
+#: src/libvlc.h:1060
 #, fuzzy
 msgid "Select next DVD chapter"
 msgstr "Sonraki bölümü seç"
 
-#: src/libvlc.h:1053
+#: src/libvlc.h:1061
 msgid "Select the key to choose the next chapter from the DVD"
 msgstr ""
 
-#: src/libvlc.h:1054
+#: src/libvlc.h:1062
 msgid "Volume up"
 msgstr "Ses seviyesi artır"
 
-#: src/libvlc.h:1055
+#: src/libvlc.h:1063
 msgid "Select the key to increase audio volume."
 msgstr ""
 
-#: src/libvlc.h:1056
+#: src/libvlc.h:1064
 msgid "Volume down"
 msgstr "Ses seviyesi azalt"
 
-#: src/libvlc.h:1057
+#: src/libvlc.h:1065
 msgid "Select the key to decrease audio volume."
 msgstr ""
 
-#: src/libvlc.h:1058 modules/gui/macosx/controls.m:744
+#: src/libvlc.h:1066 modules/gui/macosx/controls.m:750
 #: modules/gui/macosx/intf.m:558 modules/gui/macosx/intf.m:619
 #: modules/gui/macosx/intf.m:628
 msgid "Mute"
 msgstr "Sessiz"
 
-#: src/libvlc.h:1059
+#: src/libvlc.h:1067
 #, fuzzy
 msgid "Select the key to mute audio."
 msgstr "Duraklatma için kestirme tuş seçin"
 
-#: src/libvlc.h:1060
+#: src/libvlc.h:1068
 msgid "Subtitle delay up"
 msgstr "Altyazı gecikmesini artır"
 
-#: src/libvlc.h:1061
+#: src/libvlc.h:1069
 msgid "Select the key to increase the subtitle delay."
 msgstr ""
 
-#: src/libvlc.h:1062
+#: src/libvlc.h:1070
 msgid "Subtitle delay down"
 msgstr "Altyazı gecikmesini azalt"
 
-#: src/libvlc.h:1063
+#: src/libvlc.h:1071
 msgid "Select the key to decrease the subtitle delay."
 msgstr ""
 
-#: src/libvlc.h:1064
+#: src/libvlc.h:1072
 msgid "Audio delay up"
 msgstr "Ses gecikmesini artır"
 
-#: src/libvlc.h:1065
+#: src/libvlc.h:1073
 msgid "Select the key to increase the audio delay."
 msgstr ""
 
-#: src/libvlc.h:1066
+#: src/libvlc.h:1074
 msgid "Audio delay down"
 msgstr "Ses gecikmesini azalt"
 
-#: src/libvlc.h:1067
+#: src/libvlc.h:1075
 msgid "Select the key to decrease the audio delay."
 msgstr ""
 
-#: src/libvlc.h:1068
+#: src/libvlc.h:1076
 msgid "Play playlist bookmark 1"
 msgstr "Yer imi 1 oynat"
 
-#: src/libvlc.h:1069
+#: src/libvlc.h:1077
 msgid "Play playlist bookmark 2"
 msgstr "Yer imi 2 oynat"
 
-#: src/libvlc.h:1070
+#: src/libvlc.h:1078
 msgid "Play playlist bookmark 3"
 msgstr "Yer imi 3 oynat"
 
-#: src/libvlc.h:1071
+#: src/libvlc.h:1079
 msgid "Play playlist bookmark 4"
 msgstr "Yer imi 4 oynat"
 
-#: src/libvlc.h:1072
+#: src/libvlc.h:1080
 msgid "Play playlist bookmark 5"
 msgstr "Yer imi 5 oynat"
 
-#: src/libvlc.h:1073
+#: src/libvlc.h:1081
 msgid "Play playlist bookmark 6"
 msgstr "Yer imi 6 oynat"
 
-#: src/libvlc.h:1074
+#: src/libvlc.h:1082
 msgid "Play playlist bookmark 7"
 msgstr "Yer imi 7 oynat"
 
-#: src/libvlc.h:1075
+#: src/libvlc.h:1083
 msgid "Play playlist bookmark 8"
 msgstr "Yer imi 8 oynat"
 
-#: src/libvlc.h:1076
+#: src/libvlc.h:1084
 msgid "Play playlist bookmark 9"
 msgstr "Yer imi 9 oynat"
 
-#: src/libvlc.h:1077
+#: src/libvlc.h:1085
 msgid "Play playlist bookmark 10"
 msgstr "Yer imi 10 oynat"
 
-#: src/libvlc.h:1078
+#: src/libvlc.h:1086
 msgid "Select the key to play this bookmark."
 msgstr ""
 
-#: src/libvlc.h:1079
+#: src/libvlc.h:1087
 msgid "Set playlist bookmark 1"
 msgstr "Yer imi 1 ayarla"
 
-#: src/libvlc.h:1080
+#: src/libvlc.h:1088
 msgid "Set playlist bookmark 2"
 msgstr "Yer imi 2 ayarla"
 
-#: src/libvlc.h:1081
+#: src/libvlc.h:1089
 msgid "Set playlist bookmark 3"
 msgstr "Yer imi 3 ayarla"
 
-#: src/libvlc.h:1082
+#: src/libvlc.h:1090
 msgid "Set playlist bookmark 4"
 msgstr "Yer imi 4 ayarla"
 
-#: src/libvlc.h:1083
+#: src/libvlc.h:1091
 msgid "Set playlist bookmark 5"
 msgstr "Yer imi 5 ayarla"
 
-#: src/libvlc.h:1084
+#: src/libvlc.h:1092
 msgid "Set playlist bookmark 6"
 msgstr "Yer imi 6 ayarla"
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1093
 msgid "Set playlist bookmark 7"
 msgstr "Yer imi 7 ayarla"
 
-#: src/libvlc.h:1086
+#: src/libvlc.h:1094
 msgid "Set playlist bookmark 8"
 msgstr "Yer imi 8 ayarla"
 
-#: src/libvlc.h:1087
+#: src/libvlc.h:1095
 msgid "Set playlist bookmark 9"
 msgstr "Yer imi 9 ayarla"
 
-#: src/libvlc.h:1088
+#: src/libvlc.h:1096
 msgid "Set playlist bookmark 10"
 msgstr "Yer imi 10 ayarla"
 
-#: src/libvlc.h:1089
+#: src/libvlc.h:1097
 msgid "Select the key to set this playlist bookmark."
 msgstr ""
 
-#: src/libvlc.h:1091 modules/control/hotkeys.c:84
+#: src/libvlc.h:1099 modules/control/hotkeys.c:84
 msgid "Playlist bookmark 1"
 msgstr ""
 
-#: src/libvlc.h:1092 modules/control/hotkeys.c:85
+#: src/libvlc.h:1100 modules/control/hotkeys.c:85
 msgid "Playlist bookmark 2"
 msgstr ""
 
-#: src/libvlc.h:1093 modules/control/hotkeys.c:86
+#: src/libvlc.h:1101 modules/control/hotkeys.c:86
 msgid "Playlist bookmark 3"
 msgstr ""
 
-#: src/libvlc.h:1094 modules/control/hotkeys.c:87
+#: src/libvlc.h:1102 modules/control/hotkeys.c:87
 msgid "Playlist bookmark 4"
 msgstr ""
 
-#: src/libvlc.h:1095 modules/control/hotkeys.c:88
+#: src/libvlc.h:1103 modules/control/hotkeys.c:88
 msgid "Playlist bookmark 5"
 msgstr ""
 
-#: src/libvlc.h:1096 modules/control/hotkeys.c:89
+#: src/libvlc.h:1104 modules/control/hotkeys.c:89
 msgid "Playlist bookmark 6"
 msgstr ""
 
-#: src/libvlc.h:1097 modules/control/hotkeys.c:90
+#: src/libvlc.h:1105 modules/control/hotkeys.c:90
 msgid "Playlist bookmark 7"
 msgstr ""
 
-#: src/libvlc.h:1098 modules/control/hotkeys.c:91
+#: src/libvlc.h:1106 modules/control/hotkeys.c:91
 msgid "Playlist bookmark 8"
 msgstr ""
 
-#: src/libvlc.h:1099 modules/control/hotkeys.c:92
+#: src/libvlc.h:1107 modules/control/hotkeys.c:92
 msgid "Playlist bookmark 9"
 msgstr ""
 
-#: src/libvlc.h:1100 modules/control/hotkeys.c:93
+#: src/libvlc.h:1108 modules/control/hotkeys.c:93
 msgid "Playlist bookmark 10"
 msgstr ""
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1110
 msgid "This allows you to define playlist bookmarks."
 msgstr ""
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1112
 msgid "Go back in browsing history"
 msgstr "Gezintide geriye git"
 
-#: src/libvlc.h:1105
+#: src/libvlc.h:1113
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1114
 msgid "Go forward in browsing history"
 msgstr "Gezintide ileriye git"
 
-#: src/libvlc.h:1107
+#: src/libvlc.h:1115
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:1109
+#: src/libvlc.h:1117
 msgid "Cycle audio track"
 msgstr ""
 
-#: src/libvlc.h:1110
+#: src/libvlc.h:1118
 msgid "Cycle through the available audio tracks(languages)."
 msgstr ""
 
-#: src/libvlc.h:1111
+#: src/libvlc.h:1119
 msgid "Cycle subtitle track"
 msgstr ""
 
-#: src/libvlc.h:1112
+#: src/libvlc.h:1120
 msgid "Cycle through the available subtitle tracks."
 msgstr ""
 
-#: src/libvlc.h:1113
+#: src/libvlc.h:1121
 #, fuzzy
 msgid "Cycle source aspect ratio"
 msgstr "Kaynak en-boy oranı"
 
-#: src/libvlc.h:1114
+#: src/libvlc.h:1122
 #, fuzzy
 msgid "Cycle through a predefined list of source aspect ratios."
 msgstr "Kaynak en-boy oranı"
 
-#: src/libvlc.h:1115
+#: src/libvlc.h:1123
 #, fuzzy
 msgid "Cycle video crop"
 msgstr "Gri video çıktısı"
 
-#: src/libvlc.h:1116
+#: src/libvlc.h:1124
 msgid "Cycle through a predefined list of crop formats."
 msgstr ""
 
-#: src/libvlc.h:1117
+#: src/libvlc.h:1125
 #, fuzzy
 msgid "Cycle deinterlace modes"
 msgstr "WinCE arayüz modülü"
 
-#: src/libvlc.h:1118
+#: src/libvlc.h:1126
 #, fuzzy
 msgid "Cycle through deinterlace modes."
 msgstr "WinCE arayüz modülü"
 
-#: src/libvlc.h:1119
+#: src/libvlc.h:1127
 msgid "Show interface"
 msgstr ""
 
-#: src/libvlc.h:1120
+#: src/libvlc.h:1128
 msgid "Raise the interface above all other windows."
 msgstr ""
 
-#: src/libvlc.h:1121
+#: src/libvlc.h:1129
 #, fuzzy
 msgid "Hide interface"
 msgstr "Arayüzü Göster/Gizle"
 
-#: src/libvlc.h:1122
+#: src/libvlc.h:1130
 msgid "Lower the interface below all other windows."
 msgstr ""
 
-#: src/libvlc.h:1123
+#: src/libvlc.h:1131
 msgid "Take video snapshot"
 msgstr "Videodan enstantane çek"
 
-#: src/libvlc.h:1124
+#: src/libvlc.h:1132
 msgid "Takes a video snapshot and writes it to disk."
 msgstr ""
 
-#: src/libvlc.h:1126 modules/access_filter/record.c:51
+#: src/libvlc.h:1134 modules/access_filter/record.c:51
 #: modules/access_filter/record.c:52
 msgid "Record"
 msgstr "Kayıt"
 
-#: src/libvlc.h:1127
+#: src/libvlc.h:1135
 msgid "Record access filter start/stop."
 msgstr ""
 
-#: src/libvlc.h:1129 src/libvlc.h:1130 src/video_output/vout_intf.c:211
+#: src/libvlc.h:1137 src/libvlc.h:1138 src/video_output/vout_intf.c:211
 msgid "Zoom"
 msgstr "Büyütme"
 
-#: src/libvlc.h:1132 src/libvlc.h:1133
+#: src/libvlc.h:1140 src/libvlc.h:1141
 #, fuzzy
 msgid "Un-Zoom"
 msgstr "Büyütme"
 
-#: src/libvlc.h:1135 src/libvlc.h:1136
+#: src/libvlc.h:1143 src/libvlc.h:1144
 msgid "Crop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1137 src/libvlc.h:1138
+#: src/libvlc.h:1145 src/libvlc.h:1146
 msgid "Uncrop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1140 src/libvlc.h:1141
+#: src/libvlc.h:1148 src/libvlc.h:1149
 msgid "Crop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1142 src/libvlc.h:1143
+#: src/libvlc.h:1150 src/libvlc.h:1151
 msgid "Uncrop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1145 src/libvlc.h:1146
+#: src/libvlc.h:1153 src/libvlc.h:1154
 msgid "Crop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1147 src/libvlc.h:1148
+#: src/libvlc.h:1155 src/libvlc.h:1156
 msgid "Uncrop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1150 src/libvlc.h:1151
+#: src/libvlc.h:1158 src/libvlc.h:1159
 msgid "Crop one pixel from the right of the video"
 msgstr ""
 
-#: src/libvlc.h:1152 src/libvlc.h:1153
+#: src/libvlc.h:1160 src/libvlc.h:1161
 msgid "Uncrop one pixel from the right of the video"
 msgstr ""
 
-#: src/libvlc.h:1157
+#: src/libvlc.h:1165
 #, c-format
 msgid ""
 "Usage: %s [options] [stream] ...\n"
@@ -3497,59 +3518,59 @@ msgid ""
 "  vlc:quit                       Special item to quit VLC\n"
 msgstr ""
 
-#: src/libvlc.h:1267 src/video_output/vout_intf.c:420
-#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:753
+#: src/libvlc.h:1277 src/video_output/vout_intf.c:420
+#: modules/gui/macosx/controls.m:328 modules/gui/macosx/controls.m:759
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:630
 #: modules/video_output/snapshot.c:76
 msgid "Snapshot"
 msgstr "Enstantane"
 
-#: src/libvlc.h:1280
+#: src/libvlc.h:1290
 msgid "Window properties"
 msgstr "Pencere özellikleri"
 
-#: src/libvlc.h:1325
+#: src/libvlc.h:1335
 msgid "Subpictures"
 msgstr "Altresimler"
 
-#: src/libvlc.h:1332 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
+#: src/libvlc.h:1342 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
 #: modules/gui/beos/InterfaceWindow.cpp:279
 msgid "Subtitles"
 msgstr "Altyazılar"
 
-#: src/libvlc.h:1349 modules/stream_out/transcode.c:151
+#: src/libvlc.h:1359 modules/stream_out/transcode.c:151
 msgid "Overlays"
 msgstr "Bindirmeler"
 
-#: src/libvlc.h:1359
+#: src/libvlc.h:1369
 msgid "Track settings"
 msgstr "İz ayarları"
 
-#: src/libvlc.h:1381
+#: src/libvlc.h:1391
 msgid "Playback control"
 msgstr "Oynatma kontrolü"
 
-#: src/libvlc.h:1396
+#: src/libvlc.h:1406
 msgid "Default devices"
 msgstr "Varsayılan aygıtlar"
 
-#: src/libvlc.h:1405
+#: src/libvlc.h:1415
 msgid "Network settings"
 msgstr "Ağ ayarları"
 
-#: src/libvlc.h:1417
+#: src/libvlc.h:1427
 msgid "Socks proxy"
 msgstr "Socks proxy"
 
-#: src/libvlc.h:1426
+#: src/libvlc.h:1436
 msgid "Metadata"
 msgstr "Ãœstveri"
 
-#: src/libvlc.h:1456
+#: src/libvlc.h:1466
 msgid "Decoders"
 msgstr "Kod çözücüler"
 
-#: src/libvlc.h:1463 modules/access/v4l2.c:56
+#: src/libvlc.h:1473 modules/access/v4l2.c:56
 #: modules/gui/macosx/playlistinfo.m:80
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:265
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:378
@@ -3557,81 +3578,81 @@ msgstr "Kod çözücüler"
 msgid "Input"
 msgstr "Girdi"
 
-#: src/libvlc.h:1499 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
+#: src/libvlc.h:1509 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
 msgid "VLM"
 msgstr ""
 
-#: src/libvlc.h:1530
+#: src/libvlc.h:1540
 msgid "CPU"
 msgstr "CPU"
 
-#: src/libvlc.h:1552
+#: src/libvlc.h:1562
 msgid "Special modules"
 msgstr "Özel modüller"
 
-#: src/libvlc.h:1559
+#: src/libvlc.h:1569
 msgid "Plugins"
 msgstr "Eklentiler"
 
-#: src/libvlc.h:1567
+#: src/libvlc.h:1577
 msgid "Performance options"
 msgstr "Performans seçenekleri"
 
-#: src/libvlc.h:1700
+#: src/libvlc.h:1714
 msgid "Hot keys"
 msgstr "Kestirme tuÅŸlar"
 
-#: src/libvlc.h:2011
+#: src/libvlc.h:2025
 #, fuzzy
 msgid "Jump sizes"
 msgstr "Yazıtipi boyutu"
 
-#: src/libvlc.h:2090
+#: src/libvlc.h:2104
 msgid "main program"
 msgstr "ana program"
 
-#: src/libvlc.h:2097
+#: src/libvlc.h:2111
 msgid "print help for VLC (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:2099
+#: src/libvlc.h:2113
 msgid ""
 "print help for VLC and all its modules (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:2101
+#: src/libvlc.h:2115
 msgid "print help for the advanced options"
 msgstr "gelismis secenekler icin help goster"
 
-#: src/libvlc.h:2103
+#: src/libvlc.h:2117
 msgid "ask for extra verbosity when displaying help"
 msgstr ""
 
-#: src/libvlc.h:2105
+#: src/libvlc.h:2119
 msgid "print a list of available modules"
 msgstr ""
 
-#: src/libvlc.h:2107
+#: src/libvlc.h:2121
 msgid "print help on a specific module (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:2109
+#: src/libvlc.h:2123
 msgid "save the current command line options in the config"
 msgstr ""
 
-#: src/libvlc.h:2111
+#: src/libvlc.h:2125
 msgid "reset the current config to the default values"
 msgstr ""
 
-#: src/libvlc.h:2113
+#: src/libvlc.h:2127
 msgid "use alternate config file"
 msgstr ""
 
-#: src/libvlc.h:2115
+#: src/libvlc.h:2129
 msgid "resets the current plugins cache"
 msgstr ""
 
-#: src/libvlc.h:2117
+#: src/libvlc.h:2131
 msgid "print version information"
 msgstr ""
 
@@ -4241,7 +4262,8 @@ msgstr "Bilinmeyen"
 msgid "Media: %s"
 msgstr ""
 
-#: src/playlist/engine.c:92 src/playlist/engine.c:94
+#: src/playlist/engine.c:104 src/playlist/engine.c:106
+#: src/playlist/loadsave.c:149
 msgid "Media Library"
 msgstr ""
 
@@ -4301,17 +4323,8 @@ msgstr "Kırp"
 msgid "Aspect-ratio"
 msgstr "En-boy Oranı"
 
-#: modules/access/cdda/access.c:293
-msgid "CD reading failed"
-msgstr ""
-
-#: modules/access/cdda/access.c:294
-#, c-format
-msgid "VLC could not get a new block of size: %i."
-msgstr ""
-
 #: modules/access/cdda.c:58 modules/access/dshow/dshow.cpp:91
-#: modules/access/dvb/access.c:73 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:73
 #: modules/access/dvdnav.c:64 modules/access/dvdread.c:62
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:43
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4370,7 +4383,16 @@ msgstr "Ses CDsi - Ä°z"
 msgid "Audio CD - Track %i"
 msgstr "Ses CDsi - Ä°z %i"
 
-#: modules/access/cdda/cdda.c:42 modules/access/directory.c:77
+#: modules/access/cdda/access.c:293
+msgid "CD reading failed"
+msgstr ""
+
+#: modules/access/cdda/access.c:294
+#, c-format
+msgid "VLC could not get a new block of size: %i."
+msgstr ""
+
+#: modules/access/cdda/cdda.c:42 modules/access/directory.c:78
 #: modules/codec/x264.c:280 modules/codec/x264.c:287 modules/codec/x264.c:292
 msgid "none"
 msgstr "hiçbiri"
@@ -4617,11 +4639,11 @@ msgstr "MRL"
 msgid "Track Number"
 msgstr "İz Numarası"
 
-#: modules/access/directory.c:69
+#: modules/access/directory.c:70
 msgid "Subdirectory behavior"
 msgstr "Altklasör davranışı"
 
-#: modules/access/directory.c:71
+#: modules/access/directory.c:72
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -4629,19 +4651,19 @@ msgid ""
 "expand: all subdirectories are expanded.\n"
 msgstr ""
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:78
 msgid "collapse"
 msgstr "daralt"
 
-#: modules/access/directory.c:78
+#: modules/access/directory.c:79
 msgid "expand"
 msgstr "geniÅŸlet"
 
-#: modules/access/directory.c:80
+#: modules/access/directory.c:81
 msgid "Ignored extensions"
 msgstr ""
 
-#: modules/access/directory.c:82
+#: modules/access/directory.c:83
 msgid ""
 "Files with these extensions will not be added to playlist when opening a "
 "directory.\n"
@@ -4649,11 +4671,11 @@ msgid ""
 "instance. Use a comma-separated list of extensions."
 msgstr ""
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:90
 msgid "Directory"
 msgstr "Klasör"
 
-#: modules/access/directory.c:91
+#: modules/access/directory.c:92
 msgid "Standard filesystem directory input"
 msgstr ""
 
@@ -4871,6 +4893,18 @@ msgstr ""
 msgid "The capture device \"%s\" does not support the required parameters."
 msgstr ""
 
+#: modules/access/dv.c:70
+msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
+msgstr ""
+
+#: modules/access/dv.c:74
+msgid "Digital Video (Firewire/ieee1394)  input"
+msgstr ""
+
+#: modules/access/dv.c:75
+msgid "dv"
+msgstr ""
+
 #: modules/access/dvb/access.c:75
 msgid ""
 "Caching value for DVB streams. This value should be set in milliseconds."
@@ -5130,18 +5164,6 @@ msgstr "Seviye normalize"
 msgid "The provided polarization \"%c\" is not valid."
 msgstr ""
 
-#: modules/access/dv.c:70
-msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
-msgstr ""
-
-#: modules/access/dv.c:74
-msgid "Digital Video (Firewire/ieee1394)  input"
-msgstr ""
-
-#: modules/access/dv.c:75
-msgid "dv"
-msgstr ""
-
 #: modules/access/dvdnav.c:60 modules/access/dvdread.c:58
 msgid "DVD angle"
 msgstr "DVD açısı"
@@ -5342,69 +5364,26 @@ msgstr ""
 msgid "VLC could not open file \"%s\" (%s)."
 msgstr ""
 
-#: modules/access_filter/record.c:43
-msgid "Record directory"
+#: modules/access/ftp.c:45
+msgid ""
+"Caching value for FTP streams. This value should be set in milliseconds."
 msgstr ""
 
-#: modules/access_filter/record.c:45
-msgid "Directory where the record will be stored."
-msgstr ""
+#: modules/access/ftp.c:47
+msgid "FTP user name"
+msgstr "FTP kullanıcı adı"
 
-#: modules/access_filter/timeshift.c:44
-#, fuzzy
-msgid "Timeshift granularity"
-msgstr "Zaman kaydırma"
+#: modules/access/ftp.c:48 modules/access/smb.c:64
+msgid "User name that will be used for the connection."
+msgstr ""
 
-#: modules/access_filter/timeshift.c:46
-#, fuzzy
-msgid ""
-"This is the size of the temporary files tha will be used to store the "
-"timeshifted streams."
-msgstr "Video süzgeçleri, video akışlarını son-işleme için kullanılırlar"
+#: modules/access/ftp.c:50
+msgid "FTP password"
+msgstr "FTP parolası"
 
-#: modules/access_filter/timeshift.c:48
-#, fuzzy
-msgid "Timeshift directory"
-msgstr "Video enstantane klasörü"
-
-#: modules/access_filter/timeshift.c:49
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:51
-msgid "Force use of the timeshift module"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52
-msgid ""
-"Force use of the timeshift module even if the access declares that it can "
-"control pace or pause."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
-msgid "Timeshift"
-msgstr "Zaman kaydırma"
-
-#: modules/access/ftp.c:45
-msgid ""
-"Caching value for FTP streams. This value should be set in milliseconds."
-msgstr ""
-
-#: modules/access/ftp.c:47
-msgid "FTP user name"
-msgstr "FTP kullanıcı adı"
-
-#: modules/access/ftp.c:48 modules/access/smb.c:64
-msgid "User name that will be used for the connection."
-msgstr ""
-
-#: modules/access/ftp.c:50
-msgid "FTP password"
-msgstr "FTP parolası"
-
-#: modules/access/ftp.c:51 modules/access/smb.c:67
-msgid "Password that will be used for the connection."
-msgstr ""
+#: modules/access/ftp.c:51 modules/access/smb.c:67
+msgid "Password that will be used for the connection."
+msgstr ""
 
 #: modules/access/ftp.c:53
 msgid "FTP account"
@@ -5543,235 +5522,6 @@ msgstr ""
 msgid "Microsoft Media Server (MMS) input"
 msgstr "Microsoft Media Server (MMS) girdisi"
 
-#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
-msgid "Dummy stream output"
-msgstr "Boş akış çıktısı"
-
-#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
-msgid "Dummy"
-msgstr "BoÅŸ/Aptal"
-
-#: modules/access_output/file.c:61
-msgid "Append to file"
-msgstr "Dosyaya ekle"
-
-#: modules/access_output/file.c:62
-msgid "Append to file if it exists instead of replacing it."
-msgstr ""
-
-#: modules/access_output/file.c:66
-msgid "File stream output"
-msgstr "Dosya akış çıktısı"
-
-#: modules/access_output/http.c:58
-msgid "Username"
-msgstr "Kullanıcı"
-
-#: modules/access_output/http.c:59
-msgid "User name that will be requested to access the stream."
-msgstr ""
-
-#: modules/access_output/http.c:61 modules/control/telnet.c:81
-msgid "Password"
-msgstr "Parola"
-
-#: modules/access_output/http.c:62
-msgid "Password that will be requested to access the stream."
-msgstr ""
-
-#: modules/access_output/http.c:66
-msgid "Mime"
-msgstr "Mime"
-
-#: modules/access_output/http.c:67
-msgid "MIME returned by the server (autodetected if not specified."
-msgstr ""
-
-#: modules/access_output/http.c:71
-msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
-msgstr ""
-
-#: modules/access_output/http.c:74
-msgid ""
-"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
-"empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:78
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used for HTTPS. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:83
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be used for "
-"SSL. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:86
-msgid "Advertise with Bonjour"
-msgstr ""
-
-#: modules/access_output/http.c:87
-msgid "Advertise the stream with the Bonjour protocol."
-msgstr ""
-
-#: modules/access_output/http.c:91
-msgid "HTTP stream output"
-msgstr "HTTP akış çıktısı"
-
-#: modules/access_output/http.c:93 modules/control/http/http.c:61
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
-msgid "HTTP"
-msgstr "HTTP"
-
-#: modules/access_output/shout.c:58
-#, fuzzy
-msgid "Stream name"
-msgstr "Akış"
-
-#: modules/access_output/shout.c:59
-msgid "Name to give to this stream/channel on the shoutcast/icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:62
-#, fuzzy
-msgid "Stream description"
-msgstr "Açıklama"
-
-#: modules/access_output/shout.c:63
-msgid "Description of the stream content or information about your channel."
-msgstr ""
-
-#: modules/access_output/shout.c:66
-#, fuzzy
-msgid "Stream MP3"
-msgstr "Akış"
-
-#: modules/access_output/shout.c:67
-msgid ""
-"You normally have to feed the shoutcast module with Ogg streams. It is also "
-"possible to stream MP3 instead, so you can forward MP3 streams to the "
-"shoutcast/icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:76
-#, fuzzy
-msgid "Genre description"
-msgstr "Açıklama"
-
-#: modules/access_output/shout.c:77
-msgid "Genre of the content. "
-msgstr ""
-
-#: modules/access_output/shout.c:79
-#, fuzzy
-msgid "URL description"
-msgstr "Açıklama"
-
-#: modules/access_output/shout.c:80
-msgid "URL with information about the stream or your channel. "
-msgstr ""
-
-#: modules/access_output/shout.c:87
-msgid "Bitrate information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:89 modules/access/v4l.c:122
-msgid "Samplerate"
-msgstr "Örnekleme oranı"
-
-#: modules/access_output/shout.c:90
-msgid "Samplerate information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:92
-#, fuzzy
-msgid "Number of channels"
-msgstr "Tercih edilen ses çıktı kanalları modu"
-
-#: modules/access_output/shout.c:93
-msgid "Number of channels information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:95
-msgid "Ogg Vorbis Quality"
-msgstr ""
-
-#: modules/access_output/shout.c:96
-msgid "Ogg Vorbis Quality information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:98
-#, fuzzy
-msgid "Stream public"
-msgstr "Akış çıktısı"
-
-#: modules/access_output/shout.c:99
-msgid ""
-"Make the server publicly available on the 'Yellow Pages' (directory listing "
-"of streams) on the icecast/shoutcast website. Requires the bitrate "
-"information specified for shoutcast. Requires Ogg streaming for icecast."
-msgstr ""
-
-#: modules/access_output/shout.c:105
-#, fuzzy
-msgid "IceCAST output"
-msgstr "Erişim çıktısı"
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:41
-#: modules/demux/live555.cpp:63
-msgid "Caching value (ms)"
-msgstr "Arabellek deÄŸeri (ms)"
-
-#: modules/access_output/udp.c:77
-msgid ""
-"Default caching value for outbound UDP streams. This value should be set in "
-"milliseconds."
-msgstr ""
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
-#: modules/gui/macosx/wizard.m:1848
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
-msgid "Time-To-Live (TTL)"
-msgstr ""
-
-#: modules/access_output/udp.c:81
-msgid "Time-To-Live of the outgoing stream."
-msgstr ""
-
-#: modules/access_output/udp.c:84
-msgid "Group packets"
-msgstr "Paketleri grupla"
-
-#: modules/access_output/udp.c:85
-msgid ""
-"Packets can be sent one by one at the right time or by groups. You can "
-"choose the number of packets that will be sent at a time. It helps reducing "
-"the scheduling load on heavily-loaded systems."
-msgstr ""
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr ""
-
-#: modules/access_output/udp.c:91
-msgid ""
-"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 ""
-
-#: modules/access_output/udp.c:97
-msgid "UDP stream output"
-msgstr "UDP akış çıktısı"
-
-#: modules/access_output/udp.c:98
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
-msgid "UDP"
-msgstr "UDP"
-
 #: modules/access/pvr.c:49
 msgid ""
 "Default caching value for PVR streams. This value should be set in "
@@ -5932,6 +5682,11 @@ msgstr "PVR"
 msgid "IVTV MPEG Encoding cards input"
 msgstr ""
 
+#: modules/access/rtsp/access.c:41 modules/access_output/udp.c:75
+#: modules/demux/live555.cpp:63
+msgid "Caching value (ms)"
+msgstr "Arabellek deÄŸeri (ms)"
+
 #: modules/access/rtsp/access.c:43
 msgid ""
 "Caching value for RTSP streams. This value should be set in milliseconds."
@@ -6058,34 +5813,8 @@ msgid "UDP/RTP"
 msgstr "UDP/RTP"
 
 #: modules/access/udp.c:62
-msgid "UDP/RTP input"
-msgstr "UDP/RTP girdisi"
-
-#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
-#: modules/gui/wxwidgets/dialogs/open.cpp:723
-msgid "Device name"
-msgstr "Aygıt ismi"
-
-#: modules/access/v4l2.c:54
-msgid ""
-"Name of the device to use. If you don't specify anything, /dev/video0 will "
-"be used."
-msgstr ""
-
-#: modules/access/v4l2.c:58
-msgid ""
-"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
-msgstr ""
-
-#: modules/access/v4l2.c:63
-#, fuzzy
-msgid "Video4Linux2"
-msgstr "Video4Linux"
-
-#: modules/access/v4l2.c:64
-#, fuzzy
-msgid "Video4Linux2 input"
-msgstr "Video4Linux girdisi"
+msgid "UDP/RTP input"
+msgstr "UDP/RTP girdisi"
 
 #: modules/access/v4l.c:75
 msgid ""
@@ -6176,6 +5905,10 @@ msgstr "Tuner"
 msgid "Tuner to use, if there are several ones."
 msgstr ""
 
+#: modules/access/v4l.c:122 modules/access_output/shout.c:89
+msgid "Samplerate"
+msgstr "Örnekleme oranı"
+
 #: modules/access/v4l.c:124
 msgid ""
 "Samplerate of the captured audio stream, in Hz (eg: 11025, 22050, 44100)"
@@ -6217,6 +5950,32 @@ msgstr "Video4Linux"
 msgid "Video4Linux input"
 msgstr "Video4Linux girdisi"
 
+#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
+#: modules/gui/wxwidgets/dialogs/open.cpp:723
+msgid "Device name"
+msgstr "Aygıt ismi"
+
+#: modules/access/v4l2.c:54
+msgid ""
+"Name of the device to use. If you don't specify anything, /dev/video0 will "
+"be used."
+msgstr ""
+
+#: modules/access/v4l2.c:58
+msgid ""
+"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
+msgstr ""
+
+#: modules/access/v4l2.c:63
+#, fuzzy
+msgid "Video4Linux2"
+msgstr "Video4Linux"
+
+#: modules/access/v4l2.c:64
+#, fuzzy
+msgid "Video4Linux2 input"
+msgstr "Video4Linux girdisi"
+
 #: modules/access/vcd/vcd.c:42
 msgid "Caching value for VCDs. This value should be set in milliseconds."
 msgstr ""
@@ -6288,118 +6047,381 @@ msgstr "Seviye #"
 msgid "Vol max #"
 msgstr ""
 
-#: modules/access/vcdx/info.c:96
-msgid "Volume Set"
+#: modules/access/vcdx/info.c:96
+msgid "Volume Set"
+msgstr ""
+
+#: modules/access/vcdx/info.c:99
+msgid "System Id"
+msgstr "Sistem Id"
+
+#: modules/access/vcdx/info.c:101
+msgid "Entries"
+msgstr "Girişler/Ögeler"
+
+#: modules/access/vcdx/info.c:122
+msgid "First Entry Point"
+msgstr "Birinci Giriş Noktası"
+
+#: modules/access/vcdx/info.c:126
+msgid "Last Entry Point"
+msgstr "Son Giriş Noktası"
+
+#: modules/access/vcdx/info.c:127
+msgid "Track size (in sectors)"
+msgstr "İz boyutu (sektör)"
+
+#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
+#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
+msgid "type"
+msgstr "tür"
+
+#: modules/access/vcdx/info.c:139
+msgid "end"
+msgstr "son"
+
+#: modules/access/vcdx/info.c:142
+msgid "play list"
+msgstr ""
+
+#: modules/access/vcdx/info.c:153
+msgid "extended selection list"
+msgstr ""
+
+#: modules/access/vcdx/info.c:154
+msgid "selection list"
+msgstr ""
+
+#: modules/access/vcdx/info.c:166
+msgid "unknown type"
+msgstr "bilinmeyen tür"
+
+#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
+#: modules/access/vcdx/info.c:316
+msgid "List ID"
+msgstr "Liste ID"
+
+#: modules/access/vcdx/vcd.c:95
+msgid "(Super) Video CD"
+msgstr "(Süper) Video CD"
+
+#: modules/access/vcdx/vcd.c:96
+msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:97
+msgid "vcdx://[device-or-file][@{P,S,T}num]"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:106
+msgid "If nonzero, this gives additional debug information."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+msgid "Number of CD blocks to get in a single read."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:116
+msgid "Use playback control?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:117
+msgid ""
+"If VCD is authored with playback control, use it. Otherwise we play by "
+"tracks."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:123
+msgid "Use track length as maximum unit in seek?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:124
+msgid ""
+"If set, the length of the seek bar is the track rather than the length of an "
+"entry."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:129
+msgid "Show extended VCD info?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:130
+msgid ""
+"Show the maximum amount of information under Stream and Media Info. Shows "
+"for example playback control navigation."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:137
+msgid "Format to use in the playlist's \"author\" field."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:143
+msgid "Format to use in the playlist's \"title\" field."
+msgstr ""
+
+#: modules/access_filter/record.c:43
+msgid "Record directory"
+msgstr ""
+
+#: modules/access_filter/record.c:45
+msgid "Directory where the record will be stored."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:44
+#, fuzzy
+msgid "Timeshift granularity"
+msgstr "Zaman kaydırma"
+
+#: modules/access_filter/timeshift.c:46
+#, fuzzy
+msgid ""
+"This is the size of the temporary files tha will be used to store the "
+"timeshifted streams."
+msgstr "Video süzgeçleri, video akışlarını son-işleme için kullanılırlar"
+
+#: modules/access_filter/timeshift.c:48
+#, fuzzy
+msgid "Timeshift directory"
+msgstr "Video enstantane klasörü"
+
+#: modules/access_filter/timeshift.c:49
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:51
+msgid "Force use of the timeshift module"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52
+msgid ""
+"Force use of the timeshift module even if the access declares that it can "
+"control pace or pause."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
+msgid "Timeshift"
+msgstr "Zaman kaydırma"
+
+#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
+msgid "Dummy stream output"
+msgstr "Boş akış çıktısı"
+
+#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
+msgid "Dummy"
+msgstr "BoÅŸ/Aptal"
+
+#: modules/access_output/file.c:61
+msgid "Append to file"
+msgstr "Dosyaya ekle"
+
+#: modules/access_output/file.c:62
+msgid "Append to file if it exists instead of replacing it."
+msgstr ""
+
+#: modules/access_output/file.c:66
+msgid "File stream output"
+msgstr "Dosya akış çıktısı"
+
+#: modules/access_output/http.c:58
+msgid "Username"
+msgstr "Kullanıcı"
+
+#: modules/access_output/http.c:59
+msgid "User name that will be requested to access the stream."
+msgstr ""
+
+#: modules/access_output/http.c:61 modules/control/telnet.c:81
+msgid "Password"
+msgstr "Parola"
+
+#: modules/access_output/http.c:62
+msgid "Password that will be requested to access the stream."
+msgstr ""
+
+#: modules/access_output/http.c:66
+msgid "Mime"
+msgstr "Mime"
+
+#: modules/access_output/http.c:67
+msgid "MIME returned by the server (autodetected if not specified."
+msgstr ""
+
+#: modules/access_output/http.c:71
+msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
+msgstr ""
+
+#: modules/access_output/http.c:74
+msgid ""
+"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
+"empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:78
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used for HTTPS. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:83
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be used for "
+"SSL. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:86
+msgid "Advertise with Bonjour"
+msgstr ""
+
+#: modules/access_output/http.c:87
+msgid "Advertise the stream with the Bonjour protocol."
 msgstr ""
 
-#: modules/access/vcdx/info.c:99
-msgid "System Id"
-msgstr "Sistem Id"
+#: modules/access_output/http.c:91
+msgid "HTTP stream output"
+msgstr "HTTP akış çıktısı"
 
-#: modules/access/vcdx/info.c:101
-msgid "Entries"
-msgstr "Girişler/Ögeler"
+#: modules/access_output/http.c:93 modules/control/http/http.c:61
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
+msgstr "HTTP"
 
-#: modules/access/vcdx/info.c:122
-msgid "First Entry Point"
-msgstr "Birinci Giriş Noktası"
+#: modules/access_output/shout.c:58
+#, fuzzy
+msgid "Stream name"
+msgstr "Akış"
 
-#: modules/access/vcdx/info.c:126
-msgid "Last Entry Point"
-msgstr "Son Giriş Noktası"
+#: modules/access_output/shout.c:59
+msgid "Name to give to this stream/channel on the shoutcast/icecast server."
+msgstr ""
 
-#: modules/access/vcdx/info.c:127
-msgid "Track size (in sectors)"
-msgstr "İz boyutu (sektör)"
+#: modules/access_output/shout.c:62
+#, fuzzy
+msgid "Stream description"
+msgstr "Açıklama"
 
-#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
-#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
-msgid "type"
-msgstr "tür"
+#: modules/access_output/shout.c:63
+msgid "Description of the stream content or information about your channel."
+msgstr ""
 
-#: modules/access/vcdx/info.c:139
-msgid "end"
-msgstr "son"
+#: modules/access_output/shout.c:66
+#, fuzzy
+msgid "Stream MP3"
+msgstr "Akış"
 
-#: modules/access/vcdx/info.c:142
-msgid "play list"
+#: modules/access_output/shout.c:67
+msgid ""
+"You normally have to feed the shoutcast module with Ogg streams. It is also "
+"possible to stream MP3 instead, so you can forward MP3 streams to the "
+"shoutcast/icecast server."
 msgstr ""
 
-#: modules/access/vcdx/info.c:153
-msgid "extended selection list"
-msgstr ""
+#: modules/access_output/shout.c:76
+#, fuzzy
+msgid "Genre description"
+msgstr "Açıklama"
 
-#: modules/access/vcdx/info.c:154
-msgid "selection list"
+#: modules/access_output/shout.c:77
+msgid "Genre of the content. "
 msgstr ""
 
-#: modules/access/vcdx/info.c:166
-msgid "unknown type"
-msgstr "bilinmeyen tür"
-
-#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
-#: modules/access/vcdx/info.c:316
-msgid "List ID"
-msgstr "Liste ID"
+#: modules/access_output/shout.c:79
+#, fuzzy
+msgid "URL description"
+msgstr "Açıklama"
 
-#: modules/access/vcdx/vcd.c:95
-msgid "(Super) Video CD"
-msgstr "(Süper) Video CD"
+#: modules/access_output/shout.c:80
+msgid "URL with information about the stream or your channel. "
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:96
-msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+#: modules/access_output/shout.c:87
+msgid "Bitrate information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:97
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
+#: modules/access_output/shout.c:90
+msgid "Samplerate information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:106
-msgid "If nonzero, this gives additional debug information."
+#: modules/access_output/shout.c:92
+#, fuzzy
+msgid "Number of channels"
+msgstr "Tercih edilen ses çıktı kanalları modu"
+
+#: modules/access_output/shout.c:93
+msgid "Number of channels information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
-msgid "Number of CD blocks to get in a single read."
+#: modules/access_output/shout.c:95
+msgid "Ogg Vorbis Quality"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
+#: modules/access_output/shout.c:96
+msgid "Ogg Vorbis Quality information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/shout.c:98
+#, fuzzy
+msgid "Stream public"
+msgstr "Akış çıktısı"
+
+#: modules/access_output/shout.c:99
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Make the server publicly available on the 'Yellow Pages' (directory listing "
+"of streams) on the icecast/shoutcast website. Requires the bitrate "
+"information specified for shoutcast. Requires Ogg streaming for icecast."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:123
-msgid "Use track length as maximum unit in seek?"
-msgstr ""
+#: modules/access_output/shout.c:105
+#, fuzzy
+msgid "IceCAST output"
+msgstr "Erişim çıktısı"
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:77
 msgid ""
-"If set, the length of the seek bar is the track rather than the length of an "
-"entry."
+"Default caching value for outbound UDP streams. This value should be set in "
+"milliseconds."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:129
-msgid "Show extended VCD info?"
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
+#: modules/gui/macosx/wizard.m:1848
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
+msgid "Time-To-Live (TTL)"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:130
+#: modules/access_output/udp.c:81
+msgid "Time-To-Live of the outgoing stream."
+msgstr ""
+
+#: modules/access_output/udp.c:84
+msgid "Group packets"
+msgstr "Paketleri grupla"
+
+#: modules/access_output/udp.c:85
 msgid ""
-"Show the maximum amount of information under Stream and Media Info. Shows "
-"for example playback control navigation."
+"Packets can be sent one by one at the right time or by groups. You can "
+"choose the number of packets that will be sent at a time. It helps reducing "
+"the scheduling load on heavily-loaded systems."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:137
-msgid "Format to use in the playlist's \"author\" field."
+#: modules/access_output/udp.c:90
+msgid "Raw write"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:143
-msgid "Format to use in the playlist's \"title\" field."
+#: modules/access_output/udp.c:91
+msgid ""
+"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 ""
 
+#: modules/access_output/udp.c:97
+msgid "UDP stream output"
+msgstr "UDP akış çıktısı"
+
+#: modules/access_output/udp.c:98
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
+msgid "UDP"
+msgstr "UDP"
+
 #: modules/audio_filter/channel_mixer/dolby.c:47
 msgid "Simple decoder for Dolby Surround encoded streams"
 msgstr ""
@@ -8692,408 +8714,408 @@ msgstr "NT Servisi"
 msgid "Windows Service interface"
 msgstr "Windows Servis arayüzü"
 
-#: modules/control/rc.c:154
+#: modules/control/rc.c:156
 msgid "Show stream position"
 msgstr ""
 
-#: modules/control/rc.c:155
+#: modules/control/rc.c:157
 msgid ""
 "Show the current position in seconds within the stream from time to time."
 msgstr ""
 
-#: modules/control/rc.c:158
+#: modules/control/rc.c:160
 msgid "Fake TTY"
 msgstr "Sahte TTY"
 
-#: modules/control/rc.c:159
+#: modules/control/rc.c:161
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr ""
 
-#: modules/control/rc.c:161
+#: modules/control/rc.c:163
 msgid "UNIX socket command input"
 msgstr "UNIX soket komut giriÅŸi"
 
-#: modules/control/rc.c:162
+#: modules/control/rc.c:164
 msgid "Accept commands over a Unix socket rather than stdin."
 msgstr ""
 
-#: modules/control/rc.c:165
+#: modules/control/rc.c:167
 msgid "TCP command input"
 msgstr "TCP komut giriÅŸi"
 
-#: modules/control/rc.c:166
+#: modules/control/rc.c:168
 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:170 modules/misc/dummy/dummy.c:49
+#: modules/control/rc.c:172 modules/misc/dummy/dummy.c:49
 msgid "Do not open a DOS command box interface"
 msgstr "Bir DOS komut satırı arayüzü açmayın"
 
-#: modules/control/rc.c:172
+#: modules/control/rc.c:174
 msgid ""
 "By default the rc 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 ""
 
-#: modules/control/rc.c:179
+#: modules/control/rc.c:181
 msgid "RC"
 msgstr "RC"
 
-#: modules/control/rc.c:182
+#: modules/control/rc.c:184
 msgid "Remote control interface"
 msgstr "Uzaktan kontrol arayüzü"
 
-#: modules/control/rc.c:323
+#: modules/control/rc.c:325
 #, fuzzy
 msgid "Remote control interface initialized. Type `help' for help."
 msgstr "Uzaktan kontrol arayuzu baslatildi, yardim icin `h' yazin\n"
 
-#: modules/control/rc.c:848
+#: modules/control/rc.c:850
 #, fuzzy, c-format
 msgid "Unknown command `%s'. Type `help' for help."
 msgstr "bilinmeyen komut `%s', yardım için `help' yazınız\n"
 
-#: modules/control/rc.c:881
+#: modules/control/rc.c:883
 msgid "+----[ Remote control commands ]"
 msgstr ""
 
-#: modules/control/rc.c:883
+#: modules/control/rc.c:885
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist"
 msgstr ""
 
-#: modules/control/rc.c:884
+#: modules/control/rc.c:886
 msgid "| enqueue XYZ  . . . . . . . queue XYZ to playlist"
 msgstr ""
 
-#: modules/control/rc.c:885
+#: modules/control/rc.c:887
 msgid "| playlist . . .  show items currently in playlist"
 msgstr ""
 
-#: modules/control/rc.c:886
+#: modules/control/rc.c:888
 msgid "| play . . . . . . . . . . . . . . . . play stream"
 msgstr ""
 
-#: modules/control/rc.c:887
+#: modules/control/rc.c:889
 msgid "| stop . . . . . . . . . . . . . . . . stop stream"
 msgstr ""
 
-#: modules/control/rc.c:888
+#: modules/control/rc.c:890
 msgid "| next . . . . . . . . . . . .  next playlist item"
 msgstr ""
 
-#: modules/control/rc.c:889
+#: modules/control/rc.c:891
 msgid "| prev . . . . . . . . . .  previous playlist item"
 msgstr ""
 
-#: modules/control/rc.c:890
+#: modules/control/rc.c:892
 msgid "| goto . . . . . . . . . . . .  goto item at index"
 msgstr ""
 
-#: modules/control/rc.c:891
+#: modules/control/rc.c:893
 msgid "| clear . . . . . . . . . . .   clear the playlist"
 msgstr ""
 
-#: modules/control/rc.c:892
+#: modules/control/rc.c:894
 msgid "| status . . . . . . . . . current playlist status"
 msgstr ""
 
-#: modules/control/rc.c:893
+#: modules/control/rc.c:895
 msgid "| title [X]  . . . . set/get title in current item"
 msgstr ""
 
-#: modules/control/rc.c:894
+#: modules/control/rc.c:896
 msgid "| title_n  . . . . . .  next title in current item"
 msgstr ""
 
-#: modules/control/rc.c:895
+#: modules/control/rc.c:897
 msgid "| title_p  . . . .  previous title in current item"
 msgstr ""
 
-#: modules/control/rc.c:896
+#: modules/control/rc.c:898
 msgid "| chapter [X]  . . set/get chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:897
+#: modules/control/rc.c:899
 msgid "| chapter_n  . . . .  next chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:898
+#: modules/control/rc.c:900
 msgid "| chapter_p  . .  previous chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:900
+#: modules/control/rc.c:902
 msgid "| seek X . seek in seconds, for instance `seek 12'"
 msgstr ""
 
-#: modules/control/rc.c:901
+#: modules/control/rc.c:903
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause"
 msgstr ""
 
-#: modules/control/rc.c:902
+#: modules/control/rc.c:904
 msgid "| fastforward  . . . . . .  .  set to maximum rate"
 msgstr ""
 
-#: modules/control/rc.c:903
+#: modules/control/rc.c:905
 msgid "| rewind  . . . . . . . . . .  set to minimum rate"
 msgstr ""
 
-#: modules/control/rc.c:904
+#: modules/control/rc.c:906
 msgid "| faster . . . . . . . .  faster playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:905
+#: modules/control/rc.c:907
 msgid "| slower . . . . . . . .  slower playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:906
+#: modules/control/rc.c:908
 msgid "| normal . . . . . . . .  normal playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:907
+#: modules/control/rc.c:909
 msgid "| f [on|off] . . . . . . . . . . toggle fullscreen"
 msgstr ""
 
-#: modules/control/rc.c:908
+#: modules/control/rc.c:910
 msgid "| info . . .  information about the current stream"
 msgstr ""
 
-#: modules/control/rc.c:909
+#: modules/control/rc.c:911
 msgid "| get_time . . seconds elapsed since stream's beginning"
 msgstr ""
 
-#: modules/control/rc.c:910
+#: modules/control/rc.c:912
 msgid "| is_playing . .  1 if a stream plays, 0 otherwise"
 msgstr ""
 
-#: modules/control/rc.c:911
+#: modules/control/rc.c:913
 msgid "| get_title . . .  the title of the current stream"
 msgstr ""
 
-#: modules/control/rc.c:912
+#: modules/control/rc.c:914
 msgid "| get_length . .  the length of the current stream"
 msgstr ""
 
-#: modules/control/rc.c:914
+#: modules/control/rc.c:916
 msgid "| volume [X] . . . . . . . .  set/get audio volume"
 msgstr ""
 
-#: modules/control/rc.c:915
+#: modules/control/rc.c:917
 msgid "| volup [X]  . . . . .  raise audio volume X steps"
 msgstr ""
 
-#: modules/control/rc.c:916
+#: modules/control/rc.c:918
 msgid "| voldown [X]  . . . .  lower audio volume X steps"
 msgstr ""
 
-#: modules/control/rc.c:917
+#: modules/control/rc.c:919
 msgid "| adev [X] . . . . . . . . .  set/get audio device"
 msgstr ""
 
-#: modules/control/rc.c:918
+#: modules/control/rc.c:920
 msgid "| achan [X]. . . . . . . .  set/get audio channels"
 msgstr ""
 
-#: modules/control/rc.c:919
+#: modules/control/rc.c:921
 msgid "| atrack [X] . . . . . . . . . set/get audio track"
 msgstr ""
 
-#: modules/control/rc.c:920
+#: modules/control/rc.c:922
 msgid "| vtrack [X] . . . . . . . . . set/get video track"
 msgstr ""
 
-#: modules/control/rc.c:921
+#: modules/control/rc.c:923
 msgid "| strack [X] . . . . . . . set/get subtitles track"
 msgstr ""
 
-#: modules/control/rc.c:922
+#: modules/control/rc.c:924
 msgid "| menu [on|off|up|down|left|right|select] use menu"
 msgstr ""
 
-#: modules/control/rc.c:927
+#: modules/control/rc.c:929
 msgid "| marq-marquee STRING  . . overlay STRING in video"
 msgstr ""
 
-#: modules/control/rc.c:928
+#: modules/control/rc.c:930
 msgid "| marq-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:929
+#: modules/control/rc.c:931
 msgid "| marq-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:930
+#: modules/control/rc.c:932
 msgid "| marq-position #. . .  .relative position control"
 msgstr ""
 
-#: modules/control/rc.c:931
+#: modules/control/rc.c:933
 msgid "| marq-color # . . . . . . . . . . font color, RGB"
 msgstr ""
 
-#: modules/control/rc.c:932
+#: modules/control/rc.c:934
 msgid "| marq-opacity # . . . . . . . . . . . . . opacity"
 msgstr ""
 
-#: modules/control/rc.c:933
+#: modules/control/rc.c:935
 msgid "| marq-timeout T. . . . . . . . . . timeout, in ms"
 msgstr ""
 
-#: modules/control/rc.c:934
+#: modules/control/rc.c:936
 msgid "| marq-size # . . . . . . . . font size, in pixels"
 msgstr ""
 
-#: modules/control/rc.c:936
+#: modules/control/rc.c:938
 msgid "| time-format STRING . . . overlay STRING in video"
 msgstr ""
 
-#: modules/control/rc.c:937
+#: modules/control/rc.c:939
 msgid "| time-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:938
+#: modules/control/rc.c:940
 msgid "| time-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:939
+#: modules/control/rc.c:941
 msgid "| time-position #. . . . . . . . relative position"
 msgstr ""
 
-#: modules/control/rc.c:940
+#: modules/control/rc.c:942
 msgid "| time-color # . . . . . . . . . . font color, RGB"
 msgstr ""
 
-#: modules/control/rc.c:941
+#: modules/control/rc.c:943
 msgid "| time-opacity # . . . . . . . . . . . . . opacity"
 msgstr ""
 
-#: modules/control/rc.c:942
+#: modules/control/rc.c:944
 msgid "| time-size # . . . . . . . . font size, in pixels"
 msgstr ""
 
-#: modules/control/rc.c:944
+#: modules/control/rc.c:946
 msgid "| logo-file STRING . . .the overlay file path/name"
 msgstr ""
 
-#: modules/control/rc.c:945
+#: modules/control/rc.c:947
 msgid "| logo-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:946
+#: modules/control/rc.c:948
 msgid "| logo-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:947
+#: modules/control/rc.c:949
 msgid "| logo-position #. . . . . . . . relative position"
 msgstr ""
 
-#: modules/control/rc.c:948
+#: modules/control/rc.c:950
 msgid "| logo-transparency #. . . . . . . . .transparency"
 msgstr ""
 
-#: modules/control/rc.c:950
+#: modules/control/rc.c:952
 msgid "| mosaic-alpha # . . . . . . . . . . . . . . alpha"
 msgstr ""
 
-#: modules/control/rc.c:951
+#: modules/control/rc.c:953
 msgid "| mosaic-height #. . . . . . . . . . . . . .height"
 msgstr ""
 
-#: modules/control/rc.c:952
+#: modules/control/rc.c:954
 msgid "| mosaic-width # . . . . . . . . . . . . . . width"
 msgstr ""
 
-#: modules/control/rc.c:953
+#: modules/control/rc.c:955
 msgid "| mosaic-xoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:954
+#: modules/control/rc.c:956
 msgid "| mosaic-yoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:955
+#: modules/control/rc.c:957
 msgid "| mosaic-align 0..2,4..6,8..10. . .mosaic alignment"
 msgstr ""
 
-#: modules/control/rc.c:956
+#: modules/control/rc.c:958
 msgid "| mosaic-vborder # . . . . . . . . vertical border"
 msgstr ""
 
-#: modules/control/rc.c:957
+#: modules/control/rc.c:959
 msgid "| mosaic-hborder # . . . . . . . horizontal border"
 msgstr ""
 
-#: modules/control/rc.c:958
+#: modules/control/rc.c:960
 msgid "| mosaic-position {0=auto,1=fixed} . . . .position"
 msgstr ""
 
-#: modules/control/rc.c:959
+#: modules/control/rc.c:961
 msgid "| mosaic-rows #. . . . . . . . . . .number of rows"
 msgstr ""
 
-#: modules/control/rc.c:960
+#: modules/control/rc.c:962
 msgid "| mosaic-cols #. . . . . . . . . . .number of cols"
 msgstr ""
 
-#: modules/control/rc.c:961
+#: modules/control/rc.c:963
 msgid "| mosaic-order id(,id)* . . . . order of pictures "
 msgstr ""
 
-#: modules/control/rc.c:962
+#: modules/control/rc.c:964
 msgid "| mosaic-keep-aspect-ratio {0,1} . . .aspect ratio"
 msgstr ""
 
-#: modules/control/rc.c:964
+#: modules/control/rc.c:966
 msgid ""
 "| check-updates [newer] [equal] [older]\n"
 "|               [undef] [info] [source] [binary] [plugin]"
 msgstr ""
 
-#: modules/control/rc.c:968
+#: modules/control/rc.c:970
 msgid "| help . . . . . . . . . . . . . this help message"
 msgstr ""
 
-#: modules/control/rc.c:969
+#: modules/control/rc.c:971
 msgid "| longhelp . . . . . . . . . a longer help message"
 msgstr ""
 
-#: modules/control/rc.c:970
+#: modules/control/rc.c:972
 msgid "| logout . . . . .  exit (if in socket connection)"
 msgstr ""
 
-#: modules/control/rc.c:971
+#: modules/control/rc.c:973
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc"
 msgstr ""
 
-#: modules/control/rc.c:973
+#: modules/control/rc.c:975
 msgid "+----[ end of help ]"
 msgstr ""
 
-#: modules/control/rc.c:1080
+#: modules/control/rc.c:1082
 #, fuzzy
 msgid "Press menu select or pause to continue."
 msgstr ""
 "\n"
 "Devam etmek için ENTER tuşuna basınız...\n"
 
-#: modules/control/rc.c:1324 modules/control/rc.c:1809
-#: modules/control/rc.c:1879 modules/control/rc.c:1928
-#: modules/control/rc.c:2027
+#: modules/control/rc.c:1326 modules/control/rc.c:1811
+#: modules/control/rc.c:1881 modules/control/rc.c:1930
+#: modules/control/rc.c:2029
 #, fuzzy
 msgid "Type 'menu select' or 'pause' to continue."
 msgstr ""
 "\n"
 "Devam etmek için ENTER tuşuna basınız...\n"
 
-#: modules/control/rc.c:1461
+#: modules/control/rc.c:1463
 #, fuzzy
 msgid "Type 'pause' to continue."
 msgstr ""
 "\n"
 "Devam etmek için ENTER tuşuna basınız...\n"
 
-#: modules/control/rc.c:2012 modules/control/rc.c:2051
+#: modules/control/rc.c:2014 modules/control/rc.c:2053
 msgid "Please provide one of the following parameters:"
 msgstr ""
 
@@ -9225,6 +9247,7 @@ msgstr ""
 #: modules/gui/macosx/interaction.m:135 modules/gui/macosx/open.m:158
 #: modules/gui/macosx/playlistinfo.m:60 modules/gui/macosx/prefs.m:122
 #: modules/gui/macosx/prefs.m:142 modules/gui/macosx/wizard.m:363
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:88
 msgid "Cancel"
 msgstr "Ä°ptal"
 
@@ -10159,8 +10182,8 @@ msgstr ""
 #: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:440
 #: modules/gui/macosx/open.m:634 modules/gui/macosx/open.m:738
 #: modules/gui/macosx/open.m:784 modules/gui/wxwidgets/interface.cpp:675
-#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:348
-#: modules/gui/wxwidgets/menus.cpp:404
+#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:349
+#: modules/gui/wxwidgets/menus.cpp:405
 msgid "Open"
 msgstr "Aç"
 
@@ -10172,7 +10195,7 @@ msgstr "Tercihler"
 
 #: modules/gui/beos/InterfaceWindow.cpp:237
 #: modules/gui/beos/InterfaceWindow.cpp:328 modules/gui/macosx/intf.m:503
-#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:35
+#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:41
 #: modules/gui/wxwidgets/dialogs/messages.cpp:47
 msgid "Messages"
 msgstr "Mesajlar"
@@ -10326,6 +10349,7 @@ msgstr "Uygula"
 
 #: modules/gui/beos/PreferencesWindow.cpp:254 modules/gui/macosx/output.m:526
 #: modules/gui/macosx/playlist.m:704 modules/gui/macosx/prefs.m:121
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:87
 msgid "Save"
 msgstr "Kaydet"
 
@@ -10449,7 +10473,7 @@ msgstr "Girdi bulunamadı"
 msgid "The stream must be playing or paused for bookmarks to work."
 msgstr ""
 
-#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:735
+#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:741
 #, fuzzy
 msgid "Jump To Time"
 msgstr "Git:"
@@ -10468,64 +10492,64 @@ msgstr "Git:"
 msgid "Random On"
 msgstr "Rastgele Açık"
 
-#: modules/gui/macosx/controls.m:167
+#: modules/gui/macosx/controls.m:168
 msgid "Random Off"
 msgstr "Rastgele Kapalı"
 
-#: modules/gui/macosx/controls.m:195 modules/gui/macosx/controls.m:719
+#: modules/gui/macosx/controls.m:197 modules/gui/macosx/controls.m:725
 #: modules/gui/macosx/intf.m:543 modules/gui/macosx/playlist.m:453
 #: modules/gui/macosx/playlist.m:1167
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:54
 msgid "Repeat One"
 msgstr "Bir kez Tekrarla"
 
-#: modules/gui/macosx/controls.m:199 modules/gui/macosx/controls.m:231
+#: modules/gui/macosx/controls.m:202 modules/gui/macosx/controls.m:236
 #: modules/gui/macosx/playlist.m:1186
 msgid "Repeat Off"
 msgstr "Tekrarlama Kapalı"
 
-#: modules/gui/macosx/controls.m:227 modules/gui/macosx/controls.m:726
+#: modules/gui/macosx/controls.m:231 modules/gui/macosx/controls.m:732
 #: modules/gui/macosx/intf.m:544 modules/gui/macosx/playlist.m:454
 #: modules/gui/macosx/playlist.m:1175
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:53
 msgid "Repeat All"
 msgstr "Tümünü Tekrarla"
 
-#: modules/gui/macosx/controls.m:308 modules/gui/macosx/controls.m:749
+#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
 #: modules/gui/macosx/intf.m:569
 msgid "Half Size"
 msgstr "Yarı boyut"
 
-#: modules/gui/macosx/controls.m:310 modules/gui/macosx/controls.m:750
+#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:756
 #: modules/gui/macosx/intf.m:570
 msgid "Normal Size"
 msgstr "Normal boyut"
 
-#: modules/gui/macosx/controls.m:312 modules/gui/macosx/controls.m:751
+#: modules/gui/macosx/controls.m:318 modules/gui/macosx/controls.m:757
 #: modules/gui/macosx/intf.m:571
 msgid "Double Size"
 msgstr "Ä°ki kat boyut"
 
-#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
-#: modules/gui/macosx/controls.m:766 modules/gui/macosx/intf.m:574
+#: modules/gui/macosx/controls.m:320 modules/gui/macosx/controls.m:761
+#: modules/gui/macosx/controls.m:772 modules/gui/macosx/intf.m:574
 msgid "Float on Top"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:752
+#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:758
 #: modules/gui/macosx/intf.m:572
 msgid "Fit to Screen"
 msgstr "Ekrana Sığdır"
 
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:542
+#: modules/gui/macosx/controls.m:718 modules/gui/macosx/intf.m:542
 #: modules/gui/macosx/playlist.m:447
 msgid "Random"
 msgstr "Rastgele"
 
-#: modules/gui/macosx/controls.m:733 modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/controls.m:739 modules/gui/macosx/intf.m:545
 msgid "Step Forward"
 msgstr "Ä°leriye Sar"
 
-#: modules/gui/macosx/controls.m:734 modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/controls.m:740 modules/gui/macosx/intf.m:546
 msgid "Step Backward"
 msgstr "Geriye Sar"
 
@@ -10544,7 +10568,7 @@ msgstr "Hızlı İleriye Sar"
 #: modules/gui/pda/pda_interface.c:251 modules/gui/wxwidgets/interface.cpp:678
 #: modules/gui/wxwidgets/interface.cpp:689
 #: modules/gui/wxwidgets/interface.cpp:1210
-#: modules/gui/wxwidgets/menus.cpp:265 modules/visualization/xosd.c:242
+#: modules/gui/wxwidgets/menus.cpp:266 modules/visualization/xosd.c:242
 msgid "Pause"
 msgstr "Duraklat"
 
@@ -10757,7 +10781,7 @@ msgstr "VLC - Kontroller"
 
 #: modules/gui/macosx/intf.m:488 modules/gui/macosx/intf.m:999
 #: modules/gui/macosx/intf.m:1321 modules/gui/pda/pda_interface.c:212
-#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:52
+#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:54
 msgid "VLC media player"
 msgstr "VLC medya oynatıcısı"
 
@@ -11204,81 +11228,6 @@ msgstr "SDP URL"
 msgid "Save File"
 msgstr "Dosya Kaydet"
 
-#: modules/gui/macosx/playlistinfo.m:56
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
-msgid "URI"
-msgstr "URI"
-
-#: modules/gui/macosx/playlistinfo.m:63
-#, fuzzy
-msgid "Advanced Information"
-msgstr "Gelişmiş seçenekler"
-
-#: modules/gui/macosx/playlistinfo.m:81
-msgid "Read at media"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:82
-#, fuzzy
-msgid "Input bitrate"
-msgstr "Sout akışı"
-
-#: modules/gui/macosx/playlistinfo.m:83
-#, fuzzy
-msgid "Demuxed"
-msgstr "Ayırıcılar"
-
-#: modules/gui/macosx/playlistinfo.m:84
-#, fuzzy
-msgid "Stream bitrate"
-msgstr "Maksimum yerel bit oranı"
-
-#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
-#, fuzzy
-msgid "Decoded blocks"
-msgstr "Kod çözücüler"
-
-#: modules/gui/macosx/playlistinfo.m:88
-#, fuzzy
-msgid "Displayed frames"
-msgstr "Kareleri atla"
-
-#: modules/gui/macosx/playlistinfo.m:89
-#, fuzzy
-msgid "Lost frames"
-msgstr "B çerçeveleri"
-
-#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
-#: modules/video_filter/deinterlace.c:137
-msgid "Streaming"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:92
-#, fuzzy
-msgid "Sent packets"
-msgstr "Paketleri grupla"
-
-#: modules/gui/macosx/playlistinfo.m:93
-msgid "Sent bytes"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:94
-#, fuzzy
-msgid "Send rate"
-msgstr "Örnekleme oranı"
-
-#: modules/gui/macosx/playlistinfo.m:98
-#, fuzzy
-msgid "Played buffers"
-msgstr "Hızlı oynat"
-
-#: modules/gui/macosx/playlistinfo.m:99
-msgid "Lost buffers"
-msgstr ""
-
 #: modules/gui/macosx/playlist.m:434
 msgid "Save Playlist..."
 msgstr "Listeyi Kaydet..."
@@ -11366,6 +11315,81 @@ msgstr ""
 msgid "Empty Folder"
 msgstr ""
 
+#: modules/gui/macosx/playlistinfo.m:56
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
+msgid "URI"
+msgstr "URI"
+
+#: modules/gui/macosx/playlistinfo.m:63
+#, fuzzy
+msgid "Advanced Information"
+msgstr "Gelişmiş seçenekler"
+
+#: modules/gui/macosx/playlistinfo.m:81
+msgid "Read at media"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:82
+#, fuzzy
+msgid "Input bitrate"
+msgstr "Sout akışı"
+
+#: modules/gui/macosx/playlistinfo.m:83
+#, fuzzy
+msgid "Demuxed"
+msgstr "Ayırıcılar"
+
+#: modules/gui/macosx/playlistinfo.m:84
+#, fuzzy
+msgid "Stream bitrate"
+msgstr "Maksimum yerel bit oranı"
+
+#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
+#, fuzzy
+msgid "Decoded blocks"
+msgstr "Kod çözücüler"
+
+#: modules/gui/macosx/playlistinfo.m:88
+#, fuzzy
+msgid "Displayed frames"
+msgstr "Kareleri atla"
+
+#: modules/gui/macosx/playlistinfo.m:89
+#, fuzzy
+msgid "Lost frames"
+msgstr "B çerçeveleri"
+
+#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
+#: modules/video_filter/deinterlace.c:137
+msgid "Streaming"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:92
+#, fuzzy
+msgid "Sent packets"
+msgstr "Paketleri grupla"
+
+#: modules/gui/macosx/playlistinfo.m:93
+msgid "Sent bytes"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:94
+#, fuzzy
+msgid "Send rate"
+msgstr "Örnekleme oranı"
+
+#: modules/gui/macosx/playlistinfo.m:98
+#, fuzzy
+msgid "Played buffers"
+msgstr "Hızlı oynat"
+
+#: modules/gui/macosx/playlistinfo.m:99
+msgid "Lost buffers"
+msgstr ""
+
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:213
 msgid "Reset All"
@@ -12588,11 +12612,22 @@ msgstr ""
 msgid "QNX RTOS video and audio output"
 msgstr "QNX RTOS video ve ses çıktısı"
 
+#: modules/gui/qt4/dialogs/errors.cpp:37
+#, fuzzy
+msgid "Errors"
+msgstr "Hata"
+
 #: modules/gui/qt4/dialogs/streaminfo.cpp:35
 #, fuzzy
 msgid "Stream information"
 msgstr "Ãœst-veri"
 
+#: modules/gui/qt4/dialogs_provider.cpp:235
+#: modules/gui/qt4/dialogs_provider.cpp:246
+#, fuzzy
+msgid "Open directory"
+msgstr "&Klasör Aç...\tCtrl-E"
+
 #: modules/gui/qt4/qt4.cpp:45
 #, fuzzy
 msgid "QT interface"
@@ -12776,6 +12811,11 @@ msgstr "WinCE arayüz modülü"
 msgid "WinCE dialogs provider"
 msgstr "WinCE diyalog sağlayıcı"
 
+#: modules/gui/wxwidgets/dialogs.cpp:433
+#: modules/gui/wxwidgets/dialogs/open.cpp:1265
+msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
+msgstr ""
+
 #: modules/gui/wxwidgets/dialogs/bookmarks.cpp:75
 msgid "Edit bookmark"
 msgstr "Yer imlerini düzenle"
@@ -12842,26 +12882,6 @@ msgstr ""
 msgid "Input has changed "
 msgstr "Girdi deÄŸiÅŸti "
 
-#: modules/gui/wxwidgets/dialogs.cpp:433
-#: modules/gui/wxwidgets/dialogs/open.cpp:1265
-msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:435
-#: modules/gui/wxwidgets/dialogs/open.cpp:1267
-msgid "|Video Files (*.avi, *.mpg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:436
-#: modules/gui/wxwidgets/dialogs/open.cpp:1268
-msgid "|Playlist Files (*.m3u, *.pls, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:437
-#: modules/gui/wxwidgets/dialogs/open.cpp:1269
-msgid "|Subtitle Files (*.srt, *.sub, etc.)|"
-msgstr ""
-
 #: modules/gui/wxwidgets/dialogs/fileinfo.cpp:54
 #, fuzzy
 msgid "Stream and Media Info"
@@ -13399,11 +13419,6 @@ msgstr "Çıktı dosyası"
 msgid "Loop"
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:415
-#, fuzzy
-msgid "Create"
-msgstr "Çerçeve oranı"
-
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:560
 #, fuzzy
 msgid "VLM stream"
@@ -13474,10 +13489,6 @@ msgid ""
 "about it."
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
-msgid "Transcode audio (if available)"
-msgstr ""
-
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:135
 msgid ""
 "Select the target audio codec. Choose a codec to display more information "
@@ -13542,6 +13553,10 @@ msgstr "Daha fazla bilgi"
 msgid "Save to file"
 msgstr "Kayıt dosyası"
 
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
+msgid "Transcode audio (if available)"
+msgstr ""
+
 #: modules/gui/wxwidgets/extrapanel.cpp:41
 msgid ""
 "Controls the blending of equalizer bands. The higher this value is, the more "
@@ -13818,7 +13833,7 @@ msgstr "&Mesajlar..."
 msgid "&Preferences..."
 msgstr "&Tercihler..."
 
-#: modules/gui/wxwidgets/menus.cpp:572 modules/gui/wxwidgets/menus.cpp:599
+#: modules/gui/wxwidgets/menus.cpp:573 modules/gui/wxwidgets/menus.cpp:600
 msgid "Empty"
 msgstr "BoÅŸ"
 
@@ -14315,10 +14330,6 @@ msgstr "Çıktı dosyası"
 msgid "Output data for RRDTool in this file."
 msgstr ""
 
-#: modules/misc/memcpy/memcpyaltivec.c:56
-msgid "AltiVec memcpy"
-msgstr ""
-
 #: modules/misc/memcpy/memcpy.c:83
 msgid "libc memcpy"
 msgstr ""
@@ -14335,6 +14346,10 @@ msgstr ""
 msgid "MMX EXT memcpy"
 msgstr ""
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr ""
+
 #: modules/misc/msn.c:64
 msgid "MSN Title format string"
 msgstr ""
@@ -15739,13 +15754,6 @@ msgstr ""
 msgid "Conversions from "
 msgstr ""
 
-#: 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 ""
-
 #: 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 "
@@ -17316,8 +17324,8 @@ msgid "XOSD interface"
 msgstr "XOSD arayüzü"
 
 #, fuzzy
-#~ msgid "Errors"
-#~ msgstr "Hata"
+#~ msgid "Create"
+#~ msgstr "Çerçeve oranı"
 
 #, fuzzy
 #~ msgid "Yes"
diff --git a/po/vlc.pot b/po/vlc.pot
index a05ba2b427eee2773f2c5a81707523d75299091e..66efa8c3913af7a2f416e7ba0969e9332f4789d9 100644
--- a/po/vlc.pot
+++ b/po/vlc.pot
@@ -8,14 +8,22 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-31 15:10+0400\n"
+"POT-Creation-Date: 2006-09-04 11:13+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"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: include/vlc/vlc.h:576
+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"
+"see the file named COPYING for details.\n"
+"Written by the VideoLAN team; see the AUTHORS file.\n"
+msgstr ""
+
 #: include/vlc_config_cat.h:32
 msgid "VLC preferences"
 msgstr ""
@@ -64,7 +72,7 @@ msgstr ""
 msgid "Hotkeys settings"
 msgstr ""
 
-#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1209
+#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1217
 #: modules/gui/beos/InterfaceWindow.cpp:282 modules/gui/macosx/extended.m:81
 #: modules/gui/macosx/intf.m:555 modules/gui/macosx/output.m:170
 #: modules/gui/macosx/playlistinfo.m:96 modules/gui/macosx/wizard.m:421
@@ -108,9 +116,9 @@ msgstr ""
 msgid "These are general settings for audio output modules."
 msgstr ""
 
-#: include/vlc_config_cat.h:71 src/libvlc.h:1553
+#: include/vlc_config_cat.h:71 src/libvlc.h:1563
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:578
-#: modules/gui/wxwidgets/menus.cpp:279 modules/stream_out/transcode.c:285
+#: modules/gui/wxwidgets/menus.cpp:280 modules/stream_out/transcode.c:285
 msgid "Miscellaneous"
 msgstr ""
 
@@ -118,7 +126,7 @@ msgstr ""
 msgid "Miscellaneous audio settings and modules."
 msgstr ""
 
-#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1244
+#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1252
 #: modules/gui/macosx/extended.m:80 modules/gui/macosx/intf.m:568
 #: modules/gui/macosx/output.m:160 modules/gui/macosx/playlistinfo.m:86
 #: modules/gui/macosx/wizard.m:422
@@ -226,7 +234,7 @@ msgstr ""
 msgid "General input settings. Use with care."
 msgstr ""
 
-#: include/vlc_config_cat.h:135 src/libvlc.h:1483
+#: include/vlc_config_cat.h:135 src/libvlc.h:1493
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:152
 msgid "Stream output"
 msgstr ""
@@ -312,8 +320,8 @@ msgstr ""
 msgid "VLC's implementation of Video On Demand"
 msgstr ""
 
-#: include/vlc_config_cat.h:186 src/libvlc.h:1608 src/playlist/engine.c:79
-#: src/playlist/engine.c:81 modules/demux/playlist/playlist.c:56
+#: include/vlc_config_cat.h:186 src/libvlc.h:1618 src/playlist/engine.c:91
+#: src/playlist/engine.c:93 modules/demux/playlist/playlist.c:56
 #: modules/demux/playlist/playlist.c:57
 #: modules/gui/beos/InterfaceWindow.cpp:231
 #: modules/gui/beos/InterfaceWindow.cpp:325 modules/gui/macosx/intf.m:500
@@ -344,7 +352,7 @@ msgid ""
 "playlist."
 msgstr ""
 
-#: include/vlc_config_cat.h:197 src/libvlc.h:1444
+#: include/vlc_config_cat.h:197 src/libvlc.h:1454
 #: modules/gui/macosx/prefs.m:124
 msgid "Advanced"
 msgstr ""
@@ -454,7 +462,7 @@ msgstr ""
 #: modules/gui/wxwidgets/interface.cpp:677
 #: modules/gui/wxwidgets/interface.cpp:688
 #: modules/gui/wxwidgets/interface.cpp:1216
-#: modules/gui/wxwidgets/menus.cpp:263 modules/gui/wxwidgets/menus.cpp:274
+#: modules/gui/wxwidgets/menus.cpp:264 modules/gui/wxwidgets/menus.cpp:275
 msgid "Play"
 msgstr ""
 
@@ -471,8 +479,8 @@ msgid "Delete"
 msgstr ""
 
 #: include/vlc_intf_strings.h:37 modules/gui/macosx/intf.m:599
-#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlistinfo.m:55
-#: modules/gui/macosx/playlistinfo.m:363 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/playlistinfo.m:55 modules/gui/macosx/playlistinfo.m:363
 msgid "Information"
 msgstr ""
 
@@ -505,8 +513,8 @@ msgstr ""
 msgid "Title"
 msgstr ""
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:58
-#: modules/gui/macosx/playlist.m:130 modules/gui/macosx/wizard.m:393
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:130
+#: modules/gui/macosx/playlistinfo.m:58 modules/gui/macosx/wizard.m:393
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:50
 msgid "Author"
 msgstr ""
@@ -578,14 +586,6 @@ msgstr ""
 msgid "Codec Description"
 msgstr ""
 
-#: include/vlc/vlc.h:576
-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"
-"see the file named COPYING for details.\n"
-"Written by the VideoLAN team; see the AUTHORS file.\n"
-msgstr ""
-
 #: src/audio_output/filters.c:154 src/audio_output/filters.c:201
 #: src/audio_output/filters.c:224
 msgid "Audio filtering failed"
@@ -598,7 +598,7 @@ msgid "The maximum number of filters (%d) was reached."
 msgstr ""
 
 #: src/audio_output/input.c:80 src/audio_output/input.c:126
-#: src/input/es_out.c:361 src/libvlc.h:417 src/video_output/video_output.c:421
+#: src/input/es_out.c:361 src/libvlc.h:421 src/video_output/video_output.c:421
 #: modules/codec/ffmpeg/postprocess.c:94
 msgid "Disable"
 msgstr ""
@@ -746,13 +746,14 @@ msgid "VLC could not open the decoder module."
 msgstr ""
 
 #: src/input/decoder.c:136
-msgid "No suitable decoder module for FOURCC \"4.4s\" found"
+msgid "No suitable decoder module for format"
 msgstr ""
 
 #: src/input/decoder.c:137
+#, c-format
 msgid ""
-"VLC probably does not support this audio or video format. Regrettably, there "
-"is no way for you to fix this."
+"VLC probably does not support the “%4.4s” audio or video format. "
+"Unfortunately there is no way for you to fix this."
 msgstr ""
 
 #: src/input/es_out.c:383 src/input/es_out.c:385 src/input/es_out.c:391
@@ -763,7 +764,7 @@ msgid "Track %i"
 msgstr ""
 
 #: src/input/es_out.c:465 src/input/es_out.c:467 src/input/es_out.c:567
-#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:443
+#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:447
 #: modules/gui/macosx/intf.m:548 modules/gui/macosx/intf.m:549
 msgid "Program"
 msgstr ""
@@ -802,8 +803,8 @@ msgstr ""
 msgid "Bits per sample"
 msgstr ""
 
-#: src/input/es_out.c:1605 modules/access_output/shout.c:86
-#: modules/access/pvr.c:84
+#: src/input/es_out.c:1605 modules/access/pvr.c:84
+#: modules/access_output/shout.c:86
 msgid "Bitrate"
 msgstr ""
 
@@ -855,7 +856,7 @@ msgstr ""
 msgid "Bookmark"
 msgstr ""
 
-#: src/input/var.c:131 src/libvlc.h:449
+#: src/input/var.c:131 src/libvlc.h:453
 msgid "Programs"
 msgstr ""
 
@@ -1500,120 +1501,128 @@ msgid ""
 msgstr ""
 
 #: src/libvlc.h:278
-msgid "Fullscreen video output"
+msgid "Embedded video"
 msgstr ""
 
 #: src/libvlc.h:280
-msgid "Start video in fullscreen mode"
+msgid "Embed the video output in the main interface."
 msgstr ""
 
 #: src/libvlc.h:282
-msgid "Overlay video output"
+msgid "Fullscreen video output"
 msgstr ""
 
 #: src/libvlc.h:284
+msgid "Start video in fullscreen mode"
+msgstr ""
+
+#: src/libvlc.h:286
+msgid "Overlay video output"
+msgstr ""
+
+#: src/libvlc.h:288
 msgid ""
 "Overlay is the hardware acceleration capability of your video card (ability "
 "to render video directly). VLC will try to use it by default."
 msgstr ""
 
-#: src/libvlc.h:287 src/video_output/vout_intf.c:399
+#: src/libvlc.h:291 src/video_output/vout_intf.c:399
 msgid "Always on top"
 msgstr ""
 
-#: src/libvlc.h:289
+#: src/libvlc.h:293
 msgid "Always place the video window on top of other windows."
 msgstr ""
 
-#: src/libvlc.h:291
+#: src/libvlc.h:295
 msgid "Disable screensaver"
 msgstr ""
 
-#: src/libvlc.h:292
+#: src/libvlc.h:296
 msgid "Disable the screensaver during video playback."
 msgstr ""
 
-#: src/libvlc.h:294
+#: src/libvlc.h:298
 msgid "Window decorations"
 msgstr ""
 
-#: src/libvlc.h:296
+#: src/libvlc.h:300
 msgid ""
 "VLC can avoid creating window caption, frames, etc... around the video, "
 "giving a \"minimal\" window."
 msgstr ""
 
-#: src/libvlc.h:299
+#: src/libvlc.h:303
 msgid "Video output filter module"
 msgstr ""
 
-#: src/libvlc.h:301
+#: src/libvlc.h:305
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
 "instance deinterlacing, or to clone or distort the video window."
 msgstr ""
 
-#: src/libvlc.h:305
+#: src/libvlc.h:309
 msgid "Video filter module"
 msgstr ""
 
-#: src/libvlc.h:307
+#: src/libvlc.h:311
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
 "instance deinterlacing, or distortthe video."
 msgstr ""
 
-#: src/libvlc.h:311
+#: src/libvlc.h:315
 msgid "Video snapshot directory (or filename)"
 msgstr ""
 
-#: src/libvlc.h:313
+#: src/libvlc.h:317
 msgid "Directory where the video snapshots will be stored."
 msgstr ""
 
-#: src/libvlc.h:315 src/libvlc.h:317
+#: src/libvlc.h:319 src/libvlc.h:321
 msgid "Video snapshot file prefix"
 msgstr ""
 
-#: src/libvlc.h:319
+#: src/libvlc.h:323
 msgid "Video snapshot format"
 msgstr ""
 
-#: src/libvlc.h:321
+#: src/libvlc.h:325
 msgid "Image format which will be used to store the video snapshots"
 msgstr ""
 
-#: src/libvlc.h:323
+#: src/libvlc.h:327
 msgid "Display video snapshot preview"
 msgstr ""
 
-#: src/libvlc.h:325
+#: src/libvlc.h:329
 msgid "Display the snapshot preview in the screen's top-left corner."
 msgstr ""
 
-#: src/libvlc.h:327
+#: src/libvlc.h:331
 msgid "Use sequential numbers instead of timestamps"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:333
 msgid "Use sequential numbers instead of timestamps for snapshot numbering"
 msgstr ""
 
-#: src/libvlc.h:331
+#: src/libvlc.h:335
 msgid "Video cropping"
 msgstr ""
 
-#: src/libvlc.h:333
+#: src/libvlc.h:337
 msgid ""
 "This forces the cropping of the source video. Accepted formats are x:y (4:3, "
 "16:9, etc.) expressing the global image aspect."
 msgstr ""
 
-#: src/libvlc.h:337
+#: src/libvlc.h:341
 msgid "Source aspect ratio"
 msgstr ""
 
-#: src/libvlc.h:339
+#: src/libvlc.h:343
 msgid ""
 "This forces 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 "
@@ -1622,122 +1631,122 @@ msgid ""
 "(1.25, 1.3333, etc.) expressing pixel squareness."
 msgstr ""
 
-#: src/libvlc.h:346
+#: src/libvlc.h:350
 msgid "Custom crop ratios list"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:352
 msgid ""
 "Comma seperated list of crop ratios which will be added in the interface's "
 "crop ratios list."
 msgstr ""
 
-#: src/libvlc.h:351
+#: src/libvlc.h:355
 msgid "Custom aspect ratios list"
 msgstr ""
 
-#: src/libvlc.h:353
+#: src/libvlc.h:357
 msgid ""
 "Comma seperated list of aspect ratios which will be added in the interface's "
 "aspect ratio list."
 msgstr ""
 
-#: src/libvlc.h:356
+#: src/libvlc.h:360
 msgid "Fix HDTV height"
 msgstr ""
 
-#: src/libvlc.h:358
+#: src/libvlc.h:362
 msgid ""
 "This allows proper handling of HDTV-1080 video format even if broken encoder "
 "incorrectly sets height to 1088 lines. You should only disable this option "
 "if your video has a non-standard format requiring all 1088 lines."
 msgstr ""
 
-#: src/libvlc.h:363
+#: src/libvlc.h:367
 msgid "Monitor pixel aspect ratio"
 msgstr ""
 
-#: src/libvlc.h:365
+#: src/libvlc.h:369
 msgid ""
 "This forces the monitor aspect ratio. Most monitors have square pixels "
 "(1:1). If you have a 16:9 screen, you might need to change this to 4:3 in "
 "order to keep proportions."
 msgstr ""
 
-#: src/libvlc.h:370
+#: src/libvlc.h:374
 msgid "Skip frames"
 msgstr ""
 
-#: src/libvlc.h:372
+#: src/libvlc.h:376
 msgid ""
 "This option enables framedropping on MPEG2 stream. Framedropping occurs when "
 "your computer is not powerful enough"
 msgstr ""
 
-#: src/libvlc.h:375
+#: src/libvlc.h:379
 msgid "Drop late frames"
 msgstr ""
 
-#: src/libvlc.h:377
+#: src/libvlc.h:381
 msgid ""
 "This drops frames that are late (arrive to the video output after their "
 "intended display date)."
 msgstr ""
 
-#: src/libvlc.h:380
+#: src/libvlc.h:384
 msgid "Quiet synchro"
 msgstr ""
 
-#: src/libvlc.h:382
+#: src/libvlc.h:386
 msgid ""
 "This avoids flooding the message log with debug output from the video output "
 "synchronization mechanism."
 msgstr ""
 
-#: src/libvlc.h:391
+#: src/libvlc.h:395
 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:396
+#: src/libvlc.h:400
 msgid ""
 "If you live in France, it is not allowed to workaround any Digital "
 "Restrictions Management measure."
 msgstr ""
 
-#: src/libvlc.h:399
+#: src/libvlc.h:403
 msgid "Clock reference average counter"
 msgstr ""
 
-#: src/libvlc.h:401
+#: src/libvlc.h:405
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
 msgstr ""
 
-#: src/libvlc.h:404
+#: src/libvlc.h:408
 msgid "Clock synchronisation"
 msgstr ""
 
-#: src/libvlc.h:406
+#: src/libvlc.h:410
 msgid ""
 "It is possible to disable the input clock synchronisation for real-time "
 "sources. Use this if you experience jerky playback of network streams."
 msgstr ""
 
-#: src/libvlc.h:410 modules/control/netsync.c:71
+#: src/libvlc.h:414 modules/control/netsync.c:71
 msgid "Network synchronisation"
 msgstr ""
 
-#: src/libvlc.h:411
+#: src/libvlc.h:415
 msgid ""
 "This allows you to remotely synchronise clocks for server and client. The "
 "detailed settings are available in Advanced / Network Sync."
 msgstr ""
 
-#: src/libvlc.h:417 src/libvlc.h:964 src/video_output/vout_intf.c:261
+#: src/libvlc.h:421 src/libvlc.h:972 src/video_output/vout_intf.c:261
 #: src/video_output/vout_intf.c:348 modules/access/dshow/dshow.cpp:74
 #: modules/access/dshow/dshow.cpp:76 modules/access/dshow/dshow.cpp:79
 #: modules/access/dshow/dshow.cpp:85 modules/audio_output/alsa.c:102
@@ -1750,7 +1759,7 @@ msgstr ""
 msgid "Default"
 msgstr ""
 
-#: src/libvlc.h:417 modules/gui/macosx/equalizer.m:145
+#: src/libvlc.h:421 modules/gui/macosx/equalizer.m:145
 #: modules/gui/macosx/extended.m:113 modules/gui/macosx/wizard.m:395
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:633
 #: modules/gui/wxwidgets/extrapanel.cpp:216
@@ -1758,175 +1767,175 @@ msgstr ""
 msgid "Enable"
 msgstr ""
 
-#: src/libvlc.h:419
+#: src/libvlc.h:423
 msgid "UDP port"
 msgstr ""
 
-#: src/libvlc.h:421
+#: src/libvlc.h:425
 msgid "This is the default port used for UDP streams. Default is 1234."
 msgstr ""
 
-#: src/libvlc.h:423
+#: src/libvlc.h:427
 msgid "MTU of the network interface"
 msgstr ""
 
-#: src/libvlc.h:425
+#: src/libvlc.h:429
 msgid ""
 "This is the maximum packet size that can be transmitted over the network "
 "interface. On Ethernet it is usually 1500 bytes."
 msgstr ""
 
-#: src/libvlc.h:428
+#: src/libvlc.h:432
 msgid "Hop limit (TTL)"
 msgstr ""
 
-#: src/libvlc.h:430
+#: src/libvlc.h:434
 msgid ""
 "This is the hop limit (also known as \"Time-To-Live\" or TTL) of the "
 "multicast packets sent by the stream output (0 = use operating system built-"
 "in default)."
 msgstr ""
 
-#: src/libvlc.h:434
+#: src/libvlc.h:438
 msgid "IPv6 multicast output interface"
 msgstr ""
 
-#: src/libvlc.h:436
+#: src/libvlc.h:440
 msgid "Default IPv6 multicast interface. This overrides the routing table."
 msgstr ""
 
-#: src/libvlc.h:438
+#: src/libvlc.h:442
 msgid "IPv4 multicast output interface address"
 msgstr ""
 
-#: src/libvlc.h:440
+#: src/libvlc.h:444
 msgid ""
 "IPv4 adress for the default multicast interface. This overrides the routing "
 "table."
 msgstr ""
 
-#: src/libvlc.h:445
+#: src/libvlc.h:449
 msgid ""
 "Choose the program to select by giving its Service ID. Only use this option "
 "if you want to read a multi-program stream (like DVB streams for example)."
 msgstr ""
 
-#: src/libvlc.h:451
+#: src/libvlc.h:455
 msgid ""
 "Choose the programs to select by giving a comma-separated list of Service "
 "IDs (SIDs). Only use this option if you want to read a multi-program stream "
 "(like DVB streams for example)."
 msgstr ""
 
-#: src/libvlc.h:457 modules/gui/wxwidgets/dialogs/open.cpp:779
+#: src/libvlc.h:461 modules/gui/wxwidgets/dialogs/open.cpp:779
 msgid "Audio track"
 msgstr ""
 
-#: src/libvlc.h:459
+#: src/libvlc.h:463
 msgid "Stream number of the audio track to use (from 0 to n)."
 msgstr ""
 
-#: src/libvlc.h:462 modules/gui/wxwidgets/dialogs/open.cpp:771
+#: src/libvlc.h:466 modules/gui/wxwidgets/dialogs/open.cpp:771
 msgid "Subtitles track"
 msgstr ""
 
-#: src/libvlc.h:464
+#: src/libvlc.h:468
 msgid "Stream number of the subtitle track to use (from 0 to n)."
 msgstr ""
 
-#: src/libvlc.h:467
+#: src/libvlc.h:471
 msgid "Audio language"
 msgstr ""
 
-#: src/libvlc.h:469
+#: src/libvlc.h:473
 msgid ""
 "Language of the audio track you want to use (comma separated, two or three "
 "letter country code)."
 msgstr ""
 
-#: src/libvlc.h:472
+#: src/libvlc.h:476
 msgid "Subtitle language"
 msgstr ""
 
-#: src/libvlc.h:474
+#: src/libvlc.h:478
 msgid ""
 "Language of the subtitle track you want to use (comma separated, two or tree "
 "letter country code)."
 msgstr ""
 
-#: src/libvlc.h:478
+#: src/libvlc.h:482
 msgid "Audio track ID"
 msgstr ""
 
-#: src/libvlc.h:480
+#: src/libvlc.h:484
 msgid "Stream ID of the audio track to use."
 msgstr ""
 
-#: src/libvlc.h:482
+#: src/libvlc.h:486
 msgid "Subtitles track ID"
 msgstr ""
 
-#: src/libvlc.h:484
+#: src/libvlc.h:488
 msgid "Stream ID of the subtitle track to use."
 msgstr ""
 
-#: src/libvlc.h:486
+#: src/libvlc.h:490
 msgid "Input repetitions"
 msgstr ""
 
-#: src/libvlc.h:488
+#: src/libvlc.h:492
 msgid "Number of time the same input will be repeated"
 msgstr ""
 
-#: src/libvlc.h:490
+#: src/libvlc.h:494
 msgid "Start time"
 msgstr ""
 
-#: src/libvlc.h:492
+#: src/libvlc.h:496
 msgid "The stream will start at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:494
+#: src/libvlc.h:498
 msgid "Stop time"
 msgstr ""
 
-#: src/libvlc.h:496
+#: src/libvlc.h:500
 msgid "The stream will stop at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:498
+#: src/libvlc.h:502
 msgid "Input list"
 msgstr ""
 
-#: src/libvlc.h:500
+#: src/libvlc.h:504
 msgid ""
 "You can give a comma-separated list of inputs that will be concatenated "
 "together after the normal one."
 msgstr ""
 
-#: src/libvlc.h:503
+#: src/libvlc.h:507
 msgid "Input slave (experimental)"
 msgstr ""
 
-#: src/libvlc.h:505
+#: src/libvlc.h:509
 msgid ""
 "This allows you to play from several inputs at the same time. This feature "
 "is experimental, not all formats are supported. Use a '#' separated list of "
 "inputs."
 msgstr ""
 
-#: src/libvlc.h:509
+#: src/libvlc.h:513
 msgid "Bookmarks list for a stream"
 msgstr ""
 
-#: src/libvlc.h:511
+#: src/libvlc.h:515
 msgid ""
 "You can manually give a list of bookmarks for a stream in the form "
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
 "{...}\""
 msgstr ""
 
-#: src/libvlc.h:517
+#: src/libvlc.h:521
 msgid ""
 "These options allow you to modify the behavior of the subpictures subsystem. "
 "You can for example enable subpictures filters (logo, etc.). Enable these "
@@ -1934,70 +1943,70 @@ msgid ""
 "section. You can also set many miscellaneous subpictures options."
 msgstr ""
 
-#: src/libvlc.h:523
+#: src/libvlc.h:527
 msgid "Force subtitle position"
 msgstr ""
 
-#: src/libvlc.h:525
+#: src/libvlc.h:529
 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:528
+#: src/libvlc.h:532
 msgid "Enable sub-pictures"
 msgstr ""
 
-#: src/libvlc.h:530
+#: src/libvlc.h:534
 msgid "You can completely disable the sub-picture processing."
 msgstr ""
 
-#: src/libvlc.h:532 src/libvlc.h:1324 src/misc/iso-639_def.h:143
+#: src/libvlc.h:536 src/libvlc.h:1334 src/misc/iso-639_def.h:143
 #: modules/stream_out/transcode.c:281
 msgid "On Screen Display"
 msgstr ""
 
-#: src/libvlc.h:534
+#: src/libvlc.h:538
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
 "Display)."
 msgstr ""
 
-#: src/libvlc.h:537
+#: src/libvlc.h:541
 msgid "Text rendering module"
 msgstr ""
 
-#: src/libvlc.h:539
+#: src/libvlc.h:543
 msgid ""
 "VLC normally uses Freetype for rendering, but this allows you to use svg for "
 "instance."
 msgstr ""
 
-#: src/libvlc.h:542
+#: src/libvlc.h:546
 msgid "Subpictures filter module"
 msgstr ""
 
-#: src/libvlc.h:544
+#: src/libvlc.h:548
 msgid ""
 "This adds so-called \"subpicture filters\". These filters overlay some "
 "images or text over the video (like a logo, arbitraty text...)."
 msgstr ""
 
-#: src/libvlc.h:547
+#: src/libvlc.h:551
 msgid "Autodetect subtitle files"
 msgstr ""
 
-#: src/libvlc.h:549
+#: src/libvlc.h:553
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified "
 "(based on the filename of the movie)."
 msgstr ""
 
-#: src/libvlc.h:552
+#: src/libvlc.h:556
 msgid "Subtitle autodetection fuzziness"
 msgstr ""
 
-#: src/libvlc.h:554
+#: src/libvlc.h:558
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -2008,446 +2017,446 @@ msgid ""
 "4 = subtitle file matching the movie name exactly"
 msgstr ""
 
-#: src/libvlc.h:562
+#: src/libvlc.h:566
 msgid "Subtitle autodetection paths"
 msgstr ""
 
-#: src/libvlc.h:564
+#: src/libvlc.h:568
 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:567
+#: src/libvlc.h:571
 msgid "Use subtitle file"
 msgstr ""
 
-#: src/libvlc.h:569
+#: src/libvlc.h:573
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
 msgstr ""
 
-#: src/libvlc.h:572
+#: src/libvlc.h:576
 msgid "DVD device"
 msgstr ""
 
-#: src/libvlc.h:575
+#: src/libvlc.h:579
 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:579
+#: src/libvlc.h:583
 msgid "This is the default DVD device to use."
 msgstr ""
 
-#: src/libvlc.h:582
+#: src/libvlc.h:586
 msgid "VCD device"
 msgstr ""
 
-#: src/libvlc.h:585
+#: src/libvlc.h:589
 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:589
+#: src/libvlc.h:593
 msgid "This is the default VCD device to use."
 msgstr ""
 
-#: src/libvlc.h:592
+#: src/libvlc.h:596
 msgid "Audio CD device"
 msgstr ""
 
-#: src/libvlc.h:595
+#: src/libvlc.h:599
 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:599
+#: src/libvlc.h:603
 msgid "This is the default Audio CD device to use."
 msgstr ""
 
-#: src/libvlc.h:602 modules/gui/wxwidgets/dialogs/open.cpp:841
+#: src/libvlc.h:606 modules/gui/wxwidgets/dialogs/open.cpp:841
 msgid "Force IPv6"
 msgstr ""
 
-#: src/libvlc.h:604
+#: src/libvlc.h:608
 msgid "IPv6 will be used by default for all connections."
 msgstr ""
 
-#: src/libvlc.h:606
+#: src/libvlc.h:610
 msgid "Force IPv4"
 msgstr ""
 
-#: src/libvlc.h:608
+#: src/libvlc.h:612
 msgid "IPv4 will be used by default for all connections."
 msgstr ""
 
-#: src/libvlc.h:610
+#: src/libvlc.h:614
 msgid "TCP connection timeout"
 msgstr ""
 
-#: src/libvlc.h:612
+#: src/libvlc.h:616
 msgid "Default TCP connection timeout (in milliseconds). "
 msgstr ""
 
-#: src/libvlc.h:614
+#: src/libvlc.h:618
 msgid "SOCKS server"
 msgstr ""
 
-#: src/libvlc.h:616
+#: src/libvlc.h:620
 msgid ""
 "SOCKS proxy server to use. This must be of the form address:port. It will be "
 "used for all TCP connections"
 msgstr ""
 
-#: src/libvlc.h:619
+#: src/libvlc.h:623
 msgid "SOCKS user name"
 msgstr ""
 
-#: src/libvlc.h:621
+#: src/libvlc.h:625
 msgid "User name to be used for connection to the SOCKS proxy."
 msgstr ""
 
-#: src/libvlc.h:623
+#: src/libvlc.h:627
 msgid "SOCKS password"
 msgstr ""
 
-#: src/libvlc.h:625
+#: src/libvlc.h:629
 msgid "Password to be used for connection to the SOCKS proxy."
 msgstr ""
 
-#: src/libvlc.h:627
+#: src/libvlc.h:631
 msgid "Title metadata"
 msgstr ""
 
-#: src/libvlc.h:629
+#: src/libvlc.h:633
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:631
+#: src/libvlc.h:635
 msgid "Author metadata"
 msgstr ""
 
-#: src/libvlc.h:633
+#: src/libvlc.h:637
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:635
+#: src/libvlc.h:639
 msgid "Artist metadata"
 msgstr ""
 
-#: src/libvlc.h:637
+#: src/libvlc.h:641
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:639
+#: src/libvlc.h:643
 msgid "Genre metadata"
 msgstr ""
 
-#: src/libvlc.h:641
+#: src/libvlc.h:645
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:643
+#: src/libvlc.h:647
 msgid "Copyright metadata"
 msgstr ""
 
-#: src/libvlc.h:645
+#: src/libvlc.h:649
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:647
+#: src/libvlc.h:651
 msgid "Description metadata"
 msgstr ""
 
-#: src/libvlc.h:649
+#: src/libvlc.h:653
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:651
+#: src/libvlc.h:655
 msgid "Date metadata"
 msgstr ""
 
-#: src/libvlc.h:653
+#: src/libvlc.h:657
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:655
+#: src/libvlc.h:659
 msgid "URL metadata"
 msgstr ""
 
-#: src/libvlc.h:657
+#: src/libvlc.h:661
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:661
+#: src/libvlc.h:665
 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:665
+#: src/libvlc.h:669
 msgid "Preferred decoders list"
 msgstr ""
 
-#: src/libvlc.h:667
+#: src/libvlc.h:671
 msgid ""
 "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. Only advanced "
 "users should alter this option as it can break playback of all your streams."
 msgstr ""
 
-#: src/libvlc.h:672
+#: src/libvlc.h:676
 msgid "Preferred encoders list"
 msgstr ""
 
-#: src/libvlc.h:674
+#: src/libvlc.h:678
 msgid ""
 "This allows you to select a list of encoders that VLC will use in priority."
 msgstr ""
 
-#: src/libvlc.h:683
+#: src/libvlc.h:687
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
 msgstr ""
 
-#: src/libvlc.h:686
+#: src/libvlc.h:690
 msgid "Default stream output chain"
 msgstr ""
 
-#: src/libvlc.h:688
+#: src/libvlc.h:692
 msgid ""
 "You can enter here a default stream output chain. Refer to the documentation "
 "to learn how to build such chains.Warning: this chain will be enabled for "
 "all streams."
 msgstr ""
 
-#: src/libvlc.h:692
+#: src/libvlc.h:696
 msgid "Enable streaming of all ES"
 msgstr ""
 
-#: src/libvlc.h:694
+#: src/libvlc.h:698
 msgid "Stream all elementary streams (video, audio and subtitles)"
 msgstr ""
 
-#: src/libvlc.h:696
+#: src/libvlc.h:700
 msgid "Display while streaming"
 msgstr ""
 
-#: src/libvlc.h:698
+#: src/libvlc.h:702
 msgid "Play locally the stream while streaming it."
 msgstr ""
 
-#: src/libvlc.h:700
+#: src/libvlc.h:704
 msgid "Enable video stream output"
 msgstr ""
 
-#: src/libvlc.h:702
+#: src/libvlc.h:706
 msgid ""
 "Choose whether the video stream should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:705
+#: src/libvlc.h:709
 msgid "Enable audio stream output"
 msgstr ""
 
-#: src/libvlc.h:707
+#: src/libvlc.h:711
 msgid ""
 "Choose whether the audio stream should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:710
+#: src/libvlc.h:714
 msgid "Enable SPU stream output"
 msgstr ""
 
-#: src/libvlc.h:712
+#: src/libvlc.h:716
 msgid ""
 "Choose whether the SPU streams should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:715
+#: src/libvlc.h:719
 msgid "Keep stream output open"
 msgstr ""
 
-#: src/libvlc.h:717
+#: src/libvlc.h:721
 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:721
+#: src/libvlc.h:725
 msgid "Preferred packetizer list"
 msgstr ""
 
-#: src/libvlc.h:723
+#: src/libvlc.h:727
 msgid ""
 "This allows you to select the order in which VLC will choose its packetizers."
 msgstr ""
 
-#: src/libvlc.h:726
+#: src/libvlc.h:730
 msgid "Mux module"
 msgstr ""
 
-#: src/libvlc.h:728
+#: src/libvlc.h:732
 msgid "This is a legacy entry to let you configure mux modules"
 msgstr ""
 
-#: src/libvlc.h:730
+#: src/libvlc.h:734
 msgid "Access output module"
 msgstr ""
 
-#: src/libvlc.h:732
+#: src/libvlc.h:736
 msgid "This is a legacy entry to let you configure access output modules"
 msgstr ""
 
-#: src/libvlc.h:734
+#: src/libvlc.h:738
 msgid "Control SAP flow"
 msgstr ""
 
-#: src/libvlc.h:736
+#: src/libvlc.h:740
 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:740
+#: src/libvlc.h:744
 msgid "SAP announcement interval"
 msgstr ""
 
-#: src/libvlc.h:742
+#: src/libvlc.h:746
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
 "between SAP announcements."
 msgstr ""
 
-#: src/libvlc.h:752
+#: src/libvlc.h:756
 msgid ""
 "These options allow you to enable special CPU optimizations. You should "
 "always leave all these enabled."
 msgstr ""
 
-#: src/libvlc.h:755
+#: src/libvlc.h:759
 msgid "Enable FPU support"
 msgstr ""
 
-#: src/libvlc.h:757
+#: src/libvlc.h:761
 msgid ""
 "If your processor has a floating point calculation unit, VLC can take "
 "advantage of it."
 msgstr ""
 
-#: src/libvlc.h:760
+#: src/libvlc.h:764
 msgid "Enable CPU MMX support"
 msgstr ""
 
-#: src/libvlc.h:762
+#: src/libvlc.h:766
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:765
+#: src/libvlc.h:769
 msgid "Enable CPU 3D Now! support"
 msgstr ""
 
-#: src/libvlc.h:767
+#: src/libvlc.h:771
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:770
+#: src/libvlc.h:774
 msgid "Enable CPU MMX EXT support"
 msgstr ""
 
-#: src/libvlc.h:772
+#: src/libvlc.h:776
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:775
+#: src/libvlc.h:779
 msgid "Enable CPU SSE support"
 msgstr ""
 
-#: src/libvlc.h:777
+#: src/libvlc.h:781
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:780
+#: src/libvlc.h:784
 msgid "Enable CPU SSE2 support"
 msgstr ""
 
-#: src/libvlc.h:782
+#: src/libvlc.h:786
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:785
+#: src/libvlc.h:789
 msgid "Enable CPU AltiVec support"
 msgstr ""
 
-#: src/libvlc.h:787
+#: src/libvlc.h:791
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:792
+#: src/libvlc.h:796
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:795
+#: src/libvlc.h:799
 msgid "Memory copy module"
 msgstr ""
 
-#: src/libvlc.h:797
+#: src/libvlc.h:801
 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:800
+#: src/libvlc.h:804
 msgid "Access module"
 msgstr ""
 
-#: src/libvlc.h:802
+#: src/libvlc.h:806
 msgid ""
 "This allows you to force an access module. You can use it if the correct "
 "access is not automatically detected. You should not set this as a global "
 "option unless you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:806
+#: src/libvlc.h:810
 msgid "Access filter module"
 msgstr ""
 
-#: src/libvlc.h:808
+#: src/libvlc.h:812
 msgid ""
 "Access filters are used to modify the stream that is being read. This is "
 "used for instance for timeshifting."
 msgstr ""
 
-#: src/libvlc.h:811
+#: src/libvlc.h:815
 msgid "Demux module"
 msgstr ""
 
-#: src/libvlc.h:813
+#: src/libvlc.h:817
 msgid ""
 "Demultiplexers are used to separate the \"elementary\" streams (like audio "
 "and video streams). You can use it if the correct demuxer is not "
@@ -2455,11 +2464,11 @@ msgid ""
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:818
+#: src/libvlc.h:822
 msgid "Allow real-time priority"
 msgstr ""
 
-#: src/libvlc.h:820
+#: src/libvlc.h:824
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -2467,94 +2476,94 @@ msgid ""
 "only activate this if you know what you're doing."
 msgstr ""
 
-#: src/libvlc.h:826
+#: src/libvlc.h:830
 msgid "Adjust VLC priority"
 msgstr ""
 
-#: src/libvlc.h:828
+#: src/libvlc.h:832
 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:832
+#: src/libvlc.h:836
 msgid "Minimize number of threads"
 msgstr ""
 
-#: src/libvlc.h:834
+#: src/libvlc.h:838
 msgid "This option minimizes the number of threads needed to run VLC."
 msgstr ""
 
-#: src/libvlc.h:836
+#: src/libvlc.h:840
 msgid "Modules search path"
 msgstr ""
 
-#: src/libvlc.h:838
+#: src/libvlc.h:842
 msgid "Additional path for VLC to look for its modules."
 msgstr ""
 
-#: src/libvlc.h:840
+#: src/libvlc.h:844
 msgid "VLM configuration file"
 msgstr ""
 
-#: src/libvlc.h:842
+#: src/libvlc.h:846
 msgid "Read a VLM configuration file as soon as VLM is started."
 msgstr ""
 
-#: src/libvlc.h:844
+#: src/libvlc.h:848
 msgid "Use a plugins cache"
 msgstr ""
 
-#: src/libvlc.h:846
+#: src/libvlc.h:850
 msgid "Use a plugins cache which will greatly improve the startup time of VLC."
 msgstr ""
 
-#: src/libvlc.h:848
+#: src/libvlc.h:852
 msgid "Collect statistics"
 msgstr ""
 
-#: src/libvlc.h:850
+#: src/libvlc.h:854
 msgid "Collect miscellaneous statistics."
 msgstr ""
 
-#: src/libvlc.h:852
+#: src/libvlc.h:856
 msgid "Run as daemon process"
 msgstr ""
 
-#: src/libvlc.h:854
+#: src/libvlc.h:858
 msgid "Runs VLC as a background daemon process."
 msgstr ""
 
-#: src/libvlc.h:856
+#: src/libvlc.h:860
 msgid "Write process id to file"
 msgstr ""
 
-#: src/libvlc.h:858
+#: src/libvlc.h:862
 msgid "Writes process id into specified file."
 msgstr ""
 
-#: src/libvlc.h:860
+#: src/libvlc.h:864
 msgid "Log to file"
 msgstr ""
 
-#: src/libvlc.h:862
+#: src/libvlc.h:866
 msgid "Log all VLC messages to a text file."
 msgstr ""
 
-#: src/libvlc.h:864
+#: src/libvlc.h:868
 msgid "Log to syslog"
 msgstr ""
 
-#: src/libvlc.h:866
+#: src/libvlc.h:870
 msgid "Log all VLC messages to syslog (UNIX systems)."
 msgstr ""
 
-#: src/libvlc.h:868
+#: src/libvlc.h:872
 msgid "Allow only one running instance"
 msgstr ""
 
-#: src/libvlc.h:870
+#: src/libvlc.h:874
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
 "example if you associated VLC with some media types and you don't want a new "
@@ -2563,27 +2572,27 @@ msgid ""
 "running instance or enqueue it."
 msgstr ""
 
-#: src/libvlc.h:876
+#: src/libvlc.h:880
 msgid "VLC is started from file association"
 msgstr ""
 
-#: src/libvlc.h:878
+#: src/libvlc.h:882
 msgid "Tell VLC that it is being launched due to a file association in the OS"
 msgstr ""
 
-#: src/libvlc.h:881
+#: src/libvlc.h:885
 msgid "One instance when started from file"
 msgstr ""
 
-#: src/libvlc.h:883
+#: src/libvlc.h:887
 msgid "Allow only one running instance when started from file."
 msgstr ""
 
-#: src/libvlc.h:885
+#: src/libvlc.h:889
 msgid "Increase the priority of the process"
 msgstr ""
 
-#: src/libvlc.h:887
+#: src/libvlc.h:891
 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 "
@@ -2593,22 +2602,22 @@ msgid ""
 "machine."
 msgstr ""
 
-#: src/libvlc.h:894
+#: src/libvlc.h:898
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr ""
 
-#: src/libvlc.h:896
+#: src/libvlc.h:900
 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:901
+#: src/libvlc.h:905
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr ""
 
-#: src/libvlc.h:904
+#: src/libvlc.h:908
 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 "
@@ -2617,194 +2626,202 @@ msgid ""
 "fastest but slightly incorrect), 1 (default) and 2."
 msgstr ""
 
-#: src/libvlc.h:913
+#: src/libvlc.h:917
 msgid "Enqueue items to playlist when in one instance mode"
 msgstr ""
 
-#: src/libvlc.h:915
+#: src/libvlc.h:919
 msgid ""
 "When using the one instance only option, enqueue items to playlist and keep "
 "playing current item."
 msgstr ""
 
-#: src/libvlc.h:924
+#: src/libvlc.h:928
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
 msgstr ""
 
-#: src/libvlc.h:927
+#: src/libvlc.h:931
 msgid "Automatically preparse files"
 msgstr ""
 
-#: src/libvlc.h:929
+#: src/libvlc.h:933
 msgid ""
 "Automatically preparse files added to the playlist (to retrieve some "
 "metadata)."
 msgstr ""
 
-#: src/libvlc.h:932
+#: src/libvlc.h:936
 msgid "Services discovery modules"
 msgstr ""
 
-#: src/libvlc.h:934
+#: src/libvlc.h:938
 msgid ""
 "Specifies the services discovery modules to load, separated by semi-colons. "
 "Typical values are sap, hal, ..."
 msgstr ""
 
-#: src/libvlc.h:937
+#: src/libvlc.h:941
 msgid "Play files randomly forever"
 msgstr ""
 
-#: src/libvlc.h:939
+#: src/libvlc.h:943
 msgid "VLC will randomly play files in the playlist until interrupted."
 msgstr ""
 
-#: src/libvlc.h:941
+#: src/libvlc.h:945
 msgid "Repeat all"
 msgstr ""
 
-#: src/libvlc.h:943
+#: src/libvlc.h:947
 msgid "VLC will keep playing the playlist indefinitely."
 msgstr ""
 
-#: src/libvlc.h:945
+#: src/libvlc.h:949
 msgid "Repeat current item"
 msgstr ""
 
-#: src/libvlc.h:947
+#: src/libvlc.h:951
 msgid "VLC will keep playing the current playlist item."
 msgstr ""
 
-#: src/libvlc.h:949
+#: src/libvlc.h:953
 msgid "Play and stop"
 msgstr ""
 
-#: src/libvlc.h:951
+#: src/libvlc.h:955
 msgid "Stop the playlist after each played playlist item."
 msgstr ""
 
-#: src/libvlc.h:953
+#: src/libvlc.h:957
+msgid "Play and exit"
+msgstr ""
+
+#: src/libvlc.h:959
+msgid "Exit if there are no more items in the playlist."
+msgstr ""
+
+#: src/libvlc.h:961
 msgid "Use media library"
 msgstr ""
 
-#: src/libvlc.h:955
+#: src/libvlc.h:963
 msgid ""
 "The media library is automatically saved and reloaded each time you start "
 "VLC."
 msgstr ""
 
-#: src/libvlc.h:958
+#: src/libvlc.h:966
 msgid "Use playlist tree"
 msgstr ""
 
-#: src/libvlc.h:960
+#: src/libvlc.h:968
 msgid ""
 "The playlist can use a tree to categorize some items, like the contents of a "
 "directory. \"Default\" means that the tree will only be used when really "
 "needed."
 msgstr ""
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 msgid "Always"
 msgstr ""
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 msgid "Never"
 msgstr ""
 
-#: src/libvlc.h:973
+#: src/libvlc.h:981
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr ""
 
-#: src/libvlc.h:976 src/video_output/vout_intf.c:408
+#: src/libvlc.h:984 src/video_output/vout_intf.c:408
 #: modules/gui/beos/VideoOutput.cpp:1057 modules/gui/macosx/applescript.m:126
-#: modules/gui/macosx/controls.m:338 modules/gui/macosx/controls.m:754
-#: modules/gui/macosx/controls.m:784 modules/gui/macosx/embeddedwindow.m:44
+#: modules/gui/macosx/controls.m:344 modules/gui/macosx/controls.m:760
+#: modules/gui/macosx/controls.m:790 modules/gui/macosx/embeddedwindow.m:44
 #: modules/gui/macosx/intf.m:497 modules/gui/macosx/intf.m:573
 #: modules/gui/macosx/intf.m:629
 msgid "Fullscreen"
 msgstr ""
 
-#: src/libvlc.h:977
+#: src/libvlc.h:985
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr ""
 
-#: src/libvlc.h:978 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
+#: src/libvlc.h:986 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
 #: modules/gui/wxwidgets/interface.cpp:1504
 msgid "Play/Pause"
 msgstr ""
 
-#: src/libvlc.h:979
+#: src/libvlc.h:987
 msgid "Select the hotkey to use to swap paused state."
 msgstr ""
 
-#: src/libvlc.h:980
+#: src/libvlc.h:988
 msgid "Pause only"
 msgstr ""
 
-#: src/libvlc.h:981
+#: src/libvlc.h:989
 msgid "Select the hotkey to use to pause."
 msgstr ""
 
-#: src/libvlc.h:982
+#: src/libvlc.h:990
 msgid "Play only"
 msgstr ""
 
-#: src/libvlc.h:983
+#: src/libvlc.h:991
 msgid "Select the hotkey to use to play."
 msgstr ""
 
-#: src/libvlc.h:984 modules/control/hotkeys.c:713
-#: modules/gui/macosx/controls.m:687 modules/gui/macosx/intf.m:538
+#: src/libvlc.h:992 modules/control/hotkeys.c:713
+#: modules/gui/macosx/controls.m:693 modules/gui/macosx/intf.m:538
 #: modules/gui/wxwidgets/interface.cpp:695
 msgid "Faster"
 msgstr ""
 
-#: src/libvlc.h:985
+#: src/libvlc.h:993
 msgid "Select the hotkey to use for fast forward playback."
 msgstr ""
 
-#: src/libvlc.h:986 modules/control/hotkeys.c:721
-#: modules/gui/macosx/controls.m:688 modules/gui/macosx/intf.m:539
+#: src/libvlc.h:994 modules/control/hotkeys.c:721
+#: modules/gui/macosx/controls.m:694 modules/gui/macosx/intf.m:539
 #: modules/gui/wxwidgets/interface.cpp:694
 msgid "Slower"
 msgstr ""
 
-#: src/libvlc.h:987
+#: src/libvlc.h:995
 msgid "Select the hotkey to use for slow motion playback."
 msgstr ""
 
-#: src/libvlc.h:988 modules/control/hotkeys.c:680
-#: modules/gui/macosx/controls.m:708 modules/gui/macosx/intf.m:496
+#: src/libvlc.h:996 modules/control/hotkeys.c:680
+#: modules/gui/macosx/controls.m:714 modules/gui/macosx/intf.m:496
 #: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:617
 #: modules/gui/macosx/intf.m:625 modules/gui/macosx/wizard.m:313
 #: modules/gui/macosx/wizard.m:364 modules/gui/macosx/wizard.m:1606
 #: modules/gui/wxwidgets/interface.cpp:693
 #: modules/gui/wxwidgets/interface.cpp:1509
-#: modules/gui/wxwidgets/menus.cpp:258
+#: modules/gui/wxwidgets/menus.cpp:259
 msgid "Next"
 msgstr ""
 
-#: src/libvlc.h:989
+#: src/libvlc.h:997
 msgid "Select the hotkey to use to skip to the next item in the playlist."
 msgstr ""
 
-#: src/libvlc.h:990 modules/control/hotkeys.c:692
-#: modules/gui/macosx/controls.m:707 modules/gui/macosx/intf.m:491
+#: src/libvlc.h:998 modules/control/hotkeys.c:692
+#: modules/gui/macosx/controls.m:713 modules/gui/macosx/intf.m:491
 #: modules/gui/macosx/intf.m:540 modules/gui/macosx/intf.m:618
 #: modules/gui/macosx/intf.m:624 modules/gui/wxwidgets/interface.cpp:692
 #: modules/gui/wxwidgets/interface.cpp:1508
-#: modules/gui/wxwidgets/menus.cpp:257
+#: modules/gui/wxwidgets/menus.cpp:258
 msgid "Previous"
 msgstr ""
 
-#: src/libvlc.h:991
+#: src/libvlc.h:999
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
 msgstr ""
 
-#: src/libvlc.h:992 modules/gui/macosx/controls.m:699
+#: src/libvlc.h:1000 modules/gui/macosx/controls.m:705
 #: modules/gui/macosx/intf.m:494 modules/gui/macosx/intf.m:537
 #: modules/gui/macosx/intf.m:616 modules/gui/macosx/intf.m:623
 #: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
@@ -2812,534 +2829,534 @@ msgstr ""
 #: modules/gui/wxwidgets/interface.cpp:676
 #: modules/gui/wxwidgets/interface.cpp:687
 #: modules/gui/wxwidgets/interface.cpp:1510
-#: modules/gui/wxwidgets/menus.cpp:256 modules/visualization/xosd.c:237
+#: modules/gui/wxwidgets/menus.cpp:257 modules/visualization/xosd.c:237
 msgid "Stop"
 msgstr ""
 
-#: src/libvlc.h:993
+#: src/libvlc.h:1001
 msgid "Select the hotkey to stop playback."
 msgstr ""
 
-#: src/libvlc.h:994 modules/gui/macosx/bookmarks.m:101
+#: src/libvlc.h:1002 modules/gui/macosx/bookmarks.m:101
 #: modules/gui/macosx/bookmarks.m:110 modules/gui/macosx/embeddedwindow.m:46
 #: modules/gui/macosx/intf.m:499 modules/video_filter/marq.c:122
 #: modules/video_filter/rss.c:174
 msgid "Position"
 msgstr ""
 
-#: src/libvlc.h:995
+#: src/libvlc.h:1003
 msgid "Select the hotkey to display the position."
 msgstr ""
 
-#: src/libvlc.h:997
+#: src/libvlc.h:1005
 msgid "Very short backwards jump"
 msgstr ""
 
-#: src/libvlc.h:999
+#: src/libvlc.h:1007
 msgid "Select the hotkey to make a very short backwards jump."
 msgstr ""
 
-#: src/libvlc.h:1000
+#: src/libvlc.h:1008
 msgid "Short backwards jump"
 msgstr ""
 
-#: src/libvlc.h:1002
+#: src/libvlc.h:1010
 msgid "Select the hotkey to make a short backwards jump."
 msgstr ""
 
-#: src/libvlc.h:1003
+#: src/libvlc.h:1011
 msgid "Medium backwards jump"
 msgstr ""
 
-#: src/libvlc.h:1005
+#: src/libvlc.h:1013
 msgid "Select the hotkey to make a medium backwards jump."
 msgstr ""
 
-#: src/libvlc.h:1006
+#: src/libvlc.h:1014
 msgid "Long backwards jump"
 msgstr ""
 
-#: src/libvlc.h:1008
+#: src/libvlc.h:1016
 msgid "Select the hotkey to make a long backwards jump."
 msgstr ""
 
-#: src/libvlc.h:1010
+#: src/libvlc.h:1018
 msgid "Very short forward jump"
 msgstr ""
 
-#: src/libvlc.h:1012
+#: src/libvlc.h:1020
 msgid "Select the hotkey to make a very short forward jump."
 msgstr ""
 
-#: src/libvlc.h:1013
+#: src/libvlc.h:1021
 msgid "Short forward jump"
 msgstr ""
 
-#: src/libvlc.h:1015
+#: src/libvlc.h:1023
 msgid "Select the hotkey to make a short forward jump."
 msgstr ""
 
-#: src/libvlc.h:1016
+#: src/libvlc.h:1024
 msgid "Medium forward jump"
 msgstr ""
 
-#: src/libvlc.h:1018
+#: src/libvlc.h:1026
 msgid "Select the hotkey to make a medium forward jump."
 msgstr ""
 
-#: src/libvlc.h:1019
+#: src/libvlc.h:1027
 msgid "Long forward jump"
 msgstr ""
 
-#: src/libvlc.h:1021
+#: src/libvlc.h:1029
 msgid "Select the hotkey to make a long forward jump."
 msgstr ""
 
-#: src/libvlc.h:1023
+#: src/libvlc.h:1031
 msgid "Very short jump length"
 msgstr ""
 
-#: src/libvlc.h:1024
+#: src/libvlc.h:1032
 msgid "Very short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1025
+#: src/libvlc.h:1033
 msgid "Short jump length"
 msgstr ""
 
-#: src/libvlc.h:1026
+#: src/libvlc.h:1034
 msgid "Short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1027
+#: src/libvlc.h:1035
 msgid "Medium jump length"
 msgstr ""
 
-#: src/libvlc.h:1028
+#: src/libvlc.h:1036
 msgid "Medium jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1029
+#: src/libvlc.h:1037
 msgid "Long jump length"
 msgstr ""
 
-#: src/libvlc.h:1030
+#: src/libvlc.h:1038
 msgid "Long jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1032 modules/control/hotkeys.c:258
+#: src/libvlc.h:1040 modules/control/hotkeys.c:258
 #: modules/gui/beos/InterfaceWindow.cpp:276
 msgid "Quit"
 msgstr ""
 
-#: src/libvlc.h:1033
+#: src/libvlc.h:1041
 msgid "Select the hotkey to quit the application."
 msgstr ""
 
-#: src/libvlc.h:1034
+#: src/libvlc.h:1042
 msgid "Navigate up"
 msgstr ""
 
-#: src/libvlc.h:1035
+#: src/libvlc.h:1043
 msgid "Select the key to move the selector up in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1036
+#: src/libvlc.h:1044
 msgid "Navigate down"
 msgstr ""
 
-#: src/libvlc.h:1037
+#: src/libvlc.h:1045
 msgid "Select the key to move the selector down in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1038
+#: src/libvlc.h:1046
 msgid "Navigate left"
 msgstr ""
 
-#: src/libvlc.h:1039
+#: src/libvlc.h:1047
 msgid "Select the key to move the selector left in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1040
+#: src/libvlc.h:1048
 msgid "Navigate right"
 msgstr ""
 
-#: src/libvlc.h:1041
+#: src/libvlc.h:1049
 msgid "Select the key to move the selector right in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1042
+#: src/libvlc.h:1050
 msgid "Activate"
 msgstr ""
 
-#: src/libvlc.h:1043
+#: src/libvlc.h:1051
 msgid "Select the key to activate selected item in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:1044
+#: src/libvlc.h:1052
 msgid "Go to the DVD menu"
 msgstr ""
 
-#: src/libvlc.h:1045
+#: src/libvlc.h:1053
 msgid "Select the key to take you to the DVD menu"
 msgstr ""
 
-#: src/libvlc.h:1046
+#: src/libvlc.h:1054
 msgid "Select previous DVD title"
 msgstr ""
 
-#: src/libvlc.h:1047
+#: src/libvlc.h:1055
 msgid "Select the key to choose the previous title from the DVD"
 msgstr ""
 
-#: src/libvlc.h:1048
+#: src/libvlc.h:1056
 msgid "Select next DVD title"
 msgstr ""
 
-#: src/libvlc.h:1049
+#: src/libvlc.h:1057
 msgid "Select the key to choose the next title from the DVD"
 msgstr ""
 
-#: src/libvlc.h:1050
+#: src/libvlc.h:1058
 msgid "Select prev DVD chapter"
 msgstr ""
 
-#: src/libvlc.h:1051
+#: src/libvlc.h:1059
 msgid "Select the key to choose the previous chapter from the DVD"
 msgstr ""
 
-#: src/libvlc.h:1052
+#: src/libvlc.h:1060
 msgid "Select next DVD chapter"
 msgstr ""
 
-#: src/libvlc.h:1053
+#: src/libvlc.h:1061
 msgid "Select the key to choose the next chapter from the DVD"
 msgstr ""
 
-#: src/libvlc.h:1054
+#: src/libvlc.h:1062
 msgid "Volume up"
 msgstr ""
 
-#: src/libvlc.h:1055
+#: src/libvlc.h:1063
 msgid "Select the key to increase audio volume."
 msgstr ""
 
-#: src/libvlc.h:1056
+#: src/libvlc.h:1064
 msgid "Volume down"
 msgstr ""
 
-#: src/libvlc.h:1057
+#: src/libvlc.h:1065
 msgid "Select the key to decrease audio volume."
 msgstr ""
 
-#: src/libvlc.h:1058 modules/gui/macosx/controls.m:744
+#: src/libvlc.h:1066 modules/gui/macosx/controls.m:750
 #: modules/gui/macosx/intf.m:558 modules/gui/macosx/intf.m:619
 #: modules/gui/macosx/intf.m:628
 msgid "Mute"
 msgstr ""
 
-#: src/libvlc.h:1059
+#: src/libvlc.h:1067
 msgid "Select the key to mute audio."
 msgstr ""
 
-#: src/libvlc.h:1060
+#: src/libvlc.h:1068
 msgid "Subtitle delay up"
 msgstr ""
 
-#: src/libvlc.h:1061
+#: src/libvlc.h:1069
 msgid "Select the key to increase the subtitle delay."
 msgstr ""
 
-#: src/libvlc.h:1062
+#: src/libvlc.h:1070
 msgid "Subtitle delay down"
 msgstr ""
 
-#: src/libvlc.h:1063
+#: src/libvlc.h:1071
 msgid "Select the key to decrease the subtitle delay."
 msgstr ""
 
-#: src/libvlc.h:1064
+#: src/libvlc.h:1072
 msgid "Audio delay up"
 msgstr ""
 
-#: src/libvlc.h:1065
+#: src/libvlc.h:1073
 msgid "Select the key to increase the audio delay."
 msgstr ""
 
-#: src/libvlc.h:1066
+#: src/libvlc.h:1074
 msgid "Audio delay down"
 msgstr ""
 
-#: src/libvlc.h:1067
+#: src/libvlc.h:1075
 msgid "Select the key to decrease the audio delay."
 msgstr ""
 
-#: src/libvlc.h:1068
+#: src/libvlc.h:1076
 msgid "Play playlist bookmark 1"
 msgstr ""
 
-#: src/libvlc.h:1069
+#: src/libvlc.h:1077
 msgid "Play playlist bookmark 2"
 msgstr ""
 
-#: src/libvlc.h:1070
+#: src/libvlc.h:1078
 msgid "Play playlist bookmark 3"
 msgstr ""
 
-#: src/libvlc.h:1071
+#: src/libvlc.h:1079
 msgid "Play playlist bookmark 4"
 msgstr ""
 
-#: src/libvlc.h:1072
+#: src/libvlc.h:1080
 msgid "Play playlist bookmark 5"
 msgstr ""
 
-#: src/libvlc.h:1073
+#: src/libvlc.h:1081
 msgid "Play playlist bookmark 6"
 msgstr ""
 
-#: src/libvlc.h:1074
+#: src/libvlc.h:1082
 msgid "Play playlist bookmark 7"
 msgstr ""
 
-#: src/libvlc.h:1075
+#: src/libvlc.h:1083
 msgid "Play playlist bookmark 8"
 msgstr ""
 
-#: src/libvlc.h:1076
+#: src/libvlc.h:1084
 msgid "Play playlist bookmark 9"
 msgstr ""
 
-#: src/libvlc.h:1077
+#: src/libvlc.h:1085
 msgid "Play playlist bookmark 10"
 msgstr ""
 
-#: src/libvlc.h:1078
+#: src/libvlc.h:1086
 msgid "Select the key to play this bookmark."
 msgstr ""
 
-#: src/libvlc.h:1079
+#: src/libvlc.h:1087
 msgid "Set playlist bookmark 1"
 msgstr ""
 
-#: src/libvlc.h:1080
+#: src/libvlc.h:1088
 msgid "Set playlist bookmark 2"
 msgstr ""
 
-#: src/libvlc.h:1081
+#: src/libvlc.h:1089
 msgid "Set playlist bookmark 3"
 msgstr ""
 
-#: src/libvlc.h:1082
+#: src/libvlc.h:1090
 msgid "Set playlist bookmark 4"
 msgstr ""
 
-#: src/libvlc.h:1083
+#: src/libvlc.h:1091
 msgid "Set playlist bookmark 5"
 msgstr ""
 
-#: src/libvlc.h:1084
+#: src/libvlc.h:1092
 msgid "Set playlist bookmark 6"
 msgstr ""
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1093
 msgid "Set playlist bookmark 7"
 msgstr ""
 
-#: src/libvlc.h:1086
+#: src/libvlc.h:1094
 msgid "Set playlist bookmark 8"
 msgstr ""
 
-#: src/libvlc.h:1087
+#: src/libvlc.h:1095
 msgid "Set playlist bookmark 9"
 msgstr ""
 
-#: src/libvlc.h:1088
+#: src/libvlc.h:1096
 msgid "Set playlist bookmark 10"
 msgstr ""
 
-#: src/libvlc.h:1089
+#: src/libvlc.h:1097
 msgid "Select the key to set this playlist bookmark."
 msgstr ""
 
-#: src/libvlc.h:1091 modules/control/hotkeys.c:84
+#: src/libvlc.h:1099 modules/control/hotkeys.c:84
 msgid "Playlist bookmark 1"
 msgstr ""
 
-#: src/libvlc.h:1092 modules/control/hotkeys.c:85
+#: src/libvlc.h:1100 modules/control/hotkeys.c:85
 msgid "Playlist bookmark 2"
 msgstr ""
 
-#: src/libvlc.h:1093 modules/control/hotkeys.c:86
+#: src/libvlc.h:1101 modules/control/hotkeys.c:86
 msgid "Playlist bookmark 3"
 msgstr ""
 
-#: src/libvlc.h:1094 modules/control/hotkeys.c:87
+#: src/libvlc.h:1102 modules/control/hotkeys.c:87
 msgid "Playlist bookmark 4"
 msgstr ""
 
-#: src/libvlc.h:1095 modules/control/hotkeys.c:88
+#: src/libvlc.h:1103 modules/control/hotkeys.c:88
 msgid "Playlist bookmark 5"
 msgstr ""
 
-#: src/libvlc.h:1096 modules/control/hotkeys.c:89
+#: src/libvlc.h:1104 modules/control/hotkeys.c:89
 msgid "Playlist bookmark 6"
 msgstr ""
 
-#: src/libvlc.h:1097 modules/control/hotkeys.c:90
+#: src/libvlc.h:1105 modules/control/hotkeys.c:90
 msgid "Playlist bookmark 7"
 msgstr ""
 
-#: src/libvlc.h:1098 modules/control/hotkeys.c:91
+#: src/libvlc.h:1106 modules/control/hotkeys.c:91
 msgid "Playlist bookmark 8"
 msgstr ""
 
-#: src/libvlc.h:1099 modules/control/hotkeys.c:92
+#: src/libvlc.h:1107 modules/control/hotkeys.c:92
 msgid "Playlist bookmark 9"
 msgstr ""
 
-#: src/libvlc.h:1100 modules/control/hotkeys.c:93
+#: src/libvlc.h:1108 modules/control/hotkeys.c:93
 msgid "Playlist bookmark 10"
 msgstr ""
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1110
 msgid "This allows you to define playlist bookmarks."
 msgstr ""
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1112
 msgid "Go back in browsing history"
 msgstr ""
 
-#: src/libvlc.h:1105
+#: src/libvlc.h:1113
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1114
 msgid "Go forward in browsing history"
 msgstr ""
 
-#: src/libvlc.h:1107
+#: src/libvlc.h:1115
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:1109
+#: src/libvlc.h:1117
 msgid "Cycle audio track"
 msgstr ""
 
-#: src/libvlc.h:1110
+#: src/libvlc.h:1118
 msgid "Cycle through the available audio tracks(languages)."
 msgstr ""
 
-#: src/libvlc.h:1111
+#: src/libvlc.h:1119
 msgid "Cycle subtitle track"
 msgstr ""
 
-#: src/libvlc.h:1112
+#: src/libvlc.h:1120
 msgid "Cycle through the available subtitle tracks."
 msgstr ""
 
-#: src/libvlc.h:1113
+#: src/libvlc.h:1121
 msgid "Cycle source aspect ratio"
 msgstr ""
 
-#: src/libvlc.h:1114
+#: src/libvlc.h:1122
 msgid "Cycle through a predefined list of source aspect ratios."
 msgstr ""
 
-#: src/libvlc.h:1115
+#: src/libvlc.h:1123
 msgid "Cycle video crop"
 msgstr ""
 
-#: src/libvlc.h:1116
+#: src/libvlc.h:1124
 msgid "Cycle through a predefined list of crop formats."
 msgstr ""
 
-#: src/libvlc.h:1117
+#: src/libvlc.h:1125
 msgid "Cycle deinterlace modes"
 msgstr ""
 
-#: src/libvlc.h:1118
+#: src/libvlc.h:1126
 msgid "Cycle through deinterlace modes."
 msgstr ""
 
-#: src/libvlc.h:1119
+#: src/libvlc.h:1127
 msgid "Show interface"
 msgstr ""
 
-#: src/libvlc.h:1120
+#: src/libvlc.h:1128
 msgid "Raise the interface above all other windows."
 msgstr ""
 
-#: src/libvlc.h:1121
+#: src/libvlc.h:1129
 msgid "Hide interface"
 msgstr ""
 
-#: src/libvlc.h:1122
+#: src/libvlc.h:1130
 msgid "Lower the interface below all other windows."
 msgstr ""
 
-#: src/libvlc.h:1123
+#: src/libvlc.h:1131
 msgid "Take video snapshot"
 msgstr ""
 
-#: src/libvlc.h:1124
+#: src/libvlc.h:1132
 msgid "Takes a video snapshot and writes it to disk."
 msgstr ""
 
-#: src/libvlc.h:1126 modules/access_filter/record.c:51
+#: src/libvlc.h:1134 modules/access_filter/record.c:51
 #: modules/access_filter/record.c:52
 msgid "Record"
 msgstr ""
 
-#: src/libvlc.h:1127
+#: src/libvlc.h:1135
 msgid "Record access filter start/stop."
 msgstr ""
 
-#: src/libvlc.h:1129 src/libvlc.h:1130 src/video_output/vout_intf.c:211
+#: src/libvlc.h:1137 src/libvlc.h:1138 src/video_output/vout_intf.c:211
 msgid "Zoom"
 msgstr ""
 
-#: src/libvlc.h:1132 src/libvlc.h:1133
+#: src/libvlc.h:1140 src/libvlc.h:1141
 msgid "Un-Zoom"
 msgstr ""
 
-#: src/libvlc.h:1135 src/libvlc.h:1136
+#: src/libvlc.h:1143 src/libvlc.h:1144
 msgid "Crop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1137 src/libvlc.h:1138
+#: src/libvlc.h:1145 src/libvlc.h:1146
 msgid "Uncrop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1140 src/libvlc.h:1141
+#: src/libvlc.h:1148 src/libvlc.h:1149
 msgid "Crop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1142 src/libvlc.h:1143
+#: src/libvlc.h:1150 src/libvlc.h:1151
 msgid "Uncrop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1145 src/libvlc.h:1146
+#: src/libvlc.h:1153 src/libvlc.h:1154
 msgid "Crop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1147 src/libvlc.h:1148
+#: src/libvlc.h:1155 src/libvlc.h:1156
 msgid "Uncrop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1150 src/libvlc.h:1151
+#: src/libvlc.h:1158 src/libvlc.h:1159
 msgid "Crop one pixel from the right of the video"
 msgstr ""
 
-#: src/libvlc.h:1152 src/libvlc.h:1153
+#: src/libvlc.h:1160 src/libvlc.h:1161
 msgid "Uncrop one pixel from the right of the video"
 msgstr ""
 
-#: src/libvlc.h:1157
+#: src/libvlc.h:1165
 #, c-format
 msgid ""
 "Usage: %s [options] [stream] ...\n"
@@ -3376,59 +3393,59 @@ msgid ""
 "  vlc:quit                       Special item to quit VLC\n"
 msgstr ""
 
-#: src/libvlc.h:1267 src/video_output/vout_intf.c:420
-#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:753
+#: src/libvlc.h:1277 src/video_output/vout_intf.c:420
+#: modules/gui/macosx/controls.m:328 modules/gui/macosx/controls.m:759
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:630
 #: modules/video_output/snapshot.c:76
 msgid "Snapshot"
 msgstr ""
 
-#: src/libvlc.h:1280
+#: src/libvlc.h:1290
 msgid "Window properties"
 msgstr ""
 
-#: src/libvlc.h:1325
+#: src/libvlc.h:1335
 msgid "Subpictures"
 msgstr ""
 
-#: src/libvlc.h:1332 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
+#: src/libvlc.h:1342 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
 #: modules/gui/beos/InterfaceWindow.cpp:279
 msgid "Subtitles"
 msgstr ""
 
-#: src/libvlc.h:1349 modules/stream_out/transcode.c:151
+#: src/libvlc.h:1359 modules/stream_out/transcode.c:151
 msgid "Overlays"
 msgstr ""
 
-#: src/libvlc.h:1359
+#: src/libvlc.h:1369
 msgid "Track settings"
 msgstr ""
 
-#: src/libvlc.h:1381
+#: src/libvlc.h:1391
 msgid "Playback control"
 msgstr ""
 
-#: src/libvlc.h:1396
+#: src/libvlc.h:1406
 msgid "Default devices"
 msgstr ""
 
-#: src/libvlc.h:1405
+#: src/libvlc.h:1415
 msgid "Network settings"
 msgstr ""
 
-#: src/libvlc.h:1417
+#: src/libvlc.h:1427
 msgid "Socks proxy"
 msgstr ""
 
-#: src/libvlc.h:1426
+#: src/libvlc.h:1436
 msgid "Metadata"
 msgstr ""
 
-#: src/libvlc.h:1456
+#: src/libvlc.h:1466
 msgid "Decoders"
 msgstr ""
 
-#: src/libvlc.h:1463 modules/access/v4l2.c:56
+#: src/libvlc.h:1473 modules/access/v4l2.c:56
 #: modules/gui/macosx/playlistinfo.m:80
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:265
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:378
@@ -3436,80 +3453,80 @@ msgstr ""
 msgid "Input"
 msgstr ""
 
-#: src/libvlc.h:1499 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
+#: src/libvlc.h:1509 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
 msgid "VLM"
 msgstr ""
 
-#: src/libvlc.h:1530
+#: src/libvlc.h:1540
 msgid "CPU"
 msgstr ""
 
-#: src/libvlc.h:1552
+#: src/libvlc.h:1562
 msgid "Special modules"
 msgstr ""
 
-#: src/libvlc.h:1559
+#: src/libvlc.h:1569
 msgid "Plugins"
 msgstr ""
 
-#: src/libvlc.h:1567
+#: src/libvlc.h:1577
 msgid "Performance options"
 msgstr ""
 
-#: src/libvlc.h:1700
+#: src/libvlc.h:1714
 msgid "Hot keys"
 msgstr ""
 
-#: src/libvlc.h:2011
+#: src/libvlc.h:2025
 msgid "Jump sizes"
 msgstr ""
 
-#: src/libvlc.h:2090
+#: src/libvlc.h:2104
 msgid "main program"
 msgstr ""
 
-#: src/libvlc.h:2097
+#: src/libvlc.h:2111
 msgid "print help for VLC (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:2099
+#: src/libvlc.h:2113
 msgid ""
 "print help for VLC and all its modules (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:2101
+#: src/libvlc.h:2115
 msgid "print help for the advanced options"
 msgstr ""
 
-#: src/libvlc.h:2103
+#: src/libvlc.h:2117
 msgid "ask for extra verbosity when displaying help"
 msgstr ""
 
-#: src/libvlc.h:2105
+#: src/libvlc.h:2119
 msgid "print a list of available modules"
 msgstr ""
 
-#: src/libvlc.h:2107
+#: src/libvlc.h:2121
 msgid "print help on a specific module (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:2109
+#: src/libvlc.h:2123
 msgid "save the current command line options in the config"
 msgstr ""
 
-#: src/libvlc.h:2111
+#: src/libvlc.h:2125
 msgid "reset the current config to the default values"
 msgstr ""
 
-#: src/libvlc.h:2113
+#: src/libvlc.h:2127
 msgid "use alternate config file"
 msgstr ""
 
-#: src/libvlc.h:2115
+#: src/libvlc.h:2129
 msgid "resets the current plugins cache"
 msgstr ""
 
-#: src/libvlc.h:2117
+#: src/libvlc.h:2131
 msgid "print version information"
 msgstr ""
 
@@ -4118,7 +4135,8 @@ msgstr ""
 msgid "Media: %s"
 msgstr ""
 
-#: src/playlist/engine.c:92 src/playlist/engine.c:94
+#: src/playlist/engine.c:104 src/playlist/engine.c:106
+#: src/playlist/loadsave.c:149
 msgid "Media Library"
 msgstr ""
 
@@ -4177,17 +4195,8 @@ msgstr ""
 msgid "Aspect-ratio"
 msgstr ""
 
-#: modules/access/cdda/access.c:293
-msgid "CD reading failed"
-msgstr ""
-
-#: modules/access/cdda/access.c:294
-#, c-format
-msgid "VLC could not get a new block of size: %i."
-msgstr ""
-
 #: modules/access/cdda.c:58 modules/access/dshow/dshow.cpp:91
-#: modules/access/dvb/access.c:73 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:73
 #: modules/access/dvdnav.c:64 modules/access/dvdread.c:62
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:43
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4243,7 +4252,16 @@ msgstr ""
 msgid "Audio CD - Track %i"
 msgstr ""
 
-#: modules/access/cdda/cdda.c:42 modules/access/directory.c:77
+#: modules/access/cdda/access.c:293
+msgid "CD reading failed"
+msgstr ""
+
+#: modules/access/cdda/access.c:294
+#, c-format
+msgid "VLC could not get a new block of size: %i."
+msgstr ""
+
+#: modules/access/cdda/cdda.c:42 modules/access/directory.c:78
 #: modules/codec/x264.c:280 modules/codec/x264.c:287 modules/codec/x264.c:292
 msgid "none"
 msgstr ""
@@ -4489,11 +4507,11 @@ msgstr ""
 msgid "Track Number"
 msgstr ""
 
-#: modules/access/directory.c:69
+#: modules/access/directory.c:70
 msgid "Subdirectory behavior"
 msgstr ""
 
-#: modules/access/directory.c:71
+#: modules/access/directory.c:72
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -4501,19 +4519,19 @@ msgid ""
 "expand: all subdirectories are expanded.\n"
 msgstr ""
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:78
 msgid "collapse"
 msgstr ""
 
-#: modules/access/directory.c:78
+#: modules/access/directory.c:79
 msgid "expand"
 msgstr ""
 
-#: modules/access/directory.c:80
+#: modules/access/directory.c:81
 msgid "Ignored extensions"
 msgstr ""
 
-#: modules/access/directory.c:82
+#: modules/access/directory.c:83
 msgid ""
 "Files with these extensions will not be added to playlist when opening a "
 "directory.\n"
@@ -4521,11 +4539,11 @@ msgid ""
 "instance. Use a comma-separated list of extensions."
 msgstr ""
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:90
 msgid "Directory"
 msgstr ""
 
-#: modules/access/directory.c:91
+#: modules/access/directory.c:92
 msgid "Standard filesystem directory input"
 msgstr ""
 
@@ -4735,6 +4753,18 @@ msgstr ""
 msgid "The capture device \"%s\" does not support the required parameters."
 msgstr ""
 
+#: modules/access/dv.c:70
+msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
+msgstr ""
+
+#: modules/access/dv.c:74
+msgid "Digital Video (Firewire/ieee1394)  input"
+msgstr ""
+
+#: modules/access/dv.c:75
+msgid "dv"
+msgstr ""
+
 #: modules/access/dvb/access.c:75
 msgid ""
 "Caching value for DVB streams. This value should be set in milliseconds."
@@ -4985,18 +5015,6 @@ msgstr ""
 msgid "The provided polarization \"%c\" is not valid."
 msgstr ""
 
-#: modules/access/dv.c:70
-msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
-msgstr ""
-
-#: modules/access/dv.c:74
-msgid "Digital Video (Firewire/ieee1394)  input"
-msgstr ""
-
-#: modules/access/dv.c:75
-msgid "dv"
-msgstr ""
-
 #: modules/access/dvdnav.c:60 modules/access/dvdread.c:58
 msgid "DVD angle"
 msgstr ""
@@ -5192,46 +5210,6 @@ msgstr ""
 msgid "VLC could not open file \"%s\" (%s)."
 msgstr ""
 
-#: modules/access_filter/record.c:43
-msgid "Record directory"
-msgstr ""
-
-#: modules/access_filter/record.c:45
-msgid "Directory where the record will be stored."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:44
-msgid "Timeshift granularity"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:46
-msgid ""
-"This is the size of the temporary files tha will be used to store the "
-"timeshifted streams."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:48
-msgid "Timeshift directory"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:49
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:51
-msgid "Force use of the timeshift module"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52
-msgid ""
-"Force use of the timeshift module even if the access declares that it can "
-"control pace or pause."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
-msgid "Timeshift"
-msgstr ""
-
 #: modules/access/ftp.c:45
 msgid ""
 "Caching value for FTP streams. This value should be set in milliseconds."
@@ -5386,231 +5364,10 @@ msgstr ""
 msgid "Microsoft Media Server (MMS) input"
 msgstr ""
 
-#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
-msgid "Dummy stream output"
-msgstr ""
-
-#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
-msgid "Dummy"
-msgstr ""
-
-#: modules/access_output/file.c:61
-msgid "Append to file"
-msgstr ""
-
-#: modules/access_output/file.c:62
-msgid "Append to file if it exists instead of replacing it."
-msgstr ""
-
-#: modules/access_output/file.c:66
-msgid "File stream output"
-msgstr ""
-
-#: modules/access_output/http.c:58
-msgid "Username"
-msgstr ""
-
-#: modules/access_output/http.c:59
-msgid "User name that will be requested to access the stream."
-msgstr ""
-
-#: modules/access_output/http.c:61 modules/control/telnet.c:81
-msgid "Password"
-msgstr ""
-
-#: modules/access_output/http.c:62
-msgid "Password that will be requested to access the stream."
-msgstr ""
-
-#: modules/access_output/http.c:66
-msgid "Mime"
-msgstr ""
-
-#: modules/access_output/http.c:67
-msgid "MIME returned by the server (autodetected if not specified."
-msgstr ""
-
-#: modules/access_output/http.c:71
-msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
-msgstr ""
-
-#: modules/access_output/http.c:74
-msgid ""
-"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
-"empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:78
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used for HTTPS. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:83
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be used for "
-"SSL. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:86
-msgid "Advertise with Bonjour"
-msgstr ""
-
-#: modules/access_output/http.c:87
-msgid "Advertise the stream with the Bonjour protocol."
-msgstr ""
-
-#: modules/access_output/http.c:91
-msgid "HTTP stream output"
-msgstr ""
-
-#: modules/access_output/http.c:93 modules/control/http/http.c:61
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
-msgid "HTTP"
-msgstr ""
-
-#: modules/access_output/shout.c:58
-msgid "Stream name"
-msgstr ""
-
-#: modules/access_output/shout.c:59
-msgid "Name to give to this stream/channel on the shoutcast/icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:62
-msgid "Stream description"
-msgstr ""
-
-#: modules/access_output/shout.c:63
-msgid "Description of the stream content or information about your channel."
-msgstr ""
-
-#: modules/access_output/shout.c:66
-msgid "Stream MP3"
-msgstr ""
-
-#: modules/access_output/shout.c:67
-msgid ""
-"You normally have to feed the shoutcast module with Ogg streams. It is also "
-"possible to stream MP3 instead, so you can forward MP3 streams to the "
-"shoutcast/icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:76
-msgid "Genre description"
-msgstr ""
-
-#: modules/access_output/shout.c:77
-msgid "Genre of the content. "
-msgstr ""
-
-#: modules/access_output/shout.c:79
-msgid "URL description"
-msgstr ""
-
-#: modules/access_output/shout.c:80
-msgid "URL with information about the stream or your channel. "
-msgstr ""
-
-#: modules/access_output/shout.c:87
-msgid "Bitrate information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:89 modules/access/v4l.c:122
-msgid "Samplerate"
-msgstr ""
-
-#: modules/access_output/shout.c:90
-msgid "Samplerate information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:92
-msgid "Number of channels"
-msgstr ""
-
-#: modules/access_output/shout.c:93
-msgid "Number of channels information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:95
-msgid "Ogg Vorbis Quality"
-msgstr ""
-
-#: modules/access_output/shout.c:96
-msgid "Ogg Vorbis Quality information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:98
-msgid "Stream public"
-msgstr ""
-
-#: modules/access_output/shout.c:99
-msgid ""
-"Make the server publicly available on the 'Yellow Pages' (directory listing "
-"of streams) on the icecast/shoutcast website. Requires the bitrate "
-"information specified for shoutcast. Requires Ogg streaming for icecast."
-msgstr ""
-
-#: modules/access_output/shout.c:105
-msgid "IceCAST output"
-msgstr ""
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:41
-#: modules/demux/live555.cpp:63
-msgid "Caching value (ms)"
-msgstr ""
-
-#: modules/access_output/udp.c:77
-msgid ""
-"Default caching value for outbound UDP streams. This value should be set in "
-"milliseconds."
-msgstr ""
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
-#: modules/gui/macosx/wizard.m:1848
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
-msgid "Time-To-Live (TTL)"
-msgstr ""
-
-#: modules/access_output/udp.c:81
-msgid "Time-To-Live of the outgoing stream."
-msgstr ""
-
-#: modules/access_output/udp.c:84
-msgid "Group packets"
-msgstr ""
-
-#: modules/access_output/udp.c:85
-msgid ""
-"Packets can be sent one by one at the right time or by groups. You can "
-"choose the number of packets that will be sent at a time. It helps reducing "
-"the scheduling load on heavily-loaded systems."
-msgstr ""
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr ""
-
-#: modules/access_output/udp.c:91
-msgid ""
-"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 ""
-
-#: modules/access_output/udp.c:97
-msgid "UDP stream output"
-msgstr ""
-
-#: modules/access_output/udp.c:98
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
-msgid "UDP"
-msgstr ""
-
-#: modules/access/pvr.c:49
-msgid ""
-"Default caching value for PVR streams. This value should be set in "
-"milliseconds."
+#: modules/access/pvr.c:49
+msgid ""
+"Default caching value for PVR streams. This value should be set in "
+"milliseconds."
 msgstr ""
 
 #: modules/access/pvr.c:52
@@ -5763,6 +5520,11 @@ msgstr ""
 msgid "IVTV MPEG Encoding cards input"
 msgstr ""
 
+#: modules/access/rtsp/access.c:41 modules/access_output/udp.c:75
+#: modules/demux/live555.cpp:63
+msgid "Caching value (ms)"
+msgstr ""
+
 #: modules/access/rtsp/access.c:43
 msgid ""
 "Caching value for RTSP streams. This value should be set in milliseconds."
@@ -5889,30 +5651,6 @@ msgstr ""
 msgid "UDP/RTP input"
 msgstr ""
 
-#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
-#: modules/gui/wxwidgets/dialogs/open.cpp:723
-msgid "Device name"
-msgstr ""
-
-#: modules/access/v4l2.c:54
-msgid ""
-"Name of the device to use. If you don't specify anything, /dev/video0 will "
-"be used."
-msgstr ""
-
-#: modules/access/v4l2.c:58
-msgid ""
-"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
-msgstr ""
-
-#: modules/access/v4l2.c:63
-msgid "Video4Linux2"
-msgstr ""
-
-#: modules/access/v4l2.c:64
-msgid "Video4Linux2 input"
-msgstr ""
-
 #: modules/access/v4l.c:75
 msgid ""
 "Caching value for V4L captures. This value should be set in milliseconds."
@@ -6002,6 +5740,10 @@ msgstr ""
 msgid "Tuner to use, if there are several ones."
 msgstr ""
 
+#: modules/access/v4l.c:122 modules/access_output/shout.c:89
+msgid "Samplerate"
+msgstr ""
+
 #: modules/access/v4l.c:124
 msgid ""
 "Samplerate of the captured audio stream, in Hz (eg: 11025, 22050, 44100)"
@@ -6043,186 +5785,462 @@ msgstr ""
 msgid "Video4Linux input"
 msgstr ""
 
-#: modules/access/vcd/vcd.c:42
-msgid "Caching value for VCDs. This value should be set in milliseconds."
+#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
+#: modules/gui/wxwidgets/dialogs/open.cpp:723
+msgid "Device name"
+msgstr ""
+
+#: modules/access/v4l2.c:54
+msgid ""
+"Name of the device to use. If you don't specify anything, /dev/video0 will "
+"be used."
+msgstr ""
+
+#: modules/access/v4l2.c:58
+msgid ""
+"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
+msgstr ""
+
+#: modules/access/v4l2.c:63
+msgid "Video4Linux2"
+msgstr ""
+
+#: modules/access/v4l2.c:64
+msgid "Video4Linux2 input"
+msgstr ""
+
+#: modules/access/vcd/vcd.c:42
+msgid "Caching value for VCDs. This value should be set in milliseconds."
+msgstr ""
+
+#: modules/access/vcd/vcd.c:46 modules/gui/macosx/open.m:175
+#: modules/gui/macosx/open.m:489 modules/gui/macosx/open.m:579
+#: modules/gui/wxwidgets/dialogs/open.cpp:698
+msgid "VCD"
+msgstr ""
+
+#: modules/access/vcd/vcd.c:47
+msgid "VCD input"
+msgstr ""
+
+#: modules/access/vcd/vcd.c:53
+msgid "[vcd:][device][@[title][,[chapter]]]"
+msgstr ""
+
+#: modules/access/vcdx/access.c:104
+msgid "The above message had unknown log level"
+msgstr ""
+
+#: modules/access/vcdx/access.c:130
+msgid "The above message had unknown vcdimager log level"
+msgstr ""
+
+#: modules/access/vcdx/access.c:280 modules/access/vcdx/access.c:362
+#: modules/access/vcdx/access.c:688 modules/access/vcdx/info.c:290
+#: modules/access/vcdx/info.c:291
+msgid "Entry"
+msgstr ""
+
+#: modules/access/vcdx/access.c:407 modules/access/vcdx/info.c:102
+msgid "Segments"
+msgstr ""
+
+#: modules/access/vcdx/access.c:426 modules/access/vcdx/access.c:707
+#: modules/access/vcdx/info.c:294 modules/access/vcdx/info.c:295
+#: modules/demux/mkv.cpp:5188
+msgid "Segment"
+msgstr ""
+
+#: modules/access/vcdx/access.c:531
+msgid "LID"
+msgstr ""
+
+#: modules/access/vcdx/info.c:90
+msgid "VCD Format"
+msgstr ""
+
+#: modules/access/vcdx/info.c:91 modules/demux/mpc.c:55
+msgid "Album"
+msgstr ""
+
+#: modules/access/vcdx/info.c:92
+msgid "Application"
+msgstr ""
+
+#: modules/access/vcdx/info.c:93
+msgid "Preparer"
+msgstr ""
+
+#: modules/access/vcdx/info.c:94
+msgid "Vol #"
+msgstr ""
+
+#: modules/access/vcdx/info.c:95
+msgid "Vol max #"
+msgstr ""
+
+#: modules/access/vcdx/info.c:96
+msgid "Volume Set"
+msgstr ""
+
+#: modules/access/vcdx/info.c:99
+msgid "System Id"
+msgstr ""
+
+#: modules/access/vcdx/info.c:101
+msgid "Entries"
+msgstr ""
+
+#: modules/access/vcdx/info.c:122
+msgid "First Entry Point"
+msgstr ""
+
+#: modules/access/vcdx/info.c:126
+msgid "Last Entry Point"
+msgstr ""
+
+#: modules/access/vcdx/info.c:127
+msgid "Track size (in sectors)"
+msgstr ""
+
+#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
+#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
+msgid "type"
+msgstr ""
+
+#: modules/access/vcdx/info.c:139
+msgid "end"
+msgstr ""
+
+#: modules/access/vcdx/info.c:142
+msgid "play list"
+msgstr ""
+
+#: modules/access/vcdx/info.c:153
+msgid "extended selection list"
+msgstr ""
+
+#: modules/access/vcdx/info.c:154
+msgid "selection list"
+msgstr ""
+
+#: modules/access/vcdx/info.c:166
+msgid "unknown type"
+msgstr ""
+
+#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
+#: modules/access/vcdx/info.c:316
+msgid "List ID"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:95
+msgid "(Super) Video CD"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:96
+msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:97
+msgid "vcdx://[device-or-file][@{P,S,T}num]"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:106
+msgid "If nonzero, this gives additional debug information."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+msgid "Number of CD blocks to get in a single read."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:116
+msgid "Use playback control?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:117
+msgid ""
+"If VCD is authored with playback control, use it. Otherwise we play by "
+"tracks."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:123
+msgid "Use track length as maximum unit in seek?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:124
+msgid ""
+"If set, the length of the seek bar is the track rather than the length of an "
+"entry."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:129
+msgid "Show extended VCD info?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:130
+msgid ""
+"Show the maximum amount of information under Stream and Media Info. Shows "
+"for example playback control navigation."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:137
+msgid "Format to use in the playlist's \"author\" field."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:143
+msgid "Format to use in the playlist's \"title\" field."
+msgstr ""
+
+#: modules/access_filter/record.c:43
+msgid "Record directory"
+msgstr ""
+
+#: modules/access_filter/record.c:45
+msgid "Directory where the record will be stored."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:44
+msgid "Timeshift granularity"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:46
+msgid ""
+"This is the size of the temporary files tha will be used to store the "
+"timeshifted streams."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:48
+msgid "Timeshift directory"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:49
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:51
+msgid "Force use of the timeshift module"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52
+msgid ""
+"Force use of the timeshift module even if the access declares that it can "
+"control pace or pause."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
+msgid "Timeshift"
+msgstr ""
+
+#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
+msgid "Dummy stream output"
+msgstr ""
+
+#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
+msgid "Dummy"
+msgstr ""
+
+#: modules/access_output/file.c:61
+msgid "Append to file"
+msgstr ""
+
+#: modules/access_output/file.c:62
+msgid "Append to file if it exists instead of replacing it."
+msgstr ""
+
+#: modules/access_output/file.c:66
+msgid "File stream output"
+msgstr ""
+
+#: modules/access_output/http.c:58
+msgid "Username"
 msgstr ""
 
-#: modules/access/vcd/vcd.c:46 modules/gui/macosx/open.m:175
-#: modules/gui/macosx/open.m:489 modules/gui/macosx/open.m:579
-#: modules/gui/wxwidgets/dialogs/open.cpp:698
-msgid "VCD"
+#: modules/access_output/http.c:59
+msgid "User name that will be requested to access the stream."
 msgstr ""
 
-#: modules/access/vcd/vcd.c:47
-msgid "VCD input"
+#: modules/access_output/http.c:61 modules/control/telnet.c:81
+msgid "Password"
 msgstr ""
 
-#: modules/access/vcd/vcd.c:53
-msgid "[vcd:][device][@[title][,[chapter]]]"
+#: modules/access_output/http.c:62
+msgid "Password that will be requested to access the stream."
 msgstr ""
 
-#: modules/access/vcdx/access.c:104
-msgid "The above message had unknown log level"
+#: modules/access_output/http.c:66
+msgid "Mime"
 msgstr ""
 
-#: modules/access/vcdx/access.c:130
-msgid "The above message had unknown vcdimager log level"
+#: modules/access_output/http.c:67
+msgid "MIME returned by the server (autodetected if not specified."
 msgstr ""
 
-#: modules/access/vcdx/access.c:280 modules/access/vcdx/access.c:362
-#: modules/access/vcdx/access.c:688 modules/access/vcdx/info.c:290
-#: modules/access/vcdx/info.c:291
-msgid "Entry"
+#: modules/access_output/http.c:71
+msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
 msgstr ""
 
-#: modules/access/vcdx/access.c:407 modules/access/vcdx/info.c:102
-msgid "Segments"
+#: modules/access_output/http.c:74
+msgid ""
+"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
+"empty if you don't have one."
 msgstr ""
 
-#: modules/access/vcdx/access.c:426 modules/access/vcdx/access.c:707
-#: modules/access/vcdx/info.c:294 modules/access/vcdx/info.c:295
-#: modules/demux/mkv.cpp:5188
-msgid "Segment"
+#: modules/access_output/http.c:78
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used for HTTPS. Leave empty if you don't have one."
 msgstr ""
 
-#: modules/access/vcdx/access.c:531
-msgid "LID"
+#: modules/access_output/http.c:83
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be used for "
+"SSL. Leave empty if you don't have one."
 msgstr ""
 
-#: modules/access/vcdx/info.c:90
-msgid "VCD Format"
+#: modules/access_output/http.c:86
+msgid "Advertise with Bonjour"
 msgstr ""
 
-#: modules/access/vcdx/info.c:91 modules/demux/mpc.c:55
-msgid "Album"
+#: modules/access_output/http.c:87
+msgid "Advertise the stream with the Bonjour protocol."
 msgstr ""
 
-#: modules/access/vcdx/info.c:92
-msgid "Application"
+#: modules/access_output/http.c:91
+msgid "HTTP stream output"
 msgstr ""
 
-#: modules/access/vcdx/info.c:93
-msgid "Preparer"
+#: modules/access_output/http.c:93 modules/control/http/http.c:61
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
 msgstr ""
 
-#: modules/access/vcdx/info.c:94
-msgid "Vol #"
+#: modules/access_output/shout.c:58
+msgid "Stream name"
 msgstr ""
 
-#: modules/access/vcdx/info.c:95
-msgid "Vol max #"
+#: modules/access_output/shout.c:59
+msgid "Name to give to this stream/channel on the shoutcast/icecast server."
 msgstr ""
 
-#: modules/access/vcdx/info.c:96
-msgid "Volume Set"
+#: modules/access_output/shout.c:62
+msgid "Stream description"
 msgstr ""
 
-#: modules/access/vcdx/info.c:99
-msgid "System Id"
+#: modules/access_output/shout.c:63
+msgid "Description of the stream content or information about your channel."
 msgstr ""
 
-#: modules/access/vcdx/info.c:101
-msgid "Entries"
+#: modules/access_output/shout.c:66
+msgid "Stream MP3"
 msgstr ""
 
-#: modules/access/vcdx/info.c:122
-msgid "First Entry Point"
+#: modules/access_output/shout.c:67
+msgid ""
+"You normally have to feed the shoutcast module with Ogg streams. It is also "
+"possible to stream MP3 instead, so you can forward MP3 streams to the "
+"shoutcast/icecast server."
 msgstr ""
 
-#: modules/access/vcdx/info.c:126
-msgid "Last Entry Point"
+#: modules/access_output/shout.c:76
+msgid "Genre description"
 msgstr ""
 
-#: modules/access/vcdx/info.c:127
-msgid "Track size (in sectors)"
+#: modules/access_output/shout.c:77
+msgid "Genre of the content. "
 msgstr ""
 
-#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
-#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
-msgid "type"
+#: modules/access_output/shout.c:79
+msgid "URL description"
 msgstr ""
 
-#: modules/access/vcdx/info.c:139
-msgid "end"
+#: modules/access_output/shout.c:80
+msgid "URL with information about the stream or your channel. "
 msgstr ""
 
-#: modules/access/vcdx/info.c:142
-msgid "play list"
+#: modules/access_output/shout.c:87
+msgid "Bitrate information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/info.c:153
-msgid "extended selection list"
+#: modules/access_output/shout.c:90
+msgid "Samplerate information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/info.c:154
-msgid "selection list"
+#: modules/access_output/shout.c:92
+msgid "Number of channels"
 msgstr ""
 
-#: modules/access/vcdx/info.c:166
-msgid "unknown type"
+#: modules/access_output/shout.c:93
+msgid "Number of channels information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
-#: modules/access/vcdx/info.c:316
-msgid "List ID"
+#: modules/access_output/shout.c:95
+msgid "Ogg Vorbis Quality"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:95
-msgid "(Super) Video CD"
+#: modules/access_output/shout.c:96
+msgid "Ogg Vorbis Quality information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:96
-msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+#: modules/access_output/shout.c:98
+msgid "Stream public"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:97
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
+#: modules/access_output/shout.c:99
+msgid ""
+"Make the server publicly available on the 'Yellow Pages' (directory listing "
+"of streams) on the icecast/shoutcast website. Requires the bitrate "
+"information specified for shoutcast. Requires Ogg streaming for icecast."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:106
-msgid "If nonzero, this gives additional debug information."
+#: modules/access_output/shout.c:105
+msgid "IceCAST output"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
-msgid "Number of CD blocks to get in a single read."
+#: modules/access_output/udp.c:77
+msgid ""
+"Default caching value for outbound UDP streams. This value should be set in "
+"milliseconds."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
+#: modules/gui/macosx/wizard.m:1848
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
+msgid "Time-To-Live (TTL)"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:117
-msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+#: modules/access_output/udp.c:81
+msgid "Time-To-Live of the outgoing stream."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:123
-msgid "Use track length as maximum unit in seek?"
+#: modules/access_output/udp.c:84
+msgid "Group packets"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:85
 msgid ""
-"If set, the length of the seek bar is the track rather than the length of an "
-"entry."
+"Packets can be sent one by one at the right time or by groups. You can "
+"choose the number of packets that will be sent at a time. It helps reducing "
+"the scheduling load on heavily-loaded systems."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:129
-msgid "Show extended VCD info?"
+#: modules/access_output/udp.c:90
+msgid "Raw write"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:130
+#: modules/access_output/udp.c:91
 msgid ""
-"Show the maximum amount of information under Stream and Media Info. Shows "
-"for example playback control navigation."
+"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 ""
 
-#: modules/access/vcdx/vcd.c:137
-msgid "Format to use in the playlist's \"author\" field."
+#: modules/access_output/udp.c:97
+msgid "UDP stream output"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:143
-msgid "Format to use in the playlist's \"title\" field."
+#: modules/access_output/udp.c:98
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
+msgid "UDP"
 msgstr ""
 
 #: modules/audio_filter/channel_mixer/dolby.c:47
@@ -8449,398 +8467,398 @@ msgstr ""
 msgid "Windows Service interface"
 msgstr ""
 
-#: modules/control/rc.c:154
+#: modules/control/rc.c:156
 msgid "Show stream position"
 msgstr ""
 
-#: modules/control/rc.c:155
+#: modules/control/rc.c:157
 msgid ""
 "Show the current position in seconds within the stream from time to time."
 msgstr ""
 
-#: modules/control/rc.c:158
+#: modules/control/rc.c:160
 msgid "Fake TTY"
 msgstr ""
 
-#: modules/control/rc.c:159
+#: modules/control/rc.c:161
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr ""
 
-#: modules/control/rc.c:161
+#: modules/control/rc.c:163
 msgid "UNIX socket command input"
 msgstr ""
 
-#: modules/control/rc.c:162
+#: modules/control/rc.c:164
 msgid "Accept commands over a Unix socket rather than stdin."
 msgstr ""
 
-#: modules/control/rc.c:165
+#: modules/control/rc.c:167
 msgid "TCP command input"
 msgstr ""
 
-#: modules/control/rc.c:166
+#: modules/control/rc.c:168
 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:170 modules/misc/dummy/dummy.c:49
+#: modules/control/rc.c:172 modules/misc/dummy/dummy.c:49
 msgid "Do not open a DOS command box interface"
 msgstr ""
 
-#: modules/control/rc.c:172
+#: modules/control/rc.c:174
 msgid ""
 "By default the rc 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 ""
 
-#: modules/control/rc.c:179
+#: modules/control/rc.c:181
 msgid "RC"
 msgstr ""
 
-#: modules/control/rc.c:182
+#: modules/control/rc.c:184
 msgid "Remote control interface"
 msgstr ""
 
-#: modules/control/rc.c:323
+#: modules/control/rc.c:325
 msgid "Remote control interface initialized. Type `help' for help."
 msgstr ""
 
-#: modules/control/rc.c:848
+#: modules/control/rc.c:850
 #, c-format
 msgid "Unknown command `%s'. Type `help' for help."
 msgstr ""
 
-#: modules/control/rc.c:881
+#: modules/control/rc.c:883
 msgid "+----[ Remote control commands ]"
 msgstr ""
 
-#: modules/control/rc.c:883
+#: modules/control/rc.c:885
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist"
 msgstr ""
 
-#: modules/control/rc.c:884
+#: modules/control/rc.c:886
 msgid "| enqueue XYZ  . . . . . . . queue XYZ to playlist"
 msgstr ""
 
-#: modules/control/rc.c:885
+#: modules/control/rc.c:887
 msgid "| playlist . . .  show items currently in playlist"
 msgstr ""
 
-#: modules/control/rc.c:886
+#: modules/control/rc.c:888
 msgid "| play . . . . . . . . . . . . . . . . play stream"
 msgstr ""
 
-#: modules/control/rc.c:887
+#: modules/control/rc.c:889
 msgid "| stop . . . . . . . . . . . . . . . . stop stream"
 msgstr ""
 
-#: modules/control/rc.c:888
+#: modules/control/rc.c:890
 msgid "| next . . . . . . . . . . . .  next playlist item"
 msgstr ""
 
-#: modules/control/rc.c:889
+#: modules/control/rc.c:891
 msgid "| prev . . . . . . . . . .  previous playlist item"
 msgstr ""
 
-#: modules/control/rc.c:890
+#: modules/control/rc.c:892
 msgid "| goto . . . . . . . . . . . .  goto item at index"
 msgstr ""
 
-#: modules/control/rc.c:891
+#: modules/control/rc.c:893
 msgid "| clear . . . . . . . . . . .   clear the playlist"
 msgstr ""
 
-#: modules/control/rc.c:892
+#: modules/control/rc.c:894
 msgid "| status . . . . . . . . . current playlist status"
 msgstr ""
 
-#: modules/control/rc.c:893
+#: modules/control/rc.c:895
 msgid "| title [X]  . . . . set/get title in current item"
 msgstr ""
 
-#: modules/control/rc.c:894
+#: modules/control/rc.c:896
 msgid "| title_n  . . . . . .  next title in current item"
 msgstr ""
 
-#: modules/control/rc.c:895
+#: modules/control/rc.c:897
 msgid "| title_p  . . . .  previous title in current item"
 msgstr ""
 
-#: modules/control/rc.c:896
+#: modules/control/rc.c:898
 msgid "| chapter [X]  . . set/get chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:897
+#: modules/control/rc.c:899
 msgid "| chapter_n  . . . .  next chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:898
+#: modules/control/rc.c:900
 msgid "| chapter_p  . .  previous chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:900
+#: modules/control/rc.c:902
 msgid "| seek X . seek in seconds, for instance `seek 12'"
 msgstr ""
 
-#: modules/control/rc.c:901
+#: modules/control/rc.c:903
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause"
 msgstr ""
 
-#: modules/control/rc.c:902
+#: modules/control/rc.c:904
 msgid "| fastforward  . . . . . .  .  set to maximum rate"
 msgstr ""
 
-#: modules/control/rc.c:903
+#: modules/control/rc.c:905
 msgid "| rewind  . . . . . . . . . .  set to minimum rate"
 msgstr ""
 
-#: modules/control/rc.c:904
+#: modules/control/rc.c:906
 msgid "| faster . . . . . . . .  faster playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:905
+#: modules/control/rc.c:907
 msgid "| slower . . . . . . . .  slower playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:906
+#: modules/control/rc.c:908
 msgid "| normal . . . . . . . .  normal playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:907
+#: modules/control/rc.c:909
 msgid "| f [on|off] . . . . . . . . . . toggle fullscreen"
 msgstr ""
 
-#: modules/control/rc.c:908
+#: modules/control/rc.c:910
 msgid "| info . . .  information about the current stream"
 msgstr ""
 
-#: modules/control/rc.c:909
+#: modules/control/rc.c:911
 msgid "| get_time . . seconds elapsed since stream's beginning"
 msgstr ""
 
-#: modules/control/rc.c:910
+#: modules/control/rc.c:912
 msgid "| is_playing . .  1 if a stream plays, 0 otherwise"
 msgstr ""
 
-#: modules/control/rc.c:911
+#: modules/control/rc.c:913
 msgid "| get_title . . .  the title of the current stream"
 msgstr ""
 
-#: modules/control/rc.c:912
+#: modules/control/rc.c:914
 msgid "| get_length . .  the length of the current stream"
 msgstr ""
 
-#: modules/control/rc.c:914
+#: modules/control/rc.c:916
 msgid "| volume [X] . . . . . . . .  set/get audio volume"
 msgstr ""
 
-#: modules/control/rc.c:915
+#: modules/control/rc.c:917
 msgid "| volup [X]  . . . . .  raise audio volume X steps"
 msgstr ""
 
-#: modules/control/rc.c:916
+#: modules/control/rc.c:918
 msgid "| voldown [X]  . . . .  lower audio volume X steps"
 msgstr ""
 
-#: modules/control/rc.c:917
+#: modules/control/rc.c:919
 msgid "| adev [X] . . . . . . . . .  set/get audio device"
 msgstr ""
 
-#: modules/control/rc.c:918
+#: modules/control/rc.c:920
 msgid "| achan [X]. . . . . . . .  set/get audio channels"
 msgstr ""
 
-#: modules/control/rc.c:919
+#: modules/control/rc.c:921
 msgid "| atrack [X] . . . . . . . . . set/get audio track"
 msgstr ""
 
-#: modules/control/rc.c:920
+#: modules/control/rc.c:922
 msgid "| vtrack [X] . . . . . . . . . set/get video track"
 msgstr ""
 
-#: modules/control/rc.c:921
+#: modules/control/rc.c:923
 msgid "| strack [X] . . . . . . . set/get subtitles track"
 msgstr ""
 
-#: modules/control/rc.c:922
+#: modules/control/rc.c:924
 msgid "| menu [on|off|up|down|left|right|select] use menu"
 msgstr ""
 
-#: modules/control/rc.c:927
+#: modules/control/rc.c:929
 msgid "| marq-marquee STRING  . . overlay STRING in video"
 msgstr ""
 
-#: modules/control/rc.c:928
+#: modules/control/rc.c:930
 msgid "| marq-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:929
+#: modules/control/rc.c:931
 msgid "| marq-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:930
+#: modules/control/rc.c:932
 msgid "| marq-position #. . .  .relative position control"
 msgstr ""
 
-#: modules/control/rc.c:931
+#: modules/control/rc.c:933
 msgid "| marq-color # . . . . . . . . . . font color, RGB"
 msgstr ""
 
-#: modules/control/rc.c:932
+#: modules/control/rc.c:934
 msgid "| marq-opacity # . . . . . . . . . . . . . opacity"
 msgstr ""
 
-#: modules/control/rc.c:933
+#: modules/control/rc.c:935
 msgid "| marq-timeout T. . . . . . . . . . timeout, in ms"
 msgstr ""
 
-#: modules/control/rc.c:934
+#: modules/control/rc.c:936
 msgid "| marq-size # . . . . . . . . font size, in pixels"
 msgstr ""
 
-#: modules/control/rc.c:936
+#: modules/control/rc.c:938
 msgid "| time-format STRING . . . overlay STRING in video"
 msgstr ""
 
-#: modules/control/rc.c:937
+#: modules/control/rc.c:939
 msgid "| time-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:938
+#: modules/control/rc.c:940
 msgid "| time-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:939
+#: modules/control/rc.c:941
 msgid "| time-position #. . . . . . . . relative position"
 msgstr ""
 
-#: modules/control/rc.c:940
+#: modules/control/rc.c:942
 msgid "| time-color # . . . . . . . . . . font color, RGB"
 msgstr ""
 
-#: modules/control/rc.c:941
+#: modules/control/rc.c:943
 msgid "| time-opacity # . . . . . . . . . . . . . opacity"
 msgstr ""
 
-#: modules/control/rc.c:942
+#: modules/control/rc.c:944
 msgid "| time-size # . . . . . . . . font size, in pixels"
 msgstr ""
 
-#: modules/control/rc.c:944
+#: modules/control/rc.c:946
 msgid "| logo-file STRING . . .the overlay file path/name"
 msgstr ""
 
-#: modules/control/rc.c:945
+#: modules/control/rc.c:947
 msgid "| logo-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:946
+#: modules/control/rc.c:948
 msgid "| logo-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:947
+#: modules/control/rc.c:949
 msgid "| logo-position #. . . . . . . . relative position"
 msgstr ""
 
-#: modules/control/rc.c:948
+#: modules/control/rc.c:950
 msgid "| logo-transparency #. . . . . . . . .transparency"
 msgstr ""
 
-#: modules/control/rc.c:950
+#: modules/control/rc.c:952
 msgid "| mosaic-alpha # . . . . . . . . . . . . . . alpha"
 msgstr ""
 
-#: modules/control/rc.c:951
+#: modules/control/rc.c:953
 msgid "| mosaic-height #. . . . . . . . . . . . . .height"
 msgstr ""
 
-#: modules/control/rc.c:952
+#: modules/control/rc.c:954
 msgid "| mosaic-width # . . . . . . . . . . . . . . width"
 msgstr ""
 
-#: modules/control/rc.c:953
+#: modules/control/rc.c:955
 msgid "| mosaic-xoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:954
+#: modules/control/rc.c:956
 msgid "| mosaic-yoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:955
+#: modules/control/rc.c:957
 msgid "| mosaic-align 0..2,4..6,8..10. . .mosaic alignment"
 msgstr ""
 
-#: modules/control/rc.c:956
+#: modules/control/rc.c:958
 msgid "| mosaic-vborder # . . . . . . . . vertical border"
 msgstr ""
 
-#: modules/control/rc.c:957
+#: modules/control/rc.c:959
 msgid "| mosaic-hborder # . . . . . . . horizontal border"
 msgstr ""
 
-#: modules/control/rc.c:958
+#: modules/control/rc.c:960
 msgid "| mosaic-position {0=auto,1=fixed} . . . .position"
 msgstr ""
 
-#: modules/control/rc.c:959
+#: modules/control/rc.c:961
 msgid "| mosaic-rows #. . . . . . . . . . .number of rows"
 msgstr ""
 
-#: modules/control/rc.c:960
+#: modules/control/rc.c:962
 msgid "| mosaic-cols #. . . . . . . . . . .number of cols"
 msgstr ""
 
-#: modules/control/rc.c:961
+#: modules/control/rc.c:963
 msgid "| mosaic-order id(,id)* . . . . order of pictures "
 msgstr ""
 
-#: modules/control/rc.c:962
+#: modules/control/rc.c:964
 msgid "| mosaic-keep-aspect-ratio {0,1} . . .aspect ratio"
 msgstr ""
 
-#: modules/control/rc.c:964
+#: modules/control/rc.c:966
 msgid ""
 "| check-updates [newer] [equal] [older]\n"
 "|               [undef] [info] [source] [binary] [plugin]"
 msgstr ""
 
-#: modules/control/rc.c:968
+#: modules/control/rc.c:970
 msgid "| help . . . . . . . . . . . . . this help message"
 msgstr ""
 
-#: modules/control/rc.c:969
+#: modules/control/rc.c:971
 msgid "| longhelp . . . . . . . . . a longer help message"
 msgstr ""
 
-#: modules/control/rc.c:970
+#: modules/control/rc.c:972
 msgid "| logout . . . . .  exit (if in socket connection)"
 msgstr ""
 
-#: modules/control/rc.c:971
+#: modules/control/rc.c:973
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc"
 msgstr ""
 
-#: modules/control/rc.c:973
+#: modules/control/rc.c:975
 msgid "+----[ end of help ]"
 msgstr ""
 
-#: modules/control/rc.c:1080
+#: modules/control/rc.c:1082
 msgid "Press menu select or pause to continue."
 msgstr ""
 
-#: modules/control/rc.c:1324 modules/control/rc.c:1809
-#: modules/control/rc.c:1879 modules/control/rc.c:1928
-#: modules/control/rc.c:2027
+#: modules/control/rc.c:1326 modules/control/rc.c:1811
+#: modules/control/rc.c:1881 modules/control/rc.c:1930
+#: modules/control/rc.c:2029
 msgid "Type 'menu select' or 'pause' to continue."
 msgstr ""
 
-#: modules/control/rc.c:1461
+#: modules/control/rc.c:1463
 msgid "Type 'pause' to continue."
 msgstr ""
 
-#: modules/control/rc.c:2012 modules/control/rc.c:2051
+#: modules/control/rc.c:2014 modules/control/rc.c:2053
 msgid "Please provide one of the following parameters:"
 msgstr ""
 
@@ -8969,6 +8987,7 @@ msgstr ""
 #: modules/gui/macosx/interaction.m:135 modules/gui/macosx/open.m:158
 #: modules/gui/macosx/playlistinfo.m:60 modules/gui/macosx/prefs.m:122
 #: modules/gui/macosx/prefs.m:142 modules/gui/macosx/wizard.m:363
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:88
 msgid "Cancel"
 msgstr ""
 
@@ -9861,8 +9880,8 @@ msgstr ""
 #: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:440
 #: modules/gui/macosx/open.m:634 modules/gui/macosx/open.m:738
 #: modules/gui/macosx/open.m:784 modules/gui/wxwidgets/interface.cpp:675
-#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:348
-#: modules/gui/wxwidgets/menus.cpp:404
+#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:349
+#: modules/gui/wxwidgets/menus.cpp:405
 msgid "Open"
 msgstr ""
 
@@ -9874,7 +9893,7 @@ msgstr ""
 
 #: modules/gui/beos/InterfaceWindow.cpp:237
 #: modules/gui/beos/InterfaceWindow.cpp:328 modules/gui/macosx/intf.m:503
-#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:35
+#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:41
 #: modules/gui/wxwidgets/dialogs/messages.cpp:47
 msgid "Messages"
 msgstr ""
@@ -10027,6 +10046,7 @@ msgstr ""
 
 #: modules/gui/beos/PreferencesWindow.cpp:254 modules/gui/macosx/output.m:526
 #: modules/gui/macosx/playlist.m:704 modules/gui/macosx/prefs.m:121
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:87
 msgid "Save"
 msgstr ""
 
@@ -10149,7 +10169,7 @@ msgstr ""
 msgid "The stream must be playing or paused for bookmarks to work."
 msgstr ""
 
-#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:735
+#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:741
 msgid "Jump To Time"
 msgstr ""
 
@@ -10165,64 +10185,64 @@ msgstr ""
 msgid "Random On"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:167
+#: modules/gui/macosx/controls.m:168
 msgid "Random Off"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:195 modules/gui/macosx/controls.m:719
+#: modules/gui/macosx/controls.m:197 modules/gui/macosx/controls.m:725
 #: modules/gui/macosx/intf.m:543 modules/gui/macosx/playlist.m:453
 #: modules/gui/macosx/playlist.m:1167
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:54
 msgid "Repeat One"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:199 modules/gui/macosx/controls.m:231
+#: modules/gui/macosx/controls.m:202 modules/gui/macosx/controls.m:236
 #: modules/gui/macosx/playlist.m:1186
 msgid "Repeat Off"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:227 modules/gui/macosx/controls.m:726
+#: modules/gui/macosx/controls.m:231 modules/gui/macosx/controls.m:732
 #: modules/gui/macosx/intf.m:544 modules/gui/macosx/playlist.m:454
 #: modules/gui/macosx/playlist.m:1175
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:53
 msgid "Repeat All"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:308 modules/gui/macosx/controls.m:749
+#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
 #: modules/gui/macosx/intf.m:569
 msgid "Half Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:310 modules/gui/macosx/controls.m:750
+#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:756
 #: modules/gui/macosx/intf.m:570
 msgid "Normal Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:312 modules/gui/macosx/controls.m:751
+#: modules/gui/macosx/controls.m:318 modules/gui/macosx/controls.m:757
 #: modules/gui/macosx/intf.m:571
 msgid "Double Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
-#: modules/gui/macosx/controls.m:766 modules/gui/macosx/intf.m:574
+#: modules/gui/macosx/controls.m:320 modules/gui/macosx/controls.m:761
+#: modules/gui/macosx/controls.m:772 modules/gui/macosx/intf.m:574
 msgid "Float on Top"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:752
+#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:758
 #: modules/gui/macosx/intf.m:572
 msgid "Fit to Screen"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:542
+#: modules/gui/macosx/controls.m:718 modules/gui/macosx/intf.m:542
 #: modules/gui/macosx/playlist.m:447
 msgid "Random"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:733 modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/controls.m:739 modules/gui/macosx/intf.m:545
 msgid "Step Forward"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:734 modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/controls.m:740 modules/gui/macosx/intf.m:546
 msgid "Step Backward"
 msgstr ""
 
@@ -10241,7 +10261,7 @@ msgstr ""
 #: modules/gui/pda/pda_interface.c:251 modules/gui/wxwidgets/interface.cpp:678
 #: modules/gui/wxwidgets/interface.cpp:689
 #: modules/gui/wxwidgets/interface.cpp:1210
-#: modules/gui/wxwidgets/menus.cpp:265 modules/visualization/xosd.c:242
+#: modules/gui/wxwidgets/menus.cpp:266 modules/visualization/xosd.c:242
 msgid "Pause"
 msgstr ""
 
@@ -10440,7 +10460,7 @@ msgstr ""
 
 #: modules/gui/macosx/intf.m:488 modules/gui/macosx/intf.m:999
 #: modules/gui/macosx/intf.m:1321 modules/gui/pda/pda_interface.c:212
-#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:52
+#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:54
 msgid "VLC media player"
 msgstr ""
 
@@ -10873,71 +10893,6 @@ msgstr ""
 msgid "Save File"
 msgstr ""
 
-#: modules/gui/macosx/playlistinfo.m:56
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
-msgid "URI"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:63
-msgid "Advanced Information"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:81
-msgid "Read at media"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:82
-msgid "Input bitrate"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:83
-msgid "Demuxed"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:84
-msgid "Stream bitrate"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
-msgid "Decoded blocks"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:88
-msgid "Displayed frames"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:89
-msgid "Lost frames"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
-#: modules/video_filter/deinterlace.c:137
-msgid "Streaming"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:92
-msgid "Sent packets"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:93
-msgid "Sent bytes"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:94
-msgid "Send rate"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:98
-msgid "Played buffers"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:99
-msgid "Lost buffers"
-msgstr ""
-
 #: modules/gui/macosx/playlist.m:434
 msgid "Save Playlist..."
 msgstr ""
@@ -11017,6 +10972,71 @@ msgstr ""
 msgid "Empty Folder"
 msgstr ""
 
+#: modules/gui/macosx/playlistinfo.m:56
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
+msgid "URI"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:63
+msgid "Advanced Information"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:81
+msgid "Read at media"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:82
+msgid "Input bitrate"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:83
+msgid "Demuxed"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:84
+msgid "Stream bitrate"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
+msgid "Decoded blocks"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:88
+msgid "Displayed frames"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:89
+msgid "Lost frames"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
+#: modules/video_filter/deinterlace.c:137
+msgid "Streaming"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:92
+msgid "Sent packets"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:93
+msgid "Sent bytes"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:94
+msgid "Send rate"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:98
+msgid "Played buffers"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:99
+msgid "Lost buffers"
+msgstr ""
+
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:213
 msgid "Reset All"
@@ -12212,10 +12232,19 @@ msgstr ""
 msgid "QNX RTOS video and audio output"
 msgstr ""
 
+#: modules/gui/qt4/dialogs/errors.cpp:37
+msgid "Errors"
+msgstr ""
+
 #: modules/gui/qt4/dialogs/streaminfo.cpp:35
 msgid "Stream information"
 msgstr ""
 
+#: modules/gui/qt4/dialogs_provider.cpp:235
+#: modules/gui/qt4/dialogs_provider.cpp:246
+msgid "Open directory"
+msgstr ""
+
 #: modules/gui/qt4/qt4.cpp:45
 msgid "QT interface"
 msgstr ""
@@ -12381,6 +12410,11 @@ msgstr ""
 msgid "WinCE dialogs provider"
 msgstr ""
 
+#: modules/gui/wxwidgets/dialogs.cpp:433
+#: modules/gui/wxwidgets/dialogs/open.cpp:1265
+msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
+msgstr ""
+
 #: modules/gui/wxwidgets/dialogs/bookmarks.cpp:75
 msgid "Edit bookmark"
 msgstr ""
@@ -12443,26 +12477,6 @@ msgstr ""
 msgid "Input has changed "
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs.cpp:433
-#: modules/gui/wxwidgets/dialogs/open.cpp:1265
-msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:435
-#: modules/gui/wxwidgets/dialogs/open.cpp:1267
-msgid "|Video Files (*.avi, *.mpg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:436
-#: modules/gui/wxwidgets/dialogs/open.cpp:1268
-msgid "|Playlist Files (*.m3u, *.pls, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:437
-#: modules/gui/wxwidgets/dialogs/open.cpp:1269
-msgid "|Subtitle Files (*.srt, *.sub, etc.)|"
-msgstr ""
-
 #: modules/gui/wxwidgets/dialogs/fileinfo.cpp:54
 msgid "Stream and Media Info"
 msgstr ""
@@ -12968,10 +12982,6 @@ msgstr ""
 msgid "Loop"
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:415
-msgid "Create"
-msgstr ""
-
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:560
 msgid "VLM stream"
 msgstr ""
@@ -13040,10 +13050,6 @@ msgid ""
 "about it."
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
-msgid "Transcode audio (if available)"
-msgstr ""
-
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:135
 msgid ""
 "Select the target audio codec. Choose a codec to display more information "
@@ -13106,6 +13112,10 @@ msgstr ""
 msgid "Save to file"
 msgstr ""
 
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
+msgid "Transcode audio (if available)"
+msgstr ""
+
 #: modules/gui/wxwidgets/extrapanel.cpp:41
 msgid ""
 "Controls the blending of equalizer bands. The higher this value is, the more "
@@ -13371,7 +13381,7 @@ msgstr ""
 msgid "&Preferences..."
 msgstr ""
 
-#: modules/gui/wxwidgets/menus.cpp:572 modules/gui/wxwidgets/menus.cpp:599
+#: modules/gui/wxwidgets/menus.cpp:573 modules/gui/wxwidgets/menus.cpp:600
 msgid "Empty"
 msgstr ""
 
@@ -13851,10 +13861,6 @@ msgstr ""
 msgid "Output data for RRDTool in this file."
 msgstr ""
 
-#: modules/misc/memcpy/memcpyaltivec.c:56
-msgid "AltiVec memcpy"
-msgstr ""
-
 #: modules/misc/memcpy/memcpy.c:83
 msgid "libc memcpy"
 msgstr ""
@@ -13871,6 +13877,10 @@ msgstr ""
 msgid "MMX EXT memcpy"
 msgstr ""
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr ""
+
 #: modules/misc/msn.c:64
 msgid "MSN Title format string"
 msgstr ""
@@ -15232,13 +15242,6 @@ msgstr ""
 msgid "Conversions from "
 msgstr ""
 
-#: 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 ""
-
 #: 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 "
diff --git a/po/zh_CN.po b/po/zh_CN.po
index b8933cd77f6b3ec0b991c8417f9047a27a2ab02e..8cebdbae87fc6d415cea6e55d58a9846aa984146 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 0.8.4-test1-svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-31 15:10+0400\n"
+"POT-Creation-Date: 2006-09-04 11:13+0200\n"
 "PO-Revision-Date: 2006-05-03 20:30+0700\n"
 "Last-Translator: Wei Mingzhi <whistler@openoffice.org>\n"
 "Language-Team: Simplified Chinese\n"
@@ -18,6 +18,18 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: include/vlc/vlc.h:576
+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"
+"see the file named COPYING for details.\n"
+"Written by the VideoLAN team; see the AUTHORS file.\n"
+msgstr ""
+"本程序在适用法律允许范围内绝对没有任何保证。您可以在 GNU 通用\n"
+"公开许可协议下重新发布本软件,具体情况请参看 COPYING 文件。\n"
+"\n"
+"本软件由 VideoLAN 开发组开发,请参看 AUTHORS 文件。\n"
+
 #: include/vlc_config_cat.h:32
 msgid "VLC preferences"
 msgstr "VLC 选项"
@@ -66,7 +78,7 @@ msgstr "控制界面设置"
 msgid "Hotkeys settings"
 msgstr "热键设置"
 
-#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1209
+#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1217
 #: modules/gui/beos/InterfaceWindow.cpp:282 modules/gui/macosx/extended.m:81
 #: modules/gui/macosx/intf.m:555 modules/gui/macosx/output.m:170
 #: modules/gui/macosx/playlistinfo.m:96 modules/gui/macosx/wizard.m:421
@@ -110,9 +122,9 @@ msgstr "输出模块"
 msgid "These are general settings for audio output modules."
 msgstr "音频输出模块的一般设置"
 
-#: include/vlc_config_cat.h:71 src/libvlc.h:1553
+#: include/vlc_config_cat.h:71 src/libvlc.h:1563
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:578
-#: modules/gui/wxwidgets/menus.cpp:279 modules/stream_out/transcode.c:285
+#: modules/gui/wxwidgets/menus.cpp:280 modules/stream_out/transcode.c:285
 msgid "Miscellaneous"
 msgstr "杂项"
 
@@ -120,7 +132,7 @@ msgstr "杂项"
 msgid "Miscellaneous audio settings and modules."
 msgstr "模块及音频杂项设置"
 
-#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1244
+#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1252
 #: modules/gui/macosx/extended.m:80 modules/gui/macosx/intf.m:568
 #: modules/gui/macosx/output.m:160 modules/gui/macosx/playlistinfo.m:86
 #: modules/gui/macosx/wizard.m:422
@@ -234,7 +246,7 @@ msgstr "设置音频+视频、杂项编码及译码器"
 msgid "General input settings. Use with care."
 msgstr "一般输入设置,请注意。"
 
-#: include/vlc_config_cat.h:135 src/libvlc.h:1483
+#: include/vlc_config_cat.h:135 src/libvlc.h:1493
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:152
 msgid "Stream output"
 msgstr "串流输出"
@@ -320,8 +332,8 @@ msgstr "VOD"
 msgid "VLC's implementation of Video On Demand"
 msgstr "VLC 的 Video On Demand 实现"
 
-#: include/vlc_config_cat.h:186 src/libvlc.h:1608 src/playlist/engine.c:79
-#: src/playlist/engine.c:81 modules/demux/playlist/playlist.c:56
+#: include/vlc_config_cat.h:186 src/libvlc.h:1618 src/playlist/engine.c:91
+#: src/playlist/engine.c:93 modules/demux/playlist/playlist.c:56
 #: modules/demux/playlist/playlist.c:57
 #: modules/gui/beos/InterfaceWindow.cpp:231
 #: modules/gui/beos/InterfaceWindow.cpp:325 modules/gui/macosx/intf.m:500
@@ -352,7 +364,7 @@ msgid ""
 "playlist."
 msgstr "自动将项目添加到播放列表的服务探索模块及设备。"
 
-#: include/vlc_config_cat.h:197 src/libvlc.h:1444
+#: include/vlc_config_cat.h:197 src/libvlc.h:1454
 #: modules/gui/macosx/prefs.m:124
 msgid "Advanced"
 msgstr "高级"
@@ -467,7 +479,7 @@ msgstr "选择文件以保存到"
 #: modules/gui/wxwidgets/interface.cpp:677
 #: modules/gui/wxwidgets/interface.cpp:688
 #: modules/gui/wxwidgets/interface.cpp:1216
-#: modules/gui/wxwidgets/menus.cpp:263 modules/gui/wxwidgets/menus.cpp:274
+#: modules/gui/wxwidgets/menus.cpp:264 modules/gui/wxwidgets/menus.cpp:275
 msgid "Play"
 msgstr "播放"
 
@@ -485,8 +497,8 @@ msgid "Delete"
 msgstr "删除"
 
 #: include/vlc_intf_strings.h:37 modules/gui/macosx/intf.m:599
-#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlistinfo.m:55
-#: modules/gui/macosx/playlistinfo.m:363 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/playlistinfo.m:55 modules/gui/macosx/playlistinfo.m:363
 msgid "Information"
 msgstr "信息"
 
@@ -520,8 +532,8 @@ msgstr "元信息"
 msgid "Title"
 msgstr "标题"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:58
-#: modules/gui/macosx/playlist.m:130 modules/gui/macosx/wizard.m:393
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:130
+#: modules/gui/macosx/playlistinfo.m:58 modules/gui/macosx/wizard.m:393
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:50
 msgid "Author"
 msgstr "作者"
@@ -593,18 +605,6 @@ msgstr "编码器名称"
 msgid "Codec Description"
 msgstr "编码器描述"
 
-#: include/vlc/vlc.h:576
-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"
-"see the file named COPYING for details.\n"
-"Written by the VideoLAN team; see the AUTHORS file.\n"
-msgstr ""
-"本程序在适用法律允许范围内绝对没有任何保证。您可以在 GNU 通用\n"
-"公开许可协议下重新发布本软件,具体情况请参看 COPYING 文件。\n"
-"\n"
-"本软件由 VideoLAN 开发组开发,请参看 AUTHORS 文件。\n"
-
 #: src/audio_output/filters.c:154 src/audio_output/filters.c:201
 #: src/audio_output/filters.c:224
 #, fuzzy
@@ -618,7 +618,7 @@ msgid "The maximum number of filters (%d) was reached."
 msgstr ""
 
 #: src/audio_output/input.c:80 src/audio_output/input.c:126
-#: src/input/es_out.c:361 src/libvlc.h:417 src/video_output/video_output.c:421
+#: src/input/es_out.c:361 src/libvlc.h:421 src/video_output/video_output.c:421
 #: modules/codec/ffmpeg/postprocess.c:94
 msgid "Disable"
 msgstr "关闭"
@@ -767,13 +767,14 @@ msgid "VLC could not open the decoder module."
 msgstr ""
 
 #: src/input/decoder.c:136
-msgid "No suitable decoder module for FOURCC \"4.4s\" found"
+msgid "No suitable decoder module for format"
 msgstr ""
 
 #: src/input/decoder.c:137
+#, c-format
 msgid ""
-"VLC probably does not support this audio or video format. Regrettably, there "
-"is no way for you to fix this."
+"VLC probably does not support the “%4.4s” audio or video format. "
+"Unfortunately there is no way for you to fix this."
 msgstr ""
 
 #: src/input/es_out.c:383 src/input/es_out.c:385 src/input/es_out.c:391
@@ -784,7 +785,7 @@ msgid "Track %i"
 msgstr "音轨 %i"
 
 #: src/input/es_out.c:465 src/input/es_out.c:467 src/input/es_out.c:567
-#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:443
+#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:447
 #: modules/gui/macosx/intf.m:548 modules/gui/macosx/intf.m:549
 msgid "Program"
 msgstr "程序"
@@ -823,8 +824,8 @@ msgstr "%d Hz"
 msgid "Bits per sample"
 msgstr "比特每采样"
 
-#: src/input/es_out.c:1605 modules/access_output/shout.c:86
-#: modules/access/pvr.c:84
+#: src/input/es_out.c:1605 modules/access/pvr.c:84
+#: modules/access_output/shout.c:86
 msgid "Bitrate"
 msgstr "位率"
 
@@ -876,7 +877,7 @@ msgstr ""
 msgid "Bookmark"
 msgstr "书签"
 
-#: src/input/var.c:131 src/libvlc.h:449
+#: src/input/var.c:131 src/libvlc.h:453
 msgid "Programs"
 msgstr "程序"
 
@@ -1540,123 +1541,133 @@ msgid ""
 msgstr ""
 
 #: src/libvlc.h:278
+#, fuzzy
+msgid "Embedded video"
+msgstr "嵌入视频输出"
+
+#: src/libvlc.h:280
+#, fuzzy
+msgid "Embed the video output in the main interface."
+msgstr "在界面中嵌入视频"
+
+#: src/libvlc.h:282
 msgid "Fullscreen video output"
 msgstr "全屏幕视频输出"
 
-#: src/libvlc.h:280
+#: src/libvlc.h:284
 msgid "Start video in fullscreen mode"
 msgstr "以全屏幕模式启动视频"
 
-#: src/libvlc.h:282
+#: src/libvlc.h:286
 msgid "Overlay video output"
 msgstr "重叠视频输出"
 
-#: src/libvlc.h:284
+#: src/libvlc.h:288
 msgid ""
 "Overlay is the hardware acceleration capability of your video card (ability "
 "to render video directly). VLC will try to use it by default."
 msgstr ""
 
-#: src/libvlc.h:287 src/video_output/vout_intf.c:399
+#: src/libvlc.h:291 src/video_output/vout_intf.c:399
 msgid "Always on top"
 msgstr "永远在最上层"
 
-#: src/libvlc.h:289
+#: src/libvlc.h:293
 msgid "Always place the video window on top of other windows."
 msgstr "永远让视频窗口显示在其它窗口之上"
 
-#: src/libvlc.h:291
+#: src/libvlc.h:295
 msgid "Disable screensaver"
 msgstr "关闭屏幕保护程序"
 
-#: src/libvlc.h:292
+#: src/libvlc.h:296
 msgid "Disable the screensaver during video playback."
 msgstr "在播放视频时关闭屏幕保护程序"
 
-#: src/libvlc.h:294
+#: src/libvlc.h:298
 msgid "Window decorations"
 msgstr "窗口装饰"
 
-#: src/libvlc.h:296
+#: src/libvlc.h:300
 msgid ""
 "VLC can avoid creating window caption, frames, etc... around the video, "
 "giving a \"minimal\" window."
 msgstr "VLC 可以不在视频周围显示窗口标题、框架等,从而得到一个“最小的”窗口。"
 
-#: src/libvlc.h:299
+#: src/libvlc.h:303
 #, fuzzy
 msgid "Video output filter module"
 msgstr "视频输出模块"
 
-#: src/libvlc.h:301
+#: src/libvlc.h:305
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
 "instance deinterlacing, or to clone or distort the video window."
 msgstr ""
 
-#: src/libvlc.h:305
+#: src/libvlc.h:309
 msgid "Video filter module"
 msgstr "视频过滤器模块"
 
-#: src/libvlc.h:307
+#: src/libvlc.h:311
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
 "instance deinterlacing, or distortthe video."
 msgstr ""
 
-#: src/libvlc.h:311
+#: src/libvlc.h:315
 #, fuzzy
 msgid "Video snapshot directory (or filename)"
 msgstr "视频快照目录"
 
-#: src/libvlc.h:313
+#: src/libvlc.h:317
 msgid "Directory where the video snapshots will be stored."
 msgstr "允许你指定视频快照的存放目录"
 
-#: src/libvlc.h:315 src/libvlc.h:317
+#: src/libvlc.h:319 src/libvlc.h:321
 #, fuzzy
 msgid "Video snapshot file prefix"
 msgstr "视频快照格式"
 
-#: src/libvlc.h:319
+#: src/libvlc.h:323
 msgid "Video snapshot format"
 msgstr "视频快照格式"
 
-#: src/libvlc.h:321
+#: src/libvlc.h:325
 msgid "Image format which will be used to store the video snapshots"
 msgstr ""
 
-#: src/libvlc.h:323
+#: src/libvlc.h:327
 msgid "Display video snapshot preview"
 msgstr "显示视频快照预览"
 
-#: src/libvlc.h:325
+#: src/libvlc.h:329
 msgid "Display the snapshot preview in the screen's top-left corner."
 msgstr ""
 
-#: src/libvlc.h:327
+#: src/libvlc.h:331
 msgid "Use sequential numbers instead of timestamps"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:333
 msgid "Use sequential numbers instead of timestamps for snapshot numbering"
 msgstr ""
 
-#: src/libvlc.h:331
+#: src/libvlc.h:335
 msgid "Video cropping"
 msgstr "视频修整"
 
-#: src/libvlc.h:333
+#: src/libvlc.h:337
 msgid ""
 "This forces the cropping of the source video. Accepted formats are x:y (4:3, "
 "16:9, etc.) expressing the global image aspect."
 msgstr ""
 
-#: src/libvlc.h:337
+#: src/libvlc.h:341
 msgid "Source aspect ratio"
 msgstr "源比率"
 
-#: src/libvlc.h:339
+#: src/libvlc.h:343
 msgid ""
 "This forces 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 "
@@ -1665,123 +1676,123 @@ msgid ""
 "(1.25, 1.3333, etc.) expressing pixel squareness."
 msgstr ""
 
-#: src/libvlc.h:346
+#: src/libvlc.h:350
 msgid "Custom crop ratios list"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:352
 msgid ""
 "Comma seperated list of crop ratios which will be added in the interface's "
 "crop ratios list."
 msgstr ""
 
-#: src/libvlc.h:351
+#: src/libvlc.h:355
 #, fuzzy
 msgid "Custom aspect ratios list"
 msgstr "循环源纵横比"
 
-#: src/libvlc.h:353
+#: src/libvlc.h:357
 msgid ""
 "Comma seperated list of aspect ratios which will be added in the interface's "
 "aspect ratio list."
 msgstr ""
 
-#: src/libvlc.h:356
+#: src/libvlc.h:360
 msgid "Fix HDTV height"
 msgstr "固定 HDTV 高度"
 
-#: src/libvlc.h:358
+#: src/libvlc.h:362
 msgid ""
 "This allows proper handling of HDTV-1080 video format even if broken encoder "
 "incorrectly sets height to 1088 lines. You should only disable this option "
 "if your video has a non-standard format requiring all 1088 lines."
 msgstr ""
 
-#: src/libvlc.h:363
+#: src/libvlc.h:367
 msgid "Monitor pixel aspect ratio"
 msgstr "监视器像素纵横比"
 
-#: src/libvlc.h:365
+#: src/libvlc.h:369
 msgid ""
 "This forces the monitor aspect ratio. Most monitors have square pixels "
 "(1:1). If you have a 16:9 screen, you might need to change this to 4:3 in "
 "order to keep proportions."
 msgstr ""
 
-#: src/libvlc.h:370
+#: src/libvlc.h:374
 msgid "Skip frames"
 msgstr "跳过帧"
 
-#: src/libvlc.h:372
+#: src/libvlc.h:376
 msgid ""
 "This option enables framedropping on MPEG2 stream. Framedropping occurs when "
 "your computer is not powerful enough"
 msgstr "这个选项的选择可以在你的电脑不够好时允许MPEG2流产生丢帧"
 
-#: src/libvlc.h:375
+#: src/libvlc.h:379
 msgid "Drop late frames"
 msgstr "丢弃晚的帧"
 
-#: src/libvlc.h:377
+#: src/libvlc.h:381
 msgid ""
 "This drops frames that are late (arrive to the video output after their "
 "intended display date)."
 msgstr ""
 
-#: src/libvlc.h:380
+#: src/libvlc.h:384
 msgid "Quiet synchro"
 msgstr "静音同步"
 
-#: src/libvlc.h:382
+#: src/libvlc.h:386
 msgid ""
 "This avoids flooding the message log with debug output from the video output "
 "synchronization mechanism."
 msgstr ""
 
-#: src/libvlc.h:391
+#: src/libvlc.h:395
 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:396
+#: src/libvlc.h:400
 msgid ""
 "If you live in France, it is not allowed to workaround any Digital "
 "Restrictions Management measure."
 msgstr ""
 
-#: src/libvlc.h:399
+#: src/libvlc.h:403
 msgid "Clock reference average counter"
 msgstr "时钟参考平均计数器"
 
-#: src/libvlc.h:401
+#: src/libvlc.h:405
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
 msgstr "当使用PVR输入(或者一个很不正常的源), 你必须设置这个值为10000."
 
-#: src/libvlc.h:404
+#: src/libvlc.h:408
 msgid "Clock synchronisation"
 msgstr "时钟同步"
 
-#: src/libvlc.h:406
+#: src/libvlc.h:410
 msgid ""
 "It is possible to disable the input clock synchronisation for real-time "
 "sources. Use this if you experience jerky playback of network streams."
 msgstr "您可以关闭实时源的时钟同步。"
 
-#: src/libvlc.h:410 modules/control/netsync.c:71
+#: src/libvlc.h:414 modules/control/netsync.c:71
 msgid "Network synchronisation"
 msgstr "网络同步化"
 
-#: src/libvlc.h:411
+#: src/libvlc.h:415
 msgid ""
 "This allows you to remotely synchronise clocks for server and client. The "
 "detailed settings are available in Advanced / Network Sync."
 msgstr ""
 
-#: src/libvlc.h:417 src/libvlc.h:964 src/video_output/vout_intf.c:261
+#: src/libvlc.h:421 src/libvlc.h:972 src/video_output/vout_intf.c:261
 #: src/video_output/vout_intf.c:348 modules/access/dshow/dshow.cpp:74
 #: modules/access/dshow/dshow.cpp:76 modules/access/dshow/dshow.cpp:79
 #: modules/access/dshow/dshow.cpp:85 modules/audio_output/alsa.c:102
@@ -1794,7 +1805,7 @@ msgstr ""
 msgid "Default"
 msgstr "默认"
 
-#: src/libvlc.h:417 modules/gui/macosx/equalizer.m:145
+#: src/libvlc.h:421 modules/gui/macosx/equalizer.m:145
 #: modules/gui/macosx/extended.m:113 modules/gui/macosx/wizard.m:395
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:633
 #: modules/gui/wxwidgets/extrapanel.cpp:216
@@ -1802,157 +1813,157 @@ msgstr "默认"
 msgid "Enable"
 msgstr "启动"
 
-#: src/libvlc.h:419
+#: src/libvlc.h:423
 msgid "UDP port"
 msgstr "UDP 端口"
 
-#: src/libvlc.h:421
+#: src/libvlc.h:425
 msgid "This is the default port used for UDP streams. Default is 1234."
 msgstr "这是用于 UDP 流的端口。默认值是 1234。"
 
-#: src/libvlc.h:423
+#: src/libvlc.h:427
 msgid "MTU of the network interface"
 msgstr "网络接口的MTU"
 
-#: src/libvlc.h:425
+#: src/libvlc.h:429
 msgid ""
 "This is the maximum packet size that can be transmitted over the network "
 "interface. On Ethernet it is usually 1500 bytes."
 msgstr "这是可以在网络接口上传输的包的最大大小。在以太网上通常是 1500 字节。"
 
-#: src/libvlc.h:428
+#: src/libvlc.h:432
 msgid "Hop limit (TTL)"
 msgstr "Hop 限制 (TTL)"
 
-#: src/libvlc.h:430
+#: src/libvlc.h:434
 msgid ""
 "This is the hop limit (also known as \"Time-To-Live\" or TTL) of the "
 "multicast packets sent by the stream output (0 = use operating system built-"
 "in default)."
 msgstr ""
 
-#: src/libvlc.h:434
+#: src/libvlc.h:438
 msgid "IPv6 multicast output interface"
 msgstr "IPv6 多播输出接口"
 
-#: src/libvlc.h:436
+#: src/libvlc.h:440
 msgid "Default IPv6 multicast interface. This overrides the routing table."
 msgstr "默认 IPv6 多播输出接口。这个将覆盖路由表。"
 
-#: src/libvlc.h:438
+#: src/libvlc.h:442
 msgid "IPv4 multicast output interface address"
 msgstr "IPv4 多播输出接口地址"
 
-#: src/libvlc.h:440
+#: src/libvlc.h:444
 msgid ""
 "IPv4 adress for the default multicast interface. This overrides the routing "
 "table."
 msgstr "默认 IPv4 多播输出接口。这个重写了路由表。"
 
-#: src/libvlc.h:445
+#: src/libvlc.h:449
 msgid ""
 "Choose the program to select by giving its Service ID. Only use this option "
 "if you want to read a multi-program stream (like DVB streams for example)."
 msgstr ""
 
-#: src/libvlc.h:451
+#: src/libvlc.h:455
 msgid ""
 "Choose the programs to select by giving a comma-separated list of Service "
 "IDs (SIDs). Only use this option if you want to read a multi-program stream "
 "(like DVB streams for example)."
 msgstr ""
 
-#: src/libvlc.h:457 modules/gui/wxwidgets/dialogs/open.cpp:779
+#: src/libvlc.h:461 modules/gui/wxwidgets/dialogs/open.cpp:779
 msgid "Audio track"
 msgstr "音轨"
 
-#: src/libvlc.h:459
+#: src/libvlc.h:463
 msgid "Stream number of the audio track to use (from 0 to n)."
 msgstr "设置你想使用的音频轨道的串流号码 (从 0 到 n)"
 
-#: src/libvlc.h:462 modules/gui/wxwidgets/dialogs/open.cpp:771
+#: src/libvlc.h:466 modules/gui/wxwidgets/dialogs/open.cpp:771
 msgid "Subtitles track"
 msgstr "字幕轨"
 
-#: src/libvlc.h:464
+#: src/libvlc.h:468
 msgid "Stream number of the subtitle track to use (from 0 to n)."
 msgstr "设置你想使用的字幕轨道的串流编号 (从 0 到 n)"
 
-#: src/libvlc.h:467
+#: src/libvlc.h:471
 msgid "Audio language"
 msgstr "音频语言"
 
-#: src/libvlc.h:469
+#: src/libvlc.h:473
 msgid ""
 "Language of the audio track you want to use (comma separated, two or three "
 "letter country code)."
 msgstr "设置你想使用的音频轨道的语言 (以逗号分隔, 两个或三个字母的国家代码)。"
 
-#: src/libvlc.h:472
+#: src/libvlc.h:476
 msgid "Subtitle language"
 msgstr "字幕语言"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:478
 msgid ""
 "Language of the subtitle track you want to use (comma separated, two or tree "
 "letter country code)."
 msgstr "设置你想使用的字幕轨道的语言 (以逗号分隔, 两个或三个字母的国家代码)。"
 
-#: src/libvlc.h:478
+#: src/libvlc.h:482
 msgid "Audio track ID"
 msgstr "音轨 ID"
 
-#: src/libvlc.h:480
+#: src/libvlc.h:484
 msgid "Stream ID of the audio track to use."
 msgstr "要使用的音频轨道的 ID"
 
-#: src/libvlc.h:482
+#: src/libvlc.h:486
 msgid "Subtitles track ID"
 msgstr "字幕轨 ID"
 
-#: src/libvlc.h:484
+#: src/libvlc.h:488
 msgid "Stream ID of the subtitle track to use."
 msgstr "要使用的字幕轨道的 ID"
 
-#: src/libvlc.h:486
+#: src/libvlc.h:490
 msgid "Input repetitions"
 msgstr "输入重复"
 
-#: src/libvlc.h:488
+#: src/libvlc.h:492
 msgid "Number of time the same input will be repeated"
 msgstr "相同的输入将要被重复的时间"
 
-#: src/libvlc.h:490
+#: src/libvlc.h:494
 msgid "Start time"
 msgstr "开始时间"
 
-#: src/libvlc.h:492
+#: src/libvlc.h:496
 msgid "The stream will start at this position (in seconds)."
 msgstr "串流将从此位置开始 (以秒为单位)。"
 
-#: src/libvlc.h:494
+#: src/libvlc.h:498
 msgid "Stop time"
 msgstr "停止时间"
 
-#: src/libvlc.h:496
+#: src/libvlc.h:500
 msgid "The stream will stop at this position (in seconds)."
 msgstr "串流将从此位置停止 (以秒为单位)。"
 
-#: src/libvlc.h:498
+#: src/libvlc.h:502
 msgid "Input list"
 msgstr "输入清单"
 
-#: src/libvlc.h:500
+#: src/libvlc.h:504
 msgid ""
 "You can give a comma-separated list of inputs that will be concatenated "
 "together after the normal one."
 msgstr ""
 
-#: src/libvlc.h:503
+#: src/libvlc.h:507
 msgid "Input slave (experimental)"
 msgstr "从输入(试验性的)"
 
-#: src/libvlc.h:505
+#: src/libvlc.h:509
 msgid ""
 "This allows you to play from several inputs at the same time. This feature "
 "is experimental, not all formats are supported. Use a '#' separated list of "
@@ -1961,18 +1972,18 @@ msgstr ""
 "允许你同时播放一些输入.这个特性是测试阶段,不是所有格式都支持. 使用一个以井号"
 "分隔的列表."
 
-#: src/libvlc.h:509
+#: src/libvlc.h:513
 msgid "Bookmarks list for a stream"
 msgstr "串流书签清单"
 
-#: src/libvlc.h:511
+#: src/libvlc.h:515
 msgid ""
 "You can manually give a list of bookmarks for a stream in the form "
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
 "{...}\""
 msgstr ""
 
-#: src/libvlc.h:517
+#: src/libvlc.h:521
 msgid ""
 "These options allow you to modify the behavior of the subpictures subsystem. "
 "You can for example enable subpictures filters (logo, etc.). Enable these "
@@ -1980,70 +1991,70 @@ msgid ""
 "section. You can also set many miscellaneous subpictures options."
 msgstr ""
 
-#: src/libvlc.h:523
+#: src/libvlc.h:527
 msgid "Force subtitle position"
 msgstr "强制字幕位置"
 
-#: src/libvlc.h:525
+#: src/libvlc.h:529
 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:528
+#: src/libvlc.h:532
 msgid "Enable sub-pictures"
 msgstr "启用子画面"
 
-#: src/libvlc.h:530
+#: src/libvlc.h:534
 msgid "You can completely disable the sub-picture processing."
 msgstr "您可以完全禁用子画面处理。"
 
-#: src/libvlc.h:532 src/libvlc.h:1324 src/misc/iso-639_def.h:143
+#: src/libvlc.h:536 src/libvlc.h:1334 src/misc/iso-639_def.h:143
 #: modules/stream_out/transcode.c:281
 msgid "On Screen Display"
 msgstr "画面上显示(OSD)"
 
-#: src/libvlc.h:534
+#: src/libvlc.h:538
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
 "Display)."
 msgstr "VLC可以在视频上显示讯息,称之为 OSD (On Screen Display)。"
 
-#: src/libvlc.h:537
+#: src/libvlc.h:541
 msgid "Text rendering module"
 msgstr "字体渲染模块"
 
-#: src/libvlc.h:539
+#: src/libvlc.h:543
 msgid ""
 "VLC normally uses Freetype for rendering, but this allows you to use svg for "
 "instance."
 msgstr ""
 
-#: src/libvlc.h:542
+#: src/libvlc.h:546
 msgid "Subpictures filter module"
 msgstr "子画面过滤器模块"
 
-#: src/libvlc.h:544
+#: src/libvlc.h:548
 msgid ""
 "This adds so-called \"subpicture filters\". These filters overlay some "
 "images or text over the video (like a logo, arbitraty text...)."
 msgstr ""
 
-#: src/libvlc.h:547
+#: src/libvlc.h:551
 msgid "Autodetect subtitle files"
 msgstr "自动侦测字幕档"
 
-#: src/libvlc.h:549
+#: src/libvlc.h:553
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified "
 "(based on the filename of the movie)."
 msgstr "如果不指定字幕文件名称,就自动地侦测字幕文件"
 
-#: src/libvlc.h:552
+#: src/libvlc.h:556
 msgid "Subtitle autodetection fuzziness"
 msgstr "字幕自动侦测模糊化"
 
-#: src/libvlc.h:554
+#: src/libvlc.h:558
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -2060,97 +2071,97 @@ msgstr ""
 "3 = 字幕文件与电影名称吻合并包含其它字符\n"
 "4 = 字幕文件与电影名称完全吻合"
 
-#: src/libvlc.h:562
+#: src/libvlc.h:566
 msgid "Subtitle autodetection paths"
 msgstr "字幕自动侦测路径"
 
-#: src/libvlc.h:564
+#: src/libvlc.h:568
 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:567
+#: src/libvlc.h:571
 msgid "Use subtitle file"
 msgstr "使用字幕文件"
 
-#: src/libvlc.h:569
+#: src/libvlc.h:573
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
 msgstr "当自动侦测字幕文件无效的时候,加载这个字幕文件"
 
-#: src/libvlc.h:572
+#: src/libvlc.h:576
 msgid "DVD device"
 msgstr "DVD装置"
 
-#: src/libvlc.h:575
+#: src/libvlc.h:579
 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:579
+#: src/libvlc.h:583
 msgid "This is the default DVD device to use."
 msgstr "默认的 DVD 设备"
 
-#: src/libvlc.h:582
+#: src/libvlc.h:586
 msgid "VCD device"
 msgstr "VCD 设备"
 
-#: src/libvlc.h:585
+#: src/libvlc.h:589
 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:589
+#: src/libvlc.h:593
 msgid "This is the default VCD device to use."
 msgstr "默认的 VCD 设备"
 
-#: src/libvlc.h:592
+#: src/libvlc.h:596
 msgid "Audio CD device"
 msgstr "音乐 CD 设备"
 
-#: src/libvlc.h:595
+#: src/libvlc.h:599
 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 "默认的音乐 CD 设备,如果你不指定,程序将会自动扫描适合的光驱"
 
-#: src/libvlc.h:599
+#: src/libvlc.h:603
 msgid "This is the default Audio CD device to use."
 msgstr "默认的音乐 CD 设备"
 
-#: src/libvlc.h:602 modules/gui/wxwidgets/dialogs/open.cpp:841
+#: src/libvlc.h:606 modules/gui/wxwidgets/dialogs/open.cpp:841
 msgid "Force IPv6"
 msgstr "强制使用 IPv6"
 
-#: src/libvlc.h:604
+#: src/libvlc.h:608
 msgid "IPv6 will be used by default for all connections."
 msgstr "对所有的连接默认使用 IPv6。"
 
-#: src/libvlc.h:606
+#: src/libvlc.h:610
 msgid "Force IPv4"
 msgstr "强制使用 IPv4"
 
-#: src/libvlc.h:608
+#: src/libvlc.h:612
 msgid "IPv4 will be used by default for all connections."
 msgstr "对所有的连接默认使用 IPv4。"
 
-#: src/libvlc.h:610
+#: src/libvlc.h:614
 msgid "TCP connection timeout"
 msgstr "TCP连接超时时间"
 
-#: src/libvlc.h:612
+#: src/libvlc.h:616
 msgid "Default TCP connection timeout (in milliseconds). "
 msgstr "默认 TCP 连接超时时间 (以毫秒为单位)"
 
-#: src/libvlc.h:614
+#: src/libvlc.h:618
 msgid "SOCKS server"
 msgstr "SOCKS服务器"
 
-#: src/libvlc.h:616
+#: src/libvlc.h:620
 msgid ""
 "SOCKS proxy server to use. This must be of the form address:port. It will be "
 "used for all TCP connections"
@@ -2158,329 +2169,329 @@ msgstr ""
 "要使用的 SOCKS 代理服务器。这必须以 地址:端口 的形式。它将被用于所有的 TCP 连"
 "接。"
 
-#: src/libvlc.h:619
+#: src/libvlc.h:623
 msgid "SOCKS user name"
 msgstr "SOCKS使用者名称"
 
-#: src/libvlc.h:621
+#: src/libvlc.h:625
 msgid "User name to be used for connection to the SOCKS proxy."
 msgstr "将被用于连接到 SOCKS 代理服务器的用户名。"
 
-#: src/libvlc.h:623
+#: src/libvlc.h:627
 msgid "SOCKS password"
 msgstr "SOCKS密码"
 
-#: src/libvlc.h:625
+#: src/libvlc.h:629
 msgid "Password to be used for connection to the SOCKS proxy."
 msgstr "将被用于连接到 SOCKS 代理服务器的密码。"
 
-#: src/libvlc.h:627
+#: src/libvlc.h:631
 msgid "Title metadata"
 msgstr "标题数据"
 
-#: src/libvlc.h:629
+#: src/libvlc.h:633
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr "允许您为一个输入指定一个“标题”元数据。"
 
-#: src/libvlc.h:631
+#: src/libvlc.h:635
 msgid "Author metadata"
 msgstr "作者元数据"
 
-#: src/libvlc.h:633
+#: src/libvlc.h:637
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr "允许您为一个输入指定一个“作者”元数据。"
 
-#: src/libvlc.h:635
+#: src/libvlc.h:639
 msgid "Artist metadata"
 msgstr "艺术家元数据"
 
-#: src/libvlc.h:637
+#: src/libvlc.h:641
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr "允许您为一个输入指定一个“艺术家”元数据。"
 
-#: src/libvlc.h:639
+#: src/libvlc.h:643
 msgid "Genre metadata"
 msgstr "流派元数据"
 
-#: src/libvlc.h:641
+#: src/libvlc.h:645
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr "允许您为一个输入指定一个“流派”元数据。"
 
-#: src/libvlc.h:643
+#: src/libvlc.h:647
 msgid "Copyright metadata"
 msgstr "版权元数据"
 
-#: src/libvlc.h:645
+#: src/libvlc.h:649
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr "允许您为一个输入指定一个“版权”元数据。"
 
-#: src/libvlc.h:647
+#: src/libvlc.h:651
 msgid "Description metadata"
 msgstr "描述元数据"
 
-#: src/libvlc.h:649
+#: src/libvlc.h:653
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr "允许您为一个输入指定一个“描述”元数据。"
 
-#: src/libvlc.h:651
+#: src/libvlc.h:655
 msgid "Date metadata"
 msgstr "日期元数据"
 
-#: src/libvlc.h:653
+#: src/libvlc.h:657
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr "允许您为一个输入指定一个“日期”元数据。"
 
-#: src/libvlc.h:655
+#: src/libvlc.h:659
 msgid "URL metadata"
 msgstr "网址元数据"
 
-#: src/libvlc.h:657
+#: src/libvlc.h:661
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr "允许您为一个输入指定一个“网址”元数据。"
 
-#: src/libvlc.h:661
+#: src/libvlc.h:665
 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:665
+#: src/libvlc.h:669
 msgid "Preferred decoders list"
 msgstr "偏好的解码器清单"
 
-#: src/libvlc.h:667
+#: src/libvlc.h:671
 msgid ""
 "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. Only advanced "
 "users should alter this option as it can break playback of all your streams."
 msgstr ""
 
-#: src/libvlc.h:672
+#: src/libvlc.h:676
 msgid "Preferred encoders list"
 msgstr "偏好的编码器清单"
 
-#: src/libvlc.h:674
+#: src/libvlc.h:678
 msgid ""
 "This allows you to select a list of encoders that VLC will use in priority."
 msgstr "允许你选择编码器清单,VLC会依照先后顺序使用"
 
-#: src/libvlc.h:683
+#: src/libvlc.h:687
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
 msgstr "这些选项允许你设置默认的流输出子系统的全局选项."
 
-#: src/libvlc.h:686
+#: src/libvlc.h:690
 msgid "Default stream output chain"
 msgstr "默认串流输出链"
 
-#: src/libvlc.h:688
+#: src/libvlc.h:692
 msgid ""
 "You can enter here a default stream output chain. Refer to the documentation "
 "to learn how to build such chains.Warning: this chain will be enabled for "
 "all streams."
 msgstr ""
 
-#: src/libvlc.h:692
+#: src/libvlc.h:696
 msgid "Enable streaming of all ES"
 msgstr "打开串流所有 ES"
 
-#: src/libvlc.h:694
+#: src/libvlc.h:698
 msgid "Stream all elementary streams (video, audio and subtitles)"
 msgstr "允许串流所有的 ES (视频,音频和字幕)"
 
-#: src/libvlc.h:696
+#: src/libvlc.h:700
 msgid "Display while streaming"
 msgstr "串流时显示"
 
-#: src/libvlc.h:698
+#: src/libvlc.h:702
 msgid "Play locally the stream while streaming it."
 msgstr "串流时在本地播放该串流。"
 
-#: src/libvlc.h:700
+#: src/libvlc.h:704
 msgid "Enable video stream output"
 msgstr "启动视频串流输出"
 
-#: src/libvlc.h:702
+#: src/libvlc.h:706
 msgid ""
 "Choose whether the video stream should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:705
+#: src/libvlc.h:709
 msgid "Enable audio stream output"
 msgstr "启动音频串流输出"
 
-#: src/libvlc.h:707
+#: src/libvlc.h:711
 msgid ""
 "Choose whether the audio stream should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:710
+#: src/libvlc.h:714
 msgid "Enable SPU stream output"
 msgstr "启动 SPU 串流输出"
 
-#: src/libvlc.h:712
+#: src/libvlc.h:716
 msgid ""
 "Choose whether the SPU streams should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:715
+#: src/libvlc.h:719
 msgid "Keep stream output open"
 msgstr "持续开启串流输出"
 
-#: src/libvlc.h:717
+#: src/libvlc.h:721
 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:721
+#: src/libvlc.h:725
 msgid "Preferred packetizer list"
 msgstr "偏好的封包器清单"
 
-#: src/libvlc.h:723
+#: src/libvlc.h:727
 msgid ""
 "This allows you to select the order in which VLC will choose its packetizers."
 msgstr "这个允许你选择VLC选择封包器的顺序"
 
-#: src/libvlc.h:726
+#: src/libvlc.h:730
 msgid "Mux module"
 msgstr "多任务模块"
 
-#: src/libvlc.h:728
+#: src/libvlc.h:732
 msgid "This is a legacy entry to let you configure mux modules"
 msgstr ""
 
-#: src/libvlc.h:730
+#: src/libvlc.h:734
 msgid "Access output module"
 msgstr "存取输出模块"
 
-#: src/libvlc.h:732
+#: src/libvlc.h:736
 msgid "This is a legacy entry to let you configure access output modules"
 msgstr ""
 
-#: src/libvlc.h:734
+#: src/libvlc.h:738
 msgid "Control SAP flow"
 msgstr "控制SAP流量"
 
-#: src/libvlc.h:736
+#: src/libvlc.h:740
 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:740
+#: src/libvlc.h:744
 msgid "SAP announcement interval"
 msgstr "SAP 通告间隔"
 
-#: src/libvlc.h:742
+#: src/libvlc.h:746
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
 "between SAP announcements."
 msgstr ""
 
-#: src/libvlc.h:752
+#: src/libvlc.h:756
 msgid ""
 "These options allow you to enable special CPU optimizations. You should "
 "always leave all these enabled."
 msgstr ""
 
-#: src/libvlc.h:755
+#: src/libvlc.h:759
 msgid "Enable FPU support"
 msgstr "启用 FPU 支持"
 
-#: src/libvlc.h:757
+#: src/libvlc.h:761
 msgid ""
 "If your processor has a floating point calculation unit, VLC can take "
 "advantage of it."
 msgstr "如果你的处理器有一个浮点处理器,VLC 可以利用它。"
 
-#: src/libvlc.h:760
+#: src/libvlc.h:764
 msgid "Enable CPU MMX support"
 msgstr "启用 CPU MMX 支持"
 
-#: src/libvlc.h:762
+#: src/libvlc.h:766
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
 msgstr "如果你的处理器支持 MMX 指令集,VLC 可以利用它。"
 
-#: src/libvlc.h:765
+#: src/libvlc.h:769
 msgid "Enable CPU 3D Now! support"
 msgstr "启用 CPU 3D Now! 支持"
 
-#: src/libvlc.h:767
+#: src/libvlc.h:771
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
 msgstr "如果你的处理器支持 3D Now! 指令集,VLC 可以利用它。"
 
-#: src/libvlc.h:770
+#: src/libvlc.h:774
 msgid "Enable CPU MMX EXT support"
 msgstr "启用 CPU MMX EXT 支持"
 
-#: src/libvlc.h:772
+#: src/libvlc.h:776
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
 msgstr "如果你的处理器支持 MMX EXT 指令集,VLC 可以利用它。"
 
-#: src/libvlc.h:775
+#: src/libvlc.h:779
 msgid "Enable CPU SSE support"
 msgstr "启用 CPU SSE 支持"
 
-#: src/libvlc.h:777
+#: src/libvlc.h:781
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
 msgstr "如果你的处理器支持 SSE 指令集,VLC 可以利用它。"
 
-#: src/libvlc.h:780
+#: src/libvlc.h:784
 msgid "Enable CPU SSE2 support"
 msgstr "启用 CPU SSE2 支持"
 
-#: src/libvlc.h:782
+#: src/libvlc.h:786
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
 "of them."
 msgstr "如果你的处理器支持 SSE2 指令集,VLC 可以利用它。"
 
-#: src/libvlc.h:785
+#: src/libvlc.h:789
 msgid "Enable CPU AltiVec support"
 msgstr "启用 CPU AltiVec 支持"
 
-#: src/libvlc.h:787
+#: src/libvlc.h:791
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
 msgstr "如果你的处理器支持 AltiVec 指令集,VLC 可以利用它。"
 
-#: src/libvlc.h:792
+#: src/libvlc.h:796
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:795
+#: src/libvlc.h:799
 msgid "Memory copy module"
 msgstr "内存复制模块"
 
-#: src/libvlc.h:797
+#: src/libvlc.h:801
 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:800
+#: src/libvlc.h:804
 msgid "Access module"
 msgstr "存取模块"
 
-#: src/libvlc.h:802
+#: src/libvlc.h:806
 msgid ""
 "This allows you to force an access module. You can use it if the correct "
 "access is not automatically detected. You should not set this as a global "
@@ -2489,21 +2500,21 @@ msgstr ""
 "此选项允许您强制使用一个存取模块。如果正确的存取模块没有被自动检测到的话,您"
 "可以使用此选项。除非您知道你在做什么,您不应该将此选项设为一个全局选项。"
 
-#: src/libvlc.h:806
+#: src/libvlc.h:810
 msgid "Access filter module"
 msgstr "存取过滤器模块"
 
-#: src/libvlc.h:808
+#: src/libvlc.h:812
 msgid ""
 "Access filters are used to modify the stream that is being read. This is "
 "used for instance for timeshifting."
 msgstr ""
 
-#: src/libvlc.h:811
+#: src/libvlc.h:815
 msgid "Demux module"
 msgstr "解多任务模块"
 
-#: src/libvlc.h:813
+#: src/libvlc.h:817
 msgid ""
 "Demultiplexers are used to separate the \"elementary\" streams (like audio "
 "and video streams). You can use it if the correct demuxer is not "
@@ -2511,11 +2522,11 @@ msgid ""
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:818
+#: src/libvlc.h:822
 msgid "Allow real-time priority"
 msgstr "允许实时优先权"
 
-#: src/libvlc.h:820
+#: src/libvlc.h:824
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -2523,94 +2534,94 @@ msgid ""
 "only activate this if you know what you're doing."
 msgstr ""
 
-#: src/libvlc.h:826
+#: src/libvlc.h:830
 msgid "Adjust VLC priority"
 msgstr "调整 VLC 优先权"
 
-#: src/libvlc.h:828
+#: src/libvlc.h:832
 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:832
+#: src/libvlc.h:836
 msgid "Minimize number of threads"
 msgstr "最小线程数量"
 
-#: src/libvlc.h:834
+#: src/libvlc.h:838
 msgid "This option minimizes the number of threads needed to run VLC."
 msgstr ""
 
-#: src/libvlc.h:836
+#: src/libvlc.h:840
 msgid "Modules search path"
 msgstr "模块搜寻路径"
 
-#: src/libvlc.h:838
+#: src/libvlc.h:842
 msgid "Additional path for VLC to look for its modules."
 msgstr "这个选项允许你指定其它的 VLC 模块搜寻路径"
 
-#: src/libvlc.h:840
+#: src/libvlc.h:844
 msgid "VLM configuration file"
 msgstr "VLM设置档"
 
-#: src/libvlc.h:842
+#: src/libvlc.h:846
 msgid "Read a VLM configuration file as soon as VLM is started."
 msgstr "当 VLM 启动时,读取一个 VLM 配置文件。"
 
-#: src/libvlc.h:844
+#: src/libvlc.h:848
 msgid "Use a plugins cache"
 msgstr "使用外挂缓存"
 
-#: src/libvlc.h:846
+#: src/libvlc.h:850
 msgid "Use a plugins cache which will greatly improve the startup time of VLC."
 msgstr "这个选项允许你使用插件缓存, 这将会大大提高 VLC 的开始时间"
 
-#: src/libvlc.h:848
+#: src/libvlc.h:852
 msgid "Collect statistics"
 msgstr "收集统计信息"
 
-#: src/libvlc.h:850
+#: src/libvlc.h:854
 msgid "Collect miscellaneous statistics."
 msgstr "收集杂项统计。"
 
-#: src/libvlc.h:852
+#: src/libvlc.h:856
 msgid "Run as daemon process"
 msgstr "使用常驻程序执行"
 
-#: src/libvlc.h:854
+#: src/libvlc.h:858
 msgid "Runs VLC as a background daemon process."
 msgstr "使用背景常驻程序执行VLC"
 
-#: src/libvlc.h:856
+#: src/libvlc.h:860
 msgid "Write process id to file"
 msgstr ""
 
-#: src/libvlc.h:858
+#: src/libvlc.h:862
 msgid "Writes process id into specified file."
 msgstr ""
 
-#: src/libvlc.h:860
+#: src/libvlc.h:864
 msgid "Log to file"
 msgstr "记录到文件"
 
-#: src/libvlc.h:862
+#: src/libvlc.h:866
 msgid "Log all VLC messages to a text file."
 msgstr "记录所有的 VLC 信息到一个文本文件。"
 
-#: src/libvlc.h:864
+#: src/libvlc.h:868
 msgid "Log to syslog"
 msgstr "记录到 syslog"
 
-#: src/libvlc.h:866
+#: src/libvlc.h:870
 msgid "Log all VLC messages to syslog (UNIX systems)."
 msgstr "记录所有的 VLC 信息到 sysloc (UNIX 系统)。"
 
-#: src/libvlc.h:868
+#: src/libvlc.h:872
 msgid "Allow only one running instance"
 msgstr "只允许一个实例运行"
 
-#: src/libvlc.h:870
+#: src/libvlc.h:874
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
 "example if you associated VLC with some media types and you don't want a new "
@@ -2619,29 +2630,29 @@ msgid ""
 "running instance or enqueue it."
 msgstr ""
 
-#: src/libvlc.h:876
+#: src/libvlc.h:880
 msgid "VLC is started from file association"
 msgstr ""
 
-#: src/libvlc.h:878
+#: src/libvlc.h:882
 msgid "Tell VLC that it is being launched due to a file association in the OS"
 msgstr ""
 
-#: src/libvlc.h:881
+#: src/libvlc.h:885
 #, fuzzy
 msgid "One instance when started from file"
 msgstr "当从文件开始时, 只允许一个实例运行"
 
-#: src/libvlc.h:883
+#: src/libvlc.h:887
 #, fuzzy
 msgid "Allow only one running instance when started from file."
 msgstr "当从文件开始时, 只允许一个实例运行"
 
-#: src/libvlc.h:885
+#: src/libvlc.h:889
 msgid "Increase the priority of the process"
 msgstr "提高程序优先权"
 
-#: src/libvlc.h:887
+#: src/libvlc.h:891
 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 "
@@ -2651,22 +2662,22 @@ msgid ""
 "machine."
 msgstr ""
 
-#: src/libvlc.h:894
+#: src/libvlc.h:898
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr ""
 
-#: src/libvlc.h:896
+#: src/libvlc.h:900
 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:901
+#: src/libvlc.h:905
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr ""
 
-#: src/libvlc.h:904
+#: src/libvlc.h:908
 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 "
@@ -2675,197 +2686,207 @@ msgid ""
 "fastest but slightly incorrect), 1 (default) and 2."
 msgstr ""
 
-#: src/libvlc.h:913
+#: src/libvlc.h:917
 msgid "Enqueue items to playlist when in one instance mode"
 msgstr ""
 
-#: src/libvlc.h:915
+#: src/libvlc.h:919
 msgid ""
 "When using the one instance only option, enqueue items to playlist and keep "
 "playing current item."
 msgstr ""
 
-#: src/libvlc.h:924
+#: src/libvlc.h:928
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
 msgstr ""
 
-#: src/libvlc.h:927
+#: src/libvlc.h:931
 msgid "Automatically preparse files"
 msgstr "自动预解释文件"
 
-#: src/libvlc.h:929
+#: src/libvlc.h:933
 msgid ""
 "Automatically preparse files added to the playlist (to retrieve some "
 "metadata)."
 msgstr ""
 
-#: src/libvlc.h:932
+#: src/libvlc.h:936
 msgid "Services discovery modules"
 msgstr "服务探索模块"
 
-#: src/libvlc.h:934
+#: src/libvlc.h:938
 msgid ""
 "Specifies the services discovery modules to load, separated by semi-colons. "
 "Typical values are sap, hal, ..."
 msgstr ""
 
-#: src/libvlc.h:937
+#: src/libvlc.h:941
 msgid "Play files randomly forever"
 msgstr "永远随机播放文件"
 
-#: src/libvlc.h:939
+#: src/libvlc.h:943
 msgid "VLC will randomly play files in the playlist until interrupted."
 msgstr "选择后,VLC 会随机地播放列表中的文件,直到中断"
 
-#: src/libvlc.h:941
+#: src/libvlc.h:945
 msgid "Repeat all"
 msgstr "重复播放全部"
 
-#: src/libvlc.h:943
+#: src/libvlc.h:947
 msgid "VLC will keep playing the playlist indefinitely."
 msgstr "启动后,VLC 会一遍又一遍地的播放目前的播放列表。"
 
-#: src/libvlc.h:945
+#: src/libvlc.h:949
 msgid "Repeat current item"
 msgstr "重复播放目前项目"
 
-#: src/libvlc.h:947
+#: src/libvlc.h:951
 msgid "VLC will keep playing the current playlist item."
 msgstr "启动后,VLC 会一遍又一遍地的播放目前的播放列表项目。"
 
-#: src/libvlc.h:949
+#: src/libvlc.h:953
 msgid "Play and stop"
 msgstr "播放和停止"
 
-#: src/libvlc.h:951
+#: src/libvlc.h:955
 msgid "Stop the playlist after each played playlist item."
 msgstr "每次播放完条目后停止播放列表中的项目"
 
-#: src/libvlc.h:953
+#: src/libvlc.h:957
+#, fuzzy
+msgid "Play and exit"
+msgstr "播放和停止"
+
+#: src/libvlc.h:959
+#, fuzzy
+msgid "Exit if there are no more items in the playlist."
+msgstr "播放列表中没有项目"
+
+#: src/libvlc.h:961
 #, fuzzy
 msgid "Use media library"
 msgstr "VLC多媒体播放程序"
 
-#: src/libvlc.h:955
+#: src/libvlc.h:963
 msgid ""
 "The media library is automatically saved and reloaded each time you start "
 "VLC."
 msgstr ""
 
-#: src/libvlc.h:958
+#: src/libvlc.h:966
 #, fuzzy
 msgid "Use playlist tree"
 msgstr "下一个播放列表项目"
 
-#: src/libvlc.h:960
+#: src/libvlc.h:968
 msgid ""
 "The playlist can use a tree to categorize some items, like the contents of a "
 "directory. \"Default\" means that the tree will only be used when really "
 "needed."
 msgstr ""
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Always"
 msgstr "永远在最上层"
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 msgid "Never"
 msgstr ""
 
-#: src/libvlc.h:973
+#: src/libvlc.h:981
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr ""
 
-#: src/libvlc.h:976 src/video_output/vout_intf.c:408
+#: src/libvlc.h:984 src/video_output/vout_intf.c:408
 #: modules/gui/beos/VideoOutput.cpp:1057 modules/gui/macosx/applescript.m:126
-#: modules/gui/macosx/controls.m:338 modules/gui/macosx/controls.m:754
-#: modules/gui/macosx/controls.m:784 modules/gui/macosx/embeddedwindow.m:44
+#: modules/gui/macosx/controls.m:344 modules/gui/macosx/controls.m:760
+#: modules/gui/macosx/controls.m:790 modules/gui/macosx/embeddedwindow.m:44
 #: modules/gui/macosx/intf.m:497 modules/gui/macosx/intf.m:573
 #: modules/gui/macosx/intf.m:629
 msgid "Fullscreen"
 msgstr "全屏幕"
 
-#: src/libvlc.h:977
+#: src/libvlc.h:985
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr "选择热键以切换全屏幕状态"
 
-#: src/libvlc.h:978 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
+#: src/libvlc.h:986 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
 #: modules/gui/wxwidgets/interface.cpp:1504
 msgid "Play/Pause"
 msgstr "播放/暂停"
 
-#: src/libvlc.h:979
+#: src/libvlc.h:987
 msgid "Select the hotkey to use to swap paused state."
 msgstr "选择热键以切换暂停状态"
 
-#: src/libvlc.h:980
+#: src/libvlc.h:988
 msgid "Pause only"
 msgstr "仅暂停"
 
-#: src/libvlc.h:981
+#: src/libvlc.h:989
 msgid "Select the hotkey to use to pause."
 msgstr "选择热键以暂停"
 
-#: src/libvlc.h:982
+#: src/libvlc.h:990
 msgid "Play only"
 msgstr "仅播放"
 
-#: src/libvlc.h:983
+#: src/libvlc.h:991
 msgid "Select the hotkey to use to play."
 msgstr "选择热键以播放"
 
-#: src/libvlc.h:984 modules/control/hotkeys.c:713
-#: modules/gui/macosx/controls.m:687 modules/gui/macosx/intf.m:538
+#: src/libvlc.h:992 modules/control/hotkeys.c:713
+#: modules/gui/macosx/controls.m:693 modules/gui/macosx/intf.m:538
 #: modules/gui/wxwidgets/interface.cpp:695
 msgid "Faster"
 msgstr "加快"
 
-#: src/libvlc.h:985
+#: src/libvlc.h:993
 msgid "Select the hotkey to use for fast forward playback."
 msgstr "选择热键以快速回放"
 
-#: src/libvlc.h:986 modules/control/hotkeys.c:721
-#: modules/gui/macosx/controls.m:688 modules/gui/macosx/intf.m:539
+#: src/libvlc.h:994 modules/control/hotkeys.c:721
+#: modules/gui/macosx/controls.m:694 modules/gui/macosx/intf.m:539
 #: modules/gui/wxwidgets/interface.cpp:694
 msgid "Slower"
 msgstr "放慢"
 
-#: src/libvlc.h:987
+#: src/libvlc.h:995
 msgid "Select the hotkey to use for slow motion playback."
 msgstr "选择热键以慢速回放"
 
-#: src/libvlc.h:988 modules/control/hotkeys.c:680
-#: modules/gui/macosx/controls.m:708 modules/gui/macosx/intf.m:496
+#: src/libvlc.h:996 modules/control/hotkeys.c:680
+#: modules/gui/macosx/controls.m:714 modules/gui/macosx/intf.m:496
 #: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:617
 #: modules/gui/macosx/intf.m:625 modules/gui/macosx/wizard.m:313
 #: modules/gui/macosx/wizard.m:364 modules/gui/macosx/wizard.m:1606
 #: modules/gui/wxwidgets/interface.cpp:693
 #: modules/gui/wxwidgets/interface.cpp:1509
-#: modules/gui/wxwidgets/menus.cpp:258
+#: modules/gui/wxwidgets/menus.cpp:259
 msgid "Next"
 msgstr "下一项"
 
-#: src/libvlc.h:989
+#: src/libvlc.h:997
 msgid "Select the hotkey to use to skip to the next item in the playlist."
 msgstr "选择热键以播放列表中的下一个项目"
 
-#: src/libvlc.h:990 modules/control/hotkeys.c:692
-#: modules/gui/macosx/controls.m:707 modules/gui/macosx/intf.m:491
+#: src/libvlc.h:998 modules/control/hotkeys.c:692
+#: modules/gui/macosx/controls.m:713 modules/gui/macosx/intf.m:491
 #: modules/gui/macosx/intf.m:540 modules/gui/macosx/intf.m:618
 #: modules/gui/macosx/intf.m:624 modules/gui/wxwidgets/interface.cpp:692
 #: modules/gui/wxwidgets/interface.cpp:1508
-#: modules/gui/wxwidgets/menus.cpp:257
+#: modules/gui/wxwidgets/menus.cpp:258
 msgid "Previous"
 msgstr "上一项"
 
-#: src/libvlc.h:991
+#: src/libvlc.h:999
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
 msgstr "选择热键以播放列表中的上一个项目"
 
-#: src/libvlc.h:992 modules/gui/macosx/controls.m:699
+#: src/libvlc.h:1000 modules/gui/macosx/controls.m:705
 #: modules/gui/macosx/intf.m:494 modules/gui/macosx/intf.m:537
 #: modules/gui/macosx/intf.m:616 modules/gui/macosx/intf.m:623
 #: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
@@ -2873,536 +2894,536 @@ msgstr "选择热键以播放列表中的上一个项目"
 #: modules/gui/wxwidgets/interface.cpp:676
 #: modules/gui/wxwidgets/interface.cpp:687
 #: modules/gui/wxwidgets/interface.cpp:1510
-#: modules/gui/wxwidgets/menus.cpp:256 modules/visualization/xosd.c:237
+#: modules/gui/wxwidgets/menus.cpp:257 modules/visualization/xosd.c:237
 msgid "Stop"
 msgstr "停止"
 
-#: src/libvlc.h:993
+#: src/libvlc.h:1001
 msgid "Select the hotkey to stop playback."
 msgstr "选择热键以停止回放"
 
-#: src/libvlc.h:994 modules/gui/macosx/bookmarks.m:101
+#: src/libvlc.h:1002 modules/gui/macosx/bookmarks.m:101
 #: modules/gui/macosx/bookmarks.m:110 modules/gui/macosx/embeddedwindow.m:46
 #: modules/gui/macosx/intf.m:499 modules/video_filter/marq.c:122
 #: modules/video_filter/rss.c:174
 msgid "Position"
 msgstr "位置"
 
-#: src/libvlc.h:995
+#: src/libvlc.h:1003
 msgid "Select the hotkey to display the position."
 msgstr "选择热键以显示位置"
 
-#: src/libvlc.h:997
+#: src/libvlc.h:1005
 msgid "Very short backwards jump"
 msgstr "向后跳一很小的段"
 
-#: src/libvlc.h:999
+#: src/libvlc.h:1007
 msgid "Select the hotkey to make a very short backwards jump."
 msgstr "选择向后跳一很小的段的热键"
 
-#: src/libvlc.h:1000
+#: src/libvlc.h:1008
 msgid "Short backwards jump"
 msgstr "向后跳一小段"
 
-#: src/libvlc.h:1002
+#: src/libvlc.h:1010
 msgid "Select the hotkey to make a short backwards jump."
 msgstr "选择向后跳一小段的热键"
 
-#: src/libvlc.h:1003
+#: src/libvlc.h:1011
 msgid "Medium backwards jump"
 msgstr "向后跳一中段"
 
-#: src/libvlc.h:1005
+#: src/libvlc.h:1013
 msgid "Select the hotkey to make a medium backwards jump."
 msgstr "选择向后跳一中段的热键"
 
-#: src/libvlc.h:1006
+#: src/libvlc.h:1014
 msgid "Long backwards jump"
 msgstr "向后跳一大段"
 
-#: src/libvlc.h:1008
+#: src/libvlc.h:1016
 msgid "Select the hotkey to make a long backwards jump."
 msgstr "选择向后跳一大段的热键"
 
-#: src/libvlc.h:1010
+#: src/libvlc.h:1018
 msgid "Very short forward jump"
 msgstr "向前跳一很小的段"
 
-#: src/libvlc.h:1012
+#: src/libvlc.h:1020
 msgid "Select the hotkey to make a very short forward jump."
 msgstr "选择向前跳一很小的段的热键"
 
-#: src/libvlc.h:1013
+#: src/libvlc.h:1021
 msgid "Short forward jump"
 msgstr "向前跳一小段"
 
-#: src/libvlc.h:1015
+#: src/libvlc.h:1023
 msgid "Select the hotkey to make a short forward jump."
 msgstr "选择向前跳一小段的热键"
 
-#: src/libvlc.h:1016
+#: src/libvlc.h:1024
 msgid "Medium forward jump"
 msgstr "向前跳一中段"
 
-#: src/libvlc.h:1018
+#: src/libvlc.h:1026
 msgid "Select the hotkey to make a medium forward jump."
 msgstr "选择向前跳一中段的热键"
 
-#: src/libvlc.h:1019
+#: src/libvlc.h:1027
 msgid "Long forward jump"
 msgstr "向前跳一大段"
 
-#: src/libvlc.h:1021
+#: src/libvlc.h:1029
 msgid "Select the hotkey to make a long forward jump."
 msgstr "选择向前跳一大段的热键"
 
-#: src/libvlc.h:1023
+#: src/libvlc.h:1031
 msgid "Very short jump length"
 msgstr "跳一很小的段的长度"
 
-#: src/libvlc.h:1024
+#: src/libvlc.h:1032
 msgid "Very short jump length, in seconds."
 msgstr "跳一很小的段的长度,以秒为单位。"
 
-#: src/libvlc.h:1025
+#: src/libvlc.h:1033
 msgid "Short jump length"
 msgstr "跳一小段的长度"
 
-#: src/libvlc.h:1026
+#: src/libvlc.h:1034
 msgid "Short jump length, in seconds."
 msgstr "跳一小段的长度,以秒为单位。"
 
-#: src/libvlc.h:1027
+#: src/libvlc.h:1035
 msgid "Medium jump length"
 msgstr "跳一中段的长度"
 
-#: src/libvlc.h:1028
+#: src/libvlc.h:1036
 msgid "Medium jump length, in seconds."
 msgstr "跳一中段的长度,以秒为单位。"
 
-#: src/libvlc.h:1029
+#: src/libvlc.h:1037
 msgid "Long jump length"
 msgstr "长跳长度"
 
-#: src/libvlc.h:1030
+#: src/libvlc.h:1038
 msgid "Long jump length, in seconds."
 msgstr "跳一大段的长度,以秒为单位。"
 
-#: src/libvlc.h:1032 modules/control/hotkeys.c:258
+#: src/libvlc.h:1040 modules/control/hotkeys.c:258
 #: modules/gui/beos/InterfaceWindow.cpp:276
 msgid "Quit"
 msgstr "离开"
 
-#: src/libvlc.h:1033
+#: src/libvlc.h:1041
 msgid "Select the hotkey to quit the application."
 msgstr "选择热键以离开应用程序"
 
-#: src/libvlc.h:1034
+#: src/libvlc.h:1042
 msgid "Navigate up"
 msgstr "向上导览"
 
-#: src/libvlc.h:1035
+#: src/libvlc.h:1043
 msgid "Select the key to move the selector up in DVD menus."
 msgstr "选择按键以向上移动DVD选单中的选择器"
 
-#: src/libvlc.h:1036
+#: src/libvlc.h:1044
 msgid "Navigate down"
 msgstr "向下导览"
 
-#: src/libvlc.h:1037
+#: src/libvlc.h:1045
 msgid "Select the key to move the selector down in DVD menus."
 msgstr "选择按键以向下移动DVD选单中的选择器"
 
-#: src/libvlc.h:1038
+#: src/libvlc.h:1046
 msgid "Navigate left"
 msgstr "向左导览"
 
-#: src/libvlc.h:1039
+#: src/libvlc.h:1047
 msgid "Select the key to move the selector left in DVD menus."
 msgstr "选择按键以向左移动DVD选单中的选择器"
 
-#: src/libvlc.h:1040
+#: src/libvlc.h:1048
 msgid "Navigate right"
 msgstr "向右导览"
 
-#: src/libvlc.h:1041
+#: src/libvlc.h:1049
 msgid "Select the key to move the selector right in DVD menus."
 msgstr "选择按键以向右移动DVD选单中的选择器"
 
-#: src/libvlc.h:1042
+#: src/libvlc.h:1050
 msgid "Activate"
 msgstr "启动"
 
-#: src/libvlc.h:1043
+#: src/libvlc.h:1051
 msgid "Select the key to activate selected item in DVD menus."
 msgstr "选择热键以启动所选择的DVD选单项目"
 
-#: src/libvlc.h:1044
+#: src/libvlc.h:1052
 msgid "Go to the DVD menu"
 msgstr "转到DVD选单"
 
-#: src/libvlc.h:1045
+#: src/libvlc.h:1053
 msgid "Select the key to take you to the DVD menu"
 msgstr "选择转到 DVD 选单的按键"
 
-#: src/libvlc.h:1046
+#: src/libvlc.h:1054
 msgid "Select previous DVD title"
 msgstr "选择上一个DVD章节"
 
-#: src/libvlc.h:1047
+#: src/libvlc.h:1055
 msgid "Select the key to choose the previous title from the DVD"
 msgstr "选择播放列表中的上一个项目的热键"
 
-#: src/libvlc.h:1048
+#: src/libvlc.h:1056
 msgid "Select next DVD title"
 msgstr "选择下一个DVD章节"
 
-#: src/libvlc.h:1049
+#: src/libvlc.h:1057
 msgid "Select the key to choose the next title from the DVD"
 msgstr "选择下一个 DVD 标题的按键"
 
-#: src/libvlc.h:1050
+#: src/libvlc.h:1058
 msgid "Select prev DVD chapter"
 msgstr "选择上一个 DVD 章节"
 
-#: src/libvlc.h:1051
+#: src/libvlc.h:1059
 msgid "Select the key to choose the previous chapter from the DVD"
 msgstr "选择 DVD 中的上一个章节的热键"
 
-#: src/libvlc.h:1052
+#: src/libvlc.h:1060
 msgid "Select next DVD chapter"
 msgstr "选择下一个 DVD 章节"
 
-#: src/libvlc.h:1053
+#: src/libvlc.h:1061
 msgid "Select the key to choose the next chapter from the DVD"
 msgstr "选择 DVD 中的下一个章节的热键"
 
-#: src/libvlc.h:1054
+#: src/libvlc.h:1062
 msgid "Volume up"
 msgstr "增加音量"
 
-#: src/libvlc.h:1055
+#: src/libvlc.h:1063
 msgid "Select the key to increase audio volume."
 msgstr "选择按键以增加音量"
 
-#: src/libvlc.h:1056
+#: src/libvlc.h:1064
 msgid "Volume down"
 msgstr "减低音量"
 
-#: src/libvlc.h:1057
+#: src/libvlc.h:1065
 msgid "Select the key to decrease audio volume."
 msgstr "选择按键以减低音量"
 
-#: src/libvlc.h:1058 modules/gui/macosx/controls.m:744
+#: src/libvlc.h:1066 modules/gui/macosx/controls.m:750
 #: modules/gui/macosx/intf.m:558 modules/gui/macosx/intf.m:619
 #: modules/gui/macosx/intf.m:628
 msgid "Mute"
 msgstr "静音"
 
-#: src/libvlc.h:1059
+#: src/libvlc.h:1067
 msgid "Select the key to mute audio."
 msgstr "选择暂停的热键。"
 
-#: src/libvlc.h:1060
+#: src/libvlc.h:1068
 msgid "Subtitle delay up"
 msgstr "增加字幕延迟"
 
-#: src/libvlc.h:1061
+#: src/libvlc.h:1069
 msgid "Select the key to increase the subtitle delay."
 msgstr "选择按键以增加字幕延迟"
 
-#: src/libvlc.h:1062
+#: src/libvlc.h:1070
 msgid "Subtitle delay down"
 msgstr "减少字幕延迟"
 
-#: src/libvlc.h:1063
+#: src/libvlc.h:1071
 msgid "Select the key to decrease the subtitle delay."
 msgstr "选择按键以减少字幕延迟"
 
-#: src/libvlc.h:1064
+#: src/libvlc.h:1072
 msgid "Audio delay up"
 msgstr "增加音频延迟"
 
-#: src/libvlc.h:1065
+#: src/libvlc.h:1073
 msgid "Select the key to increase the audio delay."
 msgstr "选择按键以增加音频延迟"
 
-#: src/libvlc.h:1066
+#: src/libvlc.h:1074
 msgid "Audio delay down"
 msgstr "减少音频延迟"
 
-#: src/libvlc.h:1067
+#: src/libvlc.h:1075
 msgid "Select the key to decrease the audio delay."
 msgstr "选择按键以减少音频延迟"
 
-#: src/libvlc.h:1068
+#: src/libvlc.h:1076
 msgid "Play playlist bookmark 1"
 msgstr "播放播放列表书签 1"
 
-#: src/libvlc.h:1069
+#: src/libvlc.h:1077
 msgid "Play playlist bookmark 2"
 msgstr "播放播放列表书签 2"
 
-#: src/libvlc.h:1070
+#: src/libvlc.h:1078
 msgid "Play playlist bookmark 3"
 msgstr "播放播放列表书签 3"
 
-#: src/libvlc.h:1071
+#: src/libvlc.h:1079
 msgid "Play playlist bookmark 4"
 msgstr "播放播放列表书签 4"
 
-#: src/libvlc.h:1072
+#: src/libvlc.h:1080
 msgid "Play playlist bookmark 5"
 msgstr "播放播放列表书签 5"
 
-#: src/libvlc.h:1073
+#: src/libvlc.h:1081
 msgid "Play playlist bookmark 6"
 msgstr "播放播放列表书签 6"
 
-#: src/libvlc.h:1074
+#: src/libvlc.h:1082
 msgid "Play playlist bookmark 7"
 msgstr "播放播放列表书签 7"
 
-#: src/libvlc.h:1075
+#: src/libvlc.h:1083
 msgid "Play playlist bookmark 8"
 msgstr "播放播放列表书签 8"
 
-#: src/libvlc.h:1076
+#: src/libvlc.h:1084
 msgid "Play playlist bookmark 9"
 msgstr "播放播放列表书签 9"
 
-#: src/libvlc.h:1077
+#: src/libvlc.h:1085
 msgid "Play playlist bookmark 10"
 msgstr "播放播放列表书签 10"
 
-#: src/libvlc.h:1078
+#: src/libvlc.h:1086
 msgid "Select the key to play this bookmark."
 msgstr "选择按键以播放该书签"
 
-#: src/libvlc.h:1079
+#: src/libvlc.h:1087
 msgid "Set playlist bookmark 1"
 msgstr "设置播放列表书签 1"
 
-#: src/libvlc.h:1080
+#: src/libvlc.h:1088
 msgid "Set playlist bookmark 2"
 msgstr "设置播放列表书签 2"
 
-#: src/libvlc.h:1081
+#: src/libvlc.h:1089
 msgid "Set playlist bookmark 3"
 msgstr "设置播放列表书签 3"
 
-#: src/libvlc.h:1082
+#: src/libvlc.h:1090
 msgid "Set playlist bookmark 4"
 msgstr "设置播放列表书签 4"
 
-#: src/libvlc.h:1083
+#: src/libvlc.h:1091
 msgid "Set playlist bookmark 5"
 msgstr "设置播放列表书签 5"
 
-#: src/libvlc.h:1084
+#: src/libvlc.h:1092
 msgid "Set playlist bookmark 6"
 msgstr "设置播放列表书签 6"
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1093
 msgid "Set playlist bookmark 7"
 msgstr "设置播放列表书签 7"
 
-#: src/libvlc.h:1086
+#: src/libvlc.h:1094
 msgid "Set playlist bookmark 8"
 msgstr "设置播放列表书签 8"
 
-#: src/libvlc.h:1087
+#: src/libvlc.h:1095
 msgid "Set playlist bookmark 9"
 msgstr "设置播放列表书签 9"
 
-#: src/libvlc.h:1088
+#: src/libvlc.h:1096
 msgid "Set playlist bookmark 10"
 msgstr "设置播放列表书签 10"
 
-#: src/libvlc.h:1089
+#: src/libvlc.h:1097
 msgid "Select the key to set this playlist bookmark."
 msgstr "选择按键以设置该播放列表书签"
 
-#: src/libvlc.h:1091 modules/control/hotkeys.c:84
+#: src/libvlc.h:1099 modules/control/hotkeys.c:84
 msgid "Playlist bookmark 1"
 msgstr "播放列表书签 1"
 
-#: src/libvlc.h:1092 modules/control/hotkeys.c:85
+#: src/libvlc.h:1100 modules/control/hotkeys.c:85
 msgid "Playlist bookmark 2"
 msgstr "播放列表书签 2"
 
-#: src/libvlc.h:1093 modules/control/hotkeys.c:86
+#: src/libvlc.h:1101 modules/control/hotkeys.c:86
 msgid "Playlist bookmark 3"
 msgstr "播放列表书签 3"
 
-#: src/libvlc.h:1094 modules/control/hotkeys.c:87
+#: src/libvlc.h:1102 modules/control/hotkeys.c:87
 msgid "Playlist bookmark 4"
 msgstr "播放列表书签 4"
 
-#: src/libvlc.h:1095 modules/control/hotkeys.c:88
+#: src/libvlc.h:1103 modules/control/hotkeys.c:88
 msgid "Playlist bookmark 5"
 msgstr "播放列表书签 5"
 
-#: src/libvlc.h:1096 modules/control/hotkeys.c:89
+#: src/libvlc.h:1104 modules/control/hotkeys.c:89
 msgid "Playlist bookmark 6"
 msgstr "播放列表书签 6"
 
-#: src/libvlc.h:1097 modules/control/hotkeys.c:90
+#: src/libvlc.h:1105 modules/control/hotkeys.c:90
 msgid "Playlist bookmark 7"
 msgstr "播放列表书签 7"
 
-#: src/libvlc.h:1098 modules/control/hotkeys.c:91
+#: src/libvlc.h:1106 modules/control/hotkeys.c:91
 msgid "Playlist bookmark 8"
 msgstr "播放列表书签 8"
 
-#: src/libvlc.h:1099 modules/control/hotkeys.c:92
+#: src/libvlc.h:1107 modules/control/hotkeys.c:92
 msgid "Playlist bookmark 9"
 msgstr "播放列表书签 9"
 
-#: src/libvlc.h:1100 modules/control/hotkeys.c:93
+#: src/libvlc.h:1108 modules/control/hotkeys.c:93
 msgid "Playlist bookmark 10"
 msgstr "播放列表书签 10"
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1110
 msgid "This allows you to define playlist bookmarks."
 msgstr "这个选项允许你定义播放列表书签"
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1112
 msgid "Go back in browsing history"
 msgstr "在浏览历史中后退"
 
-#: src/libvlc.h:1105
+#: src/libvlc.h:1113
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1114
 msgid "Go forward in browsing history"
 msgstr "在浏览历史中前进"
 
-#: src/libvlc.h:1107
+#: src/libvlc.h:1115
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:1109
+#: src/libvlc.h:1117
 msgid "Cycle audio track"
 msgstr "循环音轨"
 
-#: src/libvlc.h:1110
+#: src/libvlc.h:1118
 msgid "Cycle through the available audio tracks(languages)."
 msgstr "循环可用音轨 (语言)"
 
-#: src/libvlc.h:1111
+#: src/libvlc.h:1119
 msgid "Cycle subtitle track"
 msgstr "循环字幕轨"
 
-#: src/libvlc.h:1112
+#: src/libvlc.h:1120
 msgid "Cycle through the available subtitle tracks."
 msgstr "循环可用字幕轨"
 
-#: src/libvlc.h:1113
+#: src/libvlc.h:1121
 msgid "Cycle source aspect ratio"
 msgstr "循环源纵横比"
 
-#: src/libvlc.h:1114
+#: src/libvlc.h:1122
 msgid "Cycle through a predefined list of source aspect ratios."
 msgstr "循环一个源纵横比的预定义的列表。"
 
-#: src/libvlc.h:1115
+#: src/libvlc.h:1123
 msgid "Cycle video crop"
 msgstr "循环视频修整"
 
-#: src/libvlc.h:1116
+#: src/libvlc.h:1124
 msgid "Cycle through a predefined list of crop formats."
 msgstr "循环一个修整格式的预定义的列表。"
 
-#: src/libvlc.h:1117
+#: src/libvlc.h:1125
 msgid "Cycle deinterlace modes"
 msgstr "循环解除交错模块"
 
-#: src/libvlc.h:1118
+#: src/libvlc.h:1126
 msgid "Cycle through deinterlace modes."
 msgstr "循环解除交错模块。"
 
-#: src/libvlc.h:1119
+#: src/libvlc.h:1127
 msgid "Show interface"
 msgstr "显示界面"
 
-#: src/libvlc.h:1120
+#: src/libvlc.h:1128
 msgid "Raise the interface above all other windows."
 msgstr "将界面提升到其它所有窗口上面。"
 
-#: src/libvlc.h:1121
+#: src/libvlc.h:1129
 msgid "Hide interface"
 msgstr "隐藏接口"
 
-#: src/libvlc.h:1122
+#: src/libvlc.h:1130
 msgid "Lower the interface below all other windows."
 msgstr "将界面下降到其它所有窗口下面。"
 
-#: src/libvlc.h:1123
+#: src/libvlc.h:1131
 msgid "Take video snapshot"
 msgstr "获取视频快照"
 
-#: src/libvlc.h:1124
+#: src/libvlc.h:1132
 msgid "Takes a video snapshot and writes it to disk."
 msgstr "获取视频快照并写入磁盘"
 
-#: src/libvlc.h:1126 modules/access_filter/record.c:51
+#: src/libvlc.h:1134 modules/access_filter/record.c:51
 #: modules/access_filter/record.c:52
 msgid "Record"
 msgstr "录制"
 
-#: src/libvlc.h:1127
+#: src/libvlc.h:1135
 msgid "Record access filter start/stop."
 msgstr "记录存取过滤器开始/停止"
 
-#: src/libvlc.h:1129 src/libvlc.h:1130 src/video_output/vout_intf.c:211
+#: src/libvlc.h:1137 src/libvlc.h:1138 src/video_output/vout_intf.c:211
 msgid "Zoom"
 msgstr "缩放"
 
-#: src/libvlc.h:1132 src/libvlc.h:1133
+#: src/libvlc.h:1140 src/libvlc.h:1141
 #, fuzzy
 msgid "Un-Zoom"
 msgstr "缩放"
 
-#: src/libvlc.h:1135 src/libvlc.h:1136
+#: src/libvlc.h:1143 src/libvlc.h:1144
 msgid "Crop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1137 src/libvlc.h:1138
+#: src/libvlc.h:1145 src/libvlc.h:1146
 msgid "Uncrop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1140 src/libvlc.h:1141
+#: src/libvlc.h:1148 src/libvlc.h:1149
 msgid "Crop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1142 src/libvlc.h:1143
+#: src/libvlc.h:1150 src/libvlc.h:1151
 msgid "Uncrop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1145 src/libvlc.h:1146
+#: src/libvlc.h:1153 src/libvlc.h:1154
 msgid "Crop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1147 src/libvlc.h:1148
+#: src/libvlc.h:1155 src/libvlc.h:1156
 msgid "Uncrop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1150 src/libvlc.h:1151
+#: src/libvlc.h:1158 src/libvlc.h:1159
 #, fuzzy
 msgid "Crop one pixel from the right of the video"
 msgstr "此项是峰值项目的总高度 (像素)"
 
-#: src/libvlc.h:1152 src/libvlc.h:1153
+#: src/libvlc.h:1160 src/libvlc.h:1161
 msgid "Uncrop one pixel from the right of the video"
 msgstr ""
 
-#: src/libvlc.h:1157
+#: src/libvlc.h:1165
 #, c-format
 msgid ""
 "Usage: %s [options] [stream] ...\n"
@@ -3439,59 +3460,59 @@ msgid ""
 "  vlc:quit                       Special item to quit VLC\n"
 msgstr ""
 
-#: src/libvlc.h:1267 src/video_output/vout_intf.c:420
-#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:753
+#: src/libvlc.h:1277 src/video_output/vout_intf.c:420
+#: modules/gui/macosx/controls.m:328 modules/gui/macosx/controls.m:759
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:630
 #: modules/video_output/snapshot.c:76
 msgid "Snapshot"
 msgstr "å¿«ç…§"
 
-#: src/libvlc.h:1280
+#: src/libvlc.h:1290
 msgid "Window properties"
 msgstr "窗口属性"
 
-#: src/libvlc.h:1325
+#: src/libvlc.h:1335
 msgid "Subpictures"
 msgstr "子画面"
 
-#: src/libvlc.h:1332 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
+#: src/libvlc.h:1342 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
 #: modules/gui/beos/InterfaceWindow.cpp:279
 msgid "Subtitles"
 msgstr "字幕"
 
-#: src/libvlc.h:1349 modules/stream_out/transcode.c:151
+#: src/libvlc.h:1359 modules/stream_out/transcode.c:151
 msgid "Overlays"
 msgstr "覆盖"
 
-#: src/libvlc.h:1359
+#: src/libvlc.h:1369
 msgid "Track settings"
 msgstr "轨道设置"
 
-#: src/libvlc.h:1381
+#: src/libvlc.h:1391
 msgid "Playback control"
 msgstr "回放控制"
 
-#: src/libvlc.h:1396
+#: src/libvlc.h:1406
 msgid "Default devices"
 msgstr "默认设备"
 
-#: src/libvlc.h:1405
+#: src/libvlc.h:1415
 msgid "Network settings"
 msgstr "网络设置"
 
-#: src/libvlc.h:1417
+#: src/libvlc.h:1427
 msgid "Socks proxy"
 msgstr "Socks 代理"
 
-#: src/libvlc.h:1426
+#: src/libvlc.h:1436
 msgid "Metadata"
 msgstr "元信息"
 
-#: src/libvlc.h:1456
+#: src/libvlc.h:1466
 msgid "Decoders"
 msgstr "译码器"
 
-#: src/libvlc.h:1463 modules/access/v4l2.c:56
+#: src/libvlc.h:1473 modules/access/v4l2.c:56
 #: modules/gui/macosx/playlistinfo.m:80
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:265
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:378
@@ -3499,80 +3520,80 @@ msgstr "译码器"
 msgid "Input"
 msgstr "输入"
 
-#: src/libvlc.h:1499 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
+#: src/libvlc.h:1509 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
 msgid "VLM"
 msgstr "VLM"
 
-#: src/libvlc.h:1530
+#: src/libvlc.h:1540
 msgid "CPU"
 msgstr "CPU"
 
-#: src/libvlc.h:1552
+#: src/libvlc.h:1562
 msgid "Special modules"
 msgstr "特殊模块"
 
-#: src/libvlc.h:1559
+#: src/libvlc.h:1569
 msgid "Plugins"
 msgstr "插件"
 
-#: src/libvlc.h:1567
+#: src/libvlc.h:1577
 msgid "Performance options"
 msgstr "性能选项"
 
-#: src/libvlc.h:1700
+#: src/libvlc.h:1714
 msgid "Hot keys"
 msgstr "热键"
 
-#: src/libvlc.h:2011
+#: src/libvlc.h:2025
 msgid "Jump sizes"
 msgstr "跳转长度"
 
-#: src/libvlc.h:2090
+#: src/libvlc.h:2104
 msgid "main program"
 msgstr "主程序"
 
-#: src/libvlc.h:2097
+#: src/libvlc.h:2111
 msgid "print help for VLC (can be combined with --advanced)"
 msgstr "打印 VLC 帮助信息 (可以和 --advanced 一起使用)"
 
-#: src/libvlc.h:2099
+#: src/libvlc.h:2113
 msgid ""
 "print help for VLC and all its modules (can be combined with --advanced)"
 msgstr "打印 VLC 用所有的模块的帮助信息 (可以和 --advanced 一起使用)"
 
-#: src/libvlc.h:2101
+#: src/libvlc.h:2115
 msgid "print help for the advanced options"
 msgstr "打印高级选项的帮助信息"
 
-#: src/libvlc.h:2103
+#: src/libvlc.h:2117
 msgid "ask for extra verbosity when displaying help"
 msgstr ""
 
-#: src/libvlc.h:2105
+#: src/libvlc.h:2119
 msgid "print a list of available modules"
 msgstr "打印一个可用模块的列表"
 
-#: src/libvlc.h:2107
+#: src/libvlc.h:2121
 msgid "print help on a specific module (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:2109
+#: src/libvlc.h:2123
 msgid "save the current command line options in the config"
 msgstr "在配置中保存当前的命令行选项"
 
-#: src/libvlc.h:2111
+#: src/libvlc.h:2125
 msgid "reset the current config to the default values"
 msgstr "将当前设置复位为默认值"
 
-#: src/libvlc.h:2113
+#: src/libvlc.h:2127
 msgid "use alternate config file"
 msgstr "使用替代的组态档"
 
-#: src/libvlc.h:2115
+#: src/libvlc.h:2129
 msgid "resets the current plugins cache"
 msgstr "重置目前外挂缓存"
 
-#: src/libvlc.h:2117
+#: src/libvlc.h:2131
 msgid "print version information"
 msgstr "打印版本信息"
 
@@ -4181,7 +4202,8 @@ msgstr "未知"
 msgid "Media: %s"
 msgstr "媒体: %s"
 
-#: src/playlist/engine.c:92 src/playlist/engine.c:94
+#: src/playlist/engine.c:104 src/playlist/engine.c:106
+#: src/playlist/loadsave.c:149
 msgid "Media Library"
 msgstr ""
 
@@ -4240,17 +4262,8 @@ msgstr "修整"
 msgid "Aspect-ratio"
 msgstr "纵横比"
 
-#: modules/access/cdda/access.c:293
-msgid "CD reading failed"
-msgstr ""
-
-#: modules/access/cdda/access.c:294
-#, c-format
-msgid "VLC could not get a new block of size: %i."
-msgstr ""
-
 #: modules/access/cdda.c:58 modules/access/dshow/dshow.cpp:91
-#: modules/access/dvb/access.c:73 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:73
 #: modules/access/dvdnav.c:64 modules/access/dvdread.c:62
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:43
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4306,7 +4319,16 @@ msgstr "音频 CD - 轨"
 msgid "Audio CD - Track %i"
 msgstr "音频 CD - 轨 %i"
 
-#: modules/access/cdda/cdda.c:42 modules/access/directory.c:77
+#: modules/access/cdda/access.c:293
+msgid "CD reading failed"
+msgstr ""
+
+#: modules/access/cdda/access.c:294
+#, c-format
+msgid "VLC could not get a new block of size: %i."
+msgstr ""
+
+#: modules/access/cdda/cdda.c:42 modules/access/directory.c:78
 #: modules/codec/x264.c:280 modules/codec/x264.c:287 modules/codec/x264.c:292
 msgid "none"
 msgstr "æ— "
@@ -4552,11 +4574,11 @@ msgstr "MRL"
 msgid "Track Number"
 msgstr "轨道编号"
 
-#: modules/access/directory.c:69
+#: modules/access/directory.c:70
 msgid "Subdirectory behavior"
 msgstr "子目录行为"
 
-#: modules/access/directory.c:71
+#: modules/access/directory.c:72
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -4564,19 +4586,19 @@ msgid ""
 "expand: all subdirectories are expanded.\n"
 msgstr ""
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:78
 msgid "collapse"
 msgstr ""
 
-#: modules/access/directory.c:78
+#: modules/access/directory.c:79
 msgid "expand"
 msgstr ""
 
-#: modules/access/directory.c:80
+#: modules/access/directory.c:81
 msgid "Ignored extensions"
 msgstr ""
 
-#: modules/access/directory.c:82
+#: modules/access/directory.c:83
 msgid ""
 "Files with these extensions will not be added to playlist when opening a "
 "directory.\n"
@@ -4584,11 +4606,11 @@ msgid ""
 "instance. Use a comma-separated list of extensions."
 msgstr ""
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:90
 msgid "Directory"
 msgstr "目录"
 
-#: modules/access/directory.c:91
+#: modules/access/directory.c:92
 msgid "Standard filesystem directory input"
 msgstr ""
 
@@ -4800,6 +4822,18 @@ msgstr ""
 msgid "The capture device \"%s\" does not support the required parameters."
 msgstr ""
 
+#: modules/access/dv.c:70
+msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
+msgstr "DV 串流的缓存值。这个值是以毫秒为单位的。"
+
+#: modules/access/dv.c:74
+msgid "Digital Video (Firewire/ieee1394)  input"
+msgstr ""
+
+#: modules/access/dv.c:75
+msgid "dv"
+msgstr ""
+
 #: modules/access/dvb/access.c:75
 msgid ""
 "Caching value for DVB streams. This value should be set in milliseconds."
@@ -5052,18 +5086,6 @@ msgstr "音量正规化"
 msgid "The provided polarization \"%c\" is not valid."
 msgstr ""
 
-#: modules/access/dv.c:70
-msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
-msgstr "DV 串流的缓存值。这个值是以毫秒为单位的。"
-
-#: modules/access/dv.c:74
-msgid "Digital Video (Firewire/ieee1394)  input"
-msgstr ""
-
-#: modules/access/dv.c:75
-msgid "dv"
-msgstr ""
-
 #: modules/access/dvdnav.c:60 modules/access/dvdread.c:58
 msgid "DVD angle"
 msgstr "DVD 角度"
@@ -5261,62 +5283,22 @@ msgstr ""
 msgid "VLC could not open file \"%s\" (%s)."
 msgstr ""
 
-#: modules/access_filter/record.c:43
-msgid "Record directory"
-msgstr ""
-
-#: modules/access_filter/record.c:45
-msgid "Directory where the record will be stored."
-msgstr "录制的存放目录。"
-
-#: modules/access_filter/timeshift.c:44
-msgid "Timeshift granularity"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:46
+#: modules/access/ftp.c:45
 msgid ""
-"This is the size of the temporary files tha will be used to store the "
-"timeshifted streams."
-msgstr ""
+"Caching value for FTP streams. This value should be set in milliseconds."
+msgstr "FTP 串流的缓存值。这个值是以毫秒为单位的。"
 
-#: modules/access_filter/timeshift.c:48
-msgid "Timeshift directory"
-msgstr ""
+#: modules/access/ftp.c:47
+msgid "FTP user name"
+msgstr "FTP 用户名"
 
-#: modules/access_filter/timeshift.c:49
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
+#: modules/access/ftp.c:48 modules/access/smb.c:64
+msgid "User name that will be used for the connection."
+msgstr "用于这个连接的用户名。"
 
-#: modules/access_filter/timeshift.c:51
-msgid "Force use of the timeshift module"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52
-msgid ""
-"Force use of the timeshift module even if the access declares that it can "
-"control pace or pause."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
-msgid "Timeshift"
-msgstr ""
-
-#: modules/access/ftp.c:45
-msgid ""
-"Caching value for FTP streams. This value should be set in milliseconds."
-msgstr "FTP 串流的缓存值。这个值是以毫秒为单位的。"
-
-#: modules/access/ftp.c:47
-msgid "FTP user name"
-msgstr "FTP 用户名"
-
-#: modules/access/ftp.c:48 modules/access/smb.c:64
-msgid "User name that will be used for the connection."
-msgstr "用于这个连接的用户名。"
-
-#: modules/access/ftp.c:50
-msgid "FTP password"
-msgstr "FTP 密码"
+#: modules/access/ftp.c:50
+msgid "FTP password"
+msgstr "FTP 密码"
 
 #: modules/access/ftp.c:51 modules/access/smb.c:67
 msgid "Password that will be used for the connection."
@@ -5456,231 +5438,6 @@ msgstr "选择在此限制下的最大比特率的串流。"
 msgid "Microsoft Media Server (MMS) input"
 msgstr "Microsoft Media Server (MMS)输入"
 
-#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
-msgid "Dummy stream output"
-msgstr ""
-
-#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
-msgid "Dummy"
-msgstr ""
-
-#: modules/access_output/file.c:61
-msgid "Append to file"
-msgstr "追加到文件"
-
-#: modules/access_output/file.c:62
-msgid "Append to file if it exists instead of replacing it."
-msgstr "如果文件已经存在的话,追加到它后面而不是替换它。"
-
-#: modules/access_output/file.c:66
-msgid "File stream output"
-msgstr "文件串流输出"
-
-#: modules/access_output/http.c:58
-msgid "Username"
-msgstr "用户名"
-
-#: modules/access_output/http.c:59
-msgid "User name that will be requested to access the stream."
-msgstr ""
-
-#: modules/access_output/http.c:61 modules/control/telnet.c:81
-msgid "Password"
-msgstr "密码"
-
-#: modules/access_output/http.c:62
-msgid "Password that will be requested to access the stream."
-msgstr ""
-
-#: modules/access_output/http.c:66
-msgid "Mime"
-msgstr ""
-
-#: modules/access_output/http.c:67
-msgid "MIME returned by the server (autodetected if not specified."
-msgstr ""
-
-#: modules/access_output/http.c:71
-msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
-msgstr ""
-
-#: modules/access_output/http.c:74
-msgid ""
-"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
-"empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:78
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used for HTTPS. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:83
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be used for "
-"SSL. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:86
-msgid "Advertise with Bonjour"
-msgstr ""
-
-#: modules/access_output/http.c:87
-msgid "Advertise the stream with the Bonjour protocol."
-msgstr ""
-
-#: modules/access_output/http.c:91
-msgid "HTTP stream output"
-msgstr "HTTP 串流输出"
-
-#: modules/access_output/http.c:93 modules/control/http/http.c:61
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
-msgid "HTTP"
-msgstr "HTTP"
-
-#: modules/access_output/shout.c:58
-msgid "Stream name"
-msgstr "串流名称"
-
-#: modules/access_output/shout.c:59
-msgid "Name to give to this stream/channel on the shoutcast/icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:62
-msgid "Stream description"
-msgstr "串流描述"
-
-#: modules/access_output/shout.c:63
-msgid "Description of the stream content or information about your channel."
-msgstr ""
-
-#: modules/access_output/shout.c:66
-msgid "Stream MP3"
-msgstr "串流 MP3"
-
-#: modules/access_output/shout.c:67
-msgid ""
-"You normally have to feed the shoutcast module with Ogg streams. It is also "
-"possible to stream MP3 instead, so you can forward MP3 streams to the "
-"shoutcast/icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:76
-#, fuzzy
-msgid "Genre description"
-msgstr "串流描述"
-
-#: modules/access_output/shout.c:77
-msgid "Genre of the content. "
-msgstr ""
-
-#: modules/access_output/shout.c:79
-#, fuzzy
-msgid "URL description"
-msgstr "描述"
-
-#: modules/access_output/shout.c:80
-msgid "URL with information about the stream or your channel. "
-msgstr ""
-
-#: modules/access_output/shout.c:87
-msgid "Bitrate information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:89 modules/access/v4l.c:122
-msgid "Samplerate"
-msgstr "采样率"
-
-#: modules/access_output/shout.c:90
-msgid "Samplerate information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:92
-#, fuzzy
-msgid "Number of channels"
-msgstr "输出频道数量"
-
-#: modules/access_output/shout.c:93
-msgid "Number of channels information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:95
-msgid "Ogg Vorbis Quality"
-msgstr ""
-
-#: modules/access_output/shout.c:96
-msgid "Ogg Vorbis Quality information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:98
-#, fuzzy
-msgid "Stream public"
-msgstr "串流输出"
-
-#: modules/access_output/shout.c:99
-msgid ""
-"Make the server publicly available on the 'Yellow Pages' (directory listing "
-"of streams) on the icecast/shoutcast website. Requires the bitrate "
-"information specified for shoutcast. Requires Ogg streaming for icecast."
-msgstr ""
-
-#: modules/access_output/shout.c:105
-msgid "IceCAST output"
-msgstr "IceCAST 输出"
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:41
-#: modules/demux/live555.cpp:63
-msgid "Caching value (ms)"
-msgstr "缓存值 (毫秒)"
-
-#: modules/access_output/udp.c:77
-msgid ""
-"Default caching value for outbound UDP streams. This value should be set in "
-"milliseconds."
-msgstr "外界 UDP 串流的默认的缓存值。这个值是以毫秒为单位的。"
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
-#: modules/gui/macosx/wizard.m:1848
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
-msgid "Time-To-Live (TTL)"
-msgstr "有效时间(TTL)"
-
-#: modules/access_output/udp.c:81
-msgid "Time-To-Live of the outgoing stream."
-msgstr "该输出串流的有效时间"
-
-#: modules/access_output/udp.c:84
-msgid "Group packets"
-msgstr ""
-
-#: modules/access_output/udp.c:85
-msgid ""
-"Packets can be sent one by one at the right time or by groups. You can "
-"choose the number of packets that will be sent at a time. It helps reducing "
-"the scheduling load on heavily-loaded systems."
-msgstr ""
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr ""
-
-#: modules/access_output/udp.c:91
-msgid ""
-"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 ""
-
-#: modules/access_output/udp.c:97
-msgid "UDP stream output"
-msgstr "UDP 串流输出"
-
-#: modules/access_output/udp.c:98
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
-msgid "UDP"
-msgstr "UDP"
-
 #: modules/access/pvr.c:49
 msgid ""
 "Default caching value for PVR streams. This value should be set in "
@@ -5837,6 +5594,11 @@ msgstr "PVR"
 msgid "IVTV MPEG Encoding cards input"
 msgstr "IVTV MPEG 压缩卡输入"
 
+#: modules/access/rtsp/access.c:41 modules/access_output/udp.c:75
+#: modules/demux/live555.cpp:63
+msgid "Caching value (ms)"
+msgstr "缓存值 (毫秒)"
+
 #: modules/access/rtsp/access.c:43
 msgid ""
 "Caching value for RTSP streams. This value should be set in milliseconds."
@@ -5965,33 +5727,6 @@ msgstr "UDP/RTP"
 msgid "UDP/RTP input"
 msgstr "UDP/RTP 输入"
 
-#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
-#: modules/gui/wxwidgets/dialogs/open.cpp:723
-msgid "Device name"
-msgstr "装置名称"
-
-#: modules/access/v4l2.c:54
-#, fuzzy
-msgid ""
-"Name of the device to use. If you don't specify anything, /dev/video0 will "
-"be used."
-msgstr "默认的视频设备,如果你不指定,则没有设备将会被使用。"
-
-#: modules/access/v4l2.c:58
-msgid ""
-"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
-msgstr ""
-
-#: modules/access/v4l2.c:63
-#, fuzzy
-msgid "Video4Linux2"
-msgstr "Video4Linux"
-
-#: modules/access/v4l2.c:64
-#, fuzzy
-msgid "Video4Linux2 input"
-msgstr "Video4Linux输入"
-
 #: modules/access/v4l.c:75
 msgid ""
 "Caching value for V4L captures. This value should be set in milliseconds."
@@ -6081,6 +5816,10 @@ msgstr "调节器"
 msgid "Tuner to use, if there are several ones."
 msgstr "若有多个调谐器时,选择要使用的一个"
 
+#: modules/access/v4l.c:122 modules/access_output/shout.c:89
+msgid "Samplerate"
+msgstr "采样率"
+
 #: modules/access/v4l.c:124
 msgid ""
 "Samplerate of the captured audio stream, in Hz (eg: 11025, 22050, 44100)"
@@ -6122,6 +5861,33 @@ msgstr "Video4Linux"
 msgid "Video4Linux input"
 msgstr "Video4Linux输入"
 
+#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
+#: modules/gui/wxwidgets/dialogs/open.cpp:723
+msgid "Device name"
+msgstr "装置名称"
+
+#: modules/access/v4l2.c:54
+#, fuzzy
+msgid ""
+"Name of the device to use. If you don't specify anything, /dev/video0 will "
+"be used."
+msgstr "默认的视频设备,如果你不指定,则没有设备将会被使用。"
+
+#: modules/access/v4l2.c:58
+msgid ""
+"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
+msgstr ""
+
+#: modules/access/v4l2.c:63
+#, fuzzy
+msgid "Video4Linux2"
+msgstr "Video4Linux"
+
+#: modules/access/v4l2.c:64
+#, fuzzy
+msgid "Video4Linux2 input"
+msgstr "Video4Linux输入"
+
 #: modules/access/vcd/vcd.c:42
 msgid "Caching value for VCDs. This value should be set in milliseconds."
 msgstr "VCD 的缓存值。这个值是以毫秒为单位的。"
@@ -6180,130 +5946,386 @@ msgstr "专辑"
 msgid "Application"
 msgstr ""
 
-#: modules/access/vcdx/info.c:93
-msgid "Preparer"
+#: modules/access/vcdx/info.c:93
+msgid "Preparer"
+msgstr ""
+
+#: modules/access/vcdx/info.c:94
+msgid "Vol #"
+msgstr ""
+
+#: modules/access/vcdx/info.c:95
+msgid "Vol max #"
+msgstr ""
+
+#: modules/access/vcdx/info.c:96
+msgid "Volume Set"
+msgstr ""
+
+#: modules/access/vcdx/info.c:99
+msgid "System Id"
+msgstr "系统 Id"
+
+#: modules/access/vcdx/info.c:101
+msgid "Entries"
+msgstr ""
+
+#: modules/access/vcdx/info.c:122
+msgid "First Entry Point"
+msgstr "第一个入口点"
+
+#: modules/access/vcdx/info.c:126
+msgid "Last Entry Point"
+msgstr "最后一个入口点"
+
+#: modules/access/vcdx/info.c:127
+msgid "Track size (in sectors)"
+msgstr "音轨大小 (扇区)"
+
+#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
+#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
+msgid "type"
+msgstr ""
+
+#: modules/access/vcdx/info.c:139
+msgid "end"
+msgstr ""
+
+#: modules/access/vcdx/info.c:142
+msgid "play list"
+msgstr ""
+
+#: modules/access/vcdx/info.c:153
+msgid "extended selection list"
+msgstr ""
+
+#: modules/access/vcdx/info.c:154
+msgid "selection list"
+msgstr "选择清单"
+
+#: modules/access/vcdx/info.c:166
+msgid "unknown type"
+msgstr "未知类型"
+
+#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
+#: modules/access/vcdx/info.c:316
+msgid "List ID"
+msgstr "列表 ID"
+
+#: modules/access/vcdx/vcd.c:95
+msgid "(Super) Video CD"
+msgstr "(超级) VCD"
+
+#: modules/access/vcdx/vcd.c:96
+msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+msgstr "视频 CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) 输入"
+
+#: modules/access/vcdx/vcd.c:97
+msgid "vcdx://[device-or-file][@{P,S,T}num]"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:106
+msgid "If nonzero, this gives additional debug information."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+msgid "Number of CD blocks to get in a single read."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:116
+msgid "Use playback control?"
+msgstr "使用回放控制"
+
+#: modules/access/vcdx/vcd.c:117
+msgid ""
+"If VCD is authored with playback control, use it. Otherwise we play by "
+"tracks."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:123
+msgid "Use track length as maximum unit in seek?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:124
+msgid ""
+"If set, the length of the seek bar is the track rather than the length of an "
+"entry."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:129
+msgid "Show extended VCD info?"
+msgstr "显示扩展 VCD 信息?"
+
+#: modules/access/vcdx/vcd.c:130
+msgid ""
+"Show the maximum amount of information under Stream and Media Info. Shows "
+"for example playback control navigation."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:137
+msgid "Format to use in the playlist's \"author\" field."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:143
+msgid "Format to use in the playlist's \"title\" field."
+msgstr ""
+
+#: modules/access_filter/record.c:43
+msgid "Record directory"
+msgstr ""
+
+#: modules/access_filter/record.c:45
+msgid "Directory where the record will be stored."
+msgstr "录制的存放目录。"
+
+#: modules/access_filter/timeshift.c:44
+msgid "Timeshift granularity"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:46
+msgid ""
+"This is the size of the temporary files tha will be used to store the "
+"timeshifted streams."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:48
+msgid "Timeshift directory"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:49
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:51
+msgid "Force use of the timeshift module"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52
+msgid ""
+"Force use of the timeshift module even if the access declares that it can "
+"control pace or pause."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
+msgid "Timeshift"
+msgstr ""
+
+#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
+msgid "Dummy stream output"
+msgstr ""
+
+#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
+msgid "Dummy"
+msgstr ""
+
+#: modules/access_output/file.c:61
+msgid "Append to file"
+msgstr "追加到文件"
+
+#: modules/access_output/file.c:62
+msgid "Append to file if it exists instead of replacing it."
+msgstr "如果文件已经存在的话,追加到它后面而不是替换它。"
+
+#: modules/access_output/file.c:66
+msgid "File stream output"
+msgstr "文件串流输出"
+
+#: modules/access_output/http.c:58
+msgid "Username"
+msgstr "用户名"
+
+#: modules/access_output/http.c:59
+msgid "User name that will be requested to access the stream."
+msgstr ""
+
+#: modules/access_output/http.c:61 modules/control/telnet.c:81
+msgid "Password"
+msgstr "密码"
+
+#: modules/access_output/http.c:62
+msgid "Password that will be requested to access the stream."
+msgstr ""
+
+#: modules/access_output/http.c:66
+msgid "Mime"
+msgstr ""
+
+#: modules/access_output/http.c:67
+msgid "MIME returned by the server (autodetected if not specified."
+msgstr ""
+
+#: modules/access_output/http.c:71
+msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
 msgstr ""
 
-#: modules/access/vcdx/info.c:94
-msgid "Vol #"
+#: modules/access_output/http.c:74
+msgid ""
+"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
+"empty if you don't have one."
 msgstr ""
 
-#: modules/access/vcdx/info.c:95
-msgid "Vol max #"
+#: modules/access_output/http.c:78
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used for HTTPS. Leave empty if you don't have one."
 msgstr ""
 
-#: modules/access/vcdx/info.c:96
-msgid "Volume Set"
+#: modules/access_output/http.c:83
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be used for "
+"SSL. Leave empty if you don't have one."
 msgstr ""
 
-#: modules/access/vcdx/info.c:99
-msgid "System Id"
-msgstr "系统 Id"
+#: modules/access_output/http.c:86
+msgid "Advertise with Bonjour"
+msgstr ""
 
-#: modules/access/vcdx/info.c:101
-msgid "Entries"
+#: modules/access_output/http.c:87
+msgid "Advertise the stream with the Bonjour protocol."
 msgstr ""
 
-#: modules/access/vcdx/info.c:122
-msgid "First Entry Point"
-msgstr "第一个入口点"
+#: modules/access_output/http.c:91
+msgid "HTTP stream output"
+msgstr "HTTP 串流输出"
 
-#: modules/access/vcdx/info.c:126
-msgid "Last Entry Point"
-msgstr "最后一个入口点"
+#: modules/access_output/http.c:93 modules/control/http/http.c:61
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
+msgstr "HTTP"
 
-#: modules/access/vcdx/info.c:127
-msgid "Track size (in sectors)"
-msgstr "音轨大小 (扇区)"
+#: modules/access_output/shout.c:58
+msgid "Stream name"
+msgstr "串流名称"
 
-#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
-#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
-msgid "type"
+#: modules/access_output/shout.c:59
+msgid "Name to give to this stream/channel on the shoutcast/icecast server."
 msgstr ""
 
-#: modules/access/vcdx/info.c:139
-msgid "end"
+#: modules/access_output/shout.c:62
+msgid "Stream description"
+msgstr "串流描述"
+
+#: modules/access_output/shout.c:63
+msgid "Description of the stream content or information about your channel."
 msgstr ""
 
-#: modules/access/vcdx/info.c:142
-msgid "play list"
+#: modules/access_output/shout.c:66
+msgid "Stream MP3"
+msgstr "串流 MP3"
+
+#: modules/access_output/shout.c:67
+msgid ""
+"You normally have to feed the shoutcast module with Ogg streams. It is also "
+"possible to stream MP3 instead, so you can forward MP3 streams to the "
+"shoutcast/icecast server."
 msgstr ""
 
-#: modules/access/vcdx/info.c:153
-msgid "extended selection list"
+#: modules/access_output/shout.c:76
+#, fuzzy
+msgid "Genre description"
+msgstr "串流描述"
+
+#: modules/access_output/shout.c:77
+msgid "Genre of the content. "
 msgstr ""
 
-#: modules/access/vcdx/info.c:154
-msgid "selection list"
-msgstr "选择清单"
+#: modules/access_output/shout.c:79
+#, fuzzy
+msgid "URL description"
+msgstr "描述"
 
-#: modules/access/vcdx/info.c:166
-msgid "unknown type"
-msgstr "未知类型"
+#: modules/access_output/shout.c:80
+msgid "URL with information about the stream or your channel. "
+msgstr ""
 
-#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
-#: modules/access/vcdx/info.c:316
-msgid "List ID"
-msgstr "列表 ID"
+#: modules/access_output/shout.c:87
+msgid "Bitrate information of the transcoded stream. "
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:95
-msgid "(Super) Video CD"
-msgstr "(超级) VCD"
+#: modules/access_output/shout.c:90
+msgid "Samplerate information of the transcoded stream. "
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:96
-msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
-msgstr "视频 CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) 输入"
+#: modules/access_output/shout.c:92
+#, fuzzy
+msgid "Number of channels"
+msgstr "输出频道数量"
 
-#: modules/access/vcdx/vcd.c:97
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
+#: modules/access_output/shout.c:93
+msgid "Number of channels information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:106
-msgid "If nonzero, this gives additional debug information."
+#: modules/access_output/shout.c:95
+msgid "Ogg Vorbis Quality"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
-msgid "Number of CD blocks to get in a single read."
+#: modules/access_output/shout.c:96
+msgid "Ogg Vorbis Quality information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
-msgstr "使用回放控制"
+#: modules/access_output/shout.c:98
+#, fuzzy
+msgid "Stream public"
+msgstr "串流输出"
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/shout.c:99
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Make the server publicly available on the 'Yellow Pages' (directory listing "
+"of streams) on the icecast/shoutcast website. Requires the bitrate "
+"information specified for shoutcast. Requires Ogg streaming for icecast."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:123
-msgid "Use track length as maximum unit in seek?"
-msgstr ""
+#: modules/access_output/shout.c:105
+msgid "IceCAST output"
+msgstr "IceCAST 输出"
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:77
 msgid ""
-"If set, the length of the seek bar is the track rather than the length of an "
-"entry."
-msgstr ""
+"Default caching value for outbound UDP streams. This value should be set in "
+"milliseconds."
+msgstr "外界 UDP 串流的默认的缓存值。这个值是以毫秒为单位的。"
 
-#: modules/access/vcdx/vcd.c:129
-msgid "Show extended VCD info?"
-msgstr "显示扩展 VCD 信息?"
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
+#: modules/gui/macosx/wizard.m:1848
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
+msgid "Time-To-Live (TTL)"
+msgstr "有效时间(TTL)"
 
-#: modules/access/vcdx/vcd.c:130
+#: modules/access_output/udp.c:81
+msgid "Time-To-Live of the outgoing stream."
+msgstr "该输出串流的有效时间"
+
+#: modules/access_output/udp.c:84
+msgid "Group packets"
+msgstr ""
+
+#: modules/access_output/udp.c:85
 msgid ""
-"Show the maximum amount of information under Stream and Media Info. Shows "
-"for example playback control navigation."
+"Packets can be sent one by one at the right time or by groups. You can "
+"choose the number of packets that will be sent at a time. It helps reducing "
+"the scheduling load on heavily-loaded systems."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:137
-msgid "Format to use in the playlist's \"author\" field."
+#: modules/access_output/udp.c:90
+msgid "Raw write"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:143
-msgid "Format to use in the playlist's \"title\" field."
+#: modules/access_output/udp.c:91
+msgid ""
+"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 ""
 
+#: modules/access_output/udp.c:97
+msgid "UDP stream output"
+msgstr "UDP 串流输出"
+
+#: modules/access_output/udp.c:98
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
+msgid "UDP"
+msgstr "UDP"
+
 #: modules/audio_filter/channel_mixer/dolby.c:47
 msgid "Simple decoder for Dolby Surround encoded streams"
 msgstr ""
@@ -8541,398 +8563,398 @@ msgstr "NT 服务"
 msgid "Windows Service interface"
 msgstr "Windows服务接口"
 
-#: modules/control/rc.c:154
+#: modules/control/rc.c:156
 msgid "Show stream position"
 msgstr "显示串流位置"
 
-#: modules/control/rc.c:155
+#: modules/control/rc.c:157
 msgid ""
 "Show the current position in seconds within the stream from time to time."
 msgstr ""
 
-#: modules/control/rc.c:158
+#: modules/control/rc.c:160
 msgid "Fake TTY"
 msgstr ""
 
-#: modules/control/rc.c:159
+#: modules/control/rc.c:161
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr ""
 
-#: modules/control/rc.c:161
+#: modules/control/rc.c:163
 msgid "UNIX socket command input"
 msgstr "Unix socket指令输入"
 
-#: modules/control/rc.c:162
+#: modules/control/rc.c:164
 msgid "Accept commands over a Unix socket rather than stdin."
 msgstr ""
 
-#: modules/control/rc.c:165
+#: modules/control/rc.c:167
 msgid "TCP command input"
 msgstr "TCP指令输入"
 
-#: modules/control/rc.c:166
+#: modules/control/rc.c:168
 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:170 modules/misc/dummy/dummy.c:49
+#: modules/control/rc.c:172 modules/misc/dummy/dummy.c:49
 msgid "Do not open a DOS command box interface"
 msgstr "不要开启DOS指令窗口接口"
 
-#: modules/control/rc.c:172
+#: modules/control/rc.c:174
 msgid ""
 "By default the rc 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 ""
 
-#: modules/control/rc.c:179
+#: modules/control/rc.c:181
 msgid "RC"
 msgstr ""
 
-#: modules/control/rc.c:182
+#: modules/control/rc.c:184
 msgid "Remote control interface"
 msgstr "摇控界面"
 
-#: modules/control/rc.c:323
+#: modules/control/rc.c:325
 msgid "Remote control interface initialized. Type `help' for help."
 msgstr "遥控界面已初始化,打 'help' 显示帮助信息"
 
-#: modules/control/rc.c:848
+#: modules/control/rc.c:850
 #, c-format
 msgid "Unknown command `%s'. Type `help' for help."
 msgstr "未知命令 `%s', 键入 `help' 获得帮助"
 
-#: modules/control/rc.c:881
+#: modules/control/rc.c:883
 msgid "+----[ Remote control commands ]"
 msgstr ""
 
-#: modules/control/rc.c:883
+#: modules/control/rc.c:885
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist"
 msgstr ""
 
-#: modules/control/rc.c:884
+#: modules/control/rc.c:886
 msgid "| enqueue XYZ  . . . . . . . queue XYZ to playlist"
 msgstr ""
 
-#: modules/control/rc.c:885
+#: modules/control/rc.c:887
 msgid "| playlist . . .  show items currently in playlist"
 msgstr ""
 
-#: modules/control/rc.c:886
+#: modules/control/rc.c:888
 msgid "| play . . . . . . . . . . . . . . . . play stream"
 msgstr ""
 
-#: modules/control/rc.c:887
+#: modules/control/rc.c:889
 msgid "| stop . . . . . . . . . . . . . . . . stop stream"
 msgstr ""
 
-#: modules/control/rc.c:888
+#: modules/control/rc.c:890
 msgid "| next . . . . . . . . . . . .  next playlist item"
 msgstr ""
 
-#: modules/control/rc.c:889
+#: modules/control/rc.c:891
 msgid "| prev . . . . . . . . . .  previous playlist item"
 msgstr ""
 
-#: modules/control/rc.c:890
+#: modules/control/rc.c:892
 msgid "| goto . . . . . . . . . . . .  goto item at index"
 msgstr ""
 
-#: modules/control/rc.c:891
+#: modules/control/rc.c:893
 msgid "| clear . . . . . . . . . . .   clear the playlist"
 msgstr ""
 
-#: modules/control/rc.c:892
+#: modules/control/rc.c:894
 msgid "| status . . . . . . . . . current playlist status"
 msgstr ""
 
-#: modules/control/rc.c:893
+#: modules/control/rc.c:895
 msgid "| title [X]  . . . . set/get title in current item"
 msgstr ""
 
-#: modules/control/rc.c:894
+#: modules/control/rc.c:896
 msgid "| title_n  . . . . . .  next title in current item"
 msgstr ""
 
-#: modules/control/rc.c:895
+#: modules/control/rc.c:897
 msgid "| title_p  . . . .  previous title in current item"
 msgstr ""
 
-#: modules/control/rc.c:896
+#: modules/control/rc.c:898
 msgid "| chapter [X]  . . set/get chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:897
+#: modules/control/rc.c:899
 msgid "| chapter_n  . . . .  next chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:898
+#: modules/control/rc.c:900
 msgid "| chapter_p  . .  previous chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:900
+#: modules/control/rc.c:902
 msgid "| seek X . seek in seconds, for instance `seek 12'"
 msgstr ""
 
-#: modules/control/rc.c:901
+#: modules/control/rc.c:903
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause"
 msgstr ""
 
-#: modules/control/rc.c:902
+#: modules/control/rc.c:904
 msgid "| fastforward  . . . . . .  .  set to maximum rate"
 msgstr ""
 
-#: modules/control/rc.c:903
+#: modules/control/rc.c:905
 msgid "| rewind  . . . . . . . . . .  set to minimum rate"
 msgstr ""
 
-#: modules/control/rc.c:904
+#: modules/control/rc.c:906
 msgid "| faster . . . . . . . .  faster playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:905
+#: modules/control/rc.c:907
 msgid "| slower . . . . . . . .  slower playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:906
+#: modules/control/rc.c:908
 msgid "| normal . . . . . . . .  normal playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:907
+#: modules/control/rc.c:909
 msgid "| f [on|off] . . . . . . . . . . toggle fullscreen"
 msgstr ""
 
-#: modules/control/rc.c:908
+#: modules/control/rc.c:910
 msgid "| info . . .  information about the current stream"
 msgstr ""
 
-#: modules/control/rc.c:909
+#: modules/control/rc.c:911
 msgid "| get_time . . seconds elapsed since stream's beginning"
 msgstr ""
 
-#: modules/control/rc.c:910
+#: modules/control/rc.c:912
 msgid "| is_playing . .  1 if a stream plays, 0 otherwise"
 msgstr ""
 
-#: modules/control/rc.c:911
+#: modules/control/rc.c:913
 msgid "| get_title . . .  the title of the current stream"
 msgstr ""
 
-#: modules/control/rc.c:912
+#: modules/control/rc.c:914
 msgid "| get_length . .  the length of the current stream"
 msgstr ""
 
-#: modules/control/rc.c:914
+#: modules/control/rc.c:916
 msgid "| volume [X] . . . . . . . .  set/get audio volume"
 msgstr ""
 
-#: modules/control/rc.c:915
+#: modules/control/rc.c:917
 msgid "| volup [X]  . . . . .  raise audio volume X steps"
 msgstr ""
 
-#: modules/control/rc.c:916
+#: modules/control/rc.c:918
 msgid "| voldown [X]  . . . .  lower audio volume X steps"
 msgstr ""
 
-#: modules/control/rc.c:917
+#: modules/control/rc.c:919
 msgid "| adev [X] . . . . . . . . .  set/get audio device"
 msgstr ""
 
-#: modules/control/rc.c:918
+#: modules/control/rc.c:920
 msgid "| achan [X]. . . . . . . .  set/get audio channels"
 msgstr ""
 
-#: modules/control/rc.c:919
+#: modules/control/rc.c:921
 msgid "| atrack [X] . . . . . . . . . set/get audio track"
 msgstr ""
 
-#: modules/control/rc.c:920
+#: modules/control/rc.c:922
 msgid "| vtrack [X] . . . . . . . . . set/get video track"
 msgstr ""
 
-#: modules/control/rc.c:921
+#: modules/control/rc.c:923
 msgid "| strack [X] . . . . . . . set/get subtitles track"
 msgstr ""
 
-#: modules/control/rc.c:922
+#: modules/control/rc.c:924
 msgid "| menu [on|off|up|down|left|right|select] use menu"
 msgstr ""
 
-#: modules/control/rc.c:927
+#: modules/control/rc.c:929
 msgid "| marq-marquee STRING  . . overlay STRING in video"
 msgstr ""
 
-#: modules/control/rc.c:928
+#: modules/control/rc.c:930
 msgid "| marq-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:929
+#: modules/control/rc.c:931
 msgid "| marq-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:930
+#: modules/control/rc.c:932
 msgid "| marq-position #. . .  .relative position control"
 msgstr ""
 
-#: modules/control/rc.c:931
+#: modules/control/rc.c:933
 msgid "| marq-color # . . . . . . . . . . font color, RGB"
 msgstr ""
 
-#: modules/control/rc.c:932
+#: modules/control/rc.c:934
 msgid "| marq-opacity # . . . . . . . . . . . . . opacity"
 msgstr ""
 
-#: modules/control/rc.c:933
+#: modules/control/rc.c:935
 msgid "| marq-timeout T. . . . . . . . . . timeout, in ms"
 msgstr ""
 
-#: modules/control/rc.c:934
+#: modules/control/rc.c:936
 msgid "| marq-size # . . . . . . . . font size, in pixels"
 msgstr ""
 
-#: modules/control/rc.c:936
+#: modules/control/rc.c:938
 msgid "| time-format STRING . . . overlay STRING in video"
 msgstr ""
 
-#: modules/control/rc.c:937
+#: modules/control/rc.c:939
 msgid "| time-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:938
+#: modules/control/rc.c:940
 msgid "| time-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:939
+#: modules/control/rc.c:941
 msgid "| time-position #. . . . . . . . relative position"
 msgstr ""
 
-#: modules/control/rc.c:940
+#: modules/control/rc.c:942
 msgid "| time-color # . . . . . . . . . . font color, RGB"
 msgstr ""
 
-#: modules/control/rc.c:941
+#: modules/control/rc.c:943
 msgid "| time-opacity # . . . . . . . . . . . . . opacity"
 msgstr ""
 
-#: modules/control/rc.c:942
+#: modules/control/rc.c:944
 msgid "| time-size # . . . . . . . . font size, in pixels"
 msgstr ""
 
-#: modules/control/rc.c:944
+#: modules/control/rc.c:946
 msgid "| logo-file STRING . . .the overlay file path/name"
 msgstr ""
 
-#: modules/control/rc.c:945
+#: modules/control/rc.c:947
 msgid "| logo-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:946
+#: modules/control/rc.c:948
 msgid "| logo-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:947
+#: modules/control/rc.c:949
 msgid "| logo-position #. . . . . . . . relative position"
 msgstr ""
 
-#: modules/control/rc.c:948
+#: modules/control/rc.c:950
 msgid "| logo-transparency #. . . . . . . . .transparency"
 msgstr ""
 
-#: modules/control/rc.c:950
+#: modules/control/rc.c:952
 msgid "| mosaic-alpha # . . . . . . . . . . . . . . alpha"
 msgstr ""
 
-#: modules/control/rc.c:951
+#: modules/control/rc.c:953
 msgid "| mosaic-height #. . . . . . . . . . . . . .height"
 msgstr ""
 
-#: modules/control/rc.c:952
+#: modules/control/rc.c:954
 msgid "| mosaic-width # . . . . . . . . . . . . . . width"
 msgstr ""
 
-#: modules/control/rc.c:953
+#: modules/control/rc.c:955
 msgid "| mosaic-xoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:954
+#: modules/control/rc.c:956
 msgid "| mosaic-yoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:955
+#: modules/control/rc.c:957
 msgid "| mosaic-align 0..2,4..6,8..10. . .mosaic alignment"
 msgstr ""
 
-#: modules/control/rc.c:956
+#: modules/control/rc.c:958
 msgid "| mosaic-vborder # . . . . . . . . vertical border"
 msgstr ""
 
-#: modules/control/rc.c:957
+#: modules/control/rc.c:959
 msgid "| mosaic-hborder # . . . . . . . horizontal border"
 msgstr ""
 
-#: modules/control/rc.c:958
+#: modules/control/rc.c:960
 msgid "| mosaic-position {0=auto,1=fixed} . . . .position"
 msgstr ""
 
-#: modules/control/rc.c:959
+#: modules/control/rc.c:961
 msgid "| mosaic-rows #. . . . . . . . . . .number of rows"
 msgstr ""
 
-#: modules/control/rc.c:960
+#: modules/control/rc.c:962
 msgid "| mosaic-cols #. . . . . . . . . . .number of cols"
 msgstr ""
 
-#: modules/control/rc.c:961
+#: modules/control/rc.c:963
 msgid "| mosaic-order id(,id)* . . . . order of pictures "
 msgstr ""
 
-#: modules/control/rc.c:962
+#: modules/control/rc.c:964
 msgid "| mosaic-keep-aspect-ratio {0,1} . . .aspect ratio"
 msgstr ""
 
-#: modules/control/rc.c:964
+#: modules/control/rc.c:966
 msgid ""
 "| check-updates [newer] [equal] [older]\n"
 "|               [undef] [info] [source] [binary] [plugin]"
 msgstr ""
 
-#: modules/control/rc.c:968
+#: modules/control/rc.c:970
 msgid "| help . . . . . . . . . . . . . this help message"
 msgstr ""
 
-#: modules/control/rc.c:969
+#: modules/control/rc.c:971
 msgid "| longhelp . . . . . . . . . a longer help message"
 msgstr ""
 
-#: modules/control/rc.c:970
+#: modules/control/rc.c:972
 msgid "| logout . . . . .  exit (if in socket connection)"
 msgstr ""
 
-#: modules/control/rc.c:971
+#: modules/control/rc.c:973
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc"
 msgstr ""
 
-#: modules/control/rc.c:973
+#: modules/control/rc.c:975
 msgid "+----[ end of help ]"
 msgstr ""
 
-#: modules/control/rc.c:1080
+#: modules/control/rc.c:1082
 msgid "Press menu select or pause to continue."
 msgstr "按菜单选择或暂停可继续"
 
-#: modules/control/rc.c:1324 modules/control/rc.c:1809
-#: modules/control/rc.c:1879 modules/control/rc.c:1928
-#: modules/control/rc.c:2027
+#: modules/control/rc.c:1326 modules/control/rc.c:1811
+#: modules/control/rc.c:1881 modules/control/rc.c:1930
+#: modules/control/rc.c:2029
 msgid "Type 'menu select' or 'pause' to continue."
 msgstr "打 'menu select' 或 'pause' 可继续"
 
-#: modules/control/rc.c:1461
+#: modules/control/rc.c:1463
 msgid "Type 'pause' to continue."
 msgstr "打 'pause' 可继续"
 
-#: modules/control/rc.c:2012 modules/control/rc.c:2051
+#: modules/control/rc.c:2014 modules/control/rc.c:2053
 msgid "Please provide one of the following parameters:"
 msgstr "请提供下列参数中的一个:"
 
@@ -9062,6 +9084,7 @@ msgstr ""
 #: modules/gui/macosx/interaction.m:135 modules/gui/macosx/open.m:158
 #: modules/gui/macosx/playlistinfo.m:60 modules/gui/macosx/prefs.m:122
 #: modules/gui/macosx/prefs.m:142 modules/gui/macosx/wizard.m:363
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:88
 msgid "Cancel"
 msgstr "取消"
 
@@ -9967,8 +9990,8 @@ msgstr ""
 #: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:440
 #: modules/gui/macosx/open.m:634 modules/gui/macosx/open.m:738
 #: modules/gui/macosx/open.m:784 modules/gui/wxwidgets/interface.cpp:675
-#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:348
-#: modules/gui/wxwidgets/menus.cpp:404
+#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:349
+#: modules/gui/wxwidgets/menus.cpp:405
 msgid "Open"
 msgstr "打开"
 
@@ -9980,7 +10003,7 @@ msgstr "设置"
 
 #: modules/gui/beos/InterfaceWindow.cpp:237
 #: modules/gui/beos/InterfaceWindow.cpp:328 modules/gui/macosx/intf.m:503
-#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:35
+#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:41
 #: modules/gui/wxwidgets/dialogs/messages.cpp:47
 msgid "Messages"
 msgstr "信息"
@@ -10133,6 +10156,7 @@ msgstr "应用"
 
 #: modules/gui/beos/PreferencesWindow.cpp:254 modules/gui/macosx/output.m:526
 #: modules/gui/macosx/playlist.m:704 modules/gui/macosx/prefs.m:121
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:87
 msgid "Save"
 msgstr "储存"
 
@@ -10255,7 +10279,7 @@ msgstr "没有输入"
 msgid "The stream must be playing or paused for bookmarks to work."
 msgstr ""
 
-#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:735
+#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:741
 msgid "Jump To Time"
 msgstr ""
 
@@ -10271,64 +10295,64 @@ msgstr ""
 msgid "Random On"
 msgstr "开启随机播放"
 
-#: modules/gui/macosx/controls.m:167
+#: modules/gui/macosx/controls.m:168
 msgid "Random Off"
 msgstr "关闭随机播放"
 
-#: modules/gui/macosx/controls.m:195 modules/gui/macosx/controls.m:719
+#: modules/gui/macosx/controls.m:197 modules/gui/macosx/controls.m:725
 #: modules/gui/macosx/intf.m:543 modules/gui/macosx/playlist.m:453
 #: modules/gui/macosx/playlist.m:1167
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:54
 msgid "Repeat One"
 msgstr "重复一次"
 
-#: modules/gui/macosx/controls.m:199 modules/gui/macosx/controls.m:231
+#: modules/gui/macosx/controls.m:202 modules/gui/macosx/controls.m:236
 #: modules/gui/macosx/playlist.m:1186
 msgid "Repeat Off"
 msgstr "关闭重复播放"
 
-#: modules/gui/macosx/controls.m:227 modules/gui/macosx/controls.m:726
+#: modules/gui/macosx/controls.m:231 modules/gui/macosx/controls.m:732
 #: modules/gui/macosx/intf.m:544 modules/gui/macosx/playlist.m:454
 #: modules/gui/macosx/playlist.m:1175
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:53
 msgid "Repeat All"
 msgstr "重复播放全部"
 
-#: modules/gui/macosx/controls.m:308 modules/gui/macosx/controls.m:749
+#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
 #: modules/gui/macosx/intf.m:569
 msgid "Half Size"
 msgstr "一半大小"
 
-#: modules/gui/macosx/controls.m:310 modules/gui/macosx/controls.m:750
+#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:756
 #: modules/gui/macosx/intf.m:570
 msgid "Normal Size"
 msgstr "正常值"
 
-#: modules/gui/macosx/controls.m:312 modules/gui/macosx/controls.m:751
+#: modules/gui/macosx/controls.m:318 modules/gui/macosx/controls.m:757
 #: modules/gui/macosx/intf.m:571
 msgid "Double Size"
 msgstr "双倍大小"
 
-#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
-#: modules/gui/macosx/controls.m:766 modules/gui/macosx/intf.m:574
+#: modules/gui/macosx/controls.m:320 modules/gui/macosx/controls.m:761
+#: modules/gui/macosx/controls.m:772 modules/gui/macosx/intf.m:574
 msgid "Float on Top"
 msgstr "悬浮在最顶端"
 
-#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:752
+#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:758
 #: modules/gui/macosx/intf.m:572
 msgid "Fit to Screen"
 msgstr "缩放至屏幕"
 
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:542
+#: modules/gui/macosx/controls.m:718 modules/gui/macosx/intf.m:542
 #: modules/gui/macosx/playlist.m:447
 msgid "Random"
 msgstr "随机"
 
-#: modules/gui/macosx/controls.m:733 modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/controls.m:739 modules/gui/macosx/intf.m:545
 msgid "Step Forward"
 msgstr "向前"
 
-#: modules/gui/macosx/controls.m:734 modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/controls.m:740 modules/gui/macosx/intf.m:546
 msgid "Step Backward"
 msgstr "向后"
 
@@ -10347,7 +10371,7 @@ msgstr "快速向前"
 #: modules/gui/pda/pda_interface.c:251 modules/gui/wxwidgets/interface.cpp:678
 #: modules/gui/wxwidgets/interface.cpp:689
 #: modules/gui/wxwidgets/interface.cpp:1210
-#: modules/gui/wxwidgets/menus.cpp:265 modules/visualization/xosd.c:242
+#: modules/gui/wxwidgets/menus.cpp:266 modules/visualization/xosd.c:242
 msgid "Pause"
 msgstr "暂停"
 
@@ -10555,7 +10579,7 @@ msgstr "VLC - 控制器"
 
 #: modules/gui/macosx/intf.m:488 modules/gui/macosx/intf.m:999
 #: modules/gui/macosx/intf.m:1321 modules/gui/pda/pda_interface.c:212
-#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:52
+#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:54
 msgid "VLC media player"
 msgstr "VLC多媒体播放程序"
 
@@ -10988,71 +11012,6 @@ msgstr "SDP URL"
 msgid "Save File"
 msgstr "储存文件"
 
-#: modules/gui/macosx/playlistinfo.m:56
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
-msgid "URI"
-msgstr "URI"
-
-#: modules/gui/macosx/playlistinfo.m:63
-msgid "Advanced Information"
-msgstr "高级信息"
-
-#: modules/gui/macosx/playlistinfo.m:81
-msgid "Read at media"
-msgstr "在媒体中读取"
-
-#: modules/gui/macosx/playlistinfo.m:82
-msgid "Input bitrate"
-msgstr "输入比特率"
-
-#: modules/gui/macosx/playlistinfo.m:83
-msgid "Demuxed"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:84
-msgid "Stream bitrate"
-msgstr "串流比特率"
-
-#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
-msgid "Decoded blocks"
-msgstr "已解码的帧"
-
-#: modules/gui/macosx/playlistinfo.m:88
-msgid "Displayed frames"
-msgstr "已显示的帧"
-
-#: modules/gui/macosx/playlistinfo.m:89
-msgid "Lost frames"
-msgstr "丢失帧"
-
-#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
-#: modules/video_filter/deinterlace.c:137
-msgid "Streaming"
-msgstr "串流"
-
-#: modules/gui/macosx/playlistinfo.m:92
-msgid "Sent packets"
-msgstr "已发送的包"
-
-#: modules/gui/macosx/playlistinfo.m:93
-msgid "Sent bytes"
-msgstr "已发送的字节"
-
-#: modules/gui/macosx/playlistinfo.m:94
-msgid "Send rate"
-msgstr "发送率"
-
-#: modules/gui/macosx/playlistinfo.m:98
-msgid "Played buffers"
-msgstr "已播放的缓冲区"
-
-#: modules/gui/macosx/playlistinfo.m:99
-msgid "Lost buffers"
-msgstr ""
-
 #: modules/gui/macosx/playlist.m:434
 msgid "Save Playlist..."
 msgstr "储存播放列表..."
@@ -11134,6 +11093,71 @@ msgstr "请输入节点编号"
 msgid "Empty Folder"
 msgstr "空文件夹"
 
+#: modules/gui/macosx/playlistinfo.m:56
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
+msgid "URI"
+msgstr "URI"
+
+#: modules/gui/macosx/playlistinfo.m:63
+msgid "Advanced Information"
+msgstr "高级信息"
+
+#: modules/gui/macosx/playlistinfo.m:81
+msgid "Read at media"
+msgstr "在媒体中读取"
+
+#: modules/gui/macosx/playlistinfo.m:82
+msgid "Input bitrate"
+msgstr "输入比特率"
+
+#: modules/gui/macosx/playlistinfo.m:83
+msgid "Demuxed"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:84
+msgid "Stream bitrate"
+msgstr "串流比特率"
+
+#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
+msgid "Decoded blocks"
+msgstr "已解码的帧"
+
+#: modules/gui/macosx/playlistinfo.m:88
+msgid "Displayed frames"
+msgstr "已显示的帧"
+
+#: modules/gui/macosx/playlistinfo.m:89
+msgid "Lost frames"
+msgstr "丢失帧"
+
+#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
+#: modules/video_filter/deinterlace.c:137
+msgid "Streaming"
+msgstr "串流"
+
+#: modules/gui/macosx/playlistinfo.m:92
+msgid "Sent packets"
+msgstr "已发送的包"
+
+#: modules/gui/macosx/playlistinfo.m:93
+msgid "Sent bytes"
+msgstr "已发送的字节"
+
+#: modules/gui/macosx/playlistinfo.m:94
+msgid "Send rate"
+msgstr "发送率"
+
+#: modules/gui/macosx/playlistinfo.m:98
+msgid "Played buffers"
+msgstr "已播放的缓冲区"
+
+#: modules/gui/macosx/playlistinfo.m:99
+msgid "Lost buffers"
+msgstr ""
+
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:213
 msgid "Reset All"
@@ -12351,11 +12375,21 @@ msgstr "无法找到 pixmap 文件: %s"
 msgid "QNX RTOS video and audio output"
 msgstr "QNX RTOS视频及音频输出"
 
+#: modules/gui/qt4/dialogs/errors.cpp:37
+msgid "Errors"
+msgstr "错误"
+
 #: modules/gui/qt4/dialogs/streaminfo.cpp:35
 #, fuzzy
 msgid "Stream information"
 msgstr "获取串流信息"
 
+#: modules/gui/qt4/dialogs_provider.cpp:235
+#: modules/gui/qt4/dialogs_provider.cpp:246
+#, fuzzy
+msgid "Open directory"
+msgstr "打开目录(&I)..."
+
 #: modules/gui/qt4/qt4.cpp:45
 #, fuzzy
 msgid "QT interface"
@@ -12531,6 +12565,11 @@ msgstr "WinCE 界面模块"
 msgid "WinCE dialogs provider"
 msgstr "Wince 对话提供商"
 
+#: modules/gui/wxwidgets/dialogs.cpp:433
+#: modules/gui/wxwidgets/dialogs/open.cpp:1265
+msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
+msgstr ""
+
 #: modules/gui/wxwidgets/dialogs/bookmarks.cpp:75
 msgid "Edit bookmark"
 msgstr "编辑书签"
@@ -12597,26 +12636,6 @@ msgstr ""
 msgid "Input has changed "
 msgstr "输入已改变"
 
-#: modules/gui/wxwidgets/dialogs.cpp:433
-#: modules/gui/wxwidgets/dialogs/open.cpp:1265
-msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:435
-#: modules/gui/wxwidgets/dialogs/open.cpp:1267
-msgid "|Video Files (*.avi, *.mpg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:436
-#: modules/gui/wxwidgets/dialogs/open.cpp:1268
-msgid "|Playlist Files (*.m3u, *.pls, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:437
-#: modules/gui/wxwidgets/dialogs/open.cpp:1269
-msgid "|Subtitle Files (*.srt, *.sub, etc.)|"
-msgstr ""
-
 #: modules/gui/wxwidgets/dialogs/fileinfo.cpp:54
 msgid "Stream and Media Info"
 msgstr "串流及媒体信息"
@@ -13128,10 +13147,6 @@ msgstr "输出"
 msgid "Loop"
 msgstr "循环"
 
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:415
-msgid "Create"
-msgstr "建立"
-
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:560
 msgid "VLM stream"
 msgstr "VLM 流"
@@ -13206,10 +13221,6 @@ msgid ""
 "about it."
 msgstr "选择目标视频编码器,点击以显示更多信息。"
 
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
-msgid "Transcode audio (if available)"
-msgstr "音频转码 (如果可用)"
-
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:135
 msgid ""
 "Select the target audio codec. Choose a codec to display more information "
@@ -13272,6 +13283,10 @@ msgstr "更多信息"
 msgid "Save to file"
 msgstr "保存到文件"
 
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
+msgid "Transcode audio (if available)"
+msgstr "音频转码 (如果可用)"
+
 #: modules/gui/wxwidgets/extrapanel.cpp:41
 msgid ""
 "Controls the blending of equalizer bands. The higher this value is, the more "
@@ -13542,7 +13557,7 @@ msgstr "讯息(&M)"
 msgid "&Preferences..."
 msgstr "偏好设置(&P)"
 
-#: modules/gui/wxwidgets/menus.cpp:572 modules/gui/wxwidgets/menus.cpp:599
+#: modules/gui/wxwidgets/menus.cpp:573 modules/gui/wxwidgets/menus.cpp:600
 msgid "Empty"
 msgstr "无项目"
 
@@ -14033,10 +14048,6 @@ msgstr "RRD 输出文件"
 msgid "Output data for RRDTool in this file."
 msgstr ""
 
-#: modules/misc/memcpy/memcpyaltivec.c:56
-msgid "AltiVec memcpy"
-msgstr "AltiVec memcpy"
-
 #: modules/misc/memcpy/memcpy.c:83
 msgid "libc memcpy"
 msgstr "libc memcpy"
@@ -14053,6 +14064,10 @@ msgstr "MMX memcpy"
 msgid "MMX EXT memcpy"
 msgstr "MMX EXT memcpy"
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr "AltiVec memcpy"
+
 #: modules/misc/msn.c:64
 msgid "MSN Title format string"
 msgstr "MSN 标题格式字符串"
@@ -15421,13 +15436,6 @@ msgstr ""
 msgid "Conversions from "
 msgstr ""
 
-#: 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 "到 "
-
 #: 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 "
@@ -16987,8 +16995,11 @@ msgstr "在 xosd 输出中显示文字时所使用的字体颜色"
 msgid "XOSD interface"
 msgstr "XOSD 界面"
 
-#~ msgid "Errors"
-#~ msgstr "错误"
+#~ msgid "Create"
+#~ msgstr "建立"
+
+#~ msgid " to "
+#~ msgstr "到 "
 
 #, fuzzy
 #~ msgid "Yes"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index adbc92854ae78ad8dc21ecdfafd45a745e0d59fa..558fc395c8bd2d854f7f41a2f688699a8faf2f46 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: vlc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-31 15:10+0400\n"
+"POT-Creation-Date: 2006-09-04 11:13+0200\n"
 "PO-Revision-Date: 2005-02-12 12:14+0100\n"
 "Last-Translator: Frank Chao <frank0624@gmail.com>\n"
 "Language-Team: zh_TW\n"
@@ -17,6 +17,14 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: include/vlc/vlc.h:576
+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"
+"see the file named COPYING for details.\n"
+"Written by the VideoLAN team; see the AUTHORS file.\n"
+msgstr ""
+
 #: include/vlc_config_cat.h:32
 msgid "VLC preferences"
 msgstr "偏好設定"
@@ -71,7 +79,7 @@ msgstr "VLC介面設定"
 msgid "Hotkeys settings"
 msgstr "熱鍵設定"
 
-#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1209
+#: include/vlc_config_cat.h:54 src/input/es_out.c:1585 src/libvlc.h:1217
 #: modules/gui/beos/InterfaceWindow.cpp:282 modules/gui/macosx/extended.m:81
 #: modules/gui/macosx/intf.m:555 modules/gui/macosx/output.m:170
 #: modules/gui/macosx/playlistinfo.m:96 modules/gui/macosx/wizard.m:421
@@ -116,9 +124,9 @@ msgstr "輸出模組"
 msgid "These are general settings for audio output modules."
 msgstr "音訊輸出模組的一般設定"
 
-#: include/vlc_config_cat.h:71 src/libvlc.h:1553
+#: include/vlc_config_cat.h:71 src/libvlc.h:1563
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:578
-#: modules/gui/wxwidgets/menus.cpp:279 modules/stream_out/transcode.c:285
+#: modules/gui/wxwidgets/menus.cpp:280 modules/stream_out/transcode.c:285
 msgid "Miscellaneous"
 msgstr "雜項"
 
@@ -127,7 +135,7 @@ msgstr "雜項"
 msgid "Miscellaneous audio settings and modules."
 msgstr "模組及音訊雜項設定"
 
-#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1244
+#: include/vlc_config_cat.h:75 src/input/es_out.c:1613 src/libvlc.h:1252
 #: modules/gui/macosx/extended.m:80 modules/gui/macosx/intf.m:568
 #: modules/gui/macosx/output.m:160 modules/gui/macosx/playlistinfo.m:86
 #: modules/gui/macosx/wizard.m:422
@@ -243,7 +251,7 @@ msgstr "設定音訊+視訊、雜項編碼及解碼器"
 msgid "General input settings. Use with care."
 msgstr "進階輸入設定,請注意。"
 
-#: include/vlc_config_cat.h:135 src/libvlc.h:1483
+#: include/vlc_config_cat.h:135 src/libvlc.h:1493
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:152
 msgid "Stream output"
 msgstr "串流輸出"
@@ -329,8 +337,8 @@ msgstr ""
 msgid "VLC's implementation of Video On Demand"
 msgstr ""
 
-#: include/vlc_config_cat.h:186 src/libvlc.h:1608 src/playlist/engine.c:79
-#: src/playlist/engine.c:81 modules/demux/playlist/playlist.c:56
+#: include/vlc_config_cat.h:186 src/libvlc.h:1618 src/playlist/engine.c:91
+#: src/playlist/engine.c:93 modules/demux/playlist/playlist.c:56
 #: modules/demux/playlist/playlist.c:57
 #: modules/gui/beos/InterfaceWindow.cpp:231
 #: modules/gui/beos/InterfaceWindow.cpp:325 modules/gui/macosx/intf.m:500
@@ -361,7 +369,7 @@ msgid ""
 "playlist."
 msgstr ""
 
-#: include/vlc_config_cat.h:197 src/libvlc.h:1444
+#: include/vlc_config_cat.h:197 src/libvlc.h:1454
 #: modules/gui/macosx/prefs.m:124
 msgid "Advanced"
 msgstr "進階"
@@ -475,7 +483,7 @@ msgstr "選擇檔案以儲存至"
 #: modules/gui/wxwidgets/interface.cpp:677
 #: modules/gui/wxwidgets/interface.cpp:688
 #: modules/gui/wxwidgets/interface.cpp:1216
-#: modules/gui/wxwidgets/menus.cpp:263 modules/gui/wxwidgets/menus.cpp:274
+#: modules/gui/wxwidgets/menus.cpp:264 modules/gui/wxwidgets/menus.cpp:275
 msgid "Play"
 msgstr "播放"
 
@@ -493,8 +501,8 @@ msgid "Delete"
 msgstr "刪除"
 
 #: include/vlc_intf_strings.h:37 modules/gui/macosx/intf.m:599
-#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlistinfo.m:55
-#: modules/gui/macosx/playlistinfo.m:363 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/intf.m:632 modules/gui/macosx/playlist.m:439
+#: modules/gui/macosx/playlistinfo.m:55 modules/gui/macosx/playlistinfo.m:363
 #, fuzzy
 msgid "Information"
 msgstr "更多資訊"
@@ -530,8 +538,8 @@ msgstr ""
 msgid "Title"
 msgstr "標題"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:58
-#: modules/gui/macosx/playlist.m:130 modules/gui/macosx/wizard.m:393
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:130
+#: modules/gui/macosx/playlistinfo.m:58 modules/gui/macosx/wizard.m:393
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:50
 msgid "Author"
 msgstr "製作人"
@@ -603,14 +611,6 @@ msgstr "編碼器名稱"
 msgid "Codec Description"
 msgstr "編碼器描述"
 
-#: include/vlc/vlc.h:576
-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"
-"see the file named COPYING for details.\n"
-"Written by the VideoLAN team; see the AUTHORS file.\n"
-msgstr ""
-
 #: src/audio_output/filters.c:154 src/audio_output/filters.c:201
 #: src/audio_output/filters.c:224
 #, fuzzy
@@ -624,7 +624,7 @@ msgid "The maximum number of filters (%d) was reached."
 msgstr ""
 
 #: src/audio_output/input.c:80 src/audio_output/input.c:126
-#: src/input/es_out.c:361 src/libvlc.h:417 src/video_output/video_output.c:421
+#: src/input/es_out.c:361 src/libvlc.h:421 src/video_output/video_output.c:421
 #: modules/codec/ffmpeg/postprocess.c:94
 msgid "Disable"
 msgstr "關閉"
@@ -774,13 +774,14 @@ msgid "VLC could not open the decoder module."
 msgstr ""
 
 #: src/input/decoder.c:136
-msgid "No suitable decoder module for FOURCC \"4.4s\" found"
+msgid "No suitable decoder module for format"
 msgstr ""
 
 #: src/input/decoder.c:137
+#, c-format
 msgid ""
-"VLC probably does not support this audio or video format. Regrettably, there "
-"is no way for you to fix this."
+"VLC probably does not support the “%4.4s” audio or video format. "
+"Unfortunately there is no way for you to fix this."
 msgstr ""
 
 #: src/input/es_out.c:383 src/input/es_out.c:385 src/input/es_out.c:391
@@ -791,7 +792,7 @@ msgid "Track %i"
 msgstr "音軌 %i"
 
 #: src/input/es_out.c:465 src/input/es_out.c:467 src/input/es_out.c:567
-#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:443
+#: src/input/es_out.c:574 src/input/var.c:125 src/libvlc.h:447
 #: modules/gui/macosx/intf.m:548 modules/gui/macosx/intf.m:549
 msgid "Program"
 msgstr "程式"
@@ -830,8 +831,8 @@ msgstr ""
 msgid "Bits per sample"
 msgstr ""
 
-#: src/input/es_out.c:1605 modules/access_output/shout.c:86
-#: modules/access/pvr.c:84
+#: src/input/es_out.c:1605 modules/access/pvr.c:84
+#: modules/access_output/shout.c:86
 msgid "Bitrate"
 msgstr "位元率"
 
@@ -883,7 +884,7 @@ msgstr ""
 msgid "Bookmark"
 msgstr "書籤"
 
-#: src/input/var.c:131 src/libvlc.h:449
+#: src/input/var.c:131 src/libvlc.h:453
 msgid "Programs"
 msgstr "程式"
 
@@ -1542,127 +1543,137 @@ msgid ""
 msgstr ""
 
 #: src/libvlc.h:278
+#, fuzzy
+msgid "Embedded video"
+msgstr "影像視訊輸出"
+
+#: src/libvlc.h:280
+#, fuzzy
+msgid "Embed the video output in the main interface."
+msgstr "VLC介面設定"
+
+#: src/libvlc.h:282
 msgid "Fullscreen video output"
 msgstr "全螢幕視訊輸出"
 
-#: src/libvlc.h:280
+#: src/libvlc.h:284
 msgid "Start video in fullscreen mode"
 msgstr ""
 
-#: src/libvlc.h:282
+#: src/libvlc.h:286
 msgid "Overlay video output"
 msgstr ""
 
-#: src/libvlc.h:284
+#: src/libvlc.h:288
 msgid ""
 "Overlay is the hardware acceleration capability of your video card (ability "
 "to render video directly). VLC will try to use it by default."
 msgstr ""
 
-#: src/libvlc.h:287 src/video_output/vout_intf.c:399
+#: src/libvlc.h:291 src/video_output/vout_intf.c:399
 msgid "Always on top"
 msgstr "永遠在最上層"
 
-#: src/libvlc.h:289
+#: src/libvlc.h:293
 msgid "Always place the video window on top of other windows."
 msgstr "永遠讓視訊視窗顯示在其他視窗之上"
 
-#: src/libvlc.h:291
+#: src/libvlc.h:295
 msgid "Disable screensaver"
 msgstr ""
 
-#: src/libvlc.h:292
+#: src/libvlc.h:296
 msgid "Disable the screensaver during video playback."
 msgstr ""
 
-#: src/libvlc.h:294
+#: src/libvlc.h:298
 msgid "Window decorations"
 msgstr ""
 
-#: src/libvlc.h:296
+#: src/libvlc.h:300
 #, fuzzy
 msgid ""
 "VLC can avoid creating window caption, frames, etc... around the video, "
 "giving a \"minimal\" window."
 msgstr "如果該選項開啟,VLC會使用全螢幕模式開啟視訊"
 
-#: src/libvlc.h:299
+#: src/libvlc.h:303
 #, fuzzy
 msgid "Video output filter module"
 msgstr "視訊輸出模組"
 
-#: src/libvlc.h:301
+#: src/libvlc.h:305
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
 "instance deinterlacing, or to clone or distort the video window."
 msgstr ""
 
-#: src/libvlc.h:305
+#: src/libvlc.h:309
 msgid "Video filter module"
 msgstr "視訊過濾器模組"
 
-#: src/libvlc.h:307
+#: src/libvlc.h:311
 msgid ""
 "This adds post-processing filters to enhance the picture quality, for "
 "instance deinterlacing, or distortthe video."
 msgstr ""
 
-#: src/libvlc.h:311
+#: src/libvlc.h:315
 #, fuzzy
 msgid "Video snapshot directory (or filename)"
 msgstr "視訊快照目錄"
 
-#: src/libvlc.h:313
+#: src/libvlc.h:317
 #, fuzzy
 msgid "Directory where the video snapshots will be stored."
 msgstr "允許你指定視訊快照的存放目錄"
 
-#: src/libvlc.h:315 src/libvlc.h:317
+#: src/libvlc.h:319 src/libvlc.h:321
 #, fuzzy
 msgid "Video snapshot file prefix"
 msgstr "視訊快照格式"
 
-#: src/libvlc.h:319
+#: src/libvlc.h:323
 msgid "Video snapshot format"
 msgstr "視訊快照格式"
 
-#: src/libvlc.h:321
+#: src/libvlc.h:325
 msgid "Image format which will be used to store the video snapshots"
 msgstr ""
 
-#: src/libvlc.h:323
+#: src/libvlc.h:327
 #, fuzzy
 msgid "Display video snapshot preview"
 msgstr "擷取視訊快照"
 
-#: src/libvlc.h:325
+#: src/libvlc.h:329
 msgid "Display the snapshot preview in the screen's top-left corner."
 msgstr ""
 
-#: src/libvlc.h:327
+#: src/libvlc.h:331
 msgid "Use sequential numbers instead of timestamps"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:333
 msgid "Use sequential numbers instead of timestamps for snapshot numbering"
 msgstr ""
 
-#: src/libvlc.h:331
+#: src/libvlc.h:335
 #, fuzzy
 msgid "Video cropping"
 msgstr "視訊修整(右方)"
 
-#: src/libvlc.h:333
+#: src/libvlc.h:337
 msgid ""
 "This forces the cropping of the source video. Accepted formats are x:y (4:3, "
 "16:9, etc.) expressing the global image aspect."
 msgstr ""
 
-#: src/libvlc.h:337
+#: src/libvlc.h:341
 msgid "Source aspect ratio"
 msgstr ""
 
-#: src/libvlc.h:339
+#: src/libvlc.h:343
 msgid ""
 "This forces 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 "
@@ -1671,125 +1682,125 @@ msgid ""
 "(1.25, 1.3333, etc.) expressing pixel squareness."
 msgstr ""
 
-#: src/libvlc.h:346
+#: src/libvlc.h:350
 msgid "Custom crop ratios list"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:352
 msgid ""
 "Comma seperated list of crop ratios which will be added in the interface's "
 "crop ratios list."
 msgstr ""
 
-#: src/libvlc.h:351
+#: src/libvlc.h:355
 #, fuzzy
 msgid "Custom aspect ratios list"
 msgstr "採樣率"
 
-#: src/libvlc.h:353
+#: src/libvlc.h:357
 msgid ""
 "Comma seperated list of aspect ratios which will be added in the interface's "
 "aspect ratio list."
 msgstr ""
 
-#: src/libvlc.h:356
+#: src/libvlc.h:360
 msgid "Fix HDTV height"
 msgstr ""
 
-#: src/libvlc.h:358
+#: src/libvlc.h:362
 msgid ""
 "This allows proper handling of HDTV-1080 video format even if broken encoder "
 "incorrectly sets height to 1088 lines. You should only disable this option "
 "if your video has a non-standard format requiring all 1088 lines."
 msgstr ""
 
-#: src/libvlc.h:363
+#: src/libvlc.h:367
 #, fuzzy
 msgid "Monitor pixel aspect ratio"
 msgstr "採樣率"
 
-#: src/libvlc.h:365
+#: src/libvlc.h:369
 msgid ""
 "This forces the monitor aspect ratio. Most monitors have square pixels "
 "(1:1). If you have a 16:9 screen, you might need to change this to 4:3 in "
 "order to keep proportions."
 msgstr ""
 
-#: src/libvlc.h:370
+#: src/libvlc.h:374
 msgid "Skip frames"
 msgstr "略過頁面"
 
-#: src/libvlc.h:372
+#: src/libvlc.h:376
 msgid ""
 "This option enables framedropping on MPEG2 stream. Framedropping occurs when "
 "your computer is not powerful enough"
 msgstr ""
 
-#: src/libvlc.h:375
+#: src/libvlc.h:379
 #, fuzzy
 msgid "Drop late frames"
 msgstr "略過頁面"
 
-#: src/libvlc.h:377
+#: src/libvlc.h:381
 msgid ""
 "This drops frames that are late (arrive to the video output after their "
 "intended display date)."
 msgstr ""
 
-#: src/libvlc.h:380
+#: src/libvlc.h:384
 msgid "Quiet synchro"
 msgstr ""
 
-#: src/libvlc.h:382
+#: src/libvlc.h:386
 msgid ""
 "This avoids flooding the message log with debug output from the video output "
 "synchronization mechanism."
 msgstr ""
 
-#: src/libvlc.h:391
+#: src/libvlc.h:395
 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:396
+#: src/libvlc.h:400
 msgid ""
 "If you live in France, it is not allowed to workaround any Digital "
 "Restrictions Management measure."
 msgstr ""
 
-#: src/libvlc.h:399
+#: src/libvlc.h:403
 msgid "Clock reference average counter"
 msgstr ""
 
-#: src/libvlc.h:401
+#: src/libvlc.h:405
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
 msgstr ""
 
-#: src/libvlc.h:404
+#: src/libvlc.h:408
 msgid "Clock synchronisation"
 msgstr "時間同步"
 
-#: src/libvlc.h:406
+#: src/libvlc.h:410
 msgid ""
 "It is possible to disable the input clock synchronisation for real-time "
 "sources. Use this if you experience jerky playback of network streams."
 msgstr ""
 
-#: src/libvlc.h:410 modules/control/netsync.c:71
+#: src/libvlc.h:414 modules/control/netsync.c:71
 msgid "Network synchronisation"
 msgstr ""
 
-#: src/libvlc.h:411
+#: src/libvlc.h:415
 msgid ""
 "This allows you to remotely synchronise clocks for server and client. The "
 "detailed settings are available in Advanced / Network Sync."
 msgstr ""
 
-#: src/libvlc.h:417 src/libvlc.h:964 src/video_output/vout_intf.c:261
+#: src/libvlc.h:421 src/libvlc.h:972 src/video_output/vout_intf.c:261
 #: src/video_output/vout_intf.c:348 modules/access/dshow/dshow.cpp:74
 #: modules/access/dshow/dshow.cpp:76 modules/access/dshow/dshow.cpp:79
 #: modules/access/dshow/dshow.cpp:85 modules/audio_output/alsa.c:102
@@ -1802,7 +1813,7 @@ msgstr ""
 msgid "Default"
 msgstr "預設"
 
-#: src/libvlc.h:417 modules/gui/macosx/equalizer.m:145
+#: src/libvlc.h:421 modules/gui/macosx/equalizer.m:145
 #: modules/gui/macosx/extended.m:113 modules/gui/macosx/wizard.m:395
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:633
 #: modules/gui/wxwidgets/extrapanel.cpp:216
@@ -1810,190 +1821,190 @@ msgstr "預設"
 msgid "Enable"
 msgstr "å•Ÿå‹•"
 
-#: src/libvlc.h:419
+#: src/libvlc.h:423
 msgid "UDP port"
 msgstr ""
 
-#: src/libvlc.h:421
+#: src/libvlc.h:425
 #, fuzzy
 msgid "This is the default port used for UDP streams. Default is 1234."
 msgstr "預設的音樂CD裝置"
 
-#: src/libvlc.h:423
+#: src/libvlc.h:427
 msgid "MTU of the network interface"
 msgstr ""
 
-#: src/libvlc.h:425
+#: src/libvlc.h:429
 msgid ""
 "This is the maximum packet size that can be transmitted over the network "
 "interface. On Ethernet it is usually 1500 bytes."
 msgstr ""
 
-#: src/libvlc.h:428
+#: src/libvlc.h:432
 msgid "Hop limit (TTL)"
 msgstr ""
 
-#: src/libvlc.h:430
+#: src/libvlc.h:434
 msgid ""
 "This is the hop limit (also known as \"Time-To-Live\" or TTL) of the "
 "multicast packets sent by the stream output (0 = use operating system built-"
 "in default)."
 msgstr ""
 
-#: src/libvlc.h:434
+#: src/libvlc.h:438
 #, fuzzy
 msgid "IPv6 multicast output interface"
 msgstr "搖桿控制介面"
 
-#: src/libvlc.h:436
+#: src/libvlc.h:440
 msgid "Default IPv6 multicast interface. This overrides the routing table."
 msgstr ""
 
-#: src/libvlc.h:438
+#: src/libvlc.h:442
 #, fuzzy
 msgid "IPv4 multicast output interface address"
 msgstr "搖桿控制介面"
 
-#: src/libvlc.h:440
+#: src/libvlc.h:444
 msgid ""
 "IPv4 adress for the default multicast interface. This overrides the routing "
 "table."
 msgstr ""
 
-#: src/libvlc.h:445
+#: src/libvlc.h:449
 msgid ""
 "Choose the program to select by giving its Service ID. Only use this option "
 "if you want to read a multi-program stream (like DVB streams for example)."
 msgstr ""
 
-#: src/libvlc.h:451
+#: src/libvlc.h:455
 msgid ""
 "Choose the programs to select by giving a comma-separated list of Service "
 "IDs (SIDs). Only use this option if you want to read a multi-program stream "
 "(like DVB streams for example)."
 msgstr ""
 
-#: src/libvlc.h:457 modules/gui/wxwidgets/dialogs/open.cpp:779
+#: src/libvlc.h:461 modules/gui/wxwidgets/dialogs/open.cpp:779
 #, fuzzy
 msgid "Audio track"
 msgstr "音訊軌"
 
-#: src/libvlc.h:459
+#: src/libvlc.h:463
 #, fuzzy
 msgid "Stream number of the audio track to use (from 0 to n)."
 msgstr "設定你想使用的音訊頻道的串流數量(從0到n)"
 
-#: src/libvlc.h:462 modules/gui/wxwidgets/dialogs/open.cpp:771
+#: src/libvlc.h:466 modules/gui/wxwidgets/dialogs/open.cpp:771
 msgid "Subtitles track"
 msgstr "字幕軌"
 
-#: src/libvlc.h:464
+#: src/libvlc.h:468
 #, fuzzy
 msgid "Stream number of the subtitle track to use (from 0 to n)."
 msgstr "設定你想使用的音訊頻道的串流數量(從0到n)"
 
-#: src/libvlc.h:467
+#: src/libvlc.h:471
 #, fuzzy
 msgid "Audio language"
 msgstr "選擇音訊語言"
 
-#: src/libvlc.h:469
+#: src/libvlc.h:473
 #, fuzzy
 msgid ""
 "Language of the audio track you want to use (comma separated, two or three "
 "letter country code)."
 msgstr "設定你想使用的音訊頻道的串流數量(從0到n)"
 
-#: src/libvlc.h:472
+#: src/libvlc.h:476
 #, fuzzy
 msgid "Subtitle language"
 msgstr "選擇音訊語言"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:478
 #, fuzzy
 msgid ""
 "Language of the subtitle track you want to use (comma separated, two or tree "
 "letter country code)."
 msgstr "設定你想使用的音訊頻道的串流數量(從0到n)"
 
-#: src/libvlc.h:478
+#: src/libvlc.h:482
 #, fuzzy
 msgid "Audio track ID"
 msgstr "音訊軌"
 
-#: src/libvlc.h:480
+#: src/libvlc.h:484
 #, fuzzy
 msgid "Stream ID of the audio track to use."
 msgstr "設定你想使用的音訊頻道的串流數量(從0到n)"
 
-#: src/libvlc.h:482
+#: src/libvlc.h:486
 #, fuzzy
 msgid "Subtitles track ID"
 msgstr "字幕軌"
 
-#: src/libvlc.h:484
+#: src/libvlc.h:488
 #, fuzzy
 msgid "Stream ID of the subtitle track to use."
 msgstr "設定你想使用的音訊頻道的串流數量(從0到n)"
 
-#: src/libvlc.h:486
+#: src/libvlc.h:490
 msgid "Input repetitions"
 msgstr ""
 
-#: src/libvlc.h:488
+#: src/libvlc.h:492
 msgid "Number of time the same input will be repeated"
 msgstr ""
 
-#: src/libvlc.h:490
+#: src/libvlc.h:494
 msgid "Start time"
 msgstr ""
 
-#: src/libvlc.h:492
+#: src/libvlc.h:496
 msgid "The stream will start at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:494
+#: src/libvlc.h:498
 #, fuzzy
 msgid "Stop time"
 msgstr "停止串流"
 
-#: src/libvlc.h:496
+#: src/libvlc.h:500
 msgid "The stream will stop at this position (in seconds)."
 msgstr ""
 
-#: src/libvlc.h:498
+#: src/libvlc.h:502
 msgid "Input list"
 msgstr "輸入清單"
 
-#: src/libvlc.h:500
+#: src/libvlc.h:504
 msgid ""
 "You can give a comma-separated list of inputs that will be concatenated "
 "together after the normal one."
 msgstr ""
 
-#: src/libvlc.h:503
+#: src/libvlc.h:507
 msgid "Input slave (experimental)"
 msgstr ""
 
-#: src/libvlc.h:505
+#: src/libvlc.h:509
 msgid ""
 "This allows you to play from several inputs at the same time. This feature "
 "is experimental, not all formats are supported. Use a '#' separated list of "
 "inputs."
 msgstr ""
 
-#: src/libvlc.h:509
+#: src/libvlc.h:513
 msgid "Bookmarks list for a stream"
 msgstr "串流書籤清單"
 
-#: src/libvlc.h:511
+#: src/libvlc.h:515
 msgid ""
 "You can manually give a list of bookmarks for a stream in the form "
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
 "{...}\""
 msgstr ""
 
-#: src/libvlc.h:517
+#: src/libvlc.h:521
 msgid ""
 "These options allow you to modify the behavior of the subpictures subsystem. "
 "You can for example enable subpictures filters (logo, etc.). Enable these "
@@ -2001,32 +2012,32 @@ msgid ""
 "section. You can also set many miscellaneous subpictures options."
 msgstr ""
 
-#: src/libvlc.h:523
+#: src/libvlc.h:527
 #, fuzzy
 msgid "Force subtitle position"
 msgstr "強制SPU位置"
 
-#: src/libvlc.h:525
+#: src/libvlc.h:529
 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:528
+#: src/libvlc.h:532
 #, fuzzy
 msgid "Enable sub-pictures"
 msgstr "字幕"
 
-#: src/libvlc.h:530
+#: src/libvlc.h:534
 msgid "You can completely disable the sub-picture processing."
 msgstr ""
 
-#: src/libvlc.h:532 src/libvlc.h:1324 src/misc/iso-639_def.h:143
+#: src/libvlc.h:536 src/libvlc.h:1334 src/misc/iso-639_def.h:143
 #: modules/stream_out/transcode.c:281
 msgid "On Screen Display"
 msgstr "畫面上顯示(OSD)"
 
-#: src/libvlc.h:534
+#: src/libvlc.h:538
 #, fuzzy
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
@@ -2035,43 +2046,43 @@ msgstr ""
 "VLC可以在視訊上顯示訊息,稱之為OSD(On Screen Display),你可以在這裡關閉這項功"
 "能"
 
-#: src/libvlc.h:537
+#: src/libvlc.h:541
 #, fuzzy
 msgid "Text rendering module"
 msgstr "字體表現"
 
-#: src/libvlc.h:539
+#: src/libvlc.h:543
 msgid ""
 "VLC normally uses Freetype for rendering, but this allows you to use svg for "
 "instance."
 msgstr ""
 
-#: src/libvlc.h:542
+#: src/libvlc.h:546
 msgid "Subpictures filter module"
 msgstr ""
 
-#: src/libvlc.h:544
+#: src/libvlc.h:548
 msgid ""
 "This adds so-called \"subpicture filters\". These filters overlay some "
 "images or text over the video (like a logo, arbitraty text...)."
 msgstr ""
 
-#: src/libvlc.h:547
+#: src/libvlc.h:551
 msgid "Autodetect subtitle files"
 msgstr "自動偵測字幕檔"
 
-#: src/libvlc.h:549
+#: src/libvlc.h:553
 #, fuzzy
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified "
 "(based on the filename of the movie)."
 msgstr "如果不指定字幕檔案名稱,就自動地偵測字幕檔"
 
-#: src/libvlc.h:552
+#: src/libvlc.h:556
 msgid "Subtitle autodetection fuzziness"
 msgstr "字幕自動偵測模糊化"
 
-#: src/libvlc.h:554
+#: src/libvlc.h:558
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -2088,457 +2099,457 @@ msgstr ""
 "3 = 字幕檔與電影名稱吻合並包含其他字元\n"
 "4 = 字幕檔與電影名稱完全吻合"
 
-#: src/libvlc.h:562
+#: src/libvlc.h:566
 msgid "Subtitle autodetection paths"
 msgstr "字幕自動偵測路徑"
 
-#: src/libvlc.h:564
+#: src/libvlc.h:568
 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:567
+#: src/libvlc.h:571
 msgid "Use subtitle file"
 msgstr "使用字幕檔"
 
-#: src/libvlc.h:569
+#: src/libvlc.h:573
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
 msgstr "當自動偵測字幕檔無效的時候,載入這個字幕檔"
 
-#: src/libvlc.h:572
+#: src/libvlc.h:576
 msgid "DVD device"
 msgstr "DVD裝置"
 
-#: src/libvlc.h:575
+#: src/libvlc.h:579
 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:579
+#: src/libvlc.h:583
 msgid "This is the default DVD device to use."
 msgstr "預設的DVD裝置"
 
-#: src/libvlc.h:582
+#: src/libvlc.h:586
 msgid "VCD device"
 msgstr "VCD裝置"
 
-#: src/libvlc.h:585
+#: src/libvlc.h:589
 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:589
+#: src/libvlc.h:593
 msgid "This is the default VCD device to use."
 msgstr "預設的VCD裝置"
 
-#: src/libvlc.h:592
+#: src/libvlc.h:596
 msgid "Audio CD device"
 msgstr "音樂CD裝置"
 
-#: src/libvlc.h:595
+#: src/libvlc.h:599
 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 "預設的音樂CD裝置,如果你不指定,程式將會自動掃描適合的光碟機"
 
-#: src/libvlc.h:599
+#: src/libvlc.h:603
 msgid "This is the default Audio CD device to use."
 msgstr "預設的音樂CD裝置"
 
-#: src/libvlc.h:602 modules/gui/wxwidgets/dialogs/open.cpp:841
+#: src/libvlc.h:606 modules/gui/wxwidgets/dialogs/open.cpp:841
 msgid "Force IPv6"
 msgstr "強制使用IPv6"
 
-#: src/libvlc.h:604
+#: src/libvlc.h:608
 #, fuzzy
 msgid "IPv6 will be used by default for all connections."
 msgstr "選取這項功能,將會對所有的UDP及HTTP連線使用IPv6"
 
-#: src/libvlc.h:606
+#: src/libvlc.h:610
 msgid "Force IPv4"
 msgstr "強制使用IPv4"
 
-#: src/libvlc.h:608
+#: src/libvlc.h:612
 #, fuzzy
 msgid "IPv4 will be used by default for all connections."
 msgstr "選取這項功能,將會對所有的UDP及HTTP連線使用IPv4"
 
-#: src/libvlc.h:610
+#: src/libvlc.h:614
 msgid "TCP connection timeout"
 msgstr ""
 
-#: src/libvlc.h:612
+#: src/libvlc.h:616
 #, fuzzy
 msgid "Default TCP connection timeout (in milliseconds). "
 msgstr "變更預設快取值(ms)"
 
-#: src/libvlc.h:614
+#: src/libvlc.h:618
 msgid "SOCKS server"
 msgstr "SOCKS伺服器"
 
-#: src/libvlc.h:616
+#: src/libvlc.h:620
 msgid ""
 "SOCKS proxy server to use. This must be of the form address:port. It will be "
 "used for all TCP connections"
 msgstr ""
 
-#: src/libvlc.h:619
+#: src/libvlc.h:623
 msgid "SOCKS user name"
 msgstr "SOCKS使用者名稱"
 
-#: src/libvlc.h:621
+#: src/libvlc.h:625
 msgid "User name to be used for connection to the SOCKS proxy."
 msgstr ""
 
-#: src/libvlc.h:623
+#: src/libvlc.h:627
 msgid "SOCKS password"
 msgstr "SOCKS密碼"
 
-#: src/libvlc.h:625
+#: src/libvlc.h:629
 msgid "Password to be used for connection to the SOCKS proxy."
 msgstr ""
 
-#: src/libvlc.h:627
+#: src/libvlc.h:631
 msgid "Title metadata"
 msgstr ""
 
-#: src/libvlc.h:629
+#: src/libvlc.h:633
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:631
+#: src/libvlc.h:635
 msgid "Author metadata"
 msgstr ""
 
-#: src/libvlc.h:633
+#: src/libvlc.h:637
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:635
+#: src/libvlc.h:639
 msgid "Artist metadata"
 msgstr ""
 
-#: src/libvlc.h:637
+#: src/libvlc.h:641
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:639
+#: src/libvlc.h:643
 msgid "Genre metadata"
 msgstr ""
 
-#: src/libvlc.h:641
+#: src/libvlc.h:645
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:643
+#: src/libvlc.h:647
 msgid "Copyright metadata"
 msgstr ""
 
-#: src/libvlc.h:645
+#: src/libvlc.h:649
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:647
+#: src/libvlc.h:651
 msgid "Description metadata"
 msgstr ""
 
-#: src/libvlc.h:649
+#: src/libvlc.h:653
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:651
+#: src/libvlc.h:655
 msgid "Date metadata"
 msgstr ""
 
-#: src/libvlc.h:653
+#: src/libvlc.h:657
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:655
+#: src/libvlc.h:659
 msgid "URL metadata"
 msgstr ""
 
-#: src/libvlc.h:657
+#: src/libvlc.h:661
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:661
+#: src/libvlc.h:665
 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:665
+#: src/libvlc.h:669
 #, fuzzy
 msgid "Preferred decoders list"
 msgstr "偏好的編碼器清單"
 
-#: src/libvlc.h:667
+#: src/libvlc.h:671
 msgid ""
 "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. Only advanced "
 "users should alter this option as it can break playback of all your streams."
 msgstr ""
 
-#: src/libvlc.h:672
+#: src/libvlc.h:676
 msgid "Preferred encoders list"
 msgstr "偏好的編碼器清單"
 
-#: src/libvlc.h:674
+#: src/libvlc.h:678
 #, fuzzy
 msgid ""
 "This allows you to select a list of encoders that VLC will use in priority."
 msgstr "允許你選擇編碼器清單,VLC會依照先後順序使用"
 
-#: src/libvlc.h:683
+#: src/libvlc.h:687
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
 msgstr ""
 
-#: src/libvlc.h:686
+#: src/libvlc.h:690
 #, fuzzy
 msgid "Default stream output chain"
 msgstr "雙工串流輸出"
 
-#: src/libvlc.h:688
+#: src/libvlc.h:692
 msgid ""
 "You can enter here a default stream output chain. Refer to the documentation "
 "to learn how to build such chains.Warning: this chain will be enabled for "
 "all streams."
 msgstr ""
 
-#: src/libvlc.h:692
+#: src/libvlc.h:696
 msgid "Enable streaming of all ES"
 msgstr ""
 
-#: src/libvlc.h:694
+#: src/libvlc.h:698
 msgid "Stream all elementary streams (video, audio and subtitles)"
 msgstr ""
 
-#: src/libvlc.h:696
+#: src/libvlc.h:700
 msgid "Display while streaming"
 msgstr "串流時顯示"
 
-#: src/libvlc.h:698
+#: src/libvlc.h:702
 #, fuzzy
 msgid "Play locally the stream while streaming it."
 msgstr "允許你在串流時播放該串流"
 
-#: src/libvlc.h:700
+#: src/libvlc.h:704
 msgid "Enable video stream output"
 msgstr "啟動視訊串流輸出"
 
-#: src/libvlc.h:702
+#: src/libvlc.h:706
 msgid ""
 "Choose whether the video stream should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:705
+#: src/libvlc.h:709
 msgid "Enable audio stream output"
 msgstr "啟動音訊串流輸出"
 
-#: src/libvlc.h:707
+#: src/libvlc.h:711
 msgid ""
 "Choose whether the audio stream should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:710
+#: src/libvlc.h:714
 #, fuzzy
 msgid "Enable SPU stream output"
 msgstr "啟動音訊串流輸出"
 
-#: src/libvlc.h:712
+#: src/libvlc.h:716
 msgid ""
 "Choose whether the SPU streams should be redirected to the stream output "
 "facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:715
+#: src/libvlc.h:719
 msgid "Keep stream output open"
 msgstr "持續開啟串流輸出"
 
-#: src/libvlc.h:717
+#: src/libvlc.h:721
 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:721
+#: src/libvlc.h:725
 msgid "Preferred packetizer list"
 msgstr "偏好的封包器清單"
 
-#: src/libvlc.h:723
+#: src/libvlc.h:727
 msgid ""
 "This allows you to select the order in which VLC will choose its packetizers."
 msgstr ""
 
-#: src/libvlc.h:726
+#: src/libvlc.h:730
 msgid "Mux module"
 msgstr "多工模組"
 
-#: src/libvlc.h:728
+#: src/libvlc.h:732
 msgid "This is a legacy entry to let you configure mux modules"
 msgstr ""
 
-#: src/libvlc.h:730
+#: src/libvlc.h:734
 msgid "Access output module"
 msgstr "存取輸出模組"
 
-#: src/libvlc.h:732
+#: src/libvlc.h:736
 msgid "This is a legacy entry to let you configure access output modules"
 msgstr ""
 
-#: src/libvlc.h:734
+#: src/libvlc.h:738
 msgid "Control SAP flow"
 msgstr "控制SAP流量"
 
-#: src/libvlc.h:736
+#: src/libvlc.h:740
 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:740
+#: src/libvlc.h:744
 msgid "SAP announcement interval"
 msgstr ""
 
-#: src/libvlc.h:742
+#: src/libvlc.h:746
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
 "between SAP announcements."
 msgstr ""
 
-#: src/libvlc.h:752
+#: src/libvlc.h:756
 msgid ""
 "These options allow you to enable special CPU optimizations. You should "
 "always leave all these enabled."
 msgstr ""
 
-#: src/libvlc.h:755
+#: src/libvlc.h:759
 #, fuzzy
 msgid "Enable FPU support"
 msgstr "啟用CPU MMX支援"
 
-#: src/libvlc.h:757
+#: src/libvlc.h:761
 #, fuzzy
 msgid ""
 "If your processor has a floating point calculation unit, VLC can take "
 "advantage of it."
 msgstr "如果你的處裡器支援AltiVec指令集,VLC可以對它做最佳化"
 
-#: src/libvlc.h:760
+#: src/libvlc.h:764
 msgid "Enable CPU MMX support"
 msgstr "啟用CPU MMX支援"
 
-#: src/libvlc.h:762
+#: src/libvlc.h:766
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
 msgstr "如果你的處裡器支援MMX指令集,VLC可以對它做最佳化"
 
-#: src/libvlc.h:765
+#: src/libvlc.h:769
 msgid "Enable CPU 3D Now! support"
 msgstr "啟用CPU 3D Now!支援"
 
-#: src/libvlc.h:767
+#: src/libvlc.h:771
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
 msgstr "如果你的處裡器支援3D Now!指令集,VLC可以對它做最佳化"
 
-#: src/libvlc.h:770
+#: src/libvlc.h:774
 msgid "Enable CPU MMX EXT support"
 msgstr "啟用CPU MMX EXT支援"
 
-#: src/libvlc.h:772
+#: src/libvlc.h:776
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
 msgstr "如果你的處裡器支援MMX EXT指令集,VLC可以對它做最佳化"
 
-#: src/libvlc.h:775
+#: src/libvlc.h:779
 msgid "Enable CPU SSE support"
 msgstr "啟用CPU SSE支援"
 
-#: src/libvlc.h:777
+#: src/libvlc.h:781
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
 msgstr "如果你的處裡器支援SSE指令集,VLC可以對它做最佳化"
 
-#: src/libvlc.h:780
+#: src/libvlc.h:784
 msgid "Enable CPU SSE2 support"
 msgstr "啟用CPU SSE2支援"
 
-#: src/libvlc.h:782
+#: src/libvlc.h:786
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
 "of them."
 msgstr "如果你的處裡器支援SSE2指令集,VLC可以對它做最佳化"
 
-#: src/libvlc.h:785
+#: src/libvlc.h:789
 msgid "Enable CPU AltiVec support"
 msgstr "啟用CPU AltiVec支援"
 
-#: src/libvlc.h:787
+#: src/libvlc.h:791
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
 msgstr "如果你的處裡器支援AltiVec指令集,VLC可以對它做最佳化"
 
-#: src/libvlc.h:792
+#: src/libvlc.h:796
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:795
+#: src/libvlc.h:799
 msgid "Memory copy module"
 msgstr "記憶體複製模組"
 
-#: src/libvlc.h:797
+#: src/libvlc.h:801
 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:800
+#: src/libvlc.h:804
 msgid "Access module"
 msgstr "存取模組"
 
-#: src/libvlc.h:802
+#: src/libvlc.h:806
 msgid ""
 "This allows you to force an access module. You can use it if the correct "
 "access is not automatically detected. You should not set this as a global "
 "option unless you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:806
+#: src/libvlc.h:810
 #, fuzzy
 msgid "Access filter module"
 msgstr "存取模組"
 
-#: src/libvlc.h:808
+#: src/libvlc.h:812
 msgid ""
 "Access filters are used to modify the stream that is being read. This is "
 "used for instance for timeshifting."
 msgstr ""
 
-#: src/libvlc.h:811
+#: src/libvlc.h:815
 msgid "Demux module"
 msgstr "解多工模組"
 
-#: src/libvlc.h:813
+#: src/libvlc.h:817
 msgid ""
 "Demultiplexers are used to separate the \"elementary\" streams (like audio "
 "and video streams). You can use it if the correct demuxer is not "
@@ -2546,11 +2557,11 @@ msgid ""
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:818
+#: src/libvlc.h:822
 msgid "Allow real-time priority"
 msgstr "允許即時優先權"
 
-#: src/libvlc.h:820
+#: src/libvlc.h:824
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -2558,97 +2569,97 @@ msgid ""
 "only activate this if you know what you're doing."
 msgstr ""
 
-#: src/libvlc.h:826
+#: src/libvlc.h:830
 msgid "Adjust VLC priority"
 msgstr "調整VLC優先權"
 
-#: src/libvlc.h:828
+#: src/libvlc.h:832
 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:832
+#: src/libvlc.h:836
 msgid "Minimize number of threads"
 msgstr "最小執行緒數量"
 
-#: src/libvlc.h:834
+#: src/libvlc.h:838
 msgid "This option minimizes the number of threads needed to run VLC."
 msgstr ""
 
-#: src/libvlc.h:836
+#: src/libvlc.h:840
 msgid "Modules search path"
 msgstr "模組搜尋路徑"
 
-#: src/libvlc.h:838
+#: src/libvlc.h:842
 #, fuzzy
 msgid "Additional path for VLC to look for its modules."
 msgstr "這個選項允許你指定其他的VLC模組搜尋路徑"
 
-#: src/libvlc.h:840
+#: src/libvlc.h:844
 msgid "VLM configuration file"
 msgstr "VLM設定檔"
 
-#: src/libvlc.h:842
+#: src/libvlc.h:846
 msgid "Read a VLM configuration file as soon as VLM is started."
 msgstr ""
 
-#: src/libvlc.h:844
+#: src/libvlc.h:848
 msgid "Use a plugins cache"
 msgstr "使用外掛快取"
 
-#: src/libvlc.h:846
+#: src/libvlc.h:850
 msgid "Use a plugins cache which will greatly improve the startup time of VLC."
 msgstr ""
 
-#: src/libvlc.h:848
+#: src/libvlc.h:852
 msgid "Collect statistics"
 msgstr ""
 
-#: src/libvlc.h:850
+#: src/libvlc.h:854
 #, fuzzy
 msgid "Collect miscellaneous statistics."
 msgstr "這個選項允許你選擇控制介面"
 
-#: src/libvlc.h:852
+#: src/libvlc.h:856
 msgid "Run as daemon process"
 msgstr "使用常駐程序執行"
 
-#: src/libvlc.h:854
+#: src/libvlc.h:858
 msgid "Runs VLC as a background daemon process."
 msgstr "使用背景常駐程序執行VLC"
 
-#: src/libvlc.h:856
+#: src/libvlc.h:860
 msgid "Write process id to file"
 msgstr ""
 
-#: src/libvlc.h:858
+#: src/libvlc.h:862
 msgid "Writes process id into specified file."
 msgstr ""
 
-#: src/libvlc.h:860
+#: src/libvlc.h:864
 #, fuzzy
 msgid "Log to file"
 msgstr "Logo檔名"
 
-#: src/libvlc.h:862
+#: src/libvlc.h:866
 msgid "Log all VLC messages to a text file."
 msgstr ""
 
-#: src/libvlc.h:864
+#: src/libvlc.h:868
 msgid "Log to syslog"
 msgstr ""
 
-#: src/libvlc.h:866
+#: src/libvlc.h:870
 msgid "Log all VLC messages to syslog (UNIX systems)."
 msgstr ""
 
-#: src/libvlc.h:868
+#: src/libvlc.h:872
 msgid "Allow only one running instance"
 msgstr ""
 
-#: src/libvlc.h:870
+#: src/libvlc.h:874
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
 "example if you associated VLC with some media types and you don't want a new "
@@ -2657,27 +2668,27 @@ msgid ""
 "running instance or enqueue it."
 msgstr ""
 
-#: src/libvlc.h:876
+#: src/libvlc.h:880
 msgid "VLC is started from file association"
 msgstr ""
 
-#: src/libvlc.h:878
+#: src/libvlc.h:882
 msgid "Tell VLC that it is being launched due to a file association in the OS"
 msgstr ""
 
-#: src/libvlc.h:881
+#: src/libvlc.h:885
 msgid "One instance when started from file"
 msgstr ""
 
-#: src/libvlc.h:883
+#: src/libvlc.h:887
 msgid "Allow only one running instance when started from file."
 msgstr ""
 
-#: src/libvlc.h:885
+#: src/libvlc.h:889
 msgid "Increase the priority of the process"
 msgstr "提高程序優先權"
 
-#: src/libvlc.h:887
+#: src/libvlc.h:891
 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 "
@@ -2687,22 +2698,22 @@ msgid ""
 "machine."
 msgstr ""
 
-#: src/libvlc.h:894
+#: src/libvlc.h:898
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr ""
 
-#: src/libvlc.h:896
+#: src/libvlc.h:900
 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:901
+#: src/libvlc.h:905
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr ""
 
-#: src/libvlc.h:904
+#: src/libvlc.h:908
 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 "
@@ -2711,202 +2722,212 @@ msgid ""
 "fastest but slightly incorrect), 1 (default) and 2."
 msgstr ""
 
-#: src/libvlc.h:913
+#: src/libvlc.h:917
 msgid "Enqueue items to playlist when in one instance mode"
 msgstr ""
 
-#: src/libvlc.h:915
+#: src/libvlc.h:919
 msgid ""
 "When using the one instance only option, enqueue items to playlist and keep "
 "playing current item."
 msgstr ""
 
-#: src/libvlc.h:924
+#: src/libvlc.h:928
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
 msgstr ""
 
-#: src/libvlc.h:927
+#: src/libvlc.h:931
 msgid "Automatically preparse files"
 msgstr ""
 
-#: src/libvlc.h:929
+#: src/libvlc.h:933
 msgid ""
 "Automatically preparse files added to the playlist (to retrieve some "
 "metadata)."
 msgstr ""
 
-#: src/libvlc.h:932
+#: src/libvlc.h:936
 msgid "Services discovery modules"
 msgstr "服務探索模組"
 
-#: src/libvlc.h:934
+#: src/libvlc.h:938
 msgid ""
 "Specifies the services discovery modules to load, separated by semi-colons. "
 "Typical values are sap, hal, ..."
 msgstr ""
 
-#: src/libvlc.h:937
+#: src/libvlc.h:941
 msgid "Play files randomly forever"
 msgstr "永遠隨機撥放檔案"
 
-#: src/libvlc.h:939
+#: src/libvlc.h:943
 #, fuzzy
 msgid "VLC will randomly play files in the playlist until interrupted."
 msgstr "選擇後,VLC會隨機地播放清單中的檔案,直到中斷"
 
-#: src/libvlc.h:941
+#: src/libvlc.h:945
 #, fuzzy
 msgid "Repeat all"
 msgstr "重複播放全部"
 
-#: src/libvlc.h:943
+#: src/libvlc.h:947
 #, fuzzy
 msgid "VLC will keep playing the playlist indefinitely."
 msgstr "啟動後,VLC會一遍又一遍地的播放目前播放清單中的項目"
 
-#: src/libvlc.h:945
+#: src/libvlc.h:949
 #, fuzzy
 msgid "Repeat current item"
 msgstr "重複播放目前項目"
 
-#: src/libvlc.h:947
+#: src/libvlc.h:951
 #, fuzzy
 msgid "VLC will keep playing the current playlist item."
 msgstr "啟動後,VLC會一遍又一遍地的播放目前播放清單中的項目"
 
-#: src/libvlc.h:949
+#: src/libvlc.h:953
 msgid "Play and stop"
 msgstr "播放和停止"
 
-#: src/libvlc.h:951
+#: src/libvlc.h:955
 msgid "Stop the playlist after each played playlist item."
 msgstr ""
 
-#: src/libvlc.h:953
+#: src/libvlc.h:957
+#, fuzzy
+msgid "Play and exit"
+msgstr "播放和停止"
+
+#: src/libvlc.h:959
+#, fuzzy
+msgid "Exit if there are no more items in the playlist."
+msgstr "播放清單中沒有項目"
+
+#: src/libvlc.h:961
 #, fuzzy
 msgid "Use media library"
 msgstr "VLC多媒體播放程式"
 
-#: src/libvlc.h:955
+#: src/libvlc.h:963
 msgid ""
 "The media library is automatically saved and reloaded each time you start "
 "VLC."
 msgstr ""
 
-#: src/libvlc.h:958
+#: src/libvlc.h:966
 #, fuzzy
 msgid "Use playlist tree"
 msgstr "下一個播放清單項目"
 
-#: src/libvlc.h:960
+#: src/libvlc.h:968
 msgid ""
 "The playlist can use a tree to categorize some items, like the contents of a "
 "directory. \"Default\" means that the tree will only be used when really "
 "needed."
 msgstr ""
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 #, fuzzy
 msgid "Always"
 msgstr "永遠在最上層"
 
-#: src/libvlc.h:964
+#: src/libvlc.h:972
 msgid "Never"
 msgstr ""
 
-#: src/libvlc.h:973
+#: src/libvlc.h:981
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr ""
 
-#: src/libvlc.h:976 src/video_output/vout_intf.c:408
+#: src/libvlc.h:984 src/video_output/vout_intf.c:408
 #: modules/gui/beos/VideoOutput.cpp:1057 modules/gui/macosx/applescript.m:126
-#: modules/gui/macosx/controls.m:338 modules/gui/macosx/controls.m:754
-#: modules/gui/macosx/controls.m:784 modules/gui/macosx/embeddedwindow.m:44
+#: modules/gui/macosx/controls.m:344 modules/gui/macosx/controls.m:760
+#: modules/gui/macosx/controls.m:790 modules/gui/macosx/embeddedwindow.m:44
 #: modules/gui/macosx/intf.m:497 modules/gui/macosx/intf.m:573
 #: modules/gui/macosx/intf.m:629
 msgid "Fullscreen"
 msgstr "全螢幕"
 
-#: src/libvlc.h:977
+#: src/libvlc.h:985
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr "選擇熱鍵以切換全螢幕狀態"
 
-#: src/libvlc.h:978 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
+#: src/libvlc.h:986 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:82
 #: modules/gui/wxwidgets/interface.cpp:1504
 msgid "Play/Pause"
 msgstr "播放/暫停"
 
-#: src/libvlc.h:979
+#: src/libvlc.h:987
 msgid "Select the hotkey to use to swap paused state."
 msgstr "選擇熱鍵以切換暫停狀態"
 
-#: src/libvlc.h:980
+#: src/libvlc.h:988
 msgid "Pause only"
 msgstr "僅暫停"
 
-#: src/libvlc.h:981
+#: src/libvlc.h:989
 msgid "Select the hotkey to use to pause."
 msgstr "選擇熱鍵以暫停"
 
-#: src/libvlc.h:982
+#: src/libvlc.h:990
 msgid "Play only"
 msgstr "僅播放"
 
-#: src/libvlc.h:983
+#: src/libvlc.h:991
 msgid "Select the hotkey to use to play."
 msgstr "選擇熱鍵以播放"
 
-#: src/libvlc.h:984 modules/control/hotkeys.c:713
-#: modules/gui/macosx/controls.m:687 modules/gui/macosx/intf.m:538
+#: src/libvlc.h:992 modules/control/hotkeys.c:713
+#: modules/gui/macosx/controls.m:693 modules/gui/macosx/intf.m:538
 #: modules/gui/wxwidgets/interface.cpp:695
 msgid "Faster"
 msgstr "加快"
 
-#: src/libvlc.h:985
+#: src/libvlc.h:993
 msgid "Select the hotkey to use for fast forward playback."
 msgstr "選擇熱鍵以快速重播"
 
-#: src/libvlc.h:986 modules/control/hotkeys.c:721
-#: modules/gui/macosx/controls.m:688 modules/gui/macosx/intf.m:539
+#: src/libvlc.h:994 modules/control/hotkeys.c:721
+#: modules/gui/macosx/controls.m:694 modules/gui/macosx/intf.m:539
 #: modules/gui/wxwidgets/interface.cpp:694
 msgid "Slower"
 msgstr "放慢"
 
-#: src/libvlc.h:987
+#: src/libvlc.h:995
 msgid "Select the hotkey to use for slow motion playback."
 msgstr "選擇熱鍵以慢速重播"
 
-#: src/libvlc.h:988 modules/control/hotkeys.c:680
-#: modules/gui/macosx/controls.m:708 modules/gui/macosx/intf.m:496
+#: src/libvlc.h:996 modules/control/hotkeys.c:680
+#: modules/gui/macosx/controls.m:714 modules/gui/macosx/intf.m:496
 #: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:617
 #: modules/gui/macosx/intf.m:625 modules/gui/macosx/wizard.m:313
 #: modules/gui/macosx/wizard.m:364 modules/gui/macosx/wizard.m:1606
 #: modules/gui/wxwidgets/interface.cpp:693
 #: modules/gui/wxwidgets/interface.cpp:1509
-#: modules/gui/wxwidgets/menus.cpp:258
+#: modules/gui/wxwidgets/menus.cpp:259
 msgid "Next"
 msgstr "下一項"
 
-#: src/libvlc.h:989
+#: src/libvlc.h:997
 msgid "Select the hotkey to use to skip to the next item in the playlist."
 msgstr "選擇熱鍵以播放清單中的下一個項目"
 
-#: src/libvlc.h:990 modules/control/hotkeys.c:692
-#: modules/gui/macosx/controls.m:707 modules/gui/macosx/intf.m:491
+#: src/libvlc.h:998 modules/control/hotkeys.c:692
+#: modules/gui/macosx/controls.m:713 modules/gui/macosx/intf.m:491
 #: modules/gui/macosx/intf.m:540 modules/gui/macosx/intf.m:618
 #: modules/gui/macosx/intf.m:624 modules/gui/wxwidgets/interface.cpp:692
 #: modules/gui/wxwidgets/interface.cpp:1508
-#: modules/gui/wxwidgets/menus.cpp:257
+#: modules/gui/wxwidgets/menus.cpp:258
 msgid "Previous"
 msgstr "上一項"
 
-#: src/libvlc.h:991
+#: src/libvlc.h:999
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
 msgstr "選擇熱鍵以播放清單中的上一個項目"
 
-#: src/libvlc.h:992 modules/gui/macosx/controls.m:699
+#: src/libvlc.h:1000 modules/gui/macosx/controls.m:705
 #: modules/gui/macosx/intf.m:494 modules/gui/macosx/intf.m:537
 #: modules/gui/macosx/intf.m:616 modules/gui/macosx/intf.m:623
 #: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
@@ -2914,566 +2935,566 @@ msgstr "選擇熱鍵以播放清單中的上一個項目"
 #: modules/gui/wxwidgets/interface.cpp:676
 #: modules/gui/wxwidgets/interface.cpp:687
 #: modules/gui/wxwidgets/interface.cpp:1510
-#: modules/gui/wxwidgets/menus.cpp:256 modules/visualization/xosd.c:237
+#: modules/gui/wxwidgets/menus.cpp:257 modules/visualization/xosd.c:237
 msgid "Stop"
 msgstr "停止"
 
-#: src/libvlc.h:993
+#: src/libvlc.h:1001
 #, fuzzy
 msgid "Select the hotkey to stop playback."
 msgstr "選擇熱鍵以停止重播"
 
-#: src/libvlc.h:994 modules/gui/macosx/bookmarks.m:101
+#: src/libvlc.h:1002 modules/gui/macosx/bookmarks.m:101
 #: modules/gui/macosx/bookmarks.m:110 modules/gui/macosx/embeddedwindow.m:46
 #: modules/gui/macosx/intf.m:499 modules/video_filter/marq.c:122
 #: modules/video_filter/rss.c:174
 msgid "Position"
 msgstr "位置"
 
-#: src/libvlc.h:995
+#: src/libvlc.h:1003
 msgid "Select the hotkey to display the position."
 msgstr "選擇熱鍵以顯示位置"
 
-#: src/libvlc.h:997
+#: src/libvlc.h:1005
 msgid "Very short backwards jump"
 msgstr ""
 
-#: src/libvlc.h:999
+#: src/libvlc.h:1007
 #, fuzzy
 msgid "Select the hotkey to make a very short backwards jump."
 msgstr "選擇熱鍵以向後5分鐘"
 
-#: src/libvlc.h:1000
+#: src/libvlc.h:1008
 msgid "Short backwards jump"
 msgstr ""
 
-#: src/libvlc.h:1002
+#: src/libvlc.h:1010
 #, fuzzy
 msgid "Select the hotkey to make a short backwards jump."
 msgstr "選擇熱鍵以向後10秒鐘"
 
-#: src/libvlc.h:1003
+#: src/libvlc.h:1011
 msgid "Medium backwards jump"
 msgstr ""
 
-#: src/libvlc.h:1005
+#: src/libvlc.h:1013
 #, fuzzy
 msgid "Select the hotkey to make a medium backwards jump."
 msgstr "選擇熱鍵以向後1分鐘"
 
-#: src/libvlc.h:1006
+#: src/libvlc.h:1014
 msgid "Long backwards jump"
 msgstr ""
 
-#: src/libvlc.h:1008
+#: src/libvlc.h:1016
 #, fuzzy
 msgid "Select the hotkey to make a long backwards jump."
 msgstr "選擇熱鍵以向後10秒鐘"
 
-#: src/libvlc.h:1010
+#: src/libvlc.h:1018
 msgid "Very short forward jump"
 msgstr ""
 
-#: src/libvlc.h:1012
+#: src/libvlc.h:1020
 #, fuzzy
 msgid "Select the hotkey to make a very short forward jump."
 msgstr "選擇熱鍵以快速重播"
 
-#: src/libvlc.h:1013
+#: src/libvlc.h:1021
 msgid "Short forward jump"
 msgstr ""
 
-#: src/libvlc.h:1015
+#: src/libvlc.h:1023
 #, fuzzy
 msgid "Select the hotkey to make a short forward jump."
 msgstr "選擇熱鍵以向前10秒鐘"
 
-#: src/libvlc.h:1016
+#: src/libvlc.h:1024
 msgid "Medium forward jump"
 msgstr ""
 
-#: src/libvlc.h:1018
+#: src/libvlc.h:1026
 #, fuzzy
 msgid "Select the hotkey to make a medium forward jump."
 msgstr "選擇熱鍵以向前1分鐘"
 
-#: src/libvlc.h:1019
+#: src/libvlc.h:1027
 msgid "Long forward jump"
 msgstr ""
 
-#: src/libvlc.h:1021
+#: src/libvlc.h:1029
 #, fuzzy
 msgid "Select the hotkey to make a long forward jump."
 msgstr "選擇熱鍵以向前10秒鐘"
 
-#: src/libvlc.h:1023
+#: src/libvlc.h:1031
 msgid "Very short jump length"
 msgstr ""
 
-#: src/libvlc.h:1024
+#: src/libvlc.h:1032
 msgid "Very short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1025
+#: src/libvlc.h:1033
 msgid "Short jump length"
 msgstr ""
 
-#: src/libvlc.h:1026
+#: src/libvlc.h:1034
 msgid "Short jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1027
+#: src/libvlc.h:1035
 msgid "Medium jump length"
 msgstr ""
 
-#: src/libvlc.h:1028
+#: src/libvlc.h:1036
 msgid "Medium jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1029
+#: src/libvlc.h:1037
 #, fuzzy
 msgid "Long jump length"
 msgstr "字型大小"
 
-#: src/libvlc.h:1030
+#: src/libvlc.h:1038
 msgid "Long jump length, in seconds."
 msgstr ""
 
-#: src/libvlc.h:1032 modules/control/hotkeys.c:258
+#: src/libvlc.h:1040 modules/control/hotkeys.c:258
 #: modules/gui/beos/InterfaceWindow.cpp:276
 msgid "Quit"
 msgstr "離開"
 
-#: src/libvlc.h:1033
+#: src/libvlc.h:1041
 msgid "Select the hotkey to quit the application."
 msgstr "選擇熱鍵以離開應用程式"
 
-#: src/libvlc.h:1034
+#: src/libvlc.h:1042
 msgid "Navigate up"
 msgstr "向上導覽"
 
-#: src/libvlc.h:1035
+#: src/libvlc.h:1043
 msgid "Select the key to move the selector up in DVD menus."
 msgstr "選擇按鍵以向上移動DVD選單中的選擇器"
 
-#: src/libvlc.h:1036
+#: src/libvlc.h:1044
 msgid "Navigate down"
 msgstr "向下導覽"
 
-#: src/libvlc.h:1037
+#: src/libvlc.h:1045
 msgid "Select the key to move the selector down in DVD menus."
 msgstr "選擇按鍵以向下移動DVD選單中的選擇器"
 
-#: src/libvlc.h:1038
+#: src/libvlc.h:1046
 msgid "Navigate left"
 msgstr "向左導覽"
 
-#: src/libvlc.h:1039
+#: src/libvlc.h:1047
 msgid "Select the key to move the selector left in DVD menus."
 msgstr "選擇按鍵以向左移動DVD選單中的選擇器"
 
-#: src/libvlc.h:1040
+#: src/libvlc.h:1048
 msgid "Navigate right"
 msgstr "向右導覽"
 
-#: src/libvlc.h:1041
+#: src/libvlc.h:1049
 msgid "Select the key to move the selector right in DVD menus."
 msgstr "選擇按鍵以向右移動DVD選單中的選擇器"
 
-#: src/libvlc.h:1042
+#: src/libvlc.h:1050
 msgid "Activate"
 msgstr "å•Ÿå‹•"
 
-#: src/libvlc.h:1043
+#: src/libvlc.h:1051
 msgid "Select the key to activate selected item in DVD menus."
 msgstr "選擇熱鍵以啟動所選擇的DVD選單項目"
 
-#: src/libvlc.h:1044
+#: src/libvlc.h:1052
 #, fuzzy
 msgid "Go to the DVD menu"
 msgstr "使用DVD選單"
 
-#: src/libvlc.h:1045
+#: src/libvlc.h:1053
 #, fuzzy
 msgid "Select the key to take you to the DVD menu"
 msgstr "選擇熱鍵以啟動所選擇的DVD選單項目"
 
-#: src/libvlc.h:1046
+#: src/libvlc.h:1054
 #, fuzzy
 msgid "Select previous DVD title"
 msgstr "選擇上一個標題"
 
-#: src/libvlc.h:1047
+#: src/libvlc.h:1055
 #, fuzzy
 msgid "Select the key to choose the previous title from the DVD"
 msgstr "選擇熱鍵以播放清單中的上一個項目"
 
-#: src/libvlc.h:1048
+#: src/libvlc.h:1056
 #, fuzzy
 msgid "Select next DVD title"
 msgstr "選擇下一個章節"
 
-#: src/libvlc.h:1049
+#: src/libvlc.h:1057
 #, fuzzy
 msgid "Select the key to choose the next title from the DVD"
 msgstr "選擇按鍵以向左移動DVD選單中的選擇器"
 
-#: src/libvlc.h:1050
+#: src/libvlc.h:1058
 #, fuzzy
 msgid "Select prev DVD chapter"
 msgstr "選擇上一個章節"
 
-#: src/libvlc.h:1051
+#: src/libvlc.h:1059
 #, fuzzy
 msgid "Select the key to choose the previous chapter from the DVD"
 msgstr "選擇熱鍵以播放清單中的上一個項目"
 
-#: src/libvlc.h:1052
+#: src/libvlc.h:1060
 #, fuzzy
 msgid "Select next DVD chapter"
 msgstr "選擇下一個章節"
 
-#: src/libvlc.h:1053
+#: src/libvlc.h:1061
 #, fuzzy
 msgid "Select the key to choose the next chapter from the DVD"
 msgstr "選擇按鍵以向左移動DVD選單中的選擇器"
 
-#: src/libvlc.h:1054
+#: src/libvlc.h:1062
 msgid "Volume up"
 msgstr "增加音量"
 
-#: src/libvlc.h:1055
+#: src/libvlc.h:1063
 msgid "Select the key to increase audio volume."
 msgstr "選擇按鍵以增加音量"
 
-#: src/libvlc.h:1056
+#: src/libvlc.h:1064
 msgid "Volume down"
 msgstr "減低音量"
 
-#: src/libvlc.h:1057
+#: src/libvlc.h:1065
 msgid "Select the key to decrease audio volume."
 msgstr "選擇按鍵以減低音量"
 
-#: src/libvlc.h:1058 modules/gui/macosx/controls.m:744
+#: src/libvlc.h:1066 modules/gui/macosx/controls.m:750
 #: modules/gui/macosx/intf.m:558 modules/gui/macosx/intf.m:619
 #: modules/gui/macosx/intf.m:628
 msgid "Mute"
 msgstr "靜音"
 
-#: src/libvlc.h:1059
+#: src/libvlc.h:1067
 #, fuzzy
 msgid "Select the key to mute audio."
 msgstr "選擇熱鍵以暫停"
 
-#: src/libvlc.h:1060
+#: src/libvlc.h:1068
 msgid "Subtitle delay up"
 msgstr "增加字幕延遲"
 
-#: src/libvlc.h:1061
+#: src/libvlc.h:1069
 msgid "Select the key to increase the subtitle delay."
 msgstr "選擇按鍵以增加字幕延遲"
 
-#: src/libvlc.h:1062
+#: src/libvlc.h:1070
 msgid "Subtitle delay down"
 msgstr "減少字幕延遲"
 
-#: src/libvlc.h:1063
+#: src/libvlc.h:1071
 msgid "Select the key to decrease the subtitle delay."
 msgstr "選擇按鍵以減少字幕延遲"
 
-#: src/libvlc.h:1064
+#: src/libvlc.h:1072
 msgid "Audio delay up"
 msgstr "增加音訊延遲"
 
-#: src/libvlc.h:1065
+#: src/libvlc.h:1073
 msgid "Select the key to increase the audio delay."
 msgstr "選擇按鍵以增加音訊延遲"
 
-#: src/libvlc.h:1066
+#: src/libvlc.h:1074
 msgid "Audio delay down"
 msgstr "減少音訊延遲"
 
-#: src/libvlc.h:1067
+#: src/libvlc.h:1075
 msgid "Select the key to decrease the audio delay."
 msgstr "選擇按鍵以減少音訊延遲"
 
-#: src/libvlc.h:1068
+#: src/libvlc.h:1076
 msgid "Play playlist bookmark 1"
 msgstr "播放播放清單書籤 1"
 
-#: src/libvlc.h:1069
+#: src/libvlc.h:1077
 msgid "Play playlist bookmark 2"
 msgstr "播放播放清單書籤 2"
 
-#: src/libvlc.h:1070
+#: src/libvlc.h:1078
 msgid "Play playlist bookmark 3"
 msgstr "播放播放清單書籤 3"
 
-#: src/libvlc.h:1071
+#: src/libvlc.h:1079
 msgid "Play playlist bookmark 4"
 msgstr "播放播放清單書籤 4"
 
-#: src/libvlc.h:1072
+#: src/libvlc.h:1080
 msgid "Play playlist bookmark 5"
 msgstr "播放播放清單書籤 5"
 
-#: src/libvlc.h:1073
+#: src/libvlc.h:1081
 msgid "Play playlist bookmark 6"
 msgstr "播放播放清單書籤 6"
 
-#: src/libvlc.h:1074
+#: src/libvlc.h:1082
 msgid "Play playlist bookmark 7"
 msgstr "播放播放清單書籤 7"
 
-#: src/libvlc.h:1075
+#: src/libvlc.h:1083
 msgid "Play playlist bookmark 8"
 msgstr "播放播放清單書籤 8"
 
-#: src/libvlc.h:1076
+#: src/libvlc.h:1084
 msgid "Play playlist bookmark 9"
 msgstr "播放播放清單書籤 9"
 
-#: src/libvlc.h:1077
+#: src/libvlc.h:1085
 msgid "Play playlist bookmark 10"
 msgstr "播放播放清單書籤 10"
 
-#: src/libvlc.h:1078
+#: src/libvlc.h:1086
 msgid "Select the key to play this bookmark."
 msgstr "選擇按鍵以播放該書籤"
 
-#: src/libvlc.h:1079
+#: src/libvlc.h:1087
 msgid "Set playlist bookmark 1"
 msgstr "設定播放清單書籤 1"
 
-#: src/libvlc.h:1080
+#: src/libvlc.h:1088
 msgid "Set playlist bookmark 2"
 msgstr "設定播放清單書籤 2"
 
-#: src/libvlc.h:1081
+#: src/libvlc.h:1089
 msgid "Set playlist bookmark 3"
 msgstr "設定播放清單書籤 3"
 
-#: src/libvlc.h:1082
+#: src/libvlc.h:1090
 msgid "Set playlist bookmark 4"
 msgstr "設定播放清單書籤 4"
 
-#: src/libvlc.h:1083
+#: src/libvlc.h:1091
 msgid "Set playlist bookmark 5"
 msgstr "設定播放清單書籤 5"
 
-#: src/libvlc.h:1084
+#: src/libvlc.h:1092
 msgid "Set playlist bookmark 6"
 msgstr "設定播放清單書籤 6"
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1093
 msgid "Set playlist bookmark 7"
 msgstr "設定播放清單書籤 7"
 
-#: src/libvlc.h:1086
+#: src/libvlc.h:1094
 msgid "Set playlist bookmark 8"
 msgstr "設定播放清單書籤 8"
 
-#: src/libvlc.h:1087
+#: src/libvlc.h:1095
 msgid "Set playlist bookmark 9"
 msgstr "設定播放清單書籤 9"
 
-#: src/libvlc.h:1088
+#: src/libvlc.h:1096
 msgid "Set playlist bookmark 10"
 msgstr "設定播放清單書籤 10"
 
-#: src/libvlc.h:1089
+#: src/libvlc.h:1097
 msgid "Select the key to set this playlist bookmark."
 msgstr "選擇按鍵以設定該播放清單書籤"
 
-#: src/libvlc.h:1091 modules/control/hotkeys.c:84
+#: src/libvlc.h:1099 modules/control/hotkeys.c:84
 msgid "Playlist bookmark 1"
 msgstr "播放清單書籤 1"
 
-#: src/libvlc.h:1092 modules/control/hotkeys.c:85
+#: src/libvlc.h:1100 modules/control/hotkeys.c:85
 msgid "Playlist bookmark 2"
 msgstr "播放清單書籤 2"
 
-#: src/libvlc.h:1093 modules/control/hotkeys.c:86
+#: src/libvlc.h:1101 modules/control/hotkeys.c:86
 msgid "Playlist bookmark 3"
 msgstr "播放清單書籤 3"
 
-#: src/libvlc.h:1094 modules/control/hotkeys.c:87
+#: src/libvlc.h:1102 modules/control/hotkeys.c:87
 msgid "Playlist bookmark 4"
 msgstr "播放清單書籤 4"
 
-#: src/libvlc.h:1095 modules/control/hotkeys.c:88
+#: src/libvlc.h:1103 modules/control/hotkeys.c:88
 msgid "Playlist bookmark 5"
 msgstr "播放清單書籤 5"
 
-#: src/libvlc.h:1096 modules/control/hotkeys.c:89
+#: src/libvlc.h:1104 modules/control/hotkeys.c:89
 msgid "Playlist bookmark 6"
 msgstr "播放清單書籤 6"
 
-#: src/libvlc.h:1097 modules/control/hotkeys.c:90
+#: src/libvlc.h:1105 modules/control/hotkeys.c:90
 msgid "Playlist bookmark 7"
 msgstr "播放清單書籤 7"
 
-#: src/libvlc.h:1098 modules/control/hotkeys.c:91
+#: src/libvlc.h:1106 modules/control/hotkeys.c:91
 msgid "Playlist bookmark 8"
 msgstr "播放清單書籤 8"
 
-#: src/libvlc.h:1099 modules/control/hotkeys.c:92
+#: src/libvlc.h:1107 modules/control/hotkeys.c:92
 msgid "Playlist bookmark 9"
 msgstr "播放清單書籤 9"
 
-#: src/libvlc.h:1100 modules/control/hotkeys.c:93
+#: src/libvlc.h:1108 modules/control/hotkeys.c:93
 msgid "Playlist bookmark 10"
 msgstr "播放清單書籤 10"
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1110
 #, fuzzy
 msgid "This allows you to define playlist bookmarks."
 msgstr "這個選項允許你定義播放清單書籤"
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1112
 msgid "Go back in browsing history"
 msgstr ""
 
-#: src/libvlc.h:1105
+#: src/libvlc.h:1113
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1114
 msgid "Go forward in browsing history"
 msgstr ""
 
-#: src/libvlc.h:1107
+#: src/libvlc.h:1115
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:1109
+#: src/libvlc.h:1117
 msgid "Cycle audio track"
 msgstr "循環音軌"
 
-#: src/libvlc.h:1110
+#: src/libvlc.h:1118
 msgid "Cycle through the available audio tracks(languages)."
 msgstr ""
 
-#: src/libvlc.h:1111
+#: src/libvlc.h:1119
 msgid "Cycle subtitle track"
 msgstr "循環字幕軌"
 
-#: src/libvlc.h:1112
+#: src/libvlc.h:1120
 #, fuzzy
 msgid "Cycle through the available subtitle tracks."
 msgstr "循環字幕軌"
 
-#: src/libvlc.h:1113
+#: src/libvlc.h:1121
 #, fuzzy
 msgid "Cycle source aspect ratio"
 msgstr "採樣率"
 
-#: src/libvlc.h:1114
+#: src/libvlc.h:1122
 #, fuzzy
 msgid "Cycle through a predefined list of source aspect ratios."
 msgstr "採樣率"
 
-#: src/libvlc.h:1115
+#: src/libvlc.h:1123
 #, fuzzy
 msgid "Cycle video crop"
 msgstr "灰階視訊輸出"
 
-#: src/libvlc.h:1116
+#: src/libvlc.h:1124
 msgid "Cycle through a predefined list of crop formats."
 msgstr ""
 
-#: src/libvlc.h:1117
+#: src/libvlc.h:1125
 #, fuzzy
 msgid "Cycle deinterlace modes"
 msgstr "介面模組"
 
-#: src/libvlc.h:1118
+#: src/libvlc.h:1126
 #, fuzzy
 msgid "Cycle through deinterlace modes."
 msgstr "介面模組"
 
-#: src/libvlc.h:1119
+#: src/libvlc.h:1127
 msgid "Show interface"
 msgstr "顯示介面"
 
-#: src/libvlc.h:1120
+#: src/libvlc.h:1128
 msgid "Raise the interface above all other windows."
 msgstr ""
 
-#: src/libvlc.h:1121
+#: src/libvlc.h:1129
 #, fuzzy
 msgid "Hide interface"
 msgstr "顯示介面"
 
-#: src/libvlc.h:1122
+#: src/libvlc.h:1130
 msgid "Lower the interface below all other windows."
 msgstr ""
 
-#: src/libvlc.h:1123
+#: src/libvlc.h:1131
 msgid "Take video snapshot"
 msgstr "擷取視訊快照"
 
-#: src/libvlc.h:1124
+#: src/libvlc.h:1132
 msgid "Takes a video snapshot and writes it to disk."
 msgstr "擷取視訊快照並寫入磁碟"
 
-#: src/libvlc.h:1126 modules/access_filter/record.c:51
+#: src/libvlc.h:1134 modules/access_filter/record.c:51
 #: modules/access_filter/record.c:52
 #, fuzzy
 msgid "Record"
 msgstr "回捲"
 
-#: src/libvlc.h:1127
+#: src/libvlc.h:1135
 msgid "Record access filter start/stop."
 msgstr ""
 
-#: src/libvlc.h:1129 src/libvlc.h:1130 src/video_output/vout_intf.c:211
+#: src/libvlc.h:1137 src/libvlc.h:1138 src/video_output/vout_intf.c:211
 msgid "Zoom"
 msgstr "縮放"
 
-#: src/libvlc.h:1132 src/libvlc.h:1133
+#: src/libvlc.h:1140 src/libvlc.h:1141
 #, fuzzy
 msgid "Un-Zoom"
 msgstr "縮放"
 
-#: src/libvlc.h:1135 src/libvlc.h:1136
+#: src/libvlc.h:1143 src/libvlc.h:1144
 msgid "Crop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1137 src/libvlc.h:1138
+#: src/libvlc.h:1145 src/libvlc.h:1146
 msgid "Uncrop one pixel from the top of the video"
 msgstr ""
 
-#: src/libvlc.h:1140 src/libvlc.h:1141
+#: src/libvlc.h:1148 src/libvlc.h:1149
 msgid "Crop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1142 src/libvlc.h:1143
+#: src/libvlc.h:1150 src/libvlc.h:1151
 msgid "Uncrop one pixel from the left of the video"
 msgstr ""
 
-#: src/libvlc.h:1145 src/libvlc.h:1146
+#: src/libvlc.h:1153 src/libvlc.h:1154
 msgid "Crop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1147 src/libvlc.h:1148
+#: src/libvlc.h:1155 src/libvlc.h:1156
 msgid "Uncrop one pixel from the bottom of the video"
 msgstr ""
 
-#: src/libvlc.h:1150 src/libvlc.h:1151
+#: src/libvlc.h:1158 src/libvlc.h:1159
 #, fuzzy
 msgid "Crop one pixel from the right of the video"
 msgstr "設定快照影像的高度"
 
-#: src/libvlc.h:1152 src/libvlc.h:1153
+#: src/libvlc.h:1160 src/libvlc.h:1161
 msgid "Uncrop one pixel from the right of the video"
 msgstr ""
 
-#: src/libvlc.h:1157
+#: src/libvlc.h:1165
 #, c-format
 msgid ""
 "Usage: %s [options] [stream] ...\n"
@@ -3510,62 +3531,62 @@ msgid ""
 "  vlc:quit                       Special item to quit VLC\n"
 msgstr ""
 
-#: src/libvlc.h:1267 src/video_output/vout_intf.c:420
-#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:753
+#: src/libvlc.h:1277 src/video_output/vout_intf.c:420
+#: modules/gui/macosx/controls.m:328 modules/gui/macosx/controls.m:759
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:630
 #: modules/video_output/snapshot.c:76
 msgid "Snapshot"
 msgstr "å¿«ç…§"
 
-#: src/libvlc.h:1280
+#: src/libvlc.h:1290
 #, fuzzy
 msgid "Window properties"
 msgstr "字型設定"
 
-#: src/libvlc.h:1325
+#: src/libvlc.h:1335
 #, fuzzy
 msgid "Subpictures"
 msgstr "字幕"
 
-#: src/libvlc.h:1332 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
+#: src/libvlc.h:1342 modules/codec/subsdec.c:144 modules/demux/subtitle.c:63
 #: modules/gui/beos/InterfaceWindow.cpp:279
 msgid "Subtitles"
 msgstr "字幕"
 
-#: src/libvlc.h:1349 modules/stream_out/transcode.c:151
+#: src/libvlc.h:1359 modules/stream_out/transcode.c:151
 msgid "Overlays"
 msgstr ""
 
-#: src/libvlc.h:1359
+#: src/libvlc.h:1369
 #, fuzzy
 msgid "Track settings"
 msgstr "軌道設定"
 
-#: src/libvlc.h:1381
+#: src/libvlc.h:1391
 msgid "Playback control"
 msgstr "重播控制"
 
-#: src/libvlc.h:1396
+#: src/libvlc.h:1406
 msgid "Default devices"
 msgstr "預設裝置"
 
-#: src/libvlc.h:1405
+#: src/libvlc.h:1415
 msgid "Network settings"
 msgstr "網路設定"
 
-#: src/libvlc.h:1417
+#: src/libvlc.h:1427
 msgid "Socks proxy"
 msgstr ""
 
-#: src/libvlc.h:1426
+#: src/libvlc.h:1436
 msgid "Metadata"
 msgstr ""
 
-#: src/libvlc.h:1456
+#: src/libvlc.h:1466
 msgid "Decoders"
 msgstr "解碼器"
 
-#: src/libvlc.h:1463 modules/access/v4l2.c:56
+#: src/libvlc.h:1473 modules/access/v4l2.c:56
 #: modules/gui/macosx/playlistinfo.m:80
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:265
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:378
@@ -3574,84 +3595,84 @@ msgstr "解碼器"
 msgid "Input"
 msgstr "輸入清單"
 
-#: src/libvlc.h:1499 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
+#: src/libvlc.h:1509 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:522
 msgid "VLM"
 msgstr ""
 
-#: src/libvlc.h:1530
+#: src/libvlc.h:1540
 msgid "CPU"
 msgstr ""
 
-#: src/libvlc.h:1552
+#: src/libvlc.h:1562
 #, fuzzy
 msgid "Special modules"
 msgstr "輸出模組"
 
-#: src/libvlc.h:1559
+#: src/libvlc.h:1569
 msgid "Plugins"
 msgstr "外掛"
 
-#: src/libvlc.h:1567
+#: src/libvlc.h:1577
 #, fuzzy
 msgid "Performance options"
 msgstr "轉碼選項"
 
-#: src/libvlc.h:1700
+#: src/libvlc.h:1714
 msgid "Hot keys"
 msgstr "熱鍵"
 
-#: src/libvlc.h:2011
+#: src/libvlc.h:2025
 #, fuzzy
 msgid "Jump sizes"
 msgstr "字型大小"
 
-#: src/libvlc.h:2090
+#: src/libvlc.h:2104
 msgid "main program"
 msgstr "主程式"
 
-#: src/libvlc.h:2097
+#: src/libvlc.h:2111
 msgid "print help for VLC (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:2099
+#: src/libvlc.h:2113
 msgid ""
 "print help for VLC and all its modules (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:2101
+#: src/libvlc.h:2115
 #, fuzzy
 msgid "print help for the advanced options"
 msgstr "顯示進階選項"
 
-#: src/libvlc.h:2103
+#: src/libvlc.h:2117
 msgid "ask for extra verbosity when displaying help"
 msgstr ""
 
-#: src/libvlc.h:2105
+#: src/libvlc.h:2119
 msgid "print a list of available modules"
 msgstr ""
 
-#: src/libvlc.h:2107
+#: src/libvlc.h:2121
 msgid "print help on a specific module (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:2109
+#: src/libvlc.h:2123
 msgid "save the current command line options in the config"
 msgstr ""
 
-#: src/libvlc.h:2111
+#: src/libvlc.h:2125
 msgid "reset the current config to the default values"
 msgstr ""
 
-#: src/libvlc.h:2113
+#: src/libvlc.h:2127
 msgid "use alternate config file"
 msgstr "使用替代的組態檔"
 
-#: src/libvlc.h:2115
+#: src/libvlc.h:2129
 msgid "resets the current plugins cache"
 msgstr "重置目前外掛快取"
 
-#: src/libvlc.h:2117
+#: src/libvlc.h:2131
 msgid "print version information"
 msgstr ""
 
@@ -4260,7 +4281,8 @@ msgstr "未知"
 msgid "Media: %s"
 msgstr ""
 
-#: src/playlist/engine.c:92 src/playlist/engine.c:94
+#: src/playlist/engine.c:104 src/playlist/engine.c:106
+#: src/playlist/loadsave.c:149
 msgid "Media Library"
 msgstr ""
 
@@ -4320,17 +4342,8 @@ msgstr ""
 msgid "Aspect-ratio"
 msgstr "採樣率"
 
-#: modules/access/cdda/access.c:293
-msgid "CD reading failed"
-msgstr ""
-
-#: modules/access/cdda/access.c:294
-#, c-format
-msgid "VLC could not get a new block of size: %i."
-msgstr ""
-
 #: modules/access/cdda.c:58 modules/access/dshow/dshow.cpp:91
-#: modules/access/dvb/access.c:73 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:73
 #: modules/access/dvdnav.c:64 modules/access/dvdread.c:62
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:43
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4390,7 +4403,16 @@ msgstr "音訊軌"
 msgid "Audio CD - Track %i"
 msgstr "音訊軌"
 
-#: modules/access/cdda/cdda.c:42 modules/access/directory.c:77
+#: modules/access/cdda/access.c:293
+msgid "CD reading failed"
+msgstr ""
+
+#: modules/access/cdda/access.c:294
+#, c-format
+msgid "VLC could not get a new block of size: %i."
+msgstr ""
+
+#: modules/access/cdda/cdda.c:42 modules/access/directory.c:78
 #: modules/codec/x264.c:280 modules/codec/x264.c:287 modules/codec/x264.c:292
 msgid "none"
 msgstr ""
@@ -4639,11 +4661,11 @@ msgstr ""
 msgid "Track Number"
 msgstr ""
 
-#: modules/access/directory.c:69
+#: modules/access/directory.c:70
 msgid "Subdirectory behavior"
 msgstr ""
 
-#: modules/access/directory.c:71
+#: modules/access/directory.c:72
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -4651,19 +4673,19 @@ msgid ""
 "expand: all subdirectories are expanded.\n"
 msgstr ""
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:78
 msgid "collapse"
 msgstr ""
 
-#: modules/access/directory.c:78
+#: modules/access/directory.c:79
 msgid "expand"
 msgstr ""
 
-#: modules/access/directory.c:80
+#: modules/access/directory.c:81
 msgid "Ignored extensions"
 msgstr ""
 
-#: modules/access/directory.c:82
+#: modules/access/directory.c:83
 msgid ""
 "Files with these extensions will not be added to playlist when opening a "
 "directory.\n"
@@ -4671,11 +4693,11 @@ msgid ""
 "instance. Use a comma-separated list of extensions."
 msgstr ""
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:90
 msgid "Directory"
 msgstr ""
 
-#: modules/access/directory.c:91
+#: modules/access/directory.c:92
 msgid "Standard filesystem directory input"
 msgstr ""
 
@@ -4896,6 +4918,18 @@ msgstr ""
 msgid "The capture device \"%s\" does not support the required parameters."
 msgstr ""
 
+#: modules/access/dv.c:70
+msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
+msgstr ""
+
+#: modules/access/dv.c:74
+msgid "Digital Video (Firewire/ieee1394)  input"
+msgstr ""
+
+#: modules/access/dv.c:75
+msgid "dv"
+msgstr ""
+
 #: modules/access/dvb/access.c:75
 msgid ""
 "Caching value for DVB streams. This value should be set in milliseconds."
@@ -5152,18 +5186,6 @@ msgstr "音量正規化"
 msgid "The provided polarization \"%c\" is not valid."
 msgstr ""
 
-#: modules/access/dv.c:70
-msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
-msgstr ""
-
-#: modules/access/dv.c:74
-msgid "Digital Video (Firewire/ieee1394)  input"
-msgstr ""
-
-#: modules/access/dv.c:75
-msgid "dv"
-msgstr ""
-
 #: modules/access/dvdnav.c:60 modules/access/dvdread.c:58
 msgid "DVD angle"
 msgstr ""
@@ -5363,51 +5385,6 @@ msgstr ""
 msgid "VLC could not open file \"%s\" (%s)."
 msgstr ""
 
-#: modules/access_filter/record.c:43
-#, fuzzy
-msgid "Record directory"
-msgstr "選擇一個檔案或目錄"
-
-#: modules/access_filter/record.c:45
-#, fuzzy
-msgid "Directory where the record will be stored."
-msgstr "允許你指定視訊快照的存放目錄"
-
-#: modules/access_filter/timeshift.c:44
-#, fuzzy
-msgid "Timeshift granularity"
-msgstr "時間"
-
-#: modules/access_filter/timeshift.c:46
-msgid ""
-"This is the size of the temporary files tha will be used to store the "
-"timeshifted streams."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:48
-#, fuzzy
-msgid "Timeshift directory"
-msgstr "視訊快照目錄"
-
-#: modules/access_filter/timeshift.c:49
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:51
-msgid "Force use of the timeshift module"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52
-msgid ""
-"Force use of the timeshift module even if the access declares that it can "
-"control pace or pause."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
-#, fuzzy
-msgid "Timeshift"
-msgstr "時間"
-
 #: modules/access/ftp.c:45
 msgid ""
 "Caching value for FTP streams. This value should be set in milliseconds."
@@ -5565,236 +5542,6 @@ msgstr ""
 msgid "Microsoft Media Server (MMS) input"
 msgstr "Microsoft Media Server (MMS)輸入"
 
-#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
-msgid "Dummy stream output"
-msgstr "虛擬串流輸出"
-
-#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
-msgid "Dummy"
-msgstr "虛擬"
-
-#: modules/access_output/file.c:61
-msgid "Append to file"
-msgstr ""
-
-#: modules/access_output/file.c:62
-msgid "Append to file if it exists instead of replacing it."
-msgstr ""
-
-#: modules/access_output/file.c:66
-msgid "File stream output"
-msgstr "檔案串流輸出"
-
-#: modules/access_output/http.c:58
-msgid "Username"
-msgstr ""
-
-#: modules/access_output/http.c:59
-msgid "User name that will be requested to access the stream."
-msgstr ""
-
-#: modules/access_output/http.c:61 modules/control/telnet.c:81
-msgid "Password"
-msgstr ""
-
-#: modules/access_output/http.c:62
-msgid "Password that will be requested to access the stream."
-msgstr ""
-
-#: modules/access_output/http.c:66
-msgid "Mime"
-msgstr ""
-
-#: modules/access_output/http.c:67
-msgid "MIME returned by the server (autodetected if not specified."
-msgstr ""
-
-#: modules/access_output/http.c:71
-msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
-msgstr ""
-
-#: modules/access_output/http.c:74
-msgid ""
-"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
-"empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:78
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used for HTTPS. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:83
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be used for "
-"SSL. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:86
-msgid "Advertise with Bonjour"
-msgstr ""
-
-#: modules/access_output/http.c:87
-msgid "Advertise the stream with the Bonjour protocol."
-msgstr ""
-
-#: modules/access_output/http.c:91
-msgid "HTTP stream output"
-msgstr ""
-
-#: modules/access_output/http.c:93 modules/control/http/http.c:61
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
-msgid "HTTP"
-msgstr ""
-
-#: modules/access_output/shout.c:58
-#, fuzzy
-msgid "Stream name"
-msgstr "串流"
-
-#: modules/access_output/shout.c:59
-msgid "Name to give to this stream/channel on the shoutcast/icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:62
-#, fuzzy
-msgid "Stream description"
-msgstr "描述"
-
-#: modules/access_output/shout.c:63
-msgid "Description of the stream content or information about your channel."
-msgstr ""
-
-#: modules/access_output/shout.c:66
-#, fuzzy
-msgid "Stream MP3"
-msgstr "串流"
-
-#: modules/access_output/shout.c:67
-msgid ""
-"You normally have to feed the shoutcast module with Ogg streams. It is also "
-"possible to stream MP3 instead, so you can forward MP3 streams to the "
-"shoutcast/icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:76
-#, fuzzy
-msgid "Genre description"
-msgstr "描述"
-
-#: modules/access_output/shout.c:77
-msgid "Genre of the content. "
-msgstr ""
-
-#: modules/access_output/shout.c:79
-#, fuzzy
-msgid "URL description"
-msgstr "描述"
-
-#: modules/access_output/shout.c:80
-msgid "URL with information about the stream or your channel. "
-msgstr ""
-
-#: modules/access_output/shout.c:87
-msgid "Bitrate information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:89 modules/access/v4l.c:122
-msgid "Samplerate"
-msgstr ""
-
-#: modules/access_output/shout.c:90
-msgid "Samplerate information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:92
-#, fuzzy
-msgid "Number of channels"
-msgstr "複製數量"
-
-#: modules/access_output/shout.c:93
-msgid "Number of channels information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:95
-msgid "Ogg Vorbis Quality"
-msgstr ""
-
-#: modules/access_output/shout.c:96
-msgid "Ogg Vorbis Quality information of the transcoded stream. "
-msgstr ""
-
-#: modules/access_output/shout.c:98
-#, fuzzy
-msgid "Stream public"
-msgstr "串流輸出"
-
-#: modules/access_output/shout.c:99
-msgid ""
-"Make the server publicly available on the 'Yellow Pages' (directory listing "
-"of streams) on the icecast/shoutcast website. Requires the bitrate "
-"information specified for shoutcast. Requires Ogg streaming for icecast."
-msgstr ""
-
-#: modules/access_output/shout.c:105
-#, fuzzy
-msgid "IceCAST output"
-msgstr "存取輸出"
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:41
-#: modules/demux/live555.cpp:63
-msgid "Caching value (ms)"
-msgstr "快取值(ms)"
-
-#: modules/access_output/udp.c:77
-msgid ""
-"Default caching value for outbound UDP streams. This value should be set in "
-"milliseconds."
-msgstr ""
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
-#: modules/gui/macosx/wizard.m:1848
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
-msgid "Time-To-Live (TTL)"
-msgstr "有效時間(TTL)"
-
-#: modules/access_output/udp.c:81
-#, fuzzy
-msgid "Time-To-Live of the outgoing stream."
-msgstr "允許你指定該輸出串流的有效時間"
-
-#: modules/access_output/udp.c:84
-msgid "Group packets"
-msgstr ""
-
-#: modules/access_output/udp.c:85
-msgid ""
-"Packets can be sent one by one at the right time or by groups. You can "
-"choose the number of packets that will be sent at a time. It helps reducing "
-"the scheduling load on heavily-loaded systems."
-msgstr ""
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr ""
-
-#: modules/access_output/udp.c:91
-msgid ""
-"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 ""
-
-#: modules/access_output/udp.c:97
-msgid "UDP stream output"
-msgstr "UDP串流輸出"
-
-#: modules/access_output/udp.c:98
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
-msgid "UDP"
-msgstr ""
-
 #: modules/access/pvr.c:49
 msgid ""
 "Default caching value for PVR streams. This value should be set in "
@@ -5954,6 +5701,11 @@ msgstr ""
 msgid "IVTV MPEG Encoding cards input"
 msgstr ""
 
+#: modules/access/rtsp/access.c:41 modules/access_output/udp.c:75
+#: modules/demux/live555.cpp:63
+msgid "Caching value (ms)"
+msgstr "快取值(ms)"
+
 #: modules/access/rtsp/access.c:43
 msgid ""
 "Caching value for RTSP streams. This value should be set in milliseconds."
@@ -6082,51 +5834,24 @@ msgstr ""
 msgid "UDP/RTP input"
 msgstr ""
 
-#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
-#: modules/gui/wxwidgets/dialogs/open.cpp:723
-msgid "Device name"
-msgstr "裝置名稱"
+#: modules/access/v4l.c:75
+msgid ""
+"Caching value for V4L captures. This value should be set in milliseconds."
+msgstr ""
 
-#: modules/access/v4l2.c:54
+#: modules/access/v4l.c:79
 #, fuzzy
 msgid ""
-"Name of the device to use. If you don't specify anything, /dev/video0 will "
-"be used."
+"Name of the video device to use. If you don't specify anything, no video "
+"device will be used."
 msgstr "預設的音樂CD裝置,如果你不指定,程式將會自動掃描適合的光碟機"
 
-#: modules/access/v4l2.c:58
+#: modules/access/v4l.c:83
+#, fuzzy
 msgid ""
-"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
-msgstr ""
-
-#: modules/access/v4l2.c:63
-#, fuzzy
-msgid "Video4Linux2"
-msgstr "Video4Linux輸入"
-
-#: modules/access/v4l2.c:64
-#, fuzzy
-msgid "Video4Linux2 input"
-msgstr "Video4Linux輸入"
-
-#: modules/access/v4l.c:75
-msgid ""
-"Caching value for V4L captures. This value should be set in milliseconds."
-msgstr ""
-
-#: modules/access/v4l.c:79
-#, fuzzy
-msgid ""
-"Name of the video device to use. If you don't specify anything, no video "
-"device will be used."
-msgstr "預設的音樂CD裝置,如果你不指定,程式將會自動掃描適合的光碟機"
-
-#: modules/access/v4l.c:83
-#, fuzzy
-msgid ""
-"Name of the audio device to use. If you don't specify anything, no audio "
-"device will be used."
-msgstr "預設的音樂CD裝置,如果你不指定,程式將會自動掃描適合的光碟機"
+"Name of the audio device to use. If you don't specify anything, no audio "
+"device will be used."
+msgstr "預設的音樂CD裝置,如果你不指定,程式將會自動掃描適合的光碟機"
 
 #: modules/access/v4l.c:87
 msgid ""
@@ -6207,6 +5932,10 @@ msgstr "調節器"
 msgid "Tuner to use, if there are several ones."
 msgstr "若有多個音訊輸入時,選擇音訊道"
 
+#: modules/access/v4l.c:122 modules/access_output/shout.c:89
+msgid "Samplerate"
+msgstr ""
+
 #: modules/access/v4l.c:124
 msgid ""
 "Samplerate of the captured audio stream, in Hz (eg: 11025, 22050, 44100)"
@@ -6249,6 +5978,33 @@ msgstr ""
 msgid "Video4Linux input"
 msgstr "Video4Linux輸入"
 
+#: modules/access/v4l2.c:52 modules/gui/macosx/open.m:167
+#: modules/gui/wxwidgets/dialogs/open.cpp:723
+msgid "Device name"
+msgstr "裝置名稱"
+
+#: modules/access/v4l2.c:54
+#, fuzzy
+msgid ""
+"Name of the device to use. If you don't specify anything, /dev/video0 will "
+"be used."
+msgstr "預設的音樂CD裝置,如果你不指定,程式將會自動掃描適合的光碟機"
+
+#: modules/access/v4l2.c:58
+msgid ""
+"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
+msgstr ""
+
+#: modules/access/v4l2.c:63
+#, fuzzy
+msgid "Video4Linux2"
+msgstr "Video4Linux輸入"
+
+#: modules/access/v4l2.c:64
+#, fuzzy
+msgid "Video4Linux2 input"
+msgstr "Video4Linux輸入"
+
 #: modules/access/vcd/vcd.c:42
 msgid "Caching value for VCDs. This value should be set in milliseconds."
 msgstr ""
@@ -6311,124 +6067,390 @@ msgstr ""
 msgid "Preparer"
 msgstr ""
 
-#: modules/access/vcdx/info.c:94
-msgid "Vol #"
+#: modules/access/vcdx/info.c:94
+msgid "Vol #"
+msgstr ""
+
+#: modules/access/vcdx/info.c:95
+msgid "Vol max #"
+msgstr ""
+
+#: modules/access/vcdx/info.c:96
+msgid "Volume Set"
+msgstr ""
+
+#: modules/access/vcdx/info.c:99
+msgid "System Id"
+msgstr ""
+
+#: modules/access/vcdx/info.c:101
+msgid "Entries"
+msgstr ""
+
+#: modules/access/vcdx/info.c:122
+msgid "First Entry Point"
+msgstr ""
+
+#: modules/access/vcdx/info.c:126
+msgid "Last Entry Point"
+msgstr ""
+
+#: modules/access/vcdx/info.c:127
+msgid "Track size (in sectors)"
+msgstr ""
+
+#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
+#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
+msgid "type"
+msgstr ""
+
+#: modules/access/vcdx/info.c:139
+msgid "end"
+msgstr ""
+
+#: modules/access/vcdx/info.c:142
+msgid "play list"
+msgstr ""
+
+#: modules/access/vcdx/info.c:153
+msgid "extended selection list"
+msgstr ""
+
+#: modules/access/vcdx/info.c:154
+msgid "selection list"
+msgstr "選擇清單"
+
+#: modules/access/vcdx/info.c:166
+msgid "unknown type"
+msgstr "未知類型"
+
+#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
+#: modules/access/vcdx/info.c:316
+msgid "List ID"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:95
+msgid "(Super) Video CD"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:96
+msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:97
+msgid "vcdx://[device-or-file][@{P,S,T}num]"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:106
+msgid "If nonzero, this gives additional debug information."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+msgid "Number of CD blocks to get in a single read."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:116
+msgid "Use playback control?"
+msgstr "使用重播控制"
+
+#: modules/access/vcdx/vcd.c:117
+msgid ""
+"If VCD is authored with playback control, use it. Otherwise we play by "
+"tracks."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:123
+msgid "Use track length as maximum unit in seek?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:124
+msgid ""
+"If set, the length of the seek bar is the track rather than the length of an "
+"entry."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:129
+msgid "Show extended VCD info?"
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:130
+msgid ""
+"Show the maximum amount of information under Stream and Media Info. Shows "
+"for example playback control navigation."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:137
+msgid "Format to use in the playlist's \"author\" field."
+msgstr ""
+
+#: modules/access/vcdx/vcd.c:143
+msgid "Format to use in the playlist's \"title\" field."
+msgstr ""
+
+#: modules/access_filter/record.c:43
+#, fuzzy
+msgid "Record directory"
+msgstr "選擇一個檔案或目錄"
+
+#: modules/access_filter/record.c:45
+#, fuzzy
+msgid "Directory where the record will be stored."
+msgstr "允許你指定視訊快照的存放目錄"
+
+#: modules/access_filter/timeshift.c:44
+#, fuzzy
+msgid "Timeshift granularity"
+msgstr "時間"
+
+#: modules/access_filter/timeshift.c:46
+msgid ""
+"This is the size of the temporary files tha will be used to store the "
+"timeshifted streams."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:48
+#, fuzzy
+msgid "Timeshift directory"
+msgstr "視訊快照目錄"
+
+#: modules/access_filter/timeshift.c:49
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:51
+msgid "Force use of the timeshift module"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52
+msgid ""
+"Force use of the timeshift module even if the access declares that it can "
+"control pace or pause."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:56 modules/access_filter/timeshift.c:57
+#, fuzzy
+msgid "Timeshift"
+msgstr "時間"
+
+#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
+msgid "Dummy stream output"
+msgstr "虛擬串流輸出"
+
+#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
+msgid "Dummy"
+msgstr "虛擬"
+
+#: modules/access_output/file.c:61
+msgid "Append to file"
+msgstr ""
+
+#: modules/access_output/file.c:62
+msgid "Append to file if it exists instead of replacing it."
+msgstr ""
+
+#: modules/access_output/file.c:66
+msgid "File stream output"
+msgstr "檔案串流輸出"
+
+#: modules/access_output/http.c:58
+msgid "Username"
+msgstr ""
+
+#: modules/access_output/http.c:59
+msgid "User name that will be requested to access the stream."
+msgstr ""
+
+#: modules/access_output/http.c:61 modules/control/telnet.c:81
+msgid "Password"
+msgstr ""
+
+#: modules/access_output/http.c:62
+msgid "Password that will be requested to access the stream."
+msgstr ""
+
+#: modules/access_output/http.c:66
+msgid "Mime"
+msgstr ""
+
+#: modules/access_output/http.c:67
+msgid "MIME returned by the server (autodetected if not specified."
+msgstr ""
+
+#: modules/access_output/http.c:71
+msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
+msgstr ""
+
+#: modules/access_output/http.c:74
+msgid ""
+"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
+"empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:78
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used for HTTPS. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:83
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be used for "
+"SSL. Leave empty if you don't have one."
 msgstr ""
 
-#: modules/access/vcdx/info.c:95
-msgid "Vol max #"
+#: modules/access_output/http.c:86
+msgid "Advertise with Bonjour"
 msgstr ""
 
-#: modules/access/vcdx/info.c:96
-msgid "Volume Set"
+#: modules/access_output/http.c:87
+msgid "Advertise the stream with the Bonjour protocol."
 msgstr ""
 
-#: modules/access/vcdx/info.c:99
-msgid "System Id"
+#: modules/access_output/http.c:91
+msgid "HTTP stream output"
 msgstr ""
 
-#: modules/access/vcdx/info.c:101
-msgid "Entries"
+#: modules/access_output/http.c:93 modules/control/http/http.c:61
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
 msgstr ""
 
-#: modules/access/vcdx/info.c:122
-msgid "First Entry Point"
-msgstr ""
+#: modules/access_output/shout.c:58
+#, fuzzy
+msgid "Stream name"
+msgstr "串流"
 
-#: modules/access/vcdx/info.c:126
-msgid "Last Entry Point"
+#: modules/access_output/shout.c:59
+msgid "Name to give to this stream/channel on the shoutcast/icecast server."
 msgstr ""
 
-#: modules/access/vcdx/info.c:127
-msgid "Track size (in sectors)"
-msgstr ""
+#: modules/access_output/shout.c:62
+#, fuzzy
+msgid "Stream description"
+msgstr "描述"
 
-#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
-#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
-msgid "type"
+#: modules/access_output/shout.c:63
+msgid "Description of the stream content or information about your channel."
 msgstr ""
 
-#: modules/access/vcdx/info.c:139
-msgid "end"
-msgstr ""
+#: modules/access_output/shout.c:66
+#, fuzzy
+msgid "Stream MP3"
+msgstr "串流"
 
-#: modules/access/vcdx/info.c:142
-msgid "play list"
+#: modules/access_output/shout.c:67
+msgid ""
+"You normally have to feed the shoutcast module with Ogg streams. It is also "
+"possible to stream MP3 instead, so you can forward MP3 streams to the "
+"shoutcast/icecast server."
 msgstr ""
 
-#: modules/access/vcdx/info.c:153
-msgid "extended selection list"
+#: modules/access_output/shout.c:76
+#, fuzzy
+msgid "Genre description"
+msgstr "描述"
+
+#: modules/access_output/shout.c:77
+msgid "Genre of the content. "
 msgstr ""
 
-#: modules/access/vcdx/info.c:154
-msgid "selection list"
-msgstr "選擇清單"
+#: modules/access_output/shout.c:79
+#, fuzzy
+msgid "URL description"
+msgstr "描述"
 
-#: modules/access/vcdx/info.c:166
-msgid "unknown type"
-msgstr "未知類型"
+#: modules/access_output/shout.c:80
+msgid "URL with information about the stream or your channel. "
+msgstr ""
 
-#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
-#: modules/access/vcdx/info.c:316
-msgid "List ID"
+#: modules/access_output/shout.c:87
+msgid "Bitrate information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:95
-msgid "(Super) Video CD"
+#: modules/access_output/shout.c:90
+msgid "Samplerate information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:96
-msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+#: modules/access_output/shout.c:92
+#, fuzzy
+msgid "Number of channels"
+msgstr "複製數量"
+
+#: modules/access_output/shout.c:93
+msgid "Number of channels information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:97
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
+#: modules/access_output/shout.c:95
+msgid "Ogg Vorbis Quality"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:106
-msgid "If nonzero, this gives additional debug information."
+#: modules/access_output/shout.c:96
+msgid "Ogg Vorbis Quality information of the transcoded stream. "
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
-msgid "Number of CD blocks to get in a single read."
+#: modules/access_output/shout.c:98
+#, fuzzy
+msgid "Stream public"
+msgstr "串流輸出"
+
+#: modules/access_output/shout.c:99
+msgid ""
+"Make the server publicly available on the 'Yellow Pages' (directory listing "
+"of streams) on the icecast/shoutcast website. Requires the bitrate "
+"information specified for shoutcast. Requires Ogg streaming for icecast."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
-msgstr "使用重播控制"
+#: modules/access_output/shout.c:105
+#, fuzzy
+msgid "IceCAST output"
+msgstr "存取輸出"
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/udp.c:77
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Default caching value for outbound UDP streams. This value should be set in "
+"milliseconds."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:123
-msgid "Use track length as maximum unit in seek?"
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:442
+#: modules/gui/macosx/wizard.m:1848
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1340 modules/stream_out/rtp.c:87
+msgid "Time-To-Live (TTL)"
+msgstr "有效時間(TTL)"
+
+#: modules/access_output/udp.c:81
+#, fuzzy
+msgid "Time-To-Live of the outgoing stream."
+msgstr "允許你指定該輸出串流的有效時間"
+
+#: modules/access_output/udp.c:84
+msgid "Group packets"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:85
 msgid ""
-"If set, the length of the seek bar is the track rather than the length of an "
-"entry."
+"Packets can be sent one by one at the right time or by groups. You can "
+"choose the number of packets that will be sent at a time. It helps reducing "
+"the scheduling load on heavily-loaded systems."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:129
-msgid "Show extended VCD info?"
+#: modules/access_output/udp.c:90
+msgid "Raw write"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:130
+#: modules/access_output/udp.c:91
 msgid ""
-"Show the maximum amount of information under Stream and Media Info. Shows "
-"for example playback control navigation."
+"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 ""
 
-#: modules/access/vcdx/vcd.c:137
-msgid "Format to use in the playlist's \"author\" field."
-msgstr ""
+#: modules/access_output/udp.c:97
+msgid "UDP stream output"
+msgstr "UDP串流輸出"
 
-#: modules/access/vcdx/vcd.c:143
-msgid "Format to use in the playlist's \"title\" field."
+#: modules/access_output/udp.c:98
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
+msgid "UDP"
 msgstr ""
 
 #: modules/audio_filter/channel_mixer/dolby.c:47
@@ -8734,399 +8756,399 @@ msgstr "服務"
 msgid "Windows Service interface"
 msgstr "Windows服務介面"
 
-#: modules/control/rc.c:154
+#: modules/control/rc.c:156
 msgid "Show stream position"
 msgstr "顯示串流位置"
 
-#: modules/control/rc.c:155
+#: modules/control/rc.c:157
 msgid ""
 "Show the current position in seconds within the stream from time to time."
 msgstr ""
 
-#: modules/control/rc.c:158
+#: modules/control/rc.c:160
 msgid "Fake TTY"
 msgstr ""
 
-#: modules/control/rc.c:159
+#: modules/control/rc.c:161
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr ""
 
-#: modules/control/rc.c:161
+#: modules/control/rc.c:163
 msgid "UNIX socket command input"
 msgstr "Unix socket指令輸入"
 
-#: modules/control/rc.c:162
+#: modules/control/rc.c:164
 msgid "Accept commands over a Unix socket rather than stdin."
 msgstr ""
 
-#: modules/control/rc.c:165
+#: modules/control/rc.c:167
 msgid "TCP command input"
 msgstr "TCP指令輸入"
 
-#: modules/control/rc.c:166
+#: modules/control/rc.c:168
 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:170 modules/misc/dummy/dummy.c:49
+#: modules/control/rc.c:172 modules/misc/dummy/dummy.c:49
 msgid "Do not open a DOS command box interface"
 msgstr "不要開啟DOS指令視窗介面"
 
-#: modules/control/rc.c:172
+#: modules/control/rc.c:174
 msgid ""
 "By default the rc 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 ""
 
-#: modules/control/rc.c:179
+#: modules/control/rc.c:181
 msgid "RC"
 msgstr ""
 
-#: modules/control/rc.c:182
+#: modules/control/rc.c:184
 msgid "Remote control interface"
 msgstr "搖控介面"
 
-#: modules/control/rc.c:323
+#: modules/control/rc.c:325
 #, fuzzy
 msgid "Remote control interface initialized. Type `help' for help."
 msgstr "搖控介面"
 
-#: modules/control/rc.c:848
+#: modules/control/rc.c:850
 #, c-format
 msgid "Unknown command `%s'. Type `help' for help."
 msgstr ""
 
-#: modules/control/rc.c:881
+#: modules/control/rc.c:883
 msgid "+----[ Remote control commands ]"
 msgstr ""
 
-#: modules/control/rc.c:883
+#: modules/control/rc.c:885
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist"
 msgstr ""
 
-#: modules/control/rc.c:884
+#: modules/control/rc.c:886
 msgid "| enqueue XYZ  . . . . . . . queue XYZ to playlist"
 msgstr ""
 
-#: modules/control/rc.c:885
+#: modules/control/rc.c:887
 msgid "| playlist . . .  show items currently in playlist"
 msgstr ""
 
-#: modules/control/rc.c:886
+#: modules/control/rc.c:888
 msgid "| play . . . . . . . . . . . . . . . . play stream"
 msgstr ""
 
-#: modules/control/rc.c:887
+#: modules/control/rc.c:889
 msgid "| stop . . . . . . . . . . . . . . . . stop stream"
 msgstr ""
 
-#: modules/control/rc.c:888
+#: modules/control/rc.c:890
 msgid "| next . . . . . . . . . . . .  next playlist item"
 msgstr ""
 
-#: modules/control/rc.c:889
+#: modules/control/rc.c:891
 msgid "| prev . . . . . . . . . .  previous playlist item"
 msgstr ""
 
-#: modules/control/rc.c:890
+#: modules/control/rc.c:892
 msgid "| goto . . . . . . . . . . . .  goto item at index"
 msgstr ""
 
-#: modules/control/rc.c:891
+#: modules/control/rc.c:893
 msgid "| clear . . . . . . . . . . .   clear the playlist"
 msgstr ""
 
-#: modules/control/rc.c:892
+#: modules/control/rc.c:894
 msgid "| status . . . . . . . . . current playlist status"
 msgstr ""
 
-#: modules/control/rc.c:893
+#: modules/control/rc.c:895
 msgid "| title [X]  . . . . set/get title in current item"
 msgstr ""
 
-#: modules/control/rc.c:894
+#: modules/control/rc.c:896
 msgid "| title_n  . . . . . .  next title in current item"
 msgstr ""
 
-#: modules/control/rc.c:895
+#: modules/control/rc.c:897
 msgid "| title_p  . . . .  previous title in current item"
 msgstr ""
 
-#: modules/control/rc.c:896
+#: modules/control/rc.c:898
 msgid "| chapter [X]  . . set/get chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:897
+#: modules/control/rc.c:899
 msgid "| chapter_n  . . . .  next chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:898
+#: modules/control/rc.c:900
 msgid "| chapter_p  . .  previous chapter in current item"
 msgstr ""
 
-#: modules/control/rc.c:900
+#: modules/control/rc.c:902
 msgid "| seek X . seek in seconds, for instance `seek 12'"
 msgstr ""
 
-#: modules/control/rc.c:901
+#: modules/control/rc.c:903
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause"
 msgstr ""
 
-#: modules/control/rc.c:902
+#: modules/control/rc.c:904
 msgid "| fastforward  . . . . . .  .  set to maximum rate"
 msgstr ""
 
-#: modules/control/rc.c:903
+#: modules/control/rc.c:905
 msgid "| rewind  . . . . . . . . . .  set to minimum rate"
 msgstr ""
 
-#: modules/control/rc.c:904
+#: modules/control/rc.c:906
 msgid "| faster . . . . . . . .  faster playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:905
+#: modules/control/rc.c:907
 msgid "| slower . . . . . . . .  slower playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:906
+#: modules/control/rc.c:908
 msgid "| normal . . . . . . . .  normal playing of stream"
 msgstr ""
 
-#: modules/control/rc.c:907
+#: modules/control/rc.c:909
 msgid "| f [on|off] . . . . . . . . . . toggle fullscreen"
 msgstr ""
 
-#: modules/control/rc.c:908
+#: modules/control/rc.c:910
 msgid "| info . . .  information about the current stream"
 msgstr ""
 
-#: modules/control/rc.c:909
+#: modules/control/rc.c:911
 msgid "| get_time . . seconds elapsed since stream's beginning"
 msgstr ""
 
-#: modules/control/rc.c:910
+#: modules/control/rc.c:912
 msgid "| is_playing . .  1 if a stream plays, 0 otherwise"
 msgstr ""
 
-#: modules/control/rc.c:911
+#: modules/control/rc.c:913
 msgid "| get_title . . .  the title of the current stream"
 msgstr ""
 
-#: modules/control/rc.c:912
+#: modules/control/rc.c:914
 msgid "| get_length . .  the length of the current stream"
 msgstr ""
 
-#: modules/control/rc.c:914
+#: modules/control/rc.c:916
 msgid "| volume [X] . . . . . . . .  set/get audio volume"
 msgstr ""
 
-#: modules/control/rc.c:915
+#: modules/control/rc.c:917
 msgid "| volup [X]  . . . . .  raise audio volume X steps"
 msgstr ""
 
-#: modules/control/rc.c:916
+#: modules/control/rc.c:918
 msgid "| voldown [X]  . . . .  lower audio volume X steps"
 msgstr ""
 
-#: modules/control/rc.c:917
+#: modules/control/rc.c:919
 msgid "| adev [X] . . . . . . . . .  set/get audio device"
 msgstr ""
 
-#: modules/control/rc.c:918
+#: modules/control/rc.c:920
 msgid "| achan [X]. . . . . . . .  set/get audio channels"
 msgstr ""
 
-#: modules/control/rc.c:919
+#: modules/control/rc.c:921
 msgid "| atrack [X] . . . . . . . . . set/get audio track"
 msgstr ""
 
-#: modules/control/rc.c:920
+#: modules/control/rc.c:922
 msgid "| vtrack [X] . . . . . . . . . set/get video track"
 msgstr ""
 
-#: modules/control/rc.c:921
+#: modules/control/rc.c:923
 msgid "| strack [X] . . . . . . . set/get subtitles track"
 msgstr ""
 
-#: modules/control/rc.c:922
+#: modules/control/rc.c:924
 msgid "| menu [on|off|up|down|left|right|select] use menu"
 msgstr ""
 
-#: modules/control/rc.c:927
+#: modules/control/rc.c:929
 msgid "| marq-marquee STRING  . . overlay STRING in video"
 msgstr ""
 
-#: modules/control/rc.c:928
+#: modules/control/rc.c:930
 msgid "| marq-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:929
+#: modules/control/rc.c:931
 msgid "| marq-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:930
+#: modules/control/rc.c:932
 msgid "| marq-position #. . .  .relative position control"
 msgstr ""
 
-#: modules/control/rc.c:931
+#: modules/control/rc.c:933
 msgid "| marq-color # . . . . . . . . . . font color, RGB"
 msgstr ""
 
-#: modules/control/rc.c:932
+#: modules/control/rc.c:934
 msgid "| marq-opacity # . . . . . . . . . . . . . opacity"
 msgstr ""
 
-#: modules/control/rc.c:933
+#: modules/control/rc.c:935
 msgid "| marq-timeout T. . . . . . . . . . timeout, in ms"
 msgstr ""
 
-#: modules/control/rc.c:934
+#: modules/control/rc.c:936
 msgid "| marq-size # . . . . . . . . font size, in pixels"
 msgstr ""
 
-#: modules/control/rc.c:936
+#: modules/control/rc.c:938
 msgid "| time-format STRING . . . overlay STRING in video"
 msgstr ""
 
-#: modules/control/rc.c:937
+#: modules/control/rc.c:939
 msgid "| time-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:938
+#: modules/control/rc.c:940
 msgid "| time-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:939
+#: modules/control/rc.c:941
 msgid "| time-position #. . . . . . . . relative position"
 msgstr ""
 
-#: modules/control/rc.c:940
+#: modules/control/rc.c:942
 msgid "| time-color # . . . . . . . . . . font color, RGB"
 msgstr ""
 
-#: modules/control/rc.c:941
+#: modules/control/rc.c:943
 msgid "| time-opacity # . . . . . . . . . . . . . opacity"
 msgstr ""
 
-#: modules/control/rc.c:942
+#: modules/control/rc.c:944
 msgid "| time-size # . . . . . . . . font size, in pixels"
 msgstr ""
 
-#: modules/control/rc.c:944
+#: modules/control/rc.c:946
 msgid "| logo-file STRING . . .the overlay file path/name"
 msgstr ""
 
-#: modules/control/rc.c:945
+#: modules/control/rc.c:947
 msgid "| logo-x X . . . . . . . . . . . .offset from left"
 msgstr ""
 
-#: modules/control/rc.c:946
+#: modules/control/rc.c:948
 msgid "| logo-y Y . . . . . . . . . . . . offset from top"
 msgstr ""
 
-#: modules/control/rc.c:947
+#: modules/control/rc.c:949
 msgid "| logo-position #. . . . . . . . relative position"
 msgstr ""
 
-#: modules/control/rc.c:948
+#: modules/control/rc.c:950
 msgid "| logo-transparency #. . . . . . . . .transparency"
 msgstr ""
 
-#: modules/control/rc.c:950
+#: modules/control/rc.c:952
 msgid "| mosaic-alpha # . . . . . . . . . . . . . . alpha"
 msgstr ""
 
-#: modules/control/rc.c:951
+#: modules/control/rc.c:953
 msgid "| mosaic-height #. . . . . . . . . . . . . .height"
 msgstr ""
 
-#: modules/control/rc.c:952
+#: modules/control/rc.c:954
 msgid "| mosaic-width # . . . . . . . . . . . . . . width"
 msgstr ""
 
-#: modules/control/rc.c:953
+#: modules/control/rc.c:955
 msgid "| mosaic-xoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:954
+#: modules/control/rc.c:956
 msgid "| mosaic-yoffset # . . . .top left corner position"
 msgstr ""
 
-#: modules/control/rc.c:955
+#: modules/control/rc.c:957
 msgid "| mosaic-align 0..2,4..6,8..10. . .mosaic alignment"
 msgstr ""
 
-#: modules/control/rc.c:956
+#: modules/control/rc.c:958
 msgid "| mosaic-vborder # . . . . . . . . vertical border"
 msgstr ""
 
-#: modules/control/rc.c:957
+#: modules/control/rc.c:959
 msgid "| mosaic-hborder # . . . . . . . horizontal border"
 msgstr ""
 
-#: modules/control/rc.c:958
+#: modules/control/rc.c:960
 msgid "| mosaic-position {0=auto,1=fixed} . . . .position"
 msgstr ""
 
-#: modules/control/rc.c:959
+#: modules/control/rc.c:961
 msgid "| mosaic-rows #. . . . . . . . . . .number of rows"
 msgstr ""
 
-#: modules/control/rc.c:960
+#: modules/control/rc.c:962
 msgid "| mosaic-cols #. . . . . . . . . . .number of cols"
 msgstr ""
 
-#: modules/control/rc.c:961
+#: modules/control/rc.c:963
 msgid "| mosaic-order id(,id)* . . . . order of pictures "
 msgstr ""
 
-#: modules/control/rc.c:962
+#: modules/control/rc.c:964
 msgid "| mosaic-keep-aspect-ratio {0,1} . . .aspect ratio"
 msgstr ""
 
-#: modules/control/rc.c:964
+#: modules/control/rc.c:966
 msgid ""
 "| check-updates [newer] [equal] [older]\n"
 "|               [undef] [info] [source] [binary] [plugin]"
 msgstr ""
 
-#: modules/control/rc.c:968
+#: modules/control/rc.c:970
 msgid "| help . . . . . . . . . . . . . this help message"
 msgstr ""
 
-#: modules/control/rc.c:969
+#: modules/control/rc.c:971
 msgid "| longhelp . . . . . . . . . a longer help message"
 msgstr ""
 
-#: modules/control/rc.c:970
+#: modules/control/rc.c:972
 msgid "| logout . . . . .  exit (if in socket connection)"
 msgstr ""
 
-#: modules/control/rc.c:971
+#: modules/control/rc.c:973
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc"
 msgstr ""
 
-#: modules/control/rc.c:973
+#: modules/control/rc.c:975
 msgid "+----[ end of help ]"
 msgstr ""
 
-#: modules/control/rc.c:1080
+#: modules/control/rc.c:1082
 msgid "Press menu select or pause to continue."
 msgstr ""
 
-#: modules/control/rc.c:1324 modules/control/rc.c:1809
-#: modules/control/rc.c:1879 modules/control/rc.c:1928
-#: modules/control/rc.c:2027
+#: modules/control/rc.c:1326 modules/control/rc.c:1811
+#: modules/control/rc.c:1881 modules/control/rc.c:1930
+#: modules/control/rc.c:2029
 msgid "Type 'menu select' or 'pause' to continue."
 msgstr ""
 
-#: modules/control/rc.c:1461
+#: modules/control/rc.c:1463
 msgid "Type 'pause' to continue."
 msgstr ""
 
-#: modules/control/rc.c:2012 modules/control/rc.c:2051
+#: modules/control/rc.c:2014 modules/control/rc.c:2053
 msgid "Please provide one of the following parameters:"
 msgstr ""
 
@@ -9260,6 +9282,7 @@ msgstr ""
 #: modules/gui/macosx/interaction.m:135 modules/gui/macosx/open.m:158
 #: modules/gui/macosx/playlistinfo.m:60 modules/gui/macosx/prefs.m:122
 #: modules/gui/macosx/prefs.m:142 modules/gui/macosx/wizard.m:363
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:88
 msgid "Cancel"
 msgstr "取消"
 
@@ -10202,8 +10225,8 @@ msgstr ""
 #: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:440
 #: modules/gui/macosx/open.m:634 modules/gui/macosx/open.m:738
 #: modules/gui/macosx/open.m:784 modules/gui/wxwidgets/interface.cpp:675
-#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:348
-#: modules/gui/wxwidgets/menus.cpp:404
+#: modules/gui/wxwidgets/interface.cpp:686 modules/gui/wxwidgets/menus.cpp:349
+#: modules/gui/wxwidgets/menus.cpp:405
 msgid "Open"
 msgstr "é–‹å•Ÿ"
 
@@ -10215,7 +10238,7 @@ msgstr "偏好設定"
 
 #: modules/gui/beos/InterfaceWindow.cpp:237
 #: modules/gui/beos/InterfaceWindow.cpp:328 modules/gui/macosx/intf.m:503
-#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:35
+#: modules/gui/macosx/intf.m:600 modules/gui/qt4/dialogs/messages.cpp:41
 #: modules/gui/wxwidgets/dialogs/messages.cpp:47
 msgid "Messages"
 msgstr "訊息"
@@ -10368,6 +10391,7 @@ msgstr "套用"
 
 #: modules/gui/beos/PreferencesWindow.cpp:254 modules/gui/macosx/output.m:526
 #: modules/gui/macosx/playlist.m:704 modules/gui/macosx/prefs.m:121
+#: modules/gui/qt4/dialogs/prefs_dialog.cpp:87
 msgid "Save"
 msgstr "儲存"
 
@@ -10492,7 +10516,7 @@ msgstr "沒有輸入"
 msgid "The stream must be playing or paused for bookmarks to work."
 msgstr ""
 
-#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:735
+#: modules/gui/macosx/controls.m:48 modules/gui/macosx/controls.m:741
 #, fuzzy
 msgid "Jump To Time"
 msgstr "跳至: "
@@ -10510,64 +10534,64 @@ msgstr "跳至: "
 msgid "Random On"
 msgstr "開啟隨機播放"
 
-#: modules/gui/macosx/controls.m:167
+#: modules/gui/macosx/controls.m:168
 msgid "Random Off"
 msgstr "關閉隨機播放"
 
-#: modules/gui/macosx/controls.m:195 modules/gui/macosx/controls.m:719
+#: modules/gui/macosx/controls.m:197 modules/gui/macosx/controls.m:725
 #: modules/gui/macosx/intf.m:543 modules/gui/macosx/playlist.m:453
 #: modules/gui/macosx/playlist.m:1167
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:54
 msgid "Repeat One"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:199 modules/gui/macosx/controls.m:231
+#: modules/gui/macosx/controls.m:202 modules/gui/macosx/controls.m:236
 #: modules/gui/macosx/playlist.m:1186
 msgid "Repeat Off"
 msgstr "關閉重複播放"
 
-#: modules/gui/macosx/controls.m:227 modules/gui/macosx/controls.m:726
+#: modules/gui/macosx/controls.m:231 modules/gui/macosx/controls.m:732
 #: modules/gui/macosx/intf.m:544 modules/gui/macosx/playlist.m:454
 #: modules/gui/macosx/playlist.m:1175
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:53
 msgid "Repeat All"
 msgstr "重複播放全部"
 
-#: modules/gui/macosx/controls.m:308 modules/gui/macosx/controls.m:749
+#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
 #: modules/gui/macosx/intf.m:569
 msgid "Half Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:310 modules/gui/macosx/controls.m:750
+#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:756
 #: modules/gui/macosx/intf.m:570
 msgid "Normal Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:312 modules/gui/macosx/controls.m:751
+#: modules/gui/macosx/controls.m:318 modules/gui/macosx/controls.m:757
 #: modules/gui/macosx/intf.m:571
 msgid "Double Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:314 modules/gui/macosx/controls.m:755
-#: modules/gui/macosx/controls.m:766 modules/gui/macosx/intf.m:574
+#: modules/gui/macosx/controls.m:320 modules/gui/macosx/controls.m:761
+#: modules/gui/macosx/controls.m:772 modules/gui/macosx/intf.m:574
 msgid "Float on Top"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:316 modules/gui/macosx/controls.m:752
+#: modules/gui/macosx/controls.m:322 modules/gui/macosx/controls.m:758
 #: modules/gui/macosx/intf.m:572
 msgid "Fit to Screen"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:542
+#: modules/gui/macosx/controls.m:718 modules/gui/macosx/intf.m:542
 #: modules/gui/macosx/playlist.m:447
 msgid "Random"
 msgstr "隨機"
 
-#: modules/gui/macosx/controls.m:733 modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/controls.m:739 modules/gui/macosx/intf.m:545
 msgid "Step Forward"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:734 modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/controls.m:740 modules/gui/macosx/intf.m:546
 msgid "Step Backward"
 msgstr ""
 
@@ -10586,7 +10610,7 @@ msgstr "快速向前"
 #: modules/gui/pda/pda_interface.c:251 modules/gui/wxwidgets/interface.cpp:678
 #: modules/gui/wxwidgets/interface.cpp:689
 #: modules/gui/wxwidgets/interface.cpp:1210
-#: modules/gui/wxwidgets/menus.cpp:265 modules/visualization/xosd.c:242
+#: modules/gui/wxwidgets/menus.cpp:266 modules/visualization/xosd.c:242
 msgid "Pause"
 msgstr "暫停"
 
@@ -10799,7 +10823,7 @@ msgstr "VLC - 控制器"
 
 #: modules/gui/macosx/intf.m:488 modules/gui/macosx/intf.m:999
 #: modules/gui/macosx/intf.m:1321 modules/gui/pda/pda_interface.c:212
-#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:52
+#: modules/gui/pda/pda_interface.c:1355 modules/gui/qt4/main_interface.cpp:54
 msgid "VLC media player"
 msgstr "VLC多媒體播放程式"
 
@@ -11244,80 +11268,6 @@ msgstr ""
 msgid "Save File"
 msgstr "儲存檔案"
 
-#: modules/gui/macosx/playlistinfo.m:56
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
-msgid "URI"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:63
-#, fuzzy
-msgid "Advanced Information"
-msgstr "進階選項"
-
-#: modules/gui/macosx/playlistinfo.m:81
-msgid "Read at media"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:82
-#, fuzzy
-msgid "Input bitrate"
-msgstr "輸入清單"
-
-#: modules/gui/macosx/playlistinfo.m:83
-#, fuzzy
-msgid "Demuxed"
-msgstr "解多工器"
-
-#: modules/gui/macosx/playlistinfo.m:84
-#, fuzzy
-msgid "Stream bitrate"
-msgstr "最大化編碼位元率"
-
-#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
-#, fuzzy
-msgid "Decoded blocks"
-msgstr "解碼器"
-
-#: modules/gui/macosx/playlistinfo.m:88
-#, fuzzy
-msgid "Displayed frames"
-msgstr "略過頁面"
-
-#: modules/gui/macosx/playlistinfo.m:89
-#, fuzzy
-msgid "Lost frames"
-msgstr "Logo檔名"
-
-#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
-#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
-#: modules/video_filter/deinterlace.c:137
-msgid "Streaming"
-msgstr "串流"
-
-#: modules/gui/macosx/playlistinfo.m:92
-msgid "Sent packets"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:93
-msgid "Sent bytes"
-msgstr ""
-
-#: modules/gui/macosx/playlistinfo.m:94
-#, fuzzy
-msgid "Send rate"
-msgstr "採樣率"
-
-#: modules/gui/macosx/playlistinfo.m:98
-#, fuzzy
-msgid "Played buffers"
-msgstr "快速播放"
-
-#: modules/gui/macosx/playlistinfo.m:99
-msgid "Lost buffers"
-msgstr ""
-
 #: modules/gui/macosx/playlist.m:434
 msgid "Save Playlist..."
 msgstr "儲存播放清單..."
@@ -11406,6 +11356,80 @@ msgstr ""
 msgid "Empty Folder"
 msgstr ""
 
+#: modules/gui/macosx/playlistinfo.m:56
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
+msgid "URI"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:63
+#, fuzzy
+msgid "Advanced Information"
+msgstr "進階選項"
+
+#: modules/gui/macosx/playlistinfo.m:81
+msgid "Read at media"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:82
+#, fuzzy
+msgid "Input bitrate"
+msgstr "輸入清單"
+
+#: modules/gui/macosx/playlistinfo.m:83
+#, fuzzy
+msgid "Demuxed"
+msgstr "解多工器"
+
+#: modules/gui/macosx/playlistinfo.m:84
+#, fuzzy
+msgid "Stream bitrate"
+msgstr "最大化編碼位元率"
+
+#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
+#, fuzzy
+msgid "Decoded blocks"
+msgstr "解碼器"
+
+#: modules/gui/macosx/playlistinfo.m:88
+#, fuzzy
+msgid "Displayed frames"
+msgstr "略過頁面"
+
+#: modules/gui/macosx/playlistinfo.m:89
+#, fuzzy
+msgid "Lost frames"
+msgstr "Logo檔名"
+
+#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:404
+#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
+#: modules/video_filter/deinterlace.c:137
+msgid "Streaming"
+msgstr "串流"
+
+#: modules/gui/macosx/playlistinfo.m:92
+msgid "Sent packets"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:93
+msgid "Sent bytes"
+msgstr ""
+
+#: modules/gui/macosx/playlistinfo.m:94
+#, fuzzy
+msgid "Send rate"
+msgstr "採樣率"
+
+#: modules/gui/macosx/playlistinfo.m:98
+#, fuzzy
+msgid "Played buffers"
+msgstr "快速播放"
+
+#: modules/gui/macosx/playlistinfo.m:99
+msgid "Lost buffers"
+msgstr ""
+
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:213
 msgid "Reset All"
@@ -12643,11 +12667,22 @@ msgstr ""
 msgid "QNX RTOS video and audio output"
 msgstr "QNX RTOS視訊及音訊輸出"
 
+#: modules/gui/qt4/dialogs/errors.cpp:37
+#, fuzzy
+msgid "Errors"
+msgstr "錯誤"
+
 #: modules/gui/qt4/dialogs/streaminfo.cpp:35
 #, fuzzy
 msgid "Stream information"
 msgstr "更多資訊"
 
+#: modules/gui/qt4/dialogs_provider.cpp:235
+#: modules/gui/qt4/dialogs_provider.cpp:246
+#, fuzzy
+msgid "Open directory"
+msgstr "開啟檔案(&F)...\tCtrl-F"
+
 #: modules/gui/qt4/qt4.cpp:45
 #, fuzzy
 msgid "QT interface"
@@ -12823,6 +12858,11 @@ msgstr "WinCE介面模組"
 msgid "WinCE dialogs provider"
 msgstr ""
 
+#: modules/gui/wxwidgets/dialogs.cpp:433
+#: modules/gui/wxwidgets/dialogs/open.cpp:1265
+msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
+msgstr ""
+
 #: modules/gui/wxwidgets/dialogs/bookmarks.cpp:75
 msgid "Edit bookmark"
 msgstr "編輯書籤"
@@ -12889,26 +12929,6 @@ msgstr ""
 msgid "Input has changed "
 msgstr "輸入已改變"
 
-#: modules/gui/wxwidgets/dialogs.cpp:433
-#: modules/gui/wxwidgets/dialogs/open.cpp:1265
-msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:435
-#: modules/gui/wxwidgets/dialogs/open.cpp:1267
-msgid "|Video Files (*.avi, *.mpg, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:436
-#: modules/gui/wxwidgets/dialogs/open.cpp:1268
-msgid "|Playlist Files (*.m3u, *.pls, etc.)|"
-msgstr ""
-
-#: modules/gui/wxwidgets/dialogs.cpp:437
-#: modules/gui/wxwidgets/dialogs/open.cpp:1269
-msgid "|Subtitle Files (*.srt, *.sub, etc.)|"
-msgstr ""
-
 #: modules/gui/wxwidgets/dialogs/fileinfo.cpp:54
 #, fuzzy
 msgid "Stream and Media Info"
@@ -13448,11 +13468,6 @@ msgstr "輸出URL"
 msgid "Loop"
 msgstr "循環"
 
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:415
-#, fuzzy
-msgid "Create"
-msgstr "置中"
-
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp:560
 #, fuzzy
 msgid "VLM stream"
@@ -13528,11 +13543,6 @@ msgid ""
 "about it."
 msgstr "選擇你的視訊編碼器,點擊以顯示更多資訊"
 
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
-#, fuzzy
-msgid "Transcode audio (if available)"
-msgstr "音訊轉碼"
-
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:135
 #, fuzzy
 msgid ""
@@ -13601,6 +13611,11 @@ msgstr "更多資訊"
 msgid "Save to file"
 msgstr "儲存檔案"
 
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:134
+#, fuzzy
+msgid "Transcode audio (if available)"
+msgstr "音訊轉碼"
+
 #: modules/gui/wxwidgets/extrapanel.cpp:41
 msgid ""
 "Controls the blending of equalizer bands. The higher this value is, the more "
@@ -13884,7 +13899,7 @@ msgstr "訊息(&M)"
 msgid "&Preferences..."
 msgstr "偏好設定(&P)"
 
-#: modules/gui/wxwidgets/menus.cpp:572 modules/gui/wxwidgets/menus.cpp:599
+#: modules/gui/wxwidgets/menus.cpp:573 modules/gui/wxwidgets/menus.cpp:600
 msgid "Empty"
 msgstr "ç„¡é …ç›®"
 
@@ -14387,10 +14402,6 @@ msgstr "輸出檔案"
 msgid "Output data for RRDTool in this file."
 msgstr ""
 
-#: modules/misc/memcpy/memcpyaltivec.c:56
-msgid "AltiVec memcpy"
-msgstr ""
-
 #: modules/misc/memcpy/memcpy.c:83
 msgid "libc memcpy"
 msgstr ""
@@ -14407,6 +14418,10 @@ msgstr ""
 msgid "MMX EXT memcpy"
 msgstr ""
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr ""
+
 #: modules/misc/msn.c:64
 msgid "MSN Title format string"
 msgstr ""
@@ -15845,13 +15860,6 @@ msgstr ""
 msgid "Conversions from "
 msgstr ""
 
-#: 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 ""
-
 #: 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 "
@@ -17450,8 +17458,8 @@ msgid "XOSD interface"
 msgstr "XOSD介面"
 
 #, fuzzy
-#~ msgid "Errors"
-#~ msgstr "錯誤"
+#~ msgid "Create"
+#~ msgstr "置中"
 
 #~ msgid "Open Messages Window"
 #~ msgstr "開啟訊息視窗"