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

Fix distcheck

parent 902d21b6
......@@ -4,6 +4,10 @@
include/iso_lang.h
include/main.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_acl.h
include/vlc_aout.h
......@@ -15,8 +19,8 @@ include/vlc_charset.h
include/vlc_codec.h
include/vlc_codecs.h
include/vlc_common.h
include/vlc_config_cat.h
include/vlc_config.h
include/vlc_config_cat.h
include/vlc_configuration.h
include/vlc_demux.h
include/vlc_devices.h
......@@ -30,10 +34,7 @@ include/vlc_input.h
include/vlc_interface.h
include/vlc_intf_strings.h
include/vlc_keys.h
include/vlc/libvlc.h
include/vlc_md5.h
include/vlc/mediacontrol.h
include/vlc/mediacontrol_structures.h
include/vlc_messages.h
include/vlc_meta.h
include/vlc_modules.h
......@@ -41,20 +42,19 @@ include/vlc_modules_macros.h
include/vlc_mtime.h
include/vlc_network.h
include/vlc_objects.h
include/vlc_osd.h
include/vlc_os_specific.h
include/vlc_osd.h
include/vlc_playlist.h
include/vlc_sout.h
include/vlc_stream.h
include/vlc_streaming.h
include/vlc_strings.h
include/vlc_threads_funcs.h
include/vlc_threads.h
include/vlc_threads_funcs.h
include/vlc_tls.h
include/vlc_update.h
include/vlc_url.h
include/vlc_variables.h
include/vlc/vlc.h
include/vlc_vlm.h
include/vlc_vod.h
include/vlc_vout.h
......@@ -81,9 +81,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
......@@ -105,10 +105,10 @@ src/interface/interaction.c
src/interface/interface.c
src/interface/interface.h
src/interface/intf_eject.c
src/libvlc.c
src/libvlc-common.c
src/libvlc.h
src/libvlc-module.c
src/libvlc.c
src/libvlc.h
src/misc/beos_specific.cpp
src/misc/block.c
src/misc/cpu.c
......@@ -127,10 +127,9 @@ src/misc/variables.c
src/misc/variables.h
src/misc/win32_specific.c
src/misc/xml.c
src/modules/builtin.h
src/modules/configuration.c
src/modules/configuration_chain.c
src/modules/configuration.h
src/modules/configuration_chain.c
src/modules/entry.c
src/modules/modules.c
src/modules/modules.h
......@@ -185,13 +184,13 @@ src/vlc.c
# modules
modules/access/bda/bda.c
modules/access/bda/bda.h
modules/access/bda/bdadefs.h
modules/access/bda/bdagraph.cpp
modules/access/bda/bdagraph.h
modules/access/bda/bda.h
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
......@@ -205,24 +204,21 @@ 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/eyetv.c
modules/access/fake.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/gnomevfs.c
modules/access/http.c
modules/access/jack.c
modules/access/mms/asf.c
modules/access/mms/asf.h
modules/access/mms/buffer.c
......@@ -233,18 +229,11 @@ modules/access/mms/mmsh.c
modules/access/mms/mmsh.h
modules/access/mms/mmstu.c
modules/access/mms/mmstu.h
modules/access_output/bonjour.c
modules/access_output/bonjour.h
modules/access_output/dummy.c
modules/access_output/file.c
modules/access_output/http.c
modules/access_output/shout.c
modules/access_output/udp.c
modules/access/pvr.c
modules/access/rtsp/access.c
modules/access/rtsp/real_asmrp.c
modules/access/rtsp/real.c
modules/access/rtsp/real.h
modules/access/rtsp/real_asmrp.c
modules/access/rtsp/real_rmff.c
modules/access/rtsp/real_rmff.h
modules/access/rtsp/real_sdpplin.c
......@@ -260,8 +249,8 @@ modules/access/screen/x11.c
modules/access/smb.c
modules/access/tcp.c
modules/access/udp.c
modules/access/v4l2.c
modules/access/v4l.c
modules/access/v4l2.c
modules/access/vcd/cdrom.c
modules/access/vcd/cdrom.h
modules/access/vcd/cdrom_internals.h
......@@ -278,6 +267,17 @@ modules/access/vcdx/vcdplayer.c
modules/access/vcdx/vcdplayer.h
modules/access/videodev2.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/headphone.c
modules/audio_filter/channel_mixer/mono.c
......@@ -391,8 +391,8 @@ modules/codec/xvmc/slice.c
modules/codec/xvmc/slice_xvmc_vld.c
modules/codec/xvmc/vlc.h
modules/codec/xvmc/xvmc_vld.h
modules/codec/xvmc/xxmc.c
modules/codec/xvmc/xxmc-config.h
modules/codec/xvmc/xxmc.c
modules/control/dbus.c
modules/control/dbus.h
modules/control/gestures.c
......@@ -449,6 +449,7 @@ modules/demux/playlist/b4s.c
modules/demux/playlist/dvb.c
modules/demux/playlist/gvp.c
modules/demux/playlist/ifo.c
modules/demux/playlist/luaplaylist.c
modules/demux/playlist/m3u.c
modules/demux/playlist/playlist.c
modules/demux/playlist/playlist.h
......@@ -457,6 +458,7 @@ modules/demux/playlist/podcast.c
modules/demux/playlist/qtl.c
modules/demux/playlist/sgimb.c
modules/demux/playlist/shoutcast.c
modules/demux/playlist/videoportals.c
modules/demux/playlist/xspf.c
modules/demux/playlist/xspf.h
modules/demux/ps.c
......@@ -497,10 +499,10 @@ modules/gui/beos/TransportButton.cpp
modules/gui/beos/TransportButton.h
modules/gui/beos/VideoOutput.cpp
modules/gui/beos/VideoWindow.h
modules/gui/macosx/about.h
modules/gui/macosx/about.m
modules/gui/macosx/AppleRemote.h
modules/gui/macosx/AppleRemote.m
modules/gui/macosx/about.h
modules/gui/macosx/about.m
modules/gui/macosx/applescript.h
modules/gui/macosx/applescript.m
modules/gui/macosx/bookmarks.h
......@@ -529,9 +531,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
......@@ -540,17 +542,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
......@@ -596,10 +598,10 @@ modules/gui/qt4/dialogs/playlist.cpp
modules/gui/qt4/dialogs/playlist.hpp
modules/gui/qt4/dialogs/preferences.cpp
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.hpp
modules/gui/qt4/dialogs_provider.cpp
modules/gui/qt4/dialogs_provider.hpp
modules/gui/qt4/input_manager.cpp
modules/gui/qt4/input_manager.hpp
modules/gui/qt4/main_interface.cpp
......@@ -612,11 +614,11 @@ modules/gui/qt4/qt4.cpp
modules/gui/qt4/qt4.hpp
modules/gui/qt4/ui/equalizer.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_disk.ui
modules/gui/qt4/ui/open_file.ui
modules/gui/qt4/ui/open_net.ui
modules/gui/qt4/ui/open.ui
modules/gui/qt4/ui/sout.ui
modules/gui/qt4/ui/sprefs_audio.ui
modules/gui/qt4/ui/sprefs_input.ui
......@@ -728,8 +730,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
......@@ -812,7 +814,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
......@@ -821,6 +822,7 @@ modules/gui/skins2/utils/var_text.cpp
modules/gui/skins2/utils/var_text.hpp
modules/gui/skins2/utils/var_tree.cpp
modules/gui/skins2/utils/var_tree.hpp
modules/gui/skins2/utils/variable.hpp
modules/gui/skins2/vars/equalizer.cpp
modules/gui/skins2/vars/equalizer.hpp
modules/gui/skins2/vars/playtree.cpp
......@@ -879,9 +881,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
......@@ -955,8 +957,8 @@ modules/misc/gnutls.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/notify/growl.c
modules/misc/notify/msn.c
modules/misc/notify/notify.c
......@@ -1029,11 +1031,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
......@@ -1105,6 +1107,8 @@ modules/video_output/x11/xcommon.c
modules/video_output/x11/xcommon.h
modules/video_output/x11/xvideo.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.h
modules/visualization/galaktos/builtin_funcs.c
......@@ -1139,8 +1143,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
......
......@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\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"
"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: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
msgid "VLC preferences"
msgstr ""
......@@ -330,7 +338,7 @@ msgstr ""
msgid "General playlist behaviour"
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"
msgstr ""
......@@ -479,11 +487,11 @@ msgid "About VLC media player..."
msgstr ""
#: 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:655 modules/gui/macosx/intf.m:1535
#: 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/wxwidgets/dialogs/playlist.cpp:281
#: modules/gui/wxwidgets/dialogs/playlist.cpp:290
......@@ -498,7 +506,7 @@ msgstr ""
msgid "Fetch information"
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/wxwidgets/dialogs/playlist.cpp:285
#: modules/gui/wxwidgets/dialogs/playlist.cpp:292
......@@ -572,7 +580,7 @@ msgstr ""
msgid "Load playlist file..."
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
msgid "Search"
msgstr ""
......@@ -650,7 +658,7 @@ msgid ""
"settings."
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"
msgstr ""
......@@ -663,7 +671,7 @@ msgstr ""
msgid "Title"
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"
msgstr ""
......@@ -734,14 +742,6 @@ msgstr ""
msgid "Codec Description"
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:224
msgid "Audio filtering failed"
......@@ -963,8 +963,8 @@ msgstr ""
msgid "Bits per sample"
msgstr ""
#: src/input/es_out.c:1798 modules/access_output/shout.c:87
#: modules/access/pvr.c:89
#: src/input/es_out.c:1798 modules/access/pvr.c:89
#: modules/access_output/shout.c:87
msgid "Bitrate"
msgstr ""
......@@ -998,11 +998,11 @@ msgstr ""
msgid "VLC is unable to open the MRL '%s'. Check the log for details."
msgstr ""
#: src/input/input.c:2283
#: src/input/input.c:2286
msgid "Can't recognize the input's format"
msgstr ""
#: src/input/input.c:2284
#: src/input/input.c:2287
#, c-format
msgid "The format of '%s' can't be detected. Have a look the log for details."
msgstr ""
......@@ -1060,13 +1060,13 @@ msgid "Chapter %i"
msgstr ""
#: 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
msgid "Next chapter"
msgstr ""
#: 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
msgid "Previous chapter"
msgstr ""
......@@ -4480,15 +4480,15 @@ msgid "Aspect-ratio"
msgstr ""
#: 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/dv.c:68 modules/access/dvdnav.c:67
#: modules/access/dshow/dshow.cpp:93 modules/access/dv.c:68
#: modules/access/dvb/access.c:73 modules/access/dvdnav.c:67
#: modules/access/dvdread.c:64 modules/access/fake.c:41
#: modules/access/file.c:79 modules/access/ftp.c:54
#: modules/access/gnomevfs.c:45 modules/access/http.c:57
#: modules/access/mms/mms.c:46 modules/access/pvr.c:52
#: modules/access/screen/screen.c:36 modules/access/smb.c:61
#: modules/access/tcp.c:37 modules/access/udp.c:69 modules/access/v4l.c:76
#: modules/access/vcd/vcd.c:41
#: modules/access/jack.c:58 modules/access/mms/mms.c:46
#: modules/access/pvr.c:52 modules/access/screen/screen.c:36
#: modules/access/smb.c:61 modules/access/tcp.c:37 modules/access/udp.c:69
#: modules/access/v4l.c:76 modules/access/vcd/vcd.c:41
msgid "Caching value in ms"
msgstr ""
......@@ -4727,15 +4727,6 @@ msgstr ""
msgid "DirectShow DVB input"
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
msgid ""
"Default caching value for Audio CDs. This value should be set in "
......@@ -4781,6 +4772,15 @@ msgstr ""
msgid "Audio CD - Track %i"
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/codec/x264.c:354 modules/codec/x264.c:360 modules/codec/x264.c:365
msgid "none"
......@@ -5282,6 +5282,18 @@ msgstr ""
msgid "The capture device \"%s\" does not support the required parameters."
msgstr ""
#: modules/access/dv.c:70
msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
msgstr ""
#: modules/access/dv.c:74
msgid "Digital Video (Firewire/ieee1394) input"
msgstr ""
#: modules/access/dv.c:75
msgid "dv"
msgstr ""
#: modules/access/dvb/access.c:127
msgid "Modulation type for front-end device."
msgstr ""
......@@ -5385,18 +5397,6 @@ msgstr ""
msgid "The provided polarization \"%c\" is not valid."
msgstr ""
#: modules/access/dv.c:70
msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."
msgstr ""
#: modules/access/dv.c:74
msgid "Digital Video (Firewire/ieee1394) input"
msgstr ""
#: modules/access/dv.c:75
msgid "dv"
msgstr ""
#: modules/access/dvdnav.c:63 modules/access/dvdread.c:60
msgid "DVD angle"
msgstr ""
......@@ -5584,90 +5584,6 @@ msgstr ""
msgid "VLC could not open file \"%s\" (%s)."
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
msgid ""
"Caching value for FTP streams. This value should be set in milliseconds."
......@@ -5799,6 +5715,36 @@ msgstr ""
msgid "Please enter a valid login name and a password."
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
msgid ""
"Caching value for MMS streams. This value should be set in milliseconds."
......@@ -5826,327 +5772,94 @@ msgstr ""
msgid "Microsoft Media Server (MMS) input"
msgstr ""
#: modules/access_output/dummy.c:41 modules/stream_out/dummy.c:48
msgid "Dummy stream output"
#: modules/access/pvr.c:54
msgid ""
"Default caching value for PVR streams. This value should be set in "
"milliseconds."
msgstr ""
#: modules/access_output/dummy.c:42 modules/misc/dummy/dummy.c:58
msgid "Dummy"
#: modules/access/pvr.c:57
msgid "Device"
msgstr ""
#: modules/access_output/file.c:63
msgid "Append to file"
#: modules/access/pvr.c:58
msgid "PVR video device"
msgstr ""
#: modules/access_output/file.c:64
msgid "Append to file if it exists instead of replacing it."
#: modules/access/pvr.c:60
msgid "Radio device"
msgstr ""
#: modules/access_output/file.c:68
msgid "File stream output"
#: modules/access/pvr.c:61
msgid "PVR radio device"
msgstr ""
#: modules/access_output/http.c:62 modules/misc/audioscrobbler.c:118
msgid "Username"
#: modules/access/pvr.c:63 modules/access/v4l.c:99
msgid "Norm"
msgstr ""
#: modules/access_output/http.c:63
msgid "User name that will be requested to access the stream."
#: modules/access/pvr.c:64 modules/access/v4l.c:101
msgid "Norm of the stream (Automatic, SECAM, PAL, or NTSC)."
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"
#: 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_output/http.c:66
msgid "Password that will be requested to access the stream."
#: modules/access/pvr.c:68
msgid "Width of the stream to capture (-1 for autodetection)."
msgstr ""
#: modules/access_output/http.c:68
msgid "Mime"
#: 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_output/http.c:69
msgid "MIME returned by the server (autodetected if not specified)."
#: modules/access/pvr.c:72
msgid "Height of the stream to capture (-1 for autodetection)."
msgstr ""
#: modules/access_output/http.c:72
msgid "Path to the x509 PEM certificate file that will be used for HTTPS."
#: modules/access/pvr.c:75 modules/access/v4l.c:92
msgid "Frequency"
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."
#: modules/access/pvr.c:76 modules/access/v4l.c:94
msgid "Frequency to capture (in kHz), if applicable."
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."
#: modules/access/pvr.c:79 modules/access/v4l.c:140
msgid "Framerate to capture, if applicable (-1 for autodetect)."
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."
#: modules/access/pvr.c:82
msgid "Key interval"
msgstr ""
#: modules/access_output/http.c:87
msgid "Advertise with Bonjour"
#: modules/access/pvr.c:83
msgid "Interval between keyframes (-1 for autodetect)."
msgstr ""
#: modules/access_output/http.c:88
msgid "Advertise the stream with the Bonjour protocol."
#: modules/access/pvr.c:85
msgid "B Frames"
msgstr ""
#: modules/access_output/http.c:92
msgid "HTTP stream output"
#: 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_output/shout.c:59
msgid "Stream name"
#: modules/access/pvr.c:90
msgid "Bitrate to use (-1 for default)."
msgstr ""
#: modules/access_output/shout.c:60
msgid "Name to give to this stream/channel on the shoutcast/icecast server."
#: modules/access/pvr.c:92
msgid "Bitrate peak"
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 ""
#: 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."
#: modules/access/pvr.c:93
msgid "Peak bitrate in VBR mode."
msgstr ""
#: modules/access/pvr.c:95
......@@ -6215,6 +5928,11 @@ msgstr ""
msgid "IVTV MPEG Encoding cards input"
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
msgid ""
"Caching value for RTSP streams. This value should be set in milliseconds."
......@@ -6340,51 +6058,27 @@ msgstr ""
msgid "UDP/RTP input"
msgstr ""
#: modules/access/v4l2.c:54 modules/gui/macosx/open.m:169
#: modules/gui/wxwidgets/dialogs/open.cpp:719
msgid "Device name"
#: modules/access/v4l.c:78
msgid ""
"Caching value for V4L captures. This value should be set in milliseconds."
msgstr ""
#: modules/access/v4l2.c:56
#: modules/access/v4l.c:82
msgid ""
"Name of the device to use. If you don't specify anything, /dev/video0 will "
"be used."
"Name of the video device to use. If you don't specify anything, no video "
"device will be used."
msgstr ""
#: modules/access/v4l2.c:60
#: modules/access/v4l.c:86
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 ""
#: modules/access/v4l2.c:65
msgid "Video4Linux2"
msgstr ""
#: 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.)"
#: modules/access/v4l.c:90
msgid ""
"Force the Video4Linux video device to use a specific chroma format (eg. I420 "
"(default), RV24, etc.)"
msgstr ""
#: modules/access/v4l.c:97
......@@ -6453,6 +6147,10 @@ msgstr ""
msgid "Tuner to use, if there are several ones."
msgstr ""
#: modules/access/v4l.c:125 modules/access_output/shout.c:90
msgid "Samplerate"
msgstr ""
#: modules/access/v4l.c:127
msgid ""
"Samplerate of the captured audio stream, in Hz (eg: 11025, 22050, 44100)"
......@@ -6494,6 +6192,30 @@ msgstr ""
msgid "Video4Linux input"
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
msgid "Caching value for VCDs. This value should be set in milliseconds."
msgstr ""
......@@ -6572,108 +6294,416 @@ msgstr ""
msgid "System Id"
msgstr ""
#: modules/access/vcdx/info.c:101
msgid "Entries"
#: modules/access/vcdx/info.c:101
msgid "Entries"
msgstr ""
#: modules/access/vcdx/info.c:122
msgid "First Entry Point"
msgstr ""
#: modules/access/vcdx/info.c:126
msgid "Last Entry Point"
msgstr ""
#: modules/access/vcdx/info.c:127
msgid "Track size (in sectors)"
msgstr ""
#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
msgid "type"
msgstr ""
#: modules/access/vcdx/info.c:139
msgid "end"
msgstr ""
#: modules/access/vcdx/info.c:142
msgid "play list"
msgstr ""
#: modules/access/vcdx/info.c:153
msgid "extended selection list"
msgstr ""
#: modules/access/vcdx/info.c:154
msgid "selection list"
msgstr ""
#: modules/access/vcdx/info.c:166
msgid "unknown type"
msgstr ""
#: modules/access/vcdx/info.c:298 modules/access/vcdx/info.c:299
#: modules/access/vcdx/info.c:316
msgid "List ID"
msgstr ""
#: modules/access/vcdx/vcd.c:95
msgid "(Super) Video CD"
msgstr ""
#: modules/access/vcdx/vcd.c:96
msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
msgstr ""
#: modules/access/vcdx/vcd.c:97
msgid "vcdx://[device-or-file][@{P,S,T}num]"
msgstr ""
#: modules/access/vcdx/vcd.c:106
msgid "If nonzero, this gives additional debug information."
msgstr ""
#: modules/access/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
msgid "Number of CD blocks to get in a single read."
msgstr ""
#: modules/access/vcdx/vcd.c:116
msgid "Use playback control?"
msgstr ""
#: modules/access/vcdx/vcd.c:117
msgid ""
"If VCD is authored with playback control, use it. Otherwise we play by "
"tracks."
msgstr ""
#: modules/access/vcdx/vcd.c:123
msgid "Use track length as maximum unit in seek?"
msgstr ""
#: modules/access/vcdx/vcd.c:124
msgid ""
"If set, the length of the seek bar is the track rather than the length of an "
"entry."
msgstr ""
#: modules/access/vcdx/vcd.c:129
msgid "Show extended VCD info?"
msgstr ""
#: modules/access/vcdx/vcd.c:130
msgid ""
"Show the maximum amount of information under Stream and Media Info. Shows "
"for example playback control navigation."
msgstr ""
#: modules/access/vcdx/vcd.c:137
msgid "Format to use in the playlist's \"author\" field."
msgstr ""
#: modules/access/vcdx/vcd.c:143
msgid "Format to use in the playlist's \"title\" field."
msgstr ""
#: modules/access_filter/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 ""
#: modules/access/vcdx/info.c:122
msgid "First Entry Point"
#: modules/access_output/shout.c:88
msgid "Bitrate information of the transcoded stream. "
msgstr ""
#: modules/access/vcdx/info.c:126
msgid "Last Entry Point"
#: modules/access_output/shout.c:91
msgid "Samplerate information of the transcoded stream. "
msgstr ""
#: modules/access/vcdx/info.c:127
msgid "Track size (in sectors)"
#: modules/access_output/shout.c:93
msgid "Number of channels"
msgstr ""
#: modules/access/vcdx/info.c:139 modules/access/vcdx/info.c:142
#: modules/access/vcdx/info.c:151 modules/access/vcdx/info.c:166
msgid "type"
#: modules/access_output/shout.c:94
msgid "Number of channels information of the transcoded stream. "
msgstr ""
#: modules/access/vcdx/info.c:139
msgid "end"
#: modules/access_output/shout.c:96
msgid "Ogg Vorbis Quality"
msgstr ""
#: modules/access/vcdx/info.c:142
msgid "play list"
#: modules/access_output/shout.c:97
msgid "Ogg Vorbis Quality information of the transcoded stream. "
msgstr ""
#: modules/access/vcdx/info.c:153
msgid "extended selection list"
#: modules/access_output/shout.c:99
msgid "Stream public"
msgstr ""
#: modules/access/vcdx/info.c:154
msgid "selection list"
#: 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/vcdx/info.c:166
msgid "unknown type"
#: modules/access_output/shout.c:106
msgid "IceCAST output"
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/udp.c:91
msgid ""
"Default caching value for outbound UDP streams. This value should be set in "
"milliseconds."
msgstr ""
#: modules/access/vcdx/vcd.c:95
msgid "(Super) Video CD"
#: modules/access_output/udp.c:94
msgid "Group packets"
msgstr ""
#: modules/access/vcdx/vcd.c:96
msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input"
#: 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/vcdx/vcd.c:97
msgid "vcdx://[device-or-file][@{P,S,T}num]"
#: modules/access_output/udp.c:100
msgid "Raw write"
msgstr ""
#: modules/access/vcdx/vcd.c:106
msgid "If nonzero, this gives additional debug information."
#: 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/vcdx/vcd.c:111 modules/access/vcdx/vcd.c:112
msgid "Number of CD blocks to get in a single read."
#: modules/access_output/udp.c:105
msgid "RTCP destination port number"
msgstr ""
#: modules/access/vcdx/vcd.c:116
msgid "Use playback control?"
#: modules/access_output/udp.c:106
msgid "Sends RTCP packets to this port (0 = auto)"
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:107
msgid "Automatic multicast streaming"
msgstr ""
#: modules/access/vcdx/vcd.c:123
msgid "Use track length as maximum unit in seek?"
#: modules/access_output/udp.c:108
msgid "Allocates an outbound multicast address automatically."
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:110
msgid "UDP-Lite"
msgstr ""
#: modules/access/vcdx/vcd.c:129
msgid "Show extended VCD info?"
#: modules/access_output/udp.c:111
msgid "Use UDP-Lite/IP instead of normal UDP/IP"
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."
#: modules/access_output/udp.c:112
msgid "Checksum coverage"
msgstr ""
#: modules/access/vcdx/vcd.c:137
msgid "Format to use in the playlist's \"author\" field."
#: modules/access_output/udp.c:113
msgid "Payload bytes covered by layer-4 checksum"
msgstr ""
#: modules/access/vcdx/vcd.c:143
msgid "Format to use in the playlist's \"title\" field."
#: modules/access_output/udp.c:116
msgid "UDP stream output"
msgstr ""
#: modules/audio_filter/channel_mixer/dolby.c:46
......@@ -10057,6 +10087,14 @@ msgstr ""
msgid "Google Video"
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
msgid "Auto start"
msgstr ""
......@@ -10121,6 +10159,10 @@ msgstr ""
msgid "Dummy ifo demux"
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:276 modules/demux/playlist/podcast.c:288
msgid "Podcast Info"
......@@ -10519,7 +10561,7 @@ msgid "Edit"
msgstr ""
#: 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"
msgstr ""
......@@ -10574,7 +10616,7 @@ msgid "Apply"
msgstr ""
#: 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"
msgstr ""
......@@ -10656,7 +10698,7 @@ msgstr ""
msgid "Time"
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"
msgstr ""
......@@ -10777,7 +10819,7 @@ msgstr ""
msgid "Fast Forward"
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:1528 modules/gui/pda/pda_interface.c:250
#: modules/gui/pda/pda_interface.c:251 modules/gui/wxwidgets/interface.cpp:689
......@@ -11095,8 +11137,8 @@ msgid "Extended Controls"
msgstr ""
#: 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:423 modules/gui/qt4/dialogs/help.cpp:94
#: modules/gui/macosx/playlist.m:445 modules/gui/macosx/playlistinfo.m:55
#: modules/gui/macosx/playlistinfo.m:358 modules/gui/qt4/dialogs/help.cpp:94
msgid "Information"
msgstr ""
......@@ -11428,146 +11470,146 @@ msgstr ""
msgid "Save File"
msgstr ""
#: modules/gui/macosx/playlistinfo.m:56
#: 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/playlist.m:129 modules/gui/macosx/playlistinfo.m:58
#: modules/gui/macosx/wizard.m:392 modules/gui/wince/playlist.cpp:674
#: modules/mux/asf.c:50
msgid "Author"
msgstr ""
#: modules/gui/macosx/playlistinfo.m:63
msgid "Advanced Information"
#: modules/gui/macosx/playlist.m:440
msgid "Save Playlist..."
msgstr ""
#: modules/gui/macosx/playlistinfo.m:81
msgid "Read at media"
#: modules/gui/macosx/playlist.m:443
msgid "Expand Node"
msgstr ""
#: modules/gui/macosx/playlistinfo.m:82
msgid "Input bitrate"
#: modules/gui/macosx/playlist.m:446
msgid "Get Stream Information"
msgstr ""
#: modules/gui/macosx/playlistinfo.m:83
msgid "Demuxed"
#: modules/gui/macosx/playlist.m:447
msgid "Sort Node by Name"
msgstr ""
#: modules/gui/macosx/playlistinfo.m:84
msgid "Stream bitrate"
#: modules/gui/macosx/playlist.m:448
msgid "Sort Node by Author"
msgstr ""
#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
msgid "Decoded blocks"
#: modules/gui/macosx/playlist.m:451 modules/gui/macosx/playlist.m:494
#: modules/gui/macosx/playlist.m:1397
msgid "No items in the playlist"
msgstr ""
#: modules/gui/macosx/playlistinfo.m:88
msgid "Displayed frames"
#: modules/gui/macosx/playlist.m:456
msgid "Search in Playlist"
msgstr ""
#: modules/gui/macosx/playlistinfo.m:89
msgid "Lost frames"
#: modules/gui/macosx/playlist.m:457
msgid "Add Folder to Playlist"
msgstr ""
#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:403
#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
#: modules/video_filter/deinterlace.c:137
msgid "Streaming"
#: modules/gui/macosx/playlist.m:459
msgid "File Format:"
msgstr ""
#: modules/gui/macosx/playlistinfo.m:92
msgid "Sent packets"
#: modules/gui/macosx/playlist.m:460
msgid "Extended M3U"
msgstr ""
#: modules/gui/macosx/playlistinfo.m:93
msgid "Sent bytes"
#: modules/gui/macosx/playlist.m:461
msgid "XML Shareable Playlist Format (XSPF)"
msgstr ""
#: modules/gui/macosx/playlistinfo.m:94
msgid "Send rate"
#: modules/gui/macosx/playlist.m:488 modules/gui/macosx/playlist.m:1390
#, c-format
msgid "%i items in the playlist"
msgstr ""
#: modules/gui/macosx/playlistinfo.m:98
msgid "Played buffers"
#: modules/gui/macosx/playlist.m:496 modules/gui/macosx/playlist.m:1401
msgid "1 item in the playlist"
msgstr ""
#: modules/gui/macosx/playlistinfo.m:99
msgid "Lost buffers"
#: modules/gui/macosx/playlist.m:681
msgid "Save Playlist"
msgstr ""
#: modules/gui/macosx/playlist.m:418
msgid "Save Playlist..."
#: modules/gui/macosx/playlist.m:1358
msgid "New Node"
msgstr ""
#: modules/gui/macosx/playlist.m:421
msgid "Expand Node"
#: modules/gui/macosx/playlist.m:1359
msgid "Please enter a name for the new node."
msgstr ""
#: modules/gui/macosx/playlist.m:424
msgid "Get Stream Information"
#: modules/gui/macosx/playlist.m:1367
msgid "Empty Folder"
msgstr ""
#: modules/gui/macosx/playlist.m:425
msgid "Sort Node by Name"
#: modules/gui/macosx/playlistinfo.m:56
#: 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/playlist.m:426
msgid "Sort Node by Author"
#: modules/gui/macosx/playlistinfo.m:63
msgid "Advanced Information"
msgstr ""
#: modules/gui/macosx/playlist.m:429 modules/gui/macosx/playlist.m:472
#: modules/gui/macosx/playlist.m:1375
msgid "No items in the playlist"
#: modules/gui/macosx/playlistinfo.m:81
msgid "Read at media"
msgstr ""
#: modules/gui/macosx/playlist.m:434
msgid "Search in Playlist"
#: modules/gui/macosx/playlistinfo.m:82
msgid "Input bitrate"
msgstr ""
#: modules/gui/macosx/playlist.m:435
msgid "Add Folder to Playlist"
#: modules/gui/macosx/playlistinfo.m:83
msgid "Demuxed"
msgstr ""
#: modules/gui/macosx/playlist.m:437
msgid "File Format:"
#: modules/gui/macosx/playlistinfo.m:84
msgid "Stream bitrate"
msgstr ""
#: modules/gui/macosx/playlist.m:438
msgid "Extended M3U"
#: modules/gui/macosx/playlistinfo.m:87 modules/gui/macosx/playlistinfo.m:97
msgid "Decoded blocks"
msgstr ""
#: modules/gui/macosx/playlist.m:439
msgid "XML Shareable Playlist Format (XSPF)"
#: modules/gui/macosx/playlistinfo.m:88
msgid "Displayed frames"
msgstr ""
#: modules/gui/macosx/playlist.m:466 modules/gui/macosx/playlist.m:1368
#, c-format
msgid "%i items in the playlist"
#: modules/gui/macosx/playlistinfo.m:89
msgid "Lost frames"
msgstr ""
#: modules/gui/macosx/playlist.m:474 modules/gui/macosx/playlist.m:1379
msgid "1 item in the playlist"
#: modules/gui/macosx/playlistinfo.m:91 modules/gui/macosx/wizard.m:403
#: modules/gui/wxwidgets/dialogs/infopanels.cpp:314
#: modules/gui/wxwidgets/dialogs/wizard.cpp:139
#: modules/video_filter/deinterlace.c:137
msgid "Streaming"
msgstr ""
#: modules/gui/macosx/playlist.m:659
msgid "Save Playlist"
#: modules/gui/macosx/playlistinfo.m:92
msgid "Sent packets"
msgstr ""
#: modules/gui/macosx/playlist.m:1336
msgid "New Node"
#: modules/gui/macosx/playlistinfo.m:93
msgid "Sent bytes"
msgstr ""
#: modules/gui/macosx/playlist.m:1337
msgid "Please enter a name for the new node."
#: modules/gui/macosx/playlistinfo.m:94
msgid "Send rate"
msgstr ""
#: modules/gui/macosx/playlist.m:1345
msgid "Empty Folder"
#: modules/gui/macosx/playlistinfo.m:98
msgid "Played buffers"
msgstr ""
#: modules/gui/macosx/playlistinfo.m:99
msgid "Lost buffers"
msgstr ""
#: modules/gui/macosx/prefs.m:123
......@@ -12830,7 +12872,7 @@ msgstr ""
msgid "Distribution License"
msgstr ""
#: modules/gui/qt4/dialogs_provider.cpp:342
#: modules/gui/qt4/dialogs_provider.cpp:345
msgid "Open directory"
msgstr ""
......@@ -12858,17 +12900,17 @@ msgstr ""
msgid "All Files"
msgstr ""
#: modules/gui/qt4/main_interface.cpp:737
#: modules/gui/qt4/main_interface.cpp:797
#: modules/gui/wxwidgets/input_manager.cpp:287
msgid "Menu"
msgstr ""
#: modules/gui/qt4/main_interface.cpp:740
#: modules/gui/qt4/main_interface.cpp:800
#: modules/gui/wxwidgets/input_manager.cpp:290
msgid "Previous track"
msgstr ""
#: modules/gui/qt4/main_interface.cpp:741
#: modules/gui/qt4/main_interface.cpp:801
#: modules/gui/wxwidgets/input_manager.cpp:291
msgid "Next track"
msgstr ""
......@@ -12903,11 +12945,19 @@ msgid ""
"taskbar"
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"
msgstr ""
#: modules/gui/qt4/qt4.cpp:66
#: modules/gui/qt4/qt4.cpp:70
msgid "Qt interface"
msgstr ""
......@@ -13081,6 +13131,11 @@ msgstr ""
msgid "WinCE dialogs provider"
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
msgid "Edit bookmark"
msgstr ""
......@@ -13166,11 +13221,6 @@ msgstr ""
msgid "Input has changed "
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
msgid "Stream and Media Info"
msgstr ""
......@@ -14874,10 +14924,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 ""
......@@ -14894,6 +14940,10 @@ msgstr ""
msgid "MMX EXT memcpy"
msgstr ""
#: modules/misc/memcpy/memcpyaltivec.c:56
msgid "AltiVec memcpy"
msgstr ""
#: modules/misc/notify/growl.c:57
msgid "Server"
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