Changeset 1267e63eaa4310a0f0ea56cd4e399a943117b02e
- Timestamp:
- 05/14/07 12:55:54 (1 year ago)
- git-parent:
- Files:
-
- po/POTFILES.in (modified) (32 diffs)
- po/vlc.pot (modified) (42 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
po/POTFILES.in
rbdf0ff3 r1267e63 5 5 include/main.h 6 6 include/mmx.h 7 include/vlc/libvlc.h 8 include/vlc/mediacontrol.h 9 include/vlc/mediacontrol_structures.h 10 include/vlc/vlc.h 7 11 include/vlc_access.h 8 12 include/vlc_acl.h … … 16 20 include/vlc_codecs.h 17 21 include/vlc_common.h 22 include/vlc_config.h 18 23 include/vlc_config_cat.h 19 include/vlc_config.h20 24 include/vlc_configuration.h 21 25 include/vlc_demux.h … … 31 35 include/vlc_intf_strings.h 32 36 include/vlc_keys.h 33 include/vlc/libvlc.h34 37 include/vlc_md5.h 35 include/vlc/mediacontrol.h36 include/vlc/mediacontrol_structures.h37 38 include/vlc_messages.h 38 39 include/vlc_meta.h … … 42 43 include/vlc_network.h 43 44 include/vlc_objects.h 45 include/vlc_os_specific.h 44 46 include/vlc_osd.h 45 include/vlc_os_specific.h46 47 include/vlc_playlist.h 47 48 include/vlc_sout.h … … 49 50 include/vlc_streaming.h 50 51 include/vlc_strings.h 52 include/vlc_threads.h 51 53 include/vlc_threads_funcs.h 52 include/vlc_threads.h53 54 include/vlc_tls.h 54 55 include/vlc_update.h 55 56 include/vlc_url.h 56 57 include/vlc_variables.h 57 include/vlc/vlc.h58 58 include/vlc_vlm.h 59 59 include/vlc_vod.h … … 82 82 src/control/vlm.c 83 83 src/extras/dirent.c 84 src/extras/getopt1.c85 84 src/extras/getopt.c 86 85 src/extras/getopt.h 86 src/extras/getopt1.c 87 87 src/extras/libc.c 88 88 src/input/access.c … … 106 106 src/interface/interface.h 107 107 src/interface/intf_eject.c 108 src/libvlc-common.c 109 src/libvlc-module.c 108 110 src/libvlc.c 109 src/libvlc-common.c110 111 src/libvlc.h 111 src/libvlc-module.c112 112 src/misc/beos_specific.cpp 113 113 src/misc/block.c … … 128 128 src/misc/win32_specific.c 129 129 src/misc/xml.c 130 src/modules/builtin.h131 130 src/modules/configuration.c 131 src/modules/configuration.h 132 132 src/modules/configuration_chain.c 133 src/modules/configuration.h134 133 src/modules/entry.c 135 134 src/modules/modules.c … … 186 185 # modules 187 186 modules/access/bda/bda.c 187 modules/access/bda/bda.h 188 188 modules/access/bda/bdadefs.h 189 189 modules/access/bda/bdagraph.cpp 190 190 modules/access/bda/bdagraph.h 191 modules/access/ bda/bda.h191 modules/access/cdda.c 192 192 modules/access/cdda/access.c 193 193 modules/access/cdda/access.h 194 modules/access/cdda.c195 194 modules/access/cdda/callback.c 196 195 modules/access/cdda/callback.h … … 206 205 modules/access/dshow/filter.cpp 207 206 modules/access/dshow/filter.h 207 modules/access/dv.c 208 208 modules/access/dvb/access.c 209 209 modules/access/dvb/dvb.h … … 211 211 modules/access/dvb/http.c 212 212 modules/access/dvb/linux_dvb.c 213 modules/access/dv.c214 213 modules/access/dvdnav.c 215 214 modules/access/dvdread.c … … 217 216 modules/access/fake.c 218 217 modules/access/file.c 219 modules/access_filter/bandwidth.c220 modules/access_filter/dump.c221 modules/access_filter/record.c222 modules/access_filter/timeshift.c223 218 modules/access/ftp.c 224 219 modules/access/gnomevfs.c 225 220 modules/access/http.c 221 modules/access/jack.c 226 222 modules/access/mms/asf.c 227 223 modules/access/mms/asf.h … … 234 230 modules/access/mms/mmstu.c 235 231 modules/access/mms/mmstu.h 236 modules/access_output/bonjour.c237 modules/access_output/bonjour.h238 modules/access_output/dummy.c239 modules/access_output/file.c240 modules/access_output/http.c241 modules/access_output/shout.c242 modules/access_output/udp.c243 232 modules/access/pvr.c 244 233 modules/access/rtsp/access.c 245 modules/access/rtsp/real_asmrp.c246 234 modules/access/rtsp/real.c 247 235 modules/access/rtsp/real.h 236 modules/access/rtsp/real_asmrp.c 248 237 modules/access/rtsp/real_rmff.c 249 238 modules/access/rtsp/real_rmff.h … … 261 250 modules/access/tcp.c 262 251 modules/access/udp.c 252 modules/access/v4l.c 263 253 modules/access/v4l2.c 264 modules/access/v4l.c265 254 modules/access/vcd/cdrom.c 266 255 modules/access/vcd/cdrom.h … … 279 268 modules/access/videodev2.h 280 269 modules/access/videodev_mjpeg.h 270 modules/access_filter/bandwidth.c 271 modules/access_filter/dump.c 272 modules/access_filter/record.c 273 modules/access_filter/timeshift.c 274 modules/access_output/bonjour.c 275 modules/access_output/bonjour.h 276 modules/access_output/dummy.c 277 modules/access_output/file.c 278 modules/access_output/http.c 279 modules/access_output/shout.c 280 modules/access_output/udp.c 281 281 modules/audio_filter/channel_mixer/dolby.c 282 282 modules/audio_filter/channel_mixer/headphone.c … … 392 392 modules/codec/xvmc/vlc.h 393 393 modules/codec/xvmc/xvmc_vld.h 394 modules/codec/xvmc/xxmc-config.h 394 395 modules/codec/xvmc/xxmc.c 395 modules/codec/xvmc/xxmc-config.h396 396 modules/control/dbus.c 397 397 modules/control/dbus.h … … 450 450 modules/demux/playlist/gvp.c 451 451 modules/demux/playlist/ifo.c 452 modules/demux/playlist/luaplaylist.c 452 453 modules/demux/playlist/m3u.c 453 454 modules/demux/playlist/playlist.c … … 458 459 modules/demux/playlist/sgimb.c 459 460 modules/demux/playlist/shoutcast.c 461 modules/demux/playlist/videoportals.c 460 462 modules/demux/playlist/xspf.c 461 463 modules/demux/playlist/xspf.h … … 498 500 modules/gui/beos/VideoOutput.cpp 499 501 modules/gui/beos/VideoWindow.h 502 modules/gui/macosx/AppleRemote.h 503 modules/gui/macosx/AppleRemote.m 500 504 modules/gui/macosx/about.h 501 505 modules/gui/macosx/about.m 502 modules/gui/macosx/AppleRemote.h503 modules/gui/macosx/AppleRemote.m504 506 modules/gui/macosx/applescript.h 505 507 modules/gui/macosx/applescript.m … … 530 532 modules/gui/macosx/output.m 531 533 modules/gui/macosx/playlist.h 534 modules/gui/macosx/playlist.m 532 535 modules/gui/macosx/playlistinfo.h 533 536 modules/gui/macosx/playlistinfo.m 534 modules/gui/macosx/playlist.m535 537 modules/gui/macosx/prefs.h 536 538 modules/gui/macosx/prefs.m … … 541 543 modules/gui/macosx/update.h 542 544 modules/gui/macosx/update.m 543 modules/gui/macosx/voutgl.m544 545 modules/gui/macosx/vout.h 545 546 modules/gui/macosx/vout.m 547 modules/gui/macosx/voutgl.m 546 548 modules/gui/macosx/voutqt.m 547 549 modules/gui/macosx/wizard.h … … 549 551 modules/gui/ncurses.c 550 552 modules/gui/pda/pda.c 553 modules/gui/pda/pda.h 551 554 modules/gui/pda/pda_callbacks.c 552 555 modules/gui/pda/pda_callbacks.h 553 modules/gui/pda/pda.h554 556 modules/gui/pda/pda_interface.c 555 557 modules/gui/pda/pda_interface.h … … 597 599 modules/gui/qt4/dialogs/preferences.cpp 598 600 modules/gui/qt4/dialogs/preferences.hpp 601 modules/gui/qt4/dialogs/sout.cpp 602 modules/gui/qt4/dialogs/sout.hpp 599 603 modules/gui/qt4/dialogs_provider.cpp 600 604 modules/gui/qt4/dialogs_provider.hpp 601 modules/gui/qt4/dialogs/sout.cpp602 modules/gui/qt4/dialogs/sout.hpp603 605 modules/gui/qt4/input_manager.cpp 604 606 modules/gui/qt4/input_manager.hpp … … 613 615 modules/gui/qt4/ui/equalizer.ui 614 616 modules/gui/qt4/ui/main_interface.ui 617 modules/gui/qt4/ui/open.ui 615 618 modules/gui/qt4/ui/open_capture.ui 616 619 modules/gui/qt4/ui/open_disk.ui 617 620 modules/gui/qt4/ui/open_file.ui 618 621 modules/gui/qt4/ui/open_net.ui 619 modules/gui/qt4/ui/open.ui620 622 modules/gui/qt4/ui/sout.ui 621 623 modules/gui/qt4/ui/sprefs_audio.ui … … 729 731 modules/gui/skins2/macosx/macosx_window.hpp 730 732 modules/gui/skins2/parser/builder.cpp 733 modules/gui/skins2/parser/builder.hpp 731 734 modules/gui/skins2/parser/builder_data.hpp 732 modules/gui/skins2/parser/builder.hpp733 735 modules/gui/skins2/parser/expr_evaluator.cpp 734 736 modules/gui/skins2/parser/expr_evaluator.hpp … … 813 815 modules/gui/skins2/utils/var_bool.cpp 814 816 modules/gui/skins2/utils/var_bool.hpp 815 modules/gui/skins2/utils/variable.hpp816 817 modules/gui/skins2/utils/var_list.cpp 817 818 modules/gui/skins2/utils/var_list.hpp … … 822 823 modules/gui/skins2/utils/var_tree.cpp 823 824 modules/gui/skins2/utils/var_tree.hpp 825 modules/gui/skins2/utils/variable.hpp 824 826 modules/gui/skins2/vars/equalizer.cpp 825 827 modules/gui/skins2/vars/equalizer.hpp … … 880 882 modules/gui/wince/wince.cpp 881 883 modules/gui/wince/wince.h 884 modules/gui/wxwidgets/dialogs.cpp 882 885 modules/gui/wxwidgets/dialogs/bookmarks.cpp 883 886 modules/gui/wxwidgets/dialogs/bookmarks.hpp 884 modules/gui/wxwidgets/dialogs.cpp885 887 modules/gui/wxwidgets/dialogs/fileinfo.cpp 886 888 modules/gui/wxwidgets/dialogs/fileinfo.hpp … … 956 958 modules/misc/logger.c 957 959 modules/misc/memcpy/fastmemcpy.h 960 modules/misc/memcpy/memcpy.c 958 961 modules/misc/memcpy/memcpyaltivec.c 959 modules/misc/memcpy/memcpy.c960 962 modules/misc/notify/growl.c 961 963 modules/misc/notify/msn.c … … 1030 1032 modules/stream_out/transrate/transrate.c 1031 1033 modules/stream_out/transrate/transrate.h 1034 modules/video_chroma/i420_rgb.c 1035 modules/video_chroma/i420_rgb.h 1032 1036 modules/video_chroma/i420_rgb16.c 1033 1037 modules/video_chroma/i420_rgb8.c 1034 modules/video_chroma/i420_rgb.c1035 1038 modules/video_chroma/i420_rgb_c.h 1036 modules/video_chroma/i420_rgb.h1037 1039 modules/video_chroma/i420_rgb_mmx.h 1038 1040 modules/video_chroma/i420_ymga.c … … 1106 1108 modules/video_output/x11/xvideo.c 1107 1109 modules/video_output/x11/xvmc.c 1110 modules/visualization/galaktos/PCM.c 1111 modules/visualization/galaktos/PCM.h 1108 1112 modules/visualization/galaktos/beat_detect.c 1109 1113 modules/visualization/galaktos/beat_detect.h … … 1140 1144 modules/visualization/galaktos/parser.c 1141 1145 modules/visualization/galaktos/parser.h 1142 modules/visualization/galaktos/PCM.c1143 modules/visualization/galaktos/PCM.h1144 1146 modules/visualization/galaktos/per_frame_eqn.c 1145 1147 modules/visualization/galaktos/per_frame_eqn.h po/vlc.pot
rbdf0ff3 r1267e63 9 9 "Project-Id-Version: PACKAGE VERSION\n" 10 10 "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" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 16 16 "Content-Type: text/plain; charset=CHARSET\n" 17 17 "Content-Transfer-Encoding: 8bit\n" 18 19 #: include/vlc/vlc.h:591 20 msgid "" 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" 25 msgstr "" 18 26 19 27 #: include/vlc_config_cat.h:36 … … 331 339 msgstr "" 332 340 333 #: include/vlc_config_cat.h:192 modules/gui/macosx/playlist.m:4 27341 #: include/vlc_config_cat.h:192 modules/gui/macosx/playlist.m:449 334 342 msgid "Services discovery" 335 343 msgstr "" … … 480 488 481 489 #: include/vlc_intf_strings.h:52 modules/gui/macosx/embeddedwindow.m:50 482 #: modules/gui/macosx/embeddedwindow.m:9 5modules/gui/macosx/intf.m:526490 #: modules/gui/macosx/embeddedwindow.m:93 modules/gui/macosx/intf.m:526 483 491 #: modules/gui/macosx/intf.m:569 modules/gui/macosx/intf.m:648 484 492 #: modules/gui/macosx/intf.m:655 modules/gui/macosx/intf.m:1535 485 493 #: modules/gui/macosx/intf.m:1536 modules/gui/macosx/intf.m:1537 486 #: modules/gui/macosx/intf.m:1538 modules/gui/macosx/playlist.m:4 19494 #: modules/gui/macosx/intf.m:1538 modules/gui/macosx/playlist.m:441 487 495 #: modules/gui/pda/pda_interface.c:262 modules/gui/pda/pda_interface.c:263 488 496 #: modules/gui/wxwidgets/dialogs/playlist.cpp:281 … … 499 507 msgstr "" 500 508 501 #: include/vlc_intf_strings.h:54 modules/gui/macosx/playlist.m:4 20509 #: include/vlc_intf_strings.h:54 modules/gui/macosx/playlist.m:442 502 510 #: modules/gui/pda/pda_interface.c:1254 503 511 #: modules/gui/wxwidgets/dialogs/playlist.cpp:285 … … 573 581 msgstr "" 574 582 575 #: include/vlc_intf_strings.h:80 modules/gui/macosx/playlist.m:4 32583 #: include/vlc_intf_strings.h:80 modules/gui/macosx/playlist.m:454 576 584 #: modules/gui/wxwidgets/dialogs/playlist.cpp:330 577 585 msgid "Search" … … 651 659 msgstr "" 652 660 653 #: include/vlc_meta.h:32 modules/gui/macosx/playlist.m:1 091661 #: include/vlc_meta.h:32 modules/gui/macosx/playlist.m:1113 654 662 msgid "Meta-information" 655 663 msgstr "" … … 664 672 msgstr "" 665 673 666 #: include/vlc_meta.h:34 modules/gui/macosx/playlist.m:1 091674 #: include/vlc_meta.h:34 modules/gui/macosx/playlist.m:1113 667 675 msgid "Artist" 668 676 msgstr "" … … 733 741 #: include/vlc_meta.h:52 734 742 msgid "Codec Description" 735 msgstr ""736 737 #: include/vlc/vlc.h:591738 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"743 743 msgstr "" 744 744 … … 964 964 msgstr "" 965 965 966 #: src/input/es_out.c:1798 modules/access _output/shout.c:87967 #: modules/access /pvr.c:89966 #: src/input/es_out.c:1798 modules/access/pvr.c:89 967 #: modules/access_output/shout.c:87 968 968 msgid "Bitrate" 969 969 msgstr "" … … 999 999 msgstr "" 1000 1000 1001 #: src/input/input.c:228 31001 #: src/input/input.c:2286 1002 1002 msgid "Can't recognize the input's format" 1003 1003 msgstr "" 1004 1004 1005 #: src/input/input.c:228 41005 #: src/input/input.c:2287 1006 1006 #, c-format 1007 1007 msgid "The format of '%s' can't be detected. Have a look the log for details." … … 1061 1061 1062 1062 #: src/input/var.c:353 modules/gui/beos/InterfaceWindow.cpp:289 1063 #: modules/gui/qt4/main_interface.cpp:7 391063 #: modules/gui/qt4/main_interface.cpp:799 1064 1064 #: modules/gui/wxwidgets/input_manager.cpp:289 1065 1065 msgid "Next chapter" … … 1067 1067 1068 1068 #: src/input/var.c:358 modules/gui/beos/InterfaceWindow.cpp:288 1069 #: modules/gui/qt4/main_interface.cpp:7 381069 #: modules/gui/qt4/main_interface.cpp:798 1070 1070 #: modules/gui/wxwidgets/input_manager.cpp:288 1071 1071 msgid "Previous chapter" … … 4481 4481 4482 4482 #: modules/access/bda/bda.c:39 modules/access/cdda.c:60 4483 #: modules/access/dshow/dshow.cpp:93 modules/access/dv b/access.c:734484 #: modules/access/dv .c:68modules/access/dvdnav.c:674483 #: modules/access/dshow/dshow.cpp:93 modules/access/dv.c:68 4484 #: modules/access/dvb/access.c:73 modules/access/dvdnav.c:67 4485 4485 #: modules/access/dvdread.c:64 modules/access/fake.c:41 4486 4486 #: modules/access/file.c:79 modules/access/ftp.c:54 4487 4487 #: modules/access/gnomevfs.c:45 modules/access/http.c:57 4488 #: modules/access/ mms/mms.c:46 modules/access/pvr.c:524489 #: modules/access/ screen/screen.c:36 modules/access/smb.c:614490 #: modules/access/ tcp.c:37 modules/access/udp.c:69 modules/access/v4l.c:764491 #: modules/access/v cd/vcd.c:414488 #: 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 4492 4492 msgid "Caching value in ms" 4493 4493 msgstr "" … … 4726 4726 #: modules/access/bda/bda.c:141 4727 4727 msgid "DirectShow DVB input" 4728 msgstr ""4729 4730 #: modules/access/cdda/access.c:2944731 msgid "CD reading failed"4732 msgstr ""4733 4734 #: modules/access/cdda/access.c:2954735 #, c-format4736 msgid "VLC could not get a new block of size: %i."4737 4728 msgstr "" 4738 4729 … … 4780 4771 #, c-format 4781 4772 msgid "Audio CD - Track %i" 4773 msgstr "" 4774 4775 #: modules/access/cdda/access.c:294 4776 msgid "CD reading failed" 4777 msgstr "" 4778 4779 #: modules/access/cdda/access.c:295 4780 #, c-format 4781 msgid "VLC could not get a new block of size: %i." 4782 4782 msgstr "" 4783 4783 … … 5283 5283 msgstr "" 5284 5284 5285 #: modules/access/dv.c:70 5286 msgid "Caching value for DV streams. Thisvalue should be set in milliseconds." 5287 msgstr "" 5288 5289 #: modules/access/dv.c:74 5290 msgid "Digital Video (Firewire/ieee1394) input" 5291 msgstr "" 5292 5293 #: modules/access/dv.c:75 5294 msgid "dv" 5295 msgstr "" 5296 5285 5297 #: modules/access/dvb/access.c:127 5286 5298 msgid "Modulation type for front-end device." … … 5384 5396 #, c-format 5385 5397 msgid "The provided polarization \"%c\" is not valid." 5386 msgstr ""5387 5388 #: modules/access/dv.c:705389 msgid "Caching value for DV streams. Thisvalue should be set in milliseconds."5390 msgstr ""5391 5392 #: modules/access/dv.c:745393 msgid "Digital Video (Firewire/ieee1394) input"5394 msgstr ""5395 5396 #: modules/access/dv.c:755397 msgid "dv"5398 5398 msgstr "" 5399 5399 … … 5585 5585 msgstr "" 5586 5586 5587 #: modules/access_filter/bandwidth.c:315588 msgid "Bandwidth limit (bytes/s)"5589 msgstr ""5590 5591 #: modules/access_filter/bandwidth.c:335592 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:425598 msgid "Bandwidth"5599 msgstr ""5600 5601 #: modules/access_filter/bandwidth.c:435602 msgid "Bandwidth limiter"5603 msgstr ""5604 5605 #: modules/access_filter/dump.c:395606 msgid "Force use of dump module"5607 msgstr ""5608 5609 #: modules/access_filter/dump.c:405610 msgid "Activate the dump module even for media with fast seeking."5611 msgstr ""5612 5613 #: modules/access_filter/dump.c:435614 msgid "Maximum size of temporary file (Mb)"5615 msgstr ""5616 5617 #: modules/access_filter/dump.c:445618 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:455624 msgid "Record directory"5625 msgstr ""5626 5627 #: modules/access_filter/record.c:475628 msgid "Directory where the record will be stored."5629 msgstr ""5630 5631 #: modules/access_filter/record.c:3235632 msgid "Recording"5633 msgstr ""5634 5635 #: modules/access_filter/record.c:3255636 msgid "Recording done"5637 msgstr ""5638 5639 #: modules/access_filter/timeshift.c:465640 msgid "Timeshift granularity"5641 msgstr ""5642 5643 #: modules/access_filter/timeshift.c:485644 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:505650 msgid "Timeshift directory"5651 msgstr ""5652 5653 #: modules/access_filter/timeshift.c:515654 msgid "Directory used to store the timeshift temporary files."5655 msgstr ""5656 5657 #: modules/access_filter/timeshift.c:535658 msgid "Force use of the timeshift module"5659 msgstr ""5660 5661 #: modules/access_filter/timeshift.c:545662 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:595668 msgid "Timeshift"5669 msgstr ""5670 5671 5587 #: modules/access/ftp.c:56 5672 5588 msgid "" … … 5800 5716 msgstr "" 5801 5717 5718 #: modules/access/jack.c:60 5719 msgid "" 5720 "Make VLC buffer audio data capturer from jack for the specified length in " 5721 "milliseconds." 5722 msgstr "" 5723 5724 #: modules/access/jack.c:62 5725 msgid "Pace" 5726 msgstr "" 5727 5728 #: modules/access/jack.c:64 5729 msgid "Read the audio stream at VLC pace rather than Jack pace." 5730 msgstr "" 5731 5732 #: modules/access/jack.c:65 5733 msgid "Auto Connection" 5734 msgstr "" 5735 5736 #: modules/access/jack.c:67 5737 msgid "Automatically connect VLC input ports to available output ports." 5738 msgstr "" 5739 5740 #: modules/access/jack.c:70 5741 msgid "JACK audio input" 5742 msgstr "" 5743 5744 #: modules/access/jack.c:72 5745 msgid "JACK Input" 5746 msgstr "" 5747 5802 5748 #: modules/access/mms/mms.c:48 5803 5749 msgid "" … … 5825 5771 #: modules/access/mms/mms.c:68 5826 5772 msgid "Microsoft Media Server (MMS) input" 5827 msgstr ""5828 5829 #: modules/access_output/dummy.c:41 modules/stream_out/dummy.c:485830 msgid "Dummy stream output"5831 msgstr ""5832 5833 #: modules/access_output/dummy.c:42 modules/misc/dummy/dummy.c:585834 msgid "Dummy"5835 msgstr ""5836 5837 #: modules/access_output/file.c:635838 msgid "Append to file"5839 msgstr ""5840 5841 #: modules/access_output/file.c:645842 msgid "Append to file if it exists instead of replacing it."5843 msgstr ""5844 5845 #: modules/access_output/file.c:685846 msgid "File stream output"5847 msgstr ""5848 5849 #: modules/access_output/http.c:62 modules/misc/audioscrobbler.c:1185850 msgid "Username"5851 msgstr ""5852 5853 #: modules/access_output/http.c:635854 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:795858 #: modules/misc/audioscrobbler.c:120 modules/misc/notify/growl.c:615859 msgid "Password"5860 msgstr ""5861 5862 #: modules/access_output/http.c:665863 msgid "Password that will be requested to access the stream."5864 msgstr ""5865 5866 #: modules/access_output/http.c:685867 msgid "Mime"5868 msgstr ""5869 5870 #: modules/access_output/http.c:695871 msgid "MIME returned by the server (autodetected if not specified)."5872 msgstr ""5873 5874 #: modules/access_output/http.c:725875 msgid "Path to the x509 PEM certificate file that will be used for HTTPS."5876 msgstr ""5877 5878 #: modules/access_output/http.c:755879 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:795885 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:845891 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:875897 msgid "Advertise with Bonjour"5898 msgstr ""5899 5900 #: modules/access_output/http.c:885901 msgid "Advertise the stream with the Bonjour protocol."5902 msgstr ""5903 5904 #: modules/access_output/http.c:925905 msgid "HTTP stream output"5906 msgstr ""5907 5908 #: modules/access_output/shout.c:595909 msgid "Stream name"5910 msgstr ""5911 5912 #: modules/access_output/shout.c:605913 msgid "Name to give to this stream/channel on the shoutcast/icecast server."5914 msgstr ""5915 5916 #: modules/access_output/shout.c:635917 msgid "Stream description"5918 msgstr ""5919 5920 #: modules/access_output/shout.c:645921 msgid "Description of the stream content or information about your channel."5922 msgstr ""5923 5924 #: modules/access_output/shout.c:675925 msgid "Stream MP3"5926 msgstr ""5927 5928 #: modules/access_output/shout.c:685929 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:775936 msgid "Genre description"5937 msgstr ""5938 5939 #: modules/access_output/shout.c:785940 msgid "Genre of the content. "5941 msgstr ""5942 5943 #: modules/access_output/shout.c:805944 msgid "URL description"5945 msgstr ""5946 5947 #: modules/access_output/shout.c:815948 msgid "URL with information about the stream or your channel. "5949 msgstr ""5950 5951 #: modules/access_output/shout.c:885952 msgid "Bitrate information of the transcoded stream. "5953 msgstr ""5954 5955 #: modules/access_output/shout.c:90 modules/access/v4l.c:1255956 msgid "Samplerate"5957 msgstr ""5958 5959 #: modules/access_output/shout.c:915960 msgid "Samplerate information of the transcoded stream. "5961 msgstr ""5962 5963 #: modules/access_output/shout.c:935964 msgid "Number of channels"5965 msgstr ""5966 5967 #: modules/access_output/shout.c:945968 msgid "Number of channels information of the transcoded stream. "5969 msgstr ""5970 5971 #: modules/access_output/shout.c:965972 msgid "Ogg Vorbis Quality"5973 msgstr ""5974 5975 #: modules/access_output/shout.c:975976 msgid "Ogg Vorbis Quality information of the transcoded stream. "5977 msgstr ""5978 5979 #: modules/access_output/shout.c:995980 msgid "Stream public"5981 msgstr ""5982 5983 #: modules/access_output/shout.c:1005984 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:1065991 msgid "IceCAST output"5992 msgstr ""5993 5994 #: modules/access_output/udp.c:89 modules/access/rtsp/access.c:415995 #: modules/demux/live555.cpp:605996 msgid "Caching value (ms)"5997 msgstr ""5998 5999 #: modules/access_output/udp.c:916000 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:946006 msgid "Group packets"6007 msgstr ""6008 6009 #: modules/access_output/udp.c:956010 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:1006017 msgid "Raw write"6018 msgstr ""6019 6020 #: modules/access_output/udp.c:1016021 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:1056027 msgid "RTCP destination port number"6028 msgstr ""6029 6030 #: modules/access_output/udp.c:1066031 msgid "Sends RTCP packets to this port (0 = auto)"6032 msgstr ""6033 6034 #: modules/access_output/udp.c:1076035 msgid "Automatic multicast streaming"6036 msgstr ""6037 6038 #: modules/access_output/udp.c:1086039 msgid "Allocates an outbound multicast address automatically."6040 msgstr ""6041 6042 #: modules/access_output/udp.c:1106043 msgid "UDP-Lite"6044 msgstr ""6045 6046 #: modules/access_output/udp.c:1116047 msgid "Use UDP-Lite/IP instead of normal UDP/IP"6048 msgstr ""6049 6050 #: modules/access_output/udp.c:1126051 msgid "Checksum coverage"6052 msgstr ""6053 6054 #: modules/access_output/udp.c:1136055 msgid "Payload bytes covered by layer-4 checksum"6056 msgstr ""6057 6058 #: modules/access_output/udp.c:1166059 msgid "UDP stream output"6060 5773 msgstr "" 6061 5774 … … 6216 5929 msgstr "" 6217 5930 5931 #: modules/access/rtsp/access.c:41 modules/access_output/udp.c:89 5932 #: modules/demux/live555.cpp:60 5933 msgid "Caching value (ms)" 5934 msgstr "" 5935 6218 5936 #: modules/access/rtsp/access.c:43 6219 5937 msgid "" … … 6339 6057 #: modules/access/udp.c:89 6340 6058 msgid "UDP/RTP input" 6341 msgstr ""6342 6343 #: modules/access/v4l2.c:54 modules/gui/macosx/open.m:1696344 #: modules/gui/wxwidgets/dialogs/open.cpp:7196345 msgid "Device name"6346 msgstr ""6347 6348 #: modules/access/v4l2.c:566349 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:606355 msgid ""6356 "Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)."6357 msgstr ""6358 6359 #: modules/access/v4l2.c:656360 msgid "Video4Linux2"6361 msgstr ""6362 6363 #: modules/access/v4l2.c:666364 msgid "Video4Linux2 input"6365 6059 msgstr "" 6366 6060 … … 6454 6148 msgstr "" 6455 6149 6150 #: modules/access/v4l.c:125 modules/access_output/shout.c:90 6151 msgid "Samplerate" 6152 msgstr "" 6153 6456 6154 #: modules/access/v4l.c:127 6457 6155 msgid "" … … 6493 6191 #: modules/access/v4l.c:150 6494 6192 msgid "Video4Linux input" 6193 msgstr "" 6194 6195 #: modules/access/v4l2.c:54 modules/gui/macosx/open.m:169 6196 #: modules/gui/wxwidgets/dialogs/open.cpp:719 6197 msgid "Device name" 6198 msgstr "" 6199 6200 #: modules/access/v4l2.c:56 6201 msgid "" 6202 "Name of the device to use. If you don't specify anything, /dev/video0 will " 6203 "be used." 6204 msgstr "" 6205 6206 #: modules/access/v4l2.c:60 6207 msgid "" 6208 "Input of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo)." 6209 msgstr "" 6210 6211 #: modules/access/v4l2.c:65 6212 msgid "Video4Linux2" 6213 msgstr "" 6214 6215 #: modules/access/v4l2.c:66 6216 msgid "Video4Linux2 input" 6495 6217 msgstr "" 6496 6218 … … 6675 6397 #: modules/access/vcdx/vcd.c:143 6676 6398 msgid "Format to use in the playlist's \"title\" field." 6399 msgstr "" 6400 6401 #: modules/access_filter/bandwidth.c:31 6402 msgid "Bandwidth limit (bytes/s)" 6403 msgstr "" 6404 6405 #: modules/access_filter/bandwidth.c:33 6406 msgid "" 6407 "The bandwidth module will drop any data in excess of that many bytes per " 6408 "seconds." 6409 msgstr "" 6410 6411 #: modules/access_filter/bandwidth.c:42 6412 msgid "Bandwidth" 6413 msgstr "" 6414 6415 #: modules/access_filter/bandwidth.c:43 6416 msgid "Bandwidth limiter" 6417 msgstr "" 6418 6419 #: modules/access_filter/dump.c:39 6420 msgid "Force use of dump module" 6421 msgstr "" 6422 6423 #: modules/access_filter/dump.c:40 6424 msgid "Activate the dump module even for media with fast seeking." 6425 msgstr "" 6426 6427 #: modules/access_filter/dump.c:43 6428 msgid "Maximum size of temporary file (Mb)" 6429 msgstr "" 6430 6431 #: modules/access_filter/dump.c:44 6432 msgid "" 6433 "The dump module will abort dumping of the media if more than this much " 6434 "megabyte were performed." 6435 msgstr "" 6436 6437 #: modules/access_filter/record.c:45 6438 msgid "Record directory" 6439 msgstr "" 6440 6441 #: modules/access_filter/record.c:47 6442 msgid "Directory where the record will be stored." 6443 msgstr "" 6444 6445 #: modules/access_filter/record.c:323 6446 msgid "Recording" 6447 msgstr "" 6448 6449 #: modules/access_filter/record.c:325 6450 msgid "Recording done" 6451 msgstr "" 6452 6453 #: modules/access_filter/timeshift.c:46 6454 msgid "Timeshift granularity" 6455 msgstr "" 6456 6457 #: modules/access_filter/timeshift.c:48 6458 msgid "" 6459 "This is the size of the temporary files that will be used to store the " 6460 "timeshifted streams." 6461 msgstr "" 6462 6463 #: modules/access_filter/timeshift.c:50 6464 msgid "Timeshift directory" 6465 msgstr "" 6466 6467 #: modules/access_filter/timeshift.c:51 6468 msgid "Directory used to store the timeshift temporary files." 6469 msgstr "" 6470 6471 #: modules/access_filter/timeshift.c:53 6472 msgid "Force use of the timeshift module" 6473 msgstr "" 6474 6475 #: modules/access_filter/timeshift.c:54 6476 msgid "" 6477 "Force use of the timeshift module even if the access declares that it can " 6478 "control pace or pause." 6479 msgstr "" 6480 6481 #: modules/access_filter/timeshift.c:58 modules/access_filter/timeshift.c:59 6482 msgid "Timeshift" 6483 msgstr "" 6484 6485 #: modules/access_output/dummy.c:41 modules/stream_out/dummy.c:48 6486 msgid "Dummy stream output" 6487 msgstr "" 6488 6489 #: modules/access_output/dummy.c:42 modules/misc/dummy/dummy.c:58 6490 msgid "Dummy" 6491 msgstr "" 6492 6493 #: modules/access_output/file.c:63 6494 msgid "Append to file" 6495 msgstr "" 6496 6497 #: modules/access_output/file.c:64 6498 msgid "Append to file if it exists instead of replacing it." 6499 msgstr "" 6500 6501 #: modules/access_output/file.c:68 6502 msgid "File stream output" 6503 msgstr "" 6504 6505 #: modules/access_output/http.c:62 modules/misc/audioscrobbler.c:118 6506 msgid "Username" 6507 msgstr "" 6508 6509 #: modules/access_output/http.c:63 6510 msgid "User name that will be requested to access the stream." 6511 msgstr "" 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 6515 msgid "Password" 6516 msgstr "" 6517 6518 #: modules/access_output/http.c:66 6519 msgid "Password that will be requested to access the stream." 6520 msgstr "" 6521 6522 #: modules/access_output/http.c:68 6523 msgid "Mime" 6524 msgstr "" 6525 6526 #: modules/access_output/http.c:69 6527 msgid "MIME returned by the server (autodetected if not specified)." 6528 msgstr "" 6529 6530 #: modules/access_output/http.c:72 6531 msgid "Path to the x509 PEM certificate file that will be used for HTTPS." 6532 msgstr "" 6533 6534 #: modules/access_output/http.c:75 6535 msgid "" 6536 "Path to the x509 PEM private key file that will be used for HTTPS. Leave " 6537 "empty if you don't have one." 6538 msgstr "" 6539 6540 #: modules/access_output/http.c:79 6541 msgid "" 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." 6544 msgstr "" 6545 6546 #: modules/access_output/http.c:84 6547 msgid "" 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." 6550 msgstr "" 6551 6552 #: modules/access_output/http.c:87 6553 msgid "Advertise with Bonjour" 6554 msgstr "" 6555 6556 #: modules/access_output/http.c:88 6557 msgid "Advertise the stream with the Bonjour protocol." 6558 msgstr "" 6559 6560 #: modules/access_output/http.c:92 6561 msgid "HTTP stream output" 6562 msgstr "" 6563 6564 #: modules/access_output/shout.c:59 6565 msgid "Stream name" 6566 msgstr "" 6567 6568 #: modules/access_output/shout.c:60 6569 msgid "Name to give to this stream/channel on the shoutcast/icecast server." 6570 msgstr "" 6571 6572 #: modules/access_output/shout.c:63 6573 msgid "Stream description" 6574 msgstr "" 6575 6576 #: modules/access_output/shout.c:64 6577 msgid "Description of the stream content or information about your channel." 6578 msgstr "" 6579 6580 #: modules/access_output/shout.c:67 6581 msgid "Stream MP3" 6582 msgstr "" 6583 6584 #: modules/access_output/shout.c:68 6585 msgid "" 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." 6589 msgstr "" 6590 6591 #: modules/access_output/shout.c:77 6592 msgid "Genre description" 6593 msgstr "" 6594 6595 #: modules/access_output/shout.c:78 6596 msgid "Genre of the content. " 6597 msgstr "" 6598 6599 #: modules/access_output/shout.c:80 6600 msgid "URL description" 6601 msgstr "" 6602 6603 #: modules/access_output/shout.c:81 6604 msgid "URL with information about the stream or your channel. " 6605 msgstr "" 6606 6607 #: modules/access_output/shout.c:88 6608 msgid "Bitrate information of the transcoded stream. " 6609 msgstr "" 6610 6611 #: modules/access_output/shout.c:91 6612 msgid "Samplerate information of the transcoded stream. " 6613 msgstr "" 6614 6615 #: modules/access_output/shout.c:93 6616 msgid "Number of channels" 6617 msgstr "" 6618
