Commit 1267e63e authored by Christophe Mutricy's avatar Christophe Mutricy

Fix distcheck

parent 902d21b6
...@@ -4,6 +4,10 @@ ...@@ -4,6 +4,10 @@
include/iso_lang.h include/iso_lang.h
include/main.h include/main.h
include/mmx.h include/mmx.h
include/vlc/libvlc.h
include/vlc/mediacontrol.h
include/vlc/mediacontrol_structures.h
include/vlc/vlc.h
include/vlc_access.h include/vlc_access.h
include/vlc_acl.h include/vlc_acl.h
include/vlc_aout.h include/vlc_aout.h
...@@ -15,8 +19,8 @@ include/vlc_charset.h ...@@ -15,8 +19,8 @@ include/vlc_charset.h
include/vlc_codec.h include/vlc_codec.h
include/vlc_codecs.h include/vlc_codecs.h
include/vlc_common.h include/vlc_common.h
include/vlc_config_cat.h
include/vlc_config.h include/vlc_config.h
include/vlc_config_cat.h
include/vlc_configuration.h include/vlc_configuration.h
include/vlc_demux.h include/vlc_demux.h
include/vlc_devices.h include/vlc_devices.h
...@@ -30,10 +34,7 @@ include/vlc_input.h ...@@ -30,10 +34,7 @@ include/vlc_input.h
include/vlc_interface.h include/vlc_interface.h
include/vlc_intf_strings.h include/vlc_intf_strings.h
include/vlc_keys.h include/vlc_keys.h
include/vlc/libvlc.h
include/vlc_md5.h include/vlc_md5.h
include/vlc/mediacontrol.h
include/vlc/mediacontrol_structures.h
include/vlc_messages.h include/vlc_messages.h
include/vlc_meta.h include/vlc_meta.h
include/vlc_modules.h include/vlc_modules.h
...@@ -41,20 +42,19 @@ include/vlc_modules_macros.h ...@@ -41,20 +42,19 @@ include/vlc_modules_macros.h
include/vlc_mtime.h include/vlc_mtime.h
include/vlc_network.h include/vlc_network.h
include/vlc_objects.h include/vlc_objects.h
include/vlc_osd.h
include/vlc_os_specific.h include/vlc_os_specific.h
include/vlc_osd.h
include/vlc_playlist.h include/vlc_playlist.h
include/vlc_sout.h include/vlc_sout.h
include/vlc_stream.h include/vlc_stream.h
include/vlc_streaming.h include/vlc_streaming.h
include/vlc_strings.h include/vlc_strings.h
include/vlc_threads_funcs.h
include/vlc_threads.h include/vlc_threads.h
include/vlc_threads_funcs.h
include/vlc_tls.h include/vlc_tls.h
include/vlc_update.h include/vlc_update.h
include/vlc_url.h include/vlc_url.h
include/vlc_variables.h include/vlc_variables.h
include/vlc/vlc.h
include/vlc_vlm.h include/vlc_vlm.h
include/vlc_vod.h include/vlc_vod.h
include/vlc_vout.h include/vlc_vout.h
...@@ -81,9 +81,9 @@ src/control/playlist.c ...@@ -81,9 +81,9 @@ src/control/playlist.c
src/control/video.c src/control/video.c
src/control/vlm.c src/control/vlm.c
src/extras/dirent.c src/extras/dirent.c
src/extras/getopt1.c
src/extras/getopt.c src/extras/getopt.c
src/extras/getopt.h src/extras/getopt.h
src/extras/getopt1.c
src/extras/libc.c src/extras/libc.c
src/input/access.c src/input/access.c
src/input/clock.c src/input/clock.c
...@@ -105,10 +105,10 @@ src/interface/interaction.c ...@@ -105,10 +105,10 @@ src/interface/interaction.c
src/interface/interface.c src/interface/interface.c
src/interface/interface.h src/interface/interface.h
src/interface/intf_eject.c src/interface/intf_eject.c
src/libvlc.c
src/libvlc-common.c src/libvlc-common.c
src/libvlc.h
src/libvlc-module.c src/libvlc-module.c
src/libvlc.c
src/libvlc.h
src/misc/beos_specific.cpp src/misc/beos_specific.cpp
src/misc/block.c src/misc/block.c
src/misc/cpu.c src/misc/cpu.c
...@@ -127,10 +127,9 @@ src/misc/variables.c ...@@ -127,10 +127,9 @@ src/misc/variables.c
src/misc/variables.h src/misc/variables.h
src/misc/win32_specific.c src/misc/win32_specific.c
src/misc/xml.c src/misc/xml.c
src/modules/builtin.h
src/modules/configuration.c src/modules/configuration.c
src/modules/configuration_chain.c
src/modules/configuration.h src/modules/configuration.h
src/modules/configuration_chain.c
src/modules/entry.c src/modules/entry.c
src/modules/modules.c src/modules/modules.c
src/modules/modules.h src/modules/modules.h
...@@ -185,13 +184,13 @@ src/vlc.c ...@@ -185,13 +184,13 @@ src/vlc.c
# modules # modules
modules/access/bda/bda.c modules/access/bda/bda.c
modules/access/bda/bda.h
modules/access/bda/bdadefs.h modules/access/bda/bdadefs.h
modules/access/bda/bdagraph.cpp modules/access/bda/bdagraph.cpp
modules/access/bda/bdagraph.h modules/access/bda/bdagraph.h
modules/access/bda/bda.h modules/access/cdda.c
modules/access/cdda/access.c modules/access/cdda/access.c
modules/access/cdda/access.h modules/access/cdda/access.h
modules/access/cdda.c
modules/access/cdda/callback.c modules/access/cdda/callback.c
modules/access/cdda/callback.h modules/access/cdda/callback.h
modules/access/cdda/cdda.c modules/access/cdda/cdda.c
...@@ -205,24 +204,21 @@ modules/access/dshow/crossbar.cpp ...@@ -205,24 +204,21 @@ modules/access/dshow/crossbar.cpp
modules/access/dshow/dshow.cpp modules/access/dshow/dshow.cpp
modules/access/dshow/filter.cpp modules/access/dshow/filter.cpp
modules/access/dshow/filter.h modules/access/dshow/filter.h
modules/access/dv.c
modules/access/dvb/access.c modules/access/dvb/access.c
modules/access/dvb/dvb.h modules/access/dvb/dvb.h
modules/access/dvb/en50221.c modules/access/dvb/en50221.c
modules/access/dvb/http.c modules/access/dvb/http.c
modules/access/dvb/linux_dvb.c modules/access/dvb/linux_dvb.c
modules/access/dv.c
modules/access/dvdnav.c modules/access/dvdnav.c
modules/access/dvdread.c modules/access/dvdread.c
modules/access/eyetv.c modules/access/eyetv.c
modules/access/fake.c modules/access/fake.c
modules/access/file.c modules/access/file.c
modules/access_filter/bandwidth.c
modules/access_filter/dump.c
modules/access_filter/record.c
modules/access_filter/timeshift.c
modules/access/ftp.c modules/access/ftp.c
modules/access/gnomevfs.c modules/access/gnomevfs.c
modules/access/http.c modules/access/http.c
modules/access/jack.c
modules/access/mms/asf.c modules/access/mms/asf.c
modules/access/mms/asf.h modules/access/mms/asf.h
modules/access/mms/buffer.c modules/access/mms/buffer.c
...@@ -233,18 +229,11 @@ modules/access/mms/mmsh.c ...@@ -233,18 +229,11 @@ modules/access/mms/mmsh.c
modules/access/mms/mmsh.h modules/access/mms/mmsh.h
modules/access/mms/mmstu.c modules/access/mms/mmstu.c
modules/access/mms/mmstu.h modules/access/mms/mmstu.h
modules/access_output/bonjour.c
modules/access_output/bonjour.h
modules/access_output/dummy.c
modules/access_output/file.c
modules/access_output/http.c
modules/access_output/shout.c
modules/access_output/udp.c
modules/access/pvr.c modules/access/pvr.c
modules/access/rtsp/access.c modules/access/rtsp/access.c
modules/access/rtsp/real_asmrp.c
modules/access/rtsp/real.c modules/access/rtsp/real.c
modules/access/rtsp/real.h modules/access/rtsp/real.h
modules/access/rtsp/real_asmrp.c
modules/access/rtsp/real_rmff.c modules/access/rtsp/real_rmff.c
modules/access/rtsp/real_rmff.h modules/access/rtsp/real_rmff.h
modules/access/rtsp/real_sdpplin.c modules/access/rtsp/real_sdpplin.c
...@@ -260,8 +249,8 @@ modules/access/screen/x11.c ...@@ -260,8 +249,8 @@ modules/access/screen/x11.c
modules/access/smb.c modules/access/smb.c
modules/access/tcp.c modules/access/tcp.c
modules/access/udp.c modules/access/udp.c
modules/access/v4l2.c
modules/access/v4l.c modules/access/v4l.c
modules/access/v4l2.c
modules/access/vcd/cdrom.c modules/access/vcd/cdrom.c
modules/access/vcd/cdrom.h modules/access/vcd/cdrom.h
modules/access/vcd/cdrom_internals.h modules/access/vcd/cdrom_internals.h
...@@ -278,6 +267,17 @@ modules/access/vcdx/vcdplayer.c ...@@ -278,6 +267,17 @@ modules/access/vcdx/vcdplayer.c
modules/access/vcdx/vcdplayer.h modules/access/vcdx/vcdplayer.h
modules/access/videodev2.h modules/access/videodev2.h
modules/access/videodev_mjpeg.h modules/access/videodev_mjpeg.h
modules/access_filter/bandwidth.c
modules/access_filter/dump.c
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/dolby.c
modules/audio_filter/channel_mixer/headphone.c modules/audio_filter/channel_mixer/headphone.c
modules/audio_filter/channel_mixer/mono.c modules/audio_filter/channel_mixer/mono.c
...@@ -391,8 +391,8 @@ modules/codec/xvmc/slice.c ...@@ -391,8 +391,8 @@ modules/codec/xvmc/slice.c
modules/codec/xvmc/slice_xvmc_vld.c modules/codec/xvmc/slice_xvmc_vld.c
modules/codec/xvmc/vlc.h modules/codec/xvmc/vlc.h
modules/codec/xvmc/xvmc_vld.h modules/codec/xvmc/xvmc_vld.h
modules/codec/xvmc/xxmc.c
modules/codec/xvmc/xxmc-config.h modules/codec/xvmc/xxmc-config.h
modules/codec/xvmc/xxmc.c
modules/control/dbus.c modules/control/dbus.c
modules/control/dbus.h modules/control/dbus.h
modules/control/gestures.c modules/control/gestures.c
...@@ -449,6 +449,7 @@ modules/demux/playlist/b4s.c ...@@ -449,6 +449,7 @@ modules/demux/playlist/b4s.c
modules/demux/playlist/dvb.c modules/demux/playlist/dvb.c
modules/demux/playlist/gvp.c modules/demux/playlist/gvp.c
modules/demux/playlist/ifo.c modules/demux/playlist/ifo.c
modules/demux/playlist/luaplaylist.c
modules/demux/playlist/m3u.c modules/demux/playlist/m3u.c
modules/demux/playlist/playlist.c modules/demux/playlist/playlist.c
modules/demux/playlist/playlist.h modules/demux/playlist/playlist.h
...@@ -457,6 +458,7 @@ modules/demux/playlist/podcast.c ...@@ -457,6 +458,7 @@ modules/demux/playlist/podcast.c
modules/demux/playlist/qtl.c modules/demux/playlist/qtl.c
modules/demux/playlist/sgimb.c modules/demux/playlist/sgimb.c
modules/demux/playlist/shoutcast.c modules/demux/playlist/shoutcast.c
modules/demux/playlist/videoportals.c
modules/demux/playlist/xspf.c modules/demux/playlist/xspf.c
modules/demux/playlist/xspf.h modules/demux/playlist/xspf.h
modules/demux/ps.c modules/demux/ps.c
...@@ -497,10 +499,10 @@ modules/gui/beos/TransportButton.cpp ...@@ -497,10 +499,10 @@ modules/gui/beos/TransportButton.cpp
modules/gui/beos/TransportButton.h modules/gui/beos/TransportButton.h
modules/gui/beos/VideoOutput.cpp modules/gui/beos/VideoOutput.cpp
modules/gui/beos/VideoWindow.h modules/gui/beos/VideoWindow.h
modules/gui/macosx/about.h
modules/gui/macosx/about.m
modules/gui/macosx/AppleRemote.h modules/gui/macosx/AppleRemote.h
modules/gui/macosx/AppleRemote.m modules/gui/macosx/AppleRemote.m
modules/gui/macosx/about.h
modules/gui/macosx/about.m
modules/gui/macosx/applescript.h modules/gui/macosx/applescript.h
modules/gui/macosx/applescript.m modules/gui/macosx/applescript.m
modules/gui/macosx/bookmarks.h modules/gui/macosx/bookmarks.h
...@@ -529,9 +531,9 @@ modules/gui/macosx/open.m ...@@ -529,9 +531,9 @@ modules/gui/macosx/open.m
modules/gui/macosx/output.h modules/gui/macosx/output.h
modules/gui/macosx/output.m modules/gui/macosx/output.m
modules/gui/macosx/playlist.h modules/gui/macosx/playlist.h
modules/gui/macosx/playlist.m
modules/gui/macosx/playlistinfo.h modules/gui/macosx/playlistinfo.h
modules/gui/macosx/playlistinfo.m modules/gui/macosx/playlistinfo.m
modules/gui/macosx/playlist.m
modules/gui/macosx/prefs.h modules/gui/macosx/prefs.h
modules/gui/macosx/prefs.m modules/gui/macosx/prefs.m
modules/gui/macosx/prefs_widgets.h modules/gui/macosx/prefs_widgets.h
...@@ -540,17 +542,17 @@ modules/gui/macosx/sfilters.h ...@@ -540,17 +542,17 @@ modules/gui/macosx/sfilters.h
modules/gui/macosx/sfilters.m modules/gui/macosx/sfilters.m
modules/gui/macosx/update.h modules/gui/macosx/update.h
modules/gui/macosx/update.m modules/gui/macosx/update.m
modules/gui/macosx/voutgl.m
modules/gui/macosx/vout.h modules/gui/macosx/vout.h
modules/gui/macosx/vout.m modules/gui/macosx/vout.m
modules/gui/macosx/voutgl.m
modules/gui/macosx/voutqt.m modules/gui/macosx/voutqt.m
modules/gui/macosx/wizard.h modules/gui/macosx/wizard.h
modules/gui/macosx/wizard.m modules/gui/macosx/wizard.m
modules/gui/ncurses.c modules/gui/ncurses.c
modules/gui/pda/pda.c modules/gui/pda/pda.c
modules/gui/pda/pda.h
modules/gui/pda/pda_callbacks.c modules/gui/pda/pda_callbacks.c
modules/gui/pda/pda_callbacks.h modules/gui/pda/pda_callbacks.h
modules/gui/pda/pda.h
modules/gui/pda/pda_interface.c modules/gui/pda/pda_interface.c
modules/gui/pda/pda_interface.h modules/gui/pda/pda_interface.h
modules/gui/pda/pda_support.c modules/gui/pda/pda_support.c
...@@ -596,10 +598,10 @@ modules/gui/qt4/dialogs/playlist.cpp ...@@ -596,10 +598,10 @@ modules/gui/qt4/dialogs/playlist.cpp
modules/gui/qt4/dialogs/playlist.hpp modules/gui/qt4/dialogs/playlist.hpp
modules/gui/qt4/dialogs/preferences.cpp modules/gui/qt4/dialogs/preferences.cpp
modules/gui/qt4/dialogs/preferences.hpp modules/gui/qt4/dialogs/preferences.hpp
modules/gui/qt4/dialogs_provider.cpp
modules/gui/qt4/dialogs_provider.hpp
modules/gui/qt4/dialogs/sout.cpp modules/gui/qt4/dialogs/sout.cpp
modules/gui/qt4/dialogs/sout.hpp modules/gui/qt4/dialogs/sout.hpp
modules/gui/qt4/dialogs_provider.cpp
modules/gui/qt4/dialogs_provider.hpp
modules/gui/qt4/input_manager.cpp modules/gui/qt4/input_manager.cpp
modules/gui/qt4/input_manager.hpp modules/gui/qt4/input_manager.hpp
modules/gui/qt4/main_interface.cpp modules/gui/qt4/main_interface.cpp
...@@ -612,11 +614,11 @@ modules/gui/qt4/qt4.cpp ...@@ -612,11 +614,11 @@ modules/gui/qt4/qt4.cpp
modules/gui/qt4/qt4.hpp modules/gui/qt4/qt4.hpp
modules/gui/qt4/ui/equalizer.ui modules/gui/qt4/ui/equalizer.ui
modules/gui/qt4/ui/main_interface.ui modules/gui/qt4/ui/main_interface.ui
modules/gui/qt4/ui/open.ui
modules/gui/qt4/ui/open_capture.ui modules/gui/qt4/ui/open_capture.ui
modules/gui/qt4/ui/open_disk.ui modules/gui/qt4/ui/open_disk.ui
modules/gui/qt4/ui/open_file.ui modules/gui/qt4/ui/open_file.ui
modules/gui/qt4/ui/open_net.ui modules/gui/qt4/ui/open_net.ui
modules/gui/qt4/ui/open.ui
modules/gui/qt4/ui/sout.ui modules/gui/qt4/ui/sout.ui
modules/gui/qt4/ui/sprefs_audio.ui modules/gui/qt4/ui/sprefs_audio.ui
modules/gui/qt4/ui/sprefs_input.ui modules/gui/qt4/ui/sprefs_input.ui
...@@ -728,8 +730,8 @@ modules/gui/skins2/macosx/macosx_tooltip.hpp ...@@ -728,8 +730,8 @@ modules/gui/skins2/macosx/macosx_tooltip.hpp
modules/gui/skins2/macosx/macosx_window.cpp modules/gui/skins2/macosx/macosx_window.cpp
modules/gui/skins2/macosx/macosx_window.hpp modules/gui/skins2/macosx/macosx_window.hpp
modules/gui/skins2/parser/builder.cpp modules/gui/skins2/parser/builder.cpp
modules/gui/skins2/parser/builder_data.hpp
modules/gui/skins2/parser/builder.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.cpp
modules/gui/skins2/parser/expr_evaluator.hpp modules/gui/skins2/parser/expr_evaluator.hpp
modules/gui/skins2/parser/interpreter.cpp modules/gui/skins2/parser/interpreter.cpp
...@@ -812,7 +814,6 @@ modules/gui/skins2/utils/ustring.cpp ...@@ -812,7 +814,6 @@ modules/gui/skins2/utils/ustring.cpp
modules/gui/skins2/utils/ustring.hpp modules/gui/skins2/utils/ustring.hpp
modules/gui/skins2/utils/var_bool.cpp modules/gui/skins2/utils/var_bool.cpp
modules/gui/skins2/utils/var_bool.hpp 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.cpp
modules/gui/skins2/utils/var_list.hpp modules/gui/skins2/utils/var_list.hpp
modules/gui/skins2/utils/var_percent.cpp modules/gui/skins2/utils/var_percent.cpp
...@@ -821,6 +822,7 @@ modules/gui/skins2/utils/var_text.cpp ...@@ -821,6 +822,7 @@ modules/gui/skins2/utils/var_text.cpp
modules/gui/skins2/utils/var_text.hpp modules/gui/skins2/utils/var_text.hpp
modules/gui/skins2/utils/var_tree.cpp modules/gui/skins2/utils/var_tree.cpp
modules/gui/skins2/utils/var_tree.hpp modules/gui/skins2/utils/var_tree.hpp
modules/gui/skins2/utils/variable.hpp
modules/gui/skins2/vars/equalizer.cpp modules/gui/skins2/vars/equalizer.cpp
modules/gui/skins2/vars/equalizer.hpp modules/gui/skins2/vars/equalizer.hpp
modules/gui/skins2/vars/playtree.cpp modules/gui/skins2/vars/playtree.cpp
...@@ -879,9 +881,9 @@ modules/gui/wince/timer.cpp ...@@ -879,9 +881,9 @@ modules/gui/wince/timer.cpp
modules/gui/wince/video.cpp modules/gui/wince/video.cpp
modules/gui/wince/wince.cpp modules/gui/wince/wince.cpp
modules/gui/wince/wince.h modules/gui/wince/wince.h
modules/gui/wxwidgets/dialogs.cpp
modules/gui/wxwidgets/dialogs/bookmarks.cpp modules/gui/wxwidgets/dialogs/bookmarks.cpp
modules/gui/wxwidgets/dialogs/bookmarks.hpp modules/gui/wxwidgets/dialogs/bookmarks.hpp
modules/gui/wxwidgets/dialogs.cpp
modules/gui/wxwidgets/dialogs/fileinfo.cpp modules/gui/wxwidgets/dialogs/fileinfo.cpp
modules/gui/wxwidgets/dialogs/fileinfo.hpp modules/gui/wxwidgets/dialogs/fileinfo.hpp
modules/gui/wxwidgets/dialogs/infopanels.cpp modules/gui/wxwidgets/dialogs/infopanels.cpp
...@@ -955,8 +957,8 @@ modules/misc/gnutls.c ...@@ -955,8 +957,8 @@ modules/misc/gnutls.c
modules/misc/gtk_main.c modules/misc/gtk_main.c
modules/misc/logger.c modules/misc/logger.c
modules/misc/memcpy/fastmemcpy.h modules/misc/memcpy/fastmemcpy.h
modules/misc/memcpy/memcpyaltivec.c
modules/misc/memcpy/memcpy.c modules/misc/memcpy/memcpy.c
modules/misc/memcpy/memcpyaltivec.c
modules/misc/notify/growl.c modules/misc/notify/growl.c
modules/misc/notify/msn.c modules/misc/notify/msn.c
modules/misc/notify/notify.c modules/misc/notify/notify.c
...@@ -1029,11 +1031,11 @@ modules/stream_out/transrate/getvlc.h ...@@ -1029,11 +1031,11 @@ modules/stream_out/transrate/getvlc.h
modules/stream_out/transrate/putvlc.h modules/stream_out/transrate/putvlc.h
modules/stream_out/transrate/transrate.c modules/stream_out/transrate/transrate.c
modules/stream_out/transrate/transrate.h 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_rgb16.c
modules/video_chroma/i420_rgb8.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_c.h
modules/video_chroma/i420_rgb.h
modules/video_chroma/i420_rgb_mmx.h modules/video_chroma/i420_rgb_mmx.h
modules/video_chroma/i420_ymga.c modules/video_chroma/i420_ymga.c
modules/video_chroma/i420_yuy2.c modules/video_chroma/i420_yuy2.c
...@@ -1105,6 +1107,8 @@ modules/video_output/x11/xcommon.c ...@@ -1105,6 +1107,8 @@ modules/video_output/x11/xcommon.c
modules/video_output/x11/xcommon.h modules/video_output/x11/xcommon.h
modules/video_output/x11/xvideo.c modules/video_output/x11/xvideo.c
modules/video_output/x11/xvmc.c modules/video_output/x11/xvmc.c
modules/visualization/galaktos/PCM.c
modules/visualization/galaktos/PCM.h
modules/visualization/galaktos/beat_detect.c modules/visualization/galaktos/beat_detect.c
modules/visualization/galaktos/beat_detect.h modules/visualization/galaktos/beat_detect.h
modules/visualization/galaktos/builtin_funcs.c modules/visualization/galaktos/builtin_funcs.c
...@@ -1139,8 +1143,6 @@ modules/visualization/galaktos/param.h ...@@ -1139,8 +1143,6 @@ modules/visualization/galaktos/param.h
modules/visualization/galaktos/param_types.h modules/visualization/galaktos/param_types.h
modules/visualization/galaktos/parser.c modules/visualization/galaktos/parser.c
modules/visualization/galaktos/parser.h 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.c
modules/visualization/galaktos/per_frame_eqn.h modules/visualization/galaktos/per_frame_eqn.h
modules/visualization/galaktos/per_frame_eqn_types.h modules/visualization/galaktos/per_frame_eqn_types.h
......
...@@ -8,7 +8,7 @@ msgid "" ...@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-05-09 23:05+0100\n" "POT-Creation-Date: 2007-05-14 11:38+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
...@@ -16,6 +16,14 @@ msgstr "" ...@@ -16,6 +16,14 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n" "Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: include/vlc/vlc.h:591
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:36 #: include/vlc_config_cat.h:36
msgid "VLC preferences" msgid "VLC preferences"
msgstr "" msgstr ""
...@@ -330,7 +338,7 @@ msgstr "" ...@@ -330,7 +338,7 @@ msgstr ""
msgid "General playlist behaviour" msgid "General playlist behaviour"
msgstr "" msgstr ""
#: include/vlc_config_cat.h:192 modules/gui/macosx/playlist.m:427 #: include/vlc_config_cat.h:192 modules/gui/macosx/playlist.m:449
msgid "Services discovery" msgid "Services discovery"
msgstr "" msgstr ""
...@@ -479,11 +487,11 @@ msgid "About VLC media player..." ...@@ -479,11 +487,11 @@ msgid "About VLC media player..."
msgstr "" msgstr ""
#: include/vlc_intf_strings.h:52 modules/gui/macosx/embeddedwindow.m:50 #: include/vlc_intf_strings.h:52 modules/gui/macosx/embeddedwindow.m:50
#: modules/gui/macosx/embeddedwindow.m:95 modules/gui/macosx/intf.m:526 #: modules/gui/macosx/embeddedwindow.m:93 modules/gui/macosx/intf.m:526
#: modules/gui/macosx/intf.m:569 modules/gui/macosx/intf.m:648 #: modules/gui/macosx/intf.m:569 modules/gui/macosx/intf.m:648
#: modules/gui/macosx/intf.m:655 modules/gui/macosx/intf.m:1535 #: modules/gui/macosx/intf.m:655 modules/gui/macosx/intf.m:1535
#: modules/gui/macosx/intf.m:1536 modules/gui/macosx/intf.m:1537 #: modules/gui/macosx/intf.m:1536 modules/gui/macosx/intf.m:1537
#: modules/gui/macosx/intf.m:1538 modules/gui/macosx/playlist.m:419 #: modules/gui/macosx/intf.m:1538 modules/gui/macosx/playlist.m:441
#: modules/gui/pda/pda_interface.c:262 modules/gui/pda/pda_interface.c:263 #: modules/gui/pda/pda_interface.c:262 modules/gui/pda/pda_interface.c:263
#: modules/gui/wxwidgets/dialogs/playlist.cpp:281 #: modules/gui/wxwidgets/dialogs/playlist.cpp:281
#: modules/gui/wxwidgets/dialogs/playlist.cpp:290 #: modules/gui/wxwidgets/dialogs/playlist.cpp:290
...@@ -498,7 +506,7 @@ msgstr "" ...@@ -498,7 +506,7 @@ msgstr ""
msgid "Fetch information" msgid "Fetch information"
msgstr "" msgstr ""
#: include/vlc_intf_strings.h:54 modules/gui/macosx/playlist.m:420 #: include/vlc_intf_strings.h:54 modules/gui/macosx/playlist.m:442
#: modules/gui/pda/pda_interface.c:1254 #: modules/gui/pda/pda_interface.c:1254
#: modules/gui/wxwidgets/dialogs/playlist.cpp:285 #: modules/gui/wxwidgets/dialogs/playlist.cpp:285
#: modules/gui/wxwidgets/dialogs/playlist.cpp:292 #: modules/gui/wxwidgets/dialogs/playlist.cpp:292
...@@ -572,7 +580,7 @@ msgstr "" ...@@ -572,7 +580,7 @@ msgstr ""
msgid "Load playlist file..." msgid "Load playlist file..."
msgstr "" msgstr ""
#: include/vlc_intf_strings.h:80 modules/gui/macosx/playlist.m:432 #: include/vlc_intf_strings.h:80 modules/gui/macosx/playlist.m:454
#: modules/gui/wxwidgets/dialogs/playlist.cpp:330 #: modules/gui/wxwidgets/dialogs/playlist.cpp:330
msgid "Search" msgid "Search"
msgstr "" msgstr ""
...@@ -650,7 +658,7 @@ msgid "" ...@@ -650,7 +658,7 @@ msgid ""
"settings." "settings."
msgstr "" msgstr ""
#: include/vlc_meta.h:32 modules/gui/macosx/playlist.m:1091 #: include/vlc_meta.h:32 modules/gui/macosx/playlist.m:1113
msgid "Meta-information" msgid "Meta-information"
msgstr "" msgstr ""
...@@ -663,7 +671,7 @@ msgstr "" ...@@ -663,7 +671,7 @@ msgstr ""
msgid "Title" msgid "Title"
msgstr "" msgstr ""
#: include/vlc_meta.h:34 modules/gui/macosx/playlist.m:1091 #: include/vlc_meta.h:34 modules/gui/macosx/playlist.m:1113
msgid "Artist" msgid "Artist"
msgstr "" msgstr ""
...@@ -734,14 +742,6 @@ msgstr "" ...@@ -734,14 +742,6 @@ msgstr ""
msgid "Codec Description" msgid "Codec Description"
msgstr "" msgstr ""
#: include/vlc/vlc.h:591
msgid ""
"This program comes with NO WARRANTY, to the extent permitted by law.\n"
"You may redistribute it under the terms of the GNU General Public License;\n"
"see the file named COPYING for details.\n"
"Written by the VideoLAN team; see the AUTHORS file.\n"
msgstr ""
#: src/audio_output/filters.c:154 src/audio_output/filters.c:201 #: src/audio_output/filters.c:154 src/audio_output/filters.c:201
#: src/audio_output/filters.c:224 #: src/audio_output/filters.c:224
msgid "Audio filtering failed" msgid "Audio filtering failed"
...@@ -963,8 +963,8 @@ msgstr "" ...@@ -963,8 +963,8 @@ msgstr ""
msgid "Bits per sample" msgid "Bits per sample"
msgstr "" msgstr ""
#: src/input/es_out.c:1798 modules/access_output/shout.c:87 #: src/input/es_out.c:1798 modules/access/pvr.c:89
#: modules/access/pvr.c:89 #: modules/access_output/shout.c:87
msgid "Bitrate" msgid "Bitrate"
msgstr "" msgstr ""
...@@ -998,11 +998,11 @@ msgstr "" ...@@ -998,11 +998,11 @@ msgstr ""
msgid "VLC is unable to open the MRL '%s'. Check the log for details." msgid "VLC is unable to open the MRL '%s'. Check the log for details."
msgstr "" msgstr ""
#: src/input/input.c:2283 #: src/input/input.c:2286
msgid "Can't recognize the input's format" msgid "Can't recognize the input's format"
msgstr "" msgstr ""
#: src/input/input.c:2284 #: src/input/input.c:2287
#, c-format #, c-format
msgid "The format of '%s' can't be detected. Have a look the log for details." msgid "The format of '%s' can't be detected. Have a look the log for details."
msgstr "" msgstr ""
...@@ -1060,13 +1060,13 @@ msgid "Chapter %i" ...@@ -1060,13 +1060,13 @@ msgid "Chapter %i"
msgstr "" msgstr ""
#: src/input/var.c:353 modules/gui/beos/InterfaceWindow.cpp:289 #: src/input/var.c:353 modules/gui/beos/InterfaceWindow.cpp:289
#: modules/gui/qt4/main_interface.cpp:739 #: modules/gui/qt4/main_interface.cpp:799
#: modules/gui/wxwidgets/input_manager.cpp:289 #: modules/gui/wxwidgets/input_manager.cpp:289
msgid "Next chapter" msgid "Next chapter"
msgstr "" msgstr ""
#: src/input/var.c:358 modules/gui/beos/InterfaceWindow.cpp:288 #: src/input/var.c:358 modules/gui/beos/InterfaceWindow.cpp:288
#: modules/gui/qt4/main_interface.cpp:738 #: modules/gui/qt4/main_interface.cpp:798
#: modules/gui/wxwidgets/input_manager.cpp:288 #: modules/gui/wxwidgets/input_manager.cpp:288
msgid "Previous chapter" msgid "Previous chapter"
msgstr "" msgstr ""
...@@ -4480,15 +4480,15 @@ msgid "Aspect-ratio" ...@@ -4480,15 +4480,15 @@ msgid "Aspect-ratio"
msgstr "" msgstr ""
#: modules/access/bda/bda.c:39 modules/access/cdda.c:60 #: modules/access/bda/bda.c:39 modules/access/cdda.c:60
#: modules/access/dshow/dshow.cpp:93 modules/access/dvb/access.c:73 #: modules/access/dshow/dshow.cpp:93 modules/access/dv.c:68
#: modules/access/dv.c:68 modules/access/dvdnav.c:67 #: modules/access/dvb/access.c:73 modules/access/dvdnav.c:67
#: modules/access/dvdread.c:64 modules/access/fake.c:41 #: modules/access/dvdread.c:64 modules/access/fake.c:41
#: modules/access/file.c:79 modules/access/ftp.c:54 #: modules/access/file.c:79 modules/access/ftp.c:54
#: modules/access/gnomevfs.c:45 modules/access/http.c:57 #: modules/access/gnomevfs.c:45 modules/access/http.c:57
#: modules/access/mms/mms.c:46 modules/access/pvr.c:52 #: modules/access/jack.c:58 modules/access/mms/mms.c:46
#: modules/access/screen/screen.c:36 modules/access/smb.c:61 #: modules/access/pvr.c:52 modules/access/screen/screen.c:36
#: modules/access/tcp.c:37 modules/access/udp.c:69 modules/access/v4l.c:76 #: modules/access/smb.c:61 modules/access/tcp.c:37 modules/access/udp.c:69
#: modules/access/vcd/vcd.c:41 #: modules/access/v4l.c:76 modules/access/vcd/vcd.c:41
msgid "Caching value in ms" msgid "Caching value in ms"
msgstr "" msgstr ""
...@@ -4727,15 +4727,6 @@ msgstr "" ...@@ -4727,15 +4727,6 @@ msgstr ""
msgid "DirectShow DVB input" msgid "DirectShow DVB input"
msgstr "" msgstr ""
#: modules/access/cdda/access.c:294
msgid "CD reading failed"
msgstr ""
#: modules/access/cdda/access.c:295
#, c-format
msgid "VLC could not get a new block of size: %i."
msgstr ""
#: modules/access/cdda.c:62 #: modules/access/cdda.c:62
msgid "" msgid ""
"Default caching value for Audio CDs. This value should be set in " "Default caching value for Audio CDs. This value should be set in "
...@@ -4781,6 +4772,15 @@ msgstr "" ...@@ -4781,6 +4772,15 @@ msgstr ""
msgid "Audio CD - Track %i" msgid "Audio CD - Track %i"
msgstr "" msgstr ""
#: modules/access/cdda/access.c:294
msgid "CD reading failed"
msgstr ""
#: modules/access/cdda/access.c:295
#, c-format
msgid "VLC could not get a new block of size: %i."
msgstr ""
#: modules/access/cdda/cdda.c:42 modules/access/directory.c:80 #: modules/access/cdda/cdda.c:42 modules/access/directory.c:80
#: modules/codec/x264.c:354 modules/codec/x264.c:360 modules/codec/x264.c:365 #: modules/codec/x264.c:354 modules/codec/x264.c:360 modules/codec/x264.c:365
msgid "none" msgid "none"
...@@ -5282,6 +5282,18 @@ msgstr "" ...@@ -5282,6 +5282,18 @@ msgstr ""
msgid "The capture device \"%s\" does not support the required parameters." msgid "The capture device \"%s\" does not support the required parameters."
msgstr "" msgstr ""
#: modules/access/dv.c:70
msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
msgstr ""
#: modules/access/dv.c:74
msgid "Digital Video (Firewire/ieee1394) input"
msgstr ""
#: modules/access/dv.c:75
msgid "dv"
msgstr ""
#: modules/access/dvb/access.c:127 #: modules/access/dvb/access.c:127
msgid "Modulation type for front-end device." msgid "Modulation type for front-end device."
msgstr "" msgstr ""
...@@ -5385,18 +5397,6 @@ msgstr "" ...@@ -5385,18 +5397,6 @@ msgstr ""
msgid "The provided polarization \"%c\" is not valid." msgid "The provided polarization \"%c\" is not valid."
msgstr "" msgstr ""
#: modules/access/dv.c:70
msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
msgstr ""
#: modules/access/dv.c:74
msgid "Digital Video (Firewire/ieee1394) input"
msgstr ""
#: modules/access/dv.c:75
msgid "dv"
msgstr ""
#: modules/access/dvdnav.c:63 modules/access/dvdread.c:60 #: modules/access/dvdnav.c:63 modules/access/dvdread.c:60
msgid "DVD angle" msgid "DVD angle"
msgstr "" msgstr ""
...@@ -5584,90 +5584,6 @@ msgstr "" ...@@ -5584,90 +5584,6 @@ msgstr ""
msgid "VLC could not open file \"%s\" (%s)." msgid "VLC could not open file \"%s\" (%s)."
msgstr "" msgstr ""
#: modules/access_filter/bandwidth.c:31
msgid "Bandwidth limit (bytes/s)"
msgstr ""
#: modules/access_filter/bandwidth.c:33
msgid ""
"The bandwidth module will drop any data in excess of that many bytes per "
"seconds."
msgstr ""
#: modules/access_filter/bandwidth.c:42
msgid "Bandwidth"
msgstr ""
#: modules/access_filter/bandwidth.c:43
msgid "Bandwidth limiter"
msgstr ""
#: modules/access_filter/dump.c:39
msgid "Force use of dump module"
msgstr ""
#: modules/access_filter/dump.c:40
msgid "Activate the dump module even for media with fast seeking."
msgstr ""
#: modules/access_filter/dump.c:43
msgid "Maximum size of temporary file (Mb)"
msgstr ""
#: modules/access_filter/dump.c:44
msgid ""
"The dump module will abort dumping of the media if more than this much "
"megabyte were performed."
msgstr ""
#: modules/access_filter/record.c:45
msgid "Record directory"
msgstr ""
#: modules/access_filter/record.c:47
msgid "Directory where the record will be stored."
msgstr ""
#: modules/access_filter/record.c:323
msgid "Recording"
msgstr ""
#: modules/access_filter/record.c:325
msgid "Recording done"
msgstr ""
#: modules/access_filter/timeshift.c:46
msgid "Timeshift granularity"
msgstr ""
#: modules/access_filter/timeshift.c:48
msgid ""
"This is the size of the temporary files that will be used to store the "
"timeshifted streams."
msgstr ""
#: modules/access_filter/timeshift.c:50
msgid "Timeshift directory"
msgstr ""
#: modules/access_filter/timeshift.c:51
msgid "Directory used to store the timeshift temporary files."
msgstr ""
#: modules/access_filter/timeshift.c:53
msgid "Force use of the timeshift module"
msgstr ""
#: modules/access_filter/timeshift.c:54
msgid ""
"Force use of the timeshift module even if the access declares that it can "
"control pace or pause."
msgstr ""
#: modules/access_filter/timeshift.c:58 modules/access_filter/timeshift.c:59
msgid "Timeshift"
msgstr ""
#: modules/access/ftp.c:56 #: modules/access/ftp.c:56
msgid "" msgid ""
"Caching value for FTP streams. This value should be set in milliseconds." "Caching value for FTP streams. This value should be set in milliseconds."
...@@ -5799,6 +5715,36 @@ msgstr "" ...@@ -5799,6 +5715,36 @@ msgstr ""
msgid "Please enter a valid login name and a password." msgid "Please enter a valid login name and a password."
msgstr "" msgstr ""
#: modules/access/jack.c:60
msgid ""
"Make VLC buffer audio data capturer from jack for the specified length in "
"milliseconds."
msgstr ""
#: modules/access/jack.c:62
msgid "Pace"
msgstr ""
#: modules/access/jack.c:64
msgid "Read the audio stream at VLC pace rather than Jack pace."
msgstr ""
#: modules/access/jack.c:65
msgid "Auto Connection"
msgstr ""
#: modules/access/jack.c:67
msgid "Automatically connect VLC input ports to available output ports."
msgstr ""
#: modules/access/jack.c:70
msgid "JACK audio input"
msgstr ""
#: modules/access/jack.c:72
msgid "JACK Input"
msgstr ""
#: modules/access/mms/mms.c:48 #: modules/access/mms/mms.c:48
msgid "" msgid ""
"Caching value for MMS streams. This value should be set in milliseconds." "Caching value for MMS streams. This value should be set in milliseconds."
...@@ -5826,327 +5772,94 @@ msgstr "" ...@@ -5826,327 +5772,94 @@ msgstr ""
msgid "Microsoft Media Server (MMS) input" msgid "Microsoft Media Server (MMS) input"
msgstr "" msgstr ""
#: modules/access_output/dummy.c:41 modules/stream_out/dummy.c:48 #: modules/access/pvr.c:54
msgid "Dummy stream output" msgid ""
"Default caching value for PVR streams. This value should be set in "
"milliseconds."
msgstr "" msgstr ""
#: modules/access_output/dummy.c:42 modules/misc/dummy/dummy.c:58 #: modules/access/pvr.c:57
msgid "Dummy" msgid "Device"
msgstr "" msgstr ""
#: modules/access_output/file.c:63 #: modules/access/pvr.c:58
msgid "Append to file" msgid "PVR video device"
msgstr "" msgstr ""
#: modules/access_output/file.c:64 #: modules/access/pvr.c:60
msgid "Append to file if it exists instead of replacing it." msgid "Radio device"
msgstr "" msgstr ""
#: modules/access_output/file.c:68 #: modules/access/pvr.c:61
msgid "File stream output" msgid "PVR radio device"
msgstr "" msgstr ""
#: modules/access_output/http.c:62 modules/misc/audioscrobbler.c:118 #: modules/access/pvr.c:63 modules/access/v4l.c:99
msgid "Username" msgid "Norm"
msgstr "" msgstr ""
#: modules/access_output/http.c:63 #: modules/access/pvr.c:64 modules/access/v4l.c:101
msgid "User name that will be requested to access the stream." msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
msgstr "" msgstr ""
#: modules/access_output/http.c:65 modules/control/telnet.c:79 #: modules/access/pvr.c:67 modules/access/v4l.c:105 modules/demux/rawvid.c:42
#: modules/misc/audioscrobbler.c:120 modules/misc/notify/growl.c:61 #: modules/video_filter/mosaic.c:97
msgid "Password" msgid "Width"
msgstr "" msgstr ""
#: modules/access_output/http.c:66 #: modules/access/pvr.c:68
msgid "Password that will be requested to access the stream." msgid "Width of the stream to capture (-1 for autodetection)."
msgstr "" msgstr ""
#: modules/access_output/http.c:68 #: modules/access/pvr.c:71 modules/access/v4l.c:108 modules/demux/rawvid.c:46
msgid "Mime" #: modules/video_filter/mosaic.c:95
msgid "Height"
msgstr "" msgstr ""
#: modules/access_output/http.c:69 #: modules/access/pvr.c:72
msgid "MIME returned by the server (autodetected if not specified)." msgid "Height of the stream to capture (-1 for autodetection)."
msgstr "" msgstr ""
#: modules/access_output/http.c:72 #: modules/access/pvr.c:75 modules/access/v4l.c:92
msgid "Path to the x509 PEM certificate file that will be used for HTTPS." msgid "Frequency"
msgstr "" msgstr ""
#: modules/access_output/http.c:75 #: modules/access/pvr.c:76 modules/access/v4l.c:94
msgid "" msgid "Frequency to capture (in kHz), if applicable."
"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
"empty if you don't have one."
msgstr "" msgstr ""
#: modules/access_output/http.c:79 #: modules/access/pvr.c:79 modules/access/v4l.c:140
msgid "" msgid "Framerate to capture, if applicable (-1 for autodetect)."
"Path to the x509 PEM trusted root CA certificates (certificate authority) "
"file that will be used for HTTPS. Leave empty if you don't have one."
msgstr "" msgstr ""
#: modules/access_output/http.c:84 #: modules/access/pvr.c:82
msgid "" msgid "Key interval"
"Path to the x509 PEM Certificates Revocation List file that will be used for "
"SSL. Leave empty if you don't have one."
msgstr "" msgstr ""
#: modules/access_output/http.c:87 #: modules/access/pvr.c:83
msgid "Advertise with Bonjour" msgid "Interval between keyframes (-1 for autodetect)."
msgstr "" msgstr ""
#: modules/access_output/http.c:88 #: modules/access/pvr.c:85
msgid "Advertise the stream with the Bonjour protocol." msgid "B Frames"
msgstr "" msgstr ""
#: modules/access_output/http.c:92 #: modules/access/pvr.c:86
msgid "HTTP stream output" msgid ""
"If this option is set, B-Frames will be used. Use this option to set the "
"number of B-Frames."
msgstr "" msgstr ""
#: modules/access_output/shout.c:59 #: modules/access/pvr.c:90
msgid "Stream name" msgid "Bitrate to use (-1 for default)."
msgstr "" msgstr ""
#: modules/access_output/shout.c:60 #: modules/access/pvr.c:92
msgid "Name to give to this stream/channel on the shoutcast/icecast server." msgid "Bitrate peak"
msgstr "" msgstr ""
#: modules/access_output/shout.c:63 #: modules/access/pvr.c:93
msgid "Stream description" msgid "Peak bitrate in VBR mode."
msgstr ""
#: modules/access_output/shout.c:64
msgid "Description of the stream content or information about your channel."
msgstr ""
#: modules/access_output/shout.c:67
msgid "Stream MP3"
msgstr ""
#: modules/access_output/shout.c:68
msgid ""
"You normally have to feed the shoutcast module with Ogg streams. It is also "
"possible to stream MP3 instead, so you can forward MP3 streams to the "
"shoutcast/icecast server."
msgstr ""
#: modules/access_output/shout.c:77
msgid "Genre description"
msgstr ""
#: modules/access_output/shout.c:78
msgid "Genre of the content. "
msgstr ""
#: modules/access_output/shout.c:80
msgid "URL description"
msgstr ""
#: modules/access_output/shout.c:81
msgid "URL with information about the stream or your channel. "
msgstr ""
#: modules/access_output/shout.c:88
msgid "Bitrate information of the transcoded stream. "
msgstr ""
#: modules/access_output/shout.c:90 modules/access/v4l.c:125
msgid "Samplerate"
msgstr ""
#: modules/access_output/shout.c:91
msgid "Samplerate information of the transcoded stream. "
msgstr ""
#: modules/access_output/shout.c:93
msgid "Number of channels"
msgstr ""
#: modules/access_output/shout.c:94
msgid "Number of channels information of the transcoded stream. "
msgstr ""
#: modules/access_output/shout.c:96
msgid "Ogg Vorbis Quality"
msgstr ""
#: modules/access_output/shout.c:97
msgid "Ogg Vorbis Quality information of the transcoded stream. "
msgstr ""
#: modules/access_output/shout.c:99
msgid "Stream public"
msgstr ""
#: modules/access_output/shout.c:100
msgid ""
"Make the server publicly available on the 'Yellow Pages' (directory listing "
"of streams) on the icecast/shoutcast website. Requires the bitrate "
"information specified for shoutcast. Requires Ogg streaming for icecast."
msgstr ""
#: modules/access_output/shout.c:106
msgid "IceCAST output"
msgstr ""
#: modules/access_output/udp.c:89 modules/access/rtsp/access.c:41
#: modules/demux/live555.cpp:60
msgid "Caching value (ms)"
msgstr ""
#: modules/access_output/udp.c:91
msgid ""
"Default caching value for outbound UDP streams. This value should be set in "
"milliseconds."
msgstr ""
#: modules/access_output/udp.c:94
msgid "Group packets"
msgstr ""
#: modules/access_output/udp.c:95
msgid ""
"Packets can be sent one by one at the right time or by groups. You can "
"choose the number of packets that will be sent at a time. It helps reducing "
"the scheduling load on heavily-loaded systems."
msgstr ""
#: modules/access_output/udp.c:100
msgid "Raw write"
msgstr ""
#: modules/access_output/udp.c:101
msgid ""
"Packets will be sent directly, without trying to fill the MTU (ie, without "
"trying to make the biggest possible packets in order to improve streaming)."
msgstr ""
#: modules/access_output/udp.c:105
msgid "RTCP destination port number"
msgstr ""
#: modules/access_output/udp.c:106
msgid "Sends RTCP packets to this port (0 = auto)"
msgstr ""
#: modules/access_output/udp.c:107
msgid "Automatic multicast streaming"
msgstr ""
#: modules/access_output/udp.c:108
msgid "Allocates an outbound multicast address automatically."
msgstr ""
#: modules/access_output/udp.c:110
msgid "UDP-Lite"
msgstr ""
#: modules/access_output/udp.c:111
msgid "Use UDP-Lite/IP instead of normal UDP/IP"
msgstr ""
#: modules/access_output/udp.c:112
msgid "Checksum coverage"
msgstr ""
#: modules/access_output/udp.c:113
msgid "Payload bytes covered by layer-4 checksum"
msgstr ""
#: modules/access_output/udp.c:116
msgid "UDP stream output"
msgstr ""
#: modules/access/pvr.c:54
msgid ""
"Default caching value for PVR streams. This value should be set in "
"milliseconds."
msgstr ""
#: modules/access/pvr.c:57
msgid "Device"
msgstr ""
#: modules/access/pvr.c:58
msgid "PVR video device"
msgstr ""
#: modules/access/pvr.c:60
msgid "Radio device"
msgstr ""
#: modules/access/pvr.c:61
msgid "PVR radio device"
msgstr ""
#: modules/access/pvr.c:63 modules/access/v4l.c:99
msgid "Norm"
msgstr ""
#: modules/access/pvr.c:64 modules/access/v4l.c:101
msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
msgstr ""
#: modules/access/pvr.c:67 modules/access/v4l.c:105 modules/demux/rawvid.c:42
#: modules/video_filter/mosaic.c:97
msgid "Width"
msgstr ""
#: modules/access/pvr.c:68
msgid "Width of the stream to capture (-1 for autodetection)."
msgstr ""
#: modules/access/pvr.c:71 modules/access/v4l.c:108 modules/demux/rawvid.c:46
#: modules/video_filter/mosaic.c:95
msgid "Height"
msgstr ""
#: modules/access/pvr.c:72
msgid "Height of the stream to capture (-1 for autodetection)."
msgstr ""
#: modules/access/pvr.c:75 modules/access/v4l.c:92
msgid "Frequency"
msgstr ""
#: modules/access/pvr.c:76 modules/access/v4l.c:94
msgid "Frequency to capture (in kHz), if applicable."
msgstr ""
#: modules/access/pvr.c:79 modules/access/v4l.c:140
msgid "Framerate to capture, if applicable (-1 for autodetect)."
msgstr ""
#: modules/access/pvr.c:82
msgid "Key interval"
msgstr ""
#: modules/access/pvr.c:83
msgid "Interval between keyframes (-1 for autodetect)."
msgstr ""
#: modules/access/pvr.c:85
msgid "B Frames"
msgstr ""
#: modules/access/pvr.c:86
msgid ""
"If this option is set, B-Frames will be used. Use this option to set the "
"number of B-Frames."
msgstr ""
#: modules/access/pvr.c:90
msgid "Bitrate to use (-1 for default)."
msgstr ""
#: modules/access/pvr.c:92
msgid "Bitrate peak"
msgstr ""
#: modules/access/pvr.c:93
msgid "Peak bitrate in VBR mode."
msgstr "" msgstr ""
#: modules/access/pvr.c:95 #: modules/access/pvr.c:95
...@@ -6215,6 +5928,11 @@ msgstr "" ...@@ -6215,6 +5928,11 @@ msgstr ""
msgid "IVTV MPEG Encoding cards input" msgid "IVTV MPEG Encoding cards input"
msgstr "" msgstr ""
#: modules/access/rtsp/access.c:41 modules/access_output/udp.c:89
#: modules/demux/live555.cpp:60
msgid "Caching value (ms)"
msgstr ""
#: modules/access/rtsp/access.c:43 #: modules/access/rtsp/access.c:43
msgid "" msgid ""
"Caching value for RTSP streams. This value should be set in milliseconds." "Caching value for RTSP streams. This value should be set in milliseconds."
...@@ -6340,51 +6058,27 @@ msgstr "" ...@@ -6340,51 +6058,27 @@ msgstr ""
msgid "UDP/RTP input" msgid "UDP/RTP input"
msgstr "" msgstr ""
#: modules/access/v4l2.c:54 modules/gui/macosx/open.m:169 #: modules/access/v4l.c:78
#: modules/gui/wxwidgets/dialogs/open.cpp:719 msgid ""
msgid "Device name" "Caching value for V4L captures. This value should be set in milliseconds."
msgstr "" msgstr ""
#: modules/access/v4l2.c:56 #: modules/access/v4l.c:82
msgid "" msgid ""
"Name of the device to use. If you don't specify anything, /dev/video0 will " "Name of the video device to use. If you don't specify anything, no video "
"be used." "device will be used."
msgstr "" msgstr ""
#: modules/access/v4l2.c:60 #: modules/access/v4l.c:86
msgid "" msgid ""
"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)." "Name of the audio device to use. If you don't specify anything, no audio "
"device will be used."
msgstr "" msgstr ""
#: modules/access/v4l2.c:65 #: modules/access/v4l.c:90
msgid "Video4Linux2" msgid ""
msgstr "" "Force the Video4Linux video device to use a specific chroma format (eg. I420 "
"(default), RV24, etc.)"
#: modules/access/v4l2.c:66
msgid "Video4Linux2 input"
msgstr ""
#: modules/access/v4l.c:78
msgid ""
"Caching value for V4L captures. This value should be set in milliseconds."
msgstr ""
#: modules/access/v4l.c:82
msgid ""
"Name of the video device to use. If you don't specify anything, no video "
"device will be used."
msgstr ""
#: modules/access/v4l.c:86
msgid ""
"Name of the audio device to use. If you don't specify anything, no audio "
"device will be used."
msgstr ""
#: modules/access/v4l.c:90
msgid ""
"Force the Video4Linux video device to use a specific chroma format (eg. I420 "
"(default), RV24, etc.)"
msgstr "" msgstr ""
#: modules/access/v4l.c:97 #: modules/access/v4l.c:97
...@@ -6453,6 +6147,10 @@ msgstr "" ...@@ -6453,6 +6147,10 @@ msgstr ""
msgid "Tuner to use, if there are several ones." msgid "Tuner to use, if there are several ones."
msgstr "" msgstr ""
#: modules/access/v4l.c:125 modules/access_output/shout.c:90
msgid "Samplerate"
msgstr ""
#: modules/access/v4l.c:127 #: modules/access/v4l.c:127
msgid "" msgid ""
"Samplerate of the captured audio stream, in Hz (eg: 11025, 22050, 44100)" "Samplerate of the captured audio stream, in Hz (eg: 11025, 22050, 44100)"
...@@ -6494,6 +6192,30 @@ msgstr "" ...@@ -6494,6 +6192,30 @@ msgstr ""
msgid "Video4Linux input" msgid "Video4Linux input"
msgstr "" msgstr ""
#: modules/access/v4l2.c:54 modules/gui/macosx/open.m:169
#: modules/gui/wxwidgets/dialogs/open.cpp:719
msgid "Device name"
msgstr ""
#: modules/access/v4l2.c:56
msgid ""
"Name of the device to use. If you don't specify anything, /dev/video0 will "
"be used."
msgstr ""
#: modules/access/v4l2.c:60
msgid ""
"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."
msgstr ""
#: modules/access/v4l2.c:65
msgid "Video4Linux2"
msgstr ""
#: modules/access/v4l2.c:66
msgid "Video4Linux2 input"
msgstr ""
#: modules/access/vcd/vcd.c:43 #: modules/access/vcd/vcd.c:43
msgid "Caching value for VCDs. This value should be set in milliseconds." msgid "Caching value for VCDs. This value should be set in milliseconds."
msgstr "" msgstr ""
...@@ -6572,108 +6294,416 @@ msgstr "" ...@@ -6572,108 +6294,416 @@ msgstr ""
msgid "System Id" msgid "System Id"
msgstr "" msgstr ""
#: modules/access/vcdx/info.c:101 #: modules/access/vcdx/info.c:101
msgid "Entries" msgid "Entries"
msgstr ""
#: modules/access/vcdx/info.c:122
msgid "First Entry Point"
msgstr ""
#: modules/access/vcdx/info.c:126
msgid "Last Entry Point"
msgstr ""
#: modules/access/vcdx/info.c:127
msgid "Track size (in sectors)"
msgstr ""
#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
msgid "type"
msgstr ""
#: modules/access/vcdx/info.c:139
msgid "end"
msgstr ""
#: modules/access/vcdx/info.c:142
msgid "play list"
msgstr ""
#: modules/access/vcdx/info.c:153
msgid "extended selection list"
msgstr ""
#: modules/access/vcdx/info.c:154
msgid "selection list"
msgstr ""
#: modules/access/vcdx/info.c:166
msgid "unknown type"
msgstr ""
#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
#: modules/access/vcdx/info.c:316
msgid "List ID"
msgstr ""
#: modules/access/vcdx/vcd.c:95
msgid "(Super) Video CD"
msgstr ""
#: modules/access/vcdx/vcd.c:96
msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
msgstr ""
#: modules/access/vcdx/vcd.c:97
msgid "vcdx://[device-or-file][@{P,S,T}num]"
msgstr ""
#: modules/access/vcdx/vcd.c:106
msgid "If nonzero, this gives additional debug information."
msgstr ""
#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
msgid "Number of CD blocks to get in a single read."
msgstr ""
#: modules/access/vcdx/vcd.c:116
msgid "Use playback control?"
msgstr ""
#: modules/access/vcdx/vcd.c:117
msgid ""
"If VCD is authored with playback control, use it. Otherwise we play by "
"tracks."
msgstr ""
#: modules/access/vcdx/vcd.c:123
msgid "Use track length as maximum unit in seek?"
msgstr ""
#: modules/access/vcdx/vcd.c:124
msgid ""
"If set, the length of the seek bar is the track rather than the length of an "
"entry."
msgstr ""
#: modules/access/vcdx/vcd.c:129
msgid "Show extended VCD info?"
msgstr ""
#: modules/access/vcdx/vcd.c:130
msgid ""
"Show the maximum amount of information under Stream and Media Info. Shows "
"for example playback control navigation."
msgstr ""
#: modules/access/vcdx/vcd.c:137
msgid "Format to use in the playlist's \"author\" field."
msgstr ""
#: modules/access/vcdx/vcd.c:143
msgid "Format to use in the playlist's \"title\" field."
msgstr ""
#: modules/access_filter/bandwidth.c:31
msgid "Bandwidth limit (bytes/s)"
msgstr ""
#: modules/access_filter/bandwidth.c:33
msgid ""
"The bandwidth module will drop any data in excess of that many bytes per "
"seconds."
msgstr ""
#: modules/access_filter/bandwidth.c:42
msgid "Bandwidth"
msgstr ""
#: modules/access_filter/bandwidth.c:43
msgid "Bandwidth limiter"
msgstr ""
#: modules/access_filter/dump.c:39
msgid "Force use of dump module"
msgstr ""
#: modules/access_filter/dump.c:40
msgid "Activate the dump module even for media with fast seeking."
msgstr ""
#: modules/access_filter/dump.c:43
msgid "Maximum size of temporary file (Mb)"
msgstr ""
#: modules/access_filter/dump.c:44
msgid ""
"The dump module will abort dumping of the media if more than this much "
"megabyte were performed."
msgstr ""
#: modules/access_filter/record.c:45
msgid "Record directory"
msgstr ""
#: modules/access_filter/record.c:47
msgid "Directory where the record will be stored."
msgstr ""
#: modules/access_filter/record.c:323
msgid "Recording"
msgstr ""
#: modules/access_filter/record.c:325
msgid "Recording done"
msgstr ""
#: modules/access_filter/timeshift.c:46
msgid "Timeshift granularity"
msgstr ""
#: modules/access_filter/timeshift.c:48
msgid ""
"This is the size of the temporary files that will be used to store the "
"timeshifted streams."
msgstr ""
#: modules/access_filter/timeshift.c:50
msgid "Timeshift directory"
msgstr ""
#: modules/access_filter/timeshift.c:51
msgid "Directory used to store the timeshift temporary files."
msgstr ""
#: modules/access_filter/timeshift.c:53
msgid "Force use of the timeshift module"
msgstr ""
#: modules/access_filter/timeshift.c:54
msgid ""
"Force use of the timeshift module even if the access declares that it can "
"control pace or pause."
msgstr ""
#: modules/access_filter/timeshift.c:58 modules/access_filter/timeshift.c:59
msgid "Timeshift"
msgstr ""
#: modules/access_output/dummy.c:41 modules/stream_out/dummy.c:48
msgid "Dummy stream output"
msgstr ""
#: modules/access_output/dummy.c:42 modules/misc/dummy/dummy.c:58
msgid "Dummy"
msgstr ""
#: modules/access_output/file.c:63
msgid "Append to file"
msgstr ""
#: modules/access_output/file.c:64
msgid "Append to file if it exists instead of replacing it."
msgstr ""
#: modules/access_output/file.c:68
msgid "File stream output"
msgstr ""
#: modules/access_output/http.c:62 modules/misc/audioscrobbler.c:118
msgid "Username"
msgstr ""
#: modules/access_output/http.c:63
msgid "User name that will be requested to access the stream."
msgstr ""
#: modules/access_output/http.c:65 modules/control/telnet.c:79
#: modules/misc/audioscrobbler.c:120 modules/misc/notify/growl.c:61
msgid "Password"
msgstr ""
#: modules/access_output/http.c:66
msgid "Password that will be requested to access the stream."
msgstr ""
#: modules/access_output/http.c:68
msgid "Mime"
msgstr ""
#: modules/access_output/http.c:69
msgid "MIME returned by the server (autodetected if not specified)."
msgstr ""
#: modules/access_output/http.c:72
msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
msgstr ""
#: modules/access_output/http.c:75
msgid ""
"Path to the x509 PEM private key file that will be used for HTTPS. Leave "
"empty if you don't have one."
msgstr ""
#: modules/access_output/http.c:79
msgid ""
"Path to the x509 PEM trusted root CA certificates (certificate authority) "
"file that will be used for HTTPS. Leave empty if you don't have one."
msgstr ""
#: modules/access_output/http.c:84
msgid ""
"Path to the x509 PEM Certificates Revocation List file that will be used for "
"SSL. Leave empty if you don't have one."
msgstr ""
#: modules/access_output/http.c:87
msgid "Advertise with Bonjour"
msgstr ""
#: modules/access_output/http.c:88
msgid "Advertise the stream with the Bonjour protocol."
msgstr ""
#: modules/access_output/http.c:92
msgid "HTTP stream output"
msgstr ""
#: modules/access_output/shout.c:59
msgid "Stream name"
msgstr ""
#: modules/access_output/shout.c:60
msgid "Name to give to this stream/channel on the shoutcast/icecast server."
msgstr ""
#: modules/access_output/shout.c:63
msgid "Stream description"
msgstr ""
#: modules/access_output/shout.c:64
msgid "Description of the stream content or information about your channel."
msgstr ""
#: modules/access_output/shout.c:67
msgid "Stream MP3"
msgstr ""
#: modules/access_output/shout.c:68
msgid ""
"You normally have to feed the shoutcast module with Ogg streams. It is also "
"possible to stream MP3 instead, so you can forward MP3 streams to the "
"shoutcast/icecast server."
msgstr ""
#: modules/access_output/shout.c:77
msgid "Genre description"
msgstr ""
#: modules/access_output/shout.c:78
msgid "Genre of the content. "
msgstr ""
#: modules/access_output/shout.c:80
msgid "URL description"
msgstr ""
#: modules/access_output/shout.c:81
msgid "URL with information about the stream or your channel. "
msgstr "" msgstr ""
#: modules/access/vcdx/info.c:122 #: modules/access_output/shout.c:88
msgid "First Entry Point" msgid "Bitrate information of the transcoded stream. "
msgstr "" msgstr ""
#: modules/access/vcdx/info.c:126 #: modules/access_output/shout.c:91
msgid "Last Entry Point" msgid "Samplerate information of the transcoded stream. "
msgstr "" msgstr ""
#: modules/access/vcdx/info.c:127 #: modules/access_output/shout.c:93
msgid "Track size (in sectors)" msgid "Number of channels"
msgstr "" msgstr ""
#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142 #: modules/access_output/shout.c:94
#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166 msgid "Number of channels information of the transcoded stream. "
msgid "type"
msgstr "" msgstr ""
#: modules/access/vcdx/info.c:139 #: modules/access_output/shout.c:96
msgid "end" msgid "Ogg Vorbis Quality"
msgstr "" msgstr ""
#: modules/access/vcdx/info.c:142 #: modules/access_output/shout.c:97
msgid "play list" msgid "Ogg Vorbis Quality information of the transcoded stream. "
msgstr "" msgstr ""
#: modules/access/vcdx/info.c:153 #: modules/access_output/shout.c:99
msgid "extended selection list" msgid "Stream public"
msgstr "" msgstr ""
#: modules/access/vcdx/info.c:154 #: modules/access_output/shout.c:100
msgid "selection list" msgid ""
"Make the server publicly available on the 'Yellow Pages' (directory listing "
"of streams) on the icecast/shoutcast website. Requires the bitrate "
"information specified for shoutcast. Requires Ogg streaming for icecast."
msgstr "" msgstr ""
#: modules/access/vcdx/info.c:166 #: modules/access_output/shout.c:106
msgid "unknown type" msgid "IceCAST output"
msgstr "" msgstr ""
#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299 #: modules/access_output/udp.c:91
#: modules/access/vcdx/info.c:316 msgid ""
msgid "List ID" "Default caching value for outbound UDP streams. This value should be set in "
"milliseconds."
msgstr "" msgstr ""
#: modules/access/vcdx/vcd.c:95 #: modules/access_output/udp.c:94
msgid "(Super) Video CD" msgid "Group packets"
msgstr "" msgstr ""
#: modules/access/vcdx/vcd.c:96 #: modules/access_output/udp.c:95
msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input" msgid ""
"Packets can be sent one by one at the right time or by groups. You can "
"choose the number of packets that will be sent at a time. It helps reducing "
"the scheduling load on heavily-loaded systems."
msgstr "" msgstr ""
#: modules/access/vcdx/vcd.c:97 #: modules/access_output/udp.c:100
msgid "vcdx://[device-or-file][@{P,S,T}num]" msgid "Raw write"
msgstr "" msgstr ""
#: modules/access/vcdx/vcd.c:106 #: modules/access_output/udp.c:101
msgid "If nonzero, this gives additional debug information." msgid ""
"Packets will be sent directly, without trying to fill the MTU (ie, without "
"trying to make the biggest possible packets in order to improve streaming)."
msgstr "" msgstr ""
#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112 #: modules/access_output/udp.c:105
msgid "Number of CD blocks to get in a single read." msgid "RTCP destination port number"
msgstr "" msgstr ""
#: modules/access/vcdx/vcd.c:116 #: modules/access_output/udp.c:106
msgid "Use playback control?" msgid "Sends RTCP packets to this port (0 = auto)"
msgstr "" msgstr ""
#: modules/access/vcdx/vcd.c:117 #: modules/access_output/udp.c:107
msgid "" msgid "Automatic multicast streaming"
"If VCD is authored with playback control, use it. Otherwise we play by "
"tracks."
msgstr "" msgstr ""
#: modules/access/vcdx/vcd.c:123 #: modules/access_output/udp.c:108
msgid "Use track length as maximum unit in seek?" msgid "Allocates an outbound multicast address automatically."
msgstr "" msgstr ""
#: modules/access/vcdx/vcd.c:124 #: modules/access_output/udp.c:110
msgid "" msgid "UDP-Lite"
"If set, the length of the seek bar is the track rather than the length of an "
"entry."
msgstr "" msgstr ""
#: modules/access/vcdx/vcd.c:129 #: modules/access_output/udp.c:111
msgid "Show extended VCD info?" msgid "Use UDP-Lite/IP instead of normal UDP/IP"
msgstr "" msgstr ""
#: modules/access/vcdx/vcd.c:130 #: modules/access_output/udp.c:112
msgid "" msgid "Checksum coverage"
"Show the maximum amount of information under Stream and Media Info. Shows "
"for example playback control navigation."
msgstr "" msgstr ""
#: modules/access/vcdx/vcd.c:137 #: modules/access_output/udp.c:113
msgid "Format to use in the playlist's \"author\" field." msgid "Payload bytes covered by layer-4 checksum"
msgstr "" msgstr ""
#: modules/access/vcdx/vcd.c:143 #: modules/access_output/udp.c:116
msgid "Format to use in the playlist's \"title\" field." msgid "UDP stream output"
msgstr "" msgstr ""
#: modules/audio_filter/channel_mixer/dolby.c:46 #: modules/audio_filter/channel_mixer/dolby.c:46
...@@ -10057,6 +10087,14 @@ msgstr "" ...@@ -10057,6 +10087,14 @@ msgstr ""
msgid "Google Video" msgid "Google Video"
msgstr "" msgstr ""
#: modules/demux/playlist/luaplaylist.c:56
msgid "Lua Playlist"
msgstr ""
#: modules/demux/playlist/luaplaylist.c:57
msgid "Lua Playlist Parser Interface"
msgstr ""
#: modules/demux/playlist/playlist.c:36 #: modules/demux/playlist/playlist.c:36
msgid "Auto start" msgid "Auto start"
msgstr "" msgstr ""
...@@ -10121,6 +10159,10 @@ msgstr "" ...@@ -10121,6 +10159,10 @@ msgstr ""
msgid "Dummy ifo demux" msgid "Dummy ifo demux"
msgstr "" msgstr ""
#: modules/demux/playlist/playlist.c:120
msgid "Video portal url converter"
msgstr ""
#: modules/demux/playlist/podcast.c:237 modules/demux/playlist/podcast.c:251 #: modules/demux/playlist/podcast.c:237 modules/demux/playlist/podcast.c:251
#: modules/demux/playlist/podcast.c:276 modules/demux/playlist/podcast.c:288 #: modules/demux/playlist/podcast.c:276 modules/demux/playlist/podcast.c:288
msgid "Podcast Info" msgid "Podcast Info"
...@@ -10519,7 +10561,7 @@ msgid "Edit" ...@@ -10519,7 +10561,7 @@ msgid "Edit"
msgstr "" msgstr ""
#: modules/gui/beos/PlayListWindow.cpp:103 modules/gui/macosx/intf.m:566 #: modules/gui/beos/PlayListWindow.cpp:103 modules/gui/macosx/intf.m:566
#: modules/gui/macosx/playlist.m:422 #: modules/gui/macosx/playlist.m:444
msgid "Select All" msgid "Select All"
msgstr "" msgstr ""
...@@ -10574,7 +10616,7 @@ msgid "Apply" ...@@ -10574,7 +10616,7 @@ msgid "Apply"
msgstr "" msgstr ""
#: modules/gui/beos/PreferencesWindow.cpp:254 modules/gui/macosx/output.m:526 #: modules/gui/beos/PreferencesWindow.cpp:254 modules/gui/macosx/output.m:526
#: modules/gui/macosx/playlist.m:660 modules/gui/macosx/prefs.m:121 #: modules/gui/macosx/playlist.m:682 modules/gui/macosx/prefs.m:121
msgid "Save" msgid "Save"
msgstr "" msgstr ""
...@@ -10656,7 +10698,7 @@ msgstr "" ...@@ -10656,7 +10698,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" msgstr ""
#: modules/gui/macosx/bookmarks.m:144 modules/gui/macosx/playlist.m:656 #: modules/gui/macosx/bookmarks.m:144 modules/gui/macosx/playlist.m:678
msgid "Untitled" msgid "Untitled"
msgstr "" msgstr ""
...@@ -10777,7 +10819,7 @@ msgstr "" ...@@ -10777,7 +10819,7 @@ msgstr ""
msgid "Fast Forward" msgid "Fast Forward"
msgstr "" msgstr ""
#: modules/gui/macosx/embeddedwindow.m:89 modules/gui/macosx/intf.m:1525 #: modules/gui/macosx/embeddedwindow.m:87 modules/gui/macosx/intf.m:1525
#: modules/gui/macosx/intf.m:1526 modules/gui/macosx/intf.m:1527 #: modules/gui/macosx/intf.m:1526 modules/gui/macosx/intf.m:1527
#: modules/gui/macosx/intf.m:1528 modules/gui/pda/pda_interface.c:250 #: modules/gui/macosx/intf.m:1528 modules/gui/pda/pda_interface.c:250
#: modules/gui/pda/pda_interface.c:251 modules/gui/wxwidgets/interface.cpp:689 #: modules/gui/pda/pda_interface.c:251 modules/gui/wxwidgets/interface.cpp:689
...@@ -11095,8 +11137,8 @@ msgid "Extended Controls" ...@@ -11095,8 +11137,8 @@ msgid "Extended Controls"
msgstr "" msgstr ""
#: modules/gui/macosx/intf.m:632 modules/gui/macosx/intf.m:665 #: modules/gui/macosx/intf.m:632 modules/gui/macosx/intf.m:665
#: modules/gui/macosx/playlistinfo.m:55 modules/gui/macosx/playlistinfo.m:358 #: modules/gui/macosx/playlist.m:445 modules/gui/macosx/playlistinfo.m:55
#: modules/gui/macosx/playlist.m:423 modules/gui/qt4/dialogs/help.cpp:94 #: modules/gui/macosx/playlistinfo.m:358 modules/gui/qt4/dialogs/help.cpp:94
msgid "Information" msgid "Information"
msgstr "" msgstr ""
...@@ -11428,146 +11470,146 @@ msgstr "" ...@@ -11428,146 +11470,146 @@ msgstr ""
msgid "Save File" msgid "Save File"
msgstr "" msgstr ""
#: modules/gui/macosx/playlistinfo.m:56 #: modules/gui/macosx/playlist.m:129 modules/gui/macosx/playlistinfo.m:58
#: modules/gui/qt4/components/infopanels.cpp:52
#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
msgid "URI"
msgstr ""
#: modules/gui/macosx/playlistinfo.m:58 modules/gui/macosx/playlist.m:129
#: modules/gui/macosx/wizard.m:392 modules/gui/wince/playlist.cpp:674 #: modules/gui/macosx/wizard.m:392 modules/gui/wince/playlist.cpp:674
#: modules/mux/asf.c:50 #: modules/mux/asf.c:50
msgid "Author" msgid "Author"
msgstr "" msgstr ""
#: modules/gui/macosx/playlistinfo.m:63 #: modules/gui/macosx/playlist.m:440
msgid "Advanced Information" msgid "Save Playlist..."
msgstr "" msgstr ""
#: modules/gui/macosx/playlistinfo.m:81 #: modules/gui/macosx/playlist.m:443
msgid "Read at media" msgid "Expand Node"
msgstr "" msgstr ""
#: modules/gui/macosx/playlistinfo.m:82 #: modules/gui/macosx/playlist.m:446
msgid "Input bitrate" msgid "Get Stream Information"
msgstr "" msgstr ""
#: modules/gui/macosx/playlistinfo.m:83 #: modules/gui/macosx/playlist.m:447
msgid "Demuxed" msgid "Sort Node by Name"
msgstr "" msgstr ""
#: modules/gui/macosx/playlistinfo.m:84 #: modules/gui/macosx/playlist.m:448
msgid "Stream bitrate" msgid "Sort Node by Author"
msgstr "" msgstr ""
#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97 #: modules/gui/macosx/playlist.m:451 modules/gui/macosx/playlist.m:494
msgid "Decoded blocks" #: modules/gui/macosx/playlist.m:1397
msgid "No items in the playlist"
msgstr "" msgstr ""
#: modules/gui/macosx/playlistinfo.m:88 #: modules/gui/macosx/playlist.m:456
msgid "Displayed frames" msgid "Search in Playlist"
msgstr "" msgstr ""
#: modules/gui/macosx/playlistinfo.m:89 #: modules/gui/macosx/playlist.m:457
msgid "Lost frames" msgid "Add Folder to Playlist"
msgstr "" msgstr ""
#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:403 #: modules/gui/macosx/playlist.m:459
#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314 msgid "File Format:"
#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
#: modules/video_filter/deinterlace.c:137
msgid "Streaming"
msgstr "" msgstr ""
#: modules/gui/macosx/playlistinfo.m:92 #: modules/gui/macosx/playlist.m:460
msgid "Sent packets" msgid "Extended M3U"
msgstr "" msgstr ""
#: modules/gui/macosx/playlistinfo.m:93 #: modules/gui/macosx/playlist.m:461
msgid "Sent bytes" msgid "XML Shareable Playlist Format (XSPF)"
msgstr "" msgstr ""
#: modules/gui/macosx/playlistinfo.m:94 #: modules/gui/macosx/playlist.m:488 modules/gui/macosx/playlist.m:1390
msgid "Send rate" #, c-format
msgid "%i items in the playlist"
msgstr "" msgstr ""
#: modules/gui/macosx/playlistinfo.m:98 #: modules/gui/macosx/playlist.m:496 modules/gui/macosx/playlist.m:1401
msgid "Played buffers" msgid "1 item in the playlist"
msgstr "" msgstr ""
#: modules/gui/macosx/playlistinfo.m:99 #: modules/gui/macosx/playlist.m:681
msgid "Lost buffers" msgid "Save Playlist"
msgstr "" msgstr ""
#: modules/gui/macosx/playlist.m:418 #: modules/gui/macosx/playlist.m:1358
msgid "Save Playlist..." msgid "New Node"
msgstr "" msgstr ""
#: modules/gui/macosx/playlist.m:421 #: modules/gui/macosx/playlist.m:1359
msgid "Expand Node" msgid "Please enter a name for the new node."
msgstr "" msgstr ""
#: modules/gui/macosx/playlist.m:424 #: modules/gui/macosx/playlist.m:1367
msgid "Get Stream Information" msgid "Empty Folder"
msgstr "" msgstr ""
#: modules/gui/macosx/playlist.m:425 #: modules/gui/macosx/playlistinfo.m:56
msgid "Sort Node by Name" #: modules/gui/qt4/components/infopanels.cpp:52
#: modules/gui/wxwidgets/dialogs/infopanels.cpp:63
#: modules/gui/wxwidgets/dialogs/wizard.cpp:591
msgid "URI"
msgstr "" msgstr ""
#: modules/gui/macosx/playlist.m:426 #: modules/gui/macosx/playlistinfo.m:63
msgid "Sort Node by Author" msgid "Advanced Information"
msgstr "" msgstr ""
#: modules/gui/macosx/playlist.m:429 modules/gui/macosx/playlist.m:472 #: modules/gui/macosx/playlistinfo.m:81
#: modules/gui/macosx/playlist.m:1375 msgid "Read at media"
msgid "No items in the playlist"
msgstr "" msgstr ""
#: modules/gui/macosx/playlist.m:434 #: modules/gui/macosx/playlistinfo.m:82
msgid "Search in Playlist" msgid "Input bitrate"
msgstr "" msgstr ""
#: modules/gui/macosx/playlist.m:435 #: modules/gui/macosx/playlistinfo.m:83
msgid "Add Folder to Playlist" msgid "Demuxed"
msgstr "" msgstr ""
#: modules/gui/macosx/playlist.m:437 #: modules/gui/macosx/playlistinfo.m:84
msgid "File Format:" msgid "Stream bitrate"
msgstr "" msgstr ""
#: modules/gui/macosx/playlist.m:438 #: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
msgid "Extended M3U" msgid "Decoded blocks"
msgstr "" msgstr ""
#: modules/gui/macosx/playlist.m:439 #: modules/gui/macosx/playlistinfo.m:88
msgid "XML Shareable Playlist Format (XSPF)" msgid "Displayed frames"
msgstr "" msgstr ""
#: modules/gui/macosx/playlist.m:466 modules/gui/macosx/playlist.m:1368 #: modules/gui/macosx/playlistinfo.m:89
#, c-format msgid "Lost frames"
msgid "%i items in the playlist"
msgstr "" msgstr ""
#: modules/gui/macosx/playlist.m:474 modules/gui/macosx/playlist.m:1379 #: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:403
msgid "1 item in the playlist" #: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
#: modules/video_filter/deinterlace.c:137
msgid "Streaming"
msgstr "" msgstr ""
#: modules/gui/macosx/playlist.m:659 #: modules/gui/macosx/playlistinfo.m:92
msgid "Save Playlist" msgid "Sent packets"
msgstr "" msgstr ""
#: modules/gui/macosx/playlist.m:1336 #: modules/gui/macosx/playlistinfo.m:93
msgid "New Node" msgid "Sent bytes"
msgstr "" msgstr ""
#: modules/gui/macosx/playlist.m:1337 #: modules/gui/macosx/playlistinfo.m:94
msgid "Please enter a name for the new node." msgid "Send rate"
msgstr "" msgstr ""
#: modules/gui/macosx/playlist.m:1345 #: modules/gui/macosx/playlistinfo.m:98
msgid "Empty Folder" msgid "Played buffers"
msgstr ""
#: modules/gui/macosx/playlistinfo.m:99
msgid "Lost buffers"
msgstr "" msgstr ""
#: modules/gui/macosx/prefs.m:123 #: modules/gui/macosx/prefs.m:123
...@@ -12830,7 +12872,7 @@ msgstr "" ...@@ -12830,7 +12872,7 @@ msgstr ""
msgid "Distribution License" msgid "Distribution License"
msgstr "" msgstr ""
#: modules/gui/qt4/dialogs_provider.cpp:342 #: modules/gui/qt4/dialogs_provider.cpp:345
msgid "Open directory" msgid "Open directory"
msgstr "" msgstr ""
...@@ -12858,17 +12900,17 @@ msgstr "" ...@@ -12858,17 +12900,17 @@ msgstr ""
msgid "All Files" msgid "All Files"
msgstr "" msgstr ""
#: modules/gui/qt4/main_interface.cpp:737 #: modules/gui/qt4/main_interface.cpp:797
#: modules/gui/wxwidgets/input_manager.cpp:287 #: modules/gui/wxwidgets/input_manager.cpp:287
msgid "Menu" msgid "Menu"
msgstr "" msgstr ""
#: modules/gui/qt4/main_interface.cpp:740 #: modules/gui/qt4/main_interface.cpp:800
#: modules/gui/wxwidgets/input_manager.cpp:290 #: modules/gui/wxwidgets/input_manager.cpp:290
msgid "Previous track" msgid "Previous track"
msgstr "" msgstr ""
#: modules/gui/qt4/main_interface.cpp:741 #: modules/gui/qt4/main_interface.cpp:801
#: modules/gui/wxwidgets/input_manager.cpp:291 #: modules/gui/wxwidgets/input_manager.cpp:291
msgid "Next track" msgid "Next track"
msgstr "" msgstr ""
...@@ -12903,11 +12945,19 @@ msgid "" ...@@ -12903,11 +12945,19 @@ msgid ""
"taskbar" "taskbar"
msgstr "" msgstr ""
#: modules/gui/qt4/qt4.cpp:61 modules/gui/qt4/qt4.cpp:62 #: modules/gui/qt4/qt4.cpp:61
msgid "Show playing item name in window title"
msgstr ""
#: modules/gui/qt4/qt4.cpp:62
msgid "Show the name of the song or video in the controler window title"
msgstr ""
#: modules/gui/qt4/qt4.cpp:65 modules/gui/qt4/qt4.cpp:66
msgid "path to use in file dialog" msgid "path to use in file dialog"
msgstr "" msgstr ""
#: modules/gui/qt4/qt4.cpp:66 #: modules/gui/qt4/qt4.cpp:70
msgid "Qt interface" msgid "Qt interface"
msgstr "" msgstr ""
...@@ -13081,6 +13131,11 @@ msgstr "" ...@@ -13081,6 +13131,11 @@ msgstr ""
msgid "WinCE dialogs provider" msgid "WinCE dialogs provider"
msgstr "" msgstr ""
#: modules/gui/wxwidgets/dialogs.cpp:439
#: modules/gui/wxwidgets/dialogs/open.cpp:1261
msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
msgstr ""
#: modules/gui/wxwidgets/dialogs/bookmarks.cpp:75 #: modules/gui/wxwidgets/dialogs/bookmarks.cpp:75
msgid "Edit bookmark" msgid "Edit bookmark"
msgstr "" msgstr ""
...@@ -13166,11 +13221,6 @@ msgstr "" ...@@ -13166,11 +13221,6 @@ msgstr ""
msgid "Input has changed " msgid "Input has changed "
msgstr "" msgstr ""
#: modules/gui/wxwidgets/dialogs.cpp:439
#: modules/gui/wxwidgets/dialogs/open.cpp:1261
msgid "All Files (*.*)|*|Sound Files (*.mp3, *.ogg, etc.)|"
msgstr ""
#: modules/gui/wxwidgets/dialogs/fileinfo.cpp:54 #: modules/gui/wxwidgets/dialogs/fileinfo.cpp:54
msgid "Stream and Media Info" msgid "Stream and Media Info"
msgstr "" msgstr ""
...@@ -14874,10 +14924,6 @@ msgstr "" ...@@ -14874,10 +14924,6 @@ msgstr ""
msgid "Output data for RRDTool in this file." msgid "Output data for RRDTool in this file."
msgstr "" msgstr ""
#: modules/misc/memcpy/memcpyaltivec.c:56
msgid "AltiVec memcpy"
msgstr ""
#: modules/misc/memcpy/memcpy.c:83 #: modules/misc/memcpy/memcpy.c:83
msgid "libc memcpy" msgid "libc memcpy"
msgstr "" msgstr ""
...@@ -14894,6 +14940,10 @@ msgstr "" ...@@ -14894,6 +14940,10 @@ msgstr ""
msgid "MMX EXT memcpy" msgid "MMX EXT memcpy"
msgstr "" msgstr ""
#: modules/misc/memcpy/memcpyaltivec.c:56
msgid "AltiVec memcpy"
msgstr ""
#: modules/misc/notify/growl.c:57 #: modules/misc/notify/growl.c:57
msgid "Server" msgid "Server"
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment