Changeset 02c1623496431587fb03bb75031af45160c3bb36
- Timestamp:
- 04/03/07 11:39:58
(1 year ago)
- Author:
- Christophe Mutricy <xtophe@videolan.org>
- git-committer:
- Christophe Mutricy <xtophe@videolan.org> 1175593198 +0000
- git-parent:
[2b5f80dbc510d04c266e304c5fcfeced78ab3d38]
- git-author:
- Christophe Mutricy <xtophe@videolan.org> 1175593198 +0000
- Message:
Some files have been renamed and some added
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r257f707 |
r02c1623 |
|
| 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.h |
|---|
| 20 | 24 | include/vlc_configuration.h |
|---|
| 21 | 25 | include/vlc_demux.h |
|---|
| 22 | 26 | include/vlc_devices.h |
|---|
| | 27 | include/vlc_epg.h |
|---|
| 23 | 28 | include/vlc_es.h |
|---|
| 24 | 29 | include/vlc_es_out.h |
|---|
| … | … | |
| 30 | 35 | include/vlc_intf_strings.h |
|---|
| 31 | 36 | include/vlc_keys.h |
|---|
| 32 | | include/vlc/libvlc.h |
|---|
| 33 | 37 | include/vlc_md5.h |
|---|
| 34 | | include/vlc/mediacontrol.h |
|---|
| 35 | | include/vlc/mediacontrol_structures.h |
|---|
| 36 | 38 | include/vlc_messages.h |
|---|
| 37 | 39 | include/vlc_meta.h |
|---|
| … | … | |
| 41 | 43 | include/vlc_network.h |
|---|
| 42 | 44 | include/vlc_objects.h |
|---|
| | 45 | include/vlc_os_specific.h |
|---|
| 43 | 46 | include/vlc_osd.h |
|---|
| 44 | | include/vlc_os_specific.h |
|---|
| 45 | 47 | include/vlc_playlist.h |
|---|
| 46 | 48 | include/vlc_sout.h |
|---|
| … | … | |
| 48 | 50 | include/vlc_streaming.h |
|---|
| 49 | 51 | include/vlc_strings.h |
|---|
| | 52 | include/vlc_threads.h |
|---|
| 50 | 53 | include/vlc_threads_funcs.h |
|---|
| 51 | | include/vlc_threads.h |
|---|
| 52 | 54 | include/vlc_tls.h |
|---|
| 53 | 55 | include/vlc_update.h |
|---|
| 54 | 56 | include/vlc_url.h |
|---|
| 55 | 57 | include/vlc_variables.h |
|---|
| 56 | | include/vlc/vlc.h |
|---|
| 57 | 58 | include/vlc_vlm.h |
|---|
| 58 | 59 | include/vlc_vod.h |
|---|
| … | … | |
| 81 | 82 | src/control/vlm.c |
|---|
| 82 | 83 | src/extras/dirent.c |
|---|
| 83 | | src/extras/getopt1.c |
|---|
| 84 | 84 | src/extras/getopt.c |
|---|
| 85 | 85 | src/extras/getopt.h |
|---|
| | 86 | src/extras/getopt1.c |
|---|
| 86 | 87 | src/extras/libc.c |
|---|
| 87 | 88 | src/input/access.c |
|---|
| … | … | |
| 105 | 106 | src/interface/interface.h |
|---|
| 106 | 107 | src/interface/intf_eject.c |
|---|
| | 108 | src/libvlc-common.c |
|---|
| | 109 | src/libvlc-module.c |
|---|
| 107 | 110 | src/libvlc.c |
|---|
| 108 | | src/libvlc-common.c |
|---|
| 109 | 111 | src/libvlc.h |
|---|
| 110 | | src/libvlc-module.c |
|---|
| 111 | 112 | src/misc/beos_specific.cpp |
|---|
| 112 | 113 | src/misc/block.c |
|---|
| 113 | 114 | src/misc/configuration.c |
|---|
| | 115 | src/misc/configuration.h |
|---|
| 114 | 116 | src/misc/configuration_chain.c |
|---|
| 115 | | src/misc/configuration.h |
|---|
| 116 | 117 | src/misc/cpu.c |
|---|
| 117 | 118 | src/misc/darwin_specific.c |
|---|
| … | … | |
| 182 | 183 | |
|---|
| 183 | 184 | # modules |
|---|
| | 185 | modules/access/cdda.c |
|---|
| 184 | 186 | modules/access/cdda/access.c |
|---|
| 185 | 187 | modules/access/cdda/access.h |
|---|
| 186 | | modules/access/cdda.c |
|---|
| 187 | 188 | modules/access/cdda/callback.c |
|---|
| 188 | 189 | modules/access/cdda/callback.h |
|---|
| … | … | |
| 198 | 199 | modules/access/dshow/filter.cpp |
|---|
| 199 | 200 | modules/access/dshow/filter.h |
|---|
| | 201 | modules/access/dv.c |
|---|
| 200 | 202 | modules/access/dvb/access.c |
|---|
| 201 | 203 | modules/access/dvb/dvb.h |
|---|
| … | … | |
| 203 | 205 | modules/access/dvb/http.c |
|---|
| 204 | 206 | modules/access/dvb/linux_dvb.c |
|---|
| 205 | | modules/access/dv.c |
|---|
| 206 | 207 | modules/access/dvdnav.c |
|---|
| 207 | 208 | modules/access/dvdread.c |
|---|
| … | … | |
| 209 | 210 | modules/access/fake.c |
|---|
| 210 | 211 | modules/access/file.c |
|---|
| 211 | | modules/access_filter/dump.c |
|---|
| 212 | | modules/access_filter/record.c |
|---|
| 213 | | modules/access_filter/timeshift.c |
|---|
| 214 | 212 | modules/access/ftp.c |
|---|
| 215 | 213 | modules/access/gnomevfs.c |
|---|
| … | … | |
| 225 | 223 | modules/access/mms/mmstu.c |
|---|
| 226 | 224 | modules/access/mms/mmstu.h |
|---|
| 227 | | modules/access_output/bonjour.c |
|---|
| 228 | | modules/access_output/bonjour.h |
|---|
| 229 | | modules/access_output/dummy.c |
|---|
| 230 | | modules/access_output/file.c |
|---|
| 231 | | modules/access_output/http.c |
|---|
| 232 | | modules/access_output/shout.c |
|---|
| 233 | | modules/access_output/udp.c |
|---|
| 234 | 225 | modules/access/pvr.c |
|---|
| 235 | 226 | modules/access/rtsp/access.c |
|---|
| 236 | | modules/access/rtsp/real_asmrp.c |
|---|
| 237 | 227 | modules/access/rtsp/real.c |
|---|
| 238 | 228 | modules/access/rtsp/real.h |
|---|
| | 229 | modules/access/rtsp/real_asmrp.c |
|---|
| 239 | 230 | modules/access/rtsp/real_rmff.c |
|---|
| 240 | 231 | modules/access/rtsp/real_rmff.h |
|---|
| … | … | |
| 252 | 243 | modules/access/tcp.c |
|---|
| 253 | 244 | modules/access/udp.c |
|---|
| | 245 | modules/access/v4l.c |
|---|
| 254 | 246 | modules/access/v4l2.c |
|---|
| 255 | | modules/access/v4l.c |
|---|
| 256 | 247 | modules/access/vcd/cdrom.c |
|---|
| 257 | 248 | modules/access/vcd/cdrom.h |
|---|
| … | … | |
| 270 | 261 | modules/access/videodev2.h |
|---|
| 271 | 262 | modules/access/videodev_mjpeg.h |
|---|
| | 263 | modules/access_filter/dump.c |
|---|
| | 264 | modules/access_filter/record.c |
|---|
| | 265 | modules/access_filter/timeshift.c |
|---|
| | 266 | modules/access_output/bonjour.c |
|---|
| | 267 | modules/access_output/bonjour.h |
|---|
| | 268 | modules/access_output/dummy.c |
|---|
| | 269 | modules/access_output/file.c |
|---|
| | 270 | modules/access_output/http.c |
|---|
| | 271 | modules/access_output/shout.c |
|---|
| | 272 | modules/access_output/udp.c |
|---|
| 272 | 273 | modules/audio_filter/channel_mixer/dolby.c |
|---|
| 273 | 274 | modules/audio_filter/channel_mixer/headphone.c |
|---|
| … | … | |
| 383 | 384 | modules/codec/xvmc/vlc.h |
|---|
| 384 | 385 | modules/codec/xvmc/xvmc_vld.h |
|---|
| | 386 | modules/codec/xvmc/xxmc-config.h |
|---|
| 385 | 387 | modules/codec/xvmc/xxmc.c |
|---|
| 386 | | modules/codec/xvmc/xxmc-config.h |
|---|
| 387 | 388 | modules/control/dbus.c |
|---|
| 388 | 389 | modules/control/dbus.h |
|---|
| … | … | |
| 488 | 489 | modules/gui/beos/VideoOutput.cpp |
|---|
| 489 | 490 | modules/gui/beos/VideoWindow.h |
|---|
| | 491 | modules/gui/macosx/AppleRemote.h |
|---|
| | 492 | modules/gui/macosx/AppleRemote.m |
|---|
| 490 | 493 | modules/gui/macosx/about.h |
|---|
| 491 | 494 | modules/gui/macosx/about.m |
|---|
| 492 | | modules/gui/macosx/AppleRemote.h |
|---|
| 493 | | modules/gui/macosx/AppleRemote.m |
|---|
| 494 | 495 | modules/gui/macosx/applescript.h |
|---|
| 495 | 496 | modules/gui/macosx/applescript.m |
|---|
| … | … | |
| 520 | 521 | modules/gui/macosx/output.m |
|---|
| 521 | 522 | modules/gui/macosx/playlist.h |
|---|
| | 523 | modules/gui/macosx/playlist.m |
|---|
| 522 | 524 | modules/gui/macosx/playlistinfo.h |
|---|
| 523 | 525 | modules/gui/macosx/playlistinfo.m |
|---|
| 524 | | modules/gui/macosx/playlist.m |
|---|
| 525 | 526 | modules/gui/macosx/prefs.h |
|---|
| 526 | 527 | modules/gui/macosx/prefs.m |
|---|
| … | … | |
| 531 | 532 | modules/gui/macosx/update.h |
|---|
| 532 | 533 | modules/gui/macosx/update.m |
|---|
| 533 | | modules/gui/macosx/voutgl.m |
|---|
| 534 | 534 | modules/gui/macosx/vout.h |
|---|
| 535 | 535 | modules/gui/macosx/vout.m |
|---|
| | 536 | modules/gui/macosx/voutgl.m |
|---|
| 536 | 537 | modules/gui/macosx/voutqt.m |
|---|
| 537 | 538 | modules/gui/macosx/wizard.h |
|---|
| … | … | |
| 539 | 540 | modules/gui/ncurses.c |
|---|
| 540 | 541 | modules/gui/pda/pda.c |
|---|
| | 542 | modules/gui/pda/pda.h |
|---|
| 541 | 543 | modules/gui/pda/pda_callbacks.c |
|---|
| 542 | 544 | modules/gui/pda/pda_callbacks.h |
|---|
| 543 | | modules/gui/pda/pda.h |
|---|
| 544 | 545 | modules/gui/pda/pda_interface.c |
|---|
| 545 | 546 | modules/gui/pda/pda_interface.h |
|---|
| … | … | |
| 571 | 572 | modules/gui/qt4/dialogs/extended.cpp |
|---|
| 572 | 573 | modules/gui/qt4/dialogs/extended.hpp |
|---|
| | 574 | modules/gui/qt4/dialogs/gototime.cpp |
|---|
| | 575 | modules/gui/qt4/dialogs/gototime.hpp |
|---|
| 573 | 576 | modules/gui/qt4/dialogs/help.cpp |
|---|
| 574 | 577 | modules/gui/qt4/dialogs/help.hpp |
|---|
| … | … | |
| 583 | 586 | modules/gui/qt4/dialogs/playlist.cpp |
|---|
| 584 | 587 | modules/gui/qt4/dialogs/playlist.hpp |
|---|
| 585 | | modules/gui/qt4/dialogs/prefs_dialog.cpp |
|---|
| 586 | | modules/gui/qt4/dialogs/prefs_dialog.hpp |
|---|
| | 588 | modules/gui/qt4/dialogs/preferences.cpp |
|---|
| | 589 | modules/gui/qt4/dialogs/preferences.hpp |
|---|
| | 590 | modules/gui/qt4/dialogs/sout.cpp |
|---|
| | 591 | modules/gui/qt4/dialogs/sout.hpp |
|---|
| 587 | 592 | modules/gui/qt4/dialogs_provider.cpp |
|---|
| 588 | 593 | modules/gui/qt4/dialogs_provider.hpp |
|---|
| 589 | | modules/gui/qt4/dialogs/sout.cpp |
|---|
| 590 | | modules/gui/qt4/dialogs/sout.hpp |
|---|
| 591 | 594 | modules/gui/qt4/input_manager.cpp |
|---|
| 592 | 595 | modules/gui/qt4/input_manager.hpp |
|---|
| … | … | |
| 601 | 604 | modules/gui/qt4/ui/equalizer.ui |
|---|
| 602 | 605 | modules/gui/qt4/ui/main_interface.ui |
|---|
| | 606 | modules/gui/qt4/ui/open.ui |
|---|
| 603 | 607 | modules/gui/qt4/ui/open_capture.ui |
|---|
| 604 | 608 | modules/gui/qt4/ui/open_disk.ui |
|---|
| 605 | 609 | modules/gui/qt4/ui/open_file.ui |
|---|
| 606 | 610 | modules/gui/qt4/ui/open_net.ui |
|---|
| 607 | | modules/gui/qt4/ui/open.ui |
|---|
| 608 | 611 | modules/gui/qt4/ui/sout.ui |
|---|
| 609 | 612 | modules/gui/qt4/ui/sprefs_audio.ui |
|---|
| … | … | |
| 718 | 721 | modules/gui/skins2/macosx/macosx_window.hpp |
|---|
| 719 | 722 | modules/gui/skins2/parser/builder.cpp |
|---|
| | 723 | modules/gui/skins2/parser/builder.hpp |
|---|
| 720 | 724 | modules/gui/skins2/parser/builder_data.hpp |
|---|
| 721 | | modules/gui/skins2/parser/builder.hpp |
|---|
| 722 | 725 | modules/gui/skins2/parser/expr_evaluator.cpp |
|---|
| 723 | 726 | modules/gui/skins2/parser/expr_evaluator.hpp |
|---|
| … | … | |
| 802 | 805 | modules/gui/skins2/utils/var_bool.cpp |
|---|
| 803 | 806 | modules/gui/skins2/utils/var_bool.hpp |
|---|
| 804 | | modules/gui/skins2/utils/variable.hpp |
|---|
| 805 | 807 | modules/gui/skins2/utils/var_list.cpp |
|---|
| 806 | 808 | modules/gui/skins2/utils/var_list.hpp |
|---|
| … | … | |
| 811 | 813 | modules/gui/skins2/utils/var_tree.cpp |
|---|
| 812 | 814 | modules/gui/skins2/utils/var_tree.hpp |
|---|
| | 815 | modules/gui/skins2/utils/variable.hpp |
|---|
| 813 | 816 | modules/gui/skins2/vars/equalizer.cpp |
|---|
| 814 | 817 | modules/gui/skins2/vars/equalizer.hpp |
|---|
| … | … | |
| 869 | 872 | modules/gui/wince/wince.cpp |
|---|
| 870 | 873 | modules/gui/wince/wince.h |
|---|
| | 874 | modules/gui/wxwidgets/dialogs.cpp |
|---|
| 871 | 875 | modules/gui/wxwidgets/dialogs/bookmarks.cpp |
|---|
| 872 | 876 | modules/gui/wxwidgets/dialogs/bookmarks.hpp |
|---|
| 873 | | modules/gui/wxwidgets/dialogs.cpp |
|---|
| 874 | 877 | modules/gui/wxwidgets/dialogs/fileinfo.cpp |
|---|
| 875 | 878 | modules/gui/wxwidgets/dialogs/fileinfo.hpp |
|---|
| … | … | |
| 945 | 948 | modules/misc/logger.c |
|---|
| 946 | 949 | modules/misc/memcpy/fastmemcpy.h |
|---|
| | 950 | modules/misc/memcpy/memcpy.c |
|---|
| 947 | 951 | modules/misc/memcpy/memcpyaltivec.c |
|---|
| 948 | | modules/misc/memcpy/memcpy.c |
|---|
| 949 | 952 | modules/misc/notify/growl.c |
|---|
| 950 | 953 | modules/misc/notify/msn.c |
|---|
| … | … | |
| 1018 | 1021 | modules/stream_out/transrate/transrate.c |
|---|
| 1019 | 1022 | modules/stream_out/transrate/transrate.h |
|---|
| | 1023 | modules/video_chroma/i420_rgb.c |
|---|
| | 1024 | modules/video_chroma/i420_rgb.h |
|---|
| 1020 | 1025 | modules/video_chroma/i420_rgb16.c |
|---|
| 1021 | 1026 | modules/video_chroma/i420_rgb8.c |
|---|
| 1022 | | modules/video_chroma/i420_rgb.c |
|---|
| 1023 | 1027 | modules/video_chroma/i420_rgb_c.h |
|---|
| 1024 | | modules/video_chroma/i420_rgb.h |
|---|
| 1025 | 1028 | modules/video_chroma/i420_rgb_mmx.h |
|---|
| 1026 | 1029 | modules/video_chroma/i420_ymga.c |
|---|
| … | … | |
| 1035 | 1038 | modules/video_filter/crop.c |
|---|
| 1036 | 1039 | modules/video_filter/deinterlace.c |
|---|
| | 1040 | modules/video_filter/erase.c |
|---|
| 1037 | 1041 | modules/video_filter/extract.c |
|---|
| 1038 | 1042 | modules/video_filter/filter_common.h |
|---|
| … | … | |
| 1090 | 1094 | modules/video_output/x11/xvideo.c |
|---|
| 1091 | 1095 | modules/video_output/x11/xvmc.c |
|---|
| | 1096 | modules/visualization/galaktos/PCM.c |
|---|
| | 1097 | modules/visualization/galaktos/PCM.h |
|---|
| 1092 | 1098 | modules/visualization/galaktos/beat_detect.c |
|---|
| 1093 | 1099 | modules/visualization/galaktos/beat_detect.h |
|---|
| … | … | |
| 1124 | 1130 | modules/visualization/galaktos/parser.c |
|---|
| 1125 | 1131 | modules/visualization/galaktos/parser.h |
|---|
| 1126 | | modules/visualization/galaktos/PCM.c |
|---|
| 1127 | | modules/visualization/galaktos/PCM.h |
|---|
| 1128 | 1132 | modules/visualization/galaktos/per_frame_eqn.c |
|---|
| 1129 | 1133 | modules/visualization/galaktos/per_frame_eqn.h |
|---|
| r735d6d6 |
r02c1623 |
|
| 9 | 9 | "Project-Id-Version: PACKAGE VERSION\n" |
|---|
| 10 | 10 | "Report-Msgid-Bugs-To: \n" |
|---|
| 11 | | "POT-Creation-Date: 2007-03-22 22:21+0000\n" |
|---|
| | 11 | "POT-Creation-Date: 2007-04-03 11:23+0200\n" |
|---|
| 12 | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
|---|
| 13 | 13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
|---|
| … | … | |
| 17 | 17 | "Content-Transfer-Encoding: 8bit\n" |
|---|
| 18 | 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 "" |
|---|
| | 26 | |
|---|
| 19 | 27 | #: include/vlc_config_cat.h:36 |
|---|
| 20 | 28 | msgid "VLC preferences" |
|---|
| … | … | |
| 64 | 72 | msgstr "" |
|---|
| 65 | 73 | |
|---|
| 66 | | #: include/vlc_config_cat.h:58 src/input/es_out.c:1608 |
|---|
| 67 | | #: src/libvlc-module.c:1262 modules/gui/beos/InterfaceWindow.cpp:281 |
|---|
| | 74 | #: include/vlc_config_cat.h:58 src/input/es_out.c:1778 |
|---|
| | 75 | #: src/libvlc-module.c:1260 modules/gui/beos/InterfaceWindow.cpp:281 |
|---|
| 68 | 76 | #: modules/gui/macosx/extended.m:80 modules/gui/macosx/intf.m:588 |
|---|
| 69 | 77 | #: modules/gui/macosx/output.m:170 modules/gui/macosx/playlistinfo.m:96 |
|---|
| … | … | |
| 84 | 92 | |
|---|
| 85 | 93 | #: include/vlc_config_cat.h:64 include/vlc_config_cat.h:89 |
|---|
| 86 | | #: src/video_output/video_output.c:429 |
|---|
| | 94 | #: src/video_output/video_output.c:430 |
|---|
| 87 | 95 | msgid "Filters" |
|---|
| 88 | 96 | msgstr "" |
|---|
| … | … | |
| 109 | 117 | msgstr "" |
|---|
| 110 | 118 | |
|---|
| 111 | | #: include/vlc_config_cat.h:75 src/libvlc-module.c:1608 |
|---|
| | 119 | #: include/vlc_config_cat.h:75 src/libvlc-module.c:1606 |
|---|
| 112 | 120 | #: modules/gui/wxwidgets/dialogs/streamout.cpp:578 |
|---|
| 113 | 121 | #: modules/gui/wxwidgets/menus.cpp:282 modules/stream_out/transcode.c:290 |
|---|
| … | … | |
| 119 | 127 | msgstr "" |
|---|
| 120 | 128 | |
|---|
| 121 | | #: include/vlc_config_cat.h:79 src/input/es_out.c:1636 |
|---|
| 122 | | #: src/libvlc-module.c:1297 modules/gui/macosx/extended.m:79 |
|---|
| | 129 | #: include/vlc_config_cat.h:79 src/input/es_out.c:1806 |
|---|
| | 130 | #: src/libvlc-module.c:1295 modules/gui/macosx/extended.m:79 |
|---|
| 123 | 131 | #: modules/gui/macosx/intf.m:601 modules/gui/macosx/output.m:160 |
|---|
| 124 | 132 | #: modules/gui/macosx/playlistinfo.m:86 modules/gui/macosx/wizard.m:421 |
|---|
| … | … | |
| 223 | 231 | msgstr "" |
|---|
| 224 | 232 | |
|---|
| 225 | | #: include/vlc_config_cat.h:135 src/libvlc-module.c:1536 |
|---|
| | 233 | #: include/vlc_config_cat.h:135 src/libvlc-module.c:1534 |
|---|
| 226 | 234 | #: modules/gui/wxwidgets/dialogs/streamout.cpp:152 |
|---|
| 227 | 235 | msgid "Stream output" |
|---|
| … | … | |
| 309 | 317 | msgstr "" |
|---|
| 310 | 318 | |
|---|
| 311 | | #: include/vlc_config_cat.h:186 src/libvlc-module.c:1672 |
|---|
| | 319 | #: include/vlc_config_cat.h:186 src/libvlc-module.c:1670 |
|---|
| 312 | 320 | #: src/playlist/engine.c:107 src/playlist/engine.c:109 |
|---|
| 313 | | #: modules/demux/playlist/playlist.c:56 modules/demux/playlist/playlist.c:57 |
|---|
| | 321 | #: modules/demux/playlist/playlist.c:55 modules/demux/playlist/playlist.c:56 |
|---|
| 314 | 322 | #: modules/gui/beos/InterfaceWindow.cpp:230 |
|---|
| 315 | 323 | #: modules/gui/beos/InterfaceWindow.cpp:324 modules/gui/macosx/intf.m:533 |
|---|
| … | … | |
| 341 | 349 | msgstr "" |
|---|
| 342 | 350 | |
|---|
| 343 | | #: include/vlc_config_cat.h:197 src/libvlc-module.c:1497 |
|---|
| | 351 | #: include/vlc_config_cat.h:197 src/libvlc-module.c:1495 |
|---|
| 344 | 352 | #: modules/gui/macosx/prefs.m:124 |
|---|
| 345 | 353 | msgid "Advanced" |
|---|
| … | … | |
| 447 | 455 | msgstr "" |
|---|
| 448 | 456 | |
|---|
| 449 | | #: include/vlc_intf_strings.h:41 include/vlc_intf_strings.h:51 |
|---|
| | 457 | #: include/vlc_intf_strings.h:41 include/vlc_intf_strings.h:53 |
|---|
| 450 | 458 | msgid "Information..." |
|---|
| 451 | 459 | msgstr "" |
|---|
| 452 | 460 | |
|---|
| 453 | 461 | #: include/vlc_intf_strings.h:42 |
|---|
| | 462 | msgid "Codec Information..." |
|---|
| | 463 | msgstr "" |
|---|
| | 464 | |
|---|
| | 465 | #: include/vlc_intf_strings.h:43 |
|---|
| 454 | 466 | msgid "Messages..." |
|---|
| 455 | 467 | msgstr "" |
|---|
| 456 | 468 | |
|---|
| 457 | | #: include/vlc_intf_strings.h:43 |
|---|
| | 469 | #: include/vlc_intf_strings.h:44 |
|---|
| 458 | 470 | msgid "Extended settings..." |
|---|
| 459 | 471 | msgstr "" |
|---|
| 460 | 472 | |
|---|
| 461 | 473 | #: include/vlc_intf_strings.h:45 |
|---|
| | 474 | msgid "Go to specific time..." |
|---|
| | 475 | msgstr "" |
|---|
| | 476 | |
|---|
| | 477 | #: include/vlc_intf_strings.h:47 |
|---|
| 462 | 478 | msgid "About VLC media player..." |
|---|
| 463 | 479 | msgstr "" |
|---|
| 464 | 480 | |
|---|
| 465 | | #: include/vlc_intf_strings.h:48 modules/gui/macosx/embeddedwindow.m:50 |
|---|
| | 481 | #: include/vlc_intf_strings.h:50 modules/gui/macosx/embeddedwindow.m:50 |
|---|
| 466 | 482 | #: modules/gui/macosx/embeddedwindow.m:95 modules/gui/macosx/intf.m:526 |
|---|
| 467 | 483 | #: modules/gui/macosx/intf.m:569 modules/gui/macosx/intf.m:648 |
|---|
| 468 | | #: modules/gui/macosx/intf.m:655 modules/gui/macosx/intf.m:1509 |
|---|
| 469 | | #: modules/gui/macosx/intf.m:1510 modules/gui/macosx/intf.m:1511 |
|---|
| 470 | | #: modules/gui/macosx/intf.m:1512 modules/gui/macosx/playlist.m:419 |
|---|
| | 484 | #: modules/gui/macosx/intf.m:655 modules/gui/macosx/intf.m:1519 |
|---|
| | 485 | #: modules/gui/macosx/intf.m:1520 modules/gui/macosx/intf.m:1521 |
|---|
| | 486 | #: modules/gui/macosx/intf.m:1522 modules/gui/macosx/playlist.m:419 |
|---|
| 471 | 487 | #: modules/gui/pda/pda_interface.c:262 modules/gui/pda/pda_interface.c:263 |
|---|
| 472 | 488 | #: modules/gui/wxwidgets/dialogs/playlist.cpp:281 |
|---|
| … | … | |
| 479 | 495 | msgstr "" |
|---|
| 480 | 496 | |
|---|
| 481 | | #: include/vlc_intf_strings.h:49 |
|---|
| | 497 | #: include/vlc_intf_strings.h:51 |
|---|
| 482 | 498 | msgid "Fetch information" |
|---|
| 483 | 499 | msgstr "" |
|---|
| 484 | 500 | |
|---|
| 485 | | #: include/vlc_intf_strings.h:50 modules/gui/macosx/playlist.m:420 |
|---|
| | 501 | #: include/vlc_intf_strings.h:52 modules/gui/macosx/playlist.m:420 |
|---|
| 486 | 502 | #: modules/gui/pda/pda_interface.c:1254 |
|---|
| 487 | 503 | #: modules/gui/wxwidgets/dialogs/playlist.cpp:285 |
|---|
| … | … | |
| 491 | 507 | msgstr "" |
|---|
| 492 | 508 | |
|---|
| 493 | | #: include/vlc_intf_strings.h:52 |
|---|
| | 509 | #: include/vlc_intf_strings.h:54 |
|---|
| 494 | 510 | msgid "Sort" |
|---|
| 495 | 511 | msgstr "" |
|---|
| 496 | 512 | |
|---|
| 497 | | #: include/vlc_intf_strings.h:53 |
|---|
| | 513 | #: include/vlc_intf_strings.h:55 |
|---|
| 498 | 514 | #: modules/gui/wxwidgets/dialogs/playlist.cpp:1625 |
|---|
| 499 | 515 | msgid "Add node" |
|---|
| 500 | 516 | msgstr "" |
|---|
| 501 | 517 | |
|---|
| 502 | | #: include/vlc_intf_strings.h:54 |
|---|
| | 518 | #: include/vlc_intf_strings.h:56 |
|---|
| 503 | 519 | msgid "Stream..." |
|---|
| 504 | 520 | msgstr "" |
|---|
| 505 | 521 | |
|---|
| 506 | | #: include/vlc_intf_strings.h:55 |
|---|
| | 522 | #: include/vlc_intf_strings.h:57 |
|---|
| 507 | 523 | msgid "Save..." |
|---|
| 508 | 524 | msgstr "" |
|---|
| 509 | 525 | |
|---|
| 510 | | #: include/vlc_intf_strings.h:59 src/libvlc-module.c:982 |
|---|
| | 526 | #: include/vlc_intf_strings.h:61 src/libvlc-module.c:980 |
|---|
| 511 | 527 | msgid "Repeat all" |
|---|
| 512 | 528 | msgstr "" |
|---|
| 513 | 529 | |
|---|
| 514 | | #: include/vlc_intf_strings.h:60 |
|---|
| | 530 | #: include/vlc_intf_strings.h:62 |
|---|
| 515 | 531 | msgid "Repeat one" |
|---|
| 516 | 532 | msgstr "" |
|---|
| 517 | 533 | |
|---|
| 518 | | #: include/vlc_intf_strings.h:61 |
|---|
| | 534 | #: include/vlc_intf_strings.h:63 |
|---|
| 519 | 535 | msgid "No repeat" |
|---|
| 520 | 536 | msgstr "" |
|---|
| 521 | 537 | |
|---|
| 522 | | #: include/vlc_intf_strings.h:63 src/libvlc-module.c:1179 |
|---|
| | 538 | #: include/vlc_intf_strings.h:65 src/libvlc-module.c:1177 |
|---|
| 523 | 539 | #: modules/gui/macosx/controls.m:836 modules/gui/macosx/intf.m:575 |
|---|
| 524 | 540 | msgid "Random" |
|---|
| 525 | 541 | msgstr "" |
|---|
| 526 | 542 | |
|---|
| 527 | | #: include/vlc_intf_strings.h:64 |
|---|
| | 543 | #: include/vlc_intf_strings.h:66 |
|---|
| 528 | 544 | msgid "No random" |
|---|
| 529 | 545 | msgstr "" |
|---|
| 530 | 546 | |
|---|
| 531 | | #: include/vlc_intf_strings.h:66 |
|---|
| | 547 | #: include/vlc_intf_strings.h:68 |
|---|
| 532 | 548 | msgid "Add to playlist" |
|---|
| 533 | 549 | msgstr "" |
|---|
| 534 | 550 | |
|---|
| 535 | | #: include/vlc_intf_strings.h:67 |
|---|
| | 551 | #: include/vlc_intf_strings.h:69 |
|---|
| 536 | 552 | msgid "Add to media library" |
|---|
| 537 | 553 | msgstr "" |
|---|
| 538 | 554 | |
|---|
| 539 | | #: include/vlc_intf_strings.h:69 |
|---|
| | 555 | #: include/vlc_intf_strings.h:71 |
|---|
| 540 | 556 | msgid "Add file..." |
|---|
| 541 | 557 | msgstr "" |
|---|
| 542 | 558 | |
|---|
| 543 | | #: include/vlc_intf_strings.h:70 |
|---|
| | 559 | #: include/vlc_intf_strings.h:72 |
|---|
| 544 | 560 | msgid "Advanced open..." |
|---|
| 545 | 561 | msgstr "" |
|---|
| 546 | 562 | |
|---|
| 547 | | #: include/vlc_intf_strings.h:71 |
|---|
| | 563 | #: include/vlc_intf_strings.h:73 |
|---|
| 548 | 564 | msgid "Add directory..." |
|---|
| 549 | 565 | msgstr "" |
|---|
| 550 | 566 | |
|---|
| 551 | | #: include/vlc_intf_strings.h:73 |
|---|
| | 567 | #: include/vlc_intf_strings.h:75 |
|---|
| 552 | 568 | msgid "Save playlist to file..." |
|---|
| 553 | 569 | msgstr "" |
|---|
| 554 | 570 | |
|---|
| 555 | | #: include/vlc_intf_strings.h:74 |
|---|
| | 571 | #: include/vlc_intf_strings.h:76 |
|---|
| 556 | 572 | msgid "Load playlist file..." |
|---|
| 557 | 573 | msgstr "" |
|---|
| 558 | 574 | |
|---|
| 559 | | #: include/vlc_intf_strings.h:76 modules/gui/macosx/playlist.m:432 |
|---|
| | 575 | #: include/vlc_intf_strings.h:78 modules/gui/macosx/playlist.m:432 |
|---|
| 560 | 576 | #: modules/gui/wxwidgets/dialogs/playlist.cpp:330 |
|---|
| 561 | 577 | msgid "Search" |
|---|
| 562 | 578 | msgstr "" |
|---|
| 563 | 579 | |
|---|
| 564 | | #: include/vlc_intf_strings.h:77 |
|---|
| | 580 | #: include/vlc_intf_strings.h:79 |
|---|
| 565 | 581 | msgid "Search filter" |
|---|
| 566 | 582 | msgstr "" |
|---|
| 567 | 583 | |
|---|
| 568 | | #: include/vlc_intf_strings.h:79 |
|---|
| | 584 | #: include/vlc_intf_strings.h:81 |
|---|
| 569 | 585 | msgid "Additional sources" |
|---|
| 570 | 586 | msgstr "" |
|---|
| 571 | 587 | |
|---|
| 572 | | #: include/vlc_intf_strings.h:83 |
|---|
| | 588 | #: include/vlc_intf_strings.h:85 |
|---|
| 573 | 589 | #: modules/gui/wxwidgets/dialogs/preferences.cpp:1019 |
|---|
| 574 | 590 | msgid "" |
|---|
| … | … | |
| 577 | 593 | msgstr "" |
|---|
| 578 | 594 | |
|---|
| 579 | | #: include/vlc_intf_strings.h:88 modules/gui/macosx/extended.m:93 |
|---|
| | 595 | #: include/vlc_intf_strings.h:90 modules/gui/macosx/extended.m:93 |
|---|
| 580 | 596 | #: modules/gui/wxwidgets/extrapanel.cpp:147 |
|---|
| 581 | 597 | msgid "Image clone" |
|---|
| 582 | 598 | msgstr "" |
|---|
| 583 | 599 | |
|---|
| 584 | | #: include/vlc_intf_strings.h:89 |
|---|
| | 600 | #: include/vlc_intf_strings.h:91 |
|---|
| 585 | 601 | msgid "Clone the image" |
|---|
| 586 | 602 | msgstr "" |
|---|
| 587 | 603 | |
|---|
| 588 | | #: include/vlc_intf_strings.h:91 |
|---|
| | 604 | #: include/vlc_intf_strings.h:93 |
|---|
| 589 | 605 | msgid "Magnification" |
|---|
| 590 | 606 | msgstr "" |
|---|
| 591 | 607 | |
|---|
| 592 | | #: include/vlc_intf_strings.h:92 |
|---|
| | 608 | #: include/vlc_intf_strings.h:94 |
|---|
| 593 | 609 | msgid "" |
|---|
| 594 | 610 | "Magnify a part of the video. You can select which part of the image should " |
|---|
| … | … | |
| 596 | 612 | msgstr "" |
|---|
| 597 | 613 | |
|---|
| 598 | | #: include/vlc_intf_strings.h:95 |
|---|
| | 614 | #: include/vlc_intf_strings.h:97 |
|---|
| 599 | 615 | msgid "Waves" |
|---|
| 600 | 616 | msgstr "" |
|---|
| 601 | 617 | |
|---|
| 602 | | #: include/vlc_intf_strings.h:96 |
|---|
| | 618 | #: include/vlc_intf_strings.h:98 |
|---|
| 603 | 619 | msgid "\"Waves\" video distortion effect" |
|---|
| 604 | 620 | msgstr "" |
|---|
| 605 | 621 | |
|---|
| 606 | | #: include/vlc_intf_strings.h:98 |
|---|
| | 622 | #: include/vlc_intf_strings.h:100 |
|---|
| 607 | 623 | msgid "\"Water surface\" video distortion effect" |
|---|
| 608 | 624 | msgstr "" |
|---|
| 609 | 625 | |
|---|
| 610 | | #: include/vlc_intf_strings.h:100 |
|---|
| | 626 | #: include/vlc_intf_strings.h:102 |
|---|
| 611 | 627 | msgid "Image colors inversion" |
|---|
| 612 | 628 | msgstr "" |
|---|
| 613 | 629 | |
|---|
| 614 | | #: include/vlc_intf_strings.h:102 |
|---|
| | 630 | #: include/vlc_intf_strings.h:104 |
|---|
| 615 | 631 | msgid "Split the image to make an image wall" |
|---|
| 616 | 632 | msgstr "" |
|---|
| 617 | 633 | |
|---|
| 618 | | #: include/vlc_intf_strings.h:104 |
|---|
| | 634 | #: include/vlc_intf_strings.h:106 |
|---|
| 619 | 635 | msgid "" |
|---|
| 620 | 636 | "Create a \"puzzle game\" with the video.\n" |
|---|
| … | … | |
| 622 | 638 | msgstr "" |
|---|
| 623 | 639 | |
|---|
| 624 | | #: include/vlc_intf_strings.h:107 |
|---|
| | 640 | #: include/vlc_intf_strings.h:109 |
|---|
| 625 | 641 | msgid "" |
|---|
| 626 | 642 | "\"Edge detection\" video distortion effect.\n" |
|---|
| … | … | |
| 628 | 644 | msgstr "" |
|---|
| 629 | 645 | |
|---|
| 630 | | #: include/vlc_intf_strings.h:110 |
|---|
| | 646 | #: include/vlc_intf_strings.h:112 |
|---|
| 631 | 647 | msgid "" |
|---|
| 632 | 648 | "\"Color detection\" effect. The whole image will be turned to black and " |
|---|
| … | … | |
| 690 | 706 | msgstr "" |
|---|
| 691 | 707 | |
|---|
| 692 | | #: include/vlc_meta.h:44 src/input/es_out.c:1600 src/libvlc-module.c:106 |
|---|
| | 708 | #: include/vlc_meta.h:44 src/input/es_out.c:1770 src/libvlc-module.c:106 |
|---|
| 693 | 709 | #: modules/gui/beos/InterfaceWindow.cpp:277 |
|---|
| 694 | 710 | msgid "Language" |
|---|
| … | … | |
| 717 | 733 | #: include/vlc_meta.h:52 |
|---|
| 718 | 734 | msgid "Codec Description" |
|---|
| 719 | | msgstr "" |
|---|
| 720 | | |
|---|
| 721 | | #: include/vlc/vlc.h:591 |
|---|
| 722 | | msgid "" |
|---|
| 723 | | "This program comes with NO WARRANTY, to the extent permitted by law.\n" |
|---|
| 724 | | "You may redistribute it under the terms of the GNU General Public License;\n" |
|---|
| 725 | | "see the file named COPYING for details.\n" |
|---|
| 726 | | "Written by the VideoLAN team; see the AUTHORS file.\n" |
|---|
| 727 | 735 | msgstr "" |
|---|
| 728 | 736 | |
|---|
| … | … | |
| 739 | 747 | |
|---|
| 740 | 748 | #: src/audio_output/input.c:86 src/audio_output/input.c:132 |
|---|
| 741 | | #: src/input/es_out.c:373 src/libvlc-module.c:432 |
|---|
| 742 | | #: src/video_output/video_output.c:405 modules/codec/ffmpeg/postprocess.c:92 |
|---|
| | 749 | #: src/input/es_out.c:385 src/libvlc-module.c:431 |
|---|
| | 750 | #: src/video_output/video_output.c:406 modules/codec/ffmpeg/postprocess.c:92 |
|---|
| 743 | 751 | msgid "Disable" |
|---|
| 744 | 752 | msgstr "" |
|---|
| … | … | |
| 756 | 764 | msgstr "" |
|---|
| 757 | 765 | |
|---|
| 758 | | #: src/audio_output/input.c:129 modules/audio_filter/equalizer.c:70 |
|---|
| 759 | | #: modules/gui/macosx/equalizer.m:139 modules/gui/macosx/equalizer.m:154 |
|---|
| | 766 | #: src/audio_output/input.c:129 modules/audio_filter/equalizer.c:69 |
|---|
| | 767 | #: modules/gui/macosx/equalizer.m:139 modules/gui/macosx/equalizer.m:153 |
|---|
| 760 | 768 | #: modules/gui/macosx/intf.m:628 modules/gui/wxwidgets/extrapanel.cpp:177 |
|---|
| 761 | 769 | msgid "Equalizer" |
|---|
| … | … | |
| 784 | 792 | #: src/audio_output/output.c:106 src/audio_output/output.c:142 |
|---|
| 785 | 793 | #: src/libvlc-module.c:277 modules/audio_filter/channel_mixer/mono.c:99 |
|---|
| 786 | | #: modules/codec/dvbsub.c:70 modules/codec/subsdec.c:136 |
|---|
| 787 | | #: modules/control/gestures.c:88 modules/video_filter/logo.c:97 |
|---|
| 788 | | #: modules/video_filter/marq.c:126 modules/video_filter/mosaic.c:181 |
|---|
| 789 | | #: modules/video_filter/osdmenu.c:76 modules/video_filter/rss.c:164 |
|---|
| | 794 | #: modules/codec/dvbsub.c:70 modules/codec/subsdec.c:138 |
|---|
| | 795 | #: modules/control/gestures.c:89 modules/video_filter/logo.c:97 |
|---|
| | 796 | #: modules/video_filter/marq.c:126 modules/video_filter/mosaic.c:180 |
|---|
| | 797 | #: modules/video_filter/osdmenu.c:75 modules/video_filter/rss.c:164 |
|---|
| 790 | 798 | msgid "Left" |
|---|
| 791 | 799 | msgstr "" |
|---|
| … | … | |
| 793 | 801 | #: src/audio_output/output.c:108 src/audio_output/output.c:144 |
|---|
| 794 | 802 | #: src/libvlc-module.c:277 modules/audio_filter/channel_mixer/mono.c:99 |
|---|
| 795 | | #: modules/codec/dvbsub.c:70 modules/codec/subsdec.c:136 |
|---|
| 796 | | #: modules/control/gestures.c:88 modules/video_filter/logo.c:97 |
|---|
| 797 | | #: modules/video_filter/marq.c:126 modules/video_filter/mosaic.c:181 |
|---|
| 798 | | #: modules/video_filter/osdmenu.c:76 modules/video_filter/rss.c:164 |
|---|
| | 803 | #: modules/codec/dvbsub.c:70 modules/codec/subsdec.c:138 |
|---|
| | 804 | #: modules/control/gestures.c:89 modules/video_filter/logo.c:97 |
|---|
| | 805 | #: modules/video_filter/marq.c:126 modules/video_filter/mosaic.c:180 |
|---|
| | 806 | #: modules/video_filter/osdmenu.c:75 modules/video_filter/rss.c:164 |
|---|
| 799 | 807 | msgid "Right" |
|---|
| 800 | 808 | msgstr "" |
|---|
| … | … | |
| 863 | 871 | msgstr "" |
|---|
| 864 | 872 | |
|---|
| 865 | | #: src/input/control.c:287 |
|---|
| | 873 | #: src/input/control.c:309 |
|---|
| 866 | 874 | #, c-format |
|---|
| 867 | 875 | msgid "Bookmark %i" |
|---|
| … | … | |
| 895 | 903 | msgstr "" |
|---|
| 896 | 904 | |
|---|
| 897 | | #: src/input/es_out.c:395 src/input/es_out.c:397 src/input/es_out.c:403 |
|---|
| 898 | | #: src/input/es_out.c:404 modules/access/cdda/info.c:967 |
|---|
| | 905 | #: src/input/es_out.c:407 src/input/es_out.c:409 src/input/es_out.c:415 |
|---|
| | 906 | #: src/input/es_out.c:416 modules/access/cdda/info.c:967 |
|---|
| 899 | 907 | #: modules/access/cdda/info.c:999 |
|---|
| 900 | 908 | #, c-format |
|---|
| … | … | |
| 902 | 910 | msgstr "" |
|---|
| 903 | 911 | |
|---|
| 904 | | #: src/input/es_out.c:477 src/input/es_out.c:479 src/input/es_out.c:579 |
|---|
| 905 | | #: src/input/es_out.c:586 src/input/var.c:128 src/libvlc-module.c:463 |
|---|
| 906 | | #: modules/gui/macosx/intf.m:581 modules/gui/macosx/intf.m:582 |
|---|
| | 912 | #: src/input/es_out.c:591 |
|---|
| | 913 | #, c-format |
|---|
| | 914 | msgid "%s [%s %d]" |
|---|
| | 915 | msgstr "" |
|---|
| | 916 | |
|---|
| | 917 | #: src/input/es_out.c:591 src/input/es_out.c:593 src/input/var.c:128 |
|---|
| | 918 | #: src/libvlc-module.c:462 modules/gui/macosx/intf.m:581 |
|---|
| | 919 | #: modules/gui/macosx/intf.m:582 |
|---|
| 907 | 920 | msgid "Program" |
|---|
| 908 | 921 | msgstr "" |
|---|
| 909 | 922 | |
|---|
| 910 | | #: src/input/es_out.c:1595 modules/codec/faad.c:330 |
|---|
| | 923 | #: src/input/es_out.c:1765 modules/codec/faad.c:330 |
|---|
| 911 | 924 | #, c-format |
|---|
| 912 | 925 | msgid "Stream %d" |
|---|
| 913 | 926 | msgstr "" |
|---|
| 914 | 927 | |
|---|
| 915 | | #: src/input/es_out.c:1597 modules/gui/macosx/wizard.m:425 |
|---|
| | 928 | #: src/input/es_out.c:1767 modules/gui/macosx/wizard.m:425 |
|---|
| 916 | 929 | #: modules/gui/wxwidgets/dialogs/wizard.cpp:820 |
|---|
| 917 | 930 | #: modules/gui/wxwidgets/dialogs/wizard.cpp:860 |
|---|
| … | … | |
| 919 | 932 | msgstr "" |
|---|
| 920 | 933 | |
|---|
| 921 | | #: src/input/es_out.c:1608 src/input/es_out.c:1636 src/input/es_out.c:1663 |
|---|
| | 934 | #: src/input/es_out.c:1778 src/input/es_out.c:1806 src/input/es_out.c:1833 |
|---|
| 922 | 935 | #: modules/gui/macosx/output.m:153 |
|---|
| 923 | 936 | msgid "Type" |
|---|
| 924 | 937 | msgstr "" |
|---|
| 925 | 938 | |
|---|
| 926 | | #: src/input/es_out.c:1611 modules/codec/faad.c:334 |
|---|
| | 939 | #: src/input/es_out.c:1781 modules/codec/faad.c:334 |
|---|
| 927 | 940 | #: modules/gui/macosx/output.m:176 |
|---|
| 928 | 941 | #: modules/gui/wxwidgets/dialogs/streamout.cpp:857 |
|---|
| … | … | |
| 930 | 943 | msgstr "" |
|---|
| 931 | 944 | |
|---|
| 932 | | #: src/input/es_out.c:1616 modules/codec/faad.c:336 |
|---|
| | 945 | #: src/input/es_out.c:1786 modules/codec/faad.c:336 |
|---|
| 933 | 946 | msgid "Sample rate" |
|---|
| 934 | 947 | msgstr "" |
|---|
| 935 | 948 | |
|---|
| 936 | | #: src/input/es_out.c:1617 modules/codec/faad.c:336 |
|---|
| | 949 | #: src/input/es_out.c:1787 modules/codec/faad.c:336 |
|---|
| 937 | 950 | #, c-format |
|---|
| 938 | 951 | msgid "%d Hz" |
|---|
| 939 | 952 | msgstr "" |
|---|
| 940 | 953 | |
|---|
| 941 | | #: src/input/es_out.c:1623 |
|---|
| | 954 | #: src/input/es_out.c:1793 |
|---|
| 942 | 955 | msgid "Bits per sample" |
|---|
| 943 | 956 | msgstr "" |
|---|
| 944 | 957 | |
|---|
| 945 | | #: src/input/es_out.c:1628 modules/access_output/shout.c:87 |
|---|
| 946 | | #: modules/access/pvr.c:84 |
|---|
| | 958 | #: src/input/es_out.c:1798 modules/access/pvr.c:84 |
|---|
| | 959 | #: modules/access_output/shout.c:87 |
|---|
| 947 | 960 | msgid "Bitrate" |
|---|
| 948 | 961 | msgstr "" |
|---|
| 949 | 962 | |
|---|
| 950 | | #: src/input/es_out.c:1629 |
|---|
| | 963 | #: src/input/es_out.c:1799 |
|---|
| 951 | 964 | #, c-format |
|---|
| 952 | 965 | msgid "%d kb/s" |
|---|
| 953 | 966 | msgstr "" |
|---|
| 954 | 967 | |
|---|
| 955 | | #: src/input/es_out.c:1640 |
|---|
| | 968 | #: src/input/es_out.c:1810 |
|---|
| 956 | 969 | msgid "Resolution" |
|---|
| 957 | 970 | msgstr "" |
|---|
| 958 | 971 | |
|---|
| 959 | | #: src/input/es_out.c:1646 |
|---|
| | 972 | #: src/input/es_out.c:1816 |
|---|
| 960 | 973 | msgid "Display resolution" |
|---|
| 961 | 974 | msgstr "" |
|---|
| 962 | 975 | |
|---|
| 963 | | #: src/input/es_out.c:1656 modules/access/screen/screen.c:40 |
|---|
| | 976 | #: src/input/es_out.c:1826 modules/access/screen/screen.c:40 |
|---|
| 964 | 977 | msgid "Frame rate" |
|---|
| 965 | 978 | msgstr "" |
|---|
| 966 | 979 | |
|---|
| 967 | | #: src/input/es_out.c:1663 |
|---|
| | 980 | #: src/input/es_out.c:1833 |
|---|
| 968 | 981 | msgid "Subtitle" |
|---|
| 969 | 982 | msgstr "" |
|---|
| 970 | 983 | |
|---|
| 971 | | #: src/input/input.c:2179 |
|---|
| | 984 | #: src/input/input.c:2207 |
|---|
| 972 | 985 | msgid "Your input can't be opened" |
|---|
| 973 | 986 | msgstr "" |
|---|
| 974 | 987 | |
|---|
| 975 | | #: src/input/input.c:2180 |
|---|
| | 988 | #: src/input/input.c:2208 |
|---|
| 976 | 989 | #, c-format |
|---|
| 977 | 990 | msgid "VLC is unable to open the MRL '%s'. Check the log for details." |
|---|
| 978 | 991 | msgstr "" |
|---|
| 979 | 992 | |
|---|
| 980 | | #: src/input/input.c:2255 |
|---|
| | 993 | #: src/input/input.c:2283 |
|---|
| 981 | 994 | msgid "Can't recognize the input's format" |
|---|
| 982 | 995 | msgstr "" |
|---|
| 983 | 996 | |
|---|
| 984 | | #: src/input/input.c:2256 |
|---|
| | 997 | #: src/input/input.c:2284 |
|---|
| 985 | 998 | #, c-format |
|---|
| 986 | 999 | msgid "The format of '%s' can't be detected. Have a look the log for details." |
|---|
| … | … | |
| 991 | 1004 | msgstr "" |
|---|
| 992 | 1005 | |
|---|
| 993 | | #: src/input/var.c:134 src/libvlc-module.c:469 |
|---|
| | 1006 | #: src/input/var.c:134 src/libvlc-module.c:468 |
|---|
| 994 | 1007 | msgid "Programs" |
|---|
| 995 | 1008 | msgstr "" |
|---|
| … | … | |
| 1063 | 1076 | #: modules/gui/macosx/playlistinfo.m:60 modules/gui/macosx/prefs.m:122 |
|---|
| 1064 | 1077 | #: modules/gui/macosx/prefs.m:142 modules/gui/macosx/wizard.m:362 |
|---|
| 1065 | | #: modules/gui/qt4/dialogs/prefs_dialog.cpp:90 |
|---|
| | 1078 | #: modules/gui/qt4/dialogs/preferences.cpp:91 |
|---|
| 1066 | 1079 | msgid "Cancel" |
|---|
| 1067 | 1080 | msgstr "" |
|---|
| … | … | |
| 1096 | 1109 | msgstr "" |
|---|
| 1097 | 1110 | |
|---|
| 1098 | | #: src/libvlc-common.c:279 src/libvlc-common.c:450 src/misc/modules.c:1717 |
|---|
| 1099 | | #: src/misc/modules.c:2041 |
|---|
| | 1111 | #: src/libvlc-common.c:279 src/libvlc-common.c:450 src/misc/modules.c:1734 |
|---|
| | 1112 | #: src/misc/modules.c:2058 |
|---|
| 1100 | 1113 | msgid "C" |
|---|
| 1101 | 1114 | msgstr "" |
|---|
| … | … | |
| 1105 | 1118 | msgstr "" |
|---|
| 1106 | 1119 | |
|---|
| 1107 | | #: src/libvlc-common.c:1394 src/misc/configuration.c:1217 |
|---|
| | 1120 | #: src/libvlc-common.c:1394 src/misc/configuration.c:1219 |
|---|
| 1108 | 1121 | msgid "string" |
|---|
| 1109 | 1122 | msgstr "" |
|---|
| 1110 | 1123 | |
|---|
| 1111 | | #: src/libvlc-common.c:1413 src/misc/configuration.c:1181 |
|---|
| | 1124 | #: src/libvlc-common.c:1413 src/misc/configuration.c:1183 |
|---|
| 1112 | 1125 | msgid "integer" |
|---|
| 1113 | 1126 | msgstr "" |
|---|
| 1114 | 1127 | |
|---|
| 1115 | | #: src/libvlc-common.c:1433 src/misc/configuration.c:1206 |
|---|
| | 1128 | #: src/libvlc-common.c:1433 src/misc/configuration.c:1208 |
|---|
| 1116 | 1129 | msgid "float" |
|---|
| 1117 | 1130 | msgstr "" |
|---|
| … | … | |
| 1618 | 1631 | |
|---|
| 1619 | 1632 | #: src/libvlc-module.c:277 modules/audio_filter/channel_mixer/mono.c:99 |
|---|
| 1620 | | #: modules/codec/dvbsub.c:70 modules/codec/subsdec.c:136 |
|---|
| | 1633 | #: modules/codec/dvbsub.c:70 modules/codec/subsdec.c:138 |
|---|
| 1621 | 1634 | #: modules/video_filter/logo.c:97 modules/video_filter/marq.c:126 |
|---|
| 1622 | | #: modules/video_filter/mosaic.c:181 modules/video_filter/osdmenu.c:76 |
|---|
| | 1635 | #: modules/video_filter/mosaic.c:180 modules/video_filter/osdmenu.c:75 |
|---|
| 1623 | 1636 | #: modules/video_filter/rss.c:164 |
|---|
| 1624 | 1637 | msgid "Center" |
|---|
| … | … | |
| 1627 | 1640 | #: src/libvlc-module.c:277 modules/codec/dvbsub.c:70 |
|---|
| 1628 | 1641 | #: modules/video_filter/logo.c:97 modules/video_filter/marq.c:126 |
|---|
| 1629 | | #: modules/video_filter/mosaic.c:181 modules/video_filter/osdmenu.c:76 |
|---|
| | 1642 | #: modules/video_filter/mosaic.c:180 modules/video_filter/osdmenu.c:75 |
|---|
| 1630 | 1643 | #: modules/video_filter/rss.c:164 |
|---|
| 1631 | 1644 | msgid "Top" |
|---|
| … | … | |
| 1634 | 1647 | #: src/libvlc-module.c:277 modules/codec/dvbsub.c:70 |
|---|
| 1635 | 1648 | #: modules/video_filter/logo.c:97 modules/video_filter/marq.c:126 |
|---|
| 1636 | | #: modules/video_filter/mosaic.c:181 modules/video_filter/osdmenu.c:76 |
|---|
| | 1649 | #: modules/video_filter/mosaic.c:180 modules/video_filter/osdmenu.c:75 |
|---|
| 1637 | 1650 | #: modules/video_filter/rss.c:164 |
|---|
| 1638 | 1651 | msgid "Bottom" |
|---|
| … | … | |
| 1641 | 1654 | #: src/libvlc-module.c:278 modules/codec/dvbsub.c:71 |
|---|
| 1642 | 1655 | #: modules/video_filter/logo.c:98 modules/video_filter/marq.c:127 |
|---|
| 1643 | | #: modules/video_filter/mosaic.c:182 modules/video_filter/osdmenu.c:77 |
|---|
| | 1656 | #: modules/video_filter/mosaic.c:181 modules/video_filter/osdmenu.c:76 |
|---|
| 1644 | 1657 | #: modules/video_filter/rss.c:165 |
|---|
| 1645 | 1658 | msgid "Top-Left" |
|---|
| … | … | |
| 1648 | 1661 | #: src/libvlc-module.c:278 modules/codec/dvbsub.c:71 |
|---|
| 1649 | 1662 | #: modules/video_filter/logo.c:98 modules/video_filter/marq.c:127 |
|---|
| 1650 | | #: modules/video_filter/mosaic.c:182 modules/video_filter/osdmenu.c:77 |
|---|
| | 1663 | #: modules/video_filter/mosaic.c:181 modules/video_filter/osdmenu.c:76 |
|---|
| 1651 | 1664 | #: modules/video_filter/rss.c:165 |
|---|
| 1652 | 1665 | msgid "Top-Right" |
|---|
| … | … | |
| 1655 | 1668 | #: src/libvlc-module.c:278 modules/codec/dvbsub.c:71 |
|---|
| 1656 | 1669 | #: modules/video_filter/logo.c:98 modules/video_filter/marq.c:127 |
|---|
| 1657 | | #: modules/video_filter/mosaic.c:182 modules/video_filter/osdmenu.c:77 |
|---|
| | 1670 | #: modules/video_filter/mosaic.c:181 modules/video_filter/osdmenu.c:76 |
|---|
| 1658 | 1671 | #: modules/video_filter/rss.c:165 |
|---|
| 1659 | 1672 | msgid "Bottom-Left" |
|---|
| … | … | |
| 1662 | 1675 | #: src/libvlc-module.c:278 modules/codec/dvbsub.c:71 |
|---|
| 1663 | 1676 | #: modules/video_filter/logo.c:98 modules/video_filter/marq.c:127 |
|---|
| 1664 | | #: modules/video_filter/mosaic.c:182 modules/video_filter/osdmenu.c:77 |
|---|
| | 1677 | #: modules/video_filter/mosaic.c:181 modules/video_filter/osdmenu.c:76 |
|---|
| 1665 | 1678 | #: modules/video_filter/rss.c:165 |
|---|
| 1666 | 1679 | msgid "Bottom-Right" |
|---|
| … | … | |
| 1858 | 1871 | msgstr "" |
|---|
| 1859 | 1872 | |
|---|
| 1860 | | #: src/libvlc-module.c:385 |
|---|
| | 1873 | #: src/libvlc-module.c:384 |
|---|
| 1861 | 1874 | msgid "Skip frames" |
|---|
| 1862 | 1875 | msgstr "" |
|---|
| 1863 | 1876 | |
|---|
| 1864 | | #: src/libvlc-module.c:387 |
|---|
| 1865 | | msgid "" |
|---|
| 1866 | | "This option enables framedropping on MPEG2 stream. Framedropping occurs when " |
|---|
| 1867 | | "your computer is not powerful enough" |
|---|
| 1868 | | msgstr "" |
|---|
| 1869 | | |
|---|
| 1870 | | #: src/libvlc-module.c:390 |
|---|
| | 1877 | #: src/libvlc-module.c:386 |
|---|
| | 1878 | msgid "" |
|---|
| | 1879 | "Enables framedropping on MPEG2 stream. Framedropping occurs when your " |
|---|
| | 1880 | "computer is not powerful enough" |
|---|
| | 1881 | msgstr "" |
|---|
| | 1882 | |
|---|
| | 1883 | #: src/libvlc-module.c:389 |
|---|
| 1871 | 1884 | msgid "Drop late frames" |
|---|
| 1872 | 1885 | msgstr "" |
|---|
| 1873 | 1886 | |
|---|
| 1874 | | #: src/libvlc-module.c:392 |
|---|
| | 1887 | #: src/libvlc-module.c:391 |
|---|
| 1875 | 1888 | msgid "" |
|---|
| 1876 | 1889 | "This drops frames that are late (arrive to the video output after their " |
|---|
| … | … | |
| 1878 | 1891 | msgstr "" |
|---|
| 1879 | 1892 | |
|---|
| 1880 | | #: src/libvlc-module.c:395 |
|---|
| | 1893 | #: src/libvlc-module.c:394 |
|---|
| 1881 | 1894 | msgid "Quiet synchro" |
|---|
| 1882 | 1895 | msgstr "" |
|---|
| 1883 | 1896 | |
|---|
| 1884 | | #: src/libvlc-module.c:397 |
|---|
| | 1897 | #: src/libvlc-module.c:396 |
|---|
| 1885 | 1898 | msgid "" |
|---|
| 1886 | 1899 | "This avoids flooding the message log with debug output from the video output " |
|---|
| … | … | |
| 1888 | 1901 | msgstr "" |
|---|
| 1889 | 1902 | |
|---|
| 1890 | | #: src/libvlc-module.c:406 |
|---|
| | 1903 | #: src/libvlc-module.c:405 |
|---|
| 1891 | 1904 | msgid "" |
|---|
| 1892 | 1905 | "These options allow you to modify the behavior of the input subsystem, such " |
|---|
| … | … | |
| 1895 | 1908 | msgstr "" |
|---|
| 1896 | 1909 | |
|---|
| 1897 | | #: src/libvlc-module.c:411 |
|---|
| | 1910 | #: src/libvlc-module.c:410 |
|---|
| 1898 | 1911 | msgid "" |
|---|
| 1899 | 1912 | "If you live in France, it is not allowed to workaround any Digital " |
|---|
| … | … | |
| 1901 | 1914 | msgstr "" |
|---|
| 1902 | 1915 | |
|---|
| 1903 | | #: src/libvlc-module.c:414 |
|---|
| | 1916 | #: src/libvlc-module.c:413 |
|---|
| 1904 | 1917 | msgid "Clock reference average counter" |
|---|
| 1905 | 1918 | msgstr "" |
|---|
| 1906 | 1919 | |
|---|
| 1907 | | #: src/libvlc-module.c:416 |
|---|
| | 1920 | #: src/libvlc-module.c:415 |
|---|
| 1908 | 1921 | msgid "" |
|---|
| 1909 | 1922 | "When using the PVR input (or a very irregular source), you should set this " |
|---|
| … | … | |
| 1911 | 1924 | msgstr "" |
|---|
| 1912 | 1925 | |
|---|
| 1913 | | #: src/libvlc-module.c:419 |
|---|
| | 1926 | #: src/libvlc-module.c:418 |
|---|
| 1914 | 1927 | msgid "Clock synchronisation" |
|---|
| 1915 | 1928 | msgstr "" |
|---|
| 1916 | 1929 | |
|---|
| 1917 | | #: src/libvlc-module.c:421 |
|---|
| | 1930 | #: src/libvlc-module.c:420 |
|---|
| 1918 | 1931 | msgid "" |
|---|
| 1919 | 1932 | "It is possible to disable the input clock synchronisation for real-time " |
|---|
| … | … | |
| 1921 | 1934 | msgstr "" |
|---|
| 1922 | 1935 | |
|---|
| 1923 | | #: src/libvlc-module.c:425 modules/control/netsync.c:75 |
|---|
| | 1936 | #: src/libvlc-module.c:424 modules/control/netsync.c:75 |
|---|
| 1924 | 1937 | msgid "Network synchronisation" |
|---|
| 1925 | 1938 | msgstr "" |
|---|
| 1926 | 1939 | |
|---|
| 1927 | | #: src/libvlc-module.c:426 |
|---|
| | 1940 | #: src/libvlc-module.c:425 |
|---|
| 1928 | 1941 | msgid "" |
|---|
| 1929 | 1942 | "This allows you to remotely synchronise clocks for server and client. The " |
|---|
| … | … | |
| 1931 | 1944 | msgstr "" |
|---|
| 1932 | 1945 | |
|---|
| 1933 | | #: src/libvlc-module.c:432 src/libvlc-module.c:1009 |
|---|
| | 1946 | #: src/libvlc-module.c:431 src/libvlc-module.c:1007 |
|---|
| 1934 | 1947 | #: src/video_output/vout_intf.c:266 src/video_output/vout_intf.c:353 |
|---|
| 1935 | 1948 | #: modules/access/dshow/dshow.cpp:76 modules/access/dshow/dshow.cpp:78 |
|---|
| … | … | |
| 1944 | 1957 | msgstr "" |
|---|
| 1945 | 1958 | |
|---|
| 1946 | | #: src/libvlc-module.c:432 modules/gui/macosx/equalizer.m:144 |
|---|
| | 1959 | #: src/libvlc-module.c:431 modules/gui/macosx/equalizer.m:143 |
|---|
| 1947 | 1960 | #: modules/gui/macosx/extended.m:112 modules/gui/macosx/wizard.m:394 |
|---|
| 1948 | 1961 | #: modules/gui/wxwidgets/dialogs/wizard.cpp:620 |
|---|
| … | … | |
| 1952 | 1965 | msgstr "" |
|---|
| 1953 | 1966 | |
|---|
| 1954 | | #: src/libvlc-module.c:434 |
|---|
| | 1967 | #: src/libvlc-module.c:433 modules/misc/notify/growl.c:63 |
|---|
| 1955 | 1968 | msgid "UDP port" |
|---|
| 1956 | 1969 | msgstr "" |
|---|
| 1957 | 1970 | |
|---|
| 1958 | | #: src/libvlc-module.c:436 |
|---|
| | 1971 | #: src/libvlc-module.c:435 |
|---|
| 1959 | 1972 | msgid "This is the default port used for UDP streams. Default is 1234." |
|---|
| 1960 | 1973 | msgstr "" |
|---|
| 1961 | 1974 | |
|---|
| 1962 | | #: src/libvlc-module.c:438 |
|---|
| | 1975 | #: src/libvlc-module.c:437 |
|---|
| 1963 | 1976 | msgid "MTU of the network interface" |
|---|
| 1964 | 1977 | msgstr "" |
|---|
| 1965 | 1978 | |
|---|
| 1966 | | #: src/libvlc-module.c:440 |
|---|
| | 1979 | #: src/libvlc-module.c:439 |
|---|
| 1967 | 1980 | msgid "" |
|---|
| 1968 | 1981 | "This is the maximum packet size that can be transmitted over the network " |
|---|
| … | … | |
| 1970 | 1983 | msgstr "" |
|---|
| 1971 | 1984 | |
|---|
| 1972 | | #: src/libvlc-module.c:443 modules/stream_out/rtp.c:92 |
|---|
| | 1985 | #: src/libvlc-module.c:442 modules/stream_out/rtp.c:92 |
|---|
| 1973 | 1986 | msgid "Hop limit (TTL)" |
|---|
| 1974 | 1987 | msgstr "" |
|---|
| 1975 | 1988 | |
|---|
| 1976 | | #: src/libvlc-module.c:445 |
|---|
| | 1989 | #: src/libvlc-module.c:444 |
|---|
| 1977 | 1990 | msgid "" |
|---|
| 1978 | 1991 | "This is the hop limit (also known as \"Time-To-Live\" or TTL) of the " |
|---|
| … | … | |
| 1981 | 1994 | msgstr "" |
|---|
| 1982 | 1995 | |
|---|
| 1983 | | #: src/libvlc-module.c:449 |
|---|
| | 1996 | #: src/libvlc-module.c:448 |
|---|
| 1984 | 1997 | msgid "Multicast output interface" |
|---|
| 1985 | 1998 | msgstr "" |
|---|
| 1986 | 1999 | |
|---|
| 1987 | | #: src/libvlc-module.c:451 |
|---|
| | 2000 | #: src/libvlc-module.c:450 |
|---|
| 1988 | 2001 | msgid "Default multicast interface. This overrides the routing table." |
|---|
| 1989 | 2002 | msgstr "" |
|---|
| 1990 | 2003 | |
|---|
| 1991 | | #: src/libvlc-module.c:453 |
|---|
| | 2004 | #: src/libvlc-module.c:452 |
|---|
| 1992 | 2005 | msgid "IPv4 multicast output interface address" |
|---|
| 1993 | 2006 | msgstr "" |
|---|
| 1994 | 2007 | |
|---|
| 1995 | | #: src/libvlc-module.c:455 |
|---|
| | 2008 | #: src/libvlc-module.c:454 |
|---|
| 1996 | 2009 | msgid "" |
|---|
| 1997 | 2010 | "IPv4 adress for the default multicast interface. This overrides the routing " |
|---|
| … | … | |
| 1999 | 2012 | msgstr "" |
|---|
| 2000 | 2013 | |
|---|
| | 2014 | #: src/libvlc-module.c:457 |
|---|
| | 2015 | msgid "DiffServ Code Point" |
|---|
| | 2016 | msgstr "" |
|---|
| | 2017 | |
|---|
| 2001 | 2018 | #: src/libvlc-module.c:458 |
|---|
| 2002 | | msgid "DiffServ Code Point" |
|---|
| 2003 | | msgstr "" |
|---|
| 2004 | | |
|---|
| 2005 | | #: src/libvlc-module.c:459 |
|---|
| 2006 | 2019 | msgid "" |
|---|
| 2007 | 2020 | "Differentiated Services Code Point for outgoing UDP streams (or IPv4 Type Of " |
|---|
| … | … | |
| 2009 | 2022 | msgstr "" |
|---|
| 2010 | 2023 | |
|---|
| 2011 | | #: src/libvlc-module.c:465 |
|---|
| | 2024 | #: src/libvlc-module.c:464 |
|---|
| 2012 | 2025 | msgid ""&nb |
|---|