]> git.sesse.net Git - vlc/commitdiff
ALL: Fix make distcheck
authorChristophe Mutricy <xtophe@videolan.org>
Tue, 14 Mar 2006 22:40:33 +0000 (22:40 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Tue, 14 Mar 2006 22:40:33 +0000 (22:40 +0000)
- add a modules.am for mux/rtp It is just there to please autotools nothing is built by default
- update-po

23 files changed:
configure.ac
modules/mux/rtp/Modules.am [new file with mode: 0644]
po/POTFILES.in
po/ca.po
po/da.po
po/de.po
po/en_GB.po
po/es.po
po/fr.po
po/it.po
po/ja.po
po/ka.po
po/ko.po
po/nl.po
po/oc.po
po/pt_BR.po
po/ro.po
po/ru.po
po/sv.po
po/tr.po
po/vlc.pot
po/zh_CN.po
po/zh_TW.po

index 2a8a5b63bea3ab02209a1201f3bce14fd208cc9f..205af25abef3b57b5659d47bedb1e1cead1d8a28 100644 (file)
@@ -5395,6 +5395,7 @@ AC_CONFIG_FILES([
   modules/misc/xml/Makefile
   modules/mux/Makefile
   modules/mux/mpeg/Makefile
+  modules/mux/rtp/Makefile
   modules/packetizer/Makefile
   modules/services_discovery/Makefile
   modules/stream_out/Makefile
diff --git a/modules/mux/rtp/Modules.am b/modules/mux/rtp/Modules.am
new file mode 100644 (file)
index 0000000..072cfe1
--- /dev/null
@@ -0,0 +1 @@
+SOURCES_rtcp =         rtcp.c rtcp.h rtp.h
index ea0a73739daedf2dab5ba1ee77cf319809c73d1b..c479cea873ca8e94d14f33df70c94c4bbc6c4afe 100644 (file)
@@ -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_error.h
 include/vlc_es.h
@@ -43,34 +51,26 @@ 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_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_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
@@ -93,9 +93,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
@@ -152,8 +152,8 @@ src/osd/osd.c
 src/osd/osd_parser.c
 src/osd/osd_text.c
 src/osd/osd_widgets.c
-src/playlist/item.c
 src/playlist/item-ext.c
+src/playlist/item.c
 src/playlist/loadsave.c
 src/playlist/playlist.c
 src/playlist/services_discovery.c
@@ -174,9 +174,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
@@ -189,18 +189,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
@@ -214,19 +212,12 @@ 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/pvr.c
 modules/access/pvr/videodev2.h
 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
@@ -258,6 +249,15 @@ modules/access/vcdx/vcd.c
 modules/access/vcdx/vcd.h
 modules/access/vcdx/vcdplayer.c
 modules/access/vcdx/vcdplayer.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
@@ -485,9 +485,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
@@ -496,17 +496,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
@@ -609,8 +609,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
@@ -691,7 +691,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
@@ -700,6 +699,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/playlist.cpp
@@ -760,9 +760,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
@@ -831,8 +831,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
@@ -901,11 +901,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
@@ -936,13 +936,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
@@ -973,6 +973,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
@@ -1007,8 +1009,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
index 3fa466f8a462e1667c3038584daaa979621effc4..8582d840ebc2efcb6e65a16e8f6d98a5df686d30 100644 (file)
--- a/po/ca.po
+++ b/po/ca.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: vlc 0.8.2-svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-03-12 17:26+0000\n"
+"POT-Creation-Date: 2006-03-14 21:08+0100\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"
@@ -17,6 +17,18 @@ msgstr ""
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: include/vlc/vlc.h:578
+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"
@@ -499,9 +511,9 @@ msgstr ""
 "Avís: si no podeu accedir a la GUI, obriu una finestra d'ordres dos, aneu al "
 "directori on heu instal·lat VLC i executa \"vlc -I wxwin\"\n"
 
-#: include/vlc_meta.h:28 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225 modules/misc/growl.c:168
+#: include/vlc_meta.h:28 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298 modules/misc/growl.c:168
 #: modules/misc/growl.c:171
 msgid "Meta-information"
 msgstr "Metainformació"
@@ -515,15 +527,15 @@ msgstr "Metainformació"
 msgid "Title"
 msgstr "Títol:"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:57
-#: modules/gui/macosx/playlist.m:133 modules/gui/macosx/wizard.m:392
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:133
+#: modules/gui/macosx/playlistinfo.m:57 modules/gui/macosx/wizard.m:392
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:51
 msgid "Author"
 msgstr "Autor:"
 
-#: include/vlc_meta.h:31 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225
+#: include/vlc_meta.h:31 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298
 msgid "Artist"
 msgstr "Artista"
 
@@ -666,18 +678,6 @@ msgstr "Nom del còdec"
 msgid "Codec Description"
 msgstr "Descripció del còdec"
 
-#: include/vlc/vlc.h:578
-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/input.c:80 src/audio_output/input.c:126
 #: src/input/es_out.c:361 src/libvlc.h:365 src/video_output/video_output.c:379
 #: modules/codec/ffmpeg/postprocess.c:94
@@ -2983,7 +2983,7 @@ msgstr ""
 "completa."
 
 #: src/libvlc.h:856 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:81
-#: modules/gui/wxwidgets/interface.cpp:1467
+#: modules/gui/wxwidgets/interface.cpp:1469
 msgid "Play/Pause"
 msgstr "Reprodueix/Pausa"
 
@@ -3030,7 +3030,7 @@ msgstr ""
 #: modules/gui/macosx/controls.m:646 modules/gui/macosx/intf.m:476
 #: modules/gui/macosx/intf.m:521 modules/gui/macosx/intf.m:592
 #: modules/gui/macosx/wizard.m:313 modules/gui/macosx/wizard.m:364
-#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1472
+#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1474
 #: modules/gui/wxwidgets/menus.cpp:289
 msgid "Next"
 msgstr "Següent"
@@ -3044,7 +3044,7 @@ msgstr ""
 #: src/libvlc.h:868 modules/control/hotkeys.c:628
 #: modules/gui/macosx/controls.m:645 modules/gui/macosx/intf.m:471
 #: modules/gui/macosx/intf.m:520 modules/gui/macosx/intf.m:593
-#: modules/gui/wxwidgets/interface.cpp:1471
+#: modules/gui/wxwidgets/interface.cpp:1473
 #: modules/gui/wxwidgets/menus.cpp:288
 msgid "Previous"
 msgstr "Anterior"
@@ -3061,7 +3061,7 @@ msgstr ""
 #: modules/gui/pda/pda_interface.c:275
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:86
 #: modules/gui/wxwidgets/interface.cpp:668
-#: modules/gui/wxwidgets/interface.cpp:1473
+#: modules/gui/wxwidgets/interface.cpp:1475
 #: modules/gui/wxwidgets/menus.cpp:287 modules/visualization/xosd.c:235
 msgid "Stop"
 msgstr "Atura"
@@ -4437,7 +4437,7 @@ msgid "Aspect-ratio"
 msgstr "Ràtio de l'aspecte"
 
 #: modules/access/cdda.c:52 modules/access/dshow/dshow.cpp:79
-#: modules/access/dvb/access.c:71 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:71
 #: modules/access/dvdnav.c:63 modules/access/dvdread.c:61
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:42
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -5009,6 +5009,22 @@ msgstr "Actualitza la llista"
 msgid "Configure"
 msgstr "Configura"
 
+#: modules/access/dv.c:70 modules/access/file.c:82
+msgid ""
+"Allows you to modify the default caching value for file streams. This value "
+"should be set in millisecond units."
+msgstr ""
+"Us permet modificar el valor de captura predeterminat per fluxos de fitxer. "
+"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:73
 msgid ""
 "Allows you to modify the default caching value for dvb streams. This value "
@@ -5254,22 +5270,6 @@ msgstr "Entrada DVB amb suport v4l2"
 msgid "HTTP server"
 msgstr "Nom d'usuari de l'HTTP"
 
-#: modules/access/dv.c:70 modules/access/file.c:82
-msgid ""
-"Allows you to modify the default caching value for file streams. This value "
-"should be set in millisecond units."
-msgstr ""
-"Us permet modificar el valor de captura predeterminat per fluxos de fitxer. "
-"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:59 modules/access/dvdread.c:57
 msgid "DVD angle"
 msgstr "Angle del DVD"
@@ -5443,43 +5443,6 @@ msgstr "Entrada estàndard del fitxer de sistema"
 msgid "File"
 msgstr "Fitxer"
 
-#: modules/access_filter/record.c:43
-#, fuzzy
-msgid "Record directory"
-msgstr "Directori font"
-
-#: modules/access_filter/record.c:45
-#, fuzzy
-msgid "Allows you to specify the 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:45
-#, fuzzy
-msgid "Size of the temporary files use to store the timeshifted stream."
-msgstr ""
-"Els filtres de vídeo s'utilitzen pel post-processament del flux de vídeo"
-
-#: modules/access_filter/timeshift.c:47
-#, fuzzy
-msgid "Timeshift directory"
-msgstr "Directori de la instantània del vídeo"
-
-#: modules/access_filter/timeshift.c:48
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
-#, fuzzy
-msgid "Timeshift"
-msgstr "Hora"
-
 #: modules/access/ftp.c:44
 msgid ""
 "Allows you to modify the default caching value for FTP streams. This value "
@@ -5625,195 +5588,6 @@ msgstr ""
 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_output/dummy.c:41 modules/misc/dummy/dummy.c:58
-msgid "Dummy"
-msgstr "Dummy"
-
-#: modules/access_output/file.c:60
-msgid "Append to file"
-msgstr "Afegeix a un fitxer"
-
-#: modules/access_output/file.c:61
-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:65
-msgid "File stream output"
-msgstr "Sortida de flux del fitxer"
-
-#: modules/access_output/http.c:60
-msgid "Username"
-msgstr "Nom d'usuari"
-
-#: modules/access_output/http.c:61
-msgid ""
-"Allows you to give a 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:64
-msgid ""
-"Allows you to give a 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 "Allows you to give the mime returned by the server."
-msgstr "Us permet donar el mime retornat pel servidor."
-
-#: modules/access_output/http.c:70
-msgid ""
-"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
-"stream output"
-msgstr ""
-"Camí al arxiu certificat x509 PEM que s'utilitzarà per la sortida de flux "
-"HTTP/SSL"
-
-#: modules/access_output/http.c:73
-msgid ""
-"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
-"stream output. 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:77
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used by the HTTP/SSL stream output. 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:82
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
-"stream output. 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:85
-msgid "Advertise with Bonjour"
-msgstr ""
-
-#: modules/access_output/http.c:86
-msgid "Advertise the stream with the Bonjour protocol"
-msgstr ""
-
-#: modules/access_output/http.c:90
-msgid "HTTP stream output"
-msgstr "Sortida de flux de HTTP"
-
-#: modules/access_output/http.c:92 modules/control/http/http.c:58
-#: 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 "The name this stream/channel will get on the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:61
-#, fuzzy
-msgid "Stream-description"
-msgstr "Descripció de la sessió"
-
-#: modules/access_output/shout.c:62
-msgid "A description of the stream content. (Information about your channel)."
-msgstr ""
-
-#: modules/access_output/shout.c:65
-#, fuzzy
-msgid "Stream MP3"
-msgstr "Corrent de dades"
-
-#: modules/access_output/shout.c:66
-msgid ""
-"Normally you have to feed the shoutcast module with Ogg streams. This option "
-"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
-"the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:71
-msgid "libshout (icecast) output"
-msgstr ""
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:40
-#: modules/demux/livedotcom.cpp:61
-msgid "Caching value (ms)"
-msgstr "Valor de captura (ms)"
-
-#: modules/access_output/udp.c:77 modules/access/udp.c:44
-msgid ""
-"Allows you to modify the default caching value for UDP streams. This value "
-"should be set in millisecond units."
-msgstr ""
-"Us permet modificar el valor de captura predeterminat per fluxos UDP. "
-"S'hauria d'especificar en unitats de mil·lisegon."
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:441
-#: modules/gui/macosx/wizard.m:1782
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
-msgid "Time-To-Live (TTL)"
-msgstr "Temps de vida (TTL)"
-
-#: modules/access_output/udp.c:81
-#, fuzzy
-msgid "Allows you to define the 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
-msgid ""
-"Packets can be sent one by one at the right time or by groups. This allows "
-"you to give the number of packets that will be sent at a time. It helps "
-"reducing the scheduling load on heavily-loaded systems."
-msgstr ""
-"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_output/udp.c:90
-msgid "Raw write"
-msgstr "Escriure en el format Raw"
-
-#: modules/access_output/udp.c:91
-msgid ""
-"If you enable this option, packets will be sent directly, without trying to "
-"fill the MTU (ie, without trying to make the biggest possible packets in "
-"order to improve streaming)."
-msgstr ""
-"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/access/pvr/pvr.c:48
 msgid ""
 "Allows you to modify the default caching value for pvr streams. This value "
@@ -5931,7 +5705,7 @@ msgstr ""
 "d'àudio de la targeta."
 
 #: modules/access/pvr/pvr.c:96 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1337
+#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1339
 msgid "Volume"
 msgstr "Volum"
 
@@ -5985,6 +5759,11 @@ msgstr "PVR"
 msgid "MPEG Encoding cards input (with ivtv drivers)"
 msgstr "Entrada de les targetes Codificadores MPEG (amb controladors ivtv)"
 
+#: modules/access/rtsp/access.c:40 modules/access_output/udp.c:75
+#: modules/demux/livedotcom.cpp:61
+msgid "Caching value (ms)"
+msgstr "Valor de captura (ms)"
+
 #: modules/access/rtsp/access.c:42 modules/demux/livedotcom.cpp:63
 msgid ""
 "Allows you to modify the default caching value for RTSP streams. This value "
@@ -6079,6 +5858,14 @@ msgstr "TCP"
 msgid "TCP input"
 msgstr "Entrada del TCP"
 
+#: modules/access/udp.c:44 modules/access_output/udp.c:77
+msgid ""
+"Allows you to modify the default caching value for UDP streams. This value "
+"should be set in millisecond units."
+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"
@@ -6376,54 +6163,267 @@ msgstr "Entrada de Vídeo CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD)"
 msgid "vcdx://[device-or-file][@{P,S,T}num]"
 msgstr "vcdx://[dispositiu-o-fitxer][@{P,S,T}nombre]"
 
-#: 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: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 "Allows you to specify the 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:45
+#, fuzzy
+msgid "Size of the temporary files use to store the timeshifted stream."
+msgstr ""
+"Els filtres de vídeo s'utilitzen pel post-processament del flux de vídeo"
+
+#: modules/access_filter/timeshift.c:47
+#, fuzzy
+msgid "Timeshift directory"
+msgstr "Directori de la instantània del vídeo"
+
+#: modules/access_filter/timeshift.c:48
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
+#, 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:60
+msgid "Append to file"
+msgstr "Afegeix a un fitxer"
+
+#: modules/access_output/file.c:61
+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:65
+msgid "File stream output"
+msgstr "Sortida de flux del fitxer"
+
+#: modules/access_output/http.c:60
+msgid "Username"
+msgstr "Nom d'usuari"
+
+#: modules/access_output/http.c:61
+msgid ""
+"Allows you to give a 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:64
+msgid ""
+"Allows you to give a 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 "Allows you to give the mime returned by the server."
+msgstr "Us permet donar el mime retornat pel servidor."
+
+#: modules/access_output/http.c:70
+msgid ""
+"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
+"stream output"
+msgstr ""
+"Camí al arxiu certificat x509 PEM que s'utilitzarà per la sortida de flux "
+"HTTP/SSL"
+
+#: modules/access_output/http.c:73
+msgid ""
+"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
+"stream output. 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:77
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used by the HTTP/SSL stream output. 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:82
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
+"stream output. 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:85
+msgid "Advertise with Bonjour"
+msgstr ""
+
+#: modules/access_output/http.c:86
+msgid "Advertise the stream with the Bonjour protocol"
+msgstr ""
+
+#: modules/access_output/http.c:90
+msgid "HTTP stream output"
+msgstr "Sortida de flux de HTTP"
+
+#: modules/access_output/http.c:92 modules/control/http/http.c:58
+#: 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 "The name this stream/channel will get on the icecast server."
+msgstr ""
+
+#: modules/access_output/shout.c:61
+#, fuzzy
+msgid "Stream-description"
+msgstr "Descripció de la sessió"
+
+#: modules/access_output/shout.c:62
+msgid "A description of the stream content. (Information about your channel)."
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
-msgstr "Voleu utilitzar el control de playback?"
+#: modules/access_output/shout.c:65
+#, fuzzy
+msgid "Stream MP3"
+msgstr "Corrent de dades"
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/shout.c:66
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Normally you have to feed the shoutcast module with Ogg streams. This option "
+"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
+"the icecast server."
 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?"
+#: modules/access_output/shout.c:71
+msgid "libshout (icecast) output"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:441
+#: modules/gui/macosx/wizard.m:1782
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
+msgid "Time-To-Live (TTL)"
+msgstr "Temps de vida (TTL)"
+
+#: modules/access_output/udp.c:81
+#, fuzzy
+msgid "Allows you to define the 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
 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. This allows "
+"you to give the number of packets that will be sent at a time. It helps "
+"reducing the scheduling load on heavily-loaded systems."
 msgstr ""
+"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:129
-msgid "Show extended VCD info?"
-msgstr "Voleu mostrar la informació de VCD ampliada?"
+#: modules/access_output/udp.c:90
+msgid "Raw write"
+msgstr "Escriure en el format Raw"
 
-#: modules/access/vcdx/vcd.c:130
-#, fuzzy
+#: modules/access_output/udp.c:91
 msgid ""
-"Show the maximum amount of information under Stream and Media Info. Shows "
-"for example playback control navigation."
+"If you enable this option, packets will be sent directly, without trying to "
+"fill the MTU (ie, without trying to make the biggest possible packets in "
+"order to improve streaming)."
 msgstr ""
-"Mostra el màxim sobre la informació del medi i el flux. Mostra per exemple "
-"la navegació del control de playback."
+"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/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:97
+msgid "UDP stream output"
+msgstr "Flux de sortida UDP"
 
-#: 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_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"
@@ -10578,7 +10578,7 @@ msgstr "Avança ràpid"
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:274
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:283
 #: modules/gui/wxwidgets/interface.cpp:669
-#: modules/gui/wxwidgets/interface.cpp:1193
+#: modules/gui/wxwidgets/interface.cpp:1195
 #: modules/gui/wxwidgets/menus.cpp:294 modules/gui/wxwidgets/menus.cpp:308
 msgid "Play"
 msgstr "Reprodueix"
@@ -10587,7 +10587,7 @@ msgstr "Reprodueix"
 #: modules/gui/macosx/intf.m:1305 modules/gui/macosx/intf.m:1306
 #: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
 #: modules/gui/wxwidgets/interface.cpp:670
-#: modules/gui/wxwidgets/interface.cpp:1187
+#: modules/gui/wxwidgets/interface.cpp:1189
 #: modules/gui/wxwidgets/menus.cpp:296 modules/visualization/xosd.c:240
 msgid "Pause"
 msgstr "Pausa"
@@ -10797,7 +10797,7 @@ msgstr "Oculta els altres"
 msgid "Show All"
 msgstr "Mostra-ho tot"
 
-#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1465
+#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1467
 msgid "Quit VLC"
 msgstr "Sortir del programa"
 
@@ -10882,7 +10882,7 @@ msgid "Extended Controls"
 msgstr "Controls ampliats"
 
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:606
-#: modules/gui/macosx/playlistinfo.m:54 modules/gui/macosx/playlist.m:483
+#: modules/gui/macosx/playlist.m:483 modules/gui/macosx/playlistinfo.m:54
 #, fuzzy
 msgid "Information"
 msgstr "Transformació"
@@ -11254,6 +11254,78 @@ msgstr "SDP URL"
 msgid "Save File"
 msgstr "Desa el fitxer"
 
+#: modules/gui/macosx/playlist.m:478
+msgid "Save Playlist..."
+msgstr "Desa la llista de reproducció"
+
+#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
+#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
+msgid "Delete"
+msgstr "Esborra"
+
+#: modules/gui/macosx/playlist.m:481
+msgid "Expand Node"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:484
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
+msgid "Preparse"
+msgstr "Preanalitza"
+
+#: modules/gui/macosx/playlist.m:485
+msgid "Sort Node by Name"
+msgstr "Ordena el node per nom"
+
+#: modules/gui/macosx/playlist.m:486
+msgid "Sort Node by Author"
+msgstr "Ordena el node per autor"
+
+#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
+#, fuzzy
+msgid "No items in the playlist"
+msgstr "No hi ha cap element a la llista de reproducció"
+
+#: modules/gui/macosx/playlist.m:493
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
+msgid "Search"
+msgstr "Cerca"
+
+#: modules/gui/macosx/playlist.m:495
+#, fuzzy
+msgid "Search in Playlist"
+msgstr "Obre la llista de reproducció"
+
+#: modules/gui/macosx/playlist.m:496
+msgid "Standard Play"
+msgstr " Reproducció estàndard"
+
+#: modules/gui/macosx/playlist.m:499
+#, fuzzy
+msgid "Add Folder to Playlist"
+msgstr "Afegeix a la llista de reproducció"
+
+#: modules/gui/macosx/playlist.m:745
+#, fuzzy
+msgid "Save Playlist"
+msgstr "Desa la llista de reproducció"
+
+#: modules/gui/macosx/playlist.m:1489
+msgid "Empty Folder"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:1514
+#, fuzzy, c-format
+msgid "%i items in the playlist"
+msgstr "Hi ha %i elements a la llista de reproducció"
+
+#: modules/gui/macosx/playlist.m:1524
+#, fuzzy
+msgid "1 item in the playlist"
+msgstr "Hi ha un element a la llista de reproducció"
+
 #: modules/gui/macosx/playlistinfo.m:55
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:585
@@ -11340,78 +11412,6 @@ msgstr ""
 msgid "Info"
 msgstr "Informació"
 
-#: modules/gui/macosx/playlist.m:478
-msgid "Save Playlist..."
-msgstr "Desa la llista de reproducció"
-
-#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
-msgid "Delete"
-msgstr "Esborra"
-
-#: modules/gui/macosx/playlist.m:481
-msgid "Expand Node"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:484
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
-msgid "Preparse"
-msgstr "Preanalitza"
-
-#: modules/gui/macosx/playlist.m:485
-msgid "Sort Node by Name"
-msgstr "Ordena el node per nom"
-
-#: modules/gui/macosx/playlist.m:486
-msgid "Sort Node by Author"
-msgstr "Ordena el node per autor"
-
-#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
-#, fuzzy
-msgid "No items in the playlist"
-msgstr "No hi ha cap element a la llista de reproducció"
-
-#: modules/gui/macosx/playlist.m:493
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
-msgid "Search"
-msgstr "Cerca"
-
-#: modules/gui/macosx/playlist.m:495
-#, fuzzy
-msgid "Search in Playlist"
-msgstr "Obre la llista de reproducció"
-
-#: modules/gui/macosx/playlist.m:496
-msgid "Standard Play"
-msgstr " Reproducció estàndard"
-
-#: modules/gui/macosx/playlist.m:499
-#, fuzzy
-msgid "Add Folder to Playlist"
-msgstr "Afegeix a la llista de reproducció"
-
-#: modules/gui/macosx/playlist.m:745
-#, fuzzy
-msgid "Save Playlist"
-msgstr "Desa la llista de reproducció"
-
-#: modules/gui/macosx/playlist.m:1489
-msgid "Empty Folder"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:1514
-#, fuzzy, c-format
-msgid "%i items in the playlist"
-msgstr "Hi ha %i elements a la llista de reproducció"
-
-#: modules/gui/macosx/playlist.m:1524
-#, fuzzy
-msgid "1 item in the playlist"
-msgstr "Hi ha un element a la llista de reproducció"
-
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:212
 msgid "Reset All"
@@ -12854,7 +12854,7 @@ msgstr ""
 "(interfície WinCE)\n"
 "\n"
 
-#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:918
+#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:920
 #, fuzzy
 msgid ""
 "(c) 1996-2006 - the VideoLAN Team\n"
@@ -12863,16 +12863,16 @@ msgstr ""
 "(c) 1996-2005 - L'equip del VideoLAN\n"
 "\n"
 
-#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:919
+#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:921
 #, fuzzy
 msgid "Compiled by "
 msgstr "Comedia"
 
-#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:921
+#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:923
 msgid "Compiler: "
 msgstr ""
 
-#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:923
+#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:925
 msgid "Based on SVN revision: "
 msgstr ""
 
@@ -13271,7 +13271,8 @@ msgstr "La llista de reproducció és buida"
 msgid "Can't save"
 msgstr "No es pot desar"
 
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413 modules/misc/freetype.c:100
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413
+#: modules/gui/wxwidgets/wxwidgets.cpp:111 modules/misc/freetype.c:100
 #: modules/misc/win32text.c:71
 msgid "Normal"
 msgstr "Normal"
@@ -13751,8 +13752,8 @@ msgstr "A&juda"
 
 #: modules/gui/wxwidgets/interface.cpp:672
 #, fuzzy
-msgid "Small playlist"
-msgstr "Desa la llista de reproducció"
+msgid "Embedded playlist"
+msgstr "Obre llista de reproducció"
 
 #: modules/gui/wxwidgets/interface.cpp:673
 msgid "Previous playlist item"
@@ -13770,22 +13771,22 @@ msgstr "Reprodueix més lent"
 msgid "Play faster"
 msgstr "Reprodueix més ràpid"
 
-#: modules/gui/wxwidgets/interface.cpp:859
+#: modules/gui/wxwidgets/interface.cpp:861
 #, fuzzy
 msgid "Extended &GUI\tCtrl-G"
 msgstr "GUI a&mpliada"
 
-#: modules/gui/wxwidgets/interface.cpp:862
+#: modules/gui/wxwidgets/interface.cpp:864
 #, fuzzy
 msgid "&Bookmarks...\tCtrl-B"
 msgstr "&Preferits..."
 
-#: modules/gui/wxwidgets/interface.cpp:864
+#: modules/gui/wxwidgets/interface.cpp:866
 #, fuzzy
 msgid "Preference&s...\tCtrl-S"
 msgstr "Preferències..."
 
-#: modules/gui/wxwidgets/interface.cpp:917
+#: modules/gui/wxwidgets/interface.cpp:919
 #, fuzzy
 msgid ""
 " (wxWidgets interface)\n"
@@ -13794,7 +13795,7 @@ msgstr ""
 " (wxWindows interfície)\n"
 "\n"
 
-#: modules/gui/wxwidgets/interface.cpp:930
+#: modules/gui/wxwidgets/interface.cpp:932
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
@@ -13804,12 +13805,12 @@ msgstr ""
 "http://www.videolan.org/\n"
 "\n"
 
-#: modules/gui/wxwidgets/interface.cpp:933
+#: modules/gui/wxwidgets/interface.cpp:935
 #, c-format
 msgid "About %s"
 msgstr "Quant a %s"
 
-#: modules/gui/wxwidgets/interface.cpp:1476
+#: modules/gui/wxwidgets/interface.cpp:1478
 #, fuzzy
 msgid "Show/Hide interface"
 msgstr "Mostra la interfície"
@@ -13955,12 +13956,33 @@ msgstr ""
 msgid "Show systray icon"
 msgstr "Mostra la posició del flux"
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:110
+#: modules/gui/wxwidgets/wxwidgets.cpp:103
+#, fuzzy
+msgid "Playlist view"
+msgstr "LLista de reproducció"
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:104
+msgid ""
+"There are two possible playlist views in the interface : the normal playlist "
+"(separate window), or an embedded playlist (within the main interface, but "
+"with less features. You can select which one will be available on the "
+"toolbar (or both)."
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:111
+msgid "Embedded"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:112
+msgid "Both"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:121
 #, fuzzy
 msgid "wxWidgets interface module"
 msgstr "Mòdul d'interfície wxWindows"
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:152
+#: modules/gui/wxwidgets/wxwidgets.cpp:166
 #, fuzzy
 msgid "wxWidgets dialogs provider"
 msgstr "Proveïdor de diàlegs wxWindows"
@@ -14321,10 +14343,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"
@@ -14341,6 +14359,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:63
 msgid "MSN Title format string"
 msgstr ""
@@ -17132,6 +17154,10 @@ msgstr "Font utilitzada per visualitzar el text a la sortida xosd"
 msgid "XOSD interface"
 msgstr "Interfície XOSD"
 
+#, fuzzy
+#~ msgid "Small playlist"
+#~ msgstr "Desa la llista de reproducció"
+
 #, fuzzy
 #~ msgid "VC-1 decoder module"
 #~ msgstr "Mòdul de descodificació Tarkin"
index 47b8b5f9d4ae92356710518012e66d7a69c51a31..c350a066a4ba2a9a73330152a8ba776cea21823a 100644 (file)
--- 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-03-12 17:26+0000\n"
+"POT-Creation-Date: 2006-03-14 21:08+0100\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:578
+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"
@@ -481,9 +494,9 @@ msgstr ""
 "åbne en dos kommandoprompt, og fra den mappe hvor VLC er installeret, køre "
 "\"vlc -I wxwin\"\n"
 
-#: include/vlc_meta.h:28 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225 modules/misc/growl.c:168
+#: include/vlc_meta.h:28 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298 modules/misc/growl.c:168
 #: modules/misc/growl.c:171
 msgid "Meta-information"
 msgstr "Meta-oplysninger"
@@ -497,15 +510,15 @@ msgstr "Meta-oplysninger"
 msgid "Title"
 msgstr "Titel"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:57
-#: modules/gui/macosx/playlist.m:133 modules/gui/macosx/wizard.m:392
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:133
+#: modules/gui/macosx/playlistinfo.m:57 modules/gui/macosx/wizard.m:392
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:51
 msgid "Author"
 msgstr "Forfatter"
 
-#: include/vlc_meta.h:31 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225
+#: include/vlc_meta.h:31 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298
 msgid "Artist"
 msgstr "Kunstner"
 
@@ -648,19 +661,6 @@ msgstr "Codec navn"
 msgid "Codec Description"
 msgstr "Codec beskrivelse"
 
-#: include/vlc/vlc.h:578
-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/input.c:80 src/audio_output/input.c:126
 #: src/input/es_out.c:361 src/libvlc.h:365 src/video_output/video_output.c:379
 #: modules/codec/ffmpeg/postprocess.c:94
@@ -2799,7 +2799,7 @@ 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:856 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:81
-#: modules/gui/wxwidgets/interface.cpp:1467
+#: modules/gui/wxwidgets/interface.cpp:1469
 msgid "Play/Pause"
 msgstr "Afspil/Pause"
 
@@ -2845,7 +2845,7 @@ msgstr "Vælg genvejstasten der skal bruges for at afspillere langsommere."
 #: modules/gui/macosx/controls.m:646 modules/gui/macosx/intf.m:476
 #: modules/gui/macosx/intf.m:521 modules/gui/macosx/intf.m:592
 #: modules/gui/macosx/wizard.m:313 modules/gui/macosx/wizard.m:364
-#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1472
+#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1474
 #: modules/gui/wxwidgets/menus.cpp:289
 msgid "Next"
 msgstr "Næste"
@@ -2859,7 +2859,7 @@ msgstr ""
 #: src/libvlc.h:868 modules/control/hotkeys.c:628
 #: modules/gui/macosx/controls.m:645 modules/gui/macosx/intf.m:471
 #: modules/gui/macosx/intf.m:520 modules/gui/macosx/intf.m:593
-#: modules/gui/wxwidgets/interface.cpp:1471
+#: modules/gui/wxwidgets/interface.cpp:1473
 #: modules/gui/wxwidgets/menus.cpp:288
 msgid "Previous"
 msgstr "Forrige"
@@ -2876,7 +2876,7 @@ msgstr ""
 #: modules/gui/pda/pda_interface.c:275
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:86
 #: modules/gui/wxwidgets/interface.cpp:668
-#: modules/gui/wxwidgets/interface.cpp:1473
+#: modules/gui/wxwidgets/interface.cpp:1475
 #: modules/gui/wxwidgets/menus.cpp:287 modules/visualization/xosd.c:235
 msgid "Stop"
 msgstr "Stop"
@@ -4218,7 +4218,7 @@ msgid "Aspect-ratio"
 msgstr "Udseendeforhold"
 
 #: modules/access/cdda.c:52 modules/access/dshow/dshow.cpp:79
-#: modules/access/dvb/access.c:71 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:71
 #: modules/access/dvdnav.c:63 modules/access/dvdread.c:61
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:42
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4709,6 +4709,22 @@ msgstr "Opdater liste"
 msgid "Configure"
 msgstr "Indstil"
 
+#: modules/access/dv.c:70 modules/access/file.c:82
+msgid ""
+"Allows you to modify the default caching value for file streams. This value "
+"should be set in millisecond units."
+msgstr ""
+"Lader dig angive vlc's standard caching værdi for fil streams. Værdien "
+"angives i ms (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:73
 msgid ""
 "Allows you to modify the default caching value for dvb streams. This value "
@@ -4945,22 +4961,6 @@ msgstr ""
 msgid "HTTP server"
 msgstr "HTTP brugernavn"
 
-#: modules/access/dv.c:70 modules/access/file.c:82
-msgid ""
-"Allows you to modify the default caching value for file streams. This value "
-"should be set in millisecond units."
-msgstr ""
-"Lader dig angive vlc's standard caching værdi for fil streams. Værdien "
-"angives i ms (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:59 modules/access/dvdread.c:57
 msgid "DVD angle"
 msgstr "DVD vinkel"
@@ -5109,39 +5109,6 @@ msgstr "Standard filsystem fil ind-data"
 msgid "File"
 msgstr "Fil"
 
-#: modules/access_filter/record.c:43
-#, fuzzy
-msgid "Record directory"
-msgstr "Kildemappe"
-
-#: modules/access_filter/record.c:45
-#, fuzzy
-msgid "Allows you to specify the 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:45
-#, fuzzy
-msgid "Size of the temporary files use to store the timeshifted stream."
-msgstr "Video filtre bruges til at efter-bearbejde video streamen."
-
-#: modules/access_filter/timeshift.c:47
-#, fuzzy
-msgid "Timeshift directory"
-msgstr "Video snapshot mappe"
-
-#: modules/access_filter/timeshift.c:48
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
-msgid "Timeshift"
-msgstr "Tidsforskydelse"
-
 #: modules/access/ftp.c:44
 msgid ""
 "Allows you to modify the default caching value for FTP streams. This value "
@@ -5283,184 +5250,6 @@ 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:60
-msgid "Append to file"
-msgstr "Tilføj til fil"
-
-#: modules/access_output/file.c:61
-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:65
-msgid "File stream output"
-msgstr "Fil-stream uddata"
-
-#: modules/access_output/http.c:60
-msgid "Username"
-msgstr "Brugernavn"
-
-#: modules/access_output/http.c:61
-msgid ""
-"Allows you to give a user name that will be requested to access the stream."
-msgstr ""
-
-#: modules/access_output/http.c:64
-msgid ""
-"Allows you to give a 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 "Allows you to give the mime returned by the server."
-msgstr ""
-
-#: modules/access_output/http.c:70
-msgid ""
-"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
-"stream output"
-msgstr ""
-
-#: modules/access_output/http.c:73
-msgid ""
-"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:77
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used by the HTTP/SSL stream output. Leave empty if you "
-"don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:82
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:85
-msgid "Advertise with Bonjour"
-msgstr ""
-
-#: modules/access_output/http.c:86
-msgid "Advertise the stream with the Bonjour protocol"
-msgstr ""
-
-#: modules/access_output/http.c:90
-msgid "HTTP stream output"
-msgstr "HTTP stream-uddata"
-
-#: modules/access_output/http.c:92 modules/control/http/http.c:58
-#: 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 "The name this stream/channel will get on the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:61
-#, fuzzy
-msgid "Stream-description"
-msgstr "Sesions beskrivelse"
-
-#: modules/access_output/shout.c:62
-msgid "A description of the stream content. (Information about your channel)."
-msgstr ""
-
-#: modules/access_output/shout.c:65
-#, fuzzy
-msgid "Stream MP3"
-msgstr "Stream"
-
-#: modules/access_output/shout.c:66
-msgid ""
-"Normally you have to feed the shoutcast module with Ogg streams. This option "
-"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
-"the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:71
-msgid "libshout (icecast) output"
-msgstr ""
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:40
-#: modules/demux/livedotcom.cpp:61
-msgid "Caching value (ms)"
-msgstr "Cache størrelse (ms)"
-
-#: modules/access_output/udp.c:77 modules/access/udp.c:44
-msgid ""
-"Allows you to modify the default caching value for UDP streams. This value "
-"should be set in millisecond units."
-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:441
-#: modules/gui/macosx/wizard.m:1782
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
-msgid "Time-To-Live (TTL)"
-msgstr "Time-To-Live (TTL)"
-
-#: modules/access_output/udp.c:81
-#, fuzzy
-msgid "Allows you to define the 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
-msgid ""
-"Packets can be sent one by one at the right time or by groups. This allows "
-"you to give the number of packets that will be sent at a time. It helps "
-"reducing the scheduling load on heavily-loaded systems."
-msgstr ""
-"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 ""
-"If you enable this option, packets will be sent directly, without trying to "
-"fill the MTU (ie, without trying to make the biggest possible packets in "
-"order to improve streaming)."
-msgstr ""
-
-#: 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/pvr.c:48
 msgid ""
 "Allows you to modify the default caching value for pvr streams. This value "
@@ -5576,7 +5365,7 @@ msgid ""
 msgstr ""
 
 #: modules/access/pvr/pvr.c:96 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1337
+#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1339
 msgid "Volume"
 msgstr "Lydstyrke"
 
@@ -5627,6 +5416,11 @@ msgstr "PVR"
 msgid "MPEG Encoding cards input (with ivtv drivers)"
 msgstr ""
 
+#: modules/access/rtsp/access.c:40 modules/access_output/udp.c:75
+#: modules/demux/livedotcom.cpp:61
+msgid "Caching value (ms)"
+msgstr "Cache størrelse (ms)"
+
 #: modules/access/rtsp/access.c:42 modules/demux/livedotcom.cpp:63
 msgid ""
 "Allows you to modify the default caching value for RTSP streams. This value "
@@ -5717,6 +5511,14 @@ msgstr "TCP"
 msgid "TCP input"
 msgstr "TCP inddata"
 
+#: modules/access/udp.c:44 modules/access_output/udp.c:77
+msgid ""
+"Allows you to modify the default caching value for UDP streams. This value "
+"should be set in millisecond units."
+msgstr ""
+"Lader dig indstille standard cache størelse for UDP streams. Angives i "
+"milisekunder."
+
 #: modules/access/udp.c:47
 msgid "Autodetection of MTU"
 msgstr "Automatisk opdagelse af MTU"
@@ -6008,52 +5810,250 @@ msgstr "(Super) Video CD"
 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:97
+msgid "vcdx://[device-or-file][@{P,S,T}num]"
+msgstr "vcdx://[enhed-eller-fil][@{P,S,T}num]"
+
+#: 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 "Allows you to specify the 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:45
+#, fuzzy
+msgid "Size of the temporary files use to store the timeshifted stream."
+msgstr "Video filtre bruges til at efter-bearbejde video streamen."
+
+#: modules/access_filter/timeshift.c:47
+#, fuzzy
+msgid "Timeshift directory"
+msgstr "Video snapshot mappe"
+
+#: modules/access_filter/timeshift.c:48
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
+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:60
+msgid "Append to file"
+msgstr "Tilføj til fil"
+
+#: modules/access_output/file.c:61
+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:65
+msgid "File stream output"
+msgstr "Fil-stream uddata"
+
+#: modules/access_output/http.c:60
+msgid "Username"
+msgstr "Brugernavn"
+
+#: modules/access_output/http.c:61
+msgid ""
+"Allows you to give a user name that will be requested to access the stream."
+msgstr ""
+
+#: modules/access_output/http.c:64
+msgid ""
+"Allows you to give a 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 "Allows you to give the mime returned by the server."
+msgstr ""
+
+#: modules/access_output/http.c:70
+msgid ""
+"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
+"stream output"
+msgstr ""
+
+#: modules/access_output/http.c:73
+msgid ""
+"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:77
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used by the HTTP/SSL stream output. Leave empty if you "
+"don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:82
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:85
+msgid "Advertise with Bonjour"
+msgstr ""
+
+#: modules/access_output/http.c:86
+msgid "Advertise the stream with the Bonjour protocol"
+msgstr ""
+
+#: modules/access_output/http.c:90
+msgid "HTTP stream output"
+msgstr "HTTP stream-uddata"
+
+#: modules/access_output/http.c:92 modules/control/http/http.c:58
+#: 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 "The name this stream/channel will get on the icecast server."
+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:61
+#, fuzzy
+msgid "Stream-description"
+msgstr "Sesions beskrivelse"
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
+#: modules/access_output/shout.c:62
+msgid "A description of the stream content. (Information about your channel)."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/shout.c:65
+#, fuzzy
+msgid "Stream MP3"
+msgstr "Stream"
+
+#: modules/access_output/shout.c:66
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Normally you have to feed the shoutcast module with Ogg streams. This option "
+"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
+"the icecast server."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:123
-msgid "Use track length as maximum unit in seek?"
+#: modules/access_output/shout.c:71
+msgid "libshout (icecast) output"
 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_output/udp.c:80 modules/gui/macosx/wizard.m:441
+#: modules/gui/macosx/wizard.m:1782
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
+msgid "Time-To-Live (TTL)"
+msgstr "Time-To-Live (TTL)"
 
-#: modules/access/vcdx/vcd.c:129
-msgid "Show extended VCD info?"
-msgstr "Vis udvidet VCD oplysninger?"
+#: modules/access_output/udp.c:81
+#, fuzzy
+msgid "Allows you to define the Time-To-Live of the outgoing stream."
+msgstr "Lader dig skalere videoen før encoding"
 
-#: modules/access/vcdx/vcd.c:130
+#: modules/access_output/udp.c:84
+msgid "Group packets"
+msgstr "Gruppér pakker"
+
+#: 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. This allows "
+"you to give the number of packets that will be sent at a time. It helps "
+"reducing the scheduling load on heavily-loaded systems."
 msgstr ""
+"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 ""
+"If you enable this option, packets will be sent directly, without trying to "
+"fill the MTU (ie, without trying to make the biggest possible packets in "
+"order to improve streaming)."
 msgstr ""
 
+#: 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 ""
@@ -10011,7 +10011,7 @@ msgstr "Hurtig fremad"
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:274
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:283
 #: modules/gui/wxwidgets/interface.cpp:669
-#: modules/gui/wxwidgets/interface.cpp:1193
+#: modules/gui/wxwidgets/interface.cpp:1195
 #: modules/gui/wxwidgets/menus.cpp:294 modules/gui/wxwidgets/menus.cpp:308
 msgid "Play"
 msgstr "Afspil"
@@ -10020,7 +10020,7 @@ msgstr "Afspil"
 #: modules/gui/macosx/intf.m:1305 modules/gui/macosx/intf.m:1306
 #: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
 #: modules/gui/wxwidgets/interface.cpp:670
-#: modules/gui/wxwidgets/interface.cpp:1187
+#: modules/gui/wxwidgets/interface.cpp:1189
 #: modules/gui/wxwidgets/menus.cpp:296 modules/visualization/xosd.c:240
 msgid "Pause"
 msgstr "Pause"
@@ -10214,7 +10214,7 @@ msgstr "Skjul andre"
 msgid "Show All"
 msgstr "Vis alle"
 
-#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1465
+#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1467
 msgid "Quit VLC"
 msgstr "Afslut VLC"
 
@@ -10299,7 +10299,7 @@ msgid "Extended Controls"
 msgstr "Udvidet styring"
 
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:606
-#: modules/gui/macosx/playlistinfo.m:54 modules/gui/macosx/playlist.m:483
+#: modules/gui/macosx/playlist.m:483 modules/gui/macosx/playlistinfo.m:54
 #, fuzzy
 msgid "Information"
 msgstr "Transformation"
@@ -10664,6 +10664,78 @@ msgstr "SDP adresse"
 msgid "Save File"
 msgstr "Gem fil"
 
+#: modules/gui/macosx/playlist.m:478
+msgid "Save Playlist..."
+msgstr "Gem spilleliste..."
+
+#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
+#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
+msgid "Delete"
+msgstr "Fjern"
+
+#: modules/gui/macosx/playlist.m:481
+msgid "Expand Node"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:484
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
+msgid "Preparse"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:485
+msgid "Sort Node by Name"
+msgstr "Sortér efter navn"
+
+#: modules/gui/macosx/playlist.m:486
+msgid "Sort Node by Author"
+msgstr "Sortér efter forfatter"
+
+#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
+#, fuzzy
+msgid "No items in the playlist"
+msgstr "ingen elementer i spilleliste"
+
+#: modules/gui/macosx/playlist.m:493
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
+msgid "Search"
+msgstr "Søg"
+
+#: modules/gui/macosx/playlist.m:495
+#, fuzzy
+msgid "Search in Playlist"
+msgstr "Åbn spilleliste"
+
+#: modules/gui/macosx/playlist.m:496
+msgid "Standard Play"
+msgstr "Standardafspilning"
+
+#: modules/gui/macosx/playlist.m:499
+#, fuzzy
+msgid "Add Folder to Playlist"
+msgstr "Tilføj til playlist"
+
+#: modules/gui/macosx/playlist.m:745
+#, fuzzy
+msgid "Save Playlist"
+msgstr "Gem playlist"
+
+#: modules/gui/macosx/playlist.m:1489
+msgid "Empty Folder"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:1514
+#, fuzzy, c-format
+msgid "%i items in the playlist"
+msgstr "%i elementer i spilleliste"
+
+#: modules/gui/macosx/playlist.m:1524
+#, fuzzy
+msgid "1 item in the playlist"
+msgstr "1 element i spilleliste"
+
 #: modules/gui/macosx/playlistinfo.m:55
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:585
@@ -10750,78 +10822,6 @@ msgstr ""
 msgid "Info"
 msgstr "Oplysninger"
 
-#: modules/gui/macosx/playlist.m:478
-msgid "Save Playlist..."
-msgstr "Gem spilleliste..."
-
-#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
-msgid "Delete"
-msgstr "Fjern"
-
-#: modules/gui/macosx/playlist.m:481
-msgid "Expand Node"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:484
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
-msgid "Preparse"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:485
-msgid "Sort Node by Name"
-msgstr "Sortér efter navn"
-
-#: modules/gui/macosx/playlist.m:486
-msgid "Sort Node by Author"
-msgstr "Sortér efter forfatter"
-
-#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
-#, fuzzy
-msgid "No items in the playlist"
-msgstr "ingen elementer i spilleliste"
-
-#: modules/gui/macosx/playlist.m:493
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
-msgid "Search"
-msgstr "Søg"
-
-#: modules/gui/macosx/playlist.m:495
-#, fuzzy
-msgid "Search in Playlist"
-msgstr "Åbn spilleliste"
-
-#: modules/gui/macosx/playlist.m:496
-msgid "Standard Play"
-msgstr "Standardafspilning"
-
-#: modules/gui/macosx/playlist.m:499
-#, fuzzy
-msgid "Add Folder to Playlist"
-msgstr "Tilføj til playlist"
-
-#: modules/gui/macosx/playlist.m:745
-#, fuzzy
-msgid "Save Playlist"
-msgstr "Gem playlist"
-
-#: modules/gui/macosx/playlist.m:1489
-msgid "Empty Folder"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:1514
-#, fuzzy, c-format
-msgid "%i items in the playlist"
-msgstr "%i elementer i spilleliste"
-
-#: modules/gui/macosx/playlist.m:1524
-#, fuzzy
-msgid "1 item in the playlist"
-msgstr "1 element i spilleliste"
-
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:212
 msgid "Reset All"
@@ -12195,7 +12195,7 @@ msgstr ""
 "(WinCE grænseflade)\n"
 "\n"
 
-#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:918
+#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:920
 #, fuzzy
 msgid ""
 "(c) 1996-2006 - the VideoLAN Team\n"
@@ -12204,16 +12204,16 @@ msgstr ""
 "(c) 1996-2005 - VideoLAN-holdet\n"
 "\n"
 
-#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:919
+#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:921
 #, fuzzy
 msgid "Compiled by "
 msgstr "Komedie"
 
-#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:921
+#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:923
 msgid "Compiler: "
 msgstr ""
 
-#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:923
+#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:925
 msgid "Based on SVN revision: "
 msgstr ""
 
@@ -12603,7 +12603,8 @@ msgstr "Spillelisten er tom"
 msgid "Can't save"
 msgstr "Kan ikke gemme"
 
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413 modules/misc/freetype.c:100
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413
+#: modules/gui/wxwidgets/wxwidgets.cpp:111 modules/misc/freetype.c:100
 #: modules/misc/win32text.c:71
 msgid "Normal"
 msgstr "Normal"
@@ -13043,8 +13044,8 @@ msgstr "&Hjælp"
 
 #: modules/gui/wxwidgets/interface.cpp:672
 #, fuzzy
-msgid "Small playlist"
-msgstr "Gem playlist"
+msgid "Embedded playlist"
+msgstr "Åbn playlist"
 
 #: modules/gui/wxwidgets/interface.cpp:673
 msgid "Previous playlist item"
@@ -13062,22 +13063,22 @@ msgstr "Afspil langsommere"
 msgid "Play faster"
 msgstr "Afspil hurtigere"
 
-#: modules/gui/wxwidgets/interface.cpp:859
+#: modules/gui/wxwidgets/interface.cpp:861
 #, fuzzy
 msgid "Extended &GUI\tCtrl-G"
 msgstr "&Udvidet GUI"
 
-#: modules/gui/wxwidgets/interface.cpp:862
+#: modules/gui/wxwidgets/interface.cpp:864
 #, fuzzy
 msgid "&Bookmarks...\tCtrl-B"
 msgstr "&Bogmærker..."
 
-#: modules/gui/wxwidgets/interface.cpp:864
+#: modules/gui/wxwidgets/interface.cpp:866
 #, fuzzy
 msgid "Preference&s...\tCtrl-S"
 msgstr "Indstillinger..."
 
-#: modules/gui/wxwidgets/interface.cpp:917
+#: modules/gui/wxwidgets/interface.cpp:919
 #, fuzzy
 msgid ""
 " (wxWidgets interface)\n"
@@ -13086,7 +13087,7 @@ msgstr ""
 " (wxWindows grænseflade)\n"
 "\n"
 
-#: modules/gui/wxwidgets/interface.cpp:930
+#: modules/gui/wxwidgets/interface.cpp:932
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
@@ -13096,12 +13097,12 @@ msgstr ""
 "http://www.videolan.org/\n"
 "\n"
 
-#: modules/gui/wxwidgets/interface.cpp:933
+#: modules/gui/wxwidgets/interface.cpp:935
 #, c-format
 msgid "About %s"
 msgstr "Om %s"
 
-#: modules/gui/wxwidgets/interface.cpp:1476
+#: modules/gui/wxwidgets/interface.cpp:1478
 msgid "Show/Hide interface"
 msgstr "Vis/skjul grænseflade"
 
@@ -13239,12 +13240,33 @@ msgstr ""
 msgid "Show systray icon"
 msgstr "Vis systray ikon"
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:110
+#: modules/gui/wxwidgets/wxwidgets.cpp:103
+#, fuzzy
+msgid "Playlist view"
+msgstr "Spilleliste"
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:104
+msgid ""
+"There are two possible playlist views in the interface : the normal playlist "
+"(separate window), or an embedded playlist (within the main interface, but "
+"with less features. You can select which one will be available on the "
+"toolbar (or both)."
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:111
+msgid "Embedded"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:112
+msgid "Both"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:121
 #, fuzzy
 msgid "wxWidgets interface module"
 msgstr "wxWindows grænseflademodul"
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:152
+#: modules/gui/wxwidgets/wxwidgets.cpp:166
 #, fuzzy
 msgid "wxWidgets dialogs provider"
 msgstr "wxWindows vinduesudbyder"
@@ -13591,10 +13613,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"
@@ -13611,6 +13629,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:63
 msgid "MSN Title format string"
 msgstr ""
@@ -16188,6 +16210,10 @@ msgstr "Skrifttype brugt til at vise tekst i xosd"
 msgid "XOSD interface"
 msgstr "XOSD grænseflade"
 
+#, fuzzy
+#~ msgid "Small playlist"
+#~ msgstr "Gem playlist"
+
 #, fuzzy
 #~ msgid "VC-1 decoder module"
 #~ msgstr "Videofilter modul"
index a9337ec0fd659eb9c235cdf498998ba95f5ec7b8..2a5c2e225f74b62ad0176d0964a00bd0a37c8065 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: vlc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-03-12 17:26+0000\n"
+"POT-Creation-Date: 2006-03-14 21:08+0100\n"
 "PO-Revision-Date: 2005-04-13 08:27+0100\n"
 "Last-Translator: Felix Kühne <fkuehne@users.sf.net>\n"
 "Language-Team: German\n"
@@ -21,6 +21,19 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 1.0.2\n"
 
+#: include/vlc/vlc.h:578
+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"
+"Schauen Sie für Details in die Datei COPYING.\n"
+"Geschrieben vom VideoLAN Team; Schauen Sie in die Datei AUTHORS.\n"
+
 #: include/vlc_config_cat.h:32
 msgid "VLC preferences"
 msgstr "VLC Einstellungen"
@@ -501,9 +514,9 @@ msgstr ""
 "öffnen Sie die DOS-Eingabe, gehen in den Ordner von VLC und führen Sie \"vlc "
 "-I wxwin\" aus.\n"
 
-#: include/vlc_meta.h:28 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225 modules/misc/growl.c:168
+#: include/vlc_meta.h:28 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298 modules/misc/growl.c:168
 #: modules/misc/growl.c:171
 msgid "Meta-information"
 msgstr "Meta-Information"
@@ -517,15 +530,15 @@ msgstr "Meta-Information"
 msgid "Title"
 msgstr "Titel"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:57
-#: modules/gui/macosx/playlist.m:133 modules/gui/macosx/wizard.m:392
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:133
+#: modules/gui/macosx/playlistinfo.m:57 modules/gui/macosx/wizard.m:392
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:51
 msgid "Author"
 msgstr "Autor"
 
-#: include/vlc_meta.h:31 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225
+#: include/vlc_meta.h:31 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298
 msgid "Artist"
 msgstr "Künstler"
 
@@ -668,19 +681,6 @@ msgstr "Codec-Name"
 msgid "Codec Description"
 msgstr "Codec-Beschreibung"
 
-#: include/vlc/vlc.h:578
-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"
-"Schauen Sie für Details in die Datei COPYING.\n"
-"Geschrieben vom VideoLAN Team; Schauen Sie in die Datei AUTHORS.\n"
-
 #: src/audio_output/input.c:80 src/audio_output/input.c:126
 #: src/input/es_out.c:361 src/libvlc.h:365 src/video_output/video_output.c:379
 #: modules/codec/ffmpeg/postprocess.c:94
@@ -3000,7 +3000,7 @@ msgid "Select the hotkey to use to swap fullscreen state."
 msgstr "Wählen Sie den Hotkey zum Umschalten des Vollbildstatuses."
 
 #: src/libvlc.h:856 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:81
-#: modules/gui/wxwidgets/interface.cpp:1467
+#: modules/gui/wxwidgets/interface.cpp:1469
 msgid "Play/Pause"
 msgstr "Abspielen/Pause"
 
@@ -3046,7 +3046,7 @@ msgstr "Wählen Sie den Hotkey zur Verlangsamung der Wiedergabe."
 #: modules/gui/macosx/controls.m:646 modules/gui/macosx/intf.m:476
 #: modules/gui/macosx/intf.m:521 modules/gui/macosx/intf.m:592
 #: modules/gui/macosx/wizard.m:313 modules/gui/macosx/wizard.m:364
-#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1472
+#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1474
 #: modules/gui/wxwidgets/menus.cpp:289
 msgid "Next"
 msgstr "Nächstes"
@@ -3059,7 +3059,7 @@ msgstr ""
 #: src/libvlc.h:868 modules/control/hotkeys.c:628
 #: modules/gui/macosx/controls.m:645 modules/gui/macosx/intf.m:471
 #: modules/gui/macosx/intf.m:520 modules/gui/macosx/intf.m:593
-#: modules/gui/wxwidgets/interface.cpp:1471
+#: modules/gui/wxwidgets/interface.cpp:1473
 #: modules/gui/wxwidgets/menus.cpp:288
 msgid "Previous"
 msgstr "Vorheriges"
@@ -3075,7 +3075,7 @@ msgstr ""
 #: modules/gui/pda/pda_interface.c:275
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:86
 #: modules/gui/wxwidgets/interface.cpp:668
-#: modules/gui/wxwidgets/interface.cpp:1473
+#: modules/gui/wxwidgets/interface.cpp:1475
 #: modules/gui/wxwidgets/menus.cpp:287 modules/visualization/xosd.c:235
 msgid "Stop"
 msgstr "Stopp"
@@ -4438,7 +4438,7 @@ msgid "Aspect-ratio"
 msgstr "Seitenverhältnis"
 
 #: modules/access/cdda.c:52 modules/access/dshow/dshow.cpp:79
-#: modules/access/dvb/access.c:71 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:71
 #: modules/access/dvdnav.c:63 modules/access/dvdread.c:61
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:42
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -5009,6 +5009,22 @@ msgstr "Liste aktualisieren"
 msgid "Configure"
 msgstr "Konfigurieren"
 
+#: modules/access/dv.c:70 modules/access/file.c:82
+msgid ""
+"Allows you to modify the default caching value for file streams. This value "
+"should be set in millisecond units."
+msgstr ""
+"Erlaubt Ihnen den Standard-Cachewert für Dateistreams zu ändern. Dieser Wert "
+"sollte in Millisekunden sein."
+
+#: modules/access/dv.c:74
+msgid "Digital Video (Firewire/ieee1394)  input"
+msgstr ""
+
+#: modules/access/dv.c:75
+msgid "dv"
+msgstr ""
+
 #: modules/access/dvb/access.c:73
 msgid ""
 "Allows you to modify the default caching value for dvb streams. This value "
@@ -5254,22 +5270,6 @@ msgstr "DVB-Input mit v4l2-Unterstützung"
 msgid "HTTP server"
 msgstr "HTTP Benutzername"
 
-#: modules/access/dv.c:70 modules/access/file.c:82
-msgid ""
-"Allows you to modify the default caching value for file streams. This value "
-"should be set in millisecond units."
-msgstr ""
-"Erlaubt Ihnen den Standard-Cachewert für Dateistreams zu ändern. Dieser Wert "
-"sollte in Millisekunden sein."
-
-#: modules/access/dv.c:74
-msgid "Digital Video (Firewire/ieee1394)  input"
-msgstr ""
-
-#: modules/access/dv.c:75
-msgid "dv"
-msgstr ""
-
 #: modules/access/dvdnav.c:59 modules/access/dvdread.c:57
 msgid "DVD angle"
 msgstr "DVD-Winkel"
@@ -5441,39 +5441,6 @@ msgstr "Standard-Dateisystem Datei-Input"
 msgid "File"
 msgstr "Datei"
 
-#: modules/access_filter/record.c:43
-msgid "Record directory"
-msgstr "Aufnahmeverzeichnis"
-
-#: modules/access_filter/record.c:45
-msgid "Allows you to specify the directory where the record will be stored"
-msgstr ""
-"Erlaubt Ihnen das Verzeichnis festzulegen, in dem die Aufnahmen gespeichert "
-"werden."
-
-#: modules/access_filter/timeshift.c:44
-#, fuzzy
-msgid "Timeshift granularity"
-msgstr "Timeshift"
-
-#: modules/access_filter/timeshift.c:45
-#, fuzzy
-msgid "Size of the temporary files use to store the timeshifted stream."
-msgstr "Videofilter werden benutzt, um den Videostream nachzubearbeiten"
-
-#: modules/access_filter/timeshift.c:47
-#, fuzzy
-msgid "Timeshift directory"
-msgstr "Videoschnappschuss-Verzeichnis"
-
-#: modules/access_filter/timeshift.c:48
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
-msgid "Timeshift"
-msgstr "Timeshift"
-
 #: modules/access/ftp.c:44
 msgid ""
 "Allows you to modify the default caching value for FTP streams. This value "
@@ -5621,204 +5588,6 @@ 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_output/dummy.c:41 modules/misc/dummy/dummy.c:58
-msgid "Dummy"
-msgstr "Dummy"
-
-#: modules/access_output/file.c:60
-msgid "Append to file"
-msgstr "An Datei anhängen"
-
-#: modules/access_output/file.c:61
-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:65
-msgid "File stream output"
-msgstr "Datei-Streamausgabe"
-
-#: modules/access_output/http.c:60
-msgid "Username"
-msgstr "Benutzername"
-
-#: modules/access_output/http.c:61
-msgid ""
-"Allows you to give a user name that will be requested to access the stream."
-msgstr ""
-"Erlaubt Ihnen einen Benutzernamen anzugeben, der beim Zugriff auf den Stream "
-"angefordert wird."
-
-#: modules/access_output/http.c:64
-msgid ""
-"Allows you to give a password that will be requested to access the stream."
-msgstr ""
-"Erlaubt Ihnen ein Passwort anzugeben, das beim Zugriff auf den Stream "
-"angefordert wird."
-
-#: modules/access_output/http.c:66
-msgid "Mime"
-msgstr "Mime"
-
-#: modules/access_output/http.c:67
-msgid "Allows you to give the mime returned by the server."
-msgstr ""
-"Erlaubt Ihnen den Mime-Typ festzulegen, der vom Server zurückgegeben wird."
-
-#: modules/access_output/http.c:70
-msgid ""
-"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
-"stream output"
-msgstr ""
-"Pfad zur x509 PEM Zertifikatsdatei, die von der HTTP/SSL Streamausgabe "
-"benutzt werden wird."
-
-#: modules/access_output/http.c:73
-msgid ""
-"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-"Pfad zur privaten x509 PEM Schlüsselsdatei, die von der HTTP/SSL "
-"Streamausgabe benutzt werden wird. Lassen Sie dies leer, wenn Sie keine "
-"haben."
-
-#: modules/access_output/http.c:77
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used by the HTTP/SSL stream output. Leave empty if you "
-"don't have one."
-msgstr ""
-"Pfad zur verlässlichen x509 PEM Root-CA (certificate authority)-"
-"Zertifikatsdatei, die von der HTTP/SSL Streamausgabe benutzt werden wird. "
-"Lassen Sie dies leer, wenn Sie keine haben."
-
-#: modules/access_output/http.c:82
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-"Pfad zur x509 PEM Zertifikatswiderrufslistendatei, die von der HTTP/SSL "
-"Streamausgabe benutzt werden wird. Lassen Sie dies leer, wenn Sie keine "
-"haben."
-
-#: modules/access_output/http.c:85
-msgid "Advertise with Bonjour"
-msgstr ""
-
-#: modules/access_output/http.c:86
-msgid "Advertise the stream with the Bonjour protocol"
-msgstr ""
-
-#: modules/access_output/http.c:90
-msgid "HTTP stream output"
-msgstr "HTTP-Streamausgabe"
-
-#: modules/access_output/http.c:92 modules/control/http/http.c:58
-#: 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 "The name this stream/channel will get on the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:61
-#, fuzzy
-msgid "Stream-description"
-msgstr "Sessionsbeschreibung"
-
-#: modules/access_output/shout.c:62
-msgid "A description of the stream content. (Information about your channel)."
-msgstr ""
-
-#: modules/access_output/shout.c:65
-#, fuzzy
-msgid "Stream MP3"
-msgstr "Stream"
-
-#: modules/access_output/shout.c:66
-msgid ""
-"Normally you have to feed the shoutcast module with Ogg streams. This option "
-"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
-"the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:71
-msgid "libshout (icecast) output"
-msgstr ""
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:40
-#: modules/demux/livedotcom.cpp:61
-msgid "Caching value (ms)"
-msgstr "Cachewert in ms"
-
-#: modules/access_output/udp.c:77 modules/access/udp.c:44
-msgid ""
-"Allows you to modify the default caching value for UDP streams. This value "
-"should be set in millisecond units."
-msgstr ""
-"Erlaubt Ihnen den Standard-Cachewert für UDP-Streams zu ändern. Dieser Wert "
-"sollte in Millisekunden sein."
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:441
-#: modules/gui/macosx/wizard.m:1782
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
-msgid "Time-To-Live (TTL)"
-msgstr "Time-To-Live (TTL)"
-
-#: modules/access_output/udp.c:81
-#, fuzzy
-msgid "Allows you to define the Time-To-Live of the outgoing stream."
-msgstr ""
-"Erlaubt Ihnen die \"Time To Live\" des ausgehenden Stream zu definieren."
-
-#: 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. This allows "
-"you to give the number of packets that will be sent at a time. It helps "
-"reducing the scheduling load on heavily-loaded systems."
-msgstr ""
-"Pakete können eins nach dem anderen zur richtigen Zeit oder in Gruppen "
-"gesendet werden. Dies erlaubt Ihnen, die Anzahl von Paketen anzugeben, die "
-"zu einer Zeit gesendet werden. Dies hilft, die Planungsbelastung auf "
-"hochbelasteten Systemen zu reduziren."
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr "Roh schreiben"
-
-#: modules/access_output/udp.c:91
-msgid ""
-"If you enable this option, packets will be sent directly, without trying to "
-"fill the MTU (ie, without trying to make the biggest possible packets in "
-"order to improve streaming)."
-msgstr ""
-"Wenn Sie diese Option aktivieren, werden Pakete direkt gesendet, ohne, dass "
-"versucht wird, die MTU auszufüllen (d.h. ohne zu versuchen, die "
-"größtmöglichen Pakete zu erzeugen, um das Streaming zu verbessern)."
-
-#: modules/access_output/udp.c: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/pvr.c:48
 msgid ""
 "Allows you to modify the default caching value for pvr streams. This value "
@@ -5936,7 +5705,7 @@ msgstr ""
 "der Karte benutzt wird."
 
 #: modules/access/pvr/pvr.c:96 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1337
+#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1339
 msgid "Volume"
 msgstr "Lautstärke"
 
@@ -5990,6 +5759,11 @@ msgstr "PVR"
 msgid "MPEG Encoding cards input (with ivtv drivers)"
 msgstr "MPEG-Encodingkarten-Input (mit ivtv-Treibern)"
 
+#: modules/access/rtsp/access.c:40 modules/access_output/udp.c:75
+#: modules/demux/livedotcom.cpp:61
+msgid "Caching value (ms)"
+msgstr "Cachewert in ms"
+
 #: modules/access/rtsp/access.c:42 modules/demux/livedotcom.cpp:63
 msgid ""
 "Allows you to modify the default caching value for RTSP streams. This value "
@@ -6084,6 +5858,14 @@ msgstr "TCP"
 msgid "TCP input"
 msgstr "TCP Input"
 
+#: modules/access/udp.c:44 modules/access_output/udp.c:77
+msgid ""
+"Allows you to modify the default caching value for UDP streams. This value "
+"should be set in millisecond units."
+msgstr ""
+"Erlaubt Ihnen den Standard-Cachewert für UDP-Streams zu ändern. Dieser Wert "
+"sollte in Millisekunden sein."
+
 #: modules/access/udp.c:47
 msgid "Autodetection of MTU"
 msgstr "Automatische Erkennung von MTU"
@@ -6379,54 +6161,272 @@ msgstr "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) - Input"
 msgid "vcdx://[device-or-file][@{P,S,T}num]"
 msgstr "vcdx://[Device-oder-Datei][@{P,S,T}Zahl]"
 
-#: 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: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
+#, fuzzy
+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 "Allows you to specify the directory where the record will be stored"
+msgstr ""
+"Erlaubt Ihnen das Verzeichnis festzulegen, in dem die Aufnahmen gespeichert "
+"werden."
+
+#: modules/access_filter/timeshift.c:44
+#, fuzzy
+msgid "Timeshift granularity"
+msgstr "Timeshift"
+
+#: modules/access_filter/timeshift.c:45
+#, fuzzy
+msgid "Size of the temporary files use to store the timeshifted stream."
+msgstr "Videofilter werden benutzt, um den Videostream nachzubearbeiten"
+
+#: modules/access_filter/timeshift.c:47
+#, fuzzy
+msgid "Timeshift directory"
+msgstr "Videoschnappschuss-Verzeichnis"
+
+#: modules/access_filter/timeshift.c:48
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
+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:60
+msgid "Append to file"
+msgstr "An Datei anhängen"
+
+#: modules/access_output/file.c:61
+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:65
+msgid "File stream output"
+msgstr "Datei-Streamausgabe"
+
+#: modules/access_output/http.c:60
+msgid "Username"
+msgstr "Benutzername"
+
+#: modules/access_output/http.c:61
+msgid ""
+"Allows you to give a user name that will be requested to access the stream."
+msgstr ""
+"Erlaubt Ihnen einen Benutzernamen anzugeben, der beim Zugriff auf den Stream "
+"angefordert wird."
+
+#: modules/access_output/http.c:64
+msgid ""
+"Allows you to give a password that will be requested to access the stream."
+msgstr ""
+"Erlaubt Ihnen ein Passwort anzugeben, das beim Zugriff auf den Stream "
+"angefordert wird."
+
+#: modules/access_output/http.c:66
+msgid "Mime"
+msgstr "Mime"
+
+#: modules/access_output/http.c:67
+msgid "Allows you to give the mime returned by the server."
+msgstr ""
+"Erlaubt Ihnen den Mime-Typ festzulegen, der vom Server zurückgegeben wird."
+
+#: modules/access_output/http.c:70
+msgid ""
+"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
+"stream output"
+msgstr ""
+"Pfad zur x509 PEM Zertifikatsdatei, die von der HTTP/SSL Streamausgabe "
+"benutzt werden wird."
+
+#: modules/access_output/http.c:73
+msgid ""
+"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+"Pfad zur privaten x509 PEM Schlüsselsdatei, die von der HTTP/SSL "
+"Streamausgabe benutzt werden wird. Lassen Sie dies leer, wenn Sie keine "
+"haben."
+
+#: modules/access_output/http.c:77
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used by the HTTP/SSL stream output. Leave empty if you "
+"don't have one."
+msgstr ""
+"Pfad zur verlässlichen x509 PEM Root-CA (certificate authority)-"
+"Zertifikatsdatei, die von der HTTP/SSL Streamausgabe benutzt werden wird. "
+"Lassen Sie dies leer, wenn Sie keine haben."
+
+#: modules/access_output/http.c:82
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+"Pfad zur x509 PEM Zertifikatswiderrufslistendatei, die von der HTTP/SSL "
+"Streamausgabe benutzt werden wird. Lassen Sie dies leer, wenn Sie keine "
+"haben."
+
+#: modules/access_output/http.c:85
+msgid "Advertise with Bonjour"
+msgstr ""
+
+#: modules/access_output/http.c:86
+msgid "Advertise the stream with the Bonjour protocol"
+msgstr ""
+
+#: modules/access_output/http.c:90
+msgid "HTTP stream output"
+msgstr "HTTP-Streamausgabe"
+
+#: modules/access_output/http.c:92 modules/control/http/http.c:58
+#: 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 "The name this stream/channel will get on the icecast server."
+msgstr ""
+
+#: modules/access_output/shout.c:61
+#, fuzzy
+msgid "Stream-description"
+msgstr "Sessionsbeschreibung"
+
+#: modules/access_output/shout.c:62
+msgid "A description of the stream content. (Information about your channel)."
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
-msgstr "Wiedergabesteuerung benutzen?"
+#: modules/access_output/shout.c:65
+#, fuzzy
+msgid "Stream MP3"
+msgstr "Stream"
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/shout.c:66
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Normally you have to feed the shoutcast module with Ogg streams. This option "
+"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
+"the icecast server."
 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_output/shout.c:71
+msgid "libshout (icecast) output"
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:441
+#: modules/gui/macosx/wizard.m:1782
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
+msgid "Time-To-Live (TTL)"
+msgstr "Time-To-Live (TTL)"
+
+#: modules/access_output/udp.c:81
+#, fuzzy
+msgid "Allows you to define the Time-To-Live of the outgoing stream."
+msgstr ""
+"Erlaubt Ihnen die \"Time To Live\" des ausgehenden Stream zu definieren."
+
+#: 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. This allows "
+"you to give the number of packets that will be sent at a time. It helps "
+"reducing the scheduling load on heavily-loaded systems."
 msgstr ""
-"Wenn aktiviert, ist die Länge des Suchbalken die des Tracks statt der eines "
-"Eintrags."
+"Pakete können eins nach dem anderen zur richtigen Zeit oder in Gruppen "
+"gesendet werden. Dies erlaubt Ihnen, die Anzahl von Paketen anzugeben, die "
+"zu einer Zeit gesendet werden. Dies hilft, die Planungsbelastung auf "
+"hochbelasteten Systemen zu reduziren."
 
-#: modules/access/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
-#, fuzzy
+#: modules/access_output/udp.c:91
 msgid ""
-"Show the maximum amount of information under Stream and Media Info. Shows "
-"for example playback control navigation."
+"If you enable this option, packets will be sent directly, without trying to "
+"fill the MTU (ie, without trying to make the biggest possible packets in "
+"order to improve streaming)."
 msgstr ""
-"Die maximale Informationsmenge im Stream- und Medieninfo anzeigen. Zeigt "
-"beispielsweise die Wiedergabesteuerungsnavigation."
+"Wenn Sie diese Option aktivieren, werden Pakete direkt gesendet, ohne, dass "
+"versucht wird, die MTU auszufüllen (d.h. ohne zu versuchen, die "
+"größtmöglichen Pakete zu erzeugen, um das Streaming zu verbessern)."
 
-#: modules/access/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"
@@ -10575,7 +10575,7 @@ msgstr "Vorwärtsspulen"
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:274
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:283
 #: modules/gui/wxwidgets/interface.cpp:669
-#: modules/gui/wxwidgets/interface.cpp:1193
+#: modules/gui/wxwidgets/interface.cpp:1195
 #: modules/gui/wxwidgets/menus.cpp:294 modules/gui/wxwidgets/menus.cpp:308
 msgid "Play"
 msgstr "Wiedergabe"
@@ -10584,7 +10584,7 @@ msgstr "Wiedergabe"
 #: modules/gui/macosx/intf.m:1305 modules/gui/macosx/intf.m:1306
 #: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
 #: modules/gui/wxwidgets/interface.cpp:670
-#: modules/gui/wxwidgets/interface.cpp:1187
+#: modules/gui/wxwidgets/interface.cpp:1189
 #: modules/gui/wxwidgets/menus.cpp:296 modules/visualization/xosd.c:240
 msgid "Pause"
 msgstr "Pause"
@@ -10794,7 +10794,7 @@ msgstr "Andere ausblenden"
 msgid "Show All"
 msgstr "Alle einblenden"
 
-#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1465
+#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1467
 msgid "Quit VLC"
 msgstr "VLC beenden"
 
@@ -10879,7 +10879,7 @@ msgid "Extended Controls"
 msgstr "Erweiterte Steuerung"
 
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:606
-#: modules/gui/macosx/playlistinfo.m:54 modules/gui/macosx/playlist.m:483
+#: modules/gui/macosx/playlist.m:483 modules/gui/macosx/playlistinfo.m:54
 #, fuzzy
 msgid "Information"
 msgstr "Transformation"
@@ -11251,6 +11251,77 @@ msgstr "SDP-URL"
 msgid "Save File"
 msgstr "Datei sichern"
 
+#: modules/gui/macosx/playlist.m:478
+msgid "Save Playlist..."
+msgstr "Wiedergabeliste sichern..."
+
+#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
+#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
+msgid "Delete"
+msgstr "Löschen"
+
+#: modules/gui/macosx/playlist.m:481
+msgid "Expand Node"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:484
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
+msgid "Preparse"
+msgstr "Vorparsen"
+
+#: modules/gui/macosx/playlist.m:485
+msgid "Sort Node by Name"
+msgstr "Knoten nach Namen sortieren"
+
+#: modules/gui/macosx/playlist.m:486
+msgid "Sort Node by Author"
+msgstr "Knoten nach Autor sortieren"
+
+#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
+#, fuzzy
+msgid "No items in the playlist"
+msgstr "Keine Objekte in der Wiedergabeliste"
+
+#: modules/gui/macosx/playlist.m:493
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
+msgid "Search"
+msgstr "Suchen"
+
+#: modules/gui/macosx/playlist.m:495
+#, fuzzy
+msgid "Search in Playlist"
+msgstr "Wiedergabeliste öffnen"
+
+#: modules/gui/macosx/playlist.m:496
+msgid "Standard Play"
+msgstr "Normale Wiedergabe"
+
+#: modules/gui/macosx/playlist.m:499
+#, fuzzy
+msgid "Add Folder to Playlist"
+msgstr "Zur Wiedergabeliste hinzufügen"
+
+#: modules/gui/macosx/playlist.m:745
+msgid "Save Playlist"
+msgstr "Wiedergabeliste sichern"
+
+#: modules/gui/macosx/playlist.m:1489
+msgid "Empty Folder"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:1514
+#, fuzzy, c-format
+msgid "%i items in the playlist"
+msgstr "%i Objekte in der Wiedergabeliste"
+
+#: modules/gui/macosx/playlist.m:1524
+#, fuzzy
+msgid "1 item in the playlist"
+msgstr "1 Objekt in der Wiedergabeliste"
+
 #: modules/gui/macosx/playlistinfo.m:55
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:585
@@ -11337,77 +11408,6 @@ msgstr ""
 msgid "Info"
 msgstr "Information"
 
-#: modules/gui/macosx/playlist.m:478
-msgid "Save Playlist..."
-msgstr "Wiedergabeliste sichern..."
-
-#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
-msgid "Delete"
-msgstr "Löschen"
-
-#: modules/gui/macosx/playlist.m:481
-msgid "Expand Node"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:484
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
-msgid "Preparse"
-msgstr "Vorparsen"
-
-#: modules/gui/macosx/playlist.m:485
-msgid "Sort Node by Name"
-msgstr "Knoten nach Namen sortieren"
-
-#: modules/gui/macosx/playlist.m:486
-msgid "Sort Node by Author"
-msgstr "Knoten nach Autor sortieren"
-
-#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
-#, fuzzy
-msgid "No items in the playlist"
-msgstr "Keine Objekte in der Wiedergabeliste"
-
-#: modules/gui/macosx/playlist.m:493
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
-msgid "Search"
-msgstr "Suchen"
-
-#: modules/gui/macosx/playlist.m:495
-#, fuzzy
-msgid "Search in Playlist"
-msgstr "Wiedergabeliste öffnen"
-
-#: modules/gui/macosx/playlist.m:496
-msgid "Standard Play"
-msgstr "Normale Wiedergabe"
-
-#: modules/gui/macosx/playlist.m:499
-#, fuzzy
-msgid "Add Folder to Playlist"
-msgstr "Zur Wiedergabeliste hinzufügen"
-
-#: modules/gui/macosx/playlist.m:745
-msgid "Save Playlist"
-msgstr "Wiedergabeliste sichern"
-
-#: modules/gui/macosx/playlist.m:1489
-msgid "Empty Folder"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:1514
-#, fuzzy, c-format
-msgid "%i items in the playlist"
-msgstr "%i Objekte in der Wiedergabeliste"
-
-#: modules/gui/macosx/playlist.m:1524
-#, fuzzy
-msgid "1 item in the playlist"
-msgstr "1 Objekt in der Wiedergabeliste"
-
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:212
 msgid "Reset All"
@@ -12844,7 +12844,7 @@ msgstr ""
 " (WinCE Interface)\n"
 "\n"
 
-#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:918
+#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:920
 #, fuzzy
 msgid ""
 "(c) 1996-2006 - the VideoLAN Team\n"
@@ -12853,16 +12853,16 @@ msgstr ""
 "(c) 1996-2005 - das VideoLAN Team\n"
 "\n"
 
-#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:919
+#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:921
 #, fuzzy
 msgid "Compiled by "
 msgstr "Komödie"
 
-#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:921
+#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:923
 msgid "Compiler: "
 msgstr ""
 
-#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:923
+#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:925
 msgid "Based on SVN revision: "
 msgstr ""
 
@@ -13259,7 +13259,8 @@ msgstr "Wiedergabeliste ist leer"
 msgid "Can't save"
 msgstr "Kann nicht sichern"
 
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413 modules/misc/freetype.c:100
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413
+#: modules/gui/wxwidgets/wxwidgets.cpp:111 modules/misc/freetype.c:100
 #: modules/misc/win32text.c:71
 msgid "Normal"
 msgstr "Normal"
@@ -13735,8 +13736,8 @@ msgstr "&Hilfe"
 
 #: modules/gui/wxwidgets/interface.cpp:672
 #, fuzzy
-msgid "Small playlist"
-msgstr "Wiedergabeliste sichern"
+msgid "Embedded playlist"
+msgstr "Wiedergabeliste öffnen"
 
 #: modules/gui/wxwidgets/interface.cpp:673
 msgid "Previous playlist item"
@@ -13754,19 +13755,19 @@ msgstr "Langsamer abspielen"
 msgid "Play faster"
 msgstr "Schneller abspielen"
 
-#: modules/gui/wxwidgets/interface.cpp:859
+#: modules/gui/wxwidgets/interface.cpp:861
 msgid "Extended &GUI\tCtrl-G"
 msgstr "Erweiterte &GUI\tCtrl-G"
 
-#: modules/gui/wxwidgets/interface.cpp:862
+#: modules/gui/wxwidgets/interface.cpp:864
 msgid "&Bookmarks...\tCtrl-B"
 msgstr "Lesezeichen...\tCtrl-B"
 
-#: modules/gui/wxwidgets/interface.cpp:864
+#: modules/gui/wxwidgets/interface.cpp:866
 msgid "Preference&s...\tCtrl-S"
 msgstr "Ein&stellungen...\tCtrl-S"
 
-#: modules/gui/wxwidgets/interface.cpp:917
+#: modules/gui/wxwidgets/interface.cpp:919
 #, fuzzy
 msgid ""
 " (wxWidgets interface)\n"
@@ -13775,7 +13776,7 @@ msgstr ""
 " (wxWindows Interface)\n"
 "\n"
 
-#: modules/gui/wxwidgets/interface.cpp:930
+#: modules/gui/wxwidgets/interface.cpp:932
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
@@ -13785,12 +13786,12 @@ msgstr ""
 "http://www.videolan.org/\n"
 "\n"
 
-#: modules/gui/wxwidgets/interface.cpp:933
+#: modules/gui/wxwidgets/interface.cpp:935
 #, c-format
 msgid "About %s"
 msgstr "Über %s"
 
-#: modules/gui/wxwidgets/interface.cpp:1476
+#: modules/gui/wxwidgets/interface.cpp:1478
 msgid "Show/Hide interface"
 msgstr "Interface anzeigen/ausblenden"
 
@@ -13932,12 +13933,33 @@ msgstr "Passt die Größe von VLC der Videoauflösung an"
 msgid "Show systray icon"
 msgstr "Systray-Icon anzeigen"
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:110
+#: modules/gui/wxwidgets/wxwidgets.cpp:103
+#, fuzzy
+msgid "Playlist view"
+msgstr "Wiedergabeliste"
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:104
+msgid ""
+"There are two possible playlist views in the interface : the normal playlist "
+"(separate window), or an embedded playlist (within the main interface, but "
+"with less features. You can select which one will be available on the "
+"toolbar (or both)."
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:111
+msgid "Embedded"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:112
+msgid "Both"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:121
 #, fuzzy
 msgid "wxWidgets interface module"
 msgstr "wxWindows Interfacemodul"
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:152
+#: modules/gui/wxwidgets/wxwidgets.cpp:166
 #, fuzzy
 msgid "wxWidgets dialogs provider"
 msgstr "wxWindows Dialogprovider"
@@ -14308,10 +14330,6 @@ msgstr "Ausgabe-Datei"
 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"
@@ -14328,6 +14346,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:63
 msgid "MSN Title format string"
 msgstr ""
@@ -17125,6 +17147,10 @@ msgstr ""
 msgid "XOSD interface"
 msgstr "XOSD Interface"
 
+#, fuzzy
+#~ msgid "Small playlist"
+#~ msgstr "Wiedergabeliste sichern"
+
 #, fuzzy
 #~ msgid "VC-1 decoder module"
 #~ msgstr "Tarkin Dekodermodul"
index d41773f723a565b43513bb8e7617a860147c311e..f182e10b9828c00ad05278d469eb431fd1810687 100644 (file)
@@ -20,7 +20,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: vlc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-03-12 17:26+0000\n"
+"POT-Creation-Date: 2006-03-14 21:08+0100\n"
 "PO-Revision-Date: 2002-04-22 09:56+0200\n"
 "Last-Translator: Sam Hocevar <sam@zoy.org>\n"
 "Language-Team: \n"
@@ -28,6 +28,18 @@ msgstr ""
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: include/vlc/vlc.h:578
+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"
@@ -478,9 +490,9 @@ msgstr ""
 "Warning: if you can't access the GUI anymore, open a dos command box, go to "
 "the directory where you installed VLC and run \"vlc -I wxwin\"\n"
 
-#: include/vlc_meta.h:28 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225 modules/misc/growl.c:168
+#: include/vlc_meta.h:28 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298 modules/misc/growl.c:168
 #: modules/misc/growl.c:171
 msgid "Meta-information"
 msgstr ""
@@ -494,15 +506,15 @@ msgstr ""
 msgid "Title"
 msgstr "Title"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:57
-#: modules/gui/macosx/playlist.m:133 modules/gui/macosx/wizard.m:392
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:133
+#: modules/gui/macosx/playlistinfo.m:57 modules/gui/macosx/wizard.m:392
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:51
 msgid "Author"
 msgstr "Author"
 
-#: include/vlc_meta.h:31 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225
+#: include/vlc_meta.h:31 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298
 msgid "Artist"
 msgstr "Artist"
 
@@ -650,18 +662,6 @@ msgstr "Codec Name"
 msgid "Codec Description"
 msgstr "Codec Description"
 
-#: include/vlc/vlc.h:578
-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/input.c:80 src/audio_output/input.c:126
 #: src/input/es_out.c:361 src/libvlc.h:365 src/video_output/video_output.c:379
 #: modules/codec/ffmpeg/postprocess.c:94
@@ -2900,7 +2900,7 @@ msgid "Select the hotkey to use to swap fullscreen state."
 msgstr ""
 
 #: src/libvlc.h:856 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:81
-#: modules/gui/wxwidgets/interface.cpp:1467
+#: modules/gui/wxwidgets/interface.cpp:1469
 msgid "Play/Pause"
 msgstr ""
 
@@ -2946,7 +2946,7 @@ msgstr ""
 #: modules/gui/macosx/controls.m:646 modules/gui/macosx/intf.m:476
 #: modules/gui/macosx/intf.m:521 modules/gui/macosx/intf.m:592
 #: modules/gui/macosx/wizard.m:313 modules/gui/macosx/wizard.m:364
-#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1472
+#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1474
 #: modules/gui/wxwidgets/menus.cpp:289
 msgid "Next"
 msgstr ""
@@ -2958,7 +2958,7 @@ msgstr ""
 #: src/libvlc.h:868 modules/control/hotkeys.c:628
 #: modules/gui/macosx/controls.m:645 modules/gui/macosx/intf.m:471
 #: modules/gui/macosx/intf.m:520 modules/gui/macosx/intf.m:593
-#: modules/gui/wxwidgets/interface.cpp:1471
+#: modules/gui/wxwidgets/interface.cpp:1473
 #: modules/gui/wxwidgets/menus.cpp:288
 msgid "Previous"
 msgstr ""
@@ -2973,7 +2973,7 @@ msgstr ""
 #: modules/gui/pda/pda_interface.c:275
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:86
 #: modules/gui/wxwidgets/interface.cpp:668
-#: modules/gui/wxwidgets/interface.cpp:1473
+#: modules/gui/wxwidgets/interface.cpp:1475
 #: modules/gui/wxwidgets/menus.cpp:287 modules/visualization/xosd.c:235
 msgid "Stop"
 msgstr ""
@@ -4351,7 +4351,7 @@ msgid "Aspect-ratio"
 msgstr "Codec setting"
 
 #: modules/access/cdda.c:52 modules/access/dshow/dshow.cpp:79
-#: modules/access/dvb/access.c:71 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:71
 #: modules/access/dvdnav.c:63 modules/access/dvdread.c:61
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:42
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4917,6 +4917,22 @@ msgstr "Preferred codecs list"
 msgid "Configure"
 msgstr ""
 
+#: modules/access/dv.c:70 modules/access/file.c:82
+msgid ""
+"Allows you to modify the default caching value for file streams. This value "
+"should be set in millisecond units."
+msgstr ""
+"Allows you to modify the default caching value for file 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:73
 #, fuzzy
 msgid ""
@@ -5159,22 +5175,6 @@ msgstr ""
 msgid "HTTP server"
 msgstr "Genre"
 
-#: modules/access/dv.c:70 modules/access/file.c:82
-msgid ""
-"Allows you to modify the default caching value for file streams. This value "
-"should be set in millisecond units."
-msgstr ""
-"Allows you to modify the default caching value for file 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:59 modules/access/dvdread.c:57
 msgid "DVD angle"
 msgstr ""
@@ -5348,40 +5348,6 @@ msgstr ""
 msgid "File"
 msgstr "Title"
 
-#: modules/access_filter/record.c:43
-#, fuzzy
-msgid "Record directory"
-msgstr "Choose directory"
-
-#: modules/access_filter/record.c:45
-#, fuzzy
-msgid "Allows you to specify the 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:45
-msgid "Size of the temporary files use to store the timeshifted stream."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:47
-#, fuzzy
-msgid "Timeshift directory"
-msgstr "Choose directory"
-
-#: modules/access_filter/timeshift.c:48
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
-#, fuzzy
-msgid "Timeshift"
-msgstr "Options"
-
 #: modules/access/ftp.c:44
 msgid ""
 "Allows you to modify the default caching value for FTP streams. This value "
@@ -5528,187 +5494,6 @@ 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 "UDP stream output"
-
-#: modules/access_output/dummy.c:41 modules/misc/dummy/dummy.c:58
-msgid "Dummy"
-msgstr ""
-
-#: modules/access_output/file.c:60
-msgid "Append to file"
-msgstr "Append to file"
-
-#: modules/access_output/file.c:61
-msgid "Append to file if it exists instead of replacing it."
-msgstr ""
-
-#: modules/access_output/file.c:65
-msgid "File stream output"
-msgstr "File stream output"
-
-#: modules/access_output/http.c:60
-msgid "Username"
-msgstr ""
-
-#: modules/access_output/http.c:61
-msgid ""
-"Allows you to give a 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:64
-#, fuzzy
-msgid ""
-"Allows you to give a 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
-#, fuzzy
-msgid "Allows you to give the mime returned by the server."
-msgstr ""
-"Allows you to give a user name that will be requested to access the stream."
-
-#: modules/access_output/http.c:70
-msgid ""
-"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
-"stream output"
-msgstr ""
-
-#: modules/access_output/http.c:73
-msgid ""
-"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:77
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used by the HTTP/SSL stream output. Leave empty if you "
-"don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:82
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:85
-msgid "Advertise with Bonjour"
-msgstr ""
-
-#: modules/access_output/http.c:86
-msgid "Advertise the stream with the Bonjour protocol"
-msgstr ""
-
-#: modules/access_output/http.c:90
-msgid "HTTP stream output"
-msgstr "HTTP stream output"
-
-#: modules/access_output/http.c:92 modules/control/http/http.c:58
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
-msgid "HTTP"
-msgstr ""
-
-#: modules/access_output/shout.c:58
-#, fuzzy
-msgid "Stream-name"
-msgstr "Codec setting"
-
-#: modules/access_output/shout.c:59
-msgid "The name this stream/channel will get on the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:61
-#, fuzzy
-msgid "Stream-description"
-msgstr "Codec Description"
-
-#: modules/access_output/shout.c:62
-msgid "A description of the stream content. (Information about your channel)."
-msgstr ""
-
-#: modules/access_output/shout.c:65
-#, fuzzy
-msgid "Stream MP3"
-msgstr "Stream %d"
-
-#: modules/access_output/shout.c:66
-msgid ""
-"Normally you have to feed the shoutcast module with Ogg streams. This option "
-"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
-"the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:71
-msgid "libshout (icecast) output"
-msgstr ""
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:40
-#: modules/demux/livedotcom.cpp:61
-msgid "Caching value (ms)"
-msgstr ""
-
-#: modules/access_output/udp.c:77 modules/access/udp.c:44
-msgid ""
-"Allows you to modify the default caching value for UDP streams. This value "
-"should be set in millisecond units."
-msgstr ""
-"Allows you to modify the default caching value for UDP streams. This value "
-"should be set in millisecond units."
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:441
-#: modules/gui/macosx/wizard.m:1782
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
-msgid "Time-To-Live (TTL)"
-msgstr ""
-
-#: modules/access_output/udp.c:81
-#, fuzzy
-msgid "Allows you to define the 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. This allows "
-"you to give the number of packets that will be sent at a time. It helps "
-"reducing the scheduling load on heavily-loaded systems."
-msgstr ""
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr ""
-
-#: modules/access_output/udp.c:91
-msgid ""
-"If you enable this option, packets will be sent directly, without trying to "
-"fill the MTU (ie, without trying to make the biggest possible packets in "
-"order to improve streaming)."
-msgstr ""
-
-#: 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/pvr.c:48
 #, fuzzy
 msgid ""
@@ -5826,7 +5611,7 @@ msgid ""
 msgstr ""
 
 #: modules/access/pvr/pvr.c:96 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1337
+#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1339
 msgid "Volume"
 msgstr ""
 
@@ -5876,6 +5661,11 @@ msgstr ""
 msgid "MPEG Encoding cards input (with ivtv drivers)"
 msgstr ""
 
+#: modules/access/rtsp/access.c:40 modules/access_output/udp.c:75
+#: modules/demux/livedotcom.cpp:61
+msgid "Caching value (ms)"
+msgstr ""
+
 #: modules/access/rtsp/access.c:42 modules/demux/livedotcom.cpp:63
 #, fuzzy
 msgid ""
@@ -5973,6 +5763,14 @@ msgstr "TCP"
 msgid "TCP input"
 msgstr "TCP input"
 
+#: modules/access/udp.c:44 modules/access_output/udp.c:77
+msgid ""
+"Allows you to modify the default caching value for UDP streams. This value "
+"should be set in millisecond units."
+msgstr ""
+"Allows you to modify the default caching value for UDP streams. This value "
+"should be set in millisecond units."
+
 #: modules/access/udp.c:47
 msgid "Autodetection of MTU"
 msgstr ""
@@ -6274,55 +6072,257 @@ msgstr ""
 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]"
+#: modules/access/vcdx/vcd.c:97
+msgid "vcdx://[device-or-file][@{P,S,T}num]"
+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 ""
+
+#: 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 "Choose directory"
+
+#: modules/access_filter/record.c:45
+#, fuzzy
+msgid "Allows you to specify the 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:45
+msgid "Size of the temporary files use to store the timeshifted stream."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:47
+#, fuzzy
+msgid "Timeshift directory"
+msgstr "Choose directory"
+
+#: modules/access_filter/timeshift.c:48
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
+#, 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:60
+msgid "Append to file"
+msgstr "Append to file"
+
+#: modules/access_output/file.c:61
+msgid "Append to file if it exists instead of replacing it."
+msgstr ""
+
+#: modules/access_output/file.c:65
+msgid "File stream output"
+msgstr "File stream output"
+
+#: modules/access_output/http.c:60
+msgid "Username"
+msgstr ""
+
+#: modules/access_output/http.c:61
+msgid ""
+"Allows you to give a 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:64
+#, fuzzy
+msgid ""
+"Allows you to give a 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
+#, fuzzy
+msgid "Allows you to give the mime returned by the server."
+msgstr ""
+"Allows you to give a user name that will be requested to access the stream."
+
+#: modules/access_output/http.c:70
+msgid ""
+"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
+"stream output"
+msgstr ""
+
+#: modules/access_output/http.c:73
+msgid ""
+"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:77
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used by the HTTP/SSL stream output. Leave empty if you "
+"don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:82
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:85
+msgid "Advertise with Bonjour"
+msgstr ""
+
+#: modules/access_output/http.c:86
+msgid "Advertise the stream with the Bonjour protocol"
+msgstr ""
+
+#: modules/access_output/http.c:90
+msgid "HTTP stream output"
+msgstr "HTTP stream output"
+
+#: modules/access_output/http.c:92 modules/control/http/http.c:58
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
+msgstr ""
+
+#: modules/access_output/shout.c:58
+#, fuzzy
+msgid "Stream-name"
+msgstr "Codec setting"
+
+#: modules/access_output/shout.c:59
+msgid "The name this stream/channel will get on the icecast server."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+#: modules/access_output/shout.c:61
 #, fuzzy
-msgid "Number of CD blocks to get in a single read."
-msgstr "Number of threads"
+msgid "Stream-description"
+msgstr "Codec Description"
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
+#: modules/access_output/shout.c:62
+msgid "A description of the stream content. (Information about your channel)."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/shout.c:65
+#, fuzzy
+msgid "Stream MP3"
+msgstr "Stream %d"
+
+#: modules/access_output/shout.c:66
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Normally you have to feed the shoutcast module with Ogg streams. This option "
+"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
+"the icecast server."
 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?"
+#: modules/access_output/shout.c:71
+msgid "libshout (icecast) output"
 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."
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:441
+#: modules/gui/macosx/wizard.m:1782
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
+msgid "Time-To-Live (TTL)"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:129
-msgid "Show extended VCD info?"
+#: modules/access_output/udp.c:81
+#, fuzzy
+msgid "Allows you to define the Time-To-Live of the outgoing stream."
 msgstr ""
+"Allows you to modify the user name that will be used for the connection."
 
-#: modules/access/vcdx/vcd.c:130
+#: modules/access_output/udp.c:84
+msgid "Group packets"
+msgstr "Group packets"
+
+#: 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. This allows "
+"you to give the number of packets that will be sent at a time. It helps "
+"reducing the scheduling load on heavily-loaded systems."
 msgstr ""
 
-#: 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 ""
+"If you enable this option, packets will be sent directly, without trying to "
+"fill the MTU (ie, without trying to make the biggest possible packets in "
+"order to improve streaming)."
 msgstr ""
 
+#: 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/audio_filter/channel_mixer/dolby.c:47
 msgid "Simple decoder for dolby surround encoded streams"
 msgstr ""
@@ -10345,7 +10345,7 @@ msgstr ""
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:274
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:283
 #: modules/gui/wxwidgets/interface.cpp:669
-#: modules/gui/wxwidgets/interface.cpp:1193
+#: modules/gui/wxwidgets/interface.cpp:1195
 #: modules/gui/wxwidgets/menus.cpp:294 modules/gui/wxwidgets/menus.cpp:308
 msgid "Play"
 msgstr ""
@@ -10354,7 +10354,7 @@ msgstr ""
 #: modules/gui/macosx/intf.m:1305 modules/gui/macosx/intf.m:1306
 #: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
 #: modules/gui/wxwidgets/interface.cpp:670
-#: modules/gui/wxwidgets/interface.cpp:1187
+#: modules/gui/wxwidgets/interface.cpp:1189
 #: modules/gui/wxwidgets/menus.cpp:296 modules/visualization/xosd.c:240
 msgid "Pause"
 msgstr ""
@@ -10555,7 +10555,7 @@ msgstr "Video title"
 msgid "Show All"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1465
+#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1467
 msgid "Quit VLC"
 msgstr ""
 
@@ -10641,7 +10641,7 @@ msgid "Extended Controls"
 msgstr "Text renderer settings"
 
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:606
-#: modules/gui/macosx/playlistinfo.m:54 modules/gui/macosx/playlist.m:483
+#: modules/gui/macosx/playlist.m:483 modules/gui/macosx/playlistinfo.m:54
 #, fuzzy
 msgid "Information"
 msgstr "Visualisations"
@@ -11011,6 +11011,81 @@ msgstr "SDP"
 msgid "Save File"
 msgstr ""
 
+#: modules/gui/macosx/playlist.m:478
+msgid "Save Playlist..."
+msgstr "Save Playlist…"
+
+#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
+#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
+#, fuzzy
+msgid "Delete"
+msgstr "Date"
+
+#: modules/gui/macosx/playlist.m:481
+msgid "Expand Node"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:484
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
+#, fuzzy
+msgid "Preparse"
+msgstr "Date"
+
+#: modules/gui/macosx/playlist.m:485
+#, fuzzy
+msgid "Sort Node by Name"
+msgstr "Reverse stereo"
+
+#: modules/gui/macosx/playlist.m:486
+#, fuzzy
+msgid "Sort Node by Author"
+msgstr "Reverse stereo"
+
+#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
+#, fuzzy
+msgid "No items in the playlist"
+msgstr "&Shuffle Playlist"
+
+#: modules/gui/macosx/playlist.m:493
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
+msgid "Search"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:495
+#, fuzzy
+msgid "Search in Playlist"
+msgstr "&Shuffle Playlist"
+
+#: modules/gui/macosx/playlist.m:496
+msgid "Standard Play"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:499
+msgid "Add Folder to Playlist"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:745
+#, fuzzy
+msgid "Save Playlist"
+msgstr "&Shuffle Playlist"
+
+#: modules/gui/macosx/playlist.m:1489
+msgid "Empty Folder"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:1514
+#, fuzzy, c-format
+msgid "%i items in the playlist"
+msgstr "&Shuffle Playlist"
+
+#: modules/gui/macosx/playlist.m:1524
+#, fuzzy
+msgid "1 item in the playlist"
+msgstr "&Shuffle Playlist"
+
 #: modules/gui/macosx/playlistinfo.m:55
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:585
@@ -11097,81 +11172,6 @@ msgstr ""
 msgid "Info"
 msgstr ""
 
-#: modules/gui/macosx/playlist.m:478
-msgid "Save Playlist..."
-msgstr "Save Playlist…"
-
-#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
-#, fuzzy
-msgid "Delete"
-msgstr "Date"
-
-#: modules/gui/macosx/playlist.m:481
-msgid "Expand Node"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:484
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
-#, fuzzy
-msgid "Preparse"
-msgstr "Date"
-
-#: modules/gui/macosx/playlist.m:485
-#, fuzzy
-msgid "Sort Node by Name"
-msgstr "Reverse stereo"
-
-#: modules/gui/macosx/playlist.m:486
-#, fuzzy
-msgid "Sort Node by Author"
-msgstr "Reverse stereo"
-
-#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
-#, fuzzy
-msgid "No items in the playlist"
-msgstr "&Shuffle Playlist"
-
-#: modules/gui/macosx/playlist.m:493
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
-msgid "Search"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:495
-#, fuzzy
-msgid "Search in Playlist"
-msgstr "&Shuffle Playlist"
-
-#: modules/gui/macosx/playlist.m:496
-msgid "Standard Play"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:499
-msgid "Add Folder to Playlist"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:745
-#, fuzzy
-msgid "Save Playlist"
-msgstr "&Shuffle Playlist"
-
-#: modules/gui/macosx/playlist.m:1489
-msgid "Empty Folder"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:1514
-#, fuzzy, c-format
-msgid "%i items in the playlist"
-msgstr "&Shuffle Playlist"
-
-#: modules/gui/macosx/playlist.m:1524
-#, fuzzy
-msgid "1 item in the playlist"
-msgstr "&Shuffle Playlist"
-
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:212
 msgid "Reset All"
@@ -12547,7 +12547,7 @@ msgid ""
 "\n"
 msgstr "Windows Service interface"
 
-#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:918
+#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:920
 #, fuzzy
 msgid ""
 "(c) 1996-2006 - the VideoLAN Team\n"
@@ -12556,15 +12556,15 @@ msgstr ""
 "© 1996-2004 - the VideoLAN Team\n"
 "\n"
 
-#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:919
+#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:921
 msgid "Compiled by "
 msgstr ""
 
-#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:921
+#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:923
 msgid "Compiler: "
 msgstr ""
 
-#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:923
+#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:925
 msgid "Based on SVN revision: "
 msgstr ""
 
@@ -12955,7 +12955,8 @@ msgstr ""
 msgid "Can't save"
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413 modules/misc/freetype.c:100
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413
+#: modules/gui/wxwidgets/wxwidgets.cpp:111 modules/misc/freetype.c:100
 #: modules/misc/win32text.c:71
 msgid "Normal"
 msgstr ""
@@ -13415,7 +13416,7 @@ msgstr ""
 
 #: modules/gui/wxwidgets/interface.cpp:672
 #, fuzzy
-msgid "Small playlist"
+msgid "Embedded playlist"
 msgstr "&Shuffle Playlist"
 
 #: modules/gui/wxwidgets/interface.cpp:673
@@ -13434,40 +13435,40 @@ msgstr ""
 msgid "Play faster"
 msgstr ""
 
-#: modules/gui/wxwidgets/interface.cpp:859
+#: modules/gui/wxwidgets/interface.cpp:861
 msgid "Extended &GUI\tCtrl-G"
 msgstr ""
 
-#: modules/gui/wxwidgets/interface.cpp:862
+#: modules/gui/wxwidgets/interface.cpp:864
 #, fuzzy
 msgid "&Bookmarks...\tCtrl-B"
 msgstr "&Bookmarks…"
 
-#: modules/gui/wxwidgets/interface.cpp:864
+#: modules/gui/wxwidgets/interface.cpp:866
 #, fuzzy
 msgid "Preference&s...\tCtrl-S"
 msgstr "Preferences…"
 
-#: modules/gui/wxwidgets/interface.cpp:917
+#: modules/gui/wxwidgets/interface.cpp:919
 #, fuzzy
 msgid ""
 " (wxWidgets interface)\n"
 "\n"
 msgstr "Windows Service interface"
 
-#: modules/gui/wxwidgets/interface.cpp:930
+#: modules/gui/wxwidgets/interface.cpp:932
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
 "\n"
 msgstr ""
 
-#: modules/gui/wxwidgets/interface.cpp:933
+#: modules/gui/wxwidgets/interface.cpp:935
 #, c-format
 msgid "About %s"
 msgstr ""
 
-#: modules/gui/wxwidgets/interface.cpp:1476
+#: modules/gui/wxwidgets/interface.cpp:1478
 #, fuzzy
 msgid "Show/Hide interface"
 msgstr "Add Interface"
@@ -13605,12 +13606,33 @@ msgstr ""
 msgid "Show systray icon"
 msgstr ""
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:110
+#: modules/gui/wxwidgets/wxwidgets.cpp:103
+#, fuzzy
+msgid "Playlist view"
+msgstr "Playlist…"
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:104
+msgid ""
+"There are two possible playlist views in the interface : the normal playlist "
+"(separate window), or an embedded playlist (within the main interface, but "
+"with less features. You can select which one will be available on the "
+"toolbar (or both)."
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:111
+msgid "Embedded"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:112
+msgid "Both"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:121
 #, fuzzy
 msgid "wxWidgets interface module"
 msgstr "Windows Service interface"
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:152
+#: modules/gui/wxwidgets/wxwidgets.cpp:166
 #, fuzzy
 msgid "wxWidgets dialogs provider"
 msgstr "wxWindows dialogues provider"
@@ -13955,10 +13977,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 ""
@@ -13975,6 +13993,10 @@ msgstr ""
 msgid "MMX EXT memcpy"
 msgstr ""
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr ""
+
 #: modules/misc/msn.c:63
 msgid "MSN Title format string"
 msgstr ""
@@ -16702,6 +16724,10 @@ msgstr ""
 msgid "XOSD interface"
 msgstr "XOSD interface"
 
+#, fuzzy
+#~ msgid "Small playlist"
+#~ msgstr "&Shuffle Playlist"
+
 #, fuzzy
 #~ msgid "VC-1 decoder module"
 #~ msgstr "Decoder modules settings"
@@ -17042,9 +17068,6 @@ msgstr "XOSD interface"
 #~ msgid "Toggle _Interface"
 #~ msgstr "Skinnable Interface"
 
-#~ msgid "Playlist..."
-#~ msgstr "Playlist…"
-
 #~ msgid "(c) 1996-2004 the VideoLAN team"
 #~ msgstr "© 1996-2004 the VideoLAN team"
 
index 9501d3ca5ab023d9ec636155c2287e8fb5c6e171..33ac9a7963dedc79a2a366f87795ced75017e3ee 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: vlc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-03-12 17:26+0000\n"
+"POT-Creation-Date: 2006-03-14 21:08+0100\n"
 "PO-Revision-Date: 2005-06-19 06:49+0100\n"
 "Last-Translator: \n"
 "Language-Team: Spanish-English\n"
@@ -16,6 +16,18 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Poedit-SourceCharset: utf-8\n"
 
+#: include/vlc/vlc.h:578
+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"
@@ -489,9 +501,9 @@ msgstr ""
 "ventana de comandos dos, ve al directorio donde instalaste VLC y ejecuta "
 "\"vlc -I wxwin\"\n"
 
-#: include/vlc_meta.h:28 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225 modules/misc/growl.c:168
+#: include/vlc_meta.h:28 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298 modules/misc/growl.c:168
 #: modules/misc/growl.c:171
 msgid "Meta-information"
 msgstr "Meta-información"
@@ -505,15 +517,15 @@ msgstr "Meta-información"
 msgid "Title"
 msgstr "Título"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:57
-#: modules/gui/macosx/playlist.m:133 modules/gui/macosx/wizard.m:392
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:133
+#: modules/gui/macosx/playlistinfo.m:57 modules/gui/macosx/wizard.m:392
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:51
 msgid "Author"
 msgstr "Autor"
 
-#: include/vlc_meta.h:31 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225
+#: include/vlc_meta.h:31 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298
 msgid "Artist"
 msgstr "Artista"
 
@@ -656,18 +668,6 @@ msgstr "Nombre de Códec"
 msgid "Codec Description"
 msgstr "Descripción de Códec"
 
-#: include/vlc/vlc.h:578
-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/input.c:80 src/audio_output/input.c:126
 #: src/input/es_out.c:361 src/libvlc.h:365 src/video_output/video_output.c:379
 #: modules/codec/ffmpeg/postprocess.c:94
@@ -2955,7 +2955,7 @@ 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:856 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:81
-#: modules/gui/wxwidgets/interface.cpp:1467
+#: modules/gui/wxwidgets/interface.cpp:1469
 msgid "Play/Pause"
 msgstr "Reproducir/Pausar"
 
@@ -3001,7 +3001,7 @@ msgstr "Elige tecla a usar para reproducción frenada."
 #: modules/gui/macosx/controls.m:646 modules/gui/macosx/intf.m:476
 #: modules/gui/macosx/intf.m:521 modules/gui/macosx/intf.m:592
 #: modules/gui/macosx/wizard.m:313 modules/gui/macosx/wizard.m:364
-#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1472
+#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1474
 #: modules/gui/wxwidgets/menus.cpp:289
 msgid "Next"
 msgstr "Siguiente"
@@ -3014,7 +3014,7 @@ msgstr ""
 #: src/libvlc.h:868 modules/control/hotkeys.c:628
 #: modules/gui/macosx/controls.m:645 modules/gui/macosx/intf.m:471
 #: modules/gui/macosx/intf.m:520 modules/gui/macosx/intf.m:593
-#: modules/gui/wxwidgets/interface.cpp:1471
+#: modules/gui/wxwidgets/interface.cpp:1473
 #: modules/gui/wxwidgets/menus.cpp:288
 msgid "Previous"
 msgstr "Previo"
@@ -3030,7 +3030,7 @@ msgstr ""
 #: modules/gui/pda/pda_interface.c:275
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:86
 #: modules/gui/wxwidgets/interface.cpp:668
-#: modules/gui/wxwidgets/interface.cpp:1473
+#: modules/gui/wxwidgets/interface.cpp:1475
 #: modules/gui/wxwidgets/menus.cpp:287 modules/visualization/xosd.c:235
 msgid "Stop"
 msgstr "Parar"
@@ -4401,7 +4401,7 @@ msgid "Aspect-ratio"
 msgstr "Proporción de Aspecto"
 
 #: modules/access/cdda.c:52 modules/access/dshow/dshow.cpp:79
-#: modules/access/dvb/access.c:71 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:71
 #: modules/access/dvdnav.c:63 modules/access/dvdread.c:61
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:42
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4968,6 +4968,22 @@ msgstr "Actualizar lista"
 msgid "Configure"
 msgstr "Configurar"
 
+#: modules/access/dv.c:70 modules/access/file.c:82
+msgid ""
+"Allows you to modify the default caching value for file streams. This value "
+"should be set in millisecond units."
+msgstr ""
+"Te permite modificar el valor por defecto de caché para volcados de archivo. "
+"Este valor debería ponerse en unidades de milisegundo."
+
+#: 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:73
 msgid ""
 "Allows you to modify the default caching value for dvb streams. This value "
@@ -5213,22 +5229,6 @@ msgstr "Entrada DVB con soporte v412"
 msgid "HTTP server"
 msgstr "Nombre de usuario HTTP"
 
-#: modules/access/dv.c:70 modules/access/file.c:82
-msgid ""
-"Allows you to modify the default caching value for file streams. This value "
-"should be set in millisecond units."
-msgstr ""
-"Te permite modificar el valor por defecto de caché para volcados de archivo. "
-"Este valor debería ponerse en unidades de milisegundo."
-
-#: modules/access/dv.c:74
-msgid "Digital Video (Firewire/ieee1394)  input"
-msgstr ""
-
-#: modules/access/dv.c:75
-msgid "dv"
-msgstr ""
-
 #: modules/access/dvdnav.c:59 modules/access/dvdread.c:57
 msgid "DVD angle"
 msgstr "Ángulo DVD"
@@ -5390,38 +5390,6 @@ msgstr "Entrada estándar de archivo de sistema de archivos"
 msgid "File"
 msgstr "Archivo"
 
-#: modules/access_filter/record.c:43
-msgid "Record directory"
-msgstr "Directorio de grabación"
-
-#: modules/access_filter/record.c:45
-msgid "Allows you to specify the 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 "Timeshift"
-
-#: modules/access_filter/timeshift.c:45
-#, fuzzy
-msgid "Size of the temporary files use to store the timeshifted stream."
-msgstr "Los filtros de vídeo se usan para postprocesar el volcado de vídeo"
-
-#: modules/access_filter/timeshift.c:47
-#, fuzzy
-msgid "Timeshift directory"
-msgstr "Directorio de capturas de pantalla de vídeo"
-
-#: modules/access_filter/timeshift.c:48
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
-#, fuzzy
-msgid "Timeshift"
-msgstr "Timeshift"
-
 #: modules/access/ftp.c:44
 msgid ""
 "Allows you to modify the default caching value for FTP streams. This value "
@@ -5565,196 +5533,6 @@ msgstr ""
 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_output/dummy.c:41 modules/misc/dummy/dummy.c:58
-msgid "Dummy"
-msgstr "Dummy"
-
-#: modules/access_output/file.c:60
-msgid "Append to file"
-msgstr "Añadir a archivo"
-
-#: modules/access_output/file.c:61
-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:65
-msgid "File stream output"
-msgstr "Salida de volcado de archivo"
-
-#: modules/access_output/http.c:60
-msgid "Username"
-msgstr "Nombre de usuario"
-
-#: modules/access_output/http.c:61
-msgid ""
-"Allows you to give a user name that will be requested to access the stream."
-msgstr ""
-"Te permite dar un nombre de usuario que se pregunta al acceder al volcado."
-
-#: modules/access_output/http.c:64
-msgid ""
-"Allows you to give a password that will be requested to access the stream."
-msgstr "Te permite dar una clave que se preguntará al acceder al volcado."
-
-#: modules/access_output/http.c:66
-msgid "Mime"
-msgstr "Mime"
-
-#: modules/access_output/http.c:67
-msgid "Allows you to give the mime returned by the server."
-msgstr "Te permite dar el mime devuelto por el servidor."
-
-#: modules/access_output/http.c:70
-msgid ""
-"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
-"stream output"
-msgstr ""
-"Ruta del archivo de certificado x509 PEM a usar por la salida de volcado "
-"HTTP/SSL"
-
-#: modules/access_output/http.c:73
-msgid ""
-"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
-"stream output. 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:77
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used by the HTTP/SSL stream output. 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:82
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
-"stream output. 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:85
-msgid "Advertise with Bonjour"
-msgstr ""
-
-#: modules/access_output/http.c:86
-msgid "Advertise the stream with the Bonjour protocol"
-msgstr ""
-
-#: modules/access_output/http.c:90
-msgid "HTTP stream output"
-msgstr "Salida de volcado HTTP"
-
-#: modules/access_output/http.c:92 modules/control/http/http.c:58
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
-msgid "HTTP"
-msgstr "HTTP"
-
-#: modules/access_output/shout.c:58
-#, fuzzy
-msgid "Stream-name"
-msgstr "Volcado"
-
-#: modules/access_output/shout.c:59
-msgid "The name this stream/channel will get on the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:61
-#, fuzzy
-msgid "Stream-description"
-msgstr "Descripción de sesión"
-
-#: modules/access_output/shout.c:62
-msgid "A description of the stream content. (Information about your channel)."
-msgstr ""
-
-#: modules/access_output/shout.c:65
-#, fuzzy
-msgid "Stream MP3"
-msgstr "Volcado"
-
-#: modules/access_output/shout.c:66
-msgid ""
-"Normally you have to feed the shoutcast module with Ogg streams. This option "
-"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
-"the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:71
-msgid "libshout (icecast) output"
-msgstr ""
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:40
-#: modules/demux/livedotcom.cpp:61
-msgid "Caching value (ms)"
-msgstr "Valor de caché (ms)"
-
-#: modules/access_output/udp.c:77 modules/access/udp.c:44
-msgid ""
-"Allows you to modify the default caching value for UDP streams. This value "
-"should be set in millisecond units."
-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:441
-#: modules/gui/macosx/wizard.m:1782
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
-msgid "Time-To-Live (TTL)"
-msgstr "Tiempo de vida (TTL): "
-
-#: modules/access_output/udp.c:81
-#, fuzzy
-msgid "Allows you to define the 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
-msgid ""
-"Packets can be sent one by one at the right time or by groups. This allows "
-"you to give the number of packets that will be sent at a time. It helps "
-"reducing the scheduling load on heavily-loaded systems."
-msgstr ""
-"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
-msgid ""
-"If you enable this option, packets will be sent directly, without trying to "
-"fill the MTU (ie, without trying to make the biggest possible packets in "
-"order to improve streaming)."
-msgstr ""
-"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/pvr.c:48
 msgid ""
 "Allows you to modify the default caching value for pvr streams. This value "
@@ -5872,7 +5650,7 @@ msgstr ""
 "de la tarjeta."
 
 #: modules/access/pvr/pvr.c:96 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1337
+#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1339
 msgid "Volume"
 msgstr "Volumen"
 
@@ -5926,6 +5704,11 @@ msgstr "PVR"
 msgid "MPEG Encoding cards input (with ivtv drivers)"
 msgstr "Entrada de tarjetas Codificadoras MPEG (con controladores ivtv)"
 
+#: modules/access/rtsp/access.c:40 modules/access_output/udp.c:75
+#: modules/demux/livedotcom.cpp:61
+msgid "Caching value (ms)"
+msgstr "Valor de caché (ms)"
+
 #: modules/access/rtsp/access.c:42 modules/demux/livedotcom.cpp:63
 msgid ""
 "Allows you to modify the default caching value for RTSP streams. This value "
@@ -6018,6 +5801,14 @@ msgstr "TCP"
 msgid "TCP input"
 msgstr "Entrada TCP"
 
+#: modules/access/udp.c:44 modules/access_output/udp.c:77
+msgid ""
+"Allows you to modify the default caching value for UDP streams. This value "
+"should be set in millisecond units."
+msgstr ""
+"Te permite modificar el valor por defecto de caché para volcados UDP. Este "
+"valor debería ponerse en unidades de milisegundo."
+
 #: modules/access/udp.c:47
 msgid "Autodetection of MTU"
 msgstr "Autodetección de MTU"
@@ -6311,54 +6102,263 @@ msgstr "Entrada de Vídeo CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD)"
 msgid "vcdx://[device-or-file][@{P,S,T}num]"
 msgstr "vcdx://[aparato-o-archivo][@{P,S,T}num]"
 
-#: 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: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
+#, fuzzy
+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 por ejemplo 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
+msgid "Allows you to specify the 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 "Timeshift"
+
+#: modules/access_filter/timeshift.c:45
+#, fuzzy
+msgid "Size of the temporary files use to store the timeshifted stream."
+msgstr "Los filtros de vídeo se usan para postprocesar el volcado de vídeo"
+
+#: modules/access_filter/timeshift.c:47
+#, fuzzy
+msgid "Timeshift directory"
+msgstr "Directorio de capturas de pantalla de vídeo"
+
+#: modules/access_filter/timeshift.c:48
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
+#, 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:60
+msgid "Append to file"
+msgstr "Añadir a archivo"
+
+#: modules/access_output/file.c:61
+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:65
+msgid "File stream output"
+msgstr "Salida de volcado de archivo"
+
+#: modules/access_output/http.c:60
+msgid "Username"
+msgstr "Nombre de usuario"
+
+#: modules/access_output/http.c:61
+msgid ""
+"Allows you to give a user name that will be requested to access the stream."
+msgstr ""
+"Te permite dar un nombre de usuario que se pregunta al acceder al volcado."
+
+#: modules/access_output/http.c:64
+msgid ""
+"Allows you to give a password that will be requested to access the stream."
+msgstr "Te permite dar una clave que se preguntará al acceder al volcado."
+
+#: modules/access_output/http.c:66
+msgid "Mime"
+msgstr "Mime"
+
+#: modules/access_output/http.c:67
+msgid "Allows you to give the mime returned by the server."
+msgstr "Te permite dar el mime devuelto por el servidor."
+
+#: modules/access_output/http.c:70
+msgid ""
+"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
+"stream output"
+msgstr ""
+"Ruta del archivo de certificado x509 PEM a usar por la salida de volcado "
+"HTTP/SSL"
+
+#: modules/access_output/http.c:73
+msgid ""
+"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
+"stream output. 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:77
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used by the HTTP/SSL stream output. 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:82
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
+"stream output. 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:85
+msgid "Advertise with Bonjour"
+msgstr ""
+
+#: modules/access_output/http.c:86
+msgid "Advertise the stream with the Bonjour protocol"
+msgstr ""
+
+#: modules/access_output/http.c:90
+msgid "HTTP stream output"
+msgstr "Salida de volcado HTTP"
+
+#: modules/access_output/http.c:92 modules/control/http/http.c:58
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
+msgstr "HTTP"
+
+#: modules/access_output/shout.c:58
+#, fuzzy
+msgid "Stream-name"
+msgstr "Volcado"
+
+#: modules/access_output/shout.c:59
+msgid "The name this stream/channel will get on the icecast server."
+msgstr ""
+
+#: modules/access_output/shout.c:61
+#, fuzzy
+msgid "Stream-description"
+msgstr "Descripción de sesión"
+
+#: modules/access_output/shout.c:62
+msgid "A description of the stream content. (Information about your channel)."
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
-msgstr "¿Usar control de reproducción?"
+#: modules/access_output/shout.c:65
+#, fuzzy
+msgid "Stream MP3"
+msgstr "Volcado"
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/shout.c:66
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Normally you have to feed the shoutcast module with Ogg streams. This option "
+"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
+"the icecast server."
 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_output/shout.c:71
+msgid "libshout (icecast) output"
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:441
+#: modules/gui/macosx/wizard.m:1782
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
+msgid "Time-To-Live (TTL)"
+msgstr "Tiempo de vida (TTL): "
+
+#: modules/access_output/udp.c:81
+#, fuzzy
+msgid "Allows you to define the 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
 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. This allows "
+"you to give the number of packets that will be sent at a time. It helps "
+"reducing the scheduling load on heavily-loaded systems."
 msgstr ""
-"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
-#, fuzzy
+#: modules/access_output/udp.c:91
 msgid ""
-"Show the maximum amount of information under Stream and Media Info. Shows "
-"for example playback control navigation."
+"If you enable this option, packets will be sent directly, without trying to "
+"fill the MTU (ie, without trying to make the biggest possible packets in "
+"order to improve streaming)."
 msgstr ""
-"Muestra la máxima cantidad de información bajo Info de Volcado y Medio. "
-"Muestra por ejemplo 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
 msgid "Simple decoder for dolby surround encoded streams"
@@ -10481,7 +10481,7 @@ msgstr "Avance Rápido"
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:274
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:283
 #: modules/gui/wxwidgets/interface.cpp:669
-#: modules/gui/wxwidgets/interface.cpp:1193
+#: modules/gui/wxwidgets/interface.cpp:1195
 #: modules/gui/wxwidgets/menus.cpp:294 modules/gui/wxwidgets/menus.cpp:308
 msgid "Play"
 msgstr "Reproducir"
@@ -10490,7 +10490,7 @@ msgstr "Reproducir"
 #: modules/gui/macosx/intf.m:1305 modules/gui/macosx/intf.m:1306
 #: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
 #: modules/gui/wxwidgets/interface.cpp:670
-#: modules/gui/wxwidgets/interface.cpp:1187
+#: modules/gui/wxwidgets/interface.cpp:1189
 #: modules/gui/wxwidgets/menus.cpp:296 modules/visualization/xosd.c:240
 msgid "Pause"
 msgstr "Pausa"
@@ -10700,7 +10700,7 @@ msgstr "Ocultar Otros"
 msgid "Show All"
 msgstr "Mostrar Todo"
 
-#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1465
+#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1467
 msgid "Quit VLC"
 msgstr "Salir de VLC"
 
@@ -10785,7 +10785,7 @@ msgid "Extended Controls"
 msgstr "Controles extendidos"
 
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:606
-#: modules/gui/macosx/playlistinfo.m:54 modules/gui/macosx/playlist.m:483
+#: modules/gui/macosx/playlist.m:483 modules/gui/macosx/playlistinfo.m:54
 #, fuzzy
 msgid "Information"
 msgstr "Transformación"
@@ -11155,6 +11155,77 @@ msgstr "URL de SDP"
 msgid "Save File"
 msgstr "Salvar Archivo"
 
+#: modules/gui/macosx/playlist.m:478
+msgid "Save Playlist..."
+msgstr "Salvar Lista de Reproducción..."
+
+#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
+#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
+msgid "Delete"
+msgstr "Borrar"
+
+#: modules/gui/macosx/playlist.m:481
+msgid "Expand Node"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:484
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
+msgid "Preparse"
+msgstr "Preanalizar"
+
+#: modules/gui/macosx/playlist.m:485
+msgid "Sort Node by Name"
+msgstr "Ordenar Nodo por Nombre"
+
+#: modules/gui/macosx/playlist.m:486
+msgid "Sort Node by Author"
+msgstr "Ordenar Nodo por Autor"
+
+#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
+#, fuzzy
+msgid "No items in the playlist"
+msgstr "sin objetos en lista de reproducción"
+
+#: modules/gui/macosx/playlist.m:493
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
+msgid "Search"
+msgstr "Buscar"
+
+#: modules/gui/macosx/playlist.m:495
+#, fuzzy
+msgid "Search in Playlist"
+msgstr "Abrir Lista de Reproducción"
+
+#: modules/gui/macosx/playlist.m:496
+msgid "Standard Play"
+msgstr "Reproducción Estándar"
+
+#: modules/gui/macosx/playlist.m:499
+#, fuzzy
+msgid "Add Folder to Playlist"
+msgstr "Añadir a Lista de Reproducción"
+
+#: modules/gui/macosx/playlist.m:745
+msgid "Save Playlist"
+msgstr "Salvar Lista de Reproducción"
+
+#: modules/gui/macosx/playlist.m:1489
+msgid "Empty Folder"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:1514
+#, fuzzy, c-format
+msgid "%i items in the playlist"
+msgstr "%i objetos en lista de reproducción"
+
+#: modules/gui/macosx/playlist.m:1524
+#, fuzzy
+msgid "1 item in the playlist"
+msgstr "1 objeto en lista de reproducción"
+
 #: modules/gui/macosx/playlistinfo.m:55
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:585
@@ -11241,77 +11312,6 @@ msgstr ""
 msgid "Info"
 msgstr "Info"
 
-#: modules/gui/macosx/playlist.m:478
-msgid "Save Playlist..."
-msgstr "Salvar Lista de Reproducción..."
-
-#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
-msgid "Delete"
-msgstr "Borrar"
-
-#: modules/gui/macosx/playlist.m:481
-msgid "Expand Node"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:484
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
-msgid "Preparse"
-msgstr "Preanalizar"
-
-#: modules/gui/macosx/playlist.m:485
-msgid "Sort Node by Name"
-msgstr "Ordenar Nodo por Nombre"
-
-#: modules/gui/macosx/playlist.m:486
-msgid "Sort Node by Author"
-msgstr "Ordenar Nodo por Autor"
-
-#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
-#, fuzzy
-msgid "No items in the playlist"
-msgstr "sin objetos en lista de reproducción"
-
-#: modules/gui/macosx/playlist.m:493
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
-msgid "Search"
-msgstr "Buscar"
-
-#: modules/gui/macosx/playlist.m:495
-#, fuzzy
-msgid "Search in Playlist"
-msgstr "Abrir Lista de Reproducción"
-
-#: modules/gui/macosx/playlist.m:496
-msgid "Standard Play"
-msgstr "Reproducción Estándar"
-
-#: modules/gui/macosx/playlist.m:499
-#, fuzzy
-msgid "Add Folder to Playlist"
-msgstr "Añadir a Lista de Reproducción"
-
-#: modules/gui/macosx/playlist.m:745
-msgid "Save Playlist"
-msgstr "Salvar Lista de Reproducción"
-
-#: modules/gui/macosx/playlist.m:1489
-msgid "Empty Folder"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:1514
-#, fuzzy, c-format
-msgid "%i items in the playlist"
-msgstr "%i objetos en lista de reproducción"
-
-#: modules/gui/macosx/playlist.m:1524
-#, fuzzy
-msgid "1 item in the playlist"
-msgstr "1 objeto en lista de reproducción"
-
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:212
 msgid "Reset All"
@@ -12735,7 +12735,7 @@ msgstr ""
 "(interfaz WinCE)\n"
 "\n"
 
-#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:918
+#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:920
 #, fuzzy
 msgid ""
 "(c) 1996-2006 - the VideoLAN Team\n"
@@ -12744,17 +12744,17 @@ msgstr ""
 "(c) 1996-2005 - el Equipo de VideoLAN\n"
 "\n"
 
-#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:919
+#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:921
 #, fuzzy
 msgid "Compiled by "
 msgstr "Comedia"
 
-#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:921
+#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:923
 #, fuzzy
 msgid "Compiler: "
 msgstr "Error: %s\n"
 
-#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:923
+#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:925
 msgid "Based on SVN revision: "
 msgstr ""
 
@@ -13152,7 +13152,8 @@ msgstr "Lista de reproducción vacía"
 msgid "Can't save"
 msgstr "No pudo salvar"
 
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413 modules/misc/freetype.c:100
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413
+#: modules/gui/wxwidgets/wxwidgets.cpp:111 modules/misc/freetype.c:100
 #: modules/misc/win32text.c:71
 msgid "Normal"
 msgstr "Normal"
@@ -13622,8 +13623,8 @@ msgstr "Ayuda: &H"
 
 #: modules/gui/wxwidgets/interface.cpp:672
 #, fuzzy
-msgid "Small playlist"
-msgstr "Salvar lista de reproducción"
+msgid "Embedded playlist"
+msgstr "Abrir lista de reproducción"
 
 #: modules/gui/wxwidgets/interface.cpp:673
 msgid "Previous playlist item"
@@ -13641,19 +13642,19 @@ msgstr "Reproducir más lento"
 msgid "Play faster"
 msgstr "Reproducir más rápido"
 
-#: modules/gui/wxwidgets/interface.cpp:859
+#: modules/gui/wxwidgets/interface.cpp:861
 msgid "Extended &GUI\tCtrl-G"
 msgstr "&GUI extendida\tCtrl-G"
 
-#: modules/gui/wxwidgets/interface.cpp:862
+#: modules/gui/wxwidgets/interface.cpp:864
 msgid "&Bookmarks...\tCtrl-B"
 msgstr "Favoritos...: &B\tCtrl-B"
 
-#: modules/gui/wxwidgets/interface.cpp:864
+#: modules/gui/wxwidgets/interface.cpp:866
 msgid "Preference&s...\tCtrl-S"
 msgstr "Preferencia&s...\tCtrl-S"
 
-#: modules/gui/wxwidgets/interface.cpp:917
+#: modules/gui/wxwidgets/interface.cpp:919
 #, fuzzy
 msgid ""
 " (wxWidgets interface)\n"
@@ -13662,7 +13663,7 @@ msgstr ""
 " (interfaz wxWindows)\n"
 "\n"
 
-#: modules/gui/wxwidgets/interface.cpp:930
+#: modules/gui/wxwidgets/interface.cpp:932
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
@@ -13672,12 +13673,12 @@ msgstr ""
 "http://www.videolan.org/\n"
 "\n"
 
-#: modules/gui/wxwidgets/interface.cpp:933
+#: modules/gui/wxwidgets/interface.cpp:935
 #, c-format
 msgid "About %s"
 msgstr "Acerca de %s"
 
-#: modules/gui/wxwidgets/interface.cpp:1476
+#: modules/gui/wxwidgets/interface.cpp:1478
 msgid "Show/Hide interface"
 msgstr "Mostrar/Ocultar interfaz"
 
@@ -13819,12 +13820,33 @@ msgstr "Redimensionar VLC para encajar con la resolución de vídeo"
 msgid "Show systray icon"
 msgstr "Mostrar icono de bandeja de sistema"
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:110
+#: modules/gui/wxwidgets/wxwidgets.cpp:103
+#, fuzzy
+msgid "Playlist view"
+msgstr "Lista de reproducción"
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:104
+msgid ""
+"There are two possible playlist views in the interface : the normal playlist "
+"(separate window), or an embedded playlist (within the main interface, but "
+"with less features. You can select which one will be available on the "
+"toolbar (or both)."
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:111
+msgid "Embedded"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:112
+msgid "Both"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:121
 #, fuzzy
 msgid "wxWidgets interface module"
 msgstr "Módulo de interfaz wxWindows"
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:152
+#: modules/gui/wxwidgets/wxwidgets.cpp:166
 #, fuzzy
 msgid "wxWidgets dialogs provider"
 msgstr "proveedor de diálogos wxWindows"
@@ -14194,10 +14216,6 @@ msgstr "Archivo de salida"
 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"
@@ -14214,6 +14232,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:63
 msgid "MSN Title format string"
 msgstr ""
@@ -16955,6 +16977,10 @@ msgstr "Fuente usada para mostrar texto en la salida xosd"
 msgid "XOSD interface"
 msgstr "interfaz XOSD"
 
+#, fuzzy
+#~ msgid "Small playlist"
+#~ msgstr "Salvar lista de reproducción"
+
 #, fuzzy
 #~ msgid "VC-1 decoder module"
 #~ msgstr "Módulo decodificador Tarkin"
index b7d02015811591c9e6d9878c2218cb66e4f83c92..90500b853d361bd1aa0f4f5f2672440d927b6875 100644 (file)
--- 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-03-12 17:26+0000\n"
+"POT-Creation-Date: 2006-03-14 21:08+0100\n"
 "PO-Revision-Date: 2005-06-25 01:49+0200\n"
 "Last-Translator: Clément Stenac <zorglub@videolan.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:578
+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"
@@ -497,9 +510,9 @@ msgstr ""
 "invite de commande DOS, allez dans le répertoire où vous avez installé VLC, "
 "et lancez « vlc -I wxwin »\n"
 
-#: include/vlc_meta.h:28 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225 modules/misc/growl.c:168
+#: include/vlc_meta.h:28 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298 modules/misc/growl.c:168
 #: modules/misc/growl.c:171
 msgid "Meta-information"
 msgstr "Méta-données"
@@ -513,15 +526,15 @@ msgstr "Méta-données"
 msgid "Title"
 msgstr "Titre"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:57
-#: modules/gui/macosx/playlist.m:133 modules/gui/macosx/wizard.m:392
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:133
+#: modules/gui/macosx/playlistinfo.m:57 modules/gui/macosx/wizard.m:392
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:51
 msgid "Author"
 msgstr "Auteur"
 
-#: include/vlc_meta.h:31 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225
+#: include/vlc_meta.h:31 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298
 msgid "Artist"
 msgstr "Artiste"
 
@@ -664,19 +677,6 @@ msgstr "Codec"
 msgid "Codec Description"
 msgstr "Description du codec"
 
-#: include/vlc/vlc.h:578
-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/input.c:80 src/audio_output/input.c:126
 #: src/input/es_out.c:361 src/libvlc.h:365 src/video_output/video_output.c:379
 #: modules/codec/ffmpeg/postprocess.c:94
@@ -2991,7 +2991,7 @@ msgstr ""
 "Sélectionnez la combinaison de touches à utiliser pour passer en plein écran."
 
 #: src/libvlc.h:856 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:81
-#: modules/gui/wxwidgets/interface.cpp:1467
+#: modules/gui/wxwidgets/interface.cpp:1469
 msgid "Play/Pause"
 msgstr "Lecture/Pause"
 
@@ -3041,7 +3041,7 @@ msgstr "Sélectionnez la combinaison de touches à utiliser pour le ralenti."
 #: modules/gui/macosx/controls.m:646 modules/gui/macosx/intf.m:476
 #: modules/gui/macosx/intf.m:521 modules/gui/macosx/intf.m:592
 #: modules/gui/macosx/wizard.m:313 modules/gui/macosx/wizard.m:364
-#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1472
+#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1474
 #: modules/gui/wxwidgets/menus.cpp:289
 msgid "Next"
 msgstr "Suivant"
@@ -3055,7 +3055,7 @@ msgstr ""
 #: src/libvlc.h:868 modules/control/hotkeys.c:628
 #: modules/gui/macosx/controls.m:645 modules/gui/macosx/intf.m:471
 #: modules/gui/macosx/intf.m:520 modules/gui/macosx/intf.m:593
-#: modules/gui/wxwidgets/interface.cpp:1471
+#: modules/gui/wxwidgets/interface.cpp:1473
 #: modules/gui/wxwidgets/menus.cpp:288
 msgid "Previous"
 msgstr "Précédent"
@@ -3072,7 +3072,7 @@ msgstr ""
 #: modules/gui/pda/pda_interface.c:275
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:86
 #: modules/gui/wxwidgets/interface.cpp:668
-#: modules/gui/wxwidgets/interface.cpp:1473
+#: modules/gui/wxwidgets/interface.cpp:1475
 #: modules/gui/wxwidgets/menus.cpp:287 modules/visualization/xosd.c:235
 msgid "Stop"
 msgstr "Stop"
@@ -4479,7 +4479,7 @@ msgid "Aspect-ratio"
 msgstr "Format d’écran"
 
 #: modules/access/cdda.c:52 modules/access/dshow/dshow.cpp:79
-#: modules/access/dvb/access.c:71 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:71
 #: modules/access/dvdnav.c:63 modules/access/dvdread.c:61
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:42
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -5051,6 +5051,22 @@ msgstr "Rafraîchir la liste"
 msgid "Configure"
 msgstr "Configurer"
 
+#: modules/access/dv.c:70 modules/access/file.c:82
+msgid ""
+"Allows you to modify the default caching value for file streams. This value "
+"should be set in millisecond units."
+msgstr ""
+"Cette option permet de modifier la taille du cache pour les fichiers. Cette "
+"valeur est en millisecondes."
+
+#: 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:73
 msgid ""
 "Allows you to modify the default caching value for dvb streams. This value "
@@ -5295,22 +5311,6 @@ msgstr "Entrée DVB (V4L2)"
 msgid "HTTP server"
 msgstr "Nom d’utilisateur HTTP"
 
-#: modules/access/dv.c:70 modules/access/file.c:82
-msgid ""
-"Allows you to modify the default caching value for file streams. This value "
-"should be set in millisecond units."
-msgstr ""
-"Cette option permet de modifier la taille du cache pour les fichiers. Cette "
-"valeur est en millisecondes."
-
-#: modules/access/dv.c:74
-msgid "Digital Video (Firewire/ieee1394)  input"
-msgstr ""
-
-#: modules/access/dv.c:75
-msgid "dv"
-msgstr ""
-
 #: modules/access/dvdnav.c:59 modules/access/dvdread.c:57
 msgid "DVD angle"
 msgstr "Angle DVD"
@@ -5484,37 +5484,6 @@ msgstr "Lecture d’un fichier"
 msgid "File"
 msgstr "Fichier"
 
-#: modules/access_filter/record.c:43
-msgid "Record directory"
-msgstr "Répertoire d’enregistrement"
-
-#: modules/access_filter/record.c:45
-msgid "Allows you to specify the directory where the record will be stored"
-msgstr ""
-"Ceci vous permet de spécifier le répertoire où l'enregistrement sera "
-"sauvegardé."
-
-#: modules/access_filter/timeshift.c:44
-msgid "Timeshift granularity"
-msgstr "Granularité en différé"
-
-#: modules/access_filter/timeshift.c:45
-msgid "Size of the temporary files use to store the timeshifted stream."
-msgstr ""
-"Taille des fichiers temporaires à utiliser pour stocker le flux différé"
-
-#: modules/access_filter/timeshift.c:47
-msgid "Timeshift directory"
-msgstr "Répertoire temporaire pour le différé"
-
-#: modules/access_filter/timeshift.c:48
-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:52 modules/access_filter/timeshift.c:53
-msgid "Timeshift"
-msgstr "Différé"
-
 #: modules/access/ftp.c:44
 msgid ""
 "Allows you to modify the default caching value for FTP streams. This value "
@@ -5664,197 +5633,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 "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:60
-msgid "Append to file"
-msgstr "Ajouter au fichier"
-
-#: modules/access_output/file.c:61
-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:65
-msgid "File stream output"
-msgstr "Sortie vers un fichier"
-
-#: modules/access_output/http.c:60
-msgid "Username"
-msgstr "Nom d’utilisateur"
-
-#: modules/access_output/http.c:61
-msgid ""
-"Allows you to give a user name that will be requested to access the stream."
-msgstr ""
-"Ceci vous permet de préciser le nom d’utilisateur qui sera demandé pour "
-"accéder au flux."
-
-#: modules/access_output/http.c:64
-msgid ""
-"Allows you to give a password that will be requested to access the stream."
-msgstr ""
-"Ceci vous permet de modifier le 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 "Allows you to give the mime returned by the server."
-msgstr "Ceci vous permet de préciser le type MIME renvoyé par le serveur."
-
-#: modules/access_output/http.c:70
-msgid ""
-"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
-"stream output"
-msgstr ""
-"Chemin du fichier x509 de certificat qui sera utilisé par la sortie HTTP/SSL."
-
-#: modules/access_output/http.c:73
-msgid ""
-"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-"Chemin du fichier x509 de clé privée qui sera  qui sera utilisée par la "
-"sortie HTTP/SSL. Ne rien entrer si vous n'en n'avez pas."
-
-#: modules/access_output/http.c:77
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used by the HTTP/SSL stream output. Leave empty if you "
-"don't have one."
-msgstr ""
-"Chemin du fichier x509 d'autorité de certification qui sera utilisé par la "
-"sortie HTTP/SSL. Ne rien entrer si vous n'en n'avez pas."
-
-#: modules/access_output/http.c:82
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-"Chemin du fichier x509 de liste de révocation de certificats qui sera "
-"utilisé par la sortie HTTP/SSL. Ne rien entrer si vous n'en n'avez pas"
-
-#: modules/access_output/http.c:85
-msgid "Advertise with Bonjour"
-msgstr ""
-
-#: modules/access_output/http.c:86
-msgid "Advertise the stream with the Bonjour protocol"
-msgstr ""
-
-#: modules/access_output/http.c:90
-msgid "HTTP stream output"
-msgstr "Flux de sortie HTTP"
-
-#: modules/access_output/http.c:92 modules/control/http/http.c:58
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
-msgid "HTTP"
-msgstr "HTTP"
-
-#: modules/access_output/shout.c:58
-msgid "Stream-name"
-msgstr "Nom"
-
-#: modules/access_output/shout.c:59
-msgid "The name this stream/channel will get on the icecast server."
-msgstr "Le nom qui sera attribué à ce canal sur le serveur Icecast"
-
-#: modules/access_output/shout.c:61
-msgid "Stream-description"
-msgstr "Description"
-
-#: modules/access_output/shout.c:62
-msgid "A description of the stream content. (Information about your channel)."
-msgstr ""
-"Une description du contenu de votre flux et des informations sur votre canal"
-
-#: modules/access_output/shout.c:65
-msgid "Stream MP3"
-msgstr "Diffuser en MP3"
-
-#: modules/access_output/shout.c:66
-msgid ""
-"Normally you have to feed the shoutcast module with Ogg streams. This option "
-"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
-"the icecast server."
-msgstr ""
-"Généralement, la sortie Icecast utilise des flux Ogg. Cette option vous "
-"permet d'utiliser des flux MP3."
-
-#: modules/access_output/shout.c:71
-msgid "libshout (icecast) output"
-msgstr "Sortie Icecast"
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:40
-#: modules/demux/livedotcom.cpp:61
-msgid "Caching value (ms)"
-msgstr "Taille du cache en ms"
-
-#: modules/access_output/udp.c:77 modules/access/udp.c:44
-msgid ""
-"Allows you to modify the default caching value for UDP streams. This value "
-"should be set in millisecond units."
-msgstr ""
-"Cette option permet de modifier la taille du cache pour les flux UDP. Sa "
-"valeur est en millisecondes."
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:441
-#: modules/gui/macosx/wizard.m:1782
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
-msgid "Time-To-Live (TTL)"
-msgstr "Temps de vie (TTL)"
-
-#: modules/access_output/udp.c:81
-#, fuzzy
-msgid "Allows you to define the Time-To-Live of the outgoing stream."
-msgstr "Ceci vous permet de préciser le 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. This allows "
-"you to give the number of packets that will be sent at a time. It helps "
-"reducing the scheduling load on heavily-loaded systems."
-msgstr ""
-"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 ""
-"If you enable this option, packets will be sent directly, without trying to "
-"fill the MTU (ie, without trying to make the biggest possible packets in "
-"order to improve streaming)."
-msgstr ""
-"Si vous activez cette option, les paquets seront directement envoyés, 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/pvr.c:48
 msgid ""
 "Allows you to modify the default caching value for pvr streams. This value "
@@ -5970,7 +5748,7 @@ msgstr ""
 "par la partie audio de la carte."
 
 #: modules/access/pvr/pvr.c:96 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1337
+#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1339
 msgid "Volume"
 msgstr "Volume"
 
@@ -6024,6 +5802,11 @@ msgstr "PVR"
 msgid "MPEG Encoding cards input (with ivtv drivers)"
 msgstr "Entrée pour cartes MPEG avec ivtv"
 
+#: modules/access/rtsp/access.c:40 modules/access_output/udp.c:75
+#: modules/demux/livedotcom.cpp:61
+msgid "Caching value (ms)"
+msgstr "Taille du cache en ms"
+
 #: modules/access/rtsp/access.c:42 modules/demux/livedotcom.cpp:63
 msgid ""
 "Allows you to modify the default caching value for RTSP streams. This value "
@@ -6117,6 +5900,14 @@ msgstr "TCP"
 msgid "TCP input"
 msgstr "Entrée TCP"
 
+#: modules/access/udp.c:44 modules/access_output/udp.c:77
+msgid ""
+"Allows you to modify the default caching value for UDP streams. This value "
+"should be set in millisecond units."
+msgstr ""
+"Cette option permet de modifier la taille du cache pour les flux UDP. Sa "
+"valeur est en millisecondes."
+
 #: modules/access/udp.c:47
 msgid "Autodetection of MTU"
 msgstr "Détection automatique du MTU"
@@ -6411,55 +6202,264 @@ msgstr "Entrée Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD)"
 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: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: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 "Allows you to specify the directory where the record will be stored"
+msgstr ""
+"Ceci vous permet de spécifier le répertoire où l'enregistrement sera "
+"sauvegardé."
+
+#: modules/access_filter/timeshift.c:44
+msgid "Timeshift granularity"
+msgstr "Granularité en différé"
+
+#: modules/access_filter/timeshift.c:45
+msgid "Size of the temporary files use to store the timeshifted stream."
+msgstr ""
+"Taille des fichiers temporaires à utiliser pour stocker le flux différé"
+
+#: modules/access_filter/timeshift.c:47
+msgid "Timeshift directory"
+msgstr "Répertoire temporaire pour le différé"
+
+#: modules/access_filter/timeshift.c:48
+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:52 modules/access_filter/timeshift.c:53
+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:60
+msgid "Append to file"
+msgstr "Ajouter au fichier"
+
+#: modules/access_output/file.c:61
+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:65
+msgid "File stream output"
+msgstr "Sortie vers un fichier"
+
+#: modules/access_output/http.c:60
+msgid "Username"
+msgstr "Nom d’utilisateur"
+
+#: modules/access_output/http.c:61
+msgid ""
+"Allows you to give a user name that will be requested to access the stream."
+msgstr ""
+"Ceci vous permet de préciser le nom d’utilisateur qui sera demandé pour "
+"accéder au flux."
+
+#: modules/access_output/http.c:64
+msgid ""
+"Allows you to give a password that will be requested to access the stream."
+msgstr ""
+"Ceci vous permet de modifier le 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 "Allows you to give the mime returned by the server."
+msgstr "Ceci vous permet de préciser le type MIME renvoyé par le serveur."
+
+#: modules/access_output/http.c:70
+msgid ""
+"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
+"stream output"
+msgstr ""
+"Chemin du fichier x509 de certificat qui sera utilisé par la sortie HTTP/SSL."
+
+#: modules/access_output/http.c:73
+msgid ""
+"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+"Chemin du fichier x509 de clé privée qui sera  qui sera utilisée par la "
+"sortie HTTP/SSL. Ne rien entrer si vous n'en n'avez pas."
+
+#: modules/access_output/http.c:77
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used by the HTTP/SSL stream output. Leave empty if you "
+"don't have one."
+msgstr ""
+"Chemin du fichier x509 d'autorité de certification qui sera utilisé par la "
+"sortie HTTP/SSL. Ne rien entrer si vous n'en n'avez pas."
+
+#: modules/access_output/http.c:82
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+"Chemin du fichier x509 de liste de révocation de certificats qui sera "
+"utilisé par la sortie HTTP/SSL. Ne rien entrer si vous n'en n'avez pas"
+
+#: modules/access_output/http.c:85
+msgid "Advertise with Bonjour"
+msgstr ""
+
+#: modules/access_output/http.c:86
+msgid "Advertise the stream with the Bonjour protocol"
+msgstr ""
+
+#: modules/access_output/http.c:90
+msgid "HTTP stream output"
+msgstr "Flux de sortie HTTP"
+
+#: modules/access_output/http.c:92 modules/control/http/http.c:58
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
+msgstr "HTTP"
+
+#: modules/access_output/shout.c:58
+msgid "Stream-name"
+msgstr "Nom"
+
+#: modules/access_output/shout.c:59
+msgid "The name this stream/channel will get on the icecast server."
+msgstr "Le nom qui sera attribué à ce canal sur le serveur Icecast"
+
+#: modules/access_output/shout.c:61
+msgid "Stream-description"
+msgstr "Description"
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
-msgstr "Utiliser le contrôle de lecture ?"
+#: modules/access_output/shout.c:62
+msgid "A description of the stream content. (Information about your channel)."
+msgstr ""
+"Une description du contenu de votre flux et des informations sur votre canal"
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/shout.c:65
+msgid "Stream MP3"
+msgstr "Diffuser en MP3"
+
+#: modules/access_output/shout.c:66
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Normally you have to feed the shoutcast module with Ogg streams. This option "
+"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
+"the icecast server."
 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."
+"Généralement, la sortie Icecast utilise des flux Ogg. Cette option vous "
+"permet d'utiliser des flux MP3."
 
-#: 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:71
+msgid "libshout (icecast) output"
+msgstr "Sortie Icecast"
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:441
+#: modules/gui/macosx/wizard.m:1782
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
+msgid "Time-To-Live (TTL)"
+msgstr "Temps de vie (TTL)"
+
+#: modules/access_output/udp.c:81
+#, fuzzy
+msgid "Allows you to define the Time-To-Live of the outgoing stream."
+msgstr "Ceci vous permet de préciser le TTL du flux sortant."
+
+#: modules/access_output/udp.c:84
+msgid "Group packets"
+msgstr "Groupe les paquets"
+
+#: 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. This allows "
+"you to give the number of packets that will be sent at a time. It helps "
+"reducing the scheduling load on heavily-loaded systems."
 msgstr ""
-"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."
+"If you enable this option, packets will be sent directly, without trying to "
+"fill the MTU (ie, without trying to make the biggest possible packets in "
+"order to improve streaming)."
 msgstr ""
-"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."
+"Si vous activez cette option, les paquets seront directement envoyés, 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"
@@ -10536,7 +10536,7 @@ msgstr "Avance rapide"
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:274
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:283
 #: modules/gui/wxwidgets/interface.cpp:669
-#: modules/gui/wxwidgets/interface.cpp:1193
+#: modules/gui/wxwidgets/interface.cpp:1195
 #: modules/gui/wxwidgets/menus.cpp:294 modules/gui/wxwidgets/menus.cpp:308
 msgid "Play"
 msgstr "Lire"
@@ -10545,7 +10545,7 @@ msgstr "Lire"
 #: modules/gui/macosx/intf.m:1305 modules/gui/macosx/intf.m:1306
 #: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
 #: modules/gui/wxwidgets/interface.cpp:670
-#: modules/gui/wxwidgets/interface.cpp:1187
+#: modules/gui/wxwidgets/interface.cpp:1189
 #: modules/gui/wxwidgets/menus.cpp:296 modules/visualization/xosd.c:240
 msgid "Pause"
 msgstr "Pause"
@@ -10751,7 +10751,7 @@ msgstr "Masquer les autres"
 msgid "Show All"
 msgstr "Tout afficher"
 
-#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1465
+#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1467
 msgid "Quit VLC"
 msgstr "Quitter VLC"
 
@@ -10833,7 +10833,7 @@ msgid "Extended Controls"
 msgstr "Contrôles étendus"
 
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:606
-#: modules/gui/macosx/playlistinfo.m:54 modules/gui/macosx/playlist.m:483
+#: modules/gui/macosx/playlist.m:483 modules/gui/macosx/playlistinfo.m:54
 #, fuzzy
 msgid "Information"
 msgstr "Transformation"
@@ -11202,6 +11202,74 @@ msgstr "URL du SDP"
 msgid "Save File"
 msgstr "Enregistrer le fichier"
 
+#: modules/gui/macosx/playlist.m:478
+msgid "Save Playlist..."
+msgstr "Enregistrer la liste de lecture…"
+
+#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
+#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
+msgid "Delete"
+msgstr "Supprimer"
+
+#: modules/gui/macosx/playlist.m:481
+msgid "Expand Node"
+msgstr "Déplier"
+
+#: modules/gui/macosx/playlist.m:484
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
+msgid "Preparse"
+msgstr "Récupérer les informations"
+
+#: modules/gui/macosx/playlist.m:485
+msgid "Sort Node by Name"
+msgstr "Trier le nœud par Nom"
+
+#: modules/gui/macosx/playlist.m:486
+msgid "Sort Node by Author"
+msgstr "Trier le nœud par Auteur"
+
+#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
+msgid "No items in the playlist"
+msgstr "Aucun élement dans la liste de lecture"
+
+#: modules/gui/macosx/playlist.m:493
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
+msgid "Search"
+msgstr "Chercher"
+
+#: modules/gui/macosx/playlist.m:495
+msgid "Search in Playlist"
+msgstr "Chercher dans la liste de lecture"
+
+#: modules/gui/macosx/playlist.m:496
+msgid "Standard Play"
+msgstr "Lecture standard"
+
+#: modules/gui/macosx/playlist.m:499
+#, fuzzy
+msgid "Add Folder to Playlist"
+msgstr "Ajouter à la liste de lecture"
+
+#: modules/gui/macosx/playlist.m:745
+msgid "Save Playlist"
+msgstr "Enregistrer la liste de lecture"
+
+#: modules/gui/macosx/playlist.m:1489
+msgid "Empty Folder"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:1514
+#, c-format
+msgid "%i items in the playlist"
+msgstr "%i éléments dans la liste de lecture"
+
+#: modules/gui/macosx/playlist.m:1524
+msgid "1 item in the playlist"
+msgstr "1 élément dans la liste de lecture"
+
 #: modules/gui/macosx/playlistinfo.m:55
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:585
@@ -11288,74 +11356,6 @@ msgstr ""
 msgid "Info"
 msgstr "Info"
 
-#: modules/gui/macosx/playlist.m:478
-msgid "Save Playlist..."
-msgstr "Enregistrer la liste de lecture…"
-
-#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
-msgid "Delete"
-msgstr "Supprimer"
-
-#: modules/gui/macosx/playlist.m:481
-msgid "Expand Node"
-msgstr "Déplier"
-
-#: modules/gui/macosx/playlist.m:484
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
-msgid "Preparse"
-msgstr "Récupérer les informations"
-
-#: modules/gui/macosx/playlist.m:485
-msgid "Sort Node by Name"
-msgstr "Trier le nœud par Nom"
-
-#: modules/gui/macosx/playlist.m:486
-msgid "Sort Node by Author"
-msgstr "Trier le nœud par Auteur"
-
-#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
-msgid "No items in the playlist"
-msgstr "Aucun élement dans la liste de lecture"
-
-#: modules/gui/macosx/playlist.m:493
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
-msgid "Search"
-msgstr "Chercher"
-
-#: modules/gui/macosx/playlist.m:495
-msgid "Search in Playlist"
-msgstr "Chercher dans la liste de lecture"
-
-#: modules/gui/macosx/playlist.m:496
-msgid "Standard Play"
-msgstr "Lecture standard"
-
-#: modules/gui/macosx/playlist.m:499
-#, fuzzy
-msgid "Add Folder to Playlist"
-msgstr "Ajouter à la liste de lecture"
-
-#: modules/gui/macosx/playlist.m:745
-msgid "Save Playlist"
-msgstr "Enregistrer la liste de lecture"
-
-#: modules/gui/macosx/playlist.m:1489
-msgid "Empty Folder"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:1514
-#, c-format
-msgid "%i items in the playlist"
-msgstr "%i éléments dans la liste de lecture"
-
-#: modules/gui/macosx/playlist.m:1524
-msgid "1 item in the playlist"
-msgstr "1 élément dans la liste de lecture"
-
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:212
 msgid "Reset All"
@@ -12800,7 +12800,7 @@ msgstr ""
 "(Interface WinCE)\n"
 "\n"
 
-#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:918
+#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:920
 #, fuzzy
 msgid ""
 "(c) 1996-2006 - the VideoLAN Team\n"
@@ -12809,15 +12809,15 @@ msgstr ""
 "(c) 1996-2005 - l’équipe VideoLAN\n"
 "\n"
 
-#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:919
+#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:921
 msgid "Compiled by "
 msgstr "Compilé par "
 
-#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:921
+#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:923
 msgid "Compiler: "
 msgstr "Compilateur : "
 
-#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:923
+#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:925
 msgid "Based on SVN revision: "
 msgstr "Basé sur la révision SVN : "
 
@@ -13232,7 +13232,8 @@ msgstr "Liste de lecture vide"
 msgid "Can't save"
 msgstr "Impossible de sauvegarder"
 
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413 modules/misc/freetype.c:100
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413
+#: modules/gui/wxwidgets/wxwidgets.cpp:111 modules/misc/freetype.c:100
 #: modules/misc/win32text.c:71
 msgid "Normal"
 msgstr "Normal"
@@ -13692,8 +13693,8 @@ msgstr "&Aide"
 
 #: modules/gui/wxwidgets/interface.cpp:672
 #, fuzzy
-msgid "Small playlist"
-msgstr "Enregistrer la liste de lecture"
+msgid "Embedded playlist"
+msgstr "Ouvre la liste de lecture"
 
 #: modules/gui/wxwidgets/interface.cpp:673
 msgid "Previous playlist item"
@@ -13711,19 +13712,19 @@ msgstr "Jouer plus lentement"
 msgid "Play faster"
 msgstr "Jouer plus rapidement"
 
-#: modules/gui/wxwidgets/interface.cpp:859
+#: modules/gui/wxwidgets/interface.cpp:861
 msgid "Extended &GUI\tCtrl-G"
 msgstr "Interface étendue\tCtrl-G"
 
-#: modules/gui/wxwidgets/interface.cpp:862
+#: modules/gui/wxwidgets/interface.cpp:864
 msgid "&Bookmarks...\tCtrl-B"
 msgstr "Signets…\tCtrl-B"
 
-#: modules/gui/wxwidgets/interface.cpp:864
+#: modules/gui/wxwidgets/interface.cpp:866
 msgid "Preference&s...\tCtrl-S"
 msgstr "Préférences…\tCtrl-S"
 
-#: modules/gui/wxwidgets/interface.cpp:917
+#: modules/gui/wxwidgets/interface.cpp:919
 msgid ""
 " (wxWidgets interface)\n"
 "\n"
@@ -13731,7 +13732,7 @@ msgstr ""
 " (interface wxWidgets)\n"
 "\n"
 
-#: modules/gui/wxwidgets/interface.cpp:930
+#: modules/gui/wxwidgets/interface.cpp:932
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
@@ -13741,12 +13742,12 @@ msgstr ""
 "http://www.videolan.org/\n"
 "\n"
 
-#: modules/gui/wxwidgets/interface.cpp:933
+#: modules/gui/wxwidgets/interface.cpp:935
 #, c-format
 msgid "About %s"
 msgstr "À propos de %s"
 
-#: modules/gui/wxwidgets/interface.cpp:1476
+#: modules/gui/wxwidgets/interface.cpp:1478
 msgid "Show/Hide interface"
 msgstr "Afficher/Cacher l’interface"
 
@@ -13888,11 +13889,32 @@ msgstr "Redimensionner VLC pour s’adapter à la taille de la vidéo"
 msgid "Show systray icon"
 msgstr "Icône dans la barre système"
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:110
+#: modules/gui/wxwidgets/wxwidgets.cpp:103
+#, fuzzy
+msgid "Playlist view"
+msgstr "Liste de lecture"
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:104
+msgid ""
+"There are two possible playlist views in the interface : the normal playlist "
+"(separate window), or an embedded playlist (within the main interface, but "
+"with less features. You can select which one will be available on the "
+"toolbar (or both)."
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:111
+msgid "Embedded"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:112
+msgid "Both"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:121
 msgid "wxWidgets interface module"
 msgstr "Module d’interface wxWidgets"
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:152
+#: modules/gui/wxwidgets/wxwidgets.cpp:166
 msgid "wxWidgets dialogs provider"
 msgstr "Fournisseur de dialogues wxWidgets"
 
@@ -14252,10 +14274,6 @@ msgstr "Fichier de sortie"
 msgid "Output data for RRDTool in this file"
 msgstr ""
 
-#: 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"
@@ -14272,6 +14290,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:63
 msgid "MSN Title format string"
 msgstr ""
@@ -17024,6 +17046,10 @@ msgstr "Police utilisée pour afficher le texte dans la sortie xosd"
 msgid "XOSD interface"
 msgstr "Interface XOSD"
 
+#, fuzzy
+#~ msgid "Small playlist"
+#~ msgstr "Enregistrer la liste de lecture"
+
 #~ msgid "VC-1 decoder module"
 #~ msgstr "Décodeur VC1"
 
index 555348c728b220ebf882ab375ec77c1195583025..d6180a308125bb209e9c00db5ad1e6d65b8cb1e0 100644 (file)
--- 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-03-12 17:26+0000\n"
+"POT-Creation-Date: 2006-03-14 21:08+0100\n"
 "PO-Revision-Date: 2004-05-02 17:45+0200\n"
 "Last-Translator: Carlo Calabrò\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:578
+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"
@@ -485,9 +498,9 @@ msgstr ""
 "comando DOS, vai della directory in cui hain installato VLC ed esegui \"vlc -"
 "I wxwin\"\n"
 
-#: include/vlc_meta.h:28 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225 modules/misc/growl.c:168
+#: include/vlc_meta.h:28 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298 modules/misc/growl.c:168
 #: modules/misc/growl.c:171
 msgid "Meta-information"
 msgstr "Metainformazioni"
@@ -501,15 +514,15 @@ msgstr "Metainformazioni"
 msgid "Title"
 msgstr "Titolo"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:57
-#: modules/gui/macosx/playlist.m:133 modules/gui/macosx/wizard.m:392
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:133
+#: modules/gui/macosx/playlistinfo.m:57 modules/gui/macosx/wizard.m:392
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:51
 msgid "Author"
 msgstr "Autore"
 
-#: include/vlc_meta.h:31 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225
+#: include/vlc_meta.h:31 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298
 msgid "Artist"
 msgstr "Artista"
 
@@ -653,19 +666,6 @@ msgstr "Codifica"
 msgid "Codec Description"
 msgstr "Descrizione codifica"
 
-#: include/vlc/vlc.h:578
-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/input.c:80 src/audio_output/input.c:126
 #: src/input/es_out.c:361 src/libvlc.h:365 src/video_output/video_output.c:379
 #: modules/codec/ffmpeg/postprocess.c:94
@@ -2966,7 +2966,7 @@ msgid "Select the hotkey to use to swap fullscreen state."
 msgstr "Scelta del tasto di passaggio a schermo intero"
 
 #: src/libvlc.h:856 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:81
-#: modules/gui/wxwidgets/interface.cpp:1467
+#: modules/gui/wxwidgets/interface.cpp:1469
 msgid "Play/Pause"
 msgstr "Play/Pausa"
 
@@ -3012,7 +3012,7 @@ msgstr "Scelta del tasto per eseguire più lentamente."
 #: modules/gui/macosx/controls.m:646 modules/gui/macosx/intf.m:476
 #: modules/gui/macosx/intf.m:521 modules/gui/macosx/intf.m:592
 #: modules/gui/macosx/wizard.m:313 modules/gui/macosx/wizard.m:364
-#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1472
+#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1474
 #: modules/gui/wxwidgets/menus.cpp:289
 msgid "Next"
 msgstr "Successivo"
@@ -3024,7 +3024,7 @@ msgstr "Scelta del tasto per passare all'elemento successivo della playlist."
 #: src/libvlc.h:868 modules/control/hotkeys.c:628
 #: modules/gui/macosx/controls.m:645 modules/gui/macosx/intf.m:471
 #: modules/gui/macosx/intf.m:520 modules/gui/macosx/intf.m:593
-#: modules/gui/wxwidgets/interface.cpp:1471
+#: modules/gui/wxwidgets/interface.cpp:1473
 #: modules/gui/wxwidgets/menus.cpp:288
 msgid "Previous"
 msgstr "Precedente"
@@ -3039,7 +3039,7 @@ msgstr "Scelta del tasto per passare all'elemento precedente della playlist."
 #: modules/gui/pda/pda_interface.c:275
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:86
 #: modules/gui/wxwidgets/interface.cpp:668
-#: modules/gui/wxwidgets/interface.cpp:1473
+#: modules/gui/wxwidgets/interface.cpp:1475
 #: modules/gui/wxwidgets/menus.cpp:287 modules/visualization/xosd.c:235
 msgid "Stop"
 msgstr "Interrompi"
@@ -4411,7 +4411,7 @@ msgid "Aspect-ratio"
 msgstr "Correzione rapporto dimensioni"
 
 #: modules/access/cdda.c:52 modules/access/dshow/dshow.cpp:79
-#: modules/access/dvb/access.c:71 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:71
 #: modules/access/dvdnav.c:63 modules/access/dvdread.c:61
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:42
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4985,6 +4985,23 @@ msgstr "Aggiorna"
 msgid "Configure"
 msgstr "Configura"
 
+#: modules/access/dv.c:70 modules/access/file.c:82
+msgid ""
+"Allows you to modify the default caching value for file streams. This value "
+"should be set in millisecond units."
+msgstr ""
+"Permette di modificare il valore di cache predefinito per le sorgenti file. "
+"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:73
 msgid ""
 "Allows you to modify the default caching value for dvb streams. This value "
@@ -5228,23 +5245,6 @@ msgstr "Ingresso DVB con supporto v4l2"
 msgid "HTTP server"
 msgstr "User name HTTP"
 
-#: modules/access/dv.c:70 modules/access/file.c:82
-msgid ""
-"Allows you to modify the default caching value for file streams. This value "
-"should be set in millisecond units."
-msgstr ""
-"Permette di modificare il valore di cache predefinito per le sorgenti file. "
-"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:59 modules/access/dvdread.c:57
 msgid "DVD angle"
 msgstr "Angolo DVD"
@@ -5419,39 +5419,6 @@ msgstr "Ingresso predefinito di un file"
 msgid "File"
 msgstr "File"
 
-#: modules/access_filter/record.c:43
-#, fuzzy
-msgid "Record directory"
-msgstr "Directory sorgente"
-
-#: modules/access_filter/record.c:45
-#, fuzzy
-msgid "Allows you to specify the 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:45
-msgid "Size of the temporary files use to store the timeshifted stream."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:47
-#, fuzzy
-msgid "Timeshift directory"
-msgstr "Scegliere file o directory"
-
-#: modules/access_filter/timeshift.c:48
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
-#, fuzzy
-msgid "Timeshift"
-msgstr "Posizione del logo"
-
 #: modules/access/ftp.c:44
 msgid ""
 "Allows you to modify the default caching value for FTP streams. This value "
@@ -5597,190 +5564,6 @@ msgstr ""
 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"
-msgstr ""
-
-#: modules/access_output/file.c:60
-msgid "Append to file"
-msgstr "Aggiungi al file"
-
-#: modules/access_output/file.c:61
-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:65
-msgid "File stream output"
-msgstr "Trasmissione in uscita file"
-
-#: modules/access_output/http.c:60
-msgid "Username"
-msgstr "Utente"
-
-#: modules/access_output/http.c:61
-msgid ""
-"Allows you to give a user name that will be requested to access the stream."
-msgstr ""
-"Permette di specificare il nome utente da utilizzare per accedere alla "
-"trasmissione."
-
-#: modules/access_output/http.c:64
-msgid ""
-"Allows you to give a password that will be requested to access the stream."
-msgstr ""
-"Permette di specificare la password da utilizzare per accedere alle "
-"trasmissione."
-
-#: modules/access_output/http.c:66
-msgid "Mime"
-msgstr "Mime"
-
-#: modules/access_output/http.c:67
-msgid "Allows you to give the mime returned by the server."
-msgstr "Permette di specificare il MIME utilizzato dal server."
-
-#: modules/access_output/http.c:70
-msgid ""
-"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
-"stream output"
-msgstr ""
-
-#: modules/access_output/http.c:73
-msgid ""
-"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:77
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used by the HTTP/SSL stream output. Leave empty if you "
-"don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:82
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:85
-msgid "Advertise with Bonjour"
-msgstr ""
-
-#: modules/access_output/http.c:86
-msgid "Advertise the stream with the Bonjour protocol"
-msgstr ""
-
-#: modules/access_output/http.c:90
-msgid "HTTP stream output"
-msgstr "Trasmissione in uscita HTTP"
-
-#: modules/access_output/http.c:92 modules/control/http/http.c:58
-#: 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 "The name this stream/channel will get on the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:61
-#, fuzzy
-msgid "Stream-description"
-msgstr "Descrizione sessione"
-
-#: modules/access_output/shout.c:62
-msgid "A description of the stream content. (Information about your channel)."
-msgstr ""
-
-#: modules/access_output/shout.c:65
-#, fuzzy
-msgid "Stream MP3"
-msgstr "Sorgente"
-
-#: modules/access_output/shout.c:66
-msgid ""
-"Normally you have to feed the shoutcast module with Ogg streams. This option "
-"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
-"the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:71
-msgid "libshout (icecast) output"
-msgstr ""
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:40
-#: modules/demux/livedotcom.cpp:61
-msgid "Caching value (ms)"
-msgstr "Valore cache (ms)"
-
-#: modules/access_output/udp.c:77 modules/access/udp.c:44
-msgid ""
-"Allows you to modify the default caching value for UDP streams. This value "
-"should be set in millisecond units."
-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:441
-#: modules/gui/macosx/wizard.m:1782
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
-msgid "Time-To-Live (TTL)"
-msgstr "Time To Live (TTL)"
-
-#: modules/access_output/udp.c:81
-#, fuzzy
-msgid "Allows you to define the 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
-msgid ""
-"Packets can be sent one by one at the right time or by groups. This allows "
-"you to give the number of packets that will be sent at a time. It helps "
-"reducing the scheduling load on heavily-loaded systems."
-msgstr ""
-"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
-msgid ""
-"If you enable this option, packets will be sent directly, without trying to "
-"fill the MTU (ie, without trying to make the biggest possible packets in "
-"order to improve streaming)."
-msgstr ""
-"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/pvr.c:48
 #, fuzzy
 msgid ""
@@ -5899,7 +5682,7 @@ msgstr ""
 "audio della scheda."
 
 #: modules/access/pvr/pvr.c:96 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1337
+#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1339
 msgid "Volume"
 msgstr "Volume"
 
@@ -5953,6 +5736,11 @@ msgstr "PVR"
 msgid "MPEG Encoding cards input (with ivtv drivers)"
 msgstr "Ingresso per schede di codifica MPEG (driver ivtv)"
 
+#: modules/access/rtsp/access.c:40 modules/access_output/udp.c:75
+#: modules/demux/livedotcom.cpp:61
+msgid "Caching value (ms)"
+msgstr "Valore cache (ms)"
+
 #: modules/access/rtsp/access.c:42 modules/demux/livedotcom.cpp:63
 msgid ""
 "Allows you to modify the default caching value for RTSP streams. This value "
@@ -6052,6 +5840,14 @@ msgstr "TCP"
 msgid "TCP input"
 msgstr "Ingresso TCP"
 
+#: modules/access/udp.c:44 modules/access_output/udp.c:77
+msgid ""
+"Allows you to modify the default caching value for UDP streams. This value "
+"should be set in millisecond units."
+msgstr ""
+"Permette di modificare il valore di cache predefinito per le sorgenti UDP. "
+"Valore in millisecondi."
+
 #: modules/access/udp.c:47
 msgid "Autodetection of MTU"
 msgstr "Detezione automatica MTU"
@@ -6363,53 +6159,257 @@ msgstr "Ingresso Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD)"
 msgid "vcdx://[device-or-file][@{P,S,T}num]"
 msgstr "vcdx://[periferica-o-file][@{P,S,T}num]"
 
-#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+#: 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 "Allows you to specify the 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:45
+msgid "Size of the temporary files use to store the timeshifted stream."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:47
+#, fuzzy
+msgid "Timeshift directory"
+msgstr "Scegliere file o directory"
+
+#: modules/access_filter/timeshift.c:48
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
+#, 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:60
+msgid "Append to file"
+msgstr "Aggiungi al file"
+
+#: modules/access_output/file.c:61
+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:65
+msgid "File stream output"
+msgstr "Trasmissione in uscita file"
+
+#: modules/access_output/http.c:60
+msgid "Username"
+msgstr "Utente"
+
+#: modules/access_output/http.c:61
+msgid ""
+"Allows you to give a user name that will be requested to access the stream."
+msgstr ""
+"Permette di specificare il nome utente da utilizzare per accedere alla "
+"trasmissione."
+
+#: modules/access_output/http.c:64
+msgid ""
+"Allows you to give a password that will be requested to access the stream."
+msgstr ""
+"Permette di specificare la password da utilizzare per accedere alle "
+"trasmissione."
+
+#: modules/access_output/http.c:66
+msgid "Mime"
+msgstr "Mime"
+
+#: modules/access_output/http.c:67
+msgid "Allows you to give the mime returned by the server."
+msgstr "Permette di specificare il MIME utilizzato dal server."
+
+#: modules/access_output/http.c:70
+msgid ""
+"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
+"stream output"
+msgstr ""
+
+#: modules/access_output/http.c:73
+msgid ""
+"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:77
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used by the HTTP/SSL stream output. Leave empty if you "
+"don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:82
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:85
+msgid "Advertise with Bonjour"
+msgstr ""
+
+#: modules/access_output/http.c:86
+msgid "Advertise the stream with the Bonjour protocol"
+msgstr ""
+
+#: modules/access_output/http.c:90
+msgid "HTTP stream output"
+msgstr "Trasmissione in uscita HTTP"
+
+#: modules/access_output/http.c:92 modules/control/http/http.c:58
+#: 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 "The name this stream/channel will get on the icecast server."
+msgstr ""
+
+#: modules/access_output/shout.c:61
+#, fuzzy
+msgid "Stream-description"
+msgstr "Descrizione sessione"
+
+#: modules/access_output/shout.c:62
+msgid "A description of the stream content. (Information about your channel)."
+msgstr ""
+
+#: modules/access_output/shout.c:65
 #, 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?"
+msgid "Stream MP3"
+msgstr "Sorgente"
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/shout.c:66
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Normally you have to feed the shoutcast module with Ogg streams. This option "
+"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
+"the icecast server."
 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?"
+#: modules/access_output/shout.c:71
+msgid "libshout (icecast) output"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:441
+#: modules/gui/macosx/wizard.m:1782
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
+msgid "Time-To-Live (TTL)"
+msgstr "Time To Live (TTL)"
+
+#: modules/access_output/udp.c:81
+#, fuzzy
+msgid "Allows you to define the 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
 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. This allows "
+"you to give the number of packets that will be sent at a time. It helps "
+"reducing the scheduling load on heavily-loaded systems."
 msgstr ""
+"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:129
-#, fuzzy
-msgid "Show extended VCD info?"
-msgstr "Mostra l'interfaccia estesa"
+#: modules/access_output/udp.c:90
+msgid "Raw write"
+msgstr "Scrittura diretta"
 
-#: 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."
+"If you enable this option, packets will be sent directly, without trying to "
+"fill the MTU (ie, without trying to make the biggest possible packets in "
+"order to improve streaming)."
 msgstr ""
+"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/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:97
+msgid "UDP stream output"
+msgstr "Trasmissione in uscita UDP"
 
-#: 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_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"
@@ -10534,7 +10534,7 @@ msgstr "Avanti veloce"
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:274
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:283
 #: modules/gui/wxwidgets/interface.cpp:669
-#: modules/gui/wxwidgets/interface.cpp:1193
+#: modules/gui/wxwidgets/interface.cpp:1195
 #: modules/gui/wxwidgets/menus.cpp:294 modules/gui/wxwidgets/menus.cpp:308
 msgid "Play"
 msgstr "Play"
@@ -10543,7 +10543,7 @@ msgstr "Play"
 #: modules/gui/macosx/intf.m:1305 modules/gui/macosx/intf.m:1306
 #: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
 #: modules/gui/wxwidgets/interface.cpp:670
-#: modules/gui/wxwidgets/interface.cpp:1187
+#: modules/gui/wxwidgets/interface.cpp:1189
 #: modules/gui/wxwidgets/menus.cpp:296 modules/visualization/xosd.c:240
 msgid "Pause"
 msgstr "Pausa"
@@ -10754,7 +10754,7 @@ msgstr "Nascondi Altre"
 msgid "Show All"
 msgstr "Mostra Tutte"
 
-#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1465
+#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1467
 msgid "Quit VLC"
 msgstr "Esci da VLC"
 
@@ -10839,7 +10839,7 @@ msgid "Extended Controls"
 msgstr "Controlli supplementari"
 
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:606
-#: modules/gui/macosx/playlistinfo.m:54 modules/gui/macosx/playlist.m:483
+#: modules/gui/macosx/playlist.m:483 modules/gui/macosx/playlistinfo.m:54
 #, fuzzy
 msgid "Information"
 msgstr "Traduzione"
@@ -11212,6 +11212,80 @@ msgstr "URL SDP"
 msgid "Save File"
 msgstr "Registra File"
 
+#: modules/gui/macosx/playlist.m:478
+msgid "Save Playlist..."
+msgstr "Registra Playlist..."
+
+#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
+#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
+msgid "Delete"
+msgstr "Elimina"
+
+#: modules/gui/macosx/playlist.m:481
+msgid "Expand Node"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:484
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
+#, fuzzy
+msgid "Preparse"
+msgstr "Preparatore"
+
+#: modules/gui/macosx/playlist.m:485
+#, fuzzy
+msgid "Sort Node by Name"
+msgstr "Ordina per Nome"
+
+#: modules/gui/macosx/playlist.m:486
+#, fuzzy
+msgid "Sort Node by Author"
+msgstr "Ordine per autore"
+
+#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
+#, fuzzy
+msgid "No items in the playlist"
+msgstr "%i elementi nella playlist"
+
+#: modules/gui/macosx/playlist.m:493
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
+msgid "Search"
+msgstr "Cerca"
+
+#: modules/gui/macosx/playlist.m:495
+#, fuzzy
+msgid "Search in Playlist"
+msgstr "Apri Playlist"
+
+#: modules/gui/macosx/playlist.m:496
+msgid "Standard Play"
+msgstr "Riproduzione Standard"
+
+#: modules/gui/macosx/playlist.m:499
+#, fuzzy
+msgid "Add Folder to Playlist"
+msgstr "Aggiungi alla Playlist"
+
+#: modules/gui/macosx/playlist.m:745
+msgid "Save Playlist"
+msgstr "Registra Playlist"
+
+#: modules/gui/macosx/playlist.m:1489
+msgid "Empty Folder"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:1514
+#, fuzzy, c-format
+msgid "%i items in the playlist"
+msgstr "%i elementi nella playlist"
+
+#: modules/gui/macosx/playlist.m:1524
+#, fuzzy
+msgid "1 item in the playlist"
+msgstr "%i elementi nella playlist"
+
 #: modules/gui/macosx/playlistinfo.m:55
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:585
@@ -11298,80 +11372,6 @@ msgstr ""
 msgid "Info"
 msgstr "Informazioni"
 
-#: modules/gui/macosx/playlist.m:478
-msgid "Save Playlist..."
-msgstr "Registra Playlist..."
-
-#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
-msgid "Delete"
-msgstr "Elimina"
-
-#: modules/gui/macosx/playlist.m:481
-msgid "Expand Node"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:484
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
-#, fuzzy
-msgid "Preparse"
-msgstr "Preparatore"
-
-#: modules/gui/macosx/playlist.m:485
-#, fuzzy
-msgid "Sort Node by Name"
-msgstr "Ordina per Nome"
-
-#: modules/gui/macosx/playlist.m:486
-#, fuzzy
-msgid "Sort Node by Author"
-msgstr "Ordine per autore"
-
-#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
-#, fuzzy
-msgid "No items in the playlist"
-msgstr "%i elementi nella playlist"
-
-#: modules/gui/macosx/playlist.m:493
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
-msgid "Search"
-msgstr "Cerca"
-
-#: modules/gui/macosx/playlist.m:495
-#, fuzzy
-msgid "Search in Playlist"
-msgstr "Apri Playlist"
-
-#: modules/gui/macosx/playlist.m:496
-msgid "Standard Play"
-msgstr "Riproduzione Standard"
-
-#: modules/gui/macosx/playlist.m:499
-#, fuzzy
-msgid "Add Folder to Playlist"
-msgstr "Aggiungi alla Playlist"
-
-#: modules/gui/macosx/playlist.m:745
-msgid "Save Playlist"
-msgstr "Registra Playlist"
-
-#: modules/gui/macosx/playlist.m:1489
-msgid "Empty Folder"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:1514
-#, fuzzy, c-format
-msgid "%i items in the playlist"
-msgstr "%i elementi nella playlist"
-
-#: modules/gui/macosx/playlist.m:1524
-#, fuzzy
-msgid "1 item in the playlist"
-msgstr "%i elementi nella playlist"
-
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:212
 msgid "Reset All"
@@ -12811,7 +12811,7 @@ msgstr ""
 " (interfaccia wxWindows)\n"
 "\n"
 
-#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:918
+#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:920
 #, fuzzy
 msgid ""
 "(c) 1996-2006 - the VideoLAN Team\n"
@@ -12820,17 +12820,17 @@ msgstr ""
 "(c) 1996-2004 - l'équipe VideoLAN\n"
 "\n"
 
-#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:919
+#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:921
 #, fuzzy
 msgid "Compiled by "
 msgstr "Commedia"
 
-#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:921
+#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:923
 #, fuzzy
 msgid "Compiler: "
 msgstr "Errore: %s\n"
 
-#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:923
+#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:925
 msgid "Based on SVN revision: "
 msgstr ""
 
@@ -13234,7 +13234,8 @@ msgstr "La Playlist è vuota"
 msgid "Can't save"
 msgstr "Non è possibile registrare"
 
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413 modules/misc/freetype.c:100
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413
+#: modules/gui/wxwidgets/wxwidgets.cpp:111 modules/misc/freetype.c:100
 #: modules/misc/win32text.c:71
 msgid "Normal"
 msgstr "Normale"
@@ -13713,8 +13714,8 @@ msgstr "&Aiuto"
 
 #: modules/gui/wxwidgets/interface.cpp:672
 #, fuzzy
-msgid "Small playlist"
-msgstr "Registra playlist"
+msgid "Embedded playlist"
+msgstr "Apri playlist"
 
 #: modules/gui/wxwidgets/interface.cpp:673
 msgid "Previous playlist item"
@@ -13732,22 +13733,22 @@ msgstr "Riproduci lentamente"
 msgid "Play faster"
 msgstr "Riproduci velocemente"
 
-#: modules/gui/wxwidgets/interface.cpp:859
+#: modules/gui/wxwidgets/interface.cpp:861
 #, fuzzy
 msgid "Extended &GUI\tCtrl-G"
 msgstr "Interfaccia estesa"
 
-#: modules/gui/wxwidgets/interface.cpp:862
+#: modules/gui/wxwidgets/interface.cpp:864
 #, fuzzy
 msgid "&Bookmarks...\tCtrl-B"
 msgstr "Segnali&bri..."
 
-#: modules/gui/wxwidgets/interface.cpp:864
+#: modules/gui/wxwidgets/interface.cpp:866
 #, fuzzy
 msgid "Preference&s...\tCtrl-S"
 msgstr "Preferenze..."
 
-#: modules/gui/wxwidgets/interface.cpp:917
+#: modules/gui/wxwidgets/interface.cpp:919
 #, fuzzy
 msgid ""
 " (wxWidgets interface)\n"
@@ -13756,7 +13757,7 @@ msgstr ""
 " (interfaccia wxWindows)\n"
 "\n"
 
-#: modules/gui/wxwidgets/interface.cpp:930
+#: modules/gui/wxwidgets/interface.cpp:932
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
@@ -13766,12 +13767,12 @@ msgstr ""
 "http://www.videolan.org/\n"
 "\n"
 
-#: modules/gui/wxwidgets/interface.cpp:933
+#: modules/gui/wxwidgets/interface.cpp:935
 #, c-format
 msgid "About %s"
 msgstr "Info su %s"
 
-#: modules/gui/wxwidgets/interface.cpp:1476
+#: modules/gui/wxwidgets/interface.cpp:1478
 #, fuzzy
 msgid "Show/Hide interface"
 msgstr "Mostra Interfaccia"
@@ -13918,12 +13919,33 @@ msgstr ""
 msgid "Show systray icon"
 msgstr "Mostra posizione sorgente"
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:110
+#: modules/gui/wxwidgets/wxwidgets.cpp:103
+#, fuzzy
+msgid "Playlist view"
+msgstr "Playlist"
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:104
+msgid ""
+"There are two possible playlist views in the interface : the normal playlist "
+"(separate window), or an embedded playlist (within the main interface, but "
+"with less features. You can select which one will be available on the "
+"toolbar (or both)."
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:111
+msgid "Embedded"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:112
+msgid "Both"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:121
 #, fuzzy
 msgid "wxWidgets interface module"
 msgstr "Modulo interfaccia wxWidgets"
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:152
+#: modules/gui/wxwidgets/wxwidgets.cpp:166
 #, fuzzy
 msgid "wxWidgets dialogs provider"
 msgstr "Fornitore dialoghi wxWidgets"
@@ -14285,10 +14307,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"
@@ -14305,6 +14323,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:63
 msgid "MSN Title format string"
 msgstr ""
@@ -17092,6 +17114,10 @@ msgstr "Tipo di carattere utilizzato per visualizzare i testi nell'uscita xosd"
 msgid "XOSD interface"
 msgstr "Interfaccia XOSD"
 
+#, fuzzy
+#~ msgid "Small playlist"
+#~ msgstr "Registra playlist"
+
 #, fuzzy
 #~ msgid "VC-1 decoder module"
 #~ msgstr "modulo decodifica flac"
index 516f1d401876cf1d42d343a4a1c8168bca8181ac..604a0321db0984700ba4c8e3c0b1546df2508dd3 100644 (file)
--- 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-03-12 17:26+0000\n"
+"POT-Creation-Date: 2006-03-14 21:08+0100\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:578
+#, 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 設定"
@@ -464,9 +477,9 @@ msgstr ""
 "がインストールされているディレクトリに移動し、\"vlc -I win32\"を実行してくだ"
 "さい。\n"
 
-#: include/vlc_meta.h:28 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225 modules/misc/growl.c:168
+#: include/vlc_meta.h:28 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298 modules/misc/growl.c:168
 #: modules/misc/growl.c:171
 msgid "Meta-information"
 msgstr "メタ情報"
@@ -480,15 +493,15 @@ msgstr "メタ情報"
 msgid "Title"
 msgstr "タイトル"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:57
-#: modules/gui/macosx/playlist.m:133 modules/gui/macosx/wizard.m:392
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:133
+#: modules/gui/macosx/playlistinfo.m:57 modules/gui/macosx/wizard.m:392
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:51
 msgid "Author"
 msgstr "作成者"
 
-#: include/vlc_meta.h:31 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225
+#: include/vlc_meta.h:31 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298
 msgid "Artist"
 msgstr "アーティスト"
 
@@ -634,19 +647,6 @@ msgstr "コーデック名デバイス名"
 msgid "Codec Description"
 msgstr "コーデック説明"
 
-#: include/vlc/vlc.h:578
-#, 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/input.c:80 src/audio_output/input.c:126
 #: src/input/es_out.c:361 src/libvlc.h:365 src/video_output/video_output.c:379
 #: modules/codec/ffmpeg/postprocess.c:94
@@ -2805,7 +2805,7 @@ msgid "Select the hotkey to use to swap fullscreen state."
 msgstr ""
 
 #: src/libvlc.h:856 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:81
-#: modules/gui/wxwidgets/interface.cpp:1467
+#: modules/gui/wxwidgets/interface.cpp:1469
 msgid "Play/Pause"
 msgstr "再生/一時停止"
 
@@ -2851,7 +2851,7 @@ msgstr "スローモーションに使うホットキーを選択"
 #: modules/gui/macosx/controls.m:646 modules/gui/macosx/intf.m:476
 #: modules/gui/macosx/intf.m:521 modules/gui/macosx/intf.m:592
 #: modules/gui/macosx/wizard.m:313 modules/gui/macosx/wizard.m:364
-#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1472
+#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1474
 #: modules/gui/wxwidgets/menus.cpp:289
 msgid "Next"
 msgstr "次"
@@ -2863,7 +2863,7 @@ msgstr ""
 #: src/libvlc.h:868 modules/control/hotkeys.c:628
 #: modules/gui/macosx/controls.m:645 modules/gui/macosx/intf.m:471
 #: modules/gui/macosx/intf.m:520 modules/gui/macosx/intf.m:593
-#: modules/gui/wxwidgets/interface.cpp:1471
+#: modules/gui/wxwidgets/interface.cpp:1473
 #: modules/gui/wxwidgets/menus.cpp:288
 msgid "Previous"
 msgstr "前"
@@ -2878,7 +2878,7 @@ msgstr ""
 #: modules/gui/pda/pda_interface.c:275
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:86
 #: modules/gui/wxwidgets/interface.cpp:668
-#: modules/gui/wxwidgets/interface.cpp:1473
+#: modules/gui/wxwidgets/interface.cpp:1475
 #: modules/gui/wxwidgets/menus.cpp:287 modules/visualization/xosd.c:235
 msgid "Stop"
 msgstr "停止"
@@ -4251,7 +4251,7 @@ msgid "Aspect-ratio"
 msgstr "アスペクト比"
 
 #: modules/access/cdda.c:52 modules/access/dshow/dshow.cpp:79
-#: modules/access/dvb/access.c:71 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:71
 #: modules/access/dvdnav.c:63 modules/access/dvdread.c:61
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:42
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4755,6 +4755,22 @@ msgstr "一覧の再描画"
 msgid "Configure"
 msgstr "設定"
 
+#: modules/access/dv.c:70 modules/access/file.c:82
+#, fuzzy
+msgid ""
+"Allows you to modify the default caching value for file streams. This value "
+"should be set in millisecond units."
+msgstr "ファイル・ストリームの既定のキャッシング値を変更できます。単位はミリ秒"
+
+#: 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:73
 #, fuzzy
 msgid ""
@@ -5002,22 +5018,6 @@ msgstr "DVB 入力と v4l2 サポート"
 msgid "HTTP server"
 msgstr "HTTP ユーザー名"
 
-#: modules/access/dv.c:70 modules/access/file.c:82
-#, fuzzy
-msgid ""
-"Allows you to modify the default caching value for file streams. This value "
-"should be set in millisecond units."
-msgstr "ファイル・ストリームの既定のキャッシング値を変更できます。単位はミリ秒"
-
-#: 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:59 modules/access/dvdread.c:57
 msgid "DVD angle"
 msgstr "DVD アングル"
@@ -5188,38 +5188,6 @@ msgstr "標準的なファイルシステムのファイルを読む"
 msgid "File"
 msgstr "ファイル"
 
-#: modules/access_filter/record.c:43
-#, fuzzy
-msgid "Record directory"
-msgstr "ソースディレクトリ"
-
-#: modules/access_filter/record.c:45
-#, fuzzy
-msgid "Allows you to specify the 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:45
-msgid "Size of the temporary files use to store the timeshifted stream."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:47
-#, fuzzy
-msgid "Timeshift directory"
-msgstr "ディレクトリを選択する"
-
-#: modules/access_filter/timeshift.c:48
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
-msgid "Timeshift"
-msgstr "タイムシフト"
-
 #: modules/access/ftp.c:44
 #, fuzzy
 msgid ""
@@ -5362,182 +5330,6 @@ 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:60
-msgid "Append to file"
-msgstr "ファイルに追加する"
-
-#: modules/access_output/file.c:61
-msgid "Append to file if it exists instead of replacing it."
-msgstr ""
-
-#: modules/access_output/file.c:65
-msgid "File stream output"
-msgstr "ファイルストリーム出力"
-
-#: modules/access_output/http.c:60
-msgid "Username"
-msgstr "ユーザー名"
-
-#: modules/access_output/http.c:61
-msgid ""
-"Allows you to give a user name that will be requested to access the stream."
-msgstr ""
-
-#: modules/access_output/http.c:64
-msgid ""
-"Allows you to give a 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
-#, fuzzy
-msgid "Allows you to give the mime returned by the server."
-msgstr ""
-"ファイルを見つけるときにオープンされるインタフェースの既定のパスを設定しま"
-"す。"
-
-#: modules/access_output/http.c:70
-msgid ""
-"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
-"stream output"
-msgstr ""
-
-#: modules/access_output/http.c:73
-msgid ""
-"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:77
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used by the HTTP/SSL stream output. Leave empty if you "
-"don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:82
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:85
-msgid "Advertise with Bonjour"
-msgstr ""
-
-#: modules/access_output/http.c:86
-msgid "Advertise the stream with the Bonjour protocol"
-msgstr ""
-
-#: modules/access_output/http.c:90
-msgid "HTTP stream output"
-msgstr "HTTP ストリーム出力"
-
-#: modules/access_output/http.c:92 modules/control/http/http.c:58
-#: 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 "The name this stream/channel will get on the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:61
-#, fuzzy
-msgid "Stream-description"
-msgstr "コーデック説明"
-
-#: modules/access_output/shout.c:62
-msgid "A description of the stream content. (Information about your channel)."
-msgstr ""
-
-#: modules/access_output/shout.c:65
-msgid "Stream MP3"
-msgstr "ストリーム MP3"
-
-#: modules/access_output/shout.c:66
-msgid ""
-"Normally you have to feed the shoutcast module with Ogg streams. This option "
-"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
-"the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:71
-msgid "libshout (icecast) output"
-msgstr ""
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:40
-#: modules/demux/livedotcom.cpp:61
-msgid "Caching value (ms)"
-msgstr "キャッシング値 (ミリ秒)"
-
-#: modules/access_output/udp.c:77 modules/access/udp.c:44
-#, fuzzy
-msgid ""
-"Allows you to modify the default caching value for UDP streams. This value "
-"should be set in millisecond units."
-msgstr ""
-"udpストリームで使用される既定のキャッシング値が変更可能です。単位はミリ秒で指"
-"定します。"
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:441
-#: modules/gui/macosx/wizard.m:1782
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
-msgid "Time-To-Live (TTL)"
-msgstr "生存時間 (TTL):"
-
-#: modules/access_output/udp.c:81
-#, fuzzy
-msgid "Allows you to define the 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. This allows "
-"you to give the number of packets that will be sent at a time. It helps "
-"reducing the scheduling load on heavily-loaded systems."
-msgstr ""
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr ""
-
-#: modules/access_output/udp.c:91
-msgid ""
-"If you enable this option, packets will be sent directly, without trying to "
-"fill the MTU (ie, without trying to make the biggest possible packets in "
-"order to improve streaming)."
-msgstr ""
-
-#: 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/pvr.c:48
 #, fuzzy
 msgid ""
@@ -5653,7 +5445,7 @@ msgid ""
 msgstr ""
 
 #: modules/access/pvr/pvr.c:96 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1337
+#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1339
 msgid "Volume"
 msgstr "音量"
 
@@ -5702,6 +5494,11 @@ msgstr "PVR"
 msgid "MPEG Encoding cards input (with ivtv drivers)"
 msgstr ""
 
+#: modules/access/rtsp/access.c:40 modules/access_output/udp.c:75
+#: modules/demux/livedotcom.cpp:61
+msgid "Caching value (ms)"
+msgstr "キャッシング値 (ミリ秒)"
+
 #: modules/access/rtsp/access.c:42 modules/demux/livedotcom.cpp:63
 #, fuzzy
 msgid ""
@@ -5802,6 +5599,15 @@ msgstr "RTP"
 msgid "TCP input"
 msgstr "TCP 入力"
 
+#: modules/access/udp.c:44 modules/access_output/udp.c:77
+#, fuzzy
+msgid ""
+"Allows you to modify the default caching value for UDP streams. This value "
+"should be set in millisecond units."
+msgstr ""
+"udpストリームで使用される既定のキャッシング値が変更可能です。単位はミリ秒で指"
+"定します。"
+
 #: modules/access/udp.c:47
 msgid "Autodetection of MTU"
 msgstr ""
@@ -6095,58 +5901,252 @@ msgstr "一覧 ID"
 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: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: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 "Allows you to specify the 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:45
+msgid "Size of the temporary files use to store the timeshifted stream."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:47
+#, fuzzy
+msgid "Timeshift directory"
+msgstr "ディレクトリを選択する"
+
+#: modules/access_filter/timeshift.c:48
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
+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:60
+msgid "Append to file"
+msgstr "ファイルに追加する"
+
+#: modules/access_output/file.c:61
+msgid "Append to file if it exists instead of replacing it."
+msgstr ""
+
+#: modules/access_output/file.c:65
+msgid "File stream output"
+msgstr "ファイルストリーム出力"
+
+#: modules/access_output/http.c:60
+msgid "Username"
+msgstr "ユーザー名"
+
+#: modules/access_output/http.c:61
+msgid ""
+"Allows you to give a user name that will be requested to access the stream."
+msgstr ""
+
+#: modules/access_output/http.c:64
+msgid ""
+"Allows you to give a 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
+#, fuzzy
+msgid "Allows you to give the mime returned by the server."
+msgstr ""
+"ファイルを見つけるときにオープンされるインタフェースの既定のパスを設定しま"
+"す。"
+
+#: modules/access_output/http.c:70
+msgid ""
+"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
+"stream output"
+msgstr ""
+
+#: modules/access_output/http.c:73
+msgid ""
+"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:77
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used by the HTTP/SSL stream output. Leave empty if you "
+"don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:82
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:85
+msgid "Advertise with Bonjour"
+msgstr ""
+
+#: modules/access_output/http.c:86
+msgid "Advertise the stream with the Bonjour protocol"
+msgstr ""
+
+#: modules/access_output/http.c:90
+msgid "HTTP stream output"
+msgstr "HTTP ストリーム出力"
+
+#: modules/access_output/http.c:92 modules/control/http/http.c:58
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
+msgstr "HTTP"
 
-#: modules/access/vcdx/vcd.c:97
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
+#: modules/access_output/shout.c:58
+msgid "Stream-name"
+msgstr "ストリーム名"
+
+#: modules/access_output/shout.c:59
+msgid "The name this stream/channel will get on the icecast server."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+#: modules/access_output/shout.c:61
 #, fuzzy
-msgid "Number of CD blocks to get in a single read."
-msgstr "ã\82¹ã\83¬ã\83\83ã\83\89ã\81®æ\95°"
+msgid "Stream-description"
+msgstr "ã\82³ã\83¼ã\83\87ã\83\83ã\82¯èª¬æ\98\8e"
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
+#: modules/access_output/shout.c:62
+msgid "A description of the stream content. (Information about your channel)."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/shout.c:65
+msgid "Stream MP3"
+msgstr "ストリーム MP3"
+
+#: modules/access_output/shout.c:66
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Normally you have to feed the shoutcast module with Ogg streams. This option "
+"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
+"the icecast server."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:123
-msgid "Use track length as maximum unit in seek?"
+#: modules/access_output/shout.c:71
+msgid "libshout (icecast) output"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:441
+#: modules/gui/macosx/wizard.m:1782
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
+msgid "Time-To-Live (TTL)"
+msgstr "生存時間 (TTL):"
+
+#: modules/access_output/udp.c:81
+#, fuzzy
+msgid "Allows you to define the 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. This allows "
+"you to give the number of packets that will be sent at a time. It helps "
+"reducing the scheduling load on heavily-loaded systems."
 msgstr ""
 
-#: 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."
+"If you enable this option, packets will be sent directly, without trying to "
+"fill the MTU (ie, without trying to make the biggest possible packets in "
+"order to improve streaming)."
 msgstr ""
 
-#: 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"
@@ -10221,7 +10221,7 @@ msgstr "転送"
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:274
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:283
 #: modules/gui/wxwidgets/interface.cpp:669
-#: modules/gui/wxwidgets/interface.cpp:1193
+#: modules/gui/wxwidgets/interface.cpp:1195
 #: modules/gui/wxwidgets/menus.cpp:294 modules/gui/wxwidgets/menus.cpp:308
 msgid "Play"
 msgstr "再生"
@@ -10230,7 +10230,7 @@ msgstr "再生"
 #: modules/gui/macosx/intf.m:1305 modules/gui/macosx/intf.m:1306
 #: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
 #: modules/gui/wxwidgets/interface.cpp:670
-#: modules/gui/wxwidgets/interface.cpp:1187
+#: modules/gui/wxwidgets/interface.cpp:1189
 #: modules/gui/wxwidgets/menus.cpp:296 modules/visualization/xosd.c:240
 msgid "Pause"
 msgstr "一時停止"
@@ -10437,7 +10437,7 @@ msgstr "インタフェースを隠す"
 msgid "Show All"
 msgstr "すべてを表示"
 
-#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1465
+#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1467
 msgid "Quit VLC"
 msgstr "VLCを終了"
 
@@ -10523,7 +10523,7 @@ msgid "Extended Controls"
 msgstr "リモート・コントロール"
 
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:606
-#: modules/gui/macosx/playlistinfo.m:54 modules/gui/macosx/playlist.m:483
+#: modules/gui/macosx/playlist.m:483 modules/gui/macosx/playlistinfo.m:54
 #, fuzzy
 msgid "Information"
 msgstr "バージョン情報の印刷"
@@ -10892,6 +10892,77 @@ msgstr "SDP URL"
 msgid "Save File"
 msgstr "ファイルの保存"
 
+#: modules/gui/macosx/playlist.m:478
+msgid "Save Playlist..."
+msgstr "再生一覧の保存..."
+
+#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
+#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
+msgid "Delete"
+msgstr "削除"
+
+#: modules/gui/macosx/playlist.m:481
+msgid "Expand Node"
+msgstr "ノードを展開する"
+
+#: modules/gui/macosx/playlist.m:484
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
+#, fuzzy
+msgid "Preparse"
+msgstr "準備"
+
+#: modules/gui/macosx/playlist.m:485
+msgid "Sort Node by Name"
+msgstr "名前でノードをソートする"
+
+#: modules/gui/macosx/playlist.m:486
+msgid "Sort Node by Author"
+msgstr "著者でノードをソートする"
+
+#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
+msgid "No items in the playlist"
+msgstr "再生一覧に項目がありません"
+
+#: modules/gui/macosx/playlist.m:493
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
+msgid "Search"
+msgstr "検索"
+
+#: modules/gui/macosx/playlist.m:495
+#, fuzzy
+msgid "Search in Playlist"
+msgstr "再生一覧を開く"
+
+#: modules/gui/macosx/playlist.m:496
+msgid "Standard Play"
+msgstr "標準再生"
+
+#: modules/gui/macosx/playlist.m:499
+#, fuzzy
+msgid "Add Folder to Playlist"
+msgstr "再生一覧に追加"
+
+#: modules/gui/macosx/playlist.m:745
+msgid "Save Playlist"
+msgstr "再生一覧を保存"
+
+#: modules/gui/macosx/playlist.m:1489
+msgid "Empty Folder"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:1514
+#, fuzzy, c-format
+msgid "%i items in the playlist"
+msgstr "デフォルトで再生一覧に追加"
+
+#: modules/gui/macosx/playlist.m:1524
+#, fuzzy
+msgid "1 item in the playlist"
+msgstr "デフォルトで再生一覧に追加"
+
 #: modules/gui/macosx/playlistinfo.m:55
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:585
@@ -10978,77 +11049,6 @@ msgstr ""
 msgid "Info"
 msgstr "情報"
 
-#: modules/gui/macosx/playlist.m:478
-msgid "Save Playlist..."
-msgstr "再生一覧の保存..."
-
-#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
-msgid "Delete"
-msgstr "削除"
-
-#: modules/gui/macosx/playlist.m:481
-msgid "Expand Node"
-msgstr "ノードを展開する"
-
-#: modules/gui/macosx/playlist.m:484
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
-#, fuzzy
-msgid "Preparse"
-msgstr "準備"
-
-#: modules/gui/macosx/playlist.m:485
-msgid "Sort Node by Name"
-msgstr "名前でノードをソートする"
-
-#: modules/gui/macosx/playlist.m:486
-msgid "Sort Node by Author"
-msgstr "著者でノードをソートする"
-
-#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
-msgid "No items in the playlist"
-msgstr "再生一覧に項目がありません"
-
-#: modules/gui/macosx/playlist.m:493
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
-msgid "Search"
-msgstr "検索"
-
-#: modules/gui/macosx/playlist.m:495
-#, fuzzy
-msgid "Search in Playlist"
-msgstr "再生一覧を開く"
-
-#: modules/gui/macosx/playlist.m:496
-msgid "Standard Play"
-msgstr "標準再生"
-
-#: modules/gui/macosx/playlist.m:499
-#, fuzzy
-msgid "Add Folder to Playlist"
-msgstr "再生一覧に追加"
-
-#: modules/gui/macosx/playlist.m:745
-msgid "Save Playlist"
-msgstr "再生一覧を保存"
-
-#: modules/gui/macosx/playlist.m:1489
-msgid "Empty Folder"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:1514
-#, fuzzy, c-format
-msgid "%i items in the playlist"
-msgstr "デフォルトで再生一覧に追加"
-
-#: modules/gui/macosx/playlist.m:1524
-#, fuzzy
-msgid "1 item in the playlist"
-msgstr "デフォルトで再生一覧に追加"
-
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:212
 msgid "Reset All"
@@ -12418,7 +12418,7 @@ msgstr ""
 "(WinCE インタフェース)\n"
 "\n"
 
-#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:918
+#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:920
 #, fuzzy
 msgid ""
 "(c) 1996-2006 - the VideoLAN Team\n"
@@ -12427,16 +12427,16 @@ msgstr ""
 "(c) 1996-2005 VideoLAN チーム\n"
 "\n"
 
-#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:919
+#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:921
 #, fuzzy
 msgid "Compiled by "
 msgstr "コメディ"
 
-#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:921
+#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:923
 msgid "Compiler: "
 msgstr "コンパイラー: "
 
-#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:923
+#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:925
 msgid "Based on SVN revision: "
 msgstr ""
 
@@ -12832,7 +12832,8 @@ msgstr "再生一覧が空です"
 msgid "Can't save"
 msgstr "保存できません"
 
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413 modules/misc/freetype.c:100
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413
+#: modules/gui/wxwidgets/wxwidgets.cpp:111 modules/misc/freetype.c:100
 #: modules/misc/win32text.c:71
 msgid "Normal"
 msgstr "通常"
@@ -13268,8 +13269,8 @@ msgstr "ヘルプ(&H)"
 
 #: modules/gui/wxwidgets/interface.cpp:672
 #, fuzzy
-msgid "Small playlist"
-msgstr "再生一覧を保存"
+msgid "Embedded playlist"
+msgstr "再生一覧を開く"
 
 #: modules/gui/wxwidgets/interface.cpp:673
 msgid "Previous playlist item"
@@ -13287,19 +13288,19 @@ msgstr "スロー再生"
 msgid "Play faster"
 msgstr "早送り再生"
 
-#: modules/gui/wxwidgets/interface.cpp:859
+#: modules/gui/wxwidgets/interface.cpp:861
 msgid "Extended &GUI\tCtrl-G"
 msgstr "GUI 拡張(&G)\tCtrl-G"
 
-#: modules/gui/wxwidgets/interface.cpp:862
+#: modules/gui/wxwidgets/interface.cpp:864
 msgid "&Bookmarks...\tCtrl-B"
 msgstr "ブックマーク(&B)...\tCtrl-B"
 
-#: modules/gui/wxwidgets/interface.cpp:864
+#: modules/gui/wxwidgets/interface.cpp:866
 msgid "Preference&s...\tCtrl-S"
 msgstr "設定(&S)...\tCtrl-S"
 
-#: modules/gui/wxwidgets/interface.cpp:917
+#: modules/gui/wxwidgets/interface.cpp:919
 msgid ""
 " (wxWidgets interface)\n"
 "\n"
@@ -13307,7 +13308,7 @@ msgstr ""
 "(wxWidgets インタフェース)\n"
 "\n"
 
-#: modules/gui/wxwidgets/interface.cpp:930
+#: modules/gui/wxwidgets/interface.cpp:932
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
@@ -13317,12 +13318,12 @@ msgstr ""
 "http://www.videolan.org/\n"
 "\n"
 
-#: modules/gui/wxwidgets/interface.cpp:933
+#: modules/gui/wxwidgets/interface.cpp:935
 #, c-format
 msgid "About %s"
 msgstr "%s について"
 
-#: modules/gui/wxwidgets/interface.cpp:1476
+#: modules/gui/wxwidgets/interface.cpp:1478
 msgid "Show/Hide interface"
 msgstr "インターフェース表示/非表示"
 
@@ -13458,11 +13459,32 @@ msgstr ""
 msgid "Show systray icon"
 msgstr "システムトレイアイコンを表示する"
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:110
+#: modules/gui/wxwidgets/wxwidgets.cpp:103
+#, fuzzy
+msgid "Playlist view"
+msgstr "再生一覧"
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:104
+msgid ""
+"There are two possible playlist views in the interface : the normal playlist "
+"(separate window), or an embedded playlist (within the main interface, but "
+"with less features. You can select which one will be available on the "
+"toolbar (or both)."
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:111
+msgid "Embedded"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:112
+msgid "Both"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:121
 msgid "wxWidgets interface module"
 msgstr "wxWidgets インターフェースモジュール"
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:152
+#: modules/gui/wxwidgets/wxwidgets.cpp:166
 msgid "wxWidgets dialogs provider"
 msgstr "wxWidgets ダイアログ提供"
 
@@ -13814,10 +13836,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"
@@ -13834,6 +13852,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:63
 msgid "MSN Title format string"
 msgstr "MSN 題名書式文字列"
@@ -16499,6 +16521,10 @@ msgstr "xods出力でテキスト出力のために使用されるフォント"
 msgid "XOSD interface"
 msgstr "XOSD インターフェース"
 
+#, fuzzy
+#~ msgid "Small playlist"
+#~ msgstr "再生一覧を保存"
+
 #, fuzzy
 #~ msgid "VC-1 decoder module"
 #~ msgstr "字幕・デコーダ・モジュール"
index c2368ce0d3370db970a9efd6d6ee936294486bb9..f23fd477e98bb5b8b831e744db357b18ee7b3268 100644 (file)
--- 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-03-12 17:26+0000\n"
+"POT-Creation-Date: 2006-03-14 21:08+0100\n"
 "PO-Revision-Date: 2006-03-11 18:01+0100\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:578
+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-ს პარამეტრები"
@@ -440,9 +448,9 @@ msgid ""
 "the directory where you installed VLC and run \"vlc -I wxwin\"\n"
 msgstr ""
 
-#: include/vlc_meta.h:28 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225 modules/misc/growl.c:168
+#: include/vlc_meta.h:28 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298 modules/misc/growl.c:168
 #: modules/misc/growl.c:171
 msgid "Meta-information"
 msgstr "Meta-ინფორმაცია"
@@ -456,15 +464,15 @@ msgstr "Meta-ინფორმაცია"
 msgid "Title"
 msgstr "სათაური"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:57
-#: modules/gui/macosx/playlist.m:133 modules/gui/macosx/wizard.m:392
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:133
+#: modules/gui/macosx/playlistinfo.m:57 modules/gui/macosx/wizard.m:392
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:51
 msgid "Author"
 msgstr "ავტორი"
 
-#: include/vlc_meta.h:31 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225
+#: include/vlc_meta.h:31 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298
 msgid "Artist"
 msgstr "შემსრულებელი"
 
@@ -608,14 +616,6 @@ msgstr "კოდეკის სახელი"
 msgid "Codec Description"
 msgstr "კოდეკის აღწერილობა"
 
-#: include/vlc/vlc.h:578
-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/input.c:80 src/audio_output/input.c:126
 #: src/input/es_out.c:361 src/libvlc.h:365 src/video_output/video_output.c:379
 #: modules/codec/ffmpeg/postprocess.c:94
@@ -2612,7 +2612,7 @@ msgid "Select the hotkey to use to swap fullscreen state."
 msgstr ""
 
 #: src/libvlc.h:856 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:81
-#: modules/gui/wxwidgets/interface.cpp:1467
+#: modules/gui/wxwidgets/interface.cpp:1469
 msgid "Play/Pause"
 msgstr "დაკვრა/პაუზა"
 
@@ -2658,7 +2658,7 @@ msgstr ""
 #: modules/gui/macosx/controls.m:646 modules/gui/macosx/intf.m:476
 #: modules/gui/macosx/intf.m:521 modules/gui/macosx/intf.m:592
 #: modules/gui/macosx/wizard.m:313 modules/gui/macosx/wizard.m:364
-#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1472
+#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1474
 #: modules/gui/wxwidgets/menus.cpp:289
 msgid "Next"
 msgstr "შემდეგი"
@@ -2670,7 +2670,7 @@ msgstr ""
 #: src/libvlc.h:868 modules/control/hotkeys.c:628
 #: modules/gui/macosx/controls.m:645 modules/gui/macosx/intf.m:471
 #: modules/gui/macosx/intf.m:520 modules/gui/macosx/intf.m:593
-#: modules/gui/wxwidgets/interface.cpp:1471
+#: modules/gui/wxwidgets/interface.cpp:1473
 #: modules/gui/wxwidgets/menus.cpp:288
 msgid "Previous"
 msgstr "წინა"
@@ -2685,7 +2685,7 @@ msgstr ""
 #: modules/gui/pda/pda_interface.c:275
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:86
 #: modules/gui/wxwidgets/interface.cpp:668
-#: modules/gui/wxwidgets/interface.cpp:1473
+#: modules/gui/wxwidgets/interface.cpp:1475
 #: modules/gui/wxwidgets/menus.cpp:287 modules/visualization/xosd.c:235
 msgid "Stop"
 msgstr "შეჩერება"
@@ -4019,7 +4019,7 @@ msgid "Aspect-ratio"
 msgstr "გვერდების შეფარდება"
 
 #: modules/access/cdda.c:52 modules/access/dshow/dshow.cpp:79
-#: modules/access/dvb/access.c:71 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:71
 #: modules/access/dvdnav.c:63 modules/access/dvdread.c:61
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:42
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4499,6 +4499,20 @@ msgstr "სიის განახლება"
 msgid "Configure"
 msgstr "კონფიგურირება"
 
+#: modules/access/dv.c:70 modules/access/file.c:82
+msgid ""
+"Allows you to modify the default caching value for file streams. This value "
+"should be set in millisecond units."
+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:73
 msgid ""
 "Allows you to modify the default caching value for dvb streams. This value "
@@ -4732,20 +4746,6 @@ msgstr ""
 msgid "HTTP server"
 msgstr "HTTP სერვერი"
 
-#: modules/access/dv.c:70 modules/access/file.c:82
-msgid ""
-"Allows you to modify the default caching value for file streams. This value "
-"should be set in millisecond units."
-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:59 modules/access/dvdread.c:57
 msgid "DVD angle"
 msgstr "DVD კუთხე"
@@ -4890,34 +4890,6 @@ msgstr ""
 msgid "File"
 msgstr "ფაილი"
 
-#: modules/access_filter/record.c:43
-msgid "Record directory"
-msgstr ""
-
-#: modules/access_filter/record.c:45
-msgid "Allows you to specify the directory where the record will be stored"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:44
-msgid "Timeshift granularity"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:45
-msgid "Size of the temporary files use to store the timeshifted stream."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:47
-msgid "Timeshift directory"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:48
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
-msgid "Timeshift"
-msgstr ""
-
 #: modules/access/ftp.c:44
 msgid ""
 "Allows you to modify the default caching value for FTP streams. This value "
@@ -5042,175 +5014,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 "ფიქტიური"
-
-#: modules/access_output/file.c:60
-msgid "Append to file"
-msgstr ""
-
-#: modules/access_output/file.c:61
-msgid "Append to file if it exists instead of replacing it."
-msgstr ""
-
-#: modules/access_output/file.c:65
-msgid "File stream output"
-msgstr ""
-
-#: modules/access_output/http.c:60
-msgid "Username"
-msgstr "მომხმარებლის სახელი"
-
-#: modules/access_output/http.c:61
-msgid ""
-"Allows you to give a user name that will be requested to access the stream."
-msgstr ""
-
-#: modules/access_output/http.c:64
-msgid ""
-"Allows you to give a 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 "Allows you to give the mime returned by the server."
-msgstr ""
-
-#: modules/access_output/http.c:70
-msgid ""
-"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
-"stream output"
-msgstr ""
-
-#: modules/access_output/http.c:73
-msgid ""
-"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:77
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used by the HTTP/SSL stream output. Leave empty if you "
-"don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:82
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:85
-msgid "Advertise with Bonjour"
-msgstr ""
-
-#: modules/access_output/http.c:86
-msgid "Advertise the stream with the Bonjour protocol"
-msgstr ""
-
-#: modules/access_output/http.c:90
-msgid "HTTP stream output"
-msgstr ""
-
-#: modules/access_output/http.c:92 modules/control/http/http.c:58
-#: 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 "The name this stream/channel will get on the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:61
-msgid "Stream-description"
-msgstr ""
-
-#: modules/access_output/shout.c:62
-msgid "A description of the stream content. (Information about your channel)."
-msgstr ""
-
-#: modules/access_output/shout.c:65
-msgid "Stream MP3"
-msgstr ""
-
-#: modules/access_output/shout.c:66
-msgid ""
-"Normally you have to feed the shoutcast module with Ogg streams. This option "
-"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
-"the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:71
-msgid "libshout (icecast) output"
-msgstr ""
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:40
-#: modules/demux/livedotcom.cpp:61
-msgid "Caching value (ms)"
-msgstr ""
-
-#: modules/access_output/udp.c:77 modules/access/udp.c:44
-msgid ""
-"Allows you to modify the default caching value for UDP streams. This value "
-"should be set in millisecond units."
-msgstr ""
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:441
-#: modules/gui/macosx/wizard.m:1782
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
-#, fuzzy
-msgid "Time-To-Live (TTL)"
-msgstr "დრო ვის TTL"
-
-#: modules/access_output/udp.c:81
-msgid "Allows you to define the 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. This allows "
-"you to give the number of packets that will be sent at a time. It helps "
-"reducing the scheduling load on heavily-loaded systems."
-msgstr ""
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr ""
-
-#: modules/access_output/udp.c:91
-msgid ""
-"If you enable this option, packets will be sent directly, without trying to "
-"fill the MTU (ie, without trying to make the biggest possible packets in "
-"order to improve streaming)."
-msgstr ""
-
-#: 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/pvr.c:48
 msgid ""
 "Allows you to modify the default caching value for pvr streams. This value "
@@ -5318,7 +5121,7 @@ msgid ""
 msgstr ""
 
 #: modules/access/pvr/pvr.c:96 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1337
+#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1339
 #, fuzzy
 msgid "Volume"
 msgstr "ხმის რეგულაცია"
@@ -5368,6 +5171,11 @@ msgstr ""
 msgid "MPEG Encoding cards input (with ivtv drivers)"
 msgstr ""
 
+#: modules/access/rtsp/access.c:40 modules/access_output/udp.c:75
+#: modules/demux/livedotcom.cpp:61
+msgid "Caching value (ms)"
+msgstr ""
+
 #: modules/access/rtsp/access.c:42 modules/demux/livedotcom.cpp:63
 msgid ""
 "Allows you to modify the default caching value for RTSP streams. This value "
@@ -5448,6 +5256,12 @@ msgstr "TCP"
 msgid "TCP input"
 msgstr "TCP შესავალი"
 
+#: modules/access/udp.c:44 modules/access_output/udp.c:77
+msgid ""
+"Allows you to modify the default caching value for UDP streams. This value "
+"should be set in millisecond units."
+msgstr ""
+
 #: modules/access/udp.c:47
 msgid "Autodetection of MTU"
 msgstr ""
@@ -5721,60 +5535,246 @@ msgstr "სიის ID"
 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: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: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 "გამოყენება?"
+
+#: 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
+#, fuzzy
+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
+msgid "Record directory"
+msgstr ""
+
+#: modules/access_filter/record.c:45
+msgid "Allows you to specify the directory where the record will be stored"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:44
+msgid "Timeshift granularity"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:45
+msgid "Size of the temporary files use to store the timeshifted stream."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:47
+msgid "Timeshift directory"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:48
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
+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:60
+msgid "Append to file"
+msgstr ""
+
+#: modules/access_output/file.c:61
+msgid "Append to file if it exists instead of replacing it."
+msgstr ""
+
+#: modules/access_output/file.c:65
+msgid "File stream output"
+msgstr ""
+
+#: modules/access_output/http.c:60
+msgid "Username"
+msgstr "მომხმარებლის სახელი"
+
+#: modules/access_output/http.c:61
+msgid ""
+"Allows you to give a user name that will be requested to access the stream."
+msgstr ""
+
+#: modules/access_output/http.c:64
+msgid ""
+"Allows you to give a 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 "Allows you to give the mime returned by the server."
+msgstr ""
+
+#: modules/access_output/http.c:70
+msgid ""
+"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
+"stream output"
+msgstr ""
+
+#: modules/access_output/http.c:73
+msgid ""
+"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:77
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used by the HTTP/SSL stream output. Leave empty if you "
+"don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:82
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:85
+msgid "Advertise with Bonjour"
+msgstr ""
+
+#: modules/access_output/http.c:86
+msgid "Advertise the stream with the Bonjour protocol"
+msgstr ""
+
+#: modules/access_output/http.c:90
+msgid "HTTP stream output"
+msgstr ""
+
+#: modules/access_output/http.c:92 modules/control/http/http.c:58
+#: 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 "The name this stream/channel will get on the icecast server."
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:97
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
+#: modules/access_output/shout.c:61
+msgid "Stream-description"
 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:62
+msgid "A description of the stream content. (Information about your channel)."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:116
-#, fuzzy
-msgid "Use playback control?"
-msgstr "გამოყენება?"
+#: modules/access_output/shout.c:65
+msgid "Stream MP3"
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/shout.c:66
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Normally you have to feed the shoutcast module with Ogg streams. This option "
+"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
+"the icecast server."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:123
+#: modules/access_output/shout.c:71
+msgid "libshout (icecast) output"
+msgstr ""
+
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:441
+#: modules/gui/macosx/wizard.m:1782
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
 #, fuzzy
-msgid "Use track length as maximum unit in seek?"
-msgstr "á\83\92á\83\90á\83\9bá\83\9dá\83§á\83\94á\83\9cá\83\94á\83\91á\83\90?"
+msgid "Time-To-Live (TTL)"
+msgstr "á\83\93á\83 á\83\9d á\83\95á\83\98á\83¡ TTL"
 
-#: 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."
+#: modules/access_output/udp.c:81
+msgid "Allows you to define the Time-To-Live of the outgoing stream."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:129
-#, fuzzy
-msgid "Show extended VCD info?"
-msgstr "ანახე VCD?"
+#: modules/access_output/udp.c:84
+msgid "Group packets"
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:130
-#, fuzzy
+#: modules/access_output/udp.c:85
 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. This allows "
+"you to give the number of packets that will be sent at a time. It helps "
+"reducing the scheduling load on heavily-loaded systems."
+msgstr ""
 
-#: 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 ""
+"If you enable this option, packets will be sent directly, without trying to "
+"fill the MTU (ie, without trying to make the biggest possible packets in "
+"order to improve streaming)."
+msgstr ""
+
+#: 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 ""
@@ -9655,7 +9655,7 @@ msgstr ""
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:274
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:283
 #: modules/gui/wxwidgets/interface.cpp:669
-#: modules/gui/wxwidgets/interface.cpp:1193
+#: modules/gui/wxwidgets/interface.cpp:1195
 #: modules/gui/wxwidgets/menus.cpp:294 modules/gui/wxwidgets/menus.cpp:308
 msgid "Play"
 msgstr "დაკვრა"
@@ -9664,7 +9664,7 @@ msgstr "დაკვრა"
 #: modules/gui/macosx/intf.m:1305 modules/gui/macosx/intf.m:1306
 #: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
 #: modules/gui/wxwidgets/interface.cpp:670
-#: modules/gui/wxwidgets/interface.cpp:1187
+#: modules/gui/wxwidgets/interface.cpp:1189
 #: modules/gui/wxwidgets/menus.cpp:296 modules/visualization/xosd.c:240
 msgid "Pause"
 msgstr "პაუზა"
@@ -9864,7 +9864,7 @@ msgstr "ვიდეო ფილტრები"
 msgid "Show All"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1465
+#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1467
 msgid "Quit VLC"
 msgstr "გასვლა"
 
@@ -9962,7 +9962,7 @@ msgid "Extended Controls"
 msgstr "გაფართოებული &გრაფიკული ინტერფეისი\tCtrl-G"
 
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:606
-#: modules/gui/macosx/playlistinfo.m:54 modules/gui/macosx/playlist.m:483
+#: modules/gui/macosx/playlist.m:483 modules/gui/macosx/playlistinfo.m:54
 #, fuzzy
 msgid "Information"
 msgstr "მეტი ინფორმაცია"
@@ -10342,6 +10342,80 @@ msgstr "URL"
 msgid "Save File"
 msgstr "ფაილის შენახვა"
 
+#: modules/gui/macosx/playlist.m:478
+#, fuzzy
+msgid "Save Playlist..."
+msgstr "შეინახე დასაკრავი სია"
+
+#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
+#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
+msgid "Delete"
+msgstr "წაშლა"
+
+#: modules/gui/macosx/playlist.m:481
+msgid "Expand Node"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:484
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
+msgid "Preparse"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:485
+#, fuzzy
+msgid "Sort Node by Name"
+msgstr "სორტირება სახელის მიხედვით"
+
+#: modules/gui/macosx/playlist.m:486
+#, fuzzy
+msgid "Sort Node by Author"
+msgstr "სორტირება გეზი"
+
+#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
+msgid "No items in the playlist"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:493
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
+msgid "Search"
+msgstr "ძებნა"
+
+#: modules/gui/macosx/playlist.m:495
+#, fuzzy
+msgid "Search in Playlist"
+msgstr "შეინახე დასაკრავი სია"
+
+#: modules/gui/macosx/playlist.m:496
+#, fuzzy
+msgid "Standard Play"
+msgstr "სტანდარტული"
+
+#: modules/gui/macosx/playlist.m:499
+msgid "Add Folder to Playlist"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:745
+#, fuzzy
+msgid "Save Playlist"
+msgstr "შეინახე დასაკრავი სია"
+
+#: modules/gui/macosx/playlist.m:1489
+msgid "Empty Folder"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:1514
+#, c-format
+msgid "%i items in the playlist"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:1524
+#, fuzzy
+msgid "1 item in the playlist"
+msgstr "დასაკრავი სიის გახსნა"
+
 #: modules/gui/macosx/playlistinfo.m:55
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:585
@@ -10425,80 +10499,6 @@ msgstr ""
 msgid "Info"
 msgstr "ინფორმაცია"
 
-#: modules/gui/macosx/playlist.m:478
-#, fuzzy
-msgid "Save Playlist..."
-msgstr "შეინახე დასაკრავი სია"
-
-#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
-msgid "Delete"
-msgstr "წაშლა"
-
-#: modules/gui/macosx/playlist.m:481
-msgid "Expand Node"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:484
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
-msgid "Preparse"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:485
-#, fuzzy
-msgid "Sort Node by Name"
-msgstr "სორტირება სახელის მიხედვით"
-
-#: modules/gui/macosx/playlist.m:486
-#, fuzzy
-msgid "Sort Node by Author"
-msgstr "სორტირება გეზი"
-
-#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
-msgid "No items in the playlist"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:493
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
-msgid "Search"
-msgstr "ძებნა"
-
-#: modules/gui/macosx/playlist.m:495
-#, fuzzy
-msgid "Search in Playlist"
-msgstr "შეინახე დასაკრავი სია"
-
-#: modules/gui/macosx/playlist.m:496
-#, fuzzy
-msgid "Standard Play"
-msgstr "სტანდარტული"
-
-#: modules/gui/macosx/playlist.m:499
-msgid "Add Folder to Playlist"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:745
-#, fuzzy
-msgid "Save Playlist"
-msgstr "შეინახე დასაკრავი სია"
-
-#: modules/gui/macosx/playlist.m:1489
-msgid "Empty Folder"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:1514
-#, c-format
-msgid "%i items in the playlist"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:1524
-#, fuzzy
-msgid "1 item in the playlist"
-msgstr "დასაკრავი სიის გახსნა"
-
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:212
 msgid "Reset All"
@@ -11845,21 +11845,21 @@ msgid ""
 "\n"
 msgstr ""
 
-#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:918
+#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:920
 msgid ""
 "(c) 1996-2006 - the VideoLAN Team\n"
 "\n"
 msgstr ""
 
-#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:919
+#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:921
 msgid "Compiled by "
 msgstr ""
 
-#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:921
+#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:923
 msgid "Compiler: "
 msgstr ""
 
-#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:923
+#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:925
 msgid "Based on SVN revision: "
 msgstr ""
 
@@ -12238,7 +12238,8 @@ msgstr "დასაკრავი სია ცარიელია"
 msgid "Can't save"
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413 modules/misc/freetype.c:100
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413
+#: modules/gui/wxwidgets/wxwidgets.cpp:111 modules/misc/freetype.c:100
 #: modules/misc/win32text.c:71
 msgid "Normal"
 msgstr "ნორმალური"
@@ -12659,8 +12660,9 @@ msgid "&Help"
 msgstr "&დახმარება"
 
 #: modules/gui/wxwidgets/interface.cpp:672
-msgid "Small playlist"
-msgstr "პატარა სია"
+#, fuzzy
+msgid "Embedded playlist"
+msgstr "დასაკრავი სიის გახსნა"
 
 #: modules/gui/wxwidgets/interface.cpp:673
 #, fuzzy
@@ -12682,37 +12684,37 @@ msgstr "დაკვრა"
 msgid "Play faster"
 msgstr "დაკვრა"
 
-#: modules/gui/wxwidgets/interface.cpp:859
+#: modules/gui/wxwidgets/interface.cpp:861
 msgid "Extended &GUI\tCtrl-G"
 msgstr "გაფართოებული &გრაფიკული ინტერფეისი\tCtrl-G"
 
-#: modules/gui/wxwidgets/interface.cpp:862
+#: modules/gui/wxwidgets/interface.cpp:864
 msgid "&Bookmarks...\tCtrl-B"
 msgstr "&სანიშნეები...\tCtrl-B"
 
-#: modules/gui/wxwidgets/interface.cpp:864
+#: modules/gui/wxwidgets/interface.cpp:866
 msgid "Preference&s...\tCtrl-S"
 msgstr "&პარამეტრები...\tCtrl-S"
 
-#: modules/gui/wxwidgets/interface.cpp:917
+#: modules/gui/wxwidgets/interface.cpp:919
 msgid ""
 " (wxWidgets interface)\n"
 "\n"
 msgstr ""
 
-#: modules/gui/wxwidgets/interface.cpp:930
+#: modules/gui/wxwidgets/interface.cpp:932
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
 "\n"
 msgstr ""
 
-#: modules/gui/wxwidgets/interface.cpp:933
+#: modules/gui/wxwidgets/interface.cpp:935
 #, c-format
 msgid "About %s"
 msgstr "%s შესახებ"
 
-#: modules/gui/wxwidgets/interface.cpp:1476
+#: modules/gui/wxwidgets/interface.cpp:1478
 msgid "Show/Hide interface"
 msgstr ""
 
@@ -12856,11 +12858,32 @@ msgstr "ზომის შეცვლა -სკენ"
 msgid "Show systray icon"
 msgstr "ანახე"
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:110
+#: modules/gui/wxwidgets/wxwidgets.cpp:103
+#, fuzzy
+msgid "Playlist view"
+msgstr "დაკვრის სია"
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:104
+msgid ""
+"There are two possible playlist views in the interface : the normal playlist "
+"(separate window), or an embedded playlist (within the main interface, but "
+"with less features. You can select which one will be available on the "
+"toolbar (or both)."
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:111
+msgid "Embedded"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:112
+msgid "Both"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:121
 msgid "wxWidgets interface module"
 msgstr ""
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:152
+#: modules/gui/wxwidgets/wxwidgets.cpp:166
 msgid "wxWidgets dialogs provider"
 msgstr ""
 
@@ -13222,10 +13245,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 ""
@@ -13242,6 +13261,10 @@ msgstr ""
 msgid "MMX EXT memcpy"
 msgstr ""
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr ""
+
 #: modules/misc/msn.c:63
 msgid "MSN Title format string"
 msgstr ""
@@ -15913,6 +15936,9 @@ msgstr ""
 msgid "XOSD interface"
 msgstr "XOSD ინტერფეისი"
 
+#~ msgid "Small playlist"
+#~ msgstr "პატარა სია"
+
 #, fuzzy
 #~ msgid "VC-1 decoder module"
 #~ msgstr "ვიდეო ფილტრის მოდული"
index eef3076bd51b194521c612aaf293fd23d52b2f7e..78aa76cc9fd4b61eda3c1843ee4108871db44b2c 100644 (file)
--- 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-03-12 17:26+0000\n"
+"POT-Creation-Date: 2006-03-14 21:08+0100\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:578
+#, 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 설정"
@@ -478,9 +491,9 @@ msgstr ""
 "경고:만약, GUI로 접근 할 수 없으면, 도스의 명령프로프트를 열어, VLC가설치된 "
 "디렉토리로 이동해,\"vlc -I win32\"를 실행하라\n"
 
-#: include/vlc_meta.h:28 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225 modules/misc/growl.c:168
+#: include/vlc_meta.h:28 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298 modules/misc/growl.c:168
 #: modules/misc/growl.c:171
 #, fuzzy
 msgid "Meta-information"
@@ -495,15 +508,15 @@ msgstr "버젼 정보의 인쇄"
 msgid "Title"
 msgstr "제목"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:57
-#: modules/gui/macosx/playlist.m:133 modules/gui/macosx/wizard.m:392
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:133
+#: modules/gui/macosx/playlistinfo.m:57 modules/gui/macosx/wizard.m:392
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:51
 msgid "Author"
 msgstr "작성자"
 
-#: include/vlc_meta.h:31 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225
+#: include/vlc_meta.h:31 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298
 msgid "Artist"
 msgstr "아티스트"
 
@@ -658,19 +671,6 @@ msgstr "코덱명 디바이스명"
 msgid "Codec Description"
 msgstr "코덱 설명"
 
-#: include/vlc/vlc.h:578
-#, 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/input.c:80 src/audio_output/input.c:126
 #: src/input/es_out.c:361 src/libvlc.h:365 src/video_output/video_output.c:379
 #: modules/codec/ffmpeg/postprocess.c:94
@@ -2893,7 +2893,7 @@ msgid "Select the hotkey to use to swap fullscreen state."
 msgstr "일시정지에 사용하는 hot key를 선택"
 
 #: src/libvlc.h:856 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:81
-#: modules/gui/wxwidgets/interface.cpp:1467
+#: modules/gui/wxwidgets/interface.cpp:1469
 msgid "Play/Pause"
 msgstr "재생/일시정지"
 
@@ -2944,7 +2944,7 @@ msgstr "슬로 모션에 사용하는 hot key를 선택"
 #: modules/gui/macosx/controls.m:646 modules/gui/macosx/intf.m:476
 #: modules/gui/macosx/intf.m:521 modules/gui/macosx/intf.m:592
 #: modules/gui/macosx/wizard.m:313 modules/gui/macosx/wizard.m:364
-#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1472
+#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1474
 #: modules/gui/wxwidgets/menus.cpp:289
 msgid "Next"
 msgstr "다음"
@@ -2957,7 +2957,7 @@ msgstr "슬로 모션에 사용하는 hot key를 선택"
 #: src/libvlc.h:868 modules/control/hotkeys.c:628
 #: modules/gui/macosx/controls.m:645 modules/gui/macosx/intf.m:471
 #: modules/gui/macosx/intf.m:520 modules/gui/macosx/intf.m:593
-#: modules/gui/wxwidgets/interface.cpp:1471
+#: modules/gui/wxwidgets/interface.cpp:1473
 #: modules/gui/wxwidgets/menus.cpp:288
 msgid "Previous"
 msgstr "전"
@@ -2973,7 +2973,7 @@ msgstr "슬로 모션에 사용하는 hot key를 선택"
 #: modules/gui/pda/pda_interface.c:275
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:86
 #: modules/gui/wxwidgets/interface.cpp:668
-#: modules/gui/wxwidgets/interface.cpp:1473
+#: modules/gui/wxwidgets/interface.cpp:1475
 #: modules/gui/wxwidgets/menus.cpp:287 modules/visualization/xosd.c:235
 msgid "Stop"
 msgstr "정지"
@@ -4421,7 +4421,7 @@ msgid "Aspect-ratio"
 msgstr "어스펙트비"
 
 #: modules/access/cdda.c:52 modules/access/dshow/dshow.cpp:79
-#: modules/access/dvb/access.c:71 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:71
 #: modules/access/dvdnav.c:63 modules/access/dvdread.c:61
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:42
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4935,6 +4935,22 @@ msgstr "일람의 재묘화"
 msgid "Configure"
 msgstr "설정"
 
+#: modules/access/dv.c:70 modules/access/file.c:82
+#, fuzzy
+msgid ""
+"Allows you to modify the default caching value for file streams. This value "
+"should be set in millisecond units."
+msgstr "파일·스트림의 기정의 캐싱치를 변경할 수 있습니다. 단위는 밀리 세컨드"
+
+#: 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:73
 #, fuzzy
 msgid ""
@@ -5185,22 +5201,6 @@ msgstr ""
 msgid "HTTP server"
 msgstr "HTTP 유저명"
 
-#: modules/access/dv.c:70 modules/access/file.c:82
-#, fuzzy
-msgid ""
-"Allows you to modify the default caching value for file streams. This value "
-"should be set in millisecond units."
-msgstr "파일·스트림의 기정의 캐싱치를 변경할 수 있습니다. 단위는 밀리 세컨드"
-
-#: 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:59 modules/access/dvdread.c:57
 msgid "DVD angle"
 msgstr ""
@@ -5374,39 +5374,6 @@ msgstr "표준적인 파일 시스템의 파일을 읽는다"
 msgid "File"
 msgstr "파일"
 
-#: modules/access_filter/record.c:43
-#, fuzzy
-msgid "Record directory"
-msgstr "원본 디렉토리"
-
-#: modules/access_filter/record.c:45
-#, fuzzy
-msgid "Allows you to specify the 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:45
-msgid "Size of the temporary files use to store the timeshifted stream."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:47
-#, fuzzy
-msgid "Timeshift directory"
-msgstr "소스의 어스펙트·레시오"
-
-#: modules/access_filter/timeshift.c:48
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
-#, fuzzy
-msgid "Timeshift"
-msgstr "수직 방향 위치"
-
 #: modules/access/ftp.c:44
 #, fuzzy
 msgid ""
@@ -5554,190 +5521,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 ""
-
-#: modules/access_output/file.c:60
-#, fuzzy
-msgid "Append to file"
-msgstr "파일을 연다"
-
-#: modules/access_output/file.c:61
-msgid "Append to file if it exists instead of replacing it."
-msgstr ""
-
-#: modules/access_output/file.c:65
-#, fuzzy
-msgid "File stream output"
-msgstr "스트림의 출력처의 선택"
-
-#: modules/access_output/http.c:60
-msgid "Username"
-msgstr "유저명"
-
-#: modules/access_output/http.c:61
-#, fuzzy
-msgid ""
-"Allows you to give a user name that will be requested to access the stream."
-msgstr "VLC가 선택하는 패킷의 순서를 선택합니다. "
-
-#: modules/access_output/http.c:64
-#, fuzzy
-msgid ""
-"Allows you to give a 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
-#, fuzzy
-msgid "Allows you to give the mime returned by the server."
-msgstr "파일을 찾아낼 때 오픈되는 인터페이스의 기정의 패스를 설정 섬. "
-
-#: modules/access_output/http.c:70
-msgid ""
-"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
-"stream output"
-msgstr ""
-
-#: modules/access_output/http.c:73
-msgid ""
-"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:77
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used by the HTTP/SSL stream output. Leave empty if you "
-"don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:82
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:85
-msgid "Advertise with Bonjour"
-msgstr ""
-
-#: modules/access_output/http.c:86
-msgid "Advertise the stream with the Bonjour protocol"
-msgstr ""
-
-#: modules/access_output/http.c:90
-#, fuzzy
-msgid "HTTP stream output"
-msgstr "스트림의 출력처의 선택"
-
-#: modules/access_output/http.c:92 modules/control/http/http.c:58
-#: 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 "The name this stream/channel will get on the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:61
-#, fuzzy
-msgid "Stream-description"
-msgstr "코덱 설명"
-
-#: modules/access_output/shout.c:62
-msgid "A description of the stream content. (Information about your channel)."
-msgstr ""
-
-#: modules/access_output/shout.c:65
-#, fuzzy
-msgid "Stream MP3"
-msgstr "스트림 "
-
-#: modules/access_output/shout.c:66
-msgid ""
-"Normally you have to feed the shoutcast module with Ogg streams. This option "
-"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
-"the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:71
-msgid "libshout (icecast) output"
-msgstr ""
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:40
-#: modules/demux/livedotcom.cpp:61
-msgid "Caching value (ms)"
-msgstr "캐싱치 (밀리 세컨드)"
-
-#: modules/access_output/udp.c:77 modules/access/udp.c:44
-#, fuzzy
-msgid ""
-"Allows you to modify the default caching value for UDP streams. This value "
-"should be set in millisecond units."
-msgstr ""
-"udp 스트림로 사용되는 기정의 캐싱치가 변경 가능합니다. 단위는 밀리 세컨드로 "
-"손가락정합니다. "
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:441
-#: modules/gui/macosx/wizard.m:1782
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
-#, fuzzy
-msgid "Time-To-Live (TTL)"
-msgstr "생존 시간 (TTL):"
-
-#: modules/access_output/udp.c:81
-#, fuzzy
-msgid "Allows you to define the 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. This allows "
-"you to give the number of packets that will be sent at a time. It helps "
-"reducing the scheduling load on heavily-loaded systems."
-msgstr ""
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr ""
-
-#: modules/access_output/udp.c:91
-msgid ""
-"If you enable this option, packets will be sent directly, without trying to "
-"fill the MTU (ie, without trying to make the biggest possible packets in "
-"order to improve streaming)."
-msgstr ""
-
-#: 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/pvr.c:48
 #, fuzzy
 msgid ""
@@ -5856,7 +5639,7 @@ msgid ""
 msgstr ""
 
 #: modules/access/pvr/pvr.c:96 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1337
+#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1339
 msgid "Volume"
 msgstr "음량"
 
@@ -5908,6 +5691,11 @@ msgstr "PVR"
 msgid "MPEG Encoding cards input (with ivtv drivers)"
 msgstr ""
 
+#: modules/access/rtsp/access.c:40 modules/access_output/udp.c:75
+#: modules/demux/livedotcom.cpp:61
+msgid "Caching value (ms)"
+msgstr "캐싱치 (밀리 세컨드)"
+
 #: modules/access/rtsp/access.c:42 modules/demux/livedotcom.cpp:63
 #, fuzzy
 msgid ""
@@ -6009,6 +5797,15 @@ msgstr "CPU"
 msgid "TCP input"
 msgstr "TCP 입력"
 
+#: modules/access/udp.c:44 modules/access_output/udp.c:77
+#, fuzzy
+msgid ""
+"Allows you to modify the default caching value for UDP streams. This value "
+"should be set in millisecond units."
+msgstr ""
+"udp 스트림로 사용되는 기정의 캐싱치가 변경 가능합니다. 단위는 밀리 세컨드로 "
+"손가락정합니다. "
+
 #: modules/access/udp.c:47
 msgid "Autodetection of MTU"
 msgstr ""
@@ -6303,60 +6100,263 @@ msgstr "일람 ID"
 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
+#: 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: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 "Allows you to specify the 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:45
+msgid "Size of the temporary files use to store the timeshifted stream."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:47
+#, fuzzy
+msgid "Timeshift directory"
+msgstr "소스의 어스펙트·레시오"
+
+#: modules/access_filter/timeshift.c:48
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
+#, 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:60
+#, fuzzy
+msgid "Append to file"
+msgstr "파일을 연다"
+
+#: modules/access_output/file.c:61
+msgid "Append to file if it exists instead of replacing it."
+msgstr ""
+
+#: modules/access_output/file.c:65
+#, fuzzy
+msgid "File stream output"
+msgstr "스트림의 출력처의 선택"
+
+#: modules/access_output/http.c:60
+msgid "Username"
+msgstr "유저명"
+
+#: modules/access_output/http.c:61
+#, fuzzy
+msgid ""
+"Allows you to give a user name that will be requested to access the stream."
+msgstr "VLC가 선택하는 패킷의 순서를 선택합니다. "
+
+#: modules/access_output/http.c:64
+#, fuzzy
+msgid ""
+"Allows you to give a 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
+#, fuzzy
+msgid "Allows you to give the mime returned by the server."
+msgstr "파일을 찾아낼 때 오픈되는 인터페이스의 기정의 패스를 설정 섬. "
+
+#: modules/access_output/http.c:70
+msgid ""
+"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
+"stream output"
+msgstr ""
+
+#: modules/access_output/http.c:73
+msgid ""
+"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:77
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used by the HTTP/SSL stream output. Leave empty if you "
+"don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:82
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:85
+msgid "Advertise with Bonjour"
+msgstr ""
+
+#: modules/access_output/http.c:86
+msgid "Advertise the stream with the Bonjour protocol"
+msgstr ""
+
+#: modules/access_output/http.c:90
+#, fuzzy
+msgid "HTTP stream output"
+msgstr "스트림의 출력처의 선택"
+
+#: modules/access_output/http.c:92 modules/control/http/http.c:58
+#: 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 "The name this stream/channel will get on the icecast server."
+msgstr ""
+
+#: modules/access_output/shout.c:61
 #, fuzzy
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
-msgstr "cddax://[device-or-file][@[T]num]"
+msgid "Stream-description"
+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_output/shout.c:62
+msgid "A description of the stream content. (Information about your channel)."
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:116
+#: modules/access_output/shout.c:65
 #, fuzzy
-msgid "Use playback control?"
-msgstr "컨í\8a¸ë¡¤"
+msgid "Stream MP3"
+msgstr "ì\8a¤í\8a¸ë¦¼ "
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/shout.c:66
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Normally you have to feed the shoutcast module with Ogg streams. This option "
+"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
+"the icecast server."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:123
-msgid "Use track length as maximum unit in seek?"
+#: modules/access_output/shout.c:71
+msgid "libshout (icecast) output"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:441
+#: modules/gui/macosx/wizard.m:1782
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
+#, fuzzy
+msgid "Time-To-Live (TTL)"
+msgstr "생존 시간 (TTL):"
+
+#: modules/access_output/udp.c:81
+#, fuzzy
+msgid "Allows you to define the 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. This allows "
+"you to give the number of packets that will be sent at a time. It helps "
+"reducing the scheduling load on heavily-loaded systems."
 msgstr ""
 
-#: 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."
+"If you enable this option, packets will be sent directly, without trying to "
+"fill the MTU (ie, without trying to make the biggest possible packets in "
+"order to improve streaming)."
 msgstr ""
 
-#: 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"
@@ -10507,7 +10507,7 @@ msgstr "전송"
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:274
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:283
 #: modules/gui/wxwidgets/interface.cpp:669
-#: modules/gui/wxwidgets/interface.cpp:1193
+#: modules/gui/wxwidgets/interface.cpp:1195
 #: modules/gui/wxwidgets/menus.cpp:294 modules/gui/wxwidgets/menus.cpp:308
 msgid "Play"
 msgstr "재생"
@@ -10516,7 +10516,7 @@ msgstr "재생"
 #: modules/gui/macosx/intf.m:1305 modules/gui/macosx/intf.m:1306
 #: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
 #: modules/gui/wxwidgets/interface.cpp:670
-#: modules/gui/wxwidgets/interface.cpp:1187
+#: modules/gui/wxwidgets/interface.cpp:1189
 #: modules/gui/wxwidgets/menus.cpp:296 modules/visualization/xosd.c:240
 msgid "Pause"
 msgstr "일시정지"
@@ -10724,7 +10724,7 @@ msgstr "인터페이스를 숨긴다"
 msgid "Show All"
 msgstr "모든 것을 표시"
 
-#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1465
+#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1467
 msgid "Quit VLC"
 msgstr "VLC를 종료"
 
@@ -10810,7 +10810,7 @@ msgid "Extended Controls"
 msgstr "리모트·컨트롤"
 
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:606
-#: modules/gui/macosx/playlistinfo.m:54 modules/gui/macosx/playlist.m:483
+#: modules/gui/macosx/playlist.m:483 modules/gui/macosx/playlistinfo.m:54
 #, fuzzy
 msgid "Information"
 msgstr "버젼 정보의 인쇄"
@@ -11183,6 +11183,80 @@ msgstr "SDP"
 msgid "Save File"
 msgstr "파일의 보존"
 
+#: modules/gui/macosx/playlist.m:478
+msgid "Save Playlist..."
+msgstr "플레이 재생목록를 보존..."
+
+#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
+#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
+msgid "Delete"
+msgstr "삭제"
+
+#: modules/gui/macosx/playlist.m:481
+msgid "Expand Node"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:484
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
+#, fuzzy
+msgid "Preparse"
+msgstr "준비"
+
+#: modules/gui/macosx/playlist.m:485
+#, fuzzy
+msgid "Sort Node by Name"
+msgstr "이름으로 소트"
+
+#: modules/gui/macosx/playlist.m:486
+#, fuzzy
+msgid "Sort Node by Author"
+msgstr "작성자로 소트(&A)"
+
+#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
+#, fuzzy
+msgid "No items in the playlist"
+msgstr "디폴트로 플레이 재생목록에 추가"
+
+#: modules/gui/macosx/playlist.m:493
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
+msgid "Search"
+msgstr "검색"
+
+#: modules/gui/macosx/playlist.m:495
+#, fuzzy
+msgid "Search in Playlist"
+msgstr "플레이 재생목록를 연다"
+
+#: modules/gui/macosx/playlist.m:496
+msgid "Standard Play"
+msgstr "표준 재생"
+
+#: modules/gui/macosx/playlist.m:499
+#, fuzzy
+msgid "Add Folder to Playlist"
+msgstr "플레이 재생목록에 추가"
+
+#: modules/gui/macosx/playlist.m:745
+msgid "Save Playlist"
+msgstr "플레이 재생목록를 보존"
+
+#: modules/gui/macosx/playlist.m:1489
+msgid "Empty Folder"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:1514
+#, fuzzy, c-format
+msgid "%i items in the playlist"
+msgstr "디폴트로 플레이 재생목록에 추가"
+
+#: modules/gui/macosx/playlist.m:1524
+#, fuzzy
+msgid "1 item in the playlist"
+msgstr "디폴트로 플레이 재생목록에 추가"
+
 #: modules/gui/macosx/playlistinfo.m:55
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:585
@@ -11270,80 +11344,6 @@ msgstr ""
 msgid "Info"
 msgstr "정보"
 
-#: modules/gui/macosx/playlist.m:478
-msgid "Save Playlist..."
-msgstr "플레이 재생목록를 보존..."
-
-#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
-msgid "Delete"
-msgstr "삭제"
-
-#: modules/gui/macosx/playlist.m:481
-msgid "Expand Node"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:484
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
-#, fuzzy
-msgid "Preparse"
-msgstr "준비"
-
-#: modules/gui/macosx/playlist.m:485
-#, fuzzy
-msgid "Sort Node by Name"
-msgstr "이름으로 소트"
-
-#: modules/gui/macosx/playlist.m:486
-#, fuzzy
-msgid "Sort Node by Author"
-msgstr "작성자로 소트(&A)"
-
-#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
-#, fuzzy
-msgid "No items in the playlist"
-msgstr "디폴트로 플레이 재생목록에 추가"
-
-#: modules/gui/macosx/playlist.m:493
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
-msgid "Search"
-msgstr "검색"
-
-#: modules/gui/macosx/playlist.m:495
-#, fuzzy
-msgid "Search in Playlist"
-msgstr "플레이 재생목록를 연다"
-
-#: modules/gui/macosx/playlist.m:496
-msgid "Standard Play"
-msgstr "표준 재생"
-
-#: modules/gui/macosx/playlist.m:499
-#, fuzzy
-msgid "Add Folder to Playlist"
-msgstr "플레이 재생목록에 추가"
-
-#: modules/gui/macosx/playlist.m:745
-msgid "Save Playlist"
-msgstr "플레이 재생목록를 보존"
-
-#: modules/gui/macosx/playlist.m:1489
-msgid "Empty Folder"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:1514
-#, fuzzy, c-format
-msgid "%i items in the playlist"
-msgstr "디폴트로 플레이 재생목록에 추가"
-
-#: modules/gui/macosx/playlist.m:1524
-#, fuzzy
-msgid "1 item in the playlist"
-msgstr "디폴트로 플레이 재생목록에 추가"
-
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:212
 msgid "Reset All"
@@ -12737,23 +12737,23 @@ msgstr ""
 "(wxWindows 인터페이스) \n"
 "\n"
 
-#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:918
+#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:920
 #, fuzzy
 msgid ""
 "(c) 1996-2006 - the VideoLAN Team\n"
 "\n"
 msgstr "(c) 1996-2004 the VideoLAN 팀"
 
-#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:919
+#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:921
 #, fuzzy
 msgid "Compiled by "
 msgstr "코메디"
 
-#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:921
+#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:923
 msgid "Compiler: "
 msgstr ""
 
-#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:923
+#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:925
 msgid "Based on SVN revision: "
 msgstr ""
 
@@ -13147,7 +13147,8 @@ msgstr "플레이 재생목록가 하늘입니다"
 msgid "Can't save"
 msgstr "보존할 수 없습니다"
 
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413 modules/misc/freetype.c:100
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413
+#: modules/gui/wxwidgets/wxwidgets.cpp:111 modules/misc/freetype.c:100
 #: modules/misc/win32text.c:71
 msgid "Normal"
 msgstr "통상"
@@ -13600,8 +13601,8 @@ msgstr "헬프(&H)"
 
 #: modules/gui/wxwidgets/interface.cpp:672
 #, fuzzy
-msgid "Small playlist"
-msgstr "플레이 재생목록를 보존"
+msgid "Embedded playlist"
+msgstr "플레이 재생목록를 연다"
 
 #: modules/gui/wxwidgets/interface.cpp:673
 msgid "Previous playlist item"
@@ -13619,22 +13620,22 @@ msgstr "슬로우 재생"
 msgid "Play faster"
 msgstr "빨리 감기 재생"
 
-#: modules/gui/wxwidgets/interface.cpp:859
+#: modules/gui/wxwidgets/interface.cpp:861
 #, fuzzy
 msgid "Extended &GUI\tCtrl-G"
 msgstr "GUI 확장(&E)"
 
-#: modules/gui/wxwidgets/interface.cpp:862
+#: modules/gui/wxwidgets/interface.cpp:864
 #, fuzzy
 msgid "&Bookmarks...\tCtrl-B"
 msgstr "북마크(&B)"
 
-#: modules/gui/wxwidgets/interface.cpp:864
+#: modules/gui/wxwidgets/interface.cpp:866
 #, fuzzy
 msgid "Preference&s...\tCtrl-S"
 msgstr "설정..."
 
-#: modules/gui/wxwidgets/interface.cpp:917
+#: modules/gui/wxwidgets/interface.cpp:919
 #, fuzzy
 msgid ""
 " (wxWidgets interface)\n"
@@ -13643,19 +13644,19 @@ msgstr ""
 "(wxWindows 인터페이스) \n"
 "\n"
 
-#: modules/gui/wxwidgets/interface.cpp:930
+#: modules/gui/wxwidgets/interface.cpp:932
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
 "\n"
 msgstr ""
 
-#: modules/gui/wxwidgets/interface.cpp:933
+#: modules/gui/wxwidgets/interface.cpp:935
 #, c-format
 msgid "About %s"
 msgstr "%s 에 대해"
 
-#: modules/gui/wxwidgets/interface.cpp:1476
+#: modules/gui/wxwidgets/interface.cpp:1478
 #, fuzzy
 msgid "Show/Hide interface"
 msgstr "인터페이스 표시"
@@ -13799,12 +13800,33 @@ msgstr ""
 msgid "Show systray icon"
 msgstr "스트림 위치 표시"
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:110
+#: modules/gui/wxwidgets/wxwidgets.cpp:103
+#, fuzzy
+msgid "Playlist view"
+msgstr "재생목록"
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:104
+msgid ""
+"There are two possible playlist views in the interface : the normal playlist "
+"(separate window), or an embedded playlist (within the main interface, but "
+"with less features. You can select which one will be available on the "
+"toolbar (or both)."
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:111
+msgid "Embedded"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:112
+msgid "Both"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:121
 #, fuzzy
 msgid "wxWidgets interface module"
 msgstr "wxWindows 인터페이스 모듈"
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:152
+#: modules/gui/wxwidgets/wxwidgets.cpp:166
 #, fuzzy
 msgid "wxWidgets dialogs provider"
 msgstr "wxWindows 다이얼로그 제공"
@@ -14158,10 +14180,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"
@@ -14179,6 +14197,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:63
 msgid "MSN Title format string"
 msgstr ""
@@ -16956,6 +16978,10 @@ msgstr "xods 출력으로 텍스트 출력을 위해서(때문에) 사용되는
 msgid "XOSD interface"
 msgstr "네트워크·인터페이스"
 
+#, fuzzy
+#~ msgid "Small playlist"
+#~ msgstr "플레이 재생목록를 보존"
+
 #, fuzzy
 #~ msgid "VC-1 decoder module"
 #~ msgstr "자막·디코더·모듈"
index 1f88d4999a1518ad9738a170073a769fd09fd0cf..922da620f60698c146606b8c7336622a59d75d1c 100644 (file)
--- 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-03-12 17:26+0000\n"
+"POT-Creation-Date: 2006-03-14 21:08+0100\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:578
+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"
@@ -476,9 +490,9 @@ msgstr ""
 "commando omgeving en ga naar de directory waar VLC is geïnstalleerd. Voer "
 "daar het commando \"vlc -I wxwin\" uit.\n"
 
-#: include/vlc_meta.h:28 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225 modules/misc/growl.c:168
+#: include/vlc_meta.h:28 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298 modules/misc/growl.c:168
 #: modules/misc/growl.c:171
 msgid "Meta-information"
 msgstr "Metadata"
@@ -492,15 +506,15 @@ msgstr "Metadata"
 msgid "Title"
 msgstr "Titel"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:57
-#: modules/gui/macosx/playlist.m:133 modules/gui/macosx/wizard.m:392
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:133
+#: modules/gui/macosx/playlistinfo.m:57 modules/gui/macosx/wizard.m:392
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:51
 msgid "Author"
 msgstr "Auteur"
 
-#: include/vlc_meta.h:31 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225
+#: include/vlc_meta.h:31 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298
 msgid "Artist"
 msgstr "Artiest"
 
@@ -643,20 +657,6 @@ msgstr "Naam codec"
 msgid "Codec Description"
 msgstr "Beschrijving codec"
 
-#: include/vlc/vlc.h:578
-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/input.c:80 src/audio_output/input.c:126
 #: src/input/es_out.c:361 src/libvlc.h:365 src/video_output/video_output.c:379
 #: modules/codec/ffmpeg/postprocess.c:94
@@ -2906,7 +2906,7 @@ msgid "Select the hotkey to use to swap fullscreen state."
 msgstr "Selecteer de sneltoets om 'Volledig Scherm' te (de)activeren"
 
 #: src/libvlc.h:856 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:81
-#: modules/gui/wxwidgets/interface.cpp:1467
+#: modules/gui/wxwidgets/interface.cpp:1469
 msgid "Play/Pause"
 msgstr "Speel Af/Pauzeer"
 
@@ -2952,7 +2952,7 @@ msgstr "Selecteer de sneltoets om op lager snelheid af te spelen"
 #: modules/gui/macosx/controls.m:646 modules/gui/macosx/intf.m:476
 #: modules/gui/macosx/intf.m:521 modules/gui/macosx/intf.m:592
 #: modules/gui/macosx/wizard.m:313 modules/gui/macosx/wizard.m:364
-#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1472
+#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1474
 #: modules/gui/wxwidgets/menus.cpp:289
 msgid "Next"
 msgstr "Volgende"
@@ -2966,7 +2966,7 @@ msgstr ""
 #: src/libvlc.h:868 modules/control/hotkeys.c:628
 #: modules/gui/macosx/controls.m:645 modules/gui/macosx/intf.m:471
 #: modules/gui/macosx/intf.m:520 modules/gui/macosx/intf.m:593
-#: modules/gui/wxwidgets/interface.cpp:1471
+#: modules/gui/wxwidgets/interface.cpp:1473
 #: modules/gui/wxwidgets/menus.cpp:288
 msgid "Previous"
 msgstr "Vorige"
@@ -2983,7 +2983,7 @@ msgstr ""
 #: modules/gui/pda/pda_interface.c:275
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:86
 #: modules/gui/wxwidgets/interface.cpp:668
-#: modules/gui/wxwidgets/interface.cpp:1473
+#: modules/gui/wxwidgets/interface.cpp:1475
 #: modules/gui/wxwidgets/menus.cpp:287 modules/visualization/xosd.c:235
 msgid "Stop"
 msgstr "Stop"
@@ -4361,7 +4361,7 @@ msgid "Aspect-ratio"
 msgstr "Beeldverhouding"
 
 #: modules/access/cdda.c:52 modules/access/dshow/dshow.cpp:79
-#: modules/access/dvb/access.c:71 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:71
 #: modules/access/dvdnav.c:63 modules/access/dvdread.c:61
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:42
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4894,6 +4894,22 @@ msgstr "Ververs lijst"
 msgid "Configure"
 msgstr "Configureer"
 
+#: modules/access/dv.c:70 modules/access/file.c:82
+msgid ""
+"Allows you to modify the default caching value for file streams. This value "
+"should be set in millisecond units."
+msgstr ""
+"Wijzig de standaard buffer grootte voor bestanden. Deze waarde wordt in "
+"milliseconden 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:73
 msgid ""
 "Allows you to modify the default caching value for dvb streams. This value "
@@ -5138,22 +5154,6 @@ msgstr "DVB invoer met v4l2 ondersteuning"
 msgid "HTTP server"
 msgstr "HTTP gebruikersnaam"
 
-#: modules/access/dv.c:70 modules/access/file.c:82
-msgid ""
-"Allows you to modify the default caching value for file streams. This value "
-"should be set in millisecond units."
-msgstr ""
-"Wijzig de standaard buffer grootte voor bestanden. Deze waarde wordt in "
-"milliseconden 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:59 modules/access/dvdread.c:57
 msgid "DVD angle"
 msgstr "DVD hoek"
@@ -5323,40 +5323,6 @@ msgstr "Standaard filesysteem bestand lezen"
 msgid "File"
 msgstr "Bestand"
 
-#: modules/access_filter/record.c:43
-#, fuzzy
-msgid "Record directory"
-msgstr "Bronmap"
-
-#: modules/access_filter/record.c:45
-#, fuzzy
-msgid "Allows you to specify the 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:45
-#, fuzzy
-msgid "Size of the temporary files use to store the timeshifted stream."
-msgstr "Videofilters worden gebruikt om het beeld te bewerken"
-
-#: modules/access_filter/timeshift.c:47
-#, fuzzy
-msgid "Timeshift directory"
-msgstr "Video snapshot bestandsmap"
-
-#: modules/access_filter/timeshift.c:48
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
-#, fuzzy
-msgid "Timeshift"
-msgstr "Start positie"
-
 #: modules/access/ftp.c:44
 msgid ""
 "Allows you to modify the default caching value for FTP streams. This value "
@@ -5499,182 +5465,6 @@ msgstr ""
 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"
-msgstr ""
-
-#: modules/access_output/file.c:60
-msgid "Append to file"
-msgstr "Voeg toe aan bestand"
-
-#: modules/access_output/file.c:61
-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:65
-msgid "File stream output"
-msgstr "Bestands stream uitvoer"
-
-#: modules/access_output/http.c:60
-msgid "Username"
-msgstr "Gebruikersnaam"
-
-#: modules/access_output/http.c:61
-msgid ""
-"Allows you to give a user name that will be requested to access the stream."
-msgstr "De gebruikersnaam die nodig is om de stream op te vragen."
-
-#: modules/access_output/http.c:64
-msgid ""
-"Allows you to give a password that will be requested to access the stream."
-msgstr "Het wachtwoord dat nodig is om de stream op te vragen."
-
-#: modules/access_output/http.c:66
-msgid "Mime"
-msgstr "MIME"
-
-#: modules/access_output/http.c:67
-msgid "Allows you to give the mime returned by the server."
-msgstr "Forceer de MIME voor de te verzenden HTTP stream."
-
-#: modules/access_output/http.c:70
-msgid ""
-"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
-"stream output"
-msgstr ""
-
-#: modules/access_output/http.c:73
-msgid ""
-"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:77
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used by the HTTP/SSL stream output. Leave empty if you "
-"don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:82
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:85
-msgid "Advertise with Bonjour"
-msgstr ""
-
-#: modules/access_output/http.c:86
-msgid "Advertise the stream with the Bonjour protocol"
-msgstr ""
-
-#: modules/access_output/http.c:90
-msgid "HTTP stream output"
-msgstr "HTTP stream uitvoer"
-
-#: modules/access_output/http.c:92 modules/control/http/http.c:58
-#: 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 "The name this stream/channel will get on the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:61
-#, fuzzy
-msgid "Stream-description"
-msgstr "Beschrijving sessie"
-
-#: modules/access_output/shout.c:62
-msgid "A description of the stream content. (Information about your channel)."
-msgstr ""
-
-#: modules/access_output/shout.c:65
-#, fuzzy
-msgid "Stream MP3"
-msgstr "Stream"
-
-#: modules/access_output/shout.c:66
-msgid ""
-"Normally you have to feed the shoutcast module with Ogg streams. This option "
-"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
-"the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:71
-msgid "libshout (icecast) output"
-msgstr ""
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:40
-#: modules/demux/livedotcom.cpp:61
-msgid "Caching value (ms)"
-msgstr "Buffergrootte in ms"
-
-#: modules/access_output/udp.c:77 modules/access/udp.c:44
-msgid ""
-"Allows you to modify the default caching value for UDP streams. This value "
-"should be set in millisecond units."
-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:441
-#: modules/gui/macosx/wizard.m:1782
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
-msgid "Time-To-Live (TTL)"
-msgstr "Time-To-Live (TTL)"
-
-#: modules/access_output/udp.c:81
-#, fuzzy
-msgid "Allows you to define the 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. This allows "
-"you to give the number of packets that will be sent at a time. It helps "
-"reducing the scheduling load on heavily-loaded systems."
-msgstr ""
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr ""
-
-#: modules/access_output/udp.c:91
-msgid ""
-"If you enable this option, packets will be sent directly, without trying to "
-"fill the MTU (ie, without trying to make the biggest possible packets in "
-"order to improve streaming)."
-msgstr ""
-
-#: 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/pvr.c:48
 #, fuzzy
 msgid ""
@@ -5790,7 +5580,7 @@ msgid ""
 msgstr ""
 
 #: modules/access/pvr/pvr.c:96 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1337
+#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1339
 msgid "Volume"
 msgstr "Volume"
 
@@ -5839,6 +5629,11 @@ msgstr "PVR"
 msgid "MPEG Encoding cards input (with ivtv drivers)"
 msgstr "MPEG Encodeer kaarten invoer (met ivtv drivers)"
 
+#: modules/access/rtsp/access.c:40 modules/access_output/udp.c:75
+#: modules/demux/livedotcom.cpp:61
+msgid "Caching value (ms)"
+msgstr "Buffergrootte in ms"
+
 #: modules/access/rtsp/access.c:42 modules/demux/livedotcom.cpp:63
 msgid ""
 "Allows you to modify the default caching value for RTSP streams. This value "
@@ -5938,6 +5733,14 @@ msgstr "CPU"
 msgid "TCP input"
 msgstr "TCP invoer"
 
+#: modules/access/udp.c:44 modules/access_output/udp.c:77
+msgid ""
+"Allows you to modify the default caching value for UDP streams. This value "
+"should be set in millisecond units."
+msgstr ""
+"Wijzig de standaard buffer grootte voor UDP streams. Deze waarde wordt in "
+"millliseconden opgegeven."
+
 #: modules/access/udp.c:47
 msgid "Autodetection of MTU"
 msgstr "Autodetectie van pakketgrootte"
@@ -6244,58 +6047,255 @@ msgstr "Lijst ID"
 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: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: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 "Allows you to specify the 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:45
+#, fuzzy
+msgid "Size of the temporary files use to store the timeshifted stream."
+msgstr "Videofilters worden gebruikt om het beeld te bewerken"
+
+#: modules/access_filter/timeshift.c:47
+#, fuzzy
+msgid "Timeshift directory"
+msgstr "Video snapshot bestandsmap"
+
+#: modules/access_filter/timeshift.c:48
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
+#, 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:60
+msgid "Append to file"
+msgstr "Voeg toe aan bestand"
+
+#: modules/access_output/file.c:61
+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:65
+msgid "File stream output"
+msgstr "Bestands stream uitvoer"
+
+#: modules/access_output/http.c:60
+msgid "Username"
+msgstr "Gebruikersnaam"
+
+#: modules/access_output/http.c:61
+msgid ""
+"Allows you to give a user name that will be requested to access the stream."
+msgstr "De gebruikersnaam die nodig is om de stream op te vragen."
+
+#: modules/access_output/http.c:64
+msgid ""
+"Allows you to give a password that will be requested to access the stream."
+msgstr "Het wachtwoord dat nodig is om de stream op te vragen."
+
+#: modules/access_output/http.c:66
+msgid "Mime"
+msgstr "MIME"
+
+#: modules/access_output/http.c:67
+msgid "Allows you to give the mime returned by the server."
+msgstr "Forceer de MIME voor de te verzenden HTTP stream."
+
+#: modules/access_output/http.c:70
+msgid ""
+"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
+"stream output"
+msgstr ""
+
+#: modules/access_output/http.c:73
+msgid ""
+"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:77
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used by the HTTP/SSL stream output. Leave empty if you "
+"don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:82
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:85
+msgid "Advertise with Bonjour"
+msgstr ""
+
+#: modules/access_output/http.c:86
+msgid "Advertise the stream with the Bonjour protocol"
+msgstr ""
+
+#: modules/access_output/http.c:90
+msgid "HTTP stream output"
+msgstr "HTTP stream uitvoer"
+
+#: modules/access_output/http.c:92 modules/control/http/http.c:58
+#: 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 "The name this stream/channel will get on the icecast server."
+msgstr ""
+
+#: modules/access_output/shout.c:61
+#, fuzzy
+msgid "Stream-description"
+msgstr "Beschrijving sessie"
 
-#: 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:62
+msgid "A description of the stream content. (Information about your channel)."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
-msgstr "Afspeel controle gebruiken?"
+#: modules/access_output/shout.c:65
+#, fuzzy
+msgid "Stream MP3"
+msgstr "Stream"
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/shout.c:66
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Normally you have to feed the shoutcast module with Ogg streams. This option "
+"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
+"the icecast server."
 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:71
+msgid "libshout (icecast) output"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:441
+#: modules/gui/macosx/wizard.m:1782
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
+msgid "Time-To-Live (TTL)"
+msgstr "Time-To-Live (TTL)"
+
+#: modules/access_output/udp.c:81
+#, fuzzy
+msgid "Allows you to define the 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. This allows "
+"you to give the number of packets that will be sent at a time. It helps "
+"reducing the scheduling load on heavily-loaded systems."
 msgstr ""
 
-#: 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."
+"If you enable this option, packets will be sent directly, without trying to "
+"fill the MTU (ie, without trying to make the biggest possible packets in "
+"order to improve streaming)."
 msgstr ""
 
-#: 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"
@@ -10298,7 +10298,7 @@ msgstr "Snel Vooruit"
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:274
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:283
 #: modules/gui/wxwidgets/interface.cpp:669
-#: modules/gui/wxwidgets/interface.cpp:1193
+#: modules/gui/wxwidgets/interface.cpp:1195
 #: modules/gui/wxwidgets/menus.cpp:294 modules/gui/wxwidgets/menus.cpp:308
 msgid "Play"
 msgstr "Start"
@@ -10307,7 +10307,7 @@ msgstr "Start"
 #: modules/gui/macosx/intf.m:1305 modules/gui/macosx/intf.m:1306
 #: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
 #: modules/gui/wxwidgets/interface.cpp:670
-#: modules/gui/wxwidgets/interface.cpp:1187
+#: modules/gui/wxwidgets/interface.cpp:1189
 #: modules/gui/wxwidgets/menus.cpp:296 modules/visualization/xosd.c:240
 msgid "Pause"
 msgstr "Pauze"
@@ -10508,7 +10508,7 @@ msgstr "Verberg Anderen"
 msgid "Show All"
 msgstr "Toon Alles"
 
-#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1465
+#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1467
 msgid "Quit VLC"
 msgstr "Stop VLC"
 
@@ -10593,7 +10593,7 @@ msgid "Extended Controls"
 msgstr "Uitgebreide opties"
 
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:606
-#: modules/gui/macosx/playlistinfo.m:54 modules/gui/macosx/playlist.m:483
+#: modules/gui/macosx/playlist.m:483 modules/gui/macosx/playlistinfo.m:54
 #, fuzzy
 msgid "Information"
 msgstr "Meer informatie"
@@ -10967,6 +10967,80 @@ msgstr "SDP URL"
 msgid "Save File"
 msgstr "Bewaar Bestand"
 
+#: modules/gui/macosx/playlist.m:478
+msgid "Save Playlist..."
+msgstr "Bewaar Afspeellijst..."
+
+#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
+#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
+msgid "Delete"
+msgstr "Verwijder"
+
+#: modules/gui/macosx/playlist.m:481
+msgid "Expand Node"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:484
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
+#, fuzzy
+msgid "Preparse"
+msgstr "Prepareer"
+
+#: modules/gui/macosx/playlist.m:485
+#, fuzzy
+msgid "Sort Node by Name"
+msgstr "Sorteer op Naam"
+
+#: modules/gui/macosx/playlist.m:486
+#, fuzzy
+msgid "Sort Node by Author"
+msgstr "Sorteer op auteur"
+
+#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
+#, fuzzy
+msgid "No items in the playlist"
+msgstr "%i elementen in afspeellijst"
+
+#: modules/gui/macosx/playlist.m:493
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
+msgid "Search"
+msgstr "Zoek"
+
+#: modules/gui/macosx/playlist.m:495
+#, fuzzy
+msgid "Search in Playlist"
+msgstr "Open Speellijst"
+
+#: modules/gui/macosx/playlist.m:496
+msgid "Standard Play"
+msgstr "Normaal Afspelen"
+
+#: modules/gui/macosx/playlist.m:499
+#, fuzzy
+msgid "Add Folder to Playlist"
+msgstr "Voeg toe aan Afspeellijst"
+
+#: modules/gui/macosx/playlist.m:745
+msgid "Save Playlist"
+msgstr "Bewaar Afspeellijst"
+
+#: modules/gui/macosx/playlist.m:1489
+msgid "Empty Folder"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:1514
+#, fuzzy, c-format
+msgid "%i items in the playlist"
+msgstr "%i elementen in afspeellijst"
+
+#: modules/gui/macosx/playlist.m:1524
+#, fuzzy
+msgid "1 item in the playlist"
+msgstr "%i elementen in afspeellijst"
+
 #: modules/gui/macosx/playlistinfo.m:55
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:585
@@ -11054,80 +11128,6 @@ msgstr ""
 msgid "Info"
 msgstr "Info"
 
-#: modules/gui/macosx/playlist.m:478
-msgid "Save Playlist..."
-msgstr "Bewaar Afspeellijst..."
-
-#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
-msgid "Delete"
-msgstr "Verwijder"
-
-#: modules/gui/macosx/playlist.m:481
-msgid "Expand Node"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:484
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
-#, fuzzy
-msgid "Preparse"
-msgstr "Prepareer"
-
-#: modules/gui/macosx/playlist.m:485
-#, fuzzy
-msgid "Sort Node by Name"
-msgstr "Sorteer op Naam"
-
-#: modules/gui/macosx/playlist.m:486
-#, fuzzy
-msgid "Sort Node by Author"
-msgstr "Sorteer op auteur"
-
-#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
-#, fuzzy
-msgid "No items in the playlist"
-msgstr "%i elementen in afspeellijst"
-
-#: modules/gui/macosx/playlist.m:493
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
-msgid "Search"
-msgstr "Zoek"
-
-#: modules/gui/macosx/playlist.m:495
-#, fuzzy
-msgid "Search in Playlist"
-msgstr "Open Speellijst"
-
-#: modules/gui/macosx/playlist.m:496
-msgid "Standard Play"
-msgstr "Normaal Afspelen"
-
-#: modules/gui/macosx/playlist.m:499
-#, fuzzy
-msgid "Add Folder to Playlist"
-msgstr "Voeg toe aan Afspeellijst"
-
-#: modules/gui/macosx/playlist.m:745
-msgid "Save Playlist"
-msgstr "Bewaar Afspeellijst"
-
-#: modules/gui/macosx/playlist.m:1489
-msgid "Empty Folder"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:1514
-#, fuzzy, c-format
-msgid "%i items in the playlist"
-msgstr "%i elementen in afspeellijst"
-
-#: modules/gui/macosx/playlist.m:1524
-#, fuzzy
-msgid "1 item in the playlist"
-msgstr "%i elementen in afspeellijst"
-
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:212
 msgid "Reset All"
@@ -12489,7 +12489,7 @@ msgstr ""
 " (wxWindows interface)\n"
 "\n"
 
-#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:918
+#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:920
 #, fuzzy
 msgid ""
 "(c) 1996-2006 - the VideoLAN Team\n"
@@ -12498,17 +12498,17 @@ msgstr ""
 "© (C) 1996-2004 - het VideoLAN Team\n"
 "\n"
 
-#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:919
+#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:921
 #, fuzzy
 msgid "Compiled by "
 msgstr "Comedie"
 
-#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:921
+#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:923
 #, fuzzy
 msgid "Compiler: "
 msgstr "Fout: %s\n"
 
-#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:923
+#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:925
 msgid "Based on SVN revision: "
 msgstr ""
 
@@ -12904,7 +12904,8 @@ msgstr "Afspeellijst is leeg"
 msgid "Can't save"
 msgstr "Kan niet opslaan"
 
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413 modules/misc/freetype.c:100
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413
+#: modules/gui/wxwidgets/wxwidgets.cpp:111 modules/misc/freetype.c:100
 #: modules/misc/win32text.c:71
 msgid "Normal"
 msgstr "Normaal"
@@ -13363,8 +13364,8 @@ msgstr "&Help"
 
 #: modules/gui/wxwidgets/interface.cpp:672
 #, fuzzy
-msgid "Small playlist"
-msgstr "Bewaar speellijst"
+msgid "Embedded playlist"
+msgstr "Open speellijst"
 
 #: modules/gui/wxwidgets/interface.cpp:673
 msgid "Previous playlist item"
@@ -13382,22 +13383,22 @@ msgstr "Speel Langzamer"
 msgid "Play faster"
 msgstr "Speel Sneller"
 
-#: modules/gui/wxwidgets/interface.cpp:859
+#: modules/gui/wxwidgets/interface.cpp:861
 #, fuzzy
 msgid "Extended &GUI\tCtrl-G"
 msgstr "Uitgebreide GUI"
 
-#: modules/gui/wxwidgets/interface.cpp:862
+#: modules/gui/wxwidgets/interface.cpp:864
 #, fuzzy
 msgid "&Bookmarks...\tCtrl-B"
 msgstr "Bladwijzers..."
 
-#: modules/gui/wxwidgets/interface.cpp:864
+#: modules/gui/wxwidgets/interface.cpp:866
 #, fuzzy
 msgid "Preference&s...\tCtrl-S"
 msgstr "Voorkeuren..."
 
-#: modules/gui/wxwidgets/interface.cpp:917
+#: modules/gui/wxwidgets/interface.cpp:919
 #, fuzzy
 msgid ""
 " (wxWidgets interface)\n"
@@ -13406,7 +13407,7 @@ msgstr ""
 " (wxWindows interface)\n"
 "\n"
 
-#: modules/gui/wxwidgets/interface.cpp:930
+#: modules/gui/wxwidgets/interface.cpp:932
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
@@ -13416,12 +13417,12 @@ msgstr ""
 "http://www.videolan.org/\n"
 "\n"
 
-#: modules/gui/wxwidgets/interface.cpp:933
+#: modules/gui/wxwidgets/interface.cpp:935
 #, c-format
 msgid "About %s"
 msgstr "Over %s"
 
-#: modules/gui/wxwidgets/interface.cpp:1476
+#: modules/gui/wxwidgets/interface.cpp:1478
 #, fuzzy
 msgid "Show/Hide interface"
 msgstr "Toon Interface"
@@ -13561,12 +13562,33 @@ msgstr ""
 msgid "Show systray icon"
 msgstr "Laat stream positie zien"
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:110
+#: modules/gui/wxwidgets/wxwidgets.cpp:103
+#, fuzzy
+msgid "Playlist view"
+msgstr "Afspeellijst"
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:104
+msgid ""
+"There are two possible playlist views in the interface : the normal playlist "
+"(separate window), or an embedded playlist (within the main interface, but "
+"with less features. You can select which one will be available on the "
+"toolbar (or both)."
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:111
+msgid "Embedded"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:112
+msgid "Both"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:121
 #, fuzzy
 msgid "wxWidgets interface module"
 msgstr "wxWindows interface module"
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:152
+#: modules/gui/wxwidgets/wxwidgets.cpp:166
 #, fuzzy
 msgid "wxWidgets dialogs provider"
 msgstr "wxWindows dialoog voorziening"
@@ -13924,10 +13946,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"
@@ -13944,6 +13962,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:63
 msgid "MSN Title format string"
 msgstr ""
@@ -16609,6 +16631,10 @@ msgstr "Gebruik dit lettertype voor tekst in xosd uitvoer"
 msgid "XOSD interface"
 msgstr "XOSD interface"
 
+#, fuzzy
+#~ msgid "Small playlist"
+#~ msgstr "Bewaar speellijst"
+
 #, fuzzy
 #~ msgid "VC-1 decoder module"
 #~ msgstr "Tarkin decodeer module"
index 9984cd8d88f336bae030f8e73b109a07a6a2d2a9..037655de895cf2efacabe5d90b774c161f5fa1fe 100644 (file)
--- 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-03-12 17:26+0000\n"
+"POT-Creation-Date: 2006-03-14 21:08+0100\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:578
+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"
@@ -441,9 +453,9 @@ msgstr ""
 "Warning: if you can't access the GUI anymore, open a dos command box, go to "
 "the directory where you installed VLC and run \"vlc -I wxwin\"\n"
 
-#: include/vlc_meta.h:28 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225 modules/misc/growl.c:168
+#: include/vlc_meta.h:28 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298 modules/misc/growl.c:168
 #: modules/misc/growl.c:171
 msgid "Meta-information"
 msgstr ""
@@ -457,15 +469,15 @@ msgstr ""
 msgid "Title"
 msgstr "Titol"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:57
-#: modules/gui/macosx/playlist.m:133 modules/gui/macosx/wizard.m:392
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:133
+#: modules/gui/macosx/playlistinfo.m:57 modules/gui/macosx/wizard.m:392
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:51
 msgid "Author"
 msgstr "Autor"
 
-#: include/vlc_meta.h:31 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225
+#: include/vlc_meta.h:31 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298
 msgid "Artist"
 msgstr "Artista"
 
@@ -608,18 +620,6 @@ msgstr "Nom del codec"
 msgid "Codec Description"
 msgstr "Descripcion del codec"
 
-#: include/vlc/vlc.h:578
-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/input.c:80 src/audio_output/input.c:126
 #: src/input/es_out.c:361 src/libvlc.h:365 src/video_output/video_output.c:379
 #: modules/codec/ffmpeg/postprocess.c:94
@@ -2608,7 +2608,7 @@ msgid "Select the hotkey to use to swap fullscreen state."
 msgstr ""
 
 #: src/libvlc.h:856 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:81
-#: modules/gui/wxwidgets/interface.cpp:1467
+#: modules/gui/wxwidgets/interface.cpp:1469
 msgid "Play/Pause"
 msgstr "Legir/Pausar"
 
@@ -2654,7 +2654,7 @@ msgstr ""
 #: modules/gui/macosx/controls.m:646 modules/gui/macosx/intf.m:476
 #: modules/gui/macosx/intf.m:521 modules/gui/macosx/intf.m:592
 #: modules/gui/macosx/wizard.m:313 modules/gui/macosx/wizard.m:364
-#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1472
+#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1474
 #: modules/gui/wxwidgets/menus.cpp:289
 msgid "Next"
 msgstr "Seguent"
@@ -2666,7 +2666,7 @@ msgstr ""
 #: src/libvlc.h:868 modules/control/hotkeys.c:628
 #: modules/gui/macosx/controls.m:645 modules/gui/macosx/intf.m:471
 #: modules/gui/macosx/intf.m:520 modules/gui/macosx/intf.m:593
-#: modules/gui/wxwidgets/interface.cpp:1471
+#: modules/gui/wxwidgets/interface.cpp:1473
 #: modules/gui/wxwidgets/menus.cpp:288
 msgid "Previous"
 msgstr "Precedent"
@@ -2681,7 +2681,7 @@ msgstr ""
 #: modules/gui/pda/pda_interface.c:275
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:86
 #: modules/gui/wxwidgets/interface.cpp:668
-#: modules/gui/wxwidgets/interface.cpp:1473
+#: modules/gui/wxwidgets/interface.cpp:1475
 #: modules/gui/wxwidgets/menus.cpp:287 modules/visualization/xosd.c:235
 msgid "Stop"
 msgstr "Arrèst"
@@ -3986,7 +3986,7 @@ msgid "Aspect-ratio"
 msgstr ""
 
 #: modules/access/cdda.c:52 modules/access/dshow/dshow.cpp:79
-#: modules/access/dvb/access.c:71 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:71
 #: modules/access/dvdnav.c:63 modules/access/dvdread.c:61
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:42
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4471,6 +4471,20 @@ msgstr "Actualisar"
 msgid "Configure"
 msgstr "Config."
 
+#: modules/access/dv.c:70 modules/access/file.c:82
+msgid ""
+"Allows you to modify the default caching value for file streams. This value "
+"should be set in millisecond units."
+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:73
 msgid ""
 "Allows you to modify the default caching value for dvb streams. This value "
@@ -4703,20 +4717,6 @@ msgstr ""
 msgid "HTTP server"
 msgstr ""
 
-#: modules/access/dv.c:70 modules/access/file.c:82
-msgid ""
-"Allows you to modify the default caching value for file streams. This value "
-"should be set in millisecond units."
-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:59 modules/access/dvdread.c:57
 msgid "DVD angle"
 msgstr ""
@@ -4861,34 +4861,6 @@ msgstr ""
 msgid "File"
 msgstr "Fichièr"
 
-#: modules/access_filter/record.c:43
-msgid "Record directory"
-msgstr ""
-
-#: modules/access_filter/record.c:45
-msgid "Allows you to specify the directory where the record will be stored"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:44
-msgid "Timeshift granularity"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:45
-msgid "Size of the temporary files use to store the timeshifted stream."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:47
-msgid "Timeshift directory"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:48
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
-msgid "Timeshift"
-msgstr ""
-
 #: modules/access/ftp.c:44
 msgid ""
 "Allows you to modify the default caching value for FTP streams. This value "
@@ -5012,175 +4984,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 ""
-
-#: modules/access_output/file.c:60
-msgid "Append to file"
-msgstr ""
-
-#: modules/access_output/file.c:61
-msgid "Append to file if it exists instead of replacing it."
-msgstr ""
-
-#: modules/access_output/file.c:65
-msgid "File stream output"
-msgstr ""
-
-#: modules/access_output/http.c:60
-msgid "Username"
-msgstr ""
-
-#: modules/access_output/http.c:61
-msgid ""
-"Allows you to give a user name that will be requested to access the stream."
-msgstr ""
-
-#: modules/access_output/http.c:64
-msgid ""
-"Allows you to give a 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 "Allows you to give the mime returned by the server."
-msgstr ""
-
-#: modules/access_output/http.c:70
-msgid ""
-"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
-"stream output"
-msgstr ""
-
-#: modules/access_output/http.c:73
-msgid ""
-"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:77
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used by the HTTP/SSL stream output. Leave empty if you "
-"don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:82
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:85
-msgid "Advertise with Bonjour"
-msgstr ""
-
-#: modules/access_output/http.c:86
-msgid "Advertise the stream with the Bonjour protocol"
-msgstr ""
-
-#: modules/access_output/http.c:90
-msgid "HTTP stream output"
-msgstr ""
-
-#: modules/access_output/http.c:92 modules/control/http/http.c:58
-#: 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 "The name this stream/channel will get on the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:61
-msgid "Stream-description"
-msgstr ""
-
-#: modules/access_output/shout.c:62
-msgid "A description of the stream content. (Information about your channel)."
-msgstr ""
-
-#: modules/access_output/shout.c:65
-msgid "Stream MP3"
-msgstr ""
-
-#: modules/access_output/shout.c:66
-msgid ""
-"Normally you have to feed the shoutcast module with Ogg streams. This option "
-"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
-"the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:71
-msgid "libshout (icecast) output"
-msgstr ""
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:40
-#: modules/demux/livedotcom.cpp:61
-msgid "Caching value (ms)"
-msgstr ""
-
-#: modules/access_output/udp.c:77 modules/access/udp.c:44
-msgid ""
-"Allows you to modify the default caching value for UDP streams. This value "
-"should be set in millisecond units."
-msgstr ""
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:441
-#: modules/gui/macosx/wizard.m:1782
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
-msgid "Time-To-Live (TTL)"
-msgstr ""
-
-#: modules/access_output/udp.c:81
-#, fuzzy
-msgid "Allows you to define the 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. This allows "
-"you to give the number of packets that will be sent at a time. It helps "
-"reducing the scheduling load on heavily-loaded systems."
-msgstr ""
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr ""
-
-#: modules/access_output/udp.c:91
-msgid ""
-"If you enable this option, packets will be sent directly, without trying to "
-"fill the MTU (ie, without trying to make the biggest possible packets in "
-"order to improve streaming)."
-msgstr ""
-
-#: 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/pvr.c:48
 msgid ""
 "Allows you to modify the default caching value for pvr streams. This value "
@@ -5288,7 +5091,7 @@ msgid ""
 msgstr ""
 
 #: modules/access/pvr/pvr.c:96 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1337
+#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1339
 msgid "Volume"
 msgstr ""
 
@@ -5337,6 +5140,11 @@ msgstr ""
 msgid "MPEG Encoding cards input (with ivtv drivers)"
 msgstr ""
 
+#: modules/access/rtsp/access.c:40 modules/access_output/udp.c:75
+#: modules/demux/livedotcom.cpp:61
+msgid "Caching value (ms)"
+msgstr ""
+
 #: modules/access/rtsp/access.c:42 modules/demux/livedotcom.cpp:63
 msgid ""
 "Allows you to modify the default caching value for RTSP streams. This value "
@@ -5417,6 +5225,12 @@ msgstr ""
 msgid "TCP input"
 msgstr ""
 
+#: modules/access/udp.c:44 modules/access_output/udp.c:77
+msgid ""
+"Allows you to modify the default caching value for UDP streams. This value "
+"should be set in millisecond units."
+msgstr ""
+
 #: modules/access/udp.c:47
 msgid "Autodetection of MTU"
 msgstr ""
@@ -5660,83 +5474,269 @@ msgstr ""
 msgid "type"
 msgstr ""
 
-#: modules/access/vcdx/info.c:139
-msgid "end"
+#: 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: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 "Allows you to specify the directory where the record will be stored"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:44
+msgid "Timeshift granularity"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:45
+msgid "Size of the temporary files use to store the timeshifted stream."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:47
+msgid "Timeshift directory"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:48
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
+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:60
+msgid "Append to file"
+msgstr ""
+
+#: modules/access_output/file.c:61
+msgid "Append to file if it exists instead of replacing it."
+msgstr ""
+
+#: modules/access_output/file.c:65
+msgid "File stream output"
+msgstr ""
+
+#: modules/access_output/http.c:60
+msgid "Username"
+msgstr ""
+
+#: modules/access_output/http.c:61
+msgid ""
+"Allows you to give a user name that will be requested to access the stream."
+msgstr ""
+
+#: modules/access_output/http.c:64
+msgid ""
+"Allows you to give a 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 "Allows you to give the mime returned by the server."
+msgstr ""
+
+#: modules/access_output/http.c:70
+msgid ""
+"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
+"stream output"
+msgstr ""
+
+#: modules/access_output/http.c:73
+msgid ""
+"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:77
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used by the HTTP/SSL stream output. Leave empty if you "
+"don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:82
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:85
+msgid "Advertise with Bonjour"
 msgstr ""
 
-#: modules/access/vcdx/info.c:142
-msgid "play list"
-msgstr "Tièra de lectura"
+#: modules/access_output/http.c:86
+msgid "Advertise the stream with the Bonjour protocol"
+msgstr ""
 
-#: modules/access/vcdx/info.c:153
-msgid "extended selection list"
+#: modules/access_output/http.c:90
+msgid "HTTP stream output"
 msgstr ""
 
-#: modules/access/vcdx/info.c:154
-msgid "selection list"
+#: modules/access_output/http.c:92 modules/control/http/http.c:58
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
 msgstr ""
 
-#: modules/access/vcdx/info.c:166
-msgid "unknown type"
+#: modules/access_output/shout.c:58
+msgid "Stream-name"
 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:59
+msgid "The name this stream/channel will get on the icecast server."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:95
-msgid "(Super) Video CD"
+#: modules/access_output/shout.c:61
+msgid "Stream-description"
 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:62
+msgid "A description of the stream content. (Information about your channel)."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:97
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
+#: modules/access_output/shout.c:65
+msgid "Stream MP3"
 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:66
+msgid ""
+"Normally you have to feed the shoutcast module with Ogg streams. This option "
+"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
+"the icecast server."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
+#: modules/access_output/shout.c:71
+msgid "libshout (icecast) output"
 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:80 modules/gui/macosx/wizard.m:441
+#: modules/gui/macosx/wizard.m:1782
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
+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 "Allows you to define the 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. This allows "
+"you to give the number of packets that will be sent at a time. It helps "
+"reducing the scheduling load on heavily-loaded systems."
 msgstr ""
 
-#: 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."
+"If you enable this option, packets will be sent directly, without trying to "
+"fill the MTU (ie, without trying to make the biggest possible packets in "
+"order to improve streaming)."
 msgstr ""
 
-#: 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
@@ -9520,7 +9520,7 @@ msgstr "Lèu endavant"
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:274
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:283
 #: modules/gui/wxwidgets/interface.cpp:669
-#: modules/gui/wxwidgets/interface.cpp:1193
+#: modules/gui/wxwidgets/interface.cpp:1195
 #: modules/gui/wxwidgets/menus.cpp:294 modules/gui/wxwidgets/menus.cpp:308
 msgid "Play"
 msgstr "Legir"
@@ -9529,7 +9529,7 @@ msgstr "Legir"
 #: modules/gui/macosx/intf.m:1305 modules/gui/macosx/intf.m:1306
 #: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
 #: modules/gui/wxwidgets/interface.cpp:670
-#: modules/gui/wxwidgets/interface.cpp:1187
+#: modules/gui/wxwidgets/interface.cpp:1189
 #: modules/gui/wxwidgets/menus.cpp:296 modules/visualization/xosd.c:240
 msgid "Pause"
 msgstr "Pausa"
@@ -9721,7 +9721,7 @@ msgstr "Amagar autris"
 msgid "Show All"
 msgstr "Tot vèire"
 
-#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1465
+#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1467
 msgid "Quit VLC"
 msgstr "Quitar VLC"
 
@@ -9803,7 +9803,7 @@ msgid "Extended Controls"
 msgstr ""
 
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:606
-#: modules/gui/macosx/playlistinfo.m:54 modules/gui/macosx/playlist.m:483
+#: modules/gui/macosx/playlist.m:483 modules/gui/macosx/playlistinfo.m:54
 #, fuzzy
 msgid "Information"
 msgstr "Mai d'Opcions"
@@ -10157,6 +10157,73 @@ msgstr ""
 msgid "Save File"
 msgstr "Salvar fichièr"
 
+#: modules/gui/macosx/playlist.m:478
+msgid "Save Playlist..."
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
+#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
+msgid "Delete"
+msgstr "Suprimir"
+
+#: modules/gui/macosx/playlist.m:481
+msgid "Expand Node"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:484
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
+msgid "Preparse"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:485
+msgid "Sort Node by Name"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:486
+msgid "Sort Node by Author"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
+msgid "No items in the playlist"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:493
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
+msgid "Search"
+msgstr "Cercar"
+
+#: modules/gui/macosx/playlist.m:495
+msgid "Search in Playlist"
+msgstr "Cercar dins la Tièra de Lectura"
+
+#: modules/gui/macosx/playlist.m:496
+msgid "Standard Play"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:499
+msgid "Add Folder to Playlist"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:745
+msgid "Save Playlist"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:1489
+msgid "Empty Folder"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:1514
+#, c-format
+msgid "%i items in the playlist"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:1524
+msgid "1 item in the playlist"
+msgstr ""
+
 #: modules/gui/macosx/playlistinfo.m:55
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:585
@@ -10239,73 +10306,6 @@ msgstr ""
 msgid "Info"
 msgstr ""
 
-#: modules/gui/macosx/playlist.m:478
-msgid "Save Playlist..."
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
-msgid "Delete"
-msgstr "Suprimir"
-
-#: modules/gui/macosx/playlist.m:481
-msgid "Expand Node"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:484
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
-msgid "Preparse"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:485
-msgid "Sort Node by Name"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:486
-msgid "Sort Node by Author"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
-msgid "No items in the playlist"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:493
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
-msgid "Search"
-msgstr "Cercar"
-
-#: modules/gui/macosx/playlist.m:495
-msgid "Search in Playlist"
-msgstr "Cercar dins la Tièra de Lectura"
-
-#: modules/gui/macosx/playlist.m:496
-msgid "Standard Play"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:499
-msgid "Add Folder to Playlist"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:745
-msgid "Save Playlist"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:1489
-msgid "Empty Folder"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:1514
-#, c-format
-msgid "%i items in the playlist"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:1524
-msgid "1 item in the playlist"
-msgstr ""
-
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:212
 msgid "Reset All"
@@ -11614,21 +11614,21 @@ msgid ""
 "\n"
 msgstr ""
 
-#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:918
+#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:920
 msgid ""
 "(c) 1996-2006 - the VideoLAN Team\n"
 "\n"
 msgstr ""
 
-#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:919
+#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:921
 msgid "Compiled by "
 msgstr ""
 
-#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:921
+#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:923
 msgid "Compiler: "
 msgstr ""
 
-#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:923
+#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:925
 msgid "Based on SVN revision: "
 msgstr ""
 
@@ -12009,7 +12009,8 @@ msgstr ""
 msgid "Can't save"
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413 modules/misc/freetype.c:100
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413
+#: modules/gui/wxwidgets/wxwidgets.cpp:111 modules/misc/freetype.c:100
 #: modules/misc/win32text.c:71
 msgid "Normal"
 msgstr ""
@@ -12430,8 +12431,8 @@ msgstr "&Ajuda"
 
 #: modules/gui/wxwidgets/interface.cpp:672
 #, fuzzy
-msgid "Small playlist"
-msgstr "Salvar tièra de lectura"
+msgid "Embedded playlist"
+msgstr "Dobrir tièra de lectura"
 
 #: modules/gui/wxwidgets/interface.cpp:673
 msgid "Previous playlist item"
@@ -12449,37 +12450,37 @@ msgstr "Mai lent"
 msgid "Play faster"
 msgstr "Mai viste"
 
-#: modules/gui/wxwidgets/interface.cpp:859
+#: modules/gui/wxwidgets/interface.cpp:861
 msgid "Extended &GUI\tCtrl-G"
 msgstr "Espandit &GUI\tCtrl-G"
 
-#: modules/gui/wxwidgets/interface.cpp:862
+#: modules/gui/wxwidgets/interface.cpp:864
 msgid "&Bookmarks...\tCtrl-B"
 msgstr "Favorits...\tCtrl-B"
 
-#: modules/gui/wxwidgets/interface.cpp:864
+#: modules/gui/wxwidgets/interface.cpp:866
 msgid "Preference&s...\tCtrl-S"
 msgstr "Pref&eréncias...\tCtrl-S"
 
-#: modules/gui/wxwidgets/interface.cpp:917
+#: modules/gui/wxwidgets/interface.cpp:919
 msgid ""
 " (wxWidgets interface)\n"
 "\n"
 msgstr ""
 
-#: modules/gui/wxwidgets/interface.cpp:930
+#: modules/gui/wxwidgets/interface.cpp:932
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
 "\n"
 msgstr ""
 
-#: modules/gui/wxwidgets/interface.cpp:933
+#: modules/gui/wxwidgets/interface.cpp:935
 #, c-format
 msgid "About %s"
 msgstr ""
 
-#: modules/gui/wxwidgets/interface.cpp:1476
+#: modules/gui/wxwidgets/interface.cpp:1478
 msgid "Show/Hide interface"
 msgstr ""
 
@@ -12611,11 +12612,32 @@ msgstr ""
 msgid "Show systray icon"
 msgstr ""
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:110
+#: modules/gui/wxwidgets/wxwidgets.cpp:103
+#, fuzzy
+msgid "Playlist view"
+msgstr "Tièra de lectura"
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:104
+msgid ""
+"There are two possible playlist views in the interface : the normal playlist "
+"(separate window), or an embedded playlist (within the main interface, but "
+"with less features. You can select which one will be available on the "
+"toolbar (or both)."
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:111
+msgid "Embedded"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:112
+msgid "Both"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:121
 msgid "wxWidgets interface module"
 msgstr ""
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:152
+#: modules/gui/wxwidgets/wxwidgets.cpp:166
 msgid "wxWidgets dialogs provider"
 msgstr ""
 
@@ -12944,10 +12966,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 ""
@@ -12964,6 +12982,10 @@ msgstr ""
 msgid "MMX EXT memcpy"
 msgstr ""
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr ""
+
 #: modules/misc/msn.c:63
 msgid "MSN Title format string"
 msgstr ""
@@ -15458,6 +15480,10 @@ msgstr ""
 msgid "XOSD interface"
 msgstr "Interfàcia XOSD"
 
+#, fuzzy
+#~ msgid "Small playlist"
+#~ msgstr "Salvar tièra de lectura"
+
 #, fuzzy
 #~ msgid "VC-1 decoder module"
 #~ msgstr "Module de filtre video"
index 261d6e14a160f8975e8f5b565e38f31d6d96159d..0ab7771c26a956c09522e1f573dd9ca833d947e5 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: pt_BR\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-03-12 17:26+0000\n"
+"POT-Creation-Date: 2006-03-14 21:08+0100\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:578
+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"
@@ -486,9 +498,9 @@ msgstr ""
 "janela do dos, vá para o diretório onde instalou o VLC e execute \"vlc -I "
 "wxwin\"\n"
 
-#: include/vlc_meta.h:28 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225 modules/misc/growl.c:168
+#: include/vlc_meta.h:28 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298 modules/misc/growl.c:168
 #: modules/misc/growl.c:171
 #, fuzzy
 msgid "Meta-information"
@@ -503,15 +515,15 @@ msgstr "Alvo de destino:"
 msgid "Title"
 msgstr "Título"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:57
-#: modules/gui/macosx/playlist.m:133 modules/gui/macosx/wizard.m:392
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:133
+#: modules/gui/macosx/playlistinfo.m:57 modules/gui/macosx/wizard.m:392
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:51
 msgid "Author"
 msgstr "Autor"
 
-#: include/vlc_meta.h:31 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225
+#: include/vlc_meta.h:31 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298
 msgid "Artist"
 msgstr "Artista"
 
@@ -668,18 +680,6 @@ msgstr "Nome do Codec"
 msgid "Codec Description"
 msgstr "Descrição do Codec"
 
-#: include/vlc/vlc.h:578
-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/input.c:80 src/audio_output/input.c:126
 #: src/input/es_out.c:361 src/libvlc.h:365 src/video_output/video_output.c:379
 #: modules/codec/ffmpeg/postprocess.c:94
@@ -2994,7 +2994,7 @@ 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:856 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:81
-#: modules/gui/wxwidgets/interface.cpp:1467
+#: modules/gui/wxwidgets/interface.cpp:1469
 msgid "Play/Pause"
 msgstr "Tocar/Pausar"
 
@@ -3040,7 +3040,7 @@ msgstr "Selecione o atalho a ser usado para tocar em câmera lenta."
 #: modules/gui/macosx/controls.m:646 modules/gui/macosx/intf.m:476
 #: modules/gui/macosx/intf.m:521 modules/gui/macosx/intf.m:592
 #: modules/gui/macosx/wizard.m:313 modules/gui/macosx/wizard.m:364
-#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1472
+#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1474
 #: modules/gui/wxwidgets/menus.cpp:289
 msgid "Next"
 msgstr "Próximo"
@@ -3054,7 +3054,7 @@ msgstr ""
 #: src/libvlc.h:868 modules/control/hotkeys.c:628
 #: modules/gui/macosx/controls.m:645 modules/gui/macosx/intf.m:471
 #: modules/gui/macosx/intf.m:520 modules/gui/macosx/intf.m:593
-#: modules/gui/wxwidgets/interface.cpp:1471
+#: modules/gui/wxwidgets/interface.cpp:1473
 #: modules/gui/wxwidgets/menus.cpp:288
 msgid "Previous"
 msgstr "Anterior"
@@ -3071,7 +3071,7 @@ msgstr ""
 #: modules/gui/pda/pda_interface.c:275
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:86
 #: modules/gui/wxwidgets/interface.cpp:668
-#: modules/gui/wxwidgets/interface.cpp:1473
+#: modules/gui/wxwidgets/interface.cpp:1475
 #: modules/gui/wxwidgets/menus.cpp:287 modules/visualization/xosd.c:235
 msgid "Stop"
 msgstr "Parar"
@@ -4519,7 +4519,7 @@ msgid "Aspect-ratio"
 msgstr "Proporção de Aspecto"
 
 #: modules/access/cdda.c:52 modules/access/dshow/dshow.cpp:79
-#: modules/access/dvb/access.c:71 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:71
 #: modules/access/dvdnav.c:63 modules/access/dvdread.c:61
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:42
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -5095,6 +5095,23 @@ msgstr "Atualizar a lista"
 msgid "Configure"
 msgstr "Configurar"
 
+#: modules/access/dv.c:70 modules/access/file.c:82
+#, fuzzy
+msgid ""
+"Allows you to modify the default caching value for file streams. This value "
+"should be set in millisecond units."
+msgstr ""
+"Permite que você modifique o valor padrão de cache para streams de vídeo. "
+"Este valor deverá ser ajustado em unidades de milisegundos."
+
+#: modules/access/dv.c:74
+msgid "Digital Video (Firewire/ieee1394)  input"
+msgstr ""
+
+#: modules/access/dv.c:75
+msgid "dv"
+msgstr ""
+
 #: modules/access/dvb/access.c:73
 #, fuzzy
 msgid ""
@@ -5350,23 +5367,6 @@ msgstr "Módulo de entrada DVB com suporte a v4l2"
 msgid "HTTP server"
 msgstr "Nome de uruário HTTP"
 
-#: modules/access/dv.c:70 modules/access/file.c:82
-#, fuzzy
-msgid ""
-"Allows you to modify the default caching value for file streams. This value "
-"should be set in millisecond units."
-msgstr ""
-"Permite que você modifique o valor padrão de cache para streams de vídeo. "
-"Este valor deverá ser ajustado em unidades de milisegundos."
-
-#: modules/access/dv.c:74
-msgid "Digital Video (Firewire/ieee1394)  input"
-msgstr ""
-
-#: modules/access/dv.c:75
-msgid "dv"
-msgstr ""
-
 #: modules/access/dvdnav.c:59 modules/access/dvdread.c:57
 msgid "DVD angle"
 msgstr ""
@@ -5544,40 +5544,6 @@ msgstr "Entrada de arquivo de sistema de arquivo padrão"
 msgid "File"
 msgstr "Arquivo"
 
-#: modules/access_filter/record.c:43
-#, fuzzy
-msgid "Record directory"
-msgstr "Diretório fonte"
-
-#: modules/access_filter/record.c:45
-#, fuzzy
-msgid "Allows you to specify the 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:45
-msgid "Size of the temporary files use to store the timeshifted stream."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:47
-#, fuzzy
-msgid "Timeshift directory"
-msgstr "Selecione um arquivo ou diretório"
-
-#: modules/access_filter/timeshift.c:48
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
-#, fuzzy
-msgid "Timeshift"
-msgstr "Posição de início"
-
 #: modules/access/ftp.c:44
 #, fuzzy
 msgid ""
@@ -5722,195 +5688,6 @@ msgstr ""
 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:60
-#, fuzzy
-msgid "Append to file"
-msgstr "Abre um arquivo"
-
-#: modules/access_output/file.c:61
-msgid "Append to file if it exists instead of replacing it."
-msgstr ""
-
-#: modules/access_output/file.c:65
-#, fuzzy
-msgid "File stream output"
-msgstr "Stream de arquivo de saída"
-
-#: modules/access_output/http.c:60
-#, fuzzy
-msgid "Username"
-msgstr "Nome de usuário FTP"
-
-#: modules/access_output/http.c:61
-#, fuzzy
-msgid ""
-"Allows you to give a user name that will be requested to access the stream."
-msgstr ""
-"Permite que você modifique o nome de usuário que será usado para a conexão."
-
-#: modules/access_output/http.c:64
-#, fuzzy
-msgid ""
-"Allows you to give a password that will be requested to access the stream."
-msgstr "Permite que você modifique a senha que será usada na a conexão."
-
-#: modules/access_output/http.c:66
-#, fuzzy
-msgid "Mime"
-msgstr "Tempo"
-
-#: modules/access_output/http.c:67
-#, fuzzy
-msgid "Allows you to give the mime returned by the server."
-msgstr ""
-"Permite que você modifique o nome de usuário que será usado para a conexão."
-
-#: modules/access_output/http.c:70
-msgid ""
-"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
-"stream output"
-msgstr ""
-
-#: modules/access_output/http.c:73
-msgid ""
-"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:77
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used by the HTTP/SSL stream output. Leave empty if you "
-"don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:82
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:85
-msgid "Advertise with Bonjour"
-msgstr ""
-
-#: modules/access_output/http.c:86
-msgid "Advertise the stream with the Bonjour protocol"
-msgstr ""
-
-#: modules/access_output/http.c:90
-#, fuzzy
-msgid "HTTP stream output"
-msgstr "Stream Http de saída"
-
-#: modules/access_output/http.c:92 modules/control/http/http.c:58
-#: 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 "The name this stream/channel will get on the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:61
-#, fuzzy
-msgid "Stream-description"
-msgstr "Descrição do Codec"
-
-#: modules/access_output/shout.c:62
-msgid "A description of the stream content. (Information about your channel)."
-msgstr ""
-
-#: modules/access_output/shout.c:65
-#, fuzzy
-msgid "Stream MP3"
-msgstr "Stream"
-
-#: modules/access_output/shout.c:66
-msgid ""
-"Normally you have to feed the shoutcast module with Ogg streams. This option "
-"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
-"the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:71
-msgid "libshout (icecast) output"
-msgstr ""
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:40
-#: modules/demux/livedotcom.cpp:61
-msgid "Caching value (ms)"
-msgstr "Valor de cache (ms)"
-
-#: modules/access_output/udp.c:77 modules/access/udp.c:44
-#, fuzzy
-msgid ""
-"Allows you to modify the default caching value for UDP streams. This value "
-"should be set in millisecond units."
-msgstr ""
-"Permite que você modifique os valores padrão de cache para streams CDDA. "
-"Este valor deverá ser ajustado em unidades de milisegundos"
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:441
-#: modules/gui/macosx/wizard.m:1782
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
-#, fuzzy
-msgid "Time-To-Live (TTL)"
-msgstr "Tempo De Vida (TTL):"
-
-#: modules/access_output/udp.c:81
-#, fuzzy
-msgid "Allows you to define the Time-To-Live of the outgoing stream."
-msgstr ""
-"Permite que você modifique o nome de usuário que será usado para a conexão."
-
-#: 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. This allows "
-"you to give the number of packets that will be sent at a time. It helps "
-"reducing the scheduling load on heavily-loaded systems."
-msgstr ""
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr ""
-
-#: modules/access_output/udp.c:91
-msgid ""
-"If you enable this option, packets will be sent directly, without trying to "
-"fill the MTU (ie, without trying to make the biggest possible packets in "
-"order to improve streaming)."
-msgstr ""
-
-#: 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/pvr.c:48
 #, fuzzy
 msgid ""
@@ -6029,7 +5806,7 @@ msgid ""
 msgstr ""
 
 #: modules/access/pvr/pvr.c:96 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1337
+#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1339
 msgid "Volume"
 msgstr "Volume"
 
@@ -6081,6 +5858,11 @@ msgstr "PVR"
 msgid "MPEG Encoding cards input (with ivtv drivers)"
 msgstr "Entrada de placa Codificadora de MPEG (com drivers ivtv)"
 
+#: modules/access/rtsp/access.c:40 modules/access_output/udp.c:75
+#: modules/demux/livedotcom.cpp:61
+msgid "Caching value (ms)"
+msgstr "Valor de cache (ms)"
+
 #: modules/access/rtsp/access.c:42 modules/demux/livedotcom.cpp:63
 #, fuzzy
 msgid ""
@@ -6183,6 +5965,15 @@ msgstr "CPU"
 msgid "TCP input"
 msgstr "Entrada TCP"
 
+#: modules/access/udp.c:44 modules/access_output/udp.c:77
+#, fuzzy
+msgid ""
+"Allows you to modify the default caching value for UDP streams. This value "
+"should be set in millisecond units."
+msgstr ""
+"Permite que você modifique os valores padrão de cache para streams CDDA. "
+"Este valor deverá ser ajustado em unidades de milisegundos"
+
 #: modules/access/udp.c:47
 msgid "Autodetection of MTU"
 msgstr ""
@@ -6496,53 +6287,262 @@ msgstr "Entrada de Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) "
 msgid "vcdx://[device-or-file][@{P,S,T}num]"
 msgstr "vcdx:[disp-ou-arquivo][@{P,S,T}num]"
 
-#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+#: 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 "Allows you to specify the 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:45
+msgid "Size of the temporary files use to store the timeshifted stream."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:47
+#, fuzzy
+msgid "Timeshift directory"
+msgstr "Selecione um arquivo ou diretório"
+
+#: modules/access_filter/timeshift.c:48
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
+#, 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:60
+#, fuzzy
+msgid "Append to file"
+msgstr "Abre um arquivo"
+
+#: modules/access_output/file.c:61
+msgid "Append to file if it exists instead of replacing it."
+msgstr ""
+
+#: modules/access_output/file.c:65
+#, fuzzy
+msgid "File stream output"
+msgstr "Stream de arquivo de saída"
+
+#: modules/access_output/http.c:60
+#, fuzzy
+msgid "Username"
+msgstr "Nome de usuário FTP"
+
+#: modules/access_output/http.c:61
+#, fuzzy
+msgid ""
+"Allows you to give a user name that will be requested to access the stream."
+msgstr ""
+"Permite que você modifique o nome de usuário que será usado para a conexão."
+
+#: modules/access_output/http.c:64
+#, fuzzy
+msgid ""
+"Allows you to give a password that will be requested to access the stream."
+msgstr "Permite que você modifique a senha que será usada na a conexão."
+
+#: modules/access_output/http.c:66
+#, fuzzy
+msgid "Mime"
+msgstr "Tempo"
+
+#: modules/access_output/http.c:67
+#, fuzzy
+msgid "Allows you to give the mime returned by the server."
+msgstr ""
+"Permite que você modifique o nome de usuário que será usado para a conexão."
+
+#: modules/access_output/http.c:70
+msgid ""
+"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
+"stream output"
+msgstr ""
+
+#: modules/access_output/http.c:73
+msgid ""
+"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:77
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used by the HTTP/SSL stream output. Leave empty if you "
+"don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:82
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:85
+msgid "Advertise with Bonjour"
+msgstr ""
+
+#: modules/access_output/http.c:86
+msgid "Advertise the stream with the Bonjour protocol"
+msgstr ""
+
+#: modules/access_output/http.c:90
+#, fuzzy
+msgid "HTTP stream output"
+msgstr "Stream Http de saída"
+
+#: modules/access_output/http.c:92 modules/control/http/http.c:58
+#: 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 "The name this stream/channel will get on the icecast server."
+msgstr ""
+
+#: modules/access_output/shout.c:61
 #, fuzzy
-msgid "Number of CD blocks to get in a single read."
-msgstr "Número de streams"
+msgid "Stream-description"
+msgstr "Descrição do Codec"
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
-msgstr "Usar controle de reprodução?"
+#: modules/access_output/shout.c:62
+msgid "A description of the stream content. (Information about your channel)."
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/shout.c:65
+#, fuzzy
+msgid "Stream MP3"
+msgstr "Stream"
+
+#: modules/access_output/shout.c:66
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Normally you have to feed the shoutcast module with Ogg streams. This option "
+"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
+"the icecast server."
 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?"
+#: modules/access_output/shout.c:71
+msgid "libshout (icecast) output"
 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."
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:441
+#: modules/gui/macosx/wizard.m:1782
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
+#, fuzzy
+msgid "Time-To-Live (TTL)"
+msgstr "Tempo De Vida (TTL):"
+
+#: modules/access_output/udp.c:81
+#, fuzzy
+msgid "Allows you to define the Time-To-Live of the outgoing stream."
 msgstr ""
+"Permite que você modifique o nome de usuário que será usado para a conexão."
 
-#: modules/access/vcdx/vcd.c:129
+#: modules/access_output/udp.c:84
 #, fuzzy
-msgid "Show extended VCD info?"
-msgstr "Mostrar a GUI extendida"
+msgid "Group packets"
+msgstr "Copiar packetizer"
 
-#: modules/access/vcdx/vcd.c:130
+#: 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. This allows "
+"you to give the number of packets that will be sent at a time. It helps "
+"reducing the scheduling load on heavily-loaded systems."
 msgstr ""
 
-#: 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_output/udp.c:90
+msgid "Raw write"
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:143
+#: modules/access_output/udp.c:91
+msgid ""
+"If you enable this option, packets will be sent directly, without trying to "
+"fill the MTU (ie, without trying to make the biggest possible packets in "
+"order to improve streaming)."
+msgstr ""
+
+#: modules/access_output/udp.c:97
 #, fuzzy
-msgid "Format to use in the playlist's \"title\" field."
-msgstr "Formato a ser usado no campo \"title\" da lista de reprodução"
+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/audio_filter/channel_mixer/dolby.c:47
 msgid "Simple decoder for dolby surround encoded streams"
@@ -10640,7 +10640,7 @@ msgstr "Avançar Rápido"
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:274
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:283
 #: modules/gui/wxwidgets/interface.cpp:669
-#: modules/gui/wxwidgets/interface.cpp:1193
+#: modules/gui/wxwidgets/interface.cpp:1195
 #: modules/gui/wxwidgets/menus.cpp:294 modules/gui/wxwidgets/menus.cpp:308
 msgid "Play"
 msgstr "Tocar"
@@ -10649,7 +10649,7 @@ msgstr "Tocar"
 #: modules/gui/macosx/intf.m:1305 modules/gui/macosx/intf.m:1306
 #: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
 #: modules/gui/wxwidgets/interface.cpp:670
-#: modules/gui/wxwidgets/interface.cpp:1187
+#: modules/gui/wxwidgets/interface.cpp:1189
 #: modules/gui/wxwidgets/menus.cpp:296 modules/visualization/xosd.c:240
 msgid "Pause"
 msgstr "Pausar"
@@ -10855,7 +10855,7 @@ msgstr "Esconder Outros"
 msgid "Show All"
 msgstr "Mostrar Tudo"
 
-#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1465
+#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1467
 msgid "Quit VLC"
 msgstr "Sair do VLC"
 
@@ -10940,7 +10940,7 @@ msgid "Extended Controls"
 msgstr "Interface &Extendida"
 
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:606
-#: modules/gui/macosx/playlistinfo.m:54 modules/gui/macosx/playlist.m:483
+#: modules/gui/macosx/playlist.m:483 modules/gui/macosx/playlistinfo.m:54
 #, fuzzy
 msgid "Information"
 msgstr "imprimir informações de versão"
@@ -11315,6 +11315,80 @@ msgstr "UDP"
 msgid "Save File"
 msgstr "Salvar Arquivo"
 
+#: modules/gui/macosx/playlist.m:478
+msgid "Save Playlist..."
+msgstr "Salvar Lista de Reprodução..."
+
+#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
+#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
+msgid "Delete"
+msgstr "Apagar"
+
+#: modules/gui/macosx/playlist.m:481
+msgid "Expand Node"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:484
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
+#, fuzzy
+msgid "Preparse"
+msgstr "Preparador"
+
+#: modules/gui/macosx/playlist.m:485
+#, fuzzy
+msgid "Sort Node by Name"
+msgstr "Org. por Nome"
+
+#: modules/gui/macosx/playlist.m:486
+#, fuzzy
+msgid "Sort Node by Author"
+msgstr "Org. por &Autor"
+
+#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
+#, fuzzy
+msgid "No items in the playlist"
+msgstr "%i ítens na lista de reprodução"
+
+#: modules/gui/macosx/playlist.m:493
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
+msgid "Search"
+msgstr "Procurar"
+
+#: modules/gui/macosx/playlist.m:495
+#, fuzzy
+msgid "Search in Playlist"
+msgstr "Abrir Lista de Reprodução"
+
+#: modules/gui/macosx/playlist.m:496
+msgid "Standard Play"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:499
+#, fuzzy
+msgid "Add Folder to Playlist"
+msgstr "Adicionar à Lista de reprodução"
+
+#: modules/gui/macosx/playlist.m:745
+msgid "Save Playlist"
+msgstr "Salvar Lista de Reprodução"
+
+#: modules/gui/macosx/playlist.m:1489
+msgid "Empty Folder"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:1514
+#, fuzzy, c-format
+msgid "%i items in the playlist"
+msgstr "%i ítens na lista de reprodução"
+
+#: modules/gui/macosx/playlist.m:1524
+#, fuzzy
+msgid "1 item in the playlist"
+msgstr "%i ítens na lista de reprodução"
+
 #: modules/gui/macosx/playlistinfo.m:55
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:585
@@ -11402,80 +11476,6 @@ msgstr ""
 msgid "Info"
 msgstr "Info"
 
-#: modules/gui/macosx/playlist.m:478
-msgid "Save Playlist..."
-msgstr "Salvar Lista de Reprodução..."
-
-#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
-msgid "Delete"
-msgstr "Apagar"
-
-#: modules/gui/macosx/playlist.m:481
-msgid "Expand Node"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:484
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
-#, fuzzy
-msgid "Preparse"
-msgstr "Preparador"
-
-#: modules/gui/macosx/playlist.m:485
-#, fuzzy
-msgid "Sort Node by Name"
-msgstr "Org. por Nome"
-
-#: modules/gui/macosx/playlist.m:486
-#, fuzzy
-msgid "Sort Node by Author"
-msgstr "Org. por &Autor"
-
-#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
-#, fuzzy
-msgid "No items in the playlist"
-msgstr "%i ítens na lista de reprodução"
-
-#: modules/gui/macosx/playlist.m:493
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
-msgid "Search"
-msgstr "Procurar"
-
-#: modules/gui/macosx/playlist.m:495
-#, fuzzy
-msgid "Search in Playlist"
-msgstr "Abrir Lista de Reprodução"
-
-#: modules/gui/macosx/playlist.m:496
-msgid "Standard Play"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:499
-#, fuzzy
-msgid "Add Folder to Playlist"
-msgstr "Adicionar à Lista de reprodução"
-
-#: modules/gui/macosx/playlist.m:745
-msgid "Save Playlist"
-msgstr "Salvar Lista de Reprodução"
-
-#: modules/gui/macosx/playlist.m:1489
-msgid "Empty Folder"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:1514
-#, fuzzy, c-format
-msgid "%i items in the playlist"
-msgstr "%i ítens na lista de reprodução"
-
-#: modules/gui/macosx/playlist.m:1524
-#, fuzzy
-msgid "1 item in the playlist"
-msgstr "%i ítens na lista de reprodução"
-
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:212
 msgid "Reset All"
@@ -12864,7 +12864,7 @@ msgstr ""
 " (Interface wxWindows)\n"
 "\n"
 
-#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:918
+#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:920
 #, fuzzy
 msgid ""
 "(c) 1996-2006 - the VideoLAN Team\n"
@@ -12873,17 +12873,17 @@ msgstr ""
 "(C) 1996-2004 - o Time VideoLAN\n"
 "\n"
 
-#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:919
+#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:921
 #, fuzzy
 msgid "Compiled by "
 msgstr "Comédia"
 
-#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:921
+#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:923
 #, fuzzy
 msgid "Compiler: "
 msgstr "Erro: %s\n"
 
-#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:923
+#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:925
 msgid "Based on SVN revision: "
 msgstr ""
 
@@ -13293,7 +13293,8 @@ msgstr "Ítem da lista de reprodução"
 msgid "Can't save"
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413 modules/misc/freetype.c:100
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413
+#: modules/gui/wxwidgets/wxwidgets.cpp:111 modules/misc/freetype.c:100
 #: modules/misc/win32text.c:71
 msgid "Normal"
 msgstr "Normal"
@@ -13758,8 +13759,8 @@ msgstr "A&juda"
 
 #: modules/gui/wxwidgets/interface.cpp:672
 #, fuzzy
-msgid "Small playlist"
-msgstr "Salvar lista"
+msgid "Embedded playlist"
+msgstr "Abrir lista de reprodução"
 
 #: modules/gui/wxwidgets/interface.cpp:673
 msgid "Previous playlist item"
@@ -13777,22 +13778,22 @@ msgstr "Tocar mais devagar"
 msgid "Play faster"
 msgstr "Tocar mais rápido"
 
-#: modules/gui/wxwidgets/interface.cpp:859
+#: modules/gui/wxwidgets/interface.cpp:861
 #, fuzzy
 msgid "Extended &GUI\tCtrl-G"
 msgstr "Interface &Extendida"
 
-#: modules/gui/wxwidgets/interface.cpp:862
+#: modules/gui/wxwidgets/interface.cpp:864
 #, fuzzy
 msgid "&Bookmarks...\tCtrl-B"
 msgstr "Assistente de Streaming..."
 
-#: modules/gui/wxwidgets/interface.cpp:864
+#: modules/gui/wxwidgets/interface.cpp:866
 #, fuzzy
 msgid "Preference&s...\tCtrl-S"
 msgstr "Preferências..."
 
-#: modules/gui/wxwidgets/interface.cpp:917
+#: modules/gui/wxwidgets/interface.cpp:919
 #, fuzzy
 msgid ""
 " (wxWidgets interface)\n"
@@ -13801,7 +13802,7 @@ msgstr ""
 " (Interface wxWindows)\n"
 "\n"
 
-#: modules/gui/wxwidgets/interface.cpp:930
+#: modules/gui/wxwidgets/interface.cpp:932
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
@@ -13811,12 +13812,12 @@ msgstr ""
 "http://www.videolan.org/\n"
 "\n"
 
-#: modules/gui/wxwidgets/interface.cpp:933
+#: modules/gui/wxwidgets/interface.cpp:935
 #, c-format
 msgid "About %s"
 msgstr "Sobre %s"
 
-#: modules/gui/wxwidgets/interface.cpp:1476
+#: modules/gui/wxwidgets/interface.cpp:1478
 #, fuzzy
 msgid "Show/Hide interface"
 msgstr "Mostrar Interface"
@@ -13960,12 +13961,33 @@ msgstr ""
 msgid "Show systray icon"
 msgstr "Mostrar posição do stream"
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:110
+#: modules/gui/wxwidgets/wxwidgets.cpp:103
+#, fuzzy
+msgid "Playlist view"
+msgstr "Lista de reprodução"
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:104
+msgid ""
+"There are two possible playlist views in the interface : the normal playlist "
+"(separate window), or an embedded playlist (within the main interface, but "
+"with less features. You can select which one will be available on the "
+"toolbar (or both)."
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:111
+msgid "Embedded"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:112
+msgid "Both"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:121
 #, fuzzy
 msgid "wxWidgets interface module"
 msgstr "Módulo de interface wxWindows"
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:152
+#: modules/gui/wxwidgets/wxwidgets.cpp:166
 #, fuzzy
 msgid "wxWidgets dialogs provider"
 msgstr "Provedor de diálogos wxWindows"
@@ -14328,10 +14350,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"
@@ -14348,6 +14366,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:63
 msgid "MSN Title format string"
 msgstr ""
@@ -17178,6 +17200,10 @@ msgstr "Fonte usada para mostrar texto na saída xosd"
 msgid "XOSD interface"
 msgstr "Interface XOSD"
 
+#, fuzzy
+#~ msgid "Small playlist"
+#~ msgstr "Salvar lista"
+
 #, fuzzy
 #~ msgid "VC-1 decoder module"
 #~ msgstr "Módulo decodificador Tarkin"
index 739c2bed7afd18cbd52f11e9dd55fdda3978be3f..dce5bae5321a81b0f66833cc92963848821a77f5 100644 (file)
--- a/po/ro.po
+++ b/po/ro.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: vlc 0.8.3-svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-03-12 17:26+0000\n"
+"POT-Creation-Date: 2006-03-14 21:08+0100\n"
 "PO-Revision-Date: 2005-07-12 09:55+0200\n"
 "Last-Translator: Circo Radu Sorin <Circo.RaduSorin@gmail.com>\n"
 "Language-Team: \n"
@@ -16,6 +16,19 @@ msgstr ""
 "Content-Type: text/plain; charset=ASCII\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: include/vlc/vlc.h:578
+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"
@@ -491,9 +504,9 @@ msgstr ""
 "pentru comenzi DOS, mergeti in directorul unde ati instalat VLC si rulati "
 "comanda \" vlc-I wxwin\"\n"
 
-#: include/vlc_meta.h:28 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225 modules/misc/growl.c:168
+#: include/vlc_meta.h:28 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298 modules/misc/growl.c:168
 #: modules/misc/growl.c:171
 msgid "Meta-information"
 msgstr "Meta-informatie"
@@ -507,15 +520,15 @@ msgstr "Meta-informatie"
 msgid "Title"
 msgstr "Titlu"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:57
-#: modules/gui/macosx/playlist.m:133 modules/gui/macosx/wizard.m:392
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:133
+#: modules/gui/macosx/playlistinfo.m:57 modules/gui/macosx/wizard.m:392
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:51
 msgid "Author"
 msgstr "Autor"
 
-#: include/vlc_meta.h:31 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225
+#: include/vlc_meta.h:31 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298
 msgid "Artist"
 msgstr "Artist"
 
@@ -658,19 +671,6 @@ msgstr "Nume Codor"
 msgid "Codec Description"
 msgstr "Descriere Codor"
 
-#: include/vlc/vlc.h:578
-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/input.c:80 src/audio_output/input.c:126
 #: src/input/es_out.c:361 src/libvlc.h:365 src/video_output/video_output.c:379
 #: modules/codec/ffmpeg/postprocess.c:94
@@ -2965,7 +2965,7 @@ msgstr ""
 "Selecteaza hotkey folosit pentru a schimba starea afisari pe intregul ecran"
 
 #: src/libvlc.h:856 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:81
-#: modules/gui/wxwidgets/interface.cpp:1467
+#: modules/gui/wxwidgets/interface.cpp:1469
 msgid "Play/Pause"
 msgstr "Reda/Pauza"
 
@@ -3011,7 +3011,7 @@ msgstr "Selecteaza hotkey folosit pentru redare mai lenta"
 #: modules/gui/macosx/controls.m:646 modules/gui/macosx/intf.m:476
 #: modules/gui/macosx/intf.m:521 modules/gui/macosx/intf.m:592
 #: modules/gui/macosx/wizard.m:313 modules/gui/macosx/wizard.m:364
-#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1472
+#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1474
 #: modules/gui/wxwidgets/menus.cpp:289
 msgid "Next"
 msgstr "Urmatorul"
@@ -3024,7 +3024,7 @@ msgstr ""
 #: src/libvlc.h:868 modules/control/hotkeys.c:628
 #: modules/gui/macosx/controls.m:645 modules/gui/macosx/intf.m:471
 #: modules/gui/macosx/intf.m:520 modules/gui/macosx/intf.m:593
-#: modules/gui/wxwidgets/interface.cpp:1471
+#: modules/gui/wxwidgets/interface.cpp:1473
 #: modules/gui/wxwidgets/menus.cpp:288
 msgid "Previous"
 msgstr "Precedentul"
@@ -3039,7 +3039,7 @@ msgstr "Selecteaza hotkey folosit pentru a reda elementul precedent din lista."
 #: modules/gui/pda/pda_interface.c:275
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:86
 #: modules/gui/wxwidgets/interface.cpp:668
-#: modules/gui/wxwidgets/interface.cpp:1473
+#: modules/gui/wxwidgets/interface.cpp:1475
 #: modules/gui/wxwidgets/menus.cpp:287 modules/visualization/xosd.c:235
 msgid "Stop"
 msgstr "Stop"
@@ -4416,7 +4416,7 @@ msgid "Aspect-ratio"
 msgstr "Raport de aspect al sursei"
 
 #: modules/access/cdda.c:52 modules/access/dshow/dshow.cpp:79
-#: modules/access/dvb/access.c:71 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:71
 #: modules/access/dvdnav.c:63 modules/access/dvdread.c:61
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:42
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4983,6 +4983,20 @@ msgstr "Reimprospateaza lista"
 msgid "Configure"
 msgstr "Configureaza"
 
+#: modules/access/dv.c:70 modules/access/file.c:82
+msgid ""
+"Allows you to modify the default caching value for file streams. This value "
+"should be set in millisecond units."
+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:73
 msgid ""
 "Allows you to modify the default caching value for dvb streams. This value "
@@ -5219,20 +5233,6 @@ msgstr ""
 msgid "HTTP server"
 msgstr "Nume utilizator HTTP"
 
-#: modules/access/dv.c:70 modules/access/file.c:82
-msgid ""
-"Allows you to modify the default caching value for file streams. This value "
-"should be set in millisecond units."
-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:59 modules/access/dvdread.c:57
 msgid "DVD angle"
 msgstr ""
@@ -5378,38 +5378,6 @@ msgstr ""
 msgid "File"
 msgstr "Fisier"
 
-#: modules/access_filter/record.c:43
-msgid "Record directory"
-msgstr "Director pentru inregistrare"
-
-#: modules/access_filter/record.c:45
-msgid "Allows you to specify the 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:45
-#, fuzzy
-msgid "Size of the temporary files use to store the timeshifted stream."
-msgstr "Filtrele video sunt folosite pentru postprocesarea fluxului video"
-
-#: modules/access_filter/timeshift.c:47
-#, fuzzy
-msgid "Timeshift directory"
-msgstr "Directorul de instantanee video"
-
-#: modules/access_filter/timeshift.c:48
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
-msgid "Timeshift"
-msgstr "Deplasare timp"
-
 #: modules/access/ftp.c:44
 msgid ""
 "Allows you to modify the default caching value for FTP streams. This value "
@@ -5551,188 +5519,6 @@ msgstr ""
 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:60
-msgid "Append to file"
-msgstr ""
-
-#: modules/access_output/file.c:61
-msgid "Append to file if it exists instead of replacing it."
-msgstr ""
-
-#: modules/access_output/file.c:65
-msgid "File stream output"
-msgstr ""
-
-#: modules/access_output/http.c:60
-msgid "Username"
-msgstr "Nume utilizator"
-
-#: modules/access_output/http.c:61
-msgid ""
-"Allows you to give a 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:64
-msgid ""
-"Allows you to give a 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 "Allows you to give the mime returned by the server."
-msgstr ""
-
-#: modules/access_output/http.c:70
-msgid ""
-"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
-"stream output"
-msgstr ""
-"Calea spre certificatul x509 PEM care va fi folosit de fluxul de iesire HTTP/"
-"SSL"
-
-#: modules/access_output/http.c:73
-msgid ""
-"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
-"stream output. 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:77
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used by the HTTP/SSL stream output. Leave empty if you "
-"don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:82
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:85
-msgid "Advertise with Bonjour"
-msgstr ""
-
-#: modules/access_output/http.c:86
-msgid "Advertise the stream with the Bonjour protocol"
-msgstr ""
-
-#: modules/access_output/http.c:90
-msgid "HTTP stream output"
-msgstr "Flux iesire HTTp"
-
-#: modules/access_output/http.c:92 modules/control/http/http.c:58
-#: 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 "The name this stream/channel will get on the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:61
-#, fuzzy
-msgid "Stream-description"
-msgstr "Descriere"
-
-#: modules/access_output/shout.c:62
-msgid "A description of the stream content. (Information about your channel)."
-msgstr ""
-
-#: modules/access_output/shout.c:65
-#, fuzzy
-msgid "Stream MP3"
-msgstr "Flux"
-
-#: modules/access_output/shout.c:66
-msgid ""
-"Normally you have to feed the shoutcast module with Ogg streams. This option "
-"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
-"the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:71
-msgid "libshout (icecast) output"
-msgstr ""
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:40
-#: modules/demux/livedotcom.cpp:61
-msgid "Caching value (ms)"
-msgstr ""
-
-#: modules/access_output/udp.c:77 modules/access/udp.c:44
-msgid ""
-"Allows you to modify the default caching value for UDP streams. This value "
-"should be set in millisecond units."
-msgstr ""
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:441
-#: modules/gui/macosx/wizard.m:1782
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
-msgid "Time-To-Live (TTL)"
-msgstr ""
-
-#: modules/access_output/udp.c:81
-#, fuzzy
-msgid "Allows you to define the 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
-msgid ""
-"Packets can be sent one by one at the right time or by groups. This allows "
-"you to give the number of packets that will be sent at a time. It helps "
-"reducing the scheduling load on heavily-loaded systems."
-msgstr ""
-"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 ""
-"If you enable this option, packets will be sent directly, without trying to "
-"fill the MTU (ie, without trying to make the biggest possible packets in "
-"order to improve streaming)."
-msgstr ""
-
-#: 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/pvr.c:48
 msgid ""
 "Allows you to modify the default caching value for pvr streams. This value "
@@ -5847,7 +5633,7 @@ msgid ""
 msgstr ""
 
 #: modules/access/pvr/pvr.c:96 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1337
+#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1339
 msgid "Volume"
 msgstr "Volum"
 
@@ -5896,6 +5682,11 @@ msgstr "PVR"
 msgid "MPEG Encoding cards input (with ivtv drivers)"
 msgstr ""
 
+#: modules/access/rtsp/access.c:40 modules/access_output/udp.c:75
+#: modules/demux/livedotcom.cpp:61
+msgid "Caching value (ms)"
+msgstr ""
+
 #: modules/access/rtsp/access.c:42 modules/demux/livedotcom.cpp:63
 msgid ""
 "Allows you to modify the default caching value for RTSP streams. This value "
@@ -5979,6 +5770,12 @@ msgstr "TCP"
 msgid "TCP input"
 msgstr "Intrare TCP"
 
+#: modules/access/udp.c:44 modules/access_output/udp.c:77
+msgid ""
+"Allows you to modify the default caching value for UDP streams. This value "
+"should be set in millisecond units."
+msgstr ""
+
 #: modules/access/udp.c:47
 msgid "Autodetection of MTU"
 msgstr "Autodetectare a MTU"
@@ -6254,60 +6051,263 @@ msgstr "tip necunoscut"
 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: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: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
+msgid "Allows you to specify the 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:45
+#, fuzzy
+msgid "Size of the temporary files use to store the timeshifted stream."
+msgstr "Filtrele video sunt folosite pentru postprocesarea fluxului video"
+
+#: modules/access_filter/timeshift.c:47
+#, fuzzy
+msgid "Timeshift directory"
+msgstr "Directorul de instantanee video"
+
+#: modules/access_filter/timeshift.c:48
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
+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:60
+msgid "Append to file"
+msgstr ""
+
+#: modules/access_output/file.c:61
+msgid "Append to file if it exists instead of replacing it."
+msgstr ""
+
+#: modules/access_output/file.c:65
+msgid "File stream output"
+msgstr ""
+
+#: modules/access_output/http.c:60
+msgid "Username"
+msgstr "Nume utilizator"
+
+#: modules/access_output/http.c:61
+msgid ""
+"Allows you to give a 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:64
+msgid ""
+"Allows you to give a 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 "Allows you to give the mime returned by the server."
+msgstr ""
+
+#: modules/access_output/http.c:70
+msgid ""
+"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
+"stream output"
+msgstr ""
+"Calea spre certificatul x509 PEM care va fi folosit de fluxul de iesire HTTP/"
+"SSL"
+
+#: modules/access_output/http.c:73
+msgid ""
+"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
+"stream output. 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:77
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used by the HTTP/SSL stream output. Leave empty if you "
+"don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:82
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:85
+msgid "Advertise with Bonjour"
+msgstr ""
+
+#: modules/access_output/http.c:86
+msgid "Advertise the stream with the Bonjour protocol"
+msgstr ""
+
+#: modules/access_output/http.c:90
+msgid "HTTP stream output"
+msgstr "Flux iesire HTTp"
+
+#: modules/access_output/http.c:92 modules/control/http/http.c:58
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
+msgstr "HTTP"
 
-#: 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:58
+#, fuzzy
+msgid "Stream-name"
+msgstr "Flux"
 
-#: modules/access/vcdx/vcd.c:97
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
+#: modules/access_output/shout.c:59
+msgid "The name this stream/channel will get on the icecast server."
 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 "Numarul de blocuri de pe CD ce vor fi luate la o singura citire."
+#: modules/access_output/shout.c:61
+#, fuzzy
+msgid "Stream-description"
+msgstr "Descriere"
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
-msgstr "Folosesc control redare?"
+#: modules/access_output/shout.c:62
+msgid "A description of the stream content. (Information about your channel)."
+msgstr ""
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/shout.c:65
+#, fuzzy
+msgid "Stream MP3"
+msgstr "Flux"
+
+#: modules/access_output/shout.c:66
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Normally you have to feed the shoutcast module with Ogg streams. This option "
+"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
+"the icecast server."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:123
-msgid "Use track length as maximum unit in seek?"
+#: modules/access_output/shout.c:71
+msgid "libshout (icecast) output"
 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."
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:441
+#: modules/gui/macosx/wizard.m:1782
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
+msgid "Time-To-Live (TTL)"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:129
-msgid "Show extended VCD info?"
-msgstr ""
+#: modules/access_output/udp.c:81
+#, fuzzy
+msgid "Allows you to define the Time-To-Live of the outgoing stream."
+msgstr "Va permite sa specificati un  metadata \"data\" pentru o intrare"
 
-#: modules/access/vcdx/vcd.c:130
+#: modules/access_output/udp.c:84
+msgid "Group packets"
+msgstr "Grup pachete"
+
+#: 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. This allows "
+"you to give the number of packets that will be sent at a time. It helps "
+"reducing the scheduling load on heavily-loaded systems."
 msgstr ""
+"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: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 ""
+"If you enable this option, packets will be sent directly, without trying to "
+"fill the MTU (ie, without trying to make the biggest possible packets in "
+"order to improve streaming)."
 msgstr ""
 
+#: 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/audio_filter/channel_mixer/dolby.c:47
 msgid "Simple decoder for dolby surround encoded streams"
 msgstr ""
@@ -10152,7 +10152,7 @@ msgstr ""
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:274
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:283
 #: modules/gui/wxwidgets/interface.cpp:669
-#: modules/gui/wxwidgets/interface.cpp:1193
+#: modules/gui/wxwidgets/interface.cpp:1195
 #: modules/gui/wxwidgets/menus.cpp:294 modules/gui/wxwidgets/menus.cpp:308
 msgid "Play"
 msgstr ""
@@ -10161,7 +10161,7 @@ msgstr ""
 #: modules/gui/macosx/intf.m:1305 modules/gui/macosx/intf.m:1306
 #: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
 #: modules/gui/wxwidgets/interface.cpp:670
-#: modules/gui/wxwidgets/interface.cpp:1187
+#: modules/gui/wxwidgets/interface.cpp:1189
 #: modules/gui/wxwidgets/menus.cpp:296 modules/visualization/xosd.c:240
 msgid "Pause"
 msgstr ""
@@ -10357,7 +10357,7 @@ msgstr ""
 msgid "Show All"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1465
+#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1467
 msgid "Quit VLC"
 msgstr ""
 
@@ -10441,7 +10441,7 @@ msgid "Extended Controls"
 msgstr "lista selectie extinsa"
 
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:606
-#: modules/gui/macosx/playlistinfo.m:54 modules/gui/macosx/playlist.m:483
+#: modules/gui/macosx/playlist.m:483 modules/gui/macosx/playlistinfo.m:54
 #, fuzzy
 msgid "Information"
 msgstr "Meta-informatie"
@@ -10797,6 +10797,75 @@ msgstr ""
 msgid "Save File"
 msgstr ""
 
+#: modules/gui/macosx/playlist.m:478
+msgid "Save Playlist..."
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
+#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
+msgid "Delete"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:481
+msgid "Expand Node"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:484
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
+msgid "Preparse"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:485
+msgid "Sort Node by Name"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:486
+msgid "Sort Node by Author"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
+msgid "No items in the playlist"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:493
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
+msgid "Search"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:495
+#, fuzzy
+msgid "Search in Playlist"
+msgstr "Lista de redare"
+
+#: modules/gui/macosx/playlist.m:496
+msgid "Standard Play"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:499
+msgid "Add Folder to Playlist"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:745
+msgid "Save Playlist"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:1489
+msgid "Empty Folder"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:1514
+#, c-format
+msgid "%i items in the playlist"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:1524
+#, fuzzy
+msgid "1 item in the playlist"
+msgstr "Lista de redare"
+
 #: modules/gui/macosx/playlistinfo.m:55
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:585
@@ -10882,75 +10951,6 @@ msgstr ""
 msgid "Info"
 msgstr ""
 
-#: modules/gui/macosx/playlist.m:478
-msgid "Save Playlist..."
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
-msgid "Delete"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:481
-msgid "Expand Node"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:484
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
-msgid "Preparse"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:485
-msgid "Sort Node by Name"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:486
-msgid "Sort Node by Author"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
-msgid "No items in the playlist"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:493
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
-msgid "Search"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:495
-#, fuzzy
-msgid "Search in Playlist"
-msgstr "Lista de redare"
-
-#: modules/gui/macosx/playlist.m:496
-msgid "Standard Play"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:499
-msgid "Add Folder to Playlist"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:745
-msgid "Save Playlist"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:1489
-msgid "Empty Folder"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:1514
-#, c-format
-msgid "%i items in the playlist"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:1524
-#, fuzzy
-msgid "1 item in the playlist"
-msgstr "Lista de redare"
-
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:212
 msgid "Reset All"
@@ -12270,21 +12270,21 @@ msgid ""
 "\n"
 msgstr ""
 
-#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:918
+#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:920
 msgid ""
 "(c) 1996-2006 - the VideoLAN Team\n"
 "\n"
 msgstr ""
 
-#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:919
+#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:921
 msgid "Compiled by "
 msgstr ""
 
-#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:921
+#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:923
 msgid "Compiler: "
 msgstr ""
 
-#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:923
+#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:925
 msgid "Based on SVN revision: "
 msgstr ""
 
@@ -12665,7 +12665,8 @@ msgstr ""
 msgid "Can't save"
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413 modules/misc/freetype.c:100
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413
+#: modules/gui/wxwidgets/wxwidgets.cpp:111 modules/misc/freetype.c:100
 #: modules/misc/win32text.c:71
 msgid "Normal"
 msgstr ""
@@ -13092,7 +13093,7 @@ msgstr ""
 
 #: modules/gui/wxwidgets/interface.cpp:672
 #, fuzzy
-msgid "Small playlist"
+msgid "Embedded playlist"
 msgstr "lista de redare"
 
 #: modules/gui/wxwidgets/interface.cpp:673
@@ -13111,38 +13112,38 @@ msgstr ""
 msgid "Play faster"
 msgstr ""
 
-#: modules/gui/wxwidgets/interface.cpp:859
+#: modules/gui/wxwidgets/interface.cpp:861
 msgid "Extended &GUI\tCtrl-G"
 msgstr ""
 
-#: modules/gui/wxwidgets/interface.cpp:862
+#: modules/gui/wxwidgets/interface.cpp:864
 msgid "&Bookmarks...\tCtrl-B"
 msgstr ""
 
-#: modules/gui/wxwidgets/interface.cpp:864
+#: modules/gui/wxwidgets/interface.cpp:866
 msgid "Preference&s...\tCtrl-S"
 msgstr ""
 
-#: modules/gui/wxwidgets/interface.cpp:917
+#: modules/gui/wxwidgets/interface.cpp:919
 #, fuzzy
 msgid ""
 " (wxWidgets interface)\n"
 "\n"
 msgstr "Schimba interfata"
 
-#: modules/gui/wxwidgets/interface.cpp:930
+#: modules/gui/wxwidgets/interface.cpp:932
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
 "\n"
 msgstr ""
 
-#: modules/gui/wxwidgets/interface.cpp:933
+#: modules/gui/wxwidgets/interface.cpp:935
 #, c-format
 msgid "About %s"
 msgstr ""
 
-#: modules/gui/wxwidgets/interface.cpp:1476
+#: modules/gui/wxwidgets/interface.cpp:1478
 msgid "Show/Hide interface"
 msgstr ""
 
@@ -13275,12 +13276,33 @@ msgstr ""
 msgid "Show systray icon"
 msgstr ""
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:110
+#: modules/gui/wxwidgets/wxwidgets.cpp:103
+#, fuzzy
+msgid "Playlist view"
+msgstr "Lista de redare"
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:104
+msgid ""
+"There are two possible playlist views in the interface : the normal playlist "
+"(separate window), or an embedded playlist (within the main interface, but "
+"with less features. You can select which one will be available on the "
+"toolbar (or both)."
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:111
+msgid "Embedded"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:112
+msgid "Both"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:121
 #, fuzzy
 msgid "wxWidgets interface module"
 msgstr "Extra module interfata"
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:152
+#: modules/gui/wxwidgets/wxwidgets.cpp:166
 msgid "wxWidgets dialogs provider"
 msgstr ""
 
@@ -13614,10 +13636,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 ""
@@ -13634,6 +13652,10 @@ msgstr ""
 msgid "MMX EXT memcpy"
 msgstr ""
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr ""
+
 #: modules/misc/msn.c:63
 msgid "MSN Title format string"
 msgstr ""
index 536fa5a256747e85ce34780417fc100038b28d91..df52996e9a312ec3b390d770ce6c76079324b158 100644 (file)
--- 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-03-12 17:26+0000\n"
+"POT-Creation-Date: 2006-03-14 21:08+0100\n"
 "PO-Revision-Date: 2005-06-23 16:39+0200\n"
 "Last-Translator: \n"
 "Language-Team: Russian\n"
@@ -19,6 +19,18 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Poedit-Language: Russian\n"
 
+#: include/vlc/vlc.h:578
+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;подробнее смотрите в файле COPYING. \n"
+"Написано коммандой VideoLAN; подробнее смотрите в файле AUTHORS.\n"
+
 #: include/vlc_config_cat.h:32
 msgid "VLC preferences"
 msgstr "Настройки VLC"
@@ -500,9 +512,9 @@ msgstr ""
 "строку,перейдите в директорию, где установлен VLC и запустите \"vlc -I wxwin"
 "\"\n"
 
-#: include/vlc_meta.h:28 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225 modules/misc/growl.c:168
+#: include/vlc_meta.h:28 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298 modules/misc/growl.c:168
 #: modules/misc/growl.c:171
 #, fuzzy
 msgid "Meta-information"
@@ -517,15 +529,15 @@ msgstr "Мета-данные"
 msgid "Title"
 msgstr "Заголовок"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:57
-#: modules/gui/macosx/playlist.m:133 modules/gui/macosx/wizard.m:392
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:133
+#: modules/gui/macosx/playlistinfo.m:57 modules/gui/macosx/wizard.m:392
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:51
 msgid "Author"
 msgstr "Автор"
 
-#: include/vlc_meta.h:31 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225
+#: include/vlc_meta.h:31 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298
 msgid "Artist"
 msgstr "Исполнитель"
 
@@ -673,18 +685,6 @@ msgstr "Название кодека"
 msgid "Codec Description"
 msgstr "Описание кодека"
 
-#: include/vlc/vlc.h:578
-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;подробнее смотрите в файле COPYING. \n"
-"Написано коммандой VideoLAN; подробнее смотрите в файле AUTHORS.\n"
-
 #: src/audio_output/input.c:80 src/audio_output/input.c:126
 #: src/input/es_out.c:361 src/libvlc.h:365 src/video_output/video_output.c:379
 #: modules/codec/ffmpeg/postprocess.c:94
@@ -2849,7 +2849,7 @@ msgid "Select the hotkey to use to swap fullscreen state."
 msgstr "Выберите горячую клавишу для переключения Полноэкранного режима"
 
 #: src/libvlc.h:856 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:81
-#: modules/gui/wxwidgets/interface.cpp:1467
+#: modules/gui/wxwidgets/interface.cpp:1469
 msgid "Play/Pause"
 msgstr "Воспроизвести/Пауза"
 
@@ -2895,7 +2895,7 @@ msgstr ""
 #: modules/gui/macosx/controls.m:646 modules/gui/macosx/intf.m:476
 #: modules/gui/macosx/intf.m:521 modules/gui/macosx/intf.m:592
 #: modules/gui/macosx/wizard.m:313 modules/gui/macosx/wizard.m:364
-#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1472
+#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1474
 #: modules/gui/wxwidgets/menus.cpp:289
 msgid "Next"
 msgstr "Следующий"
@@ -2907,7 +2907,7 @@ msgstr ""
 #: src/libvlc.h:868 modules/control/hotkeys.c:628
 #: modules/gui/macosx/controls.m:645 modules/gui/macosx/intf.m:471
 #: modules/gui/macosx/intf.m:520 modules/gui/macosx/intf.m:593
-#: modules/gui/wxwidgets/interface.cpp:1471
+#: modules/gui/wxwidgets/interface.cpp:1473
 #: modules/gui/wxwidgets/menus.cpp:288
 msgid "Previous"
 msgstr "Предыдущий"
@@ -2922,7 +2922,7 @@ msgstr ""
 #: modules/gui/pda/pda_interface.c:275
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:86
 #: modules/gui/wxwidgets/interface.cpp:668
-#: modules/gui/wxwidgets/interface.cpp:1473
+#: modules/gui/wxwidgets/interface.cpp:1475
 #: modules/gui/wxwidgets/menus.cpp:287 modules/visualization/xosd.c:235
 msgid "Stop"
 msgstr "Стоп"
@@ -4287,7 +4287,7 @@ msgid "Aspect-ratio"
 msgstr "Следующий файл"
 
 #: modules/access/cdda.c:52 modules/access/dshow/dshow.cpp:79
-#: modules/access/dvb/access.c:71 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:71
 #: modules/access/dvdnav.c:63 modules/access/dvdread.c:61
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:42
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4779,6 +4779,20 @@ msgstr "Обновить список"
 msgid "Configure"
 msgstr "Конфигурация"
 
+#: modules/access/dv.c:70 modules/access/file.c:82
+msgid ""
+"Allows you to modify the default caching value for file streams. This value "
+"should be set in millisecond units."
+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:73
 msgid ""
 "Allows you to modify the default caching value for dvb streams. This value "
@@ -5021,20 +5035,6 @@ msgstr ""
 msgid "HTTP server"
 msgstr "Воспроизвести поток"
 
-#: modules/access/dv.c:70 modules/access/file.c:82
-msgid ""
-"Allows you to modify the default caching value for file streams. This value "
-"should be set in millisecond units."
-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:59 modules/access/dvdread.c:57
 msgid "DVD angle"
 msgstr ""
@@ -5184,38 +5184,6 @@ msgstr "Остановить поток"
 msgid "File"
 msgstr "Файл"
 
-#: modules/access_filter/record.c:43
-msgid "Record directory"
-msgstr "Папка для записи"
-
-#: modules/access_filter/record.c:45
-#, fuzzy
-msgid "Allows you to specify the directory where the record will be stored"
-msgstr "Открыть окно списка для воспроизведения"
-
-#: modules/access_filter/timeshift.c:44
-#, fuzzy
-msgid "Timeshift granularity"
-msgstr "Сдвиг времени"
-
-#: modules/access_filter/timeshift.c:45
-#, fuzzy
-msgid "Size of the temporary files use to store the timeshifted stream."
-msgstr "Видео фильтры используются для дополнительной обработки потока видео"
-
-#: modules/access_filter/timeshift.c:47
-#, fuzzy
-msgid "Timeshift directory"
-msgstr "Папка снятых стоп-кадров"
-
-#: modules/access_filter/timeshift.c:48
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
-msgid "Timeshift"
-msgstr "Сдвиг времени"
-
 #: modules/access/ftp.c:44
 msgid ""
 "Allows you to modify the default caching value for FTP streams. This value "
@@ -5348,184 +5316,6 @@ 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:60
-msgid "Append to file"
-msgstr "Приложите к файлу"
-
-#: modules/access_output/file.c:61
-msgid "Append to file if it exists instead of replacing it."
-msgstr ""
-
-#: modules/access_output/file.c:65
-#, fuzzy
-msgid "File stream output"
-msgstr "Остановить поток"
-
-#: modules/access_output/http.c:60
-#, fuzzy
-msgid "Username"
-msgstr "Воспроизвести поток"
-
-#: modules/access_output/http.c:61
-msgid ""
-"Allows you to give a user name that will be requested to access the stream."
-msgstr ""
-
-#: modules/access_output/http.c:64
-msgid ""
-"Allows you to give a password that will be requested to access the stream."
-msgstr ""
-
-#: modules/access_output/http.c:66
-#, fuzzy
-msgid "Mime"
-msgstr "Следующий файл"
-
-#: modules/access_output/http.c:67
-msgid "Allows you to give the mime returned by the server."
-msgstr ""
-
-#: modules/access_output/http.c:70
-msgid ""
-"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
-"stream output"
-msgstr ""
-
-#: modules/access_output/http.c:73
-msgid ""
-"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:77
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used by the HTTP/SSL stream output. Leave empty if you "
-"don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:82
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:85
-msgid "Advertise with Bonjour"
-msgstr ""
-
-#: modules/access_output/http.c:86
-msgid "Advertise the stream with the Bonjour protocol"
-msgstr ""
-
-#: modules/access_output/http.c:90
-#, fuzzy
-msgid "HTTP stream output"
-msgstr "Остановить поток"
-
-#: modules/access_output/http.c:92 modules/control/http/http.c:58
-#: 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 "The name this stream/channel will get on the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:61
-#, fuzzy
-msgid "Stream-description"
-msgstr "Следующий файл"
-
-#: modules/access_output/shout.c:62
-msgid "A description of the stream content. (Information about your channel)."
-msgstr ""
-
-#: modules/access_output/shout.c:65
-#, fuzzy
-msgid "Stream MP3"
-msgstr "Остановить поток"
-
-#: modules/access_output/shout.c:66
-msgid ""
-"Normally you have to feed the shoutcast module with Ogg streams. This option "
-"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
-"the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:71
-msgid "libshout (icecast) output"
-msgstr ""
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:40
-#: modules/demux/livedotcom.cpp:61
-msgid "Caching value (ms)"
-msgstr ""
-
-#: modules/access_output/udp.c:77 modules/access/udp.c:44
-msgid ""
-"Allows you to modify the default caching value for UDP streams. This value "
-"should be set in millisecond units."
-msgstr ""
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:441
-#: modules/gui/macosx/wizard.m:1782
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
-msgid "Time-To-Live (TTL)"
-msgstr ""
-
-#: modules/access_output/udp.c:81
-#, fuzzy
-msgid "Allows you to define the 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. This allows "
-"you to give the number of packets that will be sent at a time. It helps "
-"reducing the scheduling load on heavily-loaded systems."
-msgstr ""
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr ""
-
-#: modules/access_output/udp.c:91
-msgid ""
-"If you enable this option, packets will be sent directly, without trying to "
-"fill the MTU (ie, without trying to make the biggest possible packets in "
-"order to improve streaming)."
-msgstr ""
-
-#: modules/access_output/udp.c:97
-#, fuzzy
-msgid "UDP stream output"
-msgstr "Остановить поток"
-
-#: modules/access_output/udp.c:98
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:475
-msgid "UDP"
-msgstr ""
-
 #: modules/access/pvr/pvr.c:48
 msgid ""
 "Allows you to modify the default caching value for pvr streams. This value "
@@ -5640,7 +5430,7 @@ msgid ""
 msgstr ""
 
 #: modules/access/pvr/pvr.c:96 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1337
+#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1339
 msgid "Volume"
 msgstr "Громкость"
 
@@ -5690,6 +5480,11 @@ msgstr ""
 msgid "MPEG Encoding cards input (with ivtv drivers)"
 msgstr ""
 
+#: modules/access/rtsp/access.c:40 modules/access_output/udp.c:75
+#: modules/demux/livedotcom.cpp:61
+msgid "Caching value (ms)"
+msgstr ""
+
 #: modules/access/rtsp/access.c:42 modules/demux/livedotcom.cpp:63
 msgid ""
 "Allows you to modify the default caching value for RTSP streams. This value "
@@ -5774,6 +5569,12 @@ msgstr ""
 msgid "TCP input"
 msgstr "Остановить поток"
 
+#: modules/access/udp.c:44 modules/access_output/udp.c:77
+msgid ""
+"Allows you to modify the default caching value for UDP streams. This value "
+"should be set in millisecond units."
+msgstr ""
+
 #: modules/access/udp.c:47
 msgid "Autodetection of MTU"
 msgstr ""
@@ -6038,68 +5839,267 @@ msgstr "расширенный список выбора"
 msgid "selection list"
 msgstr "список выбора"
 
-#: modules/access/vcdx/info.c:166
-msgid "unknown type"
+#: 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: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
+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
+#, fuzzy
+msgid "Allows you to specify the directory where the record will be stored"
+msgstr "Открыть окно списка для воспроизведения"
+
+#: modules/access_filter/timeshift.c:44
+#, fuzzy
+msgid "Timeshift granularity"
+msgstr "Сдвиг времени"
+
+#: modules/access_filter/timeshift.c:45
+#, fuzzy
+msgid "Size of the temporary files use to store the timeshifted stream."
+msgstr "Видео фильтры используются для дополнительной обработки потока видео"
+
+#: modules/access_filter/timeshift.c:47
+#, fuzzy
+msgid "Timeshift directory"
+msgstr "Папка снятых стоп-кадров"
+
+#: modules/access_filter/timeshift.c:48
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
+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:60
+msgid "Append to file"
+msgstr "Приложите к файлу"
+
+#: modules/access_output/file.c:61
+msgid "Append to file if it exists instead of replacing it."
+msgstr ""
+
+#: modules/access_output/file.c:65
+#, fuzzy
+msgid "File stream output"
+msgstr "Остановить поток"
+
+#: modules/access_output/http.c:60
+#, fuzzy
+msgid "Username"
+msgstr "Воспроизвести поток"
+
+#: modules/access_output/http.c:61
+msgid ""
+"Allows you to give a user name that will be requested to access the stream."
+msgstr ""
+
+#: modules/access_output/http.c:64
+msgid ""
+"Allows you to give a password that will be requested to access the stream."
+msgstr ""
+
+#: modules/access_output/http.c:66
+#, fuzzy
+msgid "Mime"
+msgstr "Следующий файл"
+
+#: modules/access_output/http.c:67
+msgid "Allows you to give the mime returned by the server."
+msgstr ""
+
+#: modules/access_output/http.c:70
+msgid ""
+"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
+"stream output"
+msgstr ""
+
+#: modules/access_output/http.c:73
+msgid ""
+"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:77
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used by the HTTP/SSL stream output. Leave empty if you "
+"don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:82
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:85
+msgid "Advertise with Bonjour"
+msgstr ""
+
+#: modules/access_output/http.c:86
+msgid "Advertise the stream with the Bonjour protocol"
+msgstr ""
+
+#: modules/access_output/http.c:90
+#, fuzzy
+msgid "HTTP stream output"
+msgstr "Остановить поток"
+
+#: modules/access_output/http.c:92 modules/control/http/http.c:58
+#: 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 "The name this stream/channel will get on the icecast server."
 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:61
+#, fuzzy
+msgid "Stream-description"
+msgstr "Следующий файл"
+
+#: modules/access_output/shout.c:62
+msgid "A description of the stream content. (Information about your channel)."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:95
-msgid "(Super) Video CD"
+#: modules/access_output/shout.c:65
+#, fuzzy
+msgid "Stream MP3"
+msgstr "Остановить поток"
+
+#: modules/access_output/shout.c:66
+msgid ""
+"Normally you have to feed the shoutcast module with Ogg streams. This option "
+"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
+"the icecast server."
 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:71
+msgid "libshout (icecast) output"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:97
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:441
+#: modules/gui/macosx/wizard.m:1782
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
+msgid "Time-To-Live (TTL)"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
+#: modules/access_output/udp.c:81
 #, 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 ""
+msgid "Allows you to define the 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. This allows "
+"you to give the number of packets that will be sent at a time. It helps "
+"reducing the scheduling load on heavily-loaded systems."
 msgstr ""
 
-#: 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."
+"If you enable this option, packets will be sent directly, without trying to "
+"fill the MTU (ie, without trying to make the biggest possible packets in "
+"order to improve streaming)."
 msgstr ""
 
-#: 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 "Остановить поток"
 
-#: 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
@@ -10153,7 +10153,7 @@ msgstr "Быстро ускорить"
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:274
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:283
 #: modules/gui/wxwidgets/interface.cpp:669
-#: modules/gui/wxwidgets/interface.cpp:1193
+#: modules/gui/wxwidgets/interface.cpp:1195
 #: modules/gui/wxwidgets/menus.cpp:294 modules/gui/wxwidgets/menus.cpp:308
 msgid "Play"
 msgstr "Воспроизвести"
@@ -10162,7 +10162,7 @@ msgstr "Воспроизвести"
 #: modules/gui/macosx/intf.m:1305 modules/gui/macosx/intf.m:1306
 #: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
 #: modules/gui/wxwidgets/interface.cpp:670
-#: modules/gui/wxwidgets/interface.cpp:1187
+#: modules/gui/wxwidgets/interface.cpp:1189
 #: modules/gui/wxwidgets/menus.cpp:296 modules/visualization/xosd.c:240
 msgid "Pause"
 msgstr "Пауза"
@@ -10365,7 +10365,7 @@ msgstr "Клиент VideoLAN"
 msgid "Show All"
 msgstr "Показать всй"
 
-#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1465
+#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1467
 msgid "Quit VLC"
 msgstr "Выйти из VLC"
 
@@ -10456,7 +10456,7 @@ msgid "Extended Controls"
 msgstr "Расширенный графический интерфейс пользователя\tCtrl-G"
 
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:606
-#: modules/gui/macosx/playlistinfo.m:54 modules/gui/macosx/playlist.m:483
+#: modules/gui/macosx/playlist.m:483 modules/gui/macosx/playlistinfo.m:54
 #, fuzzy
 msgid "Information"
 msgstr "Следующий файл"
@@ -10831,6 +10831,78 @@ msgstr ""
 msgid "Save File"
 msgstr "Сохранить файл"
 
+#: modules/gui/macosx/playlist.m:478
+msgid "Save Playlist..."
+msgstr "Сохранить список воспроизведения..."
+
+#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
+#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
+msgid "Delete"
+msgstr "Удалить"
+
+#: modules/gui/macosx/playlist.m:481
+msgid "Expand Node"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:484
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
+#, fuzzy
+msgid "Preparse"
+msgstr "Следующий файл"
+
+#: modules/gui/macosx/playlist.m:485
+msgid "Sort Node by Name"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:486
+msgid "Sort Node by Author"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
+#, fuzzy
+msgid "No items in the playlist"
+msgstr "нет элементов в списке воспроизведения"
+
+#: modules/gui/macosx/playlist.m:493
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
+msgid "Search"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:495
+#, fuzzy
+msgid "Search in Playlist"
+msgstr "Открыть список для воспроизведения"
+
+#: modules/gui/macosx/playlist.m:496
+msgid "Standard Play"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:499
+#, fuzzy
+msgid "Add Folder to Playlist"
+msgstr "Добавить в список воспроизведения"
+
+#: modules/gui/macosx/playlist.m:745
+msgid "Save Playlist"
+msgstr "Сохранить список воспроизведения"
+
+#: modules/gui/macosx/playlist.m:1489
+msgid "Empty Folder"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:1514
+#, fuzzy, c-format
+msgid "%i items in the playlist"
+msgstr "%i элемент(ов) в списке воспроизведения"
+
+#: modules/gui/macosx/playlist.m:1524
+#, fuzzy
+msgid "1 item in the playlist"
+msgstr "1 элемент в списке воспроизведения"
+
 #: modules/gui/macosx/playlistinfo.m:55
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:585
@@ -10915,78 +10987,6 @@ msgstr ""
 msgid "Info"
 msgstr "Информация"
 
-#: modules/gui/macosx/playlist.m:478
-msgid "Save Playlist..."
-msgstr "Сохранить список воспроизведения..."
-
-#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
-msgid "Delete"
-msgstr "Удалить"
-
-#: modules/gui/macosx/playlist.m:481
-msgid "Expand Node"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:484
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
-#, fuzzy
-msgid "Preparse"
-msgstr "Следующий файл"
-
-#: modules/gui/macosx/playlist.m:485
-msgid "Sort Node by Name"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:486
-msgid "Sort Node by Author"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
-#, fuzzy
-msgid "No items in the playlist"
-msgstr "нет элементов в списке воспроизведения"
-
-#: modules/gui/macosx/playlist.m:493
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
-msgid "Search"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:495
-#, fuzzy
-msgid "Search in Playlist"
-msgstr "Открыть список для воспроизведения"
-
-#: modules/gui/macosx/playlist.m:496
-msgid "Standard Play"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:499
-#, fuzzy
-msgid "Add Folder to Playlist"
-msgstr "Добавить в список воспроизведения"
-
-#: modules/gui/macosx/playlist.m:745
-msgid "Save Playlist"
-msgstr "Сохранить список воспроизведения"
-
-#: modules/gui/macosx/playlist.m:1489
-msgid "Empty Folder"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:1514
-#, fuzzy, c-format
-msgid "%i items in the playlist"
-msgstr "%i элемент(ов) в списке воспроизведения"
-
-#: modules/gui/macosx/playlist.m:1524
-#, fuzzy
-msgid "1 item in the playlist"
-msgstr "1 элемент в списке воспроизведения"
-
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:212
 msgid "Reset All"
@@ -12424,23 +12424,23 @@ msgid ""
 "\n"
 msgstr "Открыть окно списка для воспроизведения"
 
-#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:918
+#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:920
 msgid ""
 "(c) 1996-2006 - the VideoLAN Team\n"
 "\n"
 msgstr ""
 
-#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:919
+#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:921
 #, fuzzy
 msgid "Compiled by "
 msgstr "Следующий файл"
 
-#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:921
+#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:923
 #, fuzzy
 msgid "Compiler: "
 msgstr "Быстро"
 
-#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:923
+#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:925
 msgid "Based on SVN revision: "
 msgstr ""
 
@@ -12827,7 +12827,8 @@ msgstr "Список воспроизведения пуст"
 msgid "Can't save"
 msgstr "невозможно сохранить"
 
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413 modules/misc/freetype.c:100
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413
+#: modules/gui/wxwidgets/wxwidgets.cpp:111 modules/misc/freetype.c:100
 #: modules/misc/win32text.c:71
 msgid "Normal"
 msgstr "Нормальный"
@@ -13290,8 +13291,8 @@ msgstr "Помощь"
 
 #: modules/gui/wxwidgets/interface.cpp:672
 #, fuzzy
-msgid "Small playlist"
-msgstr "СоÑ\85Ñ\80аниÑ\82Ñ\8c Ñ\81пиÑ\81ок воспроизведения"
+msgid "Embedded playlist"
+msgstr "Ð\9eÑ\82кÑ\80Ñ\8bÑ\82Ñ\8c Ñ\81пиÑ\81ок Ð´Ð»Ñ\8f воспроизведения"
 
 #: modules/gui/wxwidgets/interface.cpp:673
 msgid "Previous playlist item"
@@ -13309,38 +13310,38 @@ msgstr "Воспроизводить медленнее"
 msgid "Play faster"
 msgstr "Воспроизводить быстрее"
 
-#: modules/gui/wxwidgets/interface.cpp:859
+#: modules/gui/wxwidgets/interface.cpp:861
 msgid "Extended &GUI\tCtrl-G"
 msgstr "Расширенный графический интерфейс пользователя\tCtrl-G"
 
-#: modules/gui/wxwidgets/interface.cpp:862
+#: modules/gui/wxwidgets/interface.cpp:864
 msgid "&Bookmarks...\tCtrl-B"
 msgstr "Закладки...\tCtrl-B"
 
-#: modules/gui/wxwidgets/interface.cpp:864
+#: modules/gui/wxwidgets/interface.cpp:866
 msgid "Preference&s...\tCtrl-S"
 msgstr "Настройки...\tCtrl-S"
 
-#: modules/gui/wxwidgets/interface.cpp:917
+#: modules/gui/wxwidgets/interface.cpp:919
 #, fuzzy
 msgid ""
 " (wxWidgets interface)\n"
 "\n"
 msgstr "Открыть окно списка для воспроизведения"
 
-#: modules/gui/wxwidgets/interface.cpp:930
+#: modules/gui/wxwidgets/interface.cpp:932
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
 "\n"
 msgstr ""
 
-#: modules/gui/wxwidgets/interface.cpp:933
+#: modules/gui/wxwidgets/interface.cpp:935
 #, fuzzy, c-format
 msgid "About %s"
 msgstr "Модули..."
 
-#: modules/gui/wxwidgets/interface.cpp:1476
+#: modules/gui/wxwidgets/interface.cpp:1478
 msgid "Show/Hide interface"
 msgstr "Показать/Убрать интерфейс"
 
@@ -13481,12 +13482,33 @@ msgstr ""
 msgid "Show systray icon"
 msgstr "Показывать иконку в трэе"
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:110
+#: modules/gui/wxwidgets/wxwidgets.cpp:103
+#, fuzzy
+msgid "Playlist view"
+msgstr "Список воспроизведения"
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:104
+msgid ""
+"There are two possible playlist views in the interface : the normal playlist "
+"(separate window), or an embedded playlist (within the main interface, but "
+"with less features. You can select which one will be available on the "
+"toolbar (or both)."
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:111
+msgid "Embedded"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:112
+msgid "Both"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:121
 #, fuzzy
 msgid "wxWidgets interface module"
 msgstr "Открыть окно списка для воспроизведения"
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:152
+#: modules/gui/wxwidgets/wxwidgets.cpp:166
 msgid "wxWidgets dialogs provider"
 msgstr ""
 
@@ -13839,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 ""
@@ -13859,6 +13877,10 @@ msgstr ""
 msgid "MMX EXT memcpy"
 msgstr ""
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr ""
+
 #: modules/misc/msn.c:63
 msgid "MSN Title format string"
 msgstr ""
@@ -16547,6 +16569,10 @@ msgstr ""
 msgid "XOSD interface"
 msgstr "Открыть окно списка для воспроизведения"
 
+#, fuzzy
+#~ msgid "Small playlist"
+#~ msgstr "Сохранить список воспроизведения"
+
 #, fuzzy
 #~ msgid "VC-1 decoder module"
 #~ msgstr "Открыть окно списка для воспроизведения"
index d6295d3bade9710bfaf69df58280cce4480449f6..456174750a86172cdb32f180c40e85c728a73337 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: vlc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-03-12 17:26+0000\n"
+"POT-Creation-Date: 2006-03-14 21:08+0100\n"
 "PO-Revision-Date: 2005-11-11 15:49+0100\n"
 "Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
 "Language-Team: Swedish <sv@li.org>\n"
@@ -18,6 +18,14 @@ msgstr ""
 "X-Poedit-Language: swe\n"
 "X-Poedit-Country: swe\n"
 
+#: include/vlc/vlc.h:578
+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 "Inställningar för VLC"
@@ -468,9 +476,9 @@ msgstr ""
 "öppna en kommandoprompt, gå till mappen dit du installerat VLC och kör \"vlc "
 "-I wxwin\"\n"
 
-#: include/vlc_meta.h:28 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225 modules/misc/growl.c:168
+#: include/vlc_meta.h:28 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298 modules/misc/growl.c:168
 #: modules/misc/growl.c:171
 msgid "Meta-information"
 msgstr "Meta-information"
@@ -484,15 +492,15 @@ msgstr "Meta-information"
 msgid "Title"
 msgstr "Titel"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:57
-#: modules/gui/macosx/playlist.m:133 modules/gui/macosx/wizard.m:392
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:133
+#: modules/gui/macosx/playlistinfo.m:57 modules/gui/macosx/wizard.m:392
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:51
 msgid "Author"
 msgstr "Upphovsman"
 
-#: include/vlc_meta.h:31 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225
+#: include/vlc_meta.h:31 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298
 msgid "Artist"
 msgstr "Artist"
 
@@ -635,14 +643,6 @@ msgstr "Kodare namn"
 msgid "Codec Description"
 msgstr "Formatavkodnings beskrivning"
 
-#: include/vlc/vlc.h:578
-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/input.c:80 src/audio_output/input.c:126
 #: src/input/es_out.c:361 src/libvlc.h:365 src/video_output/video_output.c:379
 #: modules/codec/ffmpeg/postprocess.c:94
@@ -2691,7 +2691,7 @@ msgid "Select the hotkey to use to swap fullscreen state."
 msgstr ""
 
 #: src/libvlc.h:856 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:81
-#: modules/gui/wxwidgets/interface.cpp:1467
+#: modules/gui/wxwidgets/interface.cpp:1469
 msgid "Play/Pause"
 msgstr "Spela upp/Paus"
 
@@ -2737,7 +2737,7 @@ msgstr ""
 #: modules/gui/macosx/controls.m:646 modules/gui/macosx/intf.m:476
 #: modules/gui/macosx/intf.m:521 modules/gui/macosx/intf.m:592
 #: modules/gui/macosx/wizard.m:313 modules/gui/macosx/wizard.m:364
-#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1472
+#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1474
 #: modules/gui/wxwidgets/menus.cpp:289
 msgid "Next"
 msgstr "Nästa objekt"
@@ -2749,7 +2749,7 @@ msgstr ""
 #: src/libvlc.h:868 modules/control/hotkeys.c:628
 #: modules/gui/macosx/controls.m:645 modules/gui/macosx/intf.m:471
 #: modules/gui/macosx/intf.m:520 modules/gui/macosx/intf.m:593
-#: modules/gui/wxwidgets/interface.cpp:1471
+#: modules/gui/wxwidgets/interface.cpp:1473
 #: modules/gui/wxwidgets/menus.cpp:288
 msgid "Previous"
 msgstr "Föregående"
@@ -2764,7 +2764,7 @@ msgstr ""
 #: modules/gui/pda/pda_interface.c:275
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:86
 #: modules/gui/wxwidgets/interface.cpp:668
-#: modules/gui/wxwidgets/interface.cpp:1473
+#: modules/gui/wxwidgets/interface.cpp:1475
 #: modules/gui/wxwidgets/menus.cpp:287 modules/visualization/xosd.c:235
 msgid "Stop"
 msgstr "Stopp"
@@ -4075,7 +4075,7 @@ msgid "Aspect-ratio"
 msgstr "Bildformat"
 
 #: modules/access/cdda.c:52 modules/access/dshow/dshow.cpp:79
-#: modules/access/dvb/access.c:71 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:71
 #: modules/access/dvdnav.c:63 modules/access/dvdread.c:61
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:42
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4554,6 +4554,20 @@ msgstr "Uppdatera lista"
 msgid "Configure"
 msgstr "Konfigurera"
 
+#: modules/access/dv.c:70 modules/access/file.c:82
+msgid ""
+"Allows you to modify the default caching value for file streams. This value "
+"should be set in millisecond units."
+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:73
 msgid ""
 "Allows you to modify the default caching value for dvb streams. This value "
@@ -4792,20 +4806,6 @@ msgstr ""
 msgid "HTTP server"
 msgstr "Spola framåt"
 
-#: modules/access/dv.c:70 modules/access/file.c:82
-msgid ""
-"Allows you to modify the default caching value for file streams. This value "
-"should be set in millisecond units."
-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:59 modules/access/dvdread.c:57
 msgid "DVD angle"
 msgstr "DVD-vinkel"
@@ -4950,34 +4950,6 @@ msgstr ""
 msgid "File"
 msgstr "Arkiv"
 
-#: modules/access_filter/record.c:43
-msgid "Record directory"
-msgstr ""
-
-#: modules/access_filter/record.c:45
-msgid "Allows you to specify the directory where the record will be stored"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:44
-msgid "Timeshift granularity"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:45
-msgid "Size of the temporary files use to store the timeshifted stream."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:47
-msgid "Timeshift directory"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:48
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
-msgid "Timeshift"
-msgstr ""
-
 #: modules/access/ftp.c:44
 msgid ""
 "Allows you to modify the default caching value for FTP streams. This value "
@@ -5103,174 +5075,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:60
-msgid "Append to file"
-msgstr ""
-
-#: modules/access_output/file.c:61
-msgid "Append to file if it exists instead of replacing it."
-msgstr ""
-
-#: modules/access_output/file.c:65
-msgid "File stream output"
-msgstr ""
-
-#: modules/access_output/http.c:60
-msgid "Username"
-msgstr "Användarnamn"
-
-#: modules/access_output/http.c:61
-msgid ""
-"Allows you to give a user name that will be requested to access the stream."
-msgstr ""
-
-#: modules/access_output/http.c:64
-msgid ""
-"Allows you to give a 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 "Allows you to give the mime returned by the server."
-msgstr ""
-
-#: modules/access_output/http.c:70
-msgid ""
-"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
-"stream output"
-msgstr ""
-
-#: modules/access_output/http.c:73
-msgid ""
-"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:77
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used by the HTTP/SSL stream output. Leave empty if you "
-"don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:82
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:85
-msgid "Advertise with Bonjour"
-msgstr ""
-
-#: modules/access_output/http.c:86
-msgid "Advertise the stream with the Bonjour protocol"
-msgstr ""
-
-#: modules/access_output/http.c:90
-msgid "HTTP stream output"
-msgstr ""
-
-#: modules/access_output/http.c:92 modules/control/http/http.c:58
-#: 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 "The name this stream/channel will get on the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:61
-msgid "Stream-description"
-msgstr "Strömbeskrivning"
-
-#: modules/access_output/shout.c:62
-msgid "A description of the stream content. (Information about your channel)."
-msgstr ""
-
-#: modules/access_output/shout.c:65
-msgid "Stream MP3"
-msgstr "Strömma MP3"
-
-#: modules/access_output/shout.c:66
-msgid ""
-"Normally you have to feed the shoutcast module with Ogg streams. This option "
-"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
-"the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:71
-msgid "libshout (icecast) output"
-msgstr ""
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:40
-#: modules/demux/livedotcom.cpp:61
-msgid "Caching value (ms)"
-msgstr ""
-
-#: modules/access_output/udp.c:77 modules/access/udp.c:44
-msgid ""
-"Allows you to modify the default caching value for UDP streams. This value "
-"should be set in millisecond units."
-msgstr ""
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:441
-#: modules/gui/macosx/wizard.m:1782
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
-msgid "Time-To-Live (TTL)"
-msgstr "Time-To-Live (TTL)"
-
-#: modules/access_output/udp.c:81
-msgid "Allows you to define the Time-To-Live of the outgoing stream."
-msgstr ""
-
-#: modules/access_output/udp.c:84
-msgid "Group packets"
-msgstr "Grupp-paket"
-
-#: modules/access_output/udp.c:85
-msgid ""
-"Packets can be sent one by one at the right time or by groups. This allows "
-"you to give the number of packets that will be sent at a time. It helps "
-"reducing the scheduling load on heavily-loaded systems."
-msgstr ""
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr ""
-
-#: modules/access_output/udp.c:91
-msgid ""
-"If you enable this option, packets will be sent directly, without trying to "
-"fill the MTU (ie, without trying to make the biggest possible packets in "
-"order to improve streaming)."
-msgstr ""
-
-#: 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/pvr.c:48
 msgid ""
 "Allows you to modify the default caching value for pvr streams. This value "
@@ -5380,7 +5184,7 @@ msgid ""
 msgstr ""
 
 #: modules/access/pvr/pvr.c:96 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1337
+#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1339
 msgid "Volume"
 msgstr "Volym"
 
@@ -5429,6 +5233,11 @@ msgstr "PVR"
 msgid "MPEG Encoding cards input (with ivtv drivers)"
 msgstr ""
 
+#: modules/access/rtsp/access.c:40 modules/access_output/udp.c:75
+#: modules/demux/livedotcom.cpp:61
+msgid "Caching value (ms)"
+msgstr ""
+
 #: modules/access/rtsp/access.c:42 modules/demux/livedotcom.cpp:63
 msgid ""
 "Allows you to modify the default caching value for RTSP streams. This value "
@@ -5509,6 +5318,12 @@ msgstr "TCP"
 msgid "TCP input"
 msgstr ""
 
+#: modules/access/udp.c:44 modules/access_output/udp.c:77
+msgid ""
+"Allows you to modify the default caching value for UDP streams. This value "
+"should be set in millisecond units."
+msgstr ""
+
 #: modules/access/udp.c:47
 msgid "Autodetection of MTU"
 msgstr ""
@@ -5769,68 +5584,253 @@ msgstr ""
 msgid "selection list"
 msgstr ""
 
-#: modules/access/vcdx/info.c:166
-msgid "unknown type"
-msgstr "okänd typ"
+#: 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: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 "Allows you to specify the directory where the record will be stored"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:44
+msgid "Timeshift granularity"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:45
+msgid "Size of the temporary files use to store the timeshifted stream."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:47
+msgid "Timeshift directory"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:48
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
+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:60
+msgid "Append to file"
+msgstr ""
+
+#: modules/access_output/file.c:61
+msgid "Append to file if it exists instead of replacing it."
+msgstr ""
+
+#: modules/access_output/file.c:65
+msgid "File stream output"
+msgstr ""
+
+#: modules/access_output/http.c:60
+msgid "Username"
+msgstr "Användarnamn"
+
+#: modules/access_output/http.c:61
+msgid ""
+"Allows you to give a user name that will be requested to access the stream."
+msgstr ""
+
+#: modules/access_output/http.c:64
+msgid ""
+"Allows you to give a 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 "Allows you to give the mime returned by the server."
+msgstr ""
+
+#: modules/access_output/http.c:70
+msgid ""
+"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
+"stream output"
+msgstr ""
+
+#: modules/access_output/http.c:73
+msgid ""
+"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:77
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used by the HTTP/SSL stream output. Leave empty if you "
+"don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:82
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:85
+msgid "Advertise with Bonjour"
+msgstr ""
+
+#: modules/access_output/http.c:86
+msgid "Advertise the stream with the Bonjour protocol"
+msgstr ""
+
+#: modules/access_output/http.c:90
+msgid "HTTP stream output"
+msgstr ""
+
+#: modules/access_output/http.c:92 modules/control/http/http.c:58
+#: 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/vcdx/info.c:298 modules/access/vcdx/info.c:299
-#: modules/access/vcdx/info.c:316
-msgid "List ID"
+#: modules/access_output/shout.c:59
+msgid "The name this stream/channel will get on the icecast server."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:95
-msgid "(Super) Video CD"
-msgstr "(Super) Video CD"
+#: modules/access_output/shout.c:61
+msgid "Stream-description"
+msgstr "Strömbeskrivning"
 
-#: modules/access/vcdx/vcd.c:96
-msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+#: modules/access_output/shout.c:62
+msgid "A description of the stream content. (Information about your channel)."
 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_output/shout.c:65
+msgid "Stream MP3"
+msgstr "Strömma MP3"
 
-#: 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:66
+msgid ""
+"Normally you have to feed the shoutcast module with Ogg streams. This option "
+"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
+"the icecast server."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
+#: modules/access_output/shout.c:71
+msgid "libshout (icecast) output"
 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_output/udp.c:80 modules/gui/macosx/wizard.m:441
+#: modules/gui/macosx/wizard.m:1782
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
+msgid "Time-To-Live (TTL)"
+msgstr "Time-To-Live (TTL)"
 
-#: modules/access/vcdx/vcd.c:123
-msgid "Use track length as maximum unit in seek?"
+#: modules/access_output/udp.c:81
+msgid "Allows you to define the Time-To-Live of the outgoing stream."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:84
+msgid "Group packets"
+msgstr "Grupp-paket"
+
+#: 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. This allows "
+"you to give the number of packets that will be sent at a time. It helps "
+"reducing the scheduling load on heavily-loaded systems."
 msgstr ""
 
-#: 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."
+"If you enable this option, packets will be sent directly, without trying to "
+"fill the MTU (ie, without trying to make the biggest possible packets in "
+"order to improve streaming)."
 msgstr ""
 
-#: 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"
@@ -9650,7 +9650,7 @@ msgstr ""
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:274
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:283
 #: modules/gui/wxwidgets/interface.cpp:669
-#: modules/gui/wxwidgets/interface.cpp:1193
+#: modules/gui/wxwidgets/interface.cpp:1195
 #: modules/gui/wxwidgets/menus.cpp:294 modules/gui/wxwidgets/menus.cpp:308
 msgid "Play"
 msgstr "Spela upp"
@@ -9659,7 +9659,7 @@ msgstr "Spela upp"
 #: modules/gui/macosx/intf.m:1305 modules/gui/macosx/intf.m:1306
 #: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
 #: modules/gui/wxwidgets/interface.cpp:670
-#: modules/gui/wxwidgets/interface.cpp:1187
+#: modules/gui/wxwidgets/interface.cpp:1189
 #: modules/gui/wxwidgets/menus.cpp:296 modules/visualization/xosd.c:240
 msgid "Pause"
 msgstr "Paus"
@@ -9851,7 +9851,7 @@ msgstr "Göm andra"
 msgid "Show All"
 msgstr "Visa alla"
 
-#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1465
+#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1467
 msgid "Quit VLC"
 msgstr "Avsluta VLC"
 
@@ -9933,7 +9933,7 @@ msgid "Extended Controls"
 msgstr ""
 
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:606
-#: modules/gui/macosx/playlistinfo.m:54 modules/gui/macosx/playlist.m:483
+#: modules/gui/macosx/playlist.m:483 modules/gui/macosx/playlistinfo.m:54
 #, fuzzy
 msgid "Information"
 msgstr "Meta-information"
@@ -10287,6 +10287,76 @@ msgstr "SDP URL"
 msgid "Save File"
 msgstr "Spara fil"
 
+#: modules/gui/macosx/playlist.m:478
+msgid "Save Playlist..."
+msgstr "Spara spellista..."
+
+#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
+#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
+msgid "Delete"
+msgstr "Ta bort"
+
+#: modules/gui/macosx/playlist.m:481
+msgid "Expand Node"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:484
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
+msgid "Preparse"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:485
+msgid "Sort Node by Name"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:486
+msgid "Sort Node by Author"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
+#, fuzzy
+msgid "No items in the playlist"
+msgstr "%i poster i spellistan"
+
+#: modules/gui/macosx/playlist.m:493
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
+msgid "Search"
+msgstr "Sök"
+
+#: modules/gui/macosx/playlist.m:495
+msgid "Search in Playlist"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:496
+msgid "Standard Play"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:499
+#, fuzzy
+msgid "Add Folder to Playlist"
+msgstr "Lägg till i spellista"
+
+#: modules/gui/macosx/playlist.m:745
+msgid "Save Playlist"
+msgstr "Spara spellista"
+
+#: modules/gui/macosx/playlist.m:1489
+msgid "Empty Folder"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:1514
+#, fuzzy, c-format
+msgid "%i items in the playlist"
+msgstr "%i poster i spellistan"
+
+#: modules/gui/macosx/playlist.m:1524
+#, fuzzy
+msgid "1 item in the playlist"
+msgstr "1 post i spellistan"
+
 #: modules/gui/macosx/playlistinfo.m:55
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:585
@@ -10372,76 +10442,6 @@ msgstr ""
 msgid "Info"
 msgstr "Info"
 
-#: modules/gui/macosx/playlist.m:478
-msgid "Save Playlist..."
-msgstr "Spara spellista..."
-
-#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
-msgid "Delete"
-msgstr "Ta bort"
-
-#: modules/gui/macosx/playlist.m:481
-msgid "Expand Node"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:484
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
-msgid "Preparse"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:485
-msgid "Sort Node by Name"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:486
-msgid "Sort Node by Author"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
-#, fuzzy
-msgid "No items in the playlist"
-msgstr "%i poster i spellistan"
-
-#: modules/gui/macosx/playlist.m:493
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
-msgid "Search"
-msgstr "Sök"
-
-#: modules/gui/macosx/playlist.m:495
-msgid "Search in Playlist"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:496
-msgid "Standard Play"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:499
-#, fuzzy
-msgid "Add Folder to Playlist"
-msgstr "Lägg till i spellista"
-
-#: modules/gui/macosx/playlist.m:745
-msgid "Save Playlist"
-msgstr "Spara spellista"
-
-#: modules/gui/macosx/playlist.m:1489
-msgid "Empty Folder"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:1514
-#, fuzzy, c-format
-msgid "%i items in the playlist"
-msgstr "%i poster i spellistan"
-
-#: modules/gui/macosx/playlist.m:1524
-#, fuzzy
-msgid "1 item in the playlist"
-msgstr "1 post i spellistan"
-
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:212
 msgid "Reset All"
@@ -11781,7 +11781,7 @@ msgstr ""
 "(WinCE gränssnitt)\n"
 "\n"
 
-#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:918
+#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:920
 #, fuzzy
 msgid ""
 "(c) 1996-2006 - the VideoLAN Team\n"
@@ -11790,15 +11790,15 @@ msgstr ""
 "(c) 1996-2005 - the VideoLAN Team\n"
 "\n"
 
-#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:919
+#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:921
 msgid "Compiled by "
 msgstr "Byggd av "
 
-#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:921
+#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:923
 msgid "Compiler: "
 msgstr "Kompilator: "
 
-#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:923
+#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:925
 msgid "Based on SVN revision: "
 msgstr "Baserad på SVN revision: "
 
@@ -12187,7 +12187,8 @@ msgstr "Spellistan är tom"
 msgid "Can't save"
 msgstr "Kan inte spara"
 
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413 modules/misc/freetype.c:100
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413
+#: modules/gui/wxwidgets/wxwidgets.cpp:111 modules/misc/freetype.c:100
 #: modules/misc/win32text.c:71
 msgid "Normal"
 msgstr "Normal"
@@ -12616,8 +12617,8 @@ msgstr "&Hjälp"
 
 #: modules/gui/wxwidgets/interface.cpp:672
 #, fuzzy
-msgid "Small playlist"
-msgstr "Spara spellista"
+msgid "Embedded playlist"
+msgstr "Öppna spellista"
 
 #: modules/gui/wxwidgets/interface.cpp:673
 msgid "Previous playlist item"
@@ -12635,19 +12636,19 @@ msgstr "Spela långsammare"
 msgid "Play faster"
 msgstr "Spela fortare"
 
-#: modules/gui/wxwidgets/interface.cpp:859
+#: modules/gui/wxwidgets/interface.cpp:861
 msgid "Extended &GUI\tCtrl-G"
 msgstr "Utökat &gränssnitt\tCtrl-G"
 
-#: modules/gui/wxwidgets/interface.cpp:862
+#: modules/gui/wxwidgets/interface.cpp:864
 msgid "&Bookmarks...\tCtrl-B"
 msgstr "&Bokmärken...\tCtrl-B"
 
-#: modules/gui/wxwidgets/interface.cpp:864
+#: modules/gui/wxwidgets/interface.cpp:866
 msgid "Preference&s...\tCtrl-S"
 msgstr "Egen&skaper...\tCtrl-S"
 
-#: modules/gui/wxwidgets/interface.cpp:917
+#: modules/gui/wxwidgets/interface.cpp:919
 msgid ""
 " (wxWidgets interface)\n"
 "\n"
@@ -12655,7 +12656,7 @@ msgstr ""
 " (wxWidgets gränssnitt)\n"
 "\n"
 
-#: modules/gui/wxwidgets/interface.cpp:930
+#: modules/gui/wxwidgets/interface.cpp:932
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
@@ -12665,12 +12666,12 @@ msgstr ""
 "http://www.videolan.org/\n"
 "\n"
 
-#: modules/gui/wxwidgets/interface.cpp:933
+#: modules/gui/wxwidgets/interface.cpp:935
 #, c-format
 msgid "About %s"
 msgstr "Om %s"
 
-#: modules/gui/wxwidgets/interface.cpp:1476
+#: modules/gui/wxwidgets/interface.cpp:1478
 msgid "Show/Hide interface"
 msgstr "Visa/göm gränssnitt"
 
@@ -12811,11 +12812,32 @@ msgstr ""
 msgid "Show systray icon"
 msgstr ""
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:110
+#: modules/gui/wxwidgets/wxwidgets.cpp:103
+#, fuzzy
+msgid "Playlist view"
+msgstr "Föregående fil"
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:104
+msgid ""
+"There are two possible playlist views in the interface : the normal playlist "
+"(separate window), or an embedded playlist (within the main interface, but "
+"with less features. You can select which one will be available on the "
+"toolbar (or both)."
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:111
+msgid "Embedded"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:112
+msgid "Both"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:121
 msgid "wxWidgets interface module"
 msgstr "wxWidgets gränssnittsmodul"
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:152
+#: modules/gui/wxwidgets/wxwidgets.cpp:166
 msgid "wxWidgets dialogs provider"
 msgstr ""
 
@@ -13149,10 +13171,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"
@@ -13169,6 +13187,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:63
 msgid "MSN Title format string"
 msgstr ""
@@ -15677,6 +15699,10 @@ msgstr ""
 msgid "XOSD interface"
 msgstr "XOSD-gränssnitt"
 
+#, fuzzy
+#~ msgid "Small playlist"
+#~ msgstr "Spara spellista"
+
 #, fuzzy
 #~ msgid "VC-1 decoder module"
 #~ msgstr "Tarkin-avkodningsmodul"
@@ -15883,10 +15909,6 @@ msgstr "XOSD-gränssnitt"
 #~ msgid "Video output modules settings"
 #~ msgstr "Paus"
 
-#, fuzzy
-#~ msgid "Playlist Item"
-#~ msgstr "Föregående fil"
-
 #~ msgid "Video track"
 #~ msgstr "Videospår"
 
index 9e52b3081d3aa7cb9ca20b7c7f680739c484a16c..d41029c742fa0742db29c006a476f67a350a6d75 100644 (file)
--- 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-03-12 17:26+0000\n"
+"POT-Creation-Date: 2006-03-14 21:08+0100\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:578
+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"
@@ -453,9 +466,9 @@ msgstr ""
 "Uyari: Eger bir daha GUI'ye erisemiyorsaniz, bir DOS komut penceresi acin, "
 "VLC'yi yuklediginiz klasore gidin ve \"vlc -I wxwin\"komutunu calistirin\n"
 
-#: include/vlc_meta.h:28 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225 modules/misc/growl.c:168
+#: include/vlc_meta.h:28 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298 modules/misc/growl.c:168
 #: modules/misc/growl.c:171
 msgid "Meta-information"
 msgstr "Üst-veri"
@@ -469,15 +482,15 @@ msgstr "Üst-veri"
 msgid "Title"
 msgstr "Başlık"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:57
-#: modules/gui/macosx/playlist.m:133 modules/gui/macosx/wizard.m:392
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:133
+#: modules/gui/macosx/playlistinfo.m:57 modules/gui/macosx/wizard.m:392
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:51
 msgid "Author"
 msgstr "Yazar"
 
-#: include/vlc_meta.h:31 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225
+#: include/vlc_meta.h:31 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298
 msgid "Artist"
 msgstr "Sanatçı"
 
@@ -620,19 +633,6 @@ msgstr "Codec İsmi"
 msgid "Codec Description"
 msgstr "Codec Açıklama"
 
-#: include/vlc/vlc.h:578
-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/input.c:80 src/audio_output/input.c:126
 #: src/input/es_out.c:361 src/libvlc.h:365 src/video_output/video_output.c:379
 #: modules/codec/ffmpeg/postprocess.c:94
@@ -2638,7 +2638,7 @@ 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:856 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:81
-#: modules/gui/wxwidgets/interface.cpp:1467
+#: modules/gui/wxwidgets/interface.cpp:1469
 msgid "Play/Pause"
 msgstr "Oynat/Duraklat"
 
@@ -2684,7 +2684,7 @@ msgstr "Ağır çekim oynatma  için kestirme tuş seçin"
 #: modules/gui/macosx/controls.m:646 modules/gui/macosx/intf.m:476
 #: modules/gui/macosx/intf.m:521 modules/gui/macosx/intf.m:592
 #: modules/gui/macosx/wizard.m:313 modules/gui/macosx/wizard.m:364
-#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1472
+#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1474
 #: modules/gui/wxwidgets/menus.cpp:289
 msgid "Next"
 msgstr "Sonraki"
@@ -2696,7 +2696,7 @@ msgstr ""
 #: src/libvlc.h:868 modules/control/hotkeys.c:628
 #: modules/gui/macosx/controls.m:645 modules/gui/macosx/intf.m:471
 #: modules/gui/macosx/intf.m:520 modules/gui/macosx/intf.m:593
-#: modules/gui/wxwidgets/interface.cpp:1471
+#: modules/gui/wxwidgets/interface.cpp:1473
 #: modules/gui/wxwidgets/menus.cpp:288
 msgid "Previous"
 msgstr "Önceki"
@@ -2711,7 +2711,7 @@ msgstr ""
 #: modules/gui/pda/pda_interface.c:275
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:86
 #: modules/gui/wxwidgets/interface.cpp:668
-#: modules/gui/wxwidgets/interface.cpp:1473
+#: modules/gui/wxwidgets/interface.cpp:1475
 #: modules/gui/wxwidgets/menus.cpp:287 modules/visualization/xosd.c:235
 msgid "Stop"
 msgstr "Durdur"
@@ -4039,7 +4039,7 @@ msgid "Aspect-ratio"
 msgstr "En-boy Oranı"
 
 #: modules/access/cdda.c:52 modules/access/dshow/dshow.cpp:79
-#: modules/access/dvb/access.c:71 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:71
 #: modules/access/dvdnav.c:63 modules/access/dvdread.c:61
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:42
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4518,6 +4518,20 @@ msgstr "Listeyi yenile"
 msgid "Configure"
 msgstr "Yapılandır"
 
+#: modules/access/dv.c:70 modules/access/file.c:82
+msgid ""
+"Allows you to modify the default caching value for file streams. This value "
+"should be set in millisecond units."
+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:73
 msgid ""
 "Allows you to modify the default caching value for dvb streams. This value "
@@ -4754,20 +4768,6 @@ msgstr "DVB girdisi v4l2 destekli"
 msgid "HTTP server"
 msgstr "HTTP kullanıcı adı"
 
-#: modules/access/dv.c:70 modules/access/file.c:82
-msgid ""
-"Allows you to modify the default caching value for file streams. This value "
-"should be set in millisecond units."
-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:59 modules/access/dvdread.c:57
 msgid "DVD angle"
 msgstr "DVD açısı"
@@ -4914,37 +4914,6 @@ msgstr ""
 msgid "File"
 msgstr "Dosya"
 
-#: modules/access_filter/record.c:43
-msgid "Record directory"
-msgstr ""
-
-#: modules/access_filter/record.c:45
-msgid "Allows you to specify the 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:45
-#, fuzzy
-msgid "Size of the temporary files use to store the timeshifted stream."
-msgstr "Video süzgeçleri, video akışlarını son-işleme için kullanılırlar"
-
-#: modules/access_filter/timeshift.c:47
-#, fuzzy
-msgid "Timeshift directory"
-msgstr "Video enstantane klasörü"
-
-#: modules/access_filter/timeshift.c:48
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
-msgid "Timeshift"
-msgstr "Zaman kaydırma"
-
 #: modules/access/ftp.c:44
 msgid ""
 "Allows you to modify the default caching value for FTP streams. This value "
@@ -5070,177 +5039,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:60
-msgid "Append to file"
-msgstr "Dosyaya ekle"
-
-#: modules/access_output/file.c:61
-msgid "Append to file if it exists instead of replacing it."
-msgstr ""
-
-#: modules/access_output/file.c:65
-msgid "File stream output"
-msgstr "Dosya akış çıktısı"
-
-#: modules/access_output/http.c:60
-msgid "Username"
-msgstr "Kullanıcı"
-
-#: modules/access_output/http.c:61
-msgid ""
-"Allows you to give a user name that will be requested to access the stream."
-msgstr ""
-
-#: modules/access_output/http.c:64
-msgid ""
-"Allows you to give a 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 "Allows you to give the mime returned by the server."
-msgstr ""
-
-#: modules/access_output/http.c:70
-msgid ""
-"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
-"stream output"
-msgstr ""
-
-#: modules/access_output/http.c:73
-msgid ""
-"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:77
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used by the HTTP/SSL stream output. Leave empty if you "
-"don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:82
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:85
-msgid "Advertise with Bonjour"
-msgstr ""
-
-#: modules/access_output/http.c:86
-msgid "Advertise the stream with the Bonjour protocol"
-msgstr ""
-
-#: modules/access_output/http.c:90
-msgid "HTTP stream output"
-msgstr "HTTP akış çıktısı"
-
-#: modules/access_output/http.c:92 modules/control/http/http.c:58
-#: 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 "The name this stream/channel will get on the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:61
-#, fuzzy
-msgid "Stream-description"
-msgstr "Açıklama"
-
-#: modules/access_output/shout.c:62
-msgid "A description of the stream content. (Information about your channel)."
-msgstr ""
-
-#: modules/access_output/shout.c:65
-#, fuzzy
-msgid "Stream MP3"
-msgstr "Akış"
-
-#: modules/access_output/shout.c:66
-msgid ""
-"Normally you have to feed the shoutcast module with Ogg streams. This option "
-"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
-"the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:71
-msgid "libshout (icecast) output"
-msgstr ""
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:40
-#: modules/demux/livedotcom.cpp:61
-msgid "Caching value (ms)"
-msgstr "Arabellek değeri (ms)"
-
-#: modules/access_output/udp.c:77 modules/access/udp.c:44
-msgid ""
-"Allows you to modify the default caching value for UDP streams. This value "
-"should be set in millisecond units."
-msgstr ""
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:441
-#: modules/gui/macosx/wizard.m:1782
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
-msgid "Time-To-Live (TTL)"
-msgstr ""
-
-#: modules/access_output/udp.c:81
-msgid "Allows you to define the 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. This allows "
-"you to give the number of packets that will be sent at a time. It helps "
-"reducing the scheduling load on heavily-loaded systems."
-msgstr ""
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr ""
-
-#: modules/access_output/udp.c:91
-msgid ""
-"If you enable this option, packets will be sent directly, without trying to "
-"fill the MTU (ie, without trying to make the biggest possible packets in "
-"order to improve streaming)."
-msgstr ""
-
-#: 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/pvr.c:48
 msgid ""
 "Allows you to modify the default caching value for pvr streams. This value "
@@ -5351,7 +5149,7 @@ msgid ""
 msgstr ""
 
 #: modules/access/pvr/pvr.c:96 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1337
+#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1339
 msgid "Volume"
 msgstr "Seviye"
 
@@ -5400,6 +5198,11 @@ msgstr "PVR"
 msgid "MPEG Encoding cards input (with ivtv drivers)"
 msgstr ""
 
+#: modules/access/rtsp/access.c:40 modules/access_output/udp.c:75
+#: modules/demux/livedotcom.cpp:61
+msgid "Caching value (ms)"
+msgstr "Arabellek değeri (ms)"
+
 #: modules/access/rtsp/access.c:42 modules/demux/livedotcom.cpp:63
 msgid ""
 "Allows you to modify the default caching value for RTSP streams. This value "
@@ -5481,6 +5284,12 @@ msgstr "TCP"
 msgid "TCP input"
 msgstr "TCP girdisi"
 
+#: modules/access/udp.c:44 modules/access_output/udp.c:77
+msgid ""
+"Allows you to modify the default caching value for UDP streams. This value "
+"should be set in millisecond units."
+msgstr ""
+
 #: modules/access/udp.c:47
 msgid "Autodetection of MTU"
 msgstr ""
@@ -5737,72 +5546,263 @@ msgstr ""
 msgid "extended selection list"
 msgstr ""
 
-#: modules/access/vcdx/info.c:154
-msgid "selection list"
+#: 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: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 "Allows you to specify the 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:45
+#, fuzzy
+msgid "Size of the temporary files use to store the timeshifted stream."
+msgstr "Video süzgeçleri, video akışlarını son-işleme için kullanılırlar"
+
+#: modules/access_filter/timeshift.c:47
+#, fuzzy
+msgid "Timeshift directory"
+msgstr "Video enstantane klasörü"
+
+#: modules/access_filter/timeshift.c:48
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
+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:60
+msgid "Append to file"
+msgstr "Dosyaya ekle"
+
+#: modules/access_output/file.c:61
+msgid "Append to file if it exists instead of replacing it."
+msgstr ""
+
+#: modules/access_output/file.c:65
+msgid "File stream output"
+msgstr "Dosya akış çıktısı"
+
+#: modules/access_output/http.c:60
+msgid "Username"
+msgstr "Kullanıcı"
+
+#: modules/access_output/http.c:61
+msgid ""
+"Allows you to give a user name that will be requested to access the stream."
+msgstr ""
+
+#: modules/access_output/http.c:64
+msgid ""
+"Allows you to give a 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 "Allows you to give the mime returned by the server."
+msgstr ""
+
+#: modules/access_output/http.c:70
+msgid ""
+"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
+"stream output"
+msgstr ""
+
+#: modules/access_output/http.c:73
+msgid ""
+"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:77
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used by the HTTP/SSL stream output. Leave empty if you "
+"don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:82
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:85
+msgid "Advertise with Bonjour"
+msgstr ""
+
+#: modules/access_output/http.c:86
+msgid "Advertise the stream with the Bonjour protocol"
+msgstr ""
+
+#: modules/access_output/http.c:90
+msgid "HTTP stream output"
+msgstr "HTTP akış çıktısı"
+
+#: modules/access_output/http.c:92 modules/control/http/http.c:58
+#: 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 "The name this stream/channel will get on the icecast server."
 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_output/shout.c:61
+#, fuzzy
+msgid "Stream-description"
+msgstr "Açıklama"
 
-#: modules/access/vcdx/vcd.c:96
-msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
+#: modules/access_output/shout.c:62
+msgid "A description of the stream content. (Information about your channel)."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:97
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
-msgstr ""
+#: modules/access_output/shout.c:65
+#, fuzzy
+msgid "Stream MP3"
+msgstr "Akış"
 
-#: 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:66
+msgid ""
+"Normally you have to feed the shoutcast module with Ogg streams. This option "
+"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
+"the icecast server."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
+#: modules/access_output/shout.c:71
+msgid "libshout (icecast) output"
 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:80 modules/gui/macosx/wizard.m:441
+#: modules/gui/macosx/wizard.m:1782
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
+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
+msgid "Allows you to define the Time-To-Live of the outgoing stream."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:84
+msgid "Group packets"
+msgstr "Paketleri grupla"
+
+#: 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. This allows "
+"you to give the number of packets that will be sent at a time. It helps "
+"reducing the scheduling load on heavily-loaded systems."
 msgstr ""
 
-#: 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."
+"If you enable this option, packets will be sent directly, without trying to "
+"fill the MTU (ie, without trying to make the biggest possible packets in "
+"order to improve streaming)."
 msgstr ""
 
-#: 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 akış çıktısı"
 
-#: 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"
@@ -9653,7 +9653,7 @@ msgstr "Hızlı İleriye Sar"
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:274
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:283
 #: modules/gui/wxwidgets/interface.cpp:669
-#: modules/gui/wxwidgets/interface.cpp:1193
+#: modules/gui/wxwidgets/interface.cpp:1195
 #: modules/gui/wxwidgets/menus.cpp:294 modules/gui/wxwidgets/menus.cpp:308
 msgid "Play"
 msgstr "Oynat"
@@ -9662,7 +9662,7 @@ msgstr "Oynat"
 #: modules/gui/macosx/intf.m:1305 modules/gui/macosx/intf.m:1306
 #: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
 #: modules/gui/wxwidgets/interface.cpp:670
-#: modules/gui/wxwidgets/interface.cpp:1187
+#: modules/gui/wxwidgets/interface.cpp:1189
 #: modules/gui/wxwidgets/menus.cpp:296 modules/visualization/xosd.c:240
 msgid "Pause"
 msgstr "Duraklat"
@@ -9855,7 +9855,7 @@ msgstr "Diğerlerini Gizle"
 msgid "Show All"
 msgstr "Tümünü Göster"
 
-#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1465
+#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1467
 msgid "Quit VLC"
 msgstr "VLC'den çık"
 
@@ -9940,7 +9940,7 @@ msgid "Extended Controls"
 msgstr "Genişletilmiş denetimler"
 
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:606
-#: modules/gui/macosx/playlistinfo.m:54 modules/gui/macosx/playlist.m:483
+#: modules/gui/macosx/playlist.m:483 modules/gui/macosx/playlistinfo.m:54
 #, fuzzy
 msgid "Information"
 msgstr "Dönüşümler"
@@ -10297,6 +10297,77 @@ msgstr "SDP URL"
 msgid "Save File"
 msgstr "Dosya Kaydet"
 
+#: modules/gui/macosx/playlist.m:478
+msgid "Save Playlist..."
+msgstr "Listeyi Kaydet..."
+
+#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
+#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
+msgid "Delete"
+msgstr "Sil"
+
+#: modules/gui/macosx/playlist.m:481
+msgid "Expand Node"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:484
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
+msgid "Preparse"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:485
+msgid "Sort Node by Name"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:486
+msgid "Sort Node by Author"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
+#, fuzzy
+msgid "No items in the playlist"
+msgstr "Listede %i öge"
+
+#: modules/gui/macosx/playlist.m:493
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
+msgid "Search"
+msgstr "Ara"
+
+#: modules/gui/macosx/playlist.m:495
+#, fuzzy
+msgid "Search in Playlist"
+msgstr "Oynatma Listesi Aç"
+
+#: modules/gui/macosx/playlist.m:496
+msgid "Standard Play"
+msgstr "Standard Oynat"
+
+#: modules/gui/macosx/playlist.m:499
+#, fuzzy
+msgid "Add Folder to Playlist"
+msgstr "Oynatma Listesine Ekle"
+
+#: modules/gui/macosx/playlist.m:745
+msgid "Save Playlist"
+msgstr "Oynatma Listesini Kaydet"
+
+#: modules/gui/macosx/playlist.m:1489
+msgid "Empty Folder"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:1514
+#, fuzzy, c-format
+msgid "%i items in the playlist"
+msgstr "Listede %i öge"
+
+#: modules/gui/macosx/playlist.m:1524
+#, fuzzy
+msgid "1 item in the playlist"
+msgstr "Listede 1 öge"
+
 #: modules/gui/macosx/playlistinfo.m:55
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:585
@@ -10383,77 +10454,6 @@ msgstr ""
 msgid "Info"
 msgstr "Bilgi"
 
-#: modules/gui/macosx/playlist.m:478
-msgid "Save Playlist..."
-msgstr "Listeyi Kaydet..."
-
-#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
-msgid "Delete"
-msgstr "Sil"
-
-#: modules/gui/macosx/playlist.m:481
-msgid "Expand Node"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:484
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
-msgid "Preparse"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:485
-msgid "Sort Node by Name"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:486
-msgid "Sort Node by Author"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
-#, fuzzy
-msgid "No items in the playlist"
-msgstr "Listede %i öge"
-
-#: modules/gui/macosx/playlist.m:493
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
-msgid "Search"
-msgstr "Ara"
-
-#: modules/gui/macosx/playlist.m:495
-#, fuzzy
-msgid "Search in Playlist"
-msgstr "Oynatma Listesi Aç"
-
-#: modules/gui/macosx/playlist.m:496
-msgid "Standard Play"
-msgstr "Standard Oynat"
-
-#: modules/gui/macosx/playlist.m:499
-#, fuzzy
-msgid "Add Folder to Playlist"
-msgstr "Oynatma Listesine Ekle"
-
-#: modules/gui/macosx/playlist.m:745
-msgid "Save Playlist"
-msgstr "Oynatma Listesini Kaydet"
-
-#: modules/gui/macosx/playlist.m:1489
-msgid "Empty Folder"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:1514
-#, fuzzy, c-format
-msgid "%i items in the playlist"
-msgstr "Listede %i öge"
-
-#: modules/gui/macosx/playlist.m:1524
-#, fuzzy
-msgid "1 item in the playlist"
-msgstr "Listede 1 öge"
-
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:212
 msgid "Reset All"
@@ -11785,7 +11785,7 @@ msgstr ""
 "(WinCE arayüzü)\n"
 "\n"
 
-#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:918
+#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:920
 #, fuzzy
 msgid ""
 "(c) 1996-2006 - the VideoLAN Team\n"
@@ -11794,16 +11794,16 @@ msgstr ""
 "(c) 1996-2005 - VideoLAN Ekibi\n"
 "\n"
 
-#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:919
+#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:921
 #, fuzzy
 msgid "Compiled by "
 msgstr "Komedi"
 
-#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:921
+#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:923
 msgid "Compiler: "
 msgstr ""
 
-#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:923
+#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:925
 msgid "Based on SVN revision: "
 msgstr ""
 
@@ -12192,7 +12192,8 @@ msgstr "Oynatma listesi boş"
 msgid "Can't save"
 msgstr "Kaydedilemedi"
 
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413 modules/misc/freetype.c:100
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413
+#: modules/gui/wxwidgets/wxwidgets.cpp:111 modules/misc/freetype.c:100
 #: modules/misc/win32text.c:71
 msgid "Normal"
 msgstr "Normal"
@@ -12624,8 +12625,8 @@ msgstr "&Yardım"
 
 #: modules/gui/wxwidgets/interface.cpp:672
 #, fuzzy
-msgid "Small playlist"
-msgstr "Oynatma Listesini kaydet"
+msgid "Embedded playlist"
+msgstr "Oynatma Listesi aç"
 
 #: modules/gui/wxwidgets/interface.cpp:673
 msgid "Previous playlist item"
@@ -12643,19 +12644,19 @@ msgstr "Yavaş oynat"
 msgid "Play faster"
 msgstr "Hızlı oynat"
 
-#: modules/gui/wxwidgets/interface.cpp:859
+#: modules/gui/wxwidgets/interface.cpp:861
 msgid "Extended &GUI\tCtrl-G"
 msgstr "Geniş &GUI\tCtrl-G"
 
-#: modules/gui/wxwidgets/interface.cpp:862
+#: modules/gui/wxwidgets/interface.cpp:864
 msgid "&Bookmarks...\tCtrl-B"
 msgstr "&Yer İmleri...\tCtrl-B"
 
-#: modules/gui/wxwidgets/interface.cpp:864
+#: modules/gui/wxwidgets/interface.cpp:866
 msgid "Preference&s...\tCtrl-S"
 msgstr "&Tercihler...\tCtrl-S"
 
-#: modules/gui/wxwidgets/interface.cpp:917
+#: modules/gui/wxwidgets/interface.cpp:919
 #, fuzzy
 msgid ""
 " (wxWidgets interface)\n"
@@ -12664,7 +12665,7 @@ msgstr ""
 " (wxWindows arayüzü)\n"
 "\n"
 
-#: modules/gui/wxwidgets/interface.cpp:930
+#: modules/gui/wxwidgets/interface.cpp:932
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
@@ -12674,12 +12675,12 @@ msgstr ""
 "http://www.videolan.org/\n"
 "\n"
 
-#: modules/gui/wxwidgets/interface.cpp:933
+#: modules/gui/wxwidgets/interface.cpp:935
 #, c-format
 msgid "About %s"
 msgstr "%s Hakkında"
 
-#: modules/gui/wxwidgets/interface.cpp:1476
+#: modules/gui/wxwidgets/interface.cpp:1478
 msgid "Show/Hide interface"
 msgstr "Arayüzü Göster/Gizle"
 
@@ -12814,12 +12815,33 @@ msgstr ""
 msgid "Show systray icon"
 msgstr ""
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:110
+#: modules/gui/wxwidgets/wxwidgets.cpp:103
+#, fuzzy
+msgid "Playlist view"
+msgstr "Oynatma Listesi"
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:104
+msgid ""
+"There are two possible playlist views in the interface : the normal playlist "
+"(separate window), or an embedded playlist (within the main interface, but "
+"with less features. You can select which one will be available on the "
+"toolbar (or both)."
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:111
+msgid "Embedded"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:112
+msgid "Both"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:121
 #, fuzzy
 msgid "wxWidgets interface module"
 msgstr "WinCE arayüz modülü"
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:152
+#: modules/gui/wxwidgets/wxwidgets.cpp:166
 #, fuzzy
 msgid "wxWidgets dialogs provider"
 msgstr "WinCE diyalog sağlayıcı"
@@ -13155,10 +13177,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 ""
@@ -13175,6 +13193,10 @@ msgstr ""
 msgid "MMX EXT memcpy"
 msgstr ""
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr ""
+
 #: modules/misc/msn.c:63
 msgid "MSN Title format string"
 msgstr ""
@@ -15691,6 +15713,10 @@ msgstr ""
 msgid "XOSD interface"
 msgstr "XOSD arayüzü"
 
+#, fuzzy
+#~ msgid "Small playlist"
+#~ msgstr "Oynatma Listesini kaydet"
+
 #, fuzzy
 #~ msgid "VC-1 decoder module"
 #~ msgstr "Video süzgeç modülü"
index a5882be2b3648b35e31d9c47b2da1de0165dc38a..a4b7087e7bc2581c5b803db95f7cdeb2a475bb93 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-03-12 17:26+0000\n"
+"POT-Creation-Date: 2006-03-14 21:08+0100\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"
@@ -16,6 +16,14 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: include/vlc/vlc.h:578
+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 ""
@@ -436,9 +444,9 @@ msgid ""
 "the directory where you installed VLC and run \"vlc -I wxwin\"\n"
 msgstr ""
 
-#: include/vlc_meta.h:28 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225 modules/misc/growl.c:168
+#: include/vlc_meta.h:28 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298 modules/misc/growl.c:168
 #: modules/misc/growl.c:171
 msgid "Meta-information"
 msgstr ""
@@ -452,15 +460,15 @@ msgstr ""
 msgid "Title"
 msgstr ""
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:57
-#: modules/gui/macosx/playlist.m:133 modules/gui/macosx/wizard.m:392
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:133
+#: modules/gui/macosx/playlistinfo.m:57 modules/gui/macosx/wizard.m:392
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:51
 msgid "Author"
 msgstr ""
 
-#: include/vlc_meta.h:31 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225
+#: include/vlc_meta.h:31 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298
 msgid "Artist"
 msgstr ""
 
@@ -603,14 +611,6 @@ msgstr ""
 msgid "Codec Description"
 msgstr ""
 
-#: include/vlc/vlc.h:578
-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/input.c:80 src/audio_output/input.c:126
 #: src/input/es_out.c:361 src/libvlc.h:365 src/video_output/video_output.c:379
 #: modules/codec/ffmpeg/postprocess.c:94
@@ -2589,7 +2589,7 @@ msgid "Select the hotkey to use to swap fullscreen state."
 msgstr ""
 
 #: src/libvlc.h:856 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:81
-#: modules/gui/wxwidgets/interface.cpp:1467
+#: modules/gui/wxwidgets/interface.cpp:1469
 msgid "Play/Pause"
 msgstr ""
 
@@ -2635,7 +2635,7 @@ msgstr ""
 #: modules/gui/macosx/controls.m:646 modules/gui/macosx/intf.m:476
 #: modules/gui/macosx/intf.m:521 modules/gui/macosx/intf.m:592
 #: modules/gui/macosx/wizard.m:313 modules/gui/macosx/wizard.m:364
-#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1472
+#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1474
 #: modules/gui/wxwidgets/menus.cpp:289
 msgid "Next"
 msgstr ""
@@ -2647,7 +2647,7 @@ msgstr ""
 #: src/libvlc.h:868 modules/control/hotkeys.c:628
 #: modules/gui/macosx/controls.m:645 modules/gui/macosx/intf.m:471
 #: modules/gui/macosx/intf.m:520 modules/gui/macosx/intf.m:593
-#: modules/gui/wxwidgets/interface.cpp:1471
+#: modules/gui/wxwidgets/interface.cpp:1473
 #: modules/gui/wxwidgets/menus.cpp:288
 msgid "Previous"
 msgstr ""
@@ -2662,7 +2662,7 @@ msgstr ""
 #: modules/gui/pda/pda_interface.c:275
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:86
 #: modules/gui/wxwidgets/interface.cpp:668
-#: modules/gui/wxwidgets/interface.cpp:1473
+#: modules/gui/wxwidgets/interface.cpp:1475
 #: modules/gui/wxwidgets/menus.cpp:287 modules/visualization/xosd.c:235
 msgid "Stop"
 msgstr ""
@@ -3964,7 +3964,7 @@ msgid "Aspect-ratio"
 msgstr ""
 
 #: modules/access/cdda.c:52 modules/access/dshow/dshow.cpp:79
-#: modules/access/dvb/access.c:71 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:71
 #: modules/access/dvdnav.c:63 modules/access/dvdread.c:61
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:42
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4440,6 +4440,20 @@ msgstr ""
 msgid "Configure"
 msgstr ""
 
+#: modules/access/dv.c:70 modules/access/file.c:82
+msgid ""
+"Allows you to modify the default caching value for file streams. This value "
+"should be set in millisecond units."
+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:73
 msgid ""
 "Allows you to modify the default caching value for dvb streams. This value "
@@ -4672,20 +4686,6 @@ msgstr ""
 msgid "HTTP server"
 msgstr ""
 
-#: modules/access/dv.c:70 modules/access/file.c:82
-msgid ""
-"Allows you to modify the default caching value for file streams. This value "
-"should be set in millisecond units."
-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:59 modules/access/dvdread.c:57
 msgid "DVD angle"
 msgstr ""
@@ -4830,34 +4830,6 @@ msgstr ""
 msgid "File"
 msgstr ""
 
-#: modules/access_filter/record.c:43
-msgid "Record directory"
-msgstr ""
-
-#: modules/access_filter/record.c:45
-msgid "Allows you to specify the directory where the record will be stored"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:44
-msgid "Timeshift granularity"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:45
-msgid "Size of the temporary files use to store the timeshifted stream."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:47
-msgid "Timeshift directory"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:48
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
-msgid "Timeshift"
-msgstr ""
-
 #: modules/access/ftp.c:44
 msgid ""
 "Allows you to modify the default caching value for FTP streams. This value "
@@ -4981,174 +4953,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 ""
-
-#: modules/access_output/file.c:60
-msgid "Append to file"
-msgstr ""
-
-#: modules/access_output/file.c:61
-msgid "Append to file if it exists instead of replacing it."
-msgstr ""
-
-#: modules/access_output/file.c:65
-msgid "File stream output"
-msgstr ""
-
-#: modules/access_output/http.c:60
-msgid "Username"
-msgstr ""
-
-#: modules/access_output/http.c:61
-msgid ""
-"Allows you to give a user name that will be requested to access the stream."
-msgstr ""
-
-#: modules/access_output/http.c:64
-msgid ""
-"Allows you to give a 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 "Allows you to give the mime returned by the server."
-msgstr ""
-
-#: modules/access_output/http.c:70
-msgid ""
-"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
-"stream output"
-msgstr ""
-
-#: modules/access_output/http.c:73
-msgid ""
-"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:77
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used by the HTTP/SSL stream output. Leave empty if you "
-"don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:82
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:85
-msgid "Advertise with Bonjour"
-msgstr ""
-
-#: modules/access_output/http.c:86
-msgid "Advertise the stream with the Bonjour protocol"
-msgstr ""
-
-#: modules/access_output/http.c:90
-msgid "HTTP stream output"
-msgstr ""
-
-#: modules/access_output/http.c:92 modules/control/http/http.c:58
-#: 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 "The name this stream/channel will get on the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:61
-msgid "Stream-description"
-msgstr ""
-
-#: modules/access_output/shout.c:62
-msgid "A description of the stream content. (Information about your channel)."
-msgstr ""
-
-#: modules/access_output/shout.c:65
-msgid "Stream MP3"
-msgstr ""
-
-#: modules/access_output/shout.c:66
-msgid ""
-"Normally you have to feed the shoutcast module with Ogg streams. This option "
-"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
-"the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:71
-msgid "libshout (icecast) output"
-msgstr ""
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:40
-#: modules/demux/livedotcom.cpp:61
-msgid "Caching value (ms)"
-msgstr ""
-
-#: modules/access_output/udp.c:77 modules/access/udp.c:44
-msgid ""
-"Allows you to modify the default caching value for UDP streams. This value "
-"should be set in millisecond units."
-msgstr ""
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:441
-#: modules/gui/macosx/wizard.m:1782
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
-msgid "Time-To-Live (TTL)"
-msgstr ""
-
-#: modules/access_output/udp.c:81
-msgid "Allows you to define the 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. This allows "
-"you to give the number of packets that will be sent at a time. It helps "
-"reducing the scheduling load on heavily-loaded systems."
-msgstr ""
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr ""
-
-#: modules/access_output/udp.c:91
-msgid ""
-"If you enable this option, packets will be sent directly, without trying to "
-"fill the MTU (ie, without trying to make the biggest possible packets in "
-"order to improve streaming)."
-msgstr ""
-
-#: 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/pvr.c:48
 msgid ""
 "Allows you to modify the default caching value for pvr streams. This value "
@@ -5256,7 +5060,7 @@ msgid ""
 msgstr ""
 
 #: modules/access/pvr/pvr.c:96 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1337
+#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1339
 msgid "Volume"
 msgstr ""
 
@@ -5305,6 +5109,11 @@ msgstr ""
 msgid "MPEG Encoding cards input (with ivtv drivers)"
 msgstr ""
 
+#: modules/access/rtsp/access.c:40 modules/access_output/udp.c:75
+#: modules/demux/livedotcom.cpp:61
+msgid "Caching value (ms)"
+msgstr ""
+
 #: modules/access/rtsp/access.c:42 modules/demux/livedotcom.cpp:63
 msgid ""
 "Allows you to modify the default caching value for RTSP streams. This value "
@@ -5385,6 +5194,12 @@ msgstr ""
 msgid "TCP input"
 msgstr ""
 
+#: modules/access/udp.c:44 modules/access_output/udp.c:77
+msgid ""
+"Allows you to modify the default caching value for UDP streams. This value "
+"should be set in millisecond units."
+msgstr ""
+
 #: modules/access/udp.c:47
 msgid "Autodetection of MTU"
 msgstr ""
@@ -5619,92 +5434,277 @@ msgstr ""
 msgid "Last Entry Point"
 msgstr ""
 
-#: 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
+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: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 "Allows you to specify the directory where the record will be stored"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:44
+msgid "Timeshift granularity"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:45
+msgid "Size of the temporary files use to store the timeshifted stream."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:47
+msgid "Timeshift directory"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:48
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
+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:60
+msgid "Append to file"
+msgstr ""
+
+#: modules/access_output/file.c:61
+msgid "Append to file if it exists instead of replacing it."
+msgstr ""
+
+#: modules/access_output/file.c:65
+msgid "File stream output"
+msgstr ""
+
+#: modules/access_output/http.c:60
+msgid "Username"
+msgstr ""
+
+#: modules/access_output/http.c:61
+msgid ""
+"Allows you to give a user name that will be requested to access the stream."
+msgstr ""
+
+#: modules/access_output/http.c:64
+msgid ""
+"Allows you to give a 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 "Allows you to give the mime returned by the server."
+msgstr ""
+
+#: modules/access_output/http.c:70
+msgid ""
+"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
+"stream output"
+msgstr ""
+
+#: modules/access_output/http.c:73
+msgid ""
+"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:77
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used by the HTTP/SSL stream output. Leave empty if you "
+"don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:82
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
+"stream output. Leave empty if you don't have one."
 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/http.c:85
+msgid "Advertise with Bonjour"
 msgstr ""
 
-#: modules/access/vcdx/info.c:139
-msgid "end"
+#: modules/access_output/http.c:86
+msgid "Advertise the stream with the Bonjour protocol"
 msgstr ""
 
-#: modules/access/vcdx/info.c:142
-msgid "play list"
+#: modules/access_output/http.c:90
+msgid "HTTP stream output"
 msgstr ""
 
-#: modules/access/vcdx/info.c:153
-msgid "extended selection list"
+#: modules/access_output/http.c:92 modules/control/http/http.c:58
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
 msgstr ""
 
-#: modules/access/vcdx/info.c:154
-msgid "selection list"
+#: modules/access_output/shout.c:58
+msgid "Stream-name"
 msgstr ""
 
-#: modules/access/vcdx/info.c:166
-msgid "unknown type"
+#: modules/access_output/shout.c:59
+msgid "The name this stream/channel will get on the icecast server."
 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:61
+msgid "Stream-description"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:95
-msgid "(Super) Video CD"
+#: modules/access_output/shout.c:62
+msgid "A description of the stream content. (Information about 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:65
+msgid "Stream MP3"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:97
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
+#: modules/access_output/shout.c:66
+msgid ""
+"Normally you have to feed the shoutcast module with Ogg streams. This option "
+"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
+"the icecast server."
 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:71
+msgid "libshout (icecast) output"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:441
+#: modules/gui/macosx/wizard.m:1782
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
+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 "Allows you to define the 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. This allows "
+"you to give the number of packets that will be sent at a time. It helps "
+"reducing the scheduling load on heavily-loaded systems."
 msgstr ""
 
-#: 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."
+"If you enable this option, packets will be sent directly, without trying to "
+"fill the MTU (ie, without trying to make the biggest possible packets in "
+"order to improve streaming)."
 msgstr ""
 
-#: 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
@@ -9473,7 +9473,7 @@ msgstr ""
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:274
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:283
 #: modules/gui/wxwidgets/interface.cpp:669
-#: modules/gui/wxwidgets/interface.cpp:1193
+#: modules/gui/wxwidgets/interface.cpp:1195
 #: modules/gui/wxwidgets/menus.cpp:294 modules/gui/wxwidgets/menus.cpp:308
 msgid "Play"
 msgstr ""
@@ -9482,7 +9482,7 @@ msgstr ""
 #: modules/gui/macosx/intf.m:1305 modules/gui/macosx/intf.m:1306
 #: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
 #: modules/gui/wxwidgets/interface.cpp:670
-#: modules/gui/wxwidgets/interface.cpp:1187
+#: modules/gui/wxwidgets/interface.cpp:1189
 #: modules/gui/wxwidgets/menus.cpp:296 modules/visualization/xosd.c:240
 msgid "Pause"
 msgstr ""
@@ -9674,7 +9674,7 @@ msgstr ""
 msgid "Show All"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1465
+#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1467
 msgid "Quit VLC"
 msgstr ""
 
@@ -9756,7 +9756,7 @@ msgid "Extended Controls"
 msgstr ""
 
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:606
-#: modules/gui/macosx/playlistinfo.m:54 modules/gui/macosx/playlist.m:483
+#: modules/gui/macosx/playlist.m:483 modules/gui/macosx/playlistinfo.m:54
 msgid "Information"
 msgstr ""
 
@@ -10108,6 +10108,73 @@ msgstr ""
 msgid "Save File"
 msgstr ""
 
+#: modules/gui/macosx/playlist.m:478
+msgid "Save Playlist..."
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
+#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
+msgid "Delete"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:481
+msgid "Expand Node"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:484
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
+msgid "Preparse"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:485
+msgid "Sort Node by Name"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:486
+msgid "Sort Node by Author"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
+msgid "No items in the playlist"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:493
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
+msgid "Search"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:495
+msgid "Search in Playlist"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:496
+msgid "Standard Play"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:499
+msgid "Add Folder to Playlist"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:745
+msgid "Save Playlist"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:1489
+msgid "Empty Folder"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:1514
+#, c-format
+msgid "%i items in the playlist"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:1524
+msgid "1 item in the playlist"
+msgstr ""
+
 #: modules/gui/macosx/playlistinfo.m:55
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:585
@@ -10184,73 +10251,6 @@ msgstr ""
 msgid "Info"
 msgstr ""
 
-#: modules/gui/macosx/playlist.m:478
-msgid "Save Playlist..."
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
-msgid "Delete"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:481
-msgid "Expand Node"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:484
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
-msgid "Preparse"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:485
-msgid "Sort Node by Name"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:486
-msgid "Sort Node by Author"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
-msgid "No items in the playlist"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:493
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
-msgid "Search"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:495
-msgid "Search in Playlist"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:496
-msgid "Standard Play"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:499
-msgid "Add Folder to Playlist"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:745
-msgid "Save Playlist"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:1489
-msgid "Empty Folder"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:1514
-#, c-format
-msgid "%i items in the playlist"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:1524
-msgid "1 item in the playlist"
-msgstr ""
-
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:212
 msgid "Reset All"
@@ -11549,21 +11549,21 @@ msgid ""
 "\n"
 msgstr ""
 
-#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:918
+#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:920
 msgid ""
 "(c) 1996-2006 - the VideoLAN Team\n"
 "\n"
 msgstr ""
 
-#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:919
+#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:921
 msgid "Compiled by "
 msgstr ""
 
-#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:921
+#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:923
 msgid "Compiler: "
 msgstr ""
 
-#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:923
+#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:925
 msgid "Based on SVN revision: "
 msgstr ""
 
@@ -11934,7 +11934,8 @@ msgstr ""
 msgid "Can't save"
 msgstr ""
 
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413 modules/misc/freetype.c:100
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413
+#: modules/gui/wxwidgets/wxwidgets.cpp:111 modules/misc/freetype.c:100
 #: modules/misc/win32text.c:71
 msgid "Normal"
 msgstr ""
@@ -12352,7 +12353,7 @@ msgid "&Help"
 msgstr ""
 
 #: modules/gui/wxwidgets/interface.cpp:672
-msgid "Small playlist"
+msgid "Embedded playlist"
 msgstr ""
 
 #: modules/gui/wxwidgets/interface.cpp:673
@@ -12371,37 +12372,37 @@ msgstr ""
 msgid "Play faster"
 msgstr ""
 
-#: modules/gui/wxwidgets/interface.cpp:859
+#: modules/gui/wxwidgets/interface.cpp:861
 msgid "Extended &GUI\tCtrl-G"
 msgstr ""
 
-#: modules/gui/wxwidgets/interface.cpp:862
+#: modules/gui/wxwidgets/interface.cpp:864
 msgid "&Bookmarks...\tCtrl-B"
 msgstr ""
 
-#: modules/gui/wxwidgets/interface.cpp:864
+#: modules/gui/wxwidgets/interface.cpp:866
 msgid "Preference&s...\tCtrl-S"
 msgstr ""
 
-#: modules/gui/wxwidgets/interface.cpp:917
+#: modules/gui/wxwidgets/interface.cpp:919
 msgid ""
 " (wxWidgets interface)\n"
 "\n"
 msgstr ""
 
-#: modules/gui/wxwidgets/interface.cpp:930
+#: modules/gui/wxwidgets/interface.cpp:932
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
 "\n"
 msgstr ""
 
-#: modules/gui/wxwidgets/interface.cpp:933
+#: modules/gui/wxwidgets/interface.cpp:935
 #, c-format
 msgid "About %s"
 msgstr ""
 
-#: modules/gui/wxwidgets/interface.cpp:1476
+#: modules/gui/wxwidgets/interface.cpp:1478
 msgid "Show/Hide interface"
 msgstr ""
 
@@ -12533,11 +12534,31 @@ msgstr ""
 msgid "Show systray icon"
 msgstr ""
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:110
+#: modules/gui/wxwidgets/wxwidgets.cpp:103
+msgid "Playlist view"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:104
+msgid ""
+"There are two possible playlist views in the interface : the normal playlist "
+"(separate window), or an embedded playlist (within the main interface, but "
+"with less features. You can select which one will be available on the "
+"toolbar (or both)."
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:111
+msgid "Embedded"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:112
+msgid "Both"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:121
 msgid "wxWidgets interface module"
 msgstr ""
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:152
+#: modules/gui/wxwidgets/wxwidgets.cpp:166
 msgid "wxWidgets dialogs provider"
 msgstr ""
 
@@ -12865,10 +12886,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 ""
@@ -12885,6 +12902,10 @@ msgstr ""
 msgid "MMX EXT memcpy"
 msgstr ""
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr ""
+
 #: modules/misc/msn.c:63
 msgid "MSN Title format string"
 msgstr ""
index 1864f79373a438029f4ba5e3b81c687e1aa2d288..f88933d63dc15a983ee1c8ab2e8a643220b9e60f 100644 (file)
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 0.8.4-test1-svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-03-12 17:26+0000\n"
+"POT-Creation-Date: 2006-03-14 21:08+0100\n"
 "PO-Revision-Date: 2005-12-11 11:12+0800\n"
 "Last-Translator: Wei Mingzhi <whistler_wmz@users.sourceforge.net>\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:578
+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选项"
@@ -446,9 +458,9 @@ msgid ""
 "the directory where you installed VLC and run \"vlc -I wxwin\"\n"
 msgstr ""
 
-#: include/vlc_meta.h:28 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225 modules/misc/growl.c:168
+#: include/vlc_meta.h:28 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298 modules/misc/growl.c:168
 #: modules/misc/growl.c:171
 msgid "Meta-information"
 msgstr ""
@@ -462,15 +474,15 @@ msgstr ""
 msgid "Title"
 msgstr "标题"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:57
-#: modules/gui/macosx/playlist.m:133 modules/gui/macosx/wizard.m:392
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:133
+#: modules/gui/macosx/playlistinfo.m:57 modules/gui/macosx/wizard.m:392
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:51
 msgid "Author"
 msgstr "作者"
 
-#: include/vlc_meta.h:31 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225
+#: include/vlc_meta.h:31 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298
 msgid "Artist"
 msgstr "艺术家"
 
@@ -613,18 +625,6 @@ msgstr "编码器名称"
 msgid "Codec Description"
 msgstr "编码器描述"
 
-#: include/vlc/vlc.h:578
-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/input.c:80 src/audio_output/input.c:126
 #: src/input/es_out.c:361 src/libvlc.h:365 src/video_output/video_output.c:379
 #: modules/codec/ffmpeg/postprocess.c:94
@@ -2649,7 +2649,7 @@ msgid "Select the hotkey to use to swap fullscreen state."
 msgstr "选择热键以切换全屏幕状态"
 
 #: src/libvlc.h:856 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:81
-#: modules/gui/wxwidgets/interface.cpp:1467
+#: modules/gui/wxwidgets/interface.cpp:1469
 msgid "Play/Pause"
 msgstr "播放/暂停"
 
@@ -2695,7 +2695,7 @@ msgstr "选择热键以慢速回放"
 #: modules/gui/macosx/controls.m:646 modules/gui/macosx/intf.m:476
 #: modules/gui/macosx/intf.m:521 modules/gui/macosx/intf.m:592
 #: modules/gui/macosx/wizard.m:313 modules/gui/macosx/wizard.m:364
-#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1472
+#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1474
 #: modules/gui/wxwidgets/menus.cpp:289
 msgid "Next"
 msgstr "下一项"
@@ -2707,7 +2707,7 @@ msgstr "选择热键以播放列表中的下一个项目"
 #: src/libvlc.h:868 modules/control/hotkeys.c:628
 #: modules/gui/macosx/controls.m:645 modules/gui/macosx/intf.m:471
 #: modules/gui/macosx/intf.m:520 modules/gui/macosx/intf.m:593
-#: modules/gui/wxwidgets/interface.cpp:1471
+#: modules/gui/wxwidgets/interface.cpp:1473
 #: modules/gui/wxwidgets/menus.cpp:288
 msgid "Previous"
 msgstr "上一项"
@@ -2722,7 +2722,7 @@ msgstr "选择热键以播放列表中的上一个项目"
 #: modules/gui/pda/pda_interface.c:275
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:86
 #: modules/gui/wxwidgets/interface.cpp:668
-#: modules/gui/wxwidgets/interface.cpp:1473
+#: modules/gui/wxwidgets/interface.cpp:1475
 #: modules/gui/wxwidgets/menus.cpp:287 modules/visualization/xosd.c:235
 msgid "Stop"
 msgstr "停止"
@@ -4040,7 +4040,7 @@ msgid "Aspect-ratio"
 msgstr "纵横比"
 
 #: modules/access/cdda.c:52 modules/access/dshow/dshow.cpp:79
-#: modules/access/dvb/access.c:71 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:71
 #: modules/access/dvdnav.c:63 modules/access/dvdread.c:61
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:42
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4521,6 +4521,20 @@ msgstr "刷新清单"
 msgid "Configure"
 msgstr "配置"
 
+#: modules/access/dv.c:70 modules/access/file.c:82
+msgid ""
+"Allows you to modify the default caching value for file streams. This value "
+"should be set in millisecond units."
+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:73
 msgid ""
 "Allows you to modify the default caching value for dvb streams. This value "
@@ -4757,20 +4771,6 @@ msgstr ""
 msgid "HTTP server"
 msgstr "CDDB服务器"
 
-#: modules/access/dv.c:70 modules/access/file.c:82
-msgid ""
-"Allows you to modify the default caching value for file streams. This value "
-"should be set in millisecond units."
-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:59 modules/access/dvdread.c:57
 msgid "DVD angle"
 msgstr ""
@@ -4915,34 +4915,6 @@ msgstr "标准文件系统文件输入"
 msgid "File"
 msgstr "文件"
 
-#: modules/access_filter/record.c:43
-msgid "Record directory"
-msgstr ""
-
-#: modules/access_filter/record.c:45
-msgid "Allows you to specify the directory where the record will be stored"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:44
-msgid "Timeshift granularity"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:45
-msgid "Size of the temporary files use to store the timeshifted stream."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:47
-msgid "Timeshift directory"
-msgstr ""
-
-#: modules/access_filter/timeshift.c:48
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
-msgid "Timeshift"
-msgstr ""
-
 #: modules/access/ftp.c:44
 msgid ""
 "Allows you to modify the default caching value for FTP streams. This value "
@@ -5066,175 +5038,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:60
-msgid "Append to file"
-msgstr ""
-
-#: modules/access_output/file.c:61
-msgid "Append to file if it exists instead of replacing it."
-msgstr ""
-
-#: modules/access_output/file.c:65
-msgid "File stream output"
-msgstr ""
-
-#: modules/access_output/http.c:60
-msgid "Username"
-msgstr "用户名"
-
-#: modules/access_output/http.c:61
-msgid ""
-"Allows you to give a user name that will be requested to access the stream."
-msgstr ""
-
-#: modules/access_output/http.c:64
-msgid ""
-"Allows you to give a 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 "Allows you to give the mime returned by the server."
-msgstr ""
-
-#: modules/access_output/http.c:70
-msgid ""
-"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
-"stream output"
-msgstr ""
-
-#: modules/access_output/http.c:73
-msgid ""
-"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:77
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used by the HTTP/SSL stream output. Leave empty if you "
-"don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:82
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:85
-msgid "Advertise with Bonjour"
-msgstr ""
-
-#: modules/access_output/http.c:86
-msgid "Advertise the stream with the Bonjour protocol"
-msgstr ""
-
-#: modules/access_output/http.c:90
-msgid "HTTP stream output"
-msgstr ""
-
-#: modules/access_output/http.c:92 modules/control/http/http.c:58
-#: 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 "The name this stream/channel will get on the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:61
-msgid "Stream-description"
-msgstr ""
-
-#: modules/access_output/shout.c:62
-msgid "A description of the stream content. (Information about your channel)."
-msgstr ""
-
-#: modules/access_output/shout.c:65
-msgid "Stream MP3"
-msgstr ""
-
-#: modules/access_output/shout.c:66
-msgid ""
-"Normally you have to feed the shoutcast module with Ogg streams. This option "
-"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
-"the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:71
-msgid "libshout (icecast) output"
-msgstr ""
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:40
-#: modules/demux/livedotcom.cpp:61
-msgid "Caching value (ms)"
-msgstr "缓存值 (毫秒)"
-
-#: modules/access_output/udp.c:77 modules/access/udp.c:44
-msgid ""
-"Allows you to modify the default caching value for UDP streams. This value "
-"should be set in millisecond units."
-msgstr "允许您修改 UDP 串流的默认的缓存值。这个值是以毫秒为单位的。"
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:441
-#: modules/gui/macosx/wizard.m:1782
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
-msgid "Time-To-Live (TTL)"
-msgstr "有效时间(TTL)"
-
-#: modules/access_output/udp.c:81
-#, fuzzy
-msgid "Allows you to define the 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. This allows "
-"you to give the number of packets that will be sent at a time. It helps "
-"reducing the scheduling load on heavily-loaded systems."
-msgstr ""
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr ""
-
-#: modules/access_output/udp.c:91
-msgid ""
-"If you enable this option, packets will be sent directly, without trying to "
-"fill the MTU (ie, without trying to make the biggest possible packets in "
-"order to improve streaming)."
-msgstr ""
-
-#: 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/pvr.c:48
 msgid ""
 "Allows you to modify the default caching value for pvr streams. This value "
@@ -5344,7 +5147,7 @@ msgid ""
 msgstr ""
 
 #: modules/access/pvr/pvr.c:96 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1337
+#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1339
 msgid "Volume"
 msgstr "音量"
 
@@ -5393,6 +5196,11 @@ msgstr ""
 msgid "MPEG Encoding cards input (with ivtv drivers)"
 msgstr "MPEG 压缩卡输入 (带有 ivtv 驱动程序)"
 
+#: modules/access/rtsp/access.c:40 modules/access_output/udp.c:75
+#: modules/demux/livedotcom.cpp:61
+msgid "Caching value (ms)"
+msgstr "缓存值 (毫秒)"
+
 #: modules/access/rtsp/access.c:42 modules/demux/livedotcom.cpp:63
 msgid ""
 "Allows you to modify the default caching value for RTSP streams. This value "
@@ -5473,6 +5281,12 @@ msgstr ""
 msgid "TCP input"
 msgstr "TCP输入"
 
+#: modules/access/udp.c:44 modules/access_output/udp.c:77
+msgid ""
+"Allows you to modify the default caching value for UDP streams. This value "
+"should be set in millisecond units."
+msgstr "允许您修改 UDP 串流的默认的缓存值。这个值是以毫秒为单位的。"
+
 #: modules/access/udp.c:47
 msgid "Autodetection of MTU"
 msgstr ""
@@ -5716,83 +5530,269 @@ msgstr "音轨大小 (扇区)"
 msgid "type"
 msgstr ""
 
-#: modules/access/vcdx/info.c:139
-msgid "end"
+#: 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: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 "Allows you to specify the directory where the record will be stored"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:44
+msgid "Timeshift granularity"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:45
+msgid "Size of the temporary files use to store the timeshifted stream."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:47
+msgid "Timeshift directory"
+msgstr ""
+
+#: modules/access_filter/timeshift.c:48
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
+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:60
+msgid "Append to file"
+msgstr ""
+
+#: modules/access_output/file.c:61
+msgid "Append to file if it exists instead of replacing it."
+msgstr ""
+
+#: modules/access_output/file.c:65
+msgid "File stream output"
+msgstr ""
+
+#: modules/access_output/http.c:60
+msgid "Username"
+msgstr "用户名"
+
+#: modules/access_output/http.c:61
+msgid ""
+"Allows you to give a user name that will be requested to access the stream."
+msgstr ""
+
+#: modules/access_output/http.c:64
+msgid ""
+"Allows you to give a 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 "Allows you to give the mime returned by the server."
+msgstr ""
+
+#: modules/access_output/http.c:70
+msgid ""
+"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
+"stream output"
+msgstr ""
+
+#: modules/access_output/http.c:73
+msgid ""
+"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:77
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used by the HTTP/SSL stream output. Leave empty if you "
+"don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:82
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:85
+msgid "Advertise with Bonjour"
+msgstr ""
+
+#: modules/access_output/http.c:86
+msgid "Advertise the stream with the Bonjour protocol"
+msgstr ""
+
+#: modules/access_output/http.c:90
+msgid "HTTP stream output"
 msgstr ""
 
-#: modules/access/vcdx/info.c:142
-msgid "play list"
+#: modules/access_output/http.c:92 modules/control/http/http.c:58
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
 msgstr ""
 
-#: modules/access/vcdx/info.c:153
-msgid "extended selection list"
+#: modules/access_output/shout.c:58
+msgid "Stream-name"
 msgstr ""
 
-#: modules/access/vcdx/info.c:154
-msgid "selection list"
-msgstr "选择清单"
-
-#: modules/access/vcdx/info.c:166
-msgid "unknown type"
-msgstr "未知类型"
+#: modules/access_output/shout.c:59
+msgid "The name this stream/channel will get on the icecast server."
+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:61
+msgid "Stream-description"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:95
-msgid "(Super) Video CD"
+#: modules/access_output/shout.c:62
+msgid "A description of the stream content. (Information about 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:65
+msgid "Stream MP3"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:97
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
+#: modules/access_output/shout.c:66
+msgid ""
+"Normally you have to feed the shoutcast module with Ogg streams. This option "
+"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
+"the icecast server."
 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:71
+msgid "libshout (icecast) output"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
-msgstr "使用回放控制"
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:441
+#: modules/gui/macosx/wizard.m:1782
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
+msgid "Time-To-Live (TTL)"
+msgstr "有效时间(TTL)"
 
-#: modules/access/vcdx/vcd.c:117
-msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
-msgstr ""
+#: modules/access_output/udp.c:81
+#, fuzzy
+msgid "Allows you to define the 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. This allows "
+"you to give the number of packets that will be sent at a time. It helps "
+"reducing the scheduling load on heavily-loaded systems."
 msgstr ""
 
-#: 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."
+"If you enable this option, packets will be sent directly, without trying to "
+"fill the MTU (ie, without trying to make the biggest possible packets in "
+"order to improve streaming)."
 msgstr ""
 
-#: 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
@@ -9611,7 +9611,7 @@ msgstr "快速向前"
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:274
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:283
 #: modules/gui/wxwidgets/interface.cpp:669
-#: modules/gui/wxwidgets/interface.cpp:1193
+#: modules/gui/wxwidgets/interface.cpp:1195
 #: modules/gui/wxwidgets/menus.cpp:294 modules/gui/wxwidgets/menus.cpp:308
 msgid "Play"
 msgstr "播放"
@@ -9620,7 +9620,7 @@ msgstr "播放"
 #: modules/gui/macosx/intf.m:1305 modules/gui/macosx/intf.m:1306
 #: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
 #: modules/gui/wxwidgets/interface.cpp:670
-#: modules/gui/wxwidgets/interface.cpp:1187
+#: modules/gui/wxwidgets/interface.cpp:1189
 #: modules/gui/wxwidgets/menus.cpp:296 modules/visualization/xosd.c:240
 msgid "Pause"
 msgstr "暂停"
@@ -9813,7 +9813,7 @@ msgstr "隐藏其它"
 msgid "Show All"
 msgstr "显示全部"
 
-#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1465
+#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1467
 msgid "Quit VLC"
 msgstr "退出VLC"
 
@@ -9895,7 +9895,7 @@ msgid "Extended Controls"
 msgstr "扩展控制"
 
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:606
-#: modules/gui/macosx/playlistinfo.m:54 modules/gui/macosx/playlist.m:483
+#: modules/gui/macosx/playlist.m:483 modules/gui/macosx/playlistinfo.m:54
 #, fuzzy
 msgid "Information"
 msgstr "变换"
@@ -10250,6 +10250,74 @@ msgstr ""
 msgid "Save File"
 msgstr "储存文件"
 
+#: modules/gui/macosx/playlist.m:478
+msgid "Save Playlist..."
+msgstr "储存播放列表..."
+
+#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
+#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
+msgid "Delete"
+msgstr "删除"
+
+#: modules/gui/macosx/playlist.m:481
+msgid "Expand Node"
+msgstr "展开结点"
+
+#: modules/gui/macosx/playlist.m:484
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
+msgid "Preparse"
+msgstr "预解释"
+
+#: modules/gui/macosx/playlist.m:485
+msgid "Sort Node by Name"
+msgstr "依名称排序节点"
+
+#: modules/gui/macosx/playlist.m:486
+msgid "Sort Node by Author"
+msgstr "依制作人排序节点"
+
+#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
+msgid "No items in the playlist"
+msgstr "播放列表中没有项目"
+
+#: modules/gui/macosx/playlist.m:493
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
+msgid "Search"
+msgstr "搜索"
+
+#: modules/gui/macosx/playlist.m:495
+msgid "Search in Playlist"
+msgstr "搜索播放列表"
+
+#: modules/gui/macosx/playlist.m:496
+msgid "Standard Play"
+msgstr "标准播放"
+
+#: modules/gui/macosx/playlist.m:499
+#, fuzzy
+msgid "Add Folder to Playlist"
+msgstr "增加至播放列表"
+
+#: modules/gui/macosx/playlist.m:745
+msgid "Save Playlist"
+msgstr "储存播放列表"
+
+#: modules/gui/macosx/playlist.m:1489
+msgid "Empty Folder"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:1514
+#, c-format
+msgid "%i items in the playlist"
+msgstr "播放列表中有 %i 个项目"
+
+#: modules/gui/macosx/playlist.m:1524
+msgid "1 item in the playlist"
+msgstr "播放列表中有 1 个项目"
+
 #: modules/gui/macosx/playlistinfo.m:55
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:585
@@ -10335,74 +10403,6 @@ msgstr ""
 msgid "Info"
 msgstr "信息"
 
-#: modules/gui/macosx/playlist.m:478
-msgid "Save Playlist..."
-msgstr "储存播放列表..."
-
-#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
-msgid "Delete"
-msgstr "删除"
-
-#: modules/gui/macosx/playlist.m:481
-msgid "Expand Node"
-msgstr "展开结点"
-
-#: modules/gui/macosx/playlist.m:484
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
-msgid "Preparse"
-msgstr "预解释"
-
-#: modules/gui/macosx/playlist.m:485
-msgid "Sort Node by Name"
-msgstr "依名称排序节点"
-
-#: modules/gui/macosx/playlist.m:486
-msgid "Sort Node by Author"
-msgstr "依制作人排序节点"
-
-#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
-msgid "No items in the playlist"
-msgstr "播放列表中没有项目"
-
-#: modules/gui/macosx/playlist.m:493
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
-msgid "Search"
-msgstr "搜索"
-
-#: modules/gui/macosx/playlist.m:495
-msgid "Search in Playlist"
-msgstr "搜索播放列表"
-
-#: modules/gui/macosx/playlist.m:496
-msgid "Standard Play"
-msgstr "标准播放"
-
-#: modules/gui/macosx/playlist.m:499
-#, fuzzy
-msgid "Add Folder to Playlist"
-msgstr "增加至播放列表"
-
-#: modules/gui/macosx/playlist.m:745
-msgid "Save Playlist"
-msgstr "储存播放列表"
-
-#: modules/gui/macosx/playlist.m:1489
-msgid "Empty Folder"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:1514
-#, c-format
-msgid "%i items in the playlist"
-msgstr "播放列表中有 %i 个项目"
-
-#: modules/gui/macosx/playlist.m:1524
-msgid "1 item in the playlist"
-msgstr "播放列表中有 1 个项目"
-
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:212
 msgid "Reset All"
@@ -11741,7 +11741,7 @@ msgstr ""
 "(WinCE界面)\n"
 "\n"
 
-#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:918
+#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:920
 #, fuzzy
 msgid ""
 "(c) 1996-2006 - the VideoLAN Team\n"
@@ -11750,15 +11750,15 @@ msgstr ""
 "(c) 1996-2005 - VideoLAN 开发小组\n"
 "\n"
 
-#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:919
+#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:921
 msgid "Compiled by "
 msgstr "编译者 "
 
-#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:921
+#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:923
 msgid "Compiler: "
 msgstr "编译器: "
 
-#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:923
+#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:925
 msgid "Based on SVN revision: "
 msgstr ""
 
@@ -12143,7 +12143,8 @@ msgstr "播放列表是空的"
 msgid "Can't save"
 msgstr "无法储存"
 
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413 modules/misc/freetype.c:100
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413
+#: modules/gui/wxwidgets/wxwidgets.cpp:111 modules/misc/freetype.c:100
 #: modules/misc/win32text.c:71
 msgid "Normal"
 msgstr "正常"
@@ -12573,8 +12574,8 @@ msgstr "帮助(&H)"
 
 #: modules/gui/wxwidgets/interface.cpp:672
 #, fuzzy
-msgid "Small playlist"
-msgstr "储存播放列表"
+msgid "Embedded playlist"
+msgstr "打开播放列表"
 
 #: modules/gui/wxwidgets/interface.cpp:673
 msgid "Previous playlist item"
@@ -12592,19 +12593,19 @@ msgstr "慢速播放"
 msgid "Play faster"
 msgstr "快速播放"
 
-#: modules/gui/wxwidgets/interface.cpp:859
+#: modules/gui/wxwidgets/interface.cpp:861
 msgid "Extended &GUI\tCtrl-G"
 msgstr "扩展用户界面(&G)"
 
-#: modules/gui/wxwidgets/interface.cpp:862
+#: modules/gui/wxwidgets/interface.cpp:864
 msgid "&Bookmarks...\tCtrl-B"
 msgstr "书签(&B)"
 
-#: modules/gui/wxwidgets/interface.cpp:864
+#: modules/gui/wxwidgets/interface.cpp:866
 msgid "Preference&s...\tCtrl-S"
 msgstr "选项(&S)...\tCtrl-S"
 
-#: modules/gui/wxwidgets/interface.cpp:917
+#: modules/gui/wxwidgets/interface.cpp:919
 msgid ""
 " (wxWidgets interface)\n"
 "\n"
@@ -12612,7 +12613,7 @@ msgstr ""
 " (wxWindows界面)\n"
 "\n"
 
-#: modules/gui/wxwidgets/interface.cpp:930
+#: modules/gui/wxwidgets/interface.cpp:932
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
@@ -12622,12 +12623,12 @@ msgstr ""
 "http://www.videolan.org/\n"
 "\n"
 
-#: modules/gui/wxwidgets/interface.cpp:933
+#: modules/gui/wxwidgets/interface.cpp:935
 #, c-format
 msgid "About %s"
 msgstr "关于 %s"
 
-#: modules/gui/wxwidgets/interface.cpp:1476
+#: modules/gui/wxwidgets/interface.cpp:1478
 msgid "Show/Hide interface"
 msgstr "显示/隐藏界面"
 
@@ -12761,11 +12762,32 @@ msgstr "自动缩放 VLC 以与视频分辨率匹配"
 msgid "Show systray icon"
 msgstr "显示托盘图标"
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:110
+#: modules/gui/wxwidgets/wxwidgets.cpp:103
+#, fuzzy
+msgid "Playlist view"
+msgstr "播放列表"
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:104
+msgid ""
+"There are two possible playlist views in the interface : the normal playlist "
+"(separate window), or an embedded playlist (within the main interface, but "
+"with less features. You can select which one will be available on the "
+"toolbar (or both)."
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:111
+msgid "Embedded"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:112
+msgid "Both"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:121
 msgid "wxWidgets interface module"
 msgstr "wxWindows界面模块"
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:152
+#: modules/gui/wxwidgets/wxwidgets.cpp:166
 msgid "wxWidgets dialogs provider"
 msgstr "wxWidgets dialogs 提供者"
 
@@ -13102,10 +13124,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 ""
@@ -13122,6 +13140,10 @@ msgstr ""
 msgid "MMX EXT memcpy"
 msgstr ""
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr ""
+
 #: modules/misc/msn.c:63
 msgid "MSN Title format string"
 msgstr ""
@@ -15649,6 +15671,10 @@ msgstr "在 xosd 输出中显示文字时所使用的字体"
 msgid "XOSD interface"
 msgstr "XOSD界面"
 
+#, fuzzy
+#~ msgid "Small playlist"
+#~ msgstr "储存播放列表"
+
 #, fuzzy
 #~ msgid "VC-1 decoder module"
 #~ msgstr "Tarkin译码器模块"
index af98cc56d704897c355947b28252888d01142678..db64565b6474f2c74210b9b1315486f59cff94ad 100644 (file)
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: vlc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-03-12 17:26+0000\n"
+"POT-Creation-Date: 2006-03-14 21:08+0100\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:578
+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 "偏好設定"
@@ -439,9 +447,9 @@ msgid ""
 "the directory where you installed VLC and run \"vlc -I wxwin\"\n"
 msgstr ""
 
-#: include/vlc_meta.h:28 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225 modules/misc/growl.c:168
+#: include/vlc_meta.h:28 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298 modules/misc/growl.c:168
 #: modules/misc/growl.c:171
 msgid "Meta-information"
 msgstr ""
@@ -455,15 +463,15 @@ msgstr ""
 msgid "Title"
 msgstr "標題"
 
-#: include/vlc_meta.h:30 modules/gui/macosx/playlistinfo.m:57
-#: modules/gui/macosx/playlist.m:133 modules/gui/macosx/wizard.m:392
+#: include/vlc_meta.h:30 modules/gui/macosx/playlist.m:133
+#: modules/gui/macosx/playlistinfo.m:57 modules/gui/macosx/wizard.m:392
 #: modules/gui/wince/playlist.cpp:674 modules/mux/asf.c:51
 msgid "Author"
 msgstr "製作人"
 
-#: include/vlc_meta.h:31 modules/gui/macosx/playlistinfo.m:183
-#: modules/gui/macosx/playlistinfo.m:298 modules/gui/macosx/playlist.m:316
-#: modules/gui/macosx/playlist.m:1225
+#: include/vlc_meta.h:31 modules/gui/macosx/playlist.m:316
+#: modules/gui/macosx/playlist.m:1225 modules/gui/macosx/playlistinfo.m:183
+#: modules/gui/macosx/playlistinfo.m:298
 msgid "Artist"
 msgstr "藝人"
 
@@ -606,14 +614,6 @@ msgstr "編碼器名稱"
 msgid "Codec Description"
 msgstr "編碼器描述"
 
-#: include/vlc/vlc.h:578
-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/input.c:80 src/audio_output/input.c:126
 #: src/input/es_out.c:361 src/libvlc.h:365 src/video_output/video_output.c:379
 #: modules/codec/ffmpeg/postprocess.c:94
@@ -2640,7 +2640,7 @@ msgid "Select the hotkey to use to swap fullscreen state."
 msgstr "選擇熱鍵以切換全螢幕狀態"
 
 #: src/libvlc.h:856 modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:81
-#: modules/gui/wxwidgets/interface.cpp:1467
+#: modules/gui/wxwidgets/interface.cpp:1469
 msgid "Play/Pause"
 msgstr "播放/暫停"
 
@@ -2686,7 +2686,7 @@ msgstr "選擇熱鍵以慢速重播"
 #: modules/gui/macosx/controls.m:646 modules/gui/macosx/intf.m:476
 #: modules/gui/macosx/intf.m:521 modules/gui/macosx/intf.m:592
 #: modules/gui/macosx/wizard.m:313 modules/gui/macosx/wizard.m:364
-#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1472
+#: modules/gui/macosx/wizard.m:1541 modules/gui/wxwidgets/interface.cpp:1474
 #: modules/gui/wxwidgets/menus.cpp:289
 msgid "Next"
 msgstr "下一項"
@@ -2698,7 +2698,7 @@ msgstr "選擇熱鍵以播放清單中的下一個項目"
 #: src/libvlc.h:868 modules/control/hotkeys.c:628
 #: modules/gui/macosx/controls.m:645 modules/gui/macosx/intf.m:471
 #: modules/gui/macosx/intf.m:520 modules/gui/macosx/intf.m:593
-#: modules/gui/wxwidgets/interface.cpp:1471
+#: modules/gui/wxwidgets/interface.cpp:1473
 #: modules/gui/wxwidgets/menus.cpp:288
 msgid "Previous"
 msgstr "上一項"
@@ -2713,7 +2713,7 @@ msgstr "選擇熱鍵以播放清單中的上一個項目"
 #: modules/gui/pda/pda_interface.c:275
 #: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:86
 #: modules/gui/wxwidgets/interface.cpp:668
-#: modules/gui/wxwidgets/interface.cpp:1473
+#: modules/gui/wxwidgets/interface.cpp:1475
 #: modules/gui/wxwidgets/menus.cpp:287 modules/visualization/xosd.c:235
 msgid "Stop"
 msgstr "停止"
@@ -4048,7 +4048,7 @@ msgid "Aspect-ratio"
 msgstr "採樣率"
 
 #: modules/access/cdda.c:52 modules/access/dshow/dshow.cpp:79
-#: modules/access/dvb/access.c:71 modules/access/dv.c:68
+#: modules/access/dv.c:68 modules/access/dvb/access.c:71
 #: modules/access/dvdnav.c:63 modules/access/dvdread.c:61
 #: modules/access/fake.c:40 modules/access/file.c:80 modules/access/ftp.c:42
 #: modules/access/gnomevfs.c:44 modules/access/http.c:53
@@ -4532,6 +4532,20 @@ msgstr "重新整理清單"
 msgid "Configure"
 msgstr "組態"
 
+#: modules/access/dv.c:70 modules/access/file.c:82
+msgid ""
+"Allows you to modify the default caching value for file streams. This value "
+"should be set in millisecond units."
+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:73
 msgid ""
 "Allows you to modify the default caching value for dvb streams. This value "
@@ -4767,20 +4781,6 @@ msgstr ""
 msgid "HTTP server"
 msgstr "沒有伺服器"
 
-#: modules/access/dv.c:70 modules/access/file.c:82
-msgid ""
-"Allows you to modify the default caching value for file streams. This value "
-"should be set in millisecond units."
-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:59 modules/access/dvdread.c:57
 msgid "DVD angle"
 msgstr ""
@@ -4927,39 +4927,6 @@ msgstr "標準檔案系統檔案輸入"
 msgid "File"
 msgstr "檔案"
 
-#: modules/access_filter/record.c:43
-#, fuzzy
-msgid "Record directory"
-msgstr "選擇一個檔案或目錄"
-
-#: modules/access_filter/record.c:45
-#, fuzzy
-msgid "Allows you to specify the directory where the record will be stored"
-msgstr "允許你指定視訊快照的存放目錄"
-
-#: modules/access_filter/timeshift.c:44
-#, fuzzy
-msgid "Timeshift granularity"
-msgstr "時間"
-
-#: modules/access_filter/timeshift.c:45
-msgid "Size of the temporary files use to store the timeshifted stream."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:47
-#, fuzzy
-msgid "Timeshift directory"
-msgstr "視訊快照目錄"
-
-#: modules/access_filter/timeshift.c:48
-msgid "Directory used to store the timeshift temporary files."
-msgstr ""
-
-#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
-#, fuzzy
-msgid "Timeshift"
-msgstr "時間"
-
 #: modules/access/ftp.c:44
 msgid ""
 "Allows you to modify the default caching value for FTP streams. This value "
@@ -5085,178 +5052,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:60
-msgid "Append to file"
-msgstr ""
-
-#: modules/access_output/file.c:61
-msgid "Append to file if it exists instead of replacing it."
-msgstr ""
-
-#: modules/access_output/file.c:65
-msgid "File stream output"
-msgstr "檔案串流輸出"
-
-#: modules/access_output/http.c:60
-msgid "Username"
-msgstr ""
-
-#: modules/access_output/http.c:61
-msgid ""
-"Allows you to give a user name that will be requested to access the stream."
-msgstr ""
-
-#: modules/access_output/http.c:64
-msgid ""
-"Allows you to give a 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 "Allows you to give the mime returned by the server."
-msgstr ""
-
-#: modules/access_output/http.c:70
-msgid ""
-"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
-"stream output"
-msgstr ""
-
-#: modules/access_output/http.c:73
-msgid ""
-"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:77
-msgid ""
-"Path to the x509 PEM trusted root CA certificates (certificate authority) "
-"file that will be used by the HTTP/SSL stream output. Leave empty if you "
-"don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:82
-msgid ""
-"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
-"stream output. Leave empty if you don't have one."
-msgstr ""
-
-#: modules/access_output/http.c:85
-msgid "Advertise with Bonjour"
-msgstr ""
-
-#: modules/access_output/http.c:86
-msgid "Advertise the stream with the Bonjour protocol"
-msgstr ""
-
-#: modules/access_output/http.c:90
-msgid "HTTP stream output"
-msgstr ""
-
-#: modules/access_output/http.c:92 modules/control/http/http.c:58
-#: 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 "The name this stream/channel will get on the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:61
-#, fuzzy
-msgid "Stream-description"
-msgstr "描述"
-
-#: modules/access_output/shout.c:62
-msgid "A description of the stream content. (Information about your channel)."
-msgstr ""
-
-#: modules/access_output/shout.c:65
-#, fuzzy
-msgid "Stream MP3"
-msgstr "串流"
-
-#: modules/access_output/shout.c:66
-msgid ""
-"Normally you have to feed the shoutcast module with Ogg streams. This option "
-"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
-"the icecast server."
-msgstr ""
-
-#: modules/access_output/shout.c:71
-msgid "libshout (icecast) output"
-msgstr ""
-
-#: modules/access_output/udp.c:75 modules/access/rtsp/access.c:40
-#: modules/demux/livedotcom.cpp:61
-msgid "Caching value (ms)"
-msgstr "快取值(ms)"
-
-#: modules/access_output/udp.c:77 modules/access/udp.c:44
-msgid ""
-"Allows you to modify the default caching value for UDP streams. This value "
-"should be set in millisecond units."
-msgstr ""
-
-#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:441
-#: modules/gui/macosx/wizard.m:1782
-#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
-#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
-msgid "Time-To-Live (TTL)"
-msgstr "有效時間(TTL)"
-
-#: modules/access_output/udp.c:81
-#, fuzzy
-msgid "Allows you to define the 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. This allows "
-"you to give the number of packets that will be sent at a time. It helps "
-"reducing the scheduling load on heavily-loaded systems."
-msgstr ""
-
-#: modules/access_output/udp.c:90
-msgid "Raw write"
-msgstr ""
-
-#: modules/access_output/udp.c:91
-msgid ""
-"If you enable this option, packets will be sent directly, without trying to "
-"fill the MTU (ie, without trying to make the biggest possible packets in "
-"order to improve streaming)."
-msgstr ""
-
-#: 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/pvr.c:48
 msgid ""
 "Allows you to modify the default caching value for pvr streams. This value "
@@ -5366,7 +5161,7 @@ msgid ""
 msgstr ""
 
 #: modules/access/pvr/pvr.c:96 modules/access/vcdx/info.c:97
-#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1337
+#: modules/gui/macosx/intf.m:478 modules/gui/wxwidgets/interface.cpp:1339
 msgid "Volume"
 msgstr ""
 
@@ -5415,6 +5210,11 @@ msgstr ""
 msgid "MPEG Encoding cards input (with ivtv drivers)"
 msgstr ""
 
+#: modules/access/rtsp/access.c:40 modules/access_output/udp.c:75
+#: modules/demux/livedotcom.cpp:61
+msgid "Caching value (ms)"
+msgstr "快取值(ms)"
+
 #: modules/access/rtsp/access.c:42 modules/demux/livedotcom.cpp:63
 msgid ""
 "Allows you to modify the default caching value for RTSP streams. This value "
@@ -5495,6 +5295,12 @@ msgstr ""
 msgid "TCP input"
 msgstr "TCP輸入"
 
+#: modules/access/udp.c:44 modules/access_output/udp.c:77
+msgid ""
+"Allows you to modify the default caching value for UDP streams. This value "
+"should be set in millisecond units."
+msgstr ""
+
 #: modules/access/udp.c:47
 msgid "Autodetection of MTU"
 msgstr ""
@@ -5765,58 +5571,252 @@ msgstr "未知類型"
 msgid "List ID"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:95
-msgid "(Super) Video CD"
+#: 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: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 "Allows you to specify the directory where the record will be stored"
+msgstr "允許你指定視訊快照的存放目錄"
+
+#: modules/access_filter/timeshift.c:44
+#, fuzzy
+msgid "Timeshift granularity"
+msgstr "時間"
+
+#: modules/access_filter/timeshift.c:45
+msgid "Size of the temporary files use to store the timeshifted stream."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:47
+#, fuzzy
+msgid "Timeshift directory"
+msgstr "視訊快照目錄"
+
+#: modules/access_filter/timeshift.c:48
+msgid "Directory used to store the timeshift temporary files."
+msgstr ""
+
+#: modules/access_filter/timeshift.c:52 modules/access_filter/timeshift.c:53
+#, 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:60
+msgid "Append to file"
+msgstr ""
+
+#: modules/access_output/file.c:61
+msgid "Append to file if it exists instead of replacing it."
+msgstr ""
+
+#: modules/access_output/file.c:65
+msgid "File stream output"
+msgstr "檔案串流輸出"
+
+#: modules/access_output/http.c:60
+msgid "Username"
+msgstr ""
+
+#: modules/access_output/http.c:61
+msgid ""
+"Allows you to give a user name that will be requested to access the stream."
+msgstr ""
+
+#: modules/access_output/http.c:64
+msgid ""
+"Allows you to give a 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 "Allows you to give the mime returned by the server."
+msgstr ""
+
+#: modules/access_output/http.c:70
+msgid ""
+"Path to the x509 PEM certificate file that will be used by the HTTP/SSL "
+"stream output"
+msgstr ""
+
+#: modules/access_output/http.c:73
+msgid ""
+"Path to the x509 PEM private key file that will  be used by the HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:77
+msgid ""
+"Path to the x509 PEM trusted root CA certificates (certificate authority) "
+"file that will be used by the HTTP/SSL stream output. Leave empty if you "
+"don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:82
+msgid ""
+"Path to the x509 PEM Certificates Revocation List file that will be HTTP/SSL "
+"stream output. Leave empty if you don't have one."
+msgstr ""
+
+#: modules/access_output/http.c:85
+msgid "Advertise with Bonjour"
+msgstr ""
+
+#: modules/access_output/http.c:86
+msgid "Advertise the stream with the Bonjour protocol"
+msgstr ""
+
+#: modules/access_output/http.c:90
+msgid "HTTP stream output"
+msgstr ""
+
+#: modules/access_output/http.c:92 modules/control/http/http.c:58
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:472
+msgid "HTTP"
 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:58
+#, fuzzy
+msgid "Stream-name"
+msgstr "串流"
 
-#: modules/access/vcdx/vcd.c:97
-msgid "vcdx://[device-or-file][@{P,S,T}num]"
+#: modules/access_output/shout.c:59
+msgid "The name this stream/channel will get on the icecast server."
 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:61
+#, fuzzy
+msgid "Stream-description"
+msgstr "描述"
+
+#: modules/access_output/shout.c:62
+msgid "A description of the stream content. (Information about your channel)."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:116
-msgid "Use playback control?"
-msgstr "使用重播控制"
+#: modules/access_output/shout.c:65
+#, fuzzy
+msgid "Stream MP3"
+msgstr "串流"
 
-#: modules/access/vcdx/vcd.c:117
+#: modules/access_output/shout.c:66
 msgid ""
-"If VCD is authored with playback control, use it. Otherwise we play by "
-"tracks."
+"Normally you have to feed the shoutcast module with Ogg streams. This option "
+"allows you to feed MP3 streams instead, so you can forward MP3 streams to "
+"the icecast server."
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:123
-msgid "Use track length as maximum unit in seek?"
+#: modules/access_output/shout.c:71
+msgid "libshout (icecast) output"
 msgstr ""
 
-#: modules/access/vcdx/vcd.c:124
+#: modules/access_output/udp.c:80 modules/gui/macosx/wizard.m:441
+#: modules/gui/macosx/wizard.m:1782
+#: modules/gui/wxwidgets/dialogs/streamout.cpp:610
+#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 modules/stream_out/rtp.c:82
+msgid "Time-To-Live (TTL)"
+msgstr "有效時間(TTL)"
+
+#: modules/access_output/udp.c:81
+#, fuzzy
+msgid "Allows you to define the 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 ""
-"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. This allows "
+"you to give the number of packets that will be sent at a time. It helps "
+"reducing the scheduling load on heavily-loaded systems."
 msgstr ""
 
-#: 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."
+"If you enable this option, packets will be sent directly, without trying to "
+"fill the MTU (ie, without trying to make the biggest possible packets in "
+"order to improve streaming)."
 msgstr ""
 
-#: 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
@@ -9679,7 +9679,7 @@ msgstr "快速向前"
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:274
 #: modules/gui/wxwidgets/dialogs/playlist.cpp:283
 #: modules/gui/wxwidgets/interface.cpp:669
-#: modules/gui/wxwidgets/interface.cpp:1193
+#: modules/gui/wxwidgets/interface.cpp:1195
 #: modules/gui/wxwidgets/menus.cpp:294 modules/gui/wxwidgets/menus.cpp:308
 msgid "Play"
 msgstr "播放"
@@ -9688,7 +9688,7 @@ msgstr "播放"
 #: modules/gui/macosx/intf.m:1305 modules/gui/macosx/intf.m:1306
 #: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
 #: modules/gui/wxwidgets/interface.cpp:670
-#: modules/gui/wxwidgets/interface.cpp:1187
+#: modules/gui/wxwidgets/interface.cpp:1189
 #: modules/gui/wxwidgets/menus.cpp:296 modules/visualization/xosd.c:240
 msgid "Pause"
 msgstr "暫停"
@@ -9881,7 +9881,7 @@ msgstr "隱藏其他"
 msgid "Show All"
 msgstr "顯示全部"
 
-#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1465
+#: modules/gui/macosx/intf.m:497 modules/gui/wxwidgets/interface.cpp:1467
 msgid "Quit VLC"
 msgstr "離開VLC"
 
@@ -9966,7 +9966,7 @@ msgid "Extended Controls"
 msgstr "延伸控制"
 
 #: modules/gui/macosx/intf.m:575 modules/gui/macosx/intf.m:606
-#: modules/gui/macosx/playlistinfo.m:54 modules/gui/macosx/playlist.m:483
+#: modules/gui/macosx/playlist.m:483 modules/gui/macosx/playlistinfo.m:54
 #, fuzzy
 msgid "Information"
 msgstr "更多資訊"
@@ -10323,6 +10323,78 @@ msgstr ""
 msgid "Save File"
 msgstr "儲存檔案"
 
+#: modules/gui/macosx/playlist.m:478
+msgid "Save Playlist..."
+msgstr "儲存播放清單..."
+
+#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
+#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
+msgid "Delete"
+msgstr "刪除"
+
+#: modules/gui/macosx/playlist.m:481
+msgid "Expand Node"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:484
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
+msgid "Preparse"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:485
+msgid "Sort Node by Name"
+msgstr "依名稱排序節點"
+
+#: modules/gui/macosx/playlist.m:486
+msgid "Sort Node by Author"
+msgstr "依製作人排序節點"
+
+#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
+#, fuzzy
+msgid "No items in the playlist"
+msgstr "播放清單中沒有項目"
+
+#: modules/gui/macosx/playlist.m:493
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
+msgid "Search"
+msgstr "搜尋"
+
+#: modules/gui/macosx/playlist.m:495
+#, fuzzy
+msgid "Search in Playlist"
+msgstr "開啟播放清單"
+
+#: modules/gui/macosx/playlist.m:496
+msgid "Standard Play"
+msgstr "標準播放"
+
+#: modules/gui/macosx/playlist.m:499
+#, fuzzy
+msgid "Add Folder to Playlist"
+msgstr "增加至播放清單"
+
+#: modules/gui/macosx/playlist.m:745
+#, fuzzy
+msgid "Save Playlist"
+msgstr "儲存播放清單"
+
+#: modules/gui/macosx/playlist.m:1489
+msgid "Empty Folder"
+msgstr ""
+
+#: modules/gui/macosx/playlist.m:1514
+#, fuzzy, c-format
+msgid "%i items in the playlist"
+msgstr "播放清單中有 %i 個項目"
+
+#: modules/gui/macosx/playlist.m:1524
+#, fuzzy
+msgid "1 item in the playlist"
+msgstr "播放清單中有 1 個項目"
+
 #: modules/gui/macosx/playlistinfo.m:55
 #: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:585
@@ -10408,78 +10480,6 @@ msgstr ""
 msgid "Info"
 msgstr "資訊"
 
-#: modules/gui/macosx/playlist.m:478
-msgid "Save Playlist..."
-msgstr "儲存播放清單..."
-
-#: modules/gui/macosx/playlist.m:480 modules/gui/pda/pda_interface.c:1254
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:278
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:285
-#: modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp:104
-msgid "Delete"
-msgstr "刪除"
-
-#: modules/gui/macosx/playlist.m:481
-msgid "Expand Node"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:484
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:276
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:284
-msgid "Preparse"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:485
-msgid "Sort Node by Name"
-msgstr "依名稱排序節點"
-
-#: modules/gui/macosx/playlist.m:486
-msgid "Sort Node by Author"
-msgstr "依製作人排序節點"
-
-#: modules/gui/macosx/playlist.m:489 modules/gui/macosx/playlist.m:1520
-#, fuzzy
-msgid "No items in the playlist"
-msgstr "播放清單中沒有項目"
-
-#: modules/gui/macosx/playlist.m:493
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:323
-msgid "Search"
-msgstr "搜尋"
-
-#: modules/gui/macosx/playlist.m:495
-#, fuzzy
-msgid "Search in Playlist"
-msgstr "開啟播放清單"
-
-#: modules/gui/macosx/playlist.m:496
-msgid "Standard Play"
-msgstr "標準播放"
-
-#: modules/gui/macosx/playlist.m:499
-#, fuzzy
-msgid "Add Folder to Playlist"
-msgstr "增加至播放清單"
-
-#: modules/gui/macosx/playlist.m:745
-#, fuzzy
-msgid "Save Playlist"
-msgstr "儲存播放清單"
-
-#: modules/gui/macosx/playlist.m:1489
-msgid "Empty Folder"
-msgstr ""
-
-#: modules/gui/macosx/playlist.m:1514
-#, fuzzy, c-format
-msgid "%i items in the playlist"
-msgstr "播放清單中有 %i 個項目"
-
-#: modules/gui/macosx/playlist.m:1524
-#, fuzzy
-msgid "1 item in the playlist"
-msgstr "播放清單中有 1 個項目"
-
 #: modules/gui/macosx/prefs.m:123
 #: modules/gui/wxwidgets/dialogs/preferences.cpp:212
 msgid "Reset All"
@@ -11828,21 +11828,21 @@ msgstr ""
 "(WinCE介面)\n"
 "\n"
 
-#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:918
+#: modules/gui/wince/interface.cpp:497 modules/gui/wxwidgets/interface.cpp:920
 msgid ""
 "(c) 1996-2006 - the VideoLAN Team\n"
 "\n"
 msgstr ""
 
-#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:919
+#: modules/gui/wince/interface.cpp:498 modules/gui/wxwidgets/interface.cpp:921
 msgid "Compiled by "
 msgstr ""
 
-#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:921
+#: modules/gui/wince/interface.cpp:500 modules/gui/wxwidgets/interface.cpp:923
 msgid "Compiler: "
 msgstr ""
 
-#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:923
+#: modules/gui/wince/interface.cpp:502 modules/gui/wxwidgets/interface.cpp:925
 msgid "Based on SVN revision: "
 msgstr ""
 
@@ -12224,7 +12224,8 @@ msgstr "逼放清單是空的"
 msgid "Can't save"
 msgstr "無法儲存"
 
-#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413 modules/misc/freetype.c:100
+#: modules/gui/wxwidgets/dialogs/playlist.cpp:1413
+#: modules/gui/wxwidgets/wxwidgets.cpp:111 modules/misc/freetype.c:100
 #: modules/misc/win32text.c:71
 msgid "Normal"
 msgstr "正常"
@@ -12667,8 +12668,8 @@ msgstr "輔助說明(&H)"
 
 #: modules/gui/wxwidgets/interface.cpp:672
 #, fuzzy
-msgid "Small playlist"
-msgstr "儲存播放清單"
+msgid "Embedded playlist"
+msgstr "開啟播放清單"
 
 #: modules/gui/wxwidgets/interface.cpp:673
 msgid "Previous playlist item"
@@ -12686,22 +12687,22 @@ msgstr "慢速播放"
 msgid "Play faster"
 msgstr "快速播放"
 
-#: modules/gui/wxwidgets/interface.cpp:859
+#: modules/gui/wxwidgets/interface.cpp:861
 #, fuzzy
 msgid "Extended &GUI\tCtrl-G"
 msgstr "延伸使用者介面(&E)"
 
-#: modules/gui/wxwidgets/interface.cpp:862
+#: modules/gui/wxwidgets/interface.cpp:864
 #, fuzzy
 msgid "&Bookmarks...\tCtrl-B"
 msgstr "書籤(&B)"
 
-#: modules/gui/wxwidgets/interface.cpp:864
+#: modules/gui/wxwidgets/interface.cpp:866
 #, fuzzy
 msgid "Preference&s...\tCtrl-S"
 msgstr "偏好設定..."
 
-#: modules/gui/wxwidgets/interface.cpp:917
+#: modules/gui/wxwidgets/interface.cpp:919
 #, fuzzy
 msgid ""
 " (wxWidgets interface)\n"
@@ -12710,19 +12711,19 @@ msgstr ""
 " (wxWindows介面)\n"
 "\n"
 
-#: modules/gui/wxwidgets/interface.cpp:930
+#: modules/gui/wxwidgets/interface.cpp:932
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
 "\n"
 msgstr ""
 
-#: modules/gui/wxwidgets/interface.cpp:933
+#: modules/gui/wxwidgets/interface.cpp:935
 #, c-format
 msgid "About %s"
 msgstr "關於 %s"
 
-#: modules/gui/wxwidgets/interface.cpp:1476
+#: modules/gui/wxwidgets/interface.cpp:1478
 #, fuzzy
 msgid "Show/Hide interface"
 msgstr "顯示介面"
@@ -12861,12 +12862,33 @@ msgstr ""
 msgid "Show systray icon"
 msgstr "顯示串流位置"
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:110
+#: modules/gui/wxwidgets/wxwidgets.cpp:103
+#, fuzzy
+msgid "Playlist view"
+msgstr "播放清單"
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:104
+msgid ""
+"There are two possible playlist views in the interface : the normal playlist "
+"(separate window), or an embedded playlist (within the main interface, but "
+"with less features. You can select which one will be available on the "
+"toolbar (or both)."
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:111
+msgid "Embedded"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:112
+msgid "Both"
+msgstr ""
+
+#: modules/gui/wxwidgets/wxwidgets.cpp:121
 #, fuzzy
 msgid "wxWidgets interface module"
 msgstr "wxWindows介面模組"
 
-#: modules/gui/wxwidgets/wxwidgets.cpp:152
+#: modules/gui/wxwidgets/wxwidgets.cpp:166
 msgid "wxWidgets dialogs provider"
 msgstr ""
 
@@ -13202,10 +13224,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 ""
@@ -13222,6 +13240,10 @@ msgstr ""
 msgid "MMX EXT memcpy"
 msgstr ""
 
+#: modules/misc/memcpy/memcpyaltivec.c:56
+msgid "AltiVec memcpy"
+msgstr ""
+
 #: modules/misc/msn.c:63
 msgid "MSN Title format string"
 msgstr ""
@@ -15782,6 +15804,10 @@ msgstr ""
 msgid "XOSD interface"
 msgstr "XOSD介面"
 
+#, fuzzy
+#~ msgid "Small playlist"
+#~ msgstr "儲存播放清單"
+
 #, fuzzy
 #~ msgid "VC-1 decoder module"
 #~ msgstr "Tarkin解碼器模組"