Changeset 1267e63eaa4310a0f0ea56cd4e399a943117b02e

Show
Ignore:
Timestamp:
05/14/07 12:55:54 (1 year ago)
Author:
Christophe Mutricy <xtophe@videolan.org>
git-committer:
Christophe Mutricy <xtophe@videolan.org> 1179140154 +0000
git-parent:

[902d21b61209abc97d80523c2b4487ed83f41273]

git-author:
Christophe Mutricy <xtophe@videolan.org> 1179140154 +0000
Message:

Fix distcheck

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • po/POTFILES.in

    rbdf0ff3 r1267e63  
    55include/main.h 
    66include/mmx.h 
     7include/vlc/libvlc.h 
     8include/vlc/mediacontrol.h 
     9include/vlc/mediacontrol_structures.h 
     10include/vlc/vlc.h 
    711include/vlc_access.h 
    812include/vlc_acl.h 
     
    1620include/vlc_codecs.h 
    1721include/vlc_common.h 
     22include/vlc_config.h 
    1823include/vlc_config_cat.h 
    19 include/vlc_config.h 
    2024include/vlc_configuration.h 
    2125include/vlc_demux.h 
     
    3135include/vlc_intf_strings.h 
    3236include/vlc_keys.h 
    33 include/vlc/libvlc.h 
    3437include/vlc_md5.h 
    35 include/vlc/mediacontrol.h 
    36 include/vlc/mediacontrol_structures.h 
    3738include/vlc_messages.h 
    3839include/vlc_meta.h 
     
    4243include/vlc_network.h 
    4344include/vlc_objects.h 
     45include/vlc_os_specific.h 
    4446include/vlc_osd.h 
    45 include/vlc_os_specific.h 
    4647include/vlc_playlist.h 
    4748include/vlc_sout.h 
     
    4950include/vlc_streaming.h 
    5051include/vlc_strings.h 
     52include/vlc_threads.h 
    5153include/vlc_threads_funcs.h 
    52 include/vlc_threads.h 
    5354include/vlc_tls.h 
    5455include/vlc_update.h 
    5556include/vlc_url.h 
    5657include/vlc_variables.h 
    57 include/vlc/vlc.h 
    5858include/vlc_vlm.h 
    5959include/vlc_vod.h 
     
    8282src/control/vlm.c 
    8383src/extras/dirent.c 
    84 src/extras/getopt1.c 
    8584src/extras/getopt.c 
    8685src/extras/getopt.h 
     86src/extras/getopt1.c 
    8787src/extras/libc.c 
    8888src/input/access.c 
     
    106106src/interface/interface.h 
    107107src/interface/intf_eject.c 
     108src/libvlc-common.c 
     109src/libvlc-module.c 
    108110src/libvlc.c 
    109 src/libvlc-common.c 
    110111src/libvlc.h 
    111 src/libvlc-module.c 
    112112src/misc/beos_specific.cpp 
    113113src/misc/block.c 
     
    128128src/misc/win32_specific.c 
    129129src/misc/xml.c 
    130 src/modules/builtin.h 
    131130src/modules/configuration.c 
     131src/modules/configuration.h 
    132132src/modules/configuration_chain.c 
    133 src/modules/configuration.h 
    134133src/modules/entry.c 
    135134src/modules/modules.c 
     
    186185# modules 
    187186modules/access/bda/bda.c 
     187modules/access/bda/bda.h 
    188188modules/access/bda/bdadefs.h 
    189189modules/access/bda/bdagraph.cpp 
    190190modules/access/bda/bdagraph.h 
    191 modules/access/bda/bda.h 
     191modules/access/cdda.c 
    192192modules/access/cdda/access.c 
    193193modules/access/cdda/access.h 
    194 modules/access/cdda.c 
    195194modules/access/cdda/callback.c 
    196195modules/access/cdda/callback.h 
     
    206205modules/access/dshow/filter.cpp 
    207206modules/access/dshow/filter.h 
     207modules/access/dv.c 
    208208modules/access/dvb/access.c 
    209209modules/access/dvb/dvb.h 
     
    211211modules/access/dvb/http.c 
    212212modules/access/dvb/linux_dvb.c 
    213 modules/access/dv.c 
    214213modules/access/dvdnav.c 
    215214modules/access/dvdread.c 
     
    217216modules/access/fake.c 
    218217modules/access/file.c 
    219 modules/access_filter/bandwidth.c 
    220 modules/access_filter/dump.c 
    221 modules/access_filter/record.c 
    222 modules/access_filter/timeshift.c 
    223218modules/access/ftp.c 
    224219modules/access/gnomevfs.c 
    225220modules/access/http.c 
     221modules/access/jack.c 
    226222modules/access/mms/asf.c 
    227223modules/access/mms/asf.h 
     
    234230modules/access/mms/mmstu.c 
    235231modules/access/mms/mmstu.h 
    236 modules/access_output/bonjour.c 
    237 modules/access_output/bonjour.h 
    238 modules/access_output/dummy.c 
    239 modules/access_output/file.c 
    240 modules/access_output/http.c 
    241 modules/access_output/shout.c 
    242 modules/access_output/udp.c 
    243232modules/access/pvr.c 
    244233modules/access/rtsp/access.c 
    245 modules/access/rtsp/real_asmrp.c 
    246234modules/access/rtsp/real.c 
    247235modules/access/rtsp/real.h 
     236modules/access/rtsp/real_asmrp.c 
    248237modules/access/rtsp/real_rmff.c 
    249238modules/access/rtsp/real_rmff.h 
     
    261250modules/access/tcp.c 
    262251modules/access/udp.c 
     252modules/access/v4l.c 
    263253modules/access/v4l2.c 
    264 modules/access/v4l.c 
    265254modules/access/vcd/cdrom.c 
    266255modules/access/vcd/cdrom.h 
     
    279268modules/access/videodev2.h 
    280269modules/access/videodev_mjpeg.h 
     270modules/access_filter/bandwidth.c 
     271modules/access_filter/dump.c 
     272modules/access_filter/record.c 
     273modules/access_filter/timeshift.c 
     274modules/access_output/bonjour.c 
     275modules/access_output/bonjour.h 
     276modules/access_output/dummy.c 
     277modules/access_output/file.c 
     278modules/access_output/http.c 
     279modules/access_output/shout.c 
     280modules/access_output/udp.c 
    281281modules/audio_filter/channel_mixer/dolby.c 
    282282modules/audio_filter/channel_mixer/headphone.c 
     
    392392modules/codec/xvmc/vlc.h 
    393393modules/codec/xvmc/xvmc_vld.h 
     394modules/codec/xvmc/xxmc-config.h 
    394395modules/codec/xvmc/xxmc.c 
    395 modules/codec/xvmc/xxmc-config.h 
    396396modules/control/dbus.c 
    397397modules/control/dbus.h 
     
    450450modules/demux/playlist/gvp.c 
    451451modules/demux/playlist/ifo.c 
     452modules/demux/playlist/luaplaylist.c 
    452453modules/demux/playlist/m3u.c 
    453454modules/demux/playlist/playlist.c 
     
    458459modules/demux/playlist/sgimb.c 
    459460modules/demux/playlist/shoutcast.c 
     461modules/demux/playlist/videoportals.c 
    460462modules/demux/playlist/xspf.c 
    461463modules/demux/playlist/xspf.h 
     
    498500modules/gui/beos/VideoOutput.cpp 
    499501modules/gui/beos/VideoWindow.h 
     502modules/gui/macosx/AppleRemote.h 
     503modules/gui/macosx/AppleRemote.m 
    500504modules/gui/macosx/about.h 
    501505modules/gui/macosx/about.m 
    502 modules/gui/macosx/AppleRemote.h 
    503 modules/gui/macosx/AppleRemote.m 
    504506modules/gui/macosx/applescript.h 
    505507modules/gui/macosx/applescript.m 
     
    530532modules/gui/macosx/output.m 
    531533modules/gui/macosx/playlist.h 
     534modules/gui/macosx/playlist.m 
    532535modules/gui/macosx/playlistinfo.h 
    533536modules/gui/macosx/playlistinfo.m 
    534 modules/gui/macosx/playlist.m 
    535537modules/gui/macosx/prefs.h 
    536538modules/gui/macosx/prefs.m 
     
    541543modules/gui/macosx/update.h 
    542544modules/gui/macosx/update.m 
    543 modules/gui/macosx/voutgl.m 
    544545modules/gui/macosx/vout.h 
    545546modules/gui/macosx/vout.m 
     547modules/gui/macosx/voutgl.m 
    546548modules/gui/macosx/voutqt.m 
    547549modules/gui/macosx/wizard.h 
     
    549551modules/gui/ncurses.c 
    550552modules/gui/pda/pda.c 
     553modules/gui/pda/pda.h 
    551554modules/gui/pda/pda_callbacks.c 
    552555modules/gui/pda/pda_callbacks.h 
    553 modules/gui/pda/pda.h 
    554556modules/gui/pda/pda_interface.c 
    555557modules/gui/pda/pda_interface.h 
     
    597599modules/gui/qt4/dialogs/preferences.cpp 
    598600modules/gui/qt4/dialogs/preferences.hpp 
     601modules/gui/qt4/dialogs/sout.cpp 
     602modules/gui/qt4/dialogs/sout.hpp 
    599603modules/gui/qt4/dialogs_provider.cpp 
    600604modules/gui/qt4/dialogs_provider.hpp 
    601 modules/gui/qt4/dialogs/sout.cpp 
    602 modules/gui/qt4/dialogs/sout.hpp 
    603605modules/gui/qt4/input_manager.cpp 
    604606modules/gui/qt4/input_manager.hpp 
     
    613615modules/gui/qt4/ui/equalizer.ui 
    614616modules/gui/qt4/ui/main_interface.ui 
     617modules/gui/qt4/ui/open.ui 
    615618modules/gui/qt4/ui/open_capture.ui 
    616619modules/gui/qt4/ui/open_disk.ui 
    617620modules/gui/qt4/ui/open_file.ui 
    618621modules/gui/qt4/ui/open_net.ui 
    619 modules/gui/qt4/ui/open.ui 
    620622modules/gui/qt4/ui/sout.ui 
    621623modules/gui/qt4/ui/sprefs_audio.ui 
     
    729731modules/gui/skins2/macosx/macosx_window.hpp 
    730732modules/gui/skins2/parser/builder.cpp 
     733modules/gui/skins2/parser/builder.hpp 
    731734modules/gui/skins2/parser/builder_data.hpp 
    732 modules/gui/skins2/parser/builder.hpp 
    733735modules/gui/skins2/parser/expr_evaluator.cpp 
    734736modules/gui/skins2/parser/expr_evaluator.hpp 
     
    813815modules/gui/skins2/utils/var_bool.cpp 
    814816modules/gui/skins2/utils/var_bool.hpp 
    815 modules/gui/skins2/utils/variable.hpp 
    816817modules/gui/skins2/utils/var_list.cpp 
    817818modules/gui/skins2/utils/var_list.hpp 
     
    822823modules/gui/skins2/utils/var_tree.cpp 
    823824modules/gui/skins2/utils/var_tree.hpp 
     825modules/gui/skins2/utils/variable.hpp 
    824826modules/gui/skins2/vars/equalizer.cpp 
    825827modules/gui/skins2/vars/equalizer.hpp 
     
    880882modules/gui/wince/wince.cpp 
    881883modules/gui/wince/wince.h 
     884modules/gui/wxwidgets/dialogs.cpp 
    882885modules/gui/wxwidgets/dialogs/bookmarks.cpp 
    883886modules/gui/wxwidgets/dialogs/bookmarks.hpp 
    884 modules/gui/wxwidgets/dialogs.cpp 
    885887modules/gui/wxwidgets/dialogs/fileinfo.cpp 
    886888modules/gui/wxwidgets/dialogs/fileinfo.hpp 
     
    956958modules/misc/logger.c 
    957959modules/misc/memcpy/fastmemcpy.h 
     960modules/misc/memcpy/memcpy.c 
    958961modules/misc/memcpy/memcpyaltivec.c 
    959 modules/misc/memcpy/memcpy.c 
    960962modules/misc/notify/growl.c 
    961963modules/misc/notify/msn.c 
     
    10301032modules/stream_out/transrate/transrate.c 
    10311033modules/stream_out/transrate/transrate.h 
     1034modules/video_chroma/i420_rgb.c 
     1035modules/video_chroma/i420_rgb.h 
    10321036modules/video_chroma/i420_rgb16.c 
    10331037modules/video_chroma/i420_rgb8.c 
    1034 modules/video_chroma/i420_rgb.c 
    10351038modules/video_chroma/i420_rgb_c.h 
    1036 modules/video_chroma/i420_rgb.h 
    10371039modules/video_chroma/i420_rgb_mmx.h 
    10381040modules/video_chroma/i420_ymga.c 
     
    11061108modules/video_output/x11/xvideo.c 
    11071109modules/video_output/x11/xvmc.c 
     1110modules/visualization/galaktos/PCM.c 
     1111modules/visualization/galaktos/PCM.h 
    11081112modules/visualization/galaktos/beat_detect.c 
    11091113modules/visualization/galaktos/beat_detect.h 
     
    11401144modules/visualization/galaktos/parser.c 
    11411145modules/visualization/galaktos/parser.h 
    1142 modules/visualization/galaktos/PCM.c 
    1143 modules/visualization/galaktos/PCM.h 
    11441146modules/visualization/galaktos/per_frame_eqn.c 
    11451147modules/visualization/galaktos/per_frame_eqn.h 
  • po/vlc.pot

    rbdf0ff3 r1267e63  
    99"Project-Id-Version: PACKAGE VERSION\n" 
    1010"Report-Msgid-Bugs-To: \n" 
    11 "POT-Creation-Date: 2007-05-09 23:05+0100\n" 
     11"POT-Creation-Date: 2007-05-14 11:38+0200\n" 
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 
     
    1616"Content-Type: text/plain; charset=CHARSET\n" 
    1717"Content-Transfer-Encoding: 8bit\n" 
     18 
     19#: include/vlc/vlc.h:591 
     20msgid "" 
     21"This program comes with NO WARRANTY, to the extent permitted by law.\n" 
     22"You may redistribute it under the terms of the GNU General Public License;\n" 
     23"see the file named COPYING for details.\n" 
     24"Written by the VideoLAN team; see the AUTHORS file.\n" 
     25msgstr "" 
    1826 
    1927#: include/vlc_config_cat.h:36 
     
    331339msgstr "" 
    332340 
    333 #: include/vlc_config_cat.h:192 modules/gui/macosx/playlist.m:427 
     341#: include/vlc_config_cat.h:192 modules/gui/macosx/playlist.m:449 
    334342msgid "Services discovery" 
    335343msgstr "" 
     
    480488 
    481489#: include/vlc_intf_strings.h:52 modules/gui/macosx/embeddedwindow.m:50 
    482 #: modules/gui/macosx/embeddedwindow.m:95 modules/gui/macosx/intf.m:526 
     490#: modules/gui/macosx/embeddedwindow.m:93 modules/gui/macosx/intf.m:526 
    483491#: modules/gui/macosx/intf.m:569 modules/gui/macosx/intf.m:648 
    484492#: modules/gui/macosx/intf.m:655 modules/gui/macosx/intf.m:1535 
    485493#: modules/gui/macosx/intf.m:1536 modules/gui/macosx/intf.m:1537 
    486 #: modules/gui/macosx/intf.m:1538 modules/gui/macosx/playlist.m:419 
     494#: modules/gui/macosx/intf.m:1538 modules/gui/macosx/playlist.m:441 
    487495#: modules/gui/pda/pda_interface.c:262 modules/gui/pda/pda_interface.c:263 
    488496#: modules/gui/wxwidgets/dialogs/playlist.cpp:281 
     
    499507msgstr "" 
    500508 
    501 #: include/vlc_intf_strings.h:54 modules/gui/macosx/playlist.m:420 
     509#: include/vlc_intf_strings.h:54 modules/gui/macosx/playlist.m:442 
    502510#: modules/gui/pda/pda_interface.c:1254 
    503511#: modules/gui/wxwidgets/dialogs/playlist.cpp:285 
     
    573581msgstr "" 
    574582 
    575 #: include/vlc_intf_strings.h:80 modules/gui/macosx/playlist.m:432 
     583#: include/vlc_intf_strings.h:80 modules/gui/macosx/playlist.m:454 
    576584#: modules/gui/wxwidgets/dialogs/playlist.cpp:330 
    577585msgid "Search" 
     
    651659msgstr "" 
    652660 
    653 #: include/vlc_meta.h:32 modules/gui/macosx/playlist.m:1091 
     661#: include/vlc_meta.h:32 modules/gui/macosx/playlist.m:1113 
    654662msgid "Meta-information" 
    655663msgstr "" 
     
    664672msgstr "" 
    665673 
    666 #: include/vlc_meta.h:34 modules/gui/macosx/playlist.m:1091 
     674#: include/vlc_meta.h:34 modules/gui/macosx/playlist.m:1113 
    667675msgid "Artist" 
    668676msgstr "" 
     
    733741#: include/vlc_meta.h:52 
    734742msgid "Codec Description" 
    735 msgstr "" 
    736  
    737 #: include/vlc/vlc.h:591 
    738 msgid "" 
    739 "This program comes with NO WARRANTY, to the extent permitted by law.\n" 
    740 "You may redistribute it under the terms of the GNU General Public License;\n" 
    741 "see the file named COPYING for details.\n" 
    742 "Written by the VideoLAN team; see the AUTHORS file.\n" 
    743743msgstr "" 
    744744 
     
    964964msgstr "" 
    965965 
    966 #: src/input/es_out.c:1798 modules/access_output/shout.c:87 
    967 #: modules/access/pvr.c:89 
     966#: src/input/es_out.c:1798 modules/access/pvr.c:89 
     967#: modules/access_output/shout.c:87 
    968968msgid "Bitrate" 
    969969msgstr "" 
     
    999999msgstr "" 
    10001000 
    1001 #: src/input/input.c:2283 
     1001#: src/input/input.c:2286 
    10021002msgid "Can't recognize the input's format" 
    10031003msgstr "" 
    10041004 
    1005 #: src/input/input.c:2284 
     1005#: src/input/input.c:2287 
    10061006#, c-format 
    10071007msgid "The format of '%s' can't be detected. Have a look the log for details." 
     
    10611061 
    10621062#: src/input/var.c:353 modules/gui/beos/InterfaceWindow.cpp:289 
    1063 #: modules/gui/qt4/main_interface.cpp:73
     1063#: modules/gui/qt4/main_interface.cpp:79
    10641064#: modules/gui/wxwidgets/input_manager.cpp:289 
    10651065msgid "Next chapter" 
     
    10671067 
    10681068#: src/input/var.c:358 modules/gui/beos/InterfaceWindow.cpp:288 
    1069 #: modules/gui/qt4/main_interface.cpp:73
     1069#: modules/gui/qt4/main_interface.cpp:79
    10701070#: modules/gui/wxwidgets/input_manager.cpp:288 
    10711071msgid "Previous chapter" 
     
    44814481 
    44824482#: modules/access/bda/bda.c:39 modules/access/cdda.c:60 
    4483 #: modules/access/dshow/dshow.cpp:93 modules/access/dvb/access.c:73 
    4484 #: modules/access/dv.c:68 modules/access/dvdnav.c:67 
     4483#: modules/access/dshow/dshow.cpp:93 modules/access/dv.c:68 
     4484#: modules/access/dvb/access.c:73 modules/access/dvdnav.c:67 
    44854485#: modules/access/dvdread.c:64 modules/access/fake.c:41 
    44864486#: modules/access/file.c:79 modules/access/ftp.c:54 
    44874487#: modules/access/gnomevfs.c:45 modules/access/http.c:57 
    4488 #: modules/access/mms/mms.c:46 modules/access/pvr.c:52 
    4489 #: modules/access/screen/screen.c:36 modules/access/smb.c:61 
    4490 #: modules/access/tcp.c:37 modules/access/udp.c:69 modules/access/v4l.c:76 
    4491 #: modules/access/vcd/vcd.c:41 
     4488#: modules/access/jack.c:58 modules/access/mms/mms.c:46 
     4489#: modules/access/pvr.c:52 modules/access/screen/screen.c:36 
     4490#: modules/access/smb.c:61 modules/access/tcp.c:37 modules/access/udp.c:69 
     4491#: modules/access/v4l.c:76 modules/access/vcd/vcd.c:41 
    44924492msgid "Caching value in ms" 
    44934493msgstr "" 
     
    47264726#: modules/access/bda/bda.c:141 
    47274727msgid "DirectShow DVB input" 
    4728 msgstr "" 
    4729  
    4730 #: modules/access/cdda/access.c:294 
    4731 msgid "CD reading failed" 
    4732 msgstr "" 
    4733  
    4734 #: modules/access/cdda/access.c:295 
    4735 #, c-format 
    4736 msgid "VLC could not get a new block of size: %i." 
    47374728msgstr "" 
    47384729 
     
    47804771#, c-format 
    47814772msgid "Audio CD - Track %i" 
     4773msgstr "" 
     4774 
     4775#: modules/access/cdda/access.c:294 
     4776msgid "CD reading failed" 
     4777msgstr "" 
     4778 
     4779#: modules/access/cdda/access.c:295 
     4780#, c-format 
     4781msgid "VLC could not get a new block of size: %i." 
    47824782msgstr "" 
    47834783 
     
    52835283msgstr "" 
    52845284 
     5285#: modules/access/dv.c:70 
     5286msgid "Caching value for DV streams. Thisvalue should be set in milliseconds." 
     5287msgstr "" 
     5288 
     5289#: modules/access/dv.c:74 
     5290msgid "Digital Video (Firewire/ieee1394)  input" 
     5291msgstr "" 
     5292 
     5293#: modules/access/dv.c:75 
     5294msgid "dv" 
     5295msgstr "" 
     5296 
    52855297#: modules/access/dvb/access.c:127 
    52865298msgid "Modulation type for front-end device." 
     
    53845396#, c-format 
    53855397msgid "The provided polarization \"%c\" is not valid." 
    5386 msgstr "" 
    5387  
    5388 #: modules/access/dv.c:70 
    5389 msgid "Caching value for DV streams. Thisvalue should be set in milliseconds." 
    5390 msgstr "" 
    5391  
    5392 #: modules/access/dv.c:74 
    5393 msgid "Digital Video (Firewire/ieee1394)  input" 
    5394 msgstr "" 
    5395  
    5396 #: modules/access/dv.c:75 
    5397 msgid "dv" 
    53985398msgstr "" 
    53995399 
     
    55855585msgstr "" 
    55865586 
    5587 #: modules/access_filter/bandwidth.c:31 
    5588 msgid "Bandwidth limit (bytes/s)" 
    5589 msgstr "" 
    5590  
    5591 #: modules/access_filter/bandwidth.c:33 
    5592 msgid "" 
    5593 "The bandwidth module will drop any data in excess of that many bytes per " 
    5594 "seconds." 
    5595 msgstr "" 
    5596  
    5597 #: modules/access_filter/bandwidth.c:42 
    5598 msgid "Bandwidth" 
    5599 msgstr "" 
    5600  
    5601 #: modules/access_filter/bandwidth.c:43 
    5602 msgid "Bandwidth limiter" 
    5603 msgstr "" 
    5604  
    5605 #: modules/access_filter/dump.c:39 
    5606 msgid "Force use of dump module" 
    5607 msgstr "" 
    5608  
    5609 #: modules/access_filter/dump.c:40 
    5610 msgid "Activate the dump module even for media with fast seeking." 
    5611 msgstr "" 
    5612  
    5613 #: modules/access_filter/dump.c:43 
    5614 msgid "Maximum size of temporary file (Mb)" 
    5615 msgstr "" 
    5616  
    5617 #: modules/access_filter/dump.c:44 
    5618 msgid "" 
    5619 "The dump module will abort dumping of the media if more than this much " 
    5620 "megabyte were performed." 
    5621 msgstr "" 
    5622  
    5623 #: modules/access_filter/record.c:45 
    5624 msgid "Record directory" 
    5625 msgstr "" 
    5626  
    5627 #: modules/access_filter/record.c:47 
    5628 msgid "Directory where the record will be stored." 
    5629 msgstr "" 
    5630  
    5631 #: modules/access_filter/record.c:323 
    5632 msgid "Recording" 
    5633 msgstr "" 
    5634  
    5635 #: modules/access_filter/record.c:325 
    5636 msgid "Recording done" 
    5637 msgstr "" 
    5638  
    5639 #: modules/access_filter/timeshift.c:46 
    5640 msgid "Timeshift granularity" 
    5641 msgstr "" 
    5642  
    5643 #: modules/access_filter/timeshift.c:48 
    5644 msgid "" 
    5645 "This is the size of the temporary files that will be used to store the " 
    5646 "timeshifted streams." 
    5647 msgstr "" 
    5648  
    5649 #: modules/access_filter/timeshift.c:50 
    5650 msgid "Timeshift directory" 
    5651 msgstr "" 
    5652  
    5653 #: modules/access_filter/timeshift.c:51 
    5654 msgid "Directory used to store the timeshift temporary files." 
    5655 msgstr "" 
    5656  
    5657 #: modules/access_filter/timeshift.c:53 
    5658 msgid "Force use of the timeshift module" 
    5659 msgstr "" 
    5660  
    5661 #: modules/access_filter/timeshift.c:54 
    5662 msgid "" 
    5663 "Force use of the timeshift module even if the access declares that it can " 
    5664 "control pace or pause." 
    5665 msgstr "" 
    5666  
    5667 #: modules/access_filter/timeshift.c:58 modules/access_filter/timeshift.c:59 
    5668 msgid "Timeshift" 
    5669 msgstr "" 
    5670  
    56715587#: modules/access/ftp.c:56 
    56725588msgid "" 
     
    58005716msgstr "" 
    58015717 
     5718#: modules/access/jack.c:60 
     5719msgid "" 
     5720"Make VLC buffer audio data capturer from jack for the specified length in " 
     5721"milliseconds." 
     5722msgstr "" 
     5723 
     5724#: modules/access/jack.c:62 
     5725msgid "Pace" 
     5726msgstr "" 
     5727 
     5728#: modules/access/jack.c:64 
     5729msgid "Read the audio stream at VLC pace rather than Jack pace." 
     5730msgstr "" 
     5731 
     5732#: modules/access/jack.c:65 
     5733msgid "Auto Connection" 
     5734msgstr "" 
     5735 
     5736#: modules/access/jack.c:67 
     5737msgid "Automatically connect VLC input ports to available output ports." 
     5738msgstr "" 
     5739 
     5740#: modules/access/jack.c:70 
     5741msgid "JACK audio input" 
     5742msgstr "" 
     5743 
     5744#: modules/access/jack.c:72 
     5745msgid "JACK Input" 
     5746msgstr "" 
     5747 
    58025748#: modules/access/mms/mms.c:48 
    58035749msgid "" 
     
    58255771#: modules/access/mms/mms.c:68 
    58265772msgid "Microsoft Media Server (MMS) input" 
    5827 msgstr "" 
    5828  
    5829 #: modules/access_output/dummy.c:41 modules/stream_out/dummy.c:48 
    5830 msgid "Dummy stream output" 
    5831 msgstr "" 
    5832  
    5833 #: modules/access_output/dummy.c:42 modules/misc/dummy/dummy.c:58 
    5834 msgid "Dummy" 
    5835 msgstr "" 
    5836  
    5837 #: modules/access_output/file.c:63 
    5838 msgid "Append to file" 
    5839 msgstr "" 
    5840  
    5841 #: modules/access_output/file.c:64 
    5842 msgid "Append to file if it exists instead of replacing it." 
    5843 msgstr "" 
    5844  
    5845 #: modules/access_output/file.c:68 
    5846 msgid "File stream output" 
    5847 msgstr "" 
    5848  
    5849 #: modules/access_output/http.c:62 modules/misc/audioscrobbler.c:118 
    5850 msgid "Username" 
    5851 msgstr "" 
    5852  
    5853 #: modules/access_output/http.c:63 
    5854 msgid "User name that will be requested to access the stream." 
    5855 msgstr "" 
    5856  
    5857 #: modules/access_output/http.c:65 modules/control/telnet.c:79 
    5858 #: modules/misc/audioscrobbler.c:120 modules/misc/notify/growl.c:61 
    5859 msgid "Password" 
    5860 msgstr "" 
    5861  
    5862 #: modules/access_output/http.c:66 
    5863 msgid "Password that will be requested to access the stream." 
    5864 msgstr "" 
    5865  
    5866 #: modules/access_output/http.c:68 
    5867 msgid "Mime" 
    5868 msgstr "" 
    5869  
    5870 #: modules/access_output/http.c:69 
    5871 msgid "MIME returned by the server (autodetected if not specified)." 
    5872 msgstr "" 
    5873  
    5874 #: modules/access_output/http.c:72 
    5875 msgid "Path to the x509 PEM certificate file that will be used for HTTPS." 
    5876 msgstr "" 
    5877  
    5878 #: modules/access_output/http.c:75 
    5879 msgid "" 
    5880 "Path to the x509 PEM private key file that will be used for HTTPS. Leave " 
    5881 "empty if you don't have one." 
    5882 msgstr "" 
    5883  
    5884 #: modules/access_output/http.c:79 
    5885 msgid "" 
    5886 "Path to the x509 PEM trusted root CA certificates (certificate authority) " 
    5887 "file that will be used for HTTPS. Leave empty if you don't have one." 
    5888 msgstr "" 
    5889  
    5890 #: modules/access_output/http.c:84 
    5891 msgid "" 
    5892 "Path to the x509 PEM Certificates Revocation List file that will be used for " 
    5893 "SSL. Leave empty if you don't have one." 
    5894 msgstr "" 
    5895  
    5896 #: modules/access_output/http.c:87 
    5897 msgid "Advertise with Bonjour" 
    5898 msgstr "" 
    5899  
    5900 #: modules/access_output/http.c:88 
    5901 msgid "Advertise the stream with the Bonjour protocol." 
    5902 msgstr "" 
    5903  
    5904 #: modules/access_output/http.c:92 
    5905 msgid "HTTP stream output" 
    5906 msgstr "" 
    5907  
    5908 #: modules/access_output/shout.c:59 
    5909 msgid "Stream name" 
    5910 msgstr "" 
    5911  
    5912 #: modules/access_output/shout.c:60 
    5913 msgid "Name to give to this stream/channel on the shoutcast/icecast server." 
    5914 msgstr "" 
    5915  
    5916 #: modules/access_output/shout.c:63 
    5917 msgid "Stream description" 
    5918 msgstr "" 
    5919  
    5920 #: modules/access_output/shout.c:64 
    5921 msgid "Description of the stream content or information about your channel." 
    5922 msgstr "" 
    5923  
    5924 #: modules/access_output/shout.c:67 
    5925 msgid "Stream MP3" 
    5926 msgstr "" 
    5927  
    5928 #: modules/access_output/shout.c:68 
    5929 msgid "" 
    5930 "You normally have to feed the shoutcast module with Ogg streams. It is also " 
    5931 "possible to stream MP3 instead, so you can forward MP3 streams to the " 
    5932 "shoutcast/icecast server." 
    5933 msgstr "" 
    5934  
    5935 #: modules/access_output/shout.c:77 
    5936 msgid "Genre description" 
    5937 msgstr "" 
    5938  
    5939 #: modules/access_output/shout.c:78 
    5940 msgid "Genre of the content. " 
    5941 msgstr "" 
    5942  
    5943 #: modules/access_output/shout.c:80 
    5944 msgid "URL description" 
    5945 msgstr "" 
    5946  
    5947 #: modules/access_output/shout.c:81 
    5948 msgid "URL with information about the stream or your channel. " 
    5949 msgstr "" 
    5950  
    5951 #: modules/access_output/shout.c:88 
    5952 msgid "Bitrate information of the transcoded stream. " 
    5953 msgstr "" 
    5954  
    5955 #: modules/access_output/shout.c:90 modules/access/v4l.c:125 
    5956 msgid "Samplerate" 
    5957 msgstr "" 
    5958  
    5959 #: modules/access_output/shout.c:91 
    5960 msgid "Samplerate information of the transcoded stream. " 
    5961 msgstr "" 
    5962  
    5963 #: modules/access_output/shout.c:93 
    5964 msgid "Number of channels" 
    5965 msgstr "" 
    5966  
    5967 #: modules/access_output/shout.c:94 
    5968 msgid "Number of channels information of the transcoded stream. " 
    5969 msgstr "" 
    5970  
    5971 #: modules/access_output/shout.c:96 
    5972 msgid "Ogg Vorbis Quality" 
    5973 msgstr "" 
    5974  
    5975 #: modules/access_output/shout.c:97 
    5976 msgid "Ogg Vorbis Quality information of the transcoded stream. " 
    5977 msgstr "" 
    5978  
    5979 #: modules/access_output/shout.c:99 
    5980 msgid "Stream public" 
    5981 msgstr "" 
    5982  
    5983 #: modules/access_output/shout.c:100 
    5984 msgid "" 
    5985 "Make the server publicly available on the 'Yellow Pages' (directory listing " 
    5986 "of streams) on the icecast/shoutcast website. Requires the bitrate " 
    5987 "information specified for shoutcast. Requires Ogg streaming for icecast." 
    5988 msgstr "" 
    5989  
    5990 #: modules/access_output/shout.c:106 
    5991 msgid "IceCAST output" 
    5992 msgstr "" 
    5993  
    5994 #: modules/access_output/udp.c:89 modules/access/rtsp/access.c:41 
    5995 #: modules/demux/live555.cpp:60 
    5996 msgid "Caching value (ms)" 
    5997 msgstr "" 
    5998  
    5999 #: modules/access_output/udp.c:91 
    6000 msgid "" 
    6001 "Default caching value for outbound UDP streams. This value should be set in " 
    6002 "milliseconds." 
    6003 msgstr "" 
    6004  
    6005 #: modules/access_output/udp.c:94 
    6006 msgid "Group packets" 
    6007 msgstr "" 
    6008  
    6009 #: modules/access_output/udp.c:95 
    6010 msgid "" 
    6011 "Packets can be sent one by one at the right time or by groups. You can " 
    6012 "choose the number of packets that will be sent at a time. It helps reducing " 
    6013 "the scheduling load on heavily-loaded systems." 
    6014 msgstr "" 
    6015  
    6016 #: modules/access_output/udp.c:100 
    6017 msgid "Raw write" 
    6018 msgstr "" 
    6019  
    6020 #: modules/access_output/udp.c:101 
    6021 msgid "" 
    6022 "Packets will be sent directly, without trying to fill the MTU (ie, without " 
    6023 "trying to make the biggest possible packets in order to improve streaming)." 
    6024 msgstr "" 
    6025  
    6026 #: modules/access_output/udp.c:105 
    6027 msgid "RTCP destination port number" 
    6028 msgstr "" 
    6029  
    6030 #: modules/access_output/udp.c:106 
    6031 msgid "Sends RTCP packets to this port (0 = auto)" 
    6032 msgstr "" 
    6033  
    6034 #: modules/access_output/udp.c:107 
    6035 msgid "Automatic multicast streaming" 
    6036 msgstr "" 
    6037  
    6038 #: modules/access_output/udp.c:108 
    6039 msgid "Allocates an outbound multicast address automatically." 
    6040 msgstr "" 
    6041  
    6042 #: modules/access_output/udp.c:110 
    6043 msgid "UDP-Lite" 
    6044 msgstr "" 
    6045  
    6046 #: modules/access_output/udp.c:111 
    6047 msgid "Use UDP-Lite/IP instead of normal UDP/IP" 
    6048 msgstr "" 
    6049  
    6050 #: modules/access_output/udp.c:112 
    6051 msgid "Checksum coverage" 
    6052 msgstr "" 
    6053  
    6054 #: modules/access_output/udp.c:113 
    6055 msgid "Payload bytes covered by layer-4 checksum" 
    6056 msgstr "" 
    6057  
    6058 #: modules/access_output/udp.c:116 
    6059 msgid "UDP stream output" 
    60605773msgstr "" 
    60615774 
     
    62165929msgstr "" 
    62175930 
     5931#: modules/access/rtsp/access.c:41 modules/access_output/udp.c:89 
     5932#: modules/demux/live555.cpp:60 
     5933msgid "Caching value (ms)" 
     5934msgstr "" 
     5935 
    62185936#: modules/access/rtsp/access.c:43 
    62195937msgid "" 
     
    63396057#: modules/access/udp.c:89 
    63406058msgid "UDP/RTP input" 
    6341 msgstr "" 
    6342  
    6343 #: modules/access/v4l2.c:54 modules/gui/macosx/open.m:169 
    6344 #: modules/gui/wxwidgets/dialogs/open.cpp:719 
    6345 msgid "Device name" 
    6346 msgstr "" 
    6347  
    6348 #: modules/access/v4l2.c:56 
    6349 msgid "" 
    6350 "Name of the device to use. If you don't specify anything, /dev/video0 will " 
    6351 "be used." 
    6352 msgstr "" 
    6353  
    6354 #: modules/access/v4l2.c:60 
    6355 msgid "" 
    6356 "Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)." 
    6357 msgstr "" 
    6358  
    6359 #: modules/access/v4l2.c:65 
    6360 msgid "Video4Linux2" 
    6361 msgstr "" 
    6362  
    6363 #: modules/access/v4l2.c:66 
    6364 msgid "Video4Linux2 input" 
    63656059msgstr "" 
    63666060 
     
    64546148msgstr "" 
    64556149 
     6150#: modules/access/v4l.c:125 modules/access_output/shout.c:90 
     6151msgid "Samplerate" 
     6152msgstr "" 
     6153 
    64566154#: modules/access/v4l.c:127 
    64576155msgid "" 
     
    64936191#: modules/access/v4l.c:150 
    64946192msgid "Video4Linux input" 
     6193msgstr "" 
     6194 
     6195#: modules/access/v4l2.c:54 modules/gui/macosx/open.m:169 
     6196#: modules/gui/wxwidgets/dialogs/open.cpp:719 
     6197msgid "Device name" 
     6198msgstr "" 
     6199 
     6200#: modules/access/v4l2.c:56 
     6201msgid "" 
     6202"Name of the device to use. If you don't specify anything, /dev/video0 will " 
     6203"be used." 
     6204msgstr "" 
     6205 
     6206#: modules/access/v4l2.c:60 
     6207msgid "" 
     6208"Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)." 
     6209msgstr "" 
     6210 
     6211#: modules/access/v4l2.c:65 
     6212msgid "Video4Linux2" 
     6213msgstr "" 
     6214 
     6215#: modules/access/v4l2.c:66 
     6216msgid "Video4Linux2 input" 
    64956217msgstr "" 
    64966218 
     
    66756397#: modules/access/vcdx/vcd.c:143 
    66766398msgid "Format to use in the playlist's \"title\" field." 
     6399msgstr "" 
     6400 
     6401#: modules/access_filter/bandwidth.c:31 
     6402msgid "Bandwidth limit (bytes/s)" 
     6403msgstr "" 
     6404 
     6405#: modules/access_filter/bandwidth.c:33 
     6406msgid "" 
     6407"The bandwidth module will drop any data in excess of that many bytes per " 
     6408"seconds." 
     6409msgstr "" 
     6410 
     6411#: modules/access_filter/bandwidth.c:42 
     6412msgid "Bandwidth" 
     6413msgstr "" 
     6414 
     6415#: modules/access_filter/bandwidth.c:43 
     6416msgid "Bandwidth limiter" 
     6417msgstr "" 
     6418 
     6419#: modules/access_filter/dump.c:39 
     6420msgid "Force use of dump module" 
     6421msgstr "" 
     6422 
     6423#: modules/access_filter/dump.c:40 
     6424msgid "Activate the dump module even for media with fast seeking." 
     6425msgstr "" 
     6426 
     6427#: modules/access_filter/dump.c:43 
     6428msgid "Maximum size of temporary file (Mb)" 
     6429msgstr "" 
     6430 
     6431#: modules/access_filter/dump.c:44 
     6432msgid "" 
     6433"The dump module will abort dumping of the media if more than this much " 
     6434"megabyte were performed." 
     6435msgstr "" 
     6436 
     6437#: modules/access_filter/record.c:45 
     6438msgid "Record directory" 
     6439msgstr "" 
     6440 
     6441#: modules/access_filter/record.c:47 
     6442msgid "Directory where the record will be stored." 
     6443msgstr "" 
     6444 
     6445#: modules/access_filter/record.c:323 
     6446msgid "Recording" 
     6447msgstr "" 
     6448 
     6449#: modules/access_filter/record.c:325 
     6450msgid "Recording done" 
     6451msgstr "" 
     6452 
     6453#: modules/access_filter/timeshift.c:46 
     6454msgid "Timeshift granularity" 
     6455msgstr "" 
     6456 
     6457#: modules/access_filter/timeshift.c:48 
     6458msgid "" 
     6459"This is the size of the temporary files that will be used to store the " 
     6460"timeshifted streams." 
     6461msgstr "" 
     6462 
     6463#: modules/access_filter/timeshift.c:50 
     6464msgid "Timeshift directory" 
     6465msgstr "" 
     6466 
     6467#: modules/access_filter/timeshift.c:51 
     6468msgid "Directory used to store the timeshift temporary files." 
     6469msgstr "" 
     6470 
     6471#: modules/access_filter/timeshift.c:53 
     6472msgid "Force use of the timeshift module" 
     6473msgstr "" 
     6474 
     6475#: modules/access_filter/timeshift.c:54 
     6476msgid "" 
     6477"Force use of the timeshift module even if the access declares that it can " 
     6478"control pace or pause." 
     6479msgstr "" 
     6480 
     6481#: modules/access_filter/timeshift.c:58 modules/access_filter/timeshift.c:59 
     6482msgid "Timeshift" 
     6483msgstr "" 
     6484 
     6485#: modules/access_output/dummy.c:41 modules/stream_out/dummy.c:48 
     6486msgid "Dummy stream output" 
     6487msgstr "" 
     6488 
     6489#: modules/access_output/dummy.c:42 modules/misc/dummy/dummy.c:58 
     6490msgid "Dummy" 
     6491msgstr "" 
     6492 
     6493#: modules/access_output/file.c:63 
     6494msgid "Append to file" 
     6495msgstr "" 
     6496 
     6497#: modules/access_output/file.c:64 
     6498msgid "Append to file if it exists instead of replacing it." 
     6499msgstr "" 
     6500 
     6501#: modules/access_output/file.c:68 
     6502msgid "File stream output" 
     6503msgstr "" 
     6504 
     6505#: modules/access_output/http.c:62 modules/misc/audioscrobbler.c:118 
     6506msgid "Username" 
     6507msgstr "" 
     6508 
     6509#: modules/access_output/http.c:63 
     6510msgid "User name that will be requested to access the stream." 
     6511msgstr "" 
     6512 
     6513#: modules/access_output/http.c:65 modules/control/telnet.c:79 
     6514#: modules/misc/audioscrobbler.c:120 modules/misc/notify/growl.c:61 
     6515msgid "Password" 
     6516msgstr "" 
     6517 
     6518#: modules/access_output/http.c:66 
     6519msgid "Password that will be requested to access the stream." 
     6520msgstr "" 
     6521 
     6522#: modules/access_output/http.c:68 
     6523msgid "Mime" 
     6524msgstr "" 
     6525 
     6526#: modules/access_output/http.c:69 
     6527msgid "MIME returned by the server (autodetected if not specified)." 
     6528msgstr "" 
     6529 
     6530#: modules/access_output/http.c:72 
     6531msgid "Path to the x509 PEM certificate file that will be used for HTTPS." 
     6532msgstr "" 
     6533 
     6534#: modules/access_output/http.c:75 
     6535msgid "" 
     6536"Path to the x509 PEM private key file that will be used for HTTPS. Leave " 
     6537"empty if you don't have one." 
     6538msgstr "" 
     6539 
     6540#: modules/access_output/http.c:79 
     6541msgid "" 
     6542"Path to the x509 PEM trusted root CA certificates (certificate authority) " 
     6543"file that will be used for HTTPS. Leave empty if you don't have one." 
     6544msgstr "" 
     6545 
     6546#: modules/access_output/http.c:84 
     6547msgid "" 
     6548"Path to the x509 PEM Certificates Revocation List file that will be used for " 
     6549"SSL. Leave empty if you don't have one." 
     6550msgstr "" 
     6551 
     6552#: modules/access_output/http.c:87 
     6553msgid "Advertise with Bonjour" 
     6554msgstr "" 
     6555 
     6556#: modules/access_output/http.c:88 
     6557msgid "Advertise the stream with the Bonjour protocol." 
     6558msgstr "" 
     6559 
     6560#: modules/access_output/http.c:92 
     6561msgid "HTTP stream output" 
     6562msgstr "" 
     6563 
     6564#: modules/access_output/shout.c:59 
     6565msgid "Stream name" 
     6566msgstr "" 
     6567 
     6568#: modules/access_output/shout.c:60 
     6569msgid "Name to give to this stream/channel on the shoutcast/icecast server." 
     6570msgstr "" 
     6571 
     6572#: modules/access_output/shout.c:63 
     6573msgid "Stream description" 
     6574msgstr "" 
     6575 
     6576#: modules/access_output/shout.c:64 
     6577msgid "Description of the stream content or information about your channel." 
     6578msgstr "" 
     6579 
     6580#: modules/access_output/shout.c:67 
     6581msgid "Stream MP3" 
     6582msgstr "" 
     6583 
     6584#: modules/access_output/shout.c:68 
     6585msgid "" 
     6586"You normally have to feed the shoutcast module with Ogg streams. It is also " 
     6587"possible to stream MP3 instead, so you can forward MP3 streams to the " 
     6588"shoutcast/icecast server." 
     6589msgstr "" 
     6590 
     6591#: modules/access_output/shout.c:77 
     6592msgid "Genre description" 
     6593msgstr "" 
     6594 
     6595#: modules/access_output/shout.c:78 
     6596msgid "Genre of the content. " 
     6597msgstr "" 
     6598 
     6599#: modules/access_output/shout.c:80 
     6600msgid "URL description" 
     6601msgstr "" 
     6602 
     6603#: modules/access_output/shout.c:81 
     6604msgid "URL with information about the stream or your channel. " 
     6605msgstr "" 
     6606 
     6607#: modules/access_output/shout.c:88 
     6608msgid "Bitrate information of the transcoded stream. " 
     6609msgstr "" 
     6610 
     6611#: modules/access_output/shout.c:91 
     6612msgid "Samplerate information of the transcoded stream. " 
     6613msgstr "" 
     6614 
     6615#: modules/access_output/shout.c:93 
     6616msgid "Number of channels" 
     6617msgstr "" 
     6618