summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Jager <t.jager@gmx.de>2014-02-25 15:09:25 +0100
committerTorsten Jager <t.jager@gmx.de>2014-02-25 15:09:25 +0100
commit7e82c440d49b287126e0a276968b8e4aa8ee8db2 (patch)
treedc9001b02de8c2cd37ad37bdf55e3774499cfdc1
parent009aeef2139f3b2ae75b93634256593311b56970 (diff)
downloadxine-lib-7e82c440d49b287126e0a276968b8e4aa8ee8db2.tar.gz
xine-lib-7e82c440d49b287126e0a276968b8e4aa8ee8db2.tar.bz2
Update language files.
-rw-r--r--po/POTFILES.in39
-rw-r--r--po/libxine2.pot1808
2 files changed, 1089 insertions, 758 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index d3cd1bf75..a70547615 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -4,6 +4,11 @@
contrib/libmpcdec/requant.c
contrib/libmpcdec/synth_filter.c
lib/hstrerror.c
+src/audio_dec/ff_dvaudio_decoder.c
+src/audio_dec/xine_a52_decoder.c
+src/audio_dec/xine_dts_decoder.c
+src/audio_dec/xine_faad_decoder.c
+src/audio_dec/xine_musepack_decoder.c
src/audio_out/audio_alsa_out.c
src/audio_out/audio_coreaudio_out.c
src/audio_out/audio_directx2_out.c
@@ -16,7 +21,11 @@ src/audio_out/audio_none_out.c
src/audio_out/audio_oss_out.c
src/audio_out/audio_pulse_out.c
src/audio_out/audio_sun_out.c
+src/audio_out/speakers.h
+src/combined/ffmpeg/ff_audio_decoder.c
+src/combined/ffmpeg/ff_video_decoder.c
src/combined/xine_ogg_demuxer.c
+src/combined/xine_vorbis_decoder.c
src/demuxers/demux_asf.c
src/demuxers/demux_avi.c
src/demuxers/demux_film.c
@@ -25,6 +34,7 @@ src/demuxers/demux_iff.c
src/demuxers/demux_mpc.c
src/demuxers/demux_mpeg_block.c
src/demuxers/demux_mpeg_pes.c
+src/demuxers/demux_qt.c
src/demuxers/demux_snd.c
src/demuxers/demux_tta.c
src/demuxers/demux_voc.c
@@ -34,7 +44,9 @@ src/dxr3/dxr3_decode_video.c
src/dxr3/dxr3.h
src/dxr3/dxr3_mpeg_encoders.c
src/dxr3/dxr3_scr.c
+src/dxr3/ffmpeg_encoder.c
src/dxr3/video_out_dxr3.c
+src/input/input_bluray.c
src/input/input_cdda.c
src/input/input_dvb.c
src/input/input_dvd.c
@@ -49,6 +61,7 @@ src/input/input_rtp.c
src/input/input_rtsp.c
src/input/input_smb.c
src/input/input_stdin_fifo.c
+src/input/input_test.c
src/input/input_v4l.c
src/input/input_vcd.c
src/input/librtsp/rtsp.c
@@ -62,24 +75,11 @@ src/input/vcd/vcdio.c
src/input/vcd/vcdplayer.c
src/input/vcd/vcdplayer.h
src/input/vcd/xineplug_inp_vcd.c
-src/combined/ffmpeg/ff_audio_decoder.c
-src/audio_dec/ff_dvaudio_decoder.c
-src/dxr3/ffmpeg_encoder.c
-src/combined/ffmpeg/ff_video_decoder.c
src/libreal/real_common.c
src/libreal/xine_real_audio_decoder.c
src/libreal/xine_real_video_decoder.c
-src/spu_dec/xine_cc_decoder.c
-src/spu_dec/cmml_decoder.c
-src/spu_dec/sputext_demuxer.c
-src/spu_dec/sputext_decoder.c
src/libw32dll/common.c
src/libw32dll/w32codec.c
-src/audio_dec/xine_a52_decoder.c
-src/audio_dec/xine_dts_decoder.c
-src/audio_dec/xine_faad_decoder.c
-src/audio_dec/xine_musepack_decoder.c
-src/video_dec/bitplane.c
src/post/audio/stretch.c
src/post/audio/upmix.c
src/post/audio/upmix_mono.c
@@ -96,8 +96,14 @@ src/post/planar/expand.c
src/post/planar/noise.c
src/post/planar/pp.c
src/post/planar/unsharp.c
+src/spu_dec/cmml_decoder.c
+src/spu_dec/sputext_decoder.c
+src/spu_dec/sputext_demuxer.c
+src/spu_dec/xine_cc_decoder.c
src/vdr/input_vdr.c
src/vdr/post_vdr_video.c
+src/video_dec/bitplane.c
+src/video_dec/libjpeg.c
src/video_out/color_matrix.c
src/video_out/video_out_aa.c
src/video_out/video_out_caca.c
@@ -105,12 +111,15 @@ src/video_out/video_out_directfb.c
src/video_out/video_out_directx.c
src/video_out/video_out_fb.c
src/video_out/video_out_none.c
-src/video_out/video_out_opengl.c
src/video_out/video_out_opengl2.c
+src/video_out/video_out_opengl.c
src/video_out/video_out_pgx32.c
src/video_out/video_out_pgx64.c
+src/video_out/video_out_raw.c
src/video_out/video_out_sdl.c
src/video_out/video_out_stk.c
+src/video_out/video_out_vaapi.c
+src/video_out/video_out_vdpau.c
src/video_out/video_out_vidix.c
src/video_out/video_out_xcbshm.c
src/video_out/video_out_xcbxv.c
@@ -125,7 +134,9 @@ src/xine-engine/alphablend.c
src/xine-engine/audio_decoder.c
src/xine-engine/audio_out.c
src/xine-engine/buffer.c
+src/xine-engine/buffer_types.c
src/xine-engine/configfile.c
+src/xine-engine/demux.c
src/xine-engine/info_helper.c
src/xine-engine/input_cache.c
src/xine-engine/input_rip.c
diff --git a/po/libxine2.pot b/po/libxine2.pot
index 7afce6c59..de1620099 100644
--- a/po/libxine2.pot
+++ b/po/libxine2.pot
@@ -8,11 +8,10 @@ msgid ""
msgstr ""
"Project-Id-Version: xine-lib 1.2.4\n"
"Report-Msgid-Bugs-To: xine-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2013-09-23 21:58+0100\n"
+"POT-Creation-Date: 2014-02-24 21:09+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -42,230 +41,309 @@ msgstr ""
msgid "Unknown error"
msgstr ""
-#: src/audio_out/audio_alsa_out.c:350
+#: src/audio_dec/ff_dvaudio_decoder.c:258
+#, c-format
+msgid "dvaudio: increasing buffer to %d to avoid overflow.\n"
+msgstr ""
+
+#: src/audio_dec/ff_dvaudio_decoder.c:369
+msgid "dv audio decoder plugin"
+msgstr ""
+
+#: src/audio_dec/xine_a52_decoder.c:805 src/audio_dec/xine_dts_decoder.c:536
+#, c-format
+msgid "HELP! a mono-only audio driver?!\n"
+msgstr ""
+
+#: src/audio_dec/xine_a52_decoder.c:828
+msgid "liba52 based a52 audio decoder plugin"
+msgstr ""
+
+#: src/audio_dec/xine_a52_decoder.c:837
+msgid "A/52 volume"
+msgstr ""
+
+#: src/audio_dec/xine_a52_decoder.c:838
+msgid ""
+"With A/52 audio, you can modify the volume at the decoder level. This has "
+"the advantage of the audio being already decoded for the specified volume, "
+"so later operations like channel downmixing will work on an audio stream of "
+"the given volume."
+msgstr ""
+
+#: src/audio_dec/xine_a52_decoder.c:846
+msgid "use A/52 dynamic range compression"
+msgstr ""
+
+#: src/audio_dec/xine_a52_decoder.c:847
+msgid ""
+"Dynamic range compression limits the dynamic range of the audio. This means "
+"making the loud sounds softer, and the soft sounds louder, so you can more "
+"easily listen to the audio in a noisy environment without disturbing anyone."
+msgstr ""
+
+#: src/audio_dec/xine_a52_decoder.c:854
+msgid "downmix audio to 2 channel surround stereo"
+msgstr ""
+
+#: src/audio_dec/xine_a52_decoder.c:855
+msgid ""
+"When you want to listen to multichannel surround sound, but you have only "
+"two speakers or a surround decoder or amplifier which does some sort of "
+"matrix surround decoding like prologic, you should enable this option so "
+"that the additional channels are mixed into the stereo signal."
+msgstr ""
+
+#: src/audio_dec/xine_a52_decoder.c:865
+msgid "A/52 bass downmix volume"
+msgstr ""
+
+#: src/audio_dec/xine_a52_decoder.c:866
+msgid ""
+"Use this volume to mix in the bass effect,\n"
+"if you have large stereo speakers\n"
+"or an analogue subwoofer."
+msgstr ""
+
+#: src/audio_dec/xine_dts_decoder.c:571
+msgid "DTS passthru audio format decoder plugin"
+msgstr ""
+
+#: src/audio_dec/xine_faad_decoder.c:135
+#, c-format
+msgid "libfaad: libfaad NeAACDecOpen() failed.\n"
+msgstr ""
+
+#: src/audio_dec/xine_faad_decoder.c:144
+#, c-format
+msgid "libfaad: libfaad NeAACDecInit2 failed.\n"
+msgstr ""
+
+#: src/audio_dec/xine_faad_decoder.c:155
+#, c-format
+msgid "libfaad: libfaad NeAACDecInit failed.\n"
+msgstr ""
+
+#: src/audio_dec/xine_faad_decoder.c:489
+msgid "Freeware Advanced Audio Decoder"
+msgstr ""
+
+#: src/audio_dec/xine_musepack_decoder.c:301
+#, c-format
+msgid "libmusepack: mpc_demux_init failed.\n"
+msgstr ""
+
+#: src/audio_dec/xine_musepack_decoder.c:312
+#, c-format
+msgid "libmusepack: mpc_streaminfo_read failed: %d\n"
+msgstr ""
+
+#: src/audio_dec/xine_musepack_decoder.c:393
+#, c-format
+msgid "libmusepack: data after last frame ignored\n"
+msgstr ""
+
+#: src/audio_dec/xine_musepack_decoder.c:408
+#, c-format
+msgid "libmusepack: mpc_decoder_initialise failed\n"
+msgstr ""
+
+#: src/audio_dec/xine_musepack_decoder.c:428
+#: src/audio_dec/xine_musepack_decoder.c:447
+#, c-format
+msgid "libmusepack: mpc_decoder_decode failed: %d\n"
+msgstr ""
+
+#: src/audio_dec/xine_musepack_decoder.c:524
+msgid "mpc: musepack audio decoder plugin"
+msgstr ""
+
+#: src/audio_out/audio_alsa_out.c:352
#, c-format
msgid "audio_alsa_out:Already open...WHY!"
msgstr ""
-#: src/audio_out/audio_alsa_out.c:378
+#: src/audio_out/audio_alsa_out.c:380
#, c-format
msgid "audio_alsa_out: snd_pcm_open() of %s failed: %s\n"
msgstr ""
-#: src/audio_out/audio_alsa_out.c:380
+#: src/audio_out/audio_alsa_out.c:382
#, c-format
msgid "audio_alsa_out: >>> check if another program already uses PCM <<<\n"
msgstr ""
-#: src/audio_out/audio_alsa_out.c:393
+#: src/audio_out/audio_alsa_out.c:395
#, c-format
msgid ""
"audio_alsa_out: broken configuration for this PCM: no configurations "
"available: %s\n"
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1323
+#: src/audio_out/audio_alsa_out.c:1331
msgid "notify changes to the hardware mixer"
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1324
+#: src/audio_out/audio_alsa_out.c:1332
msgid ""
"When the hardware mixer changes, your application will receive a "
"notification so that it can update its graphical representation of the mixer "
"settings on the fly."
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1389
+#: src/audio_out/audio_alsa_out.c:1382
#, c-format
msgid "snd_lib_error_set_handler() failed: %d"
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1396
+#: src/audio_out/audio_alsa_out.c:1389
msgid "sound card can do mmap"
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1397
+#: src/audio_out/audio_alsa_out.c:1390
msgid ""
"Enable this, if your sound card and alsa driver support memory mapped IO.\n"
"You can try enabling it and check, if everything works. If it does, this "
"will increase performance."
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1406
+#: src/audio_out/audio_alsa_out.c:1399
msgid "device used for mono output"
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1407
+#: src/audio_out/audio_alsa_out.c:1400
msgid ""
"xine will use this alsa device to output mono sound.\n"
"See the alsa documentation for information on alsa devices."
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1415
+#: src/audio_out/audio_alsa_out.c:1408
msgid "device used for stereo output"
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1416
+#: src/audio_out/audio_alsa_out.c:1409
msgid ""
"xine will use this alsa device to output stereo sound.\n"
"See the alsa documentation for information on alsa devices."
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1424
+#: src/audio_out/audio_alsa_out.c:1417
msgid "device used for 4-channel output"
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1425
+#: src/audio_out/audio_alsa_out.c:1418
msgid ""
"xine will use this alsa device to output 4 channel (4.0) surround sound.\n"
"See the alsa documentation for information on alsa devices."
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1434 src/audio_out/audio_alsa_out.c:1444
+#: src/audio_out/audio_alsa_out.c:1427 src/audio_out/audio_alsa_out.c:1437
msgid "device used for 5.1-channel output"
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1435
+#: src/audio_out/audio_alsa_out.c:1428
msgid ""
"xine will use this alsa device to output 5 channel plus LFE (5.1) surround "
"sound.\n"
"See the alsa documentation for information on alsa devices."
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1445
+#: src/audio_out/audio_alsa_out.c:1438
msgid ""
"xine will use this alsa device to output undecoded digital surround sound. "
"This can be used be external surround decoders.\n"
"See the alsa documentation for information on alsa devices."
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1465
+#: src/audio_out/audio_alsa_out.c:1458
#, c-format
msgid "snd_pcm_open() failed:%d:%s\n"
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1467
+#: src/audio_out/audio_alsa_out.c:1460
#, c-format
msgid ">>> Check if another program already uses PCM <<<\n"
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1498 src/audio_out/audio_jack_out.c:741
-#: src/audio_out/audio_oss_out.c:925
-msgid "speaker arrangement"
-msgstr ""
-
-#: src/audio_out/audio_alsa_out.c:1499 src/audio_out/audio_jack_out.c:742
-#: src/audio_out/audio_oss_out.c:926
-msgid ""
-"Select how your speakers are arranged, this determines which speakers xine "
-"uses for sound output. The individual values are:\n"
-"\n"
-"Mono 1.0: You have only one speaker.\n"
-"Stereo 2.0: You have two speakers for left and right channel.\n"
-"Headphones 2.0: You use headphones.\n"
-"Stereo 2.1: You have two speakers for left and right channel, and one "
-"subwoofer for the low frequencies.\n"
-"Surround 3.0: You have three speakers for left, right and rear channel.\n"
-"Surround 4.0: You have four speakers for front left and right and rear left "
-"and right channels.\n"
-"Surround 4.1: You have four speakers for front left and right and rear left "
-"and right channels, and one subwoofer for the low frequencies.\n"
-"Surround 5.0: You have five speakers for front left, center and right and "
-"rear left and right channels.\n"
-"Surround 5.1: You have five speakers for front left, center and right and "
-"rear left and right channels, and one subwoofer for the low frequencies.\n"
-"Surround 6.0: You have six speakers for front left, center and right and "
-"rear left, center and right channels.\n"
-"Surround 6.1: You have six speakers for front left, center and right and "
-"rear left, center and right channels, and one subwoofer for the low "
-"frequencies.\n"
-"Surround 7.1: You have seven speakers for front left, center and right, left "
-"and right and rear left and right channels, and one subwoofer for the low "
-"frequencies.\n"
-"Pass Through: Your sound system will receive undecoded digital sound from "
-"xine. You need to connect a digital surround decoder capable of decoding the "
-"formats you want to play to your sound card's digital output."
-msgstr ""
-
-#: src/audio_out/audio_alsa_out.c:1528
+#: src/audio_out/audio_alsa_out.c:1494
msgid "audio_alsa_out : supported modes are"
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1532
+#: src/audio_out/audio_alsa_out.c:1498
msgid " 8bit"
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1537
+#: src/audio_out/audio_alsa_out.c:1503
msgid " 16bit"
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1541
+#: src/audio_out/audio_alsa_out.c:1507
msgid " 24bit"
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1545
+#: src/audio_out/audio_alsa_out.c:1511
msgid " 32bit"
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1558 src/audio_out/audio_oss_out.c:961
+#: src/audio_out/audio_alsa_out.c:1524 src/audio_out/audio_oss_out.c:921
msgid " mono"
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1562 src/audio_out/audio_oss_out.c:967
+#: src/audio_out/audio_alsa_out.c:1528 src/audio_out/audio_oss_out.c:927
msgid " stereo"
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1567 src/audio_out/audio_oss_out.c:974
+#: src/audio_out/audio_alsa_out.c:1533 src/audio_out/audio_oss_out.c:934
msgid " 4-channel"
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1570 src/audio_out/audio_oss_out.c:977
+#: src/audio_out/audio_alsa_out.c:1536 src/audio_out/audio_oss_out.c:937
msgid " (4-channel not enabled in xine config)"
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1575
+#: src/audio_out/audio_alsa_out.c:1541
msgid " 4.1-channel"
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1578
+#: src/audio_out/audio_alsa_out.c:1544
msgid " (4.1-channel not enabled in xine config)"
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1583 src/audio_out/audio_oss_out.c:984
+#: src/audio_out/audio_alsa_out.c:1549 src/audio_out/audio_oss_out.c:944
msgid " 5-channel"
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1586 src/audio_out/audio_oss_out.c:987
+#: src/audio_out/audio_alsa_out.c:1552 src/audio_out/audio_oss_out.c:947
msgid " (5-channel not enabled in xine config)"
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1591 src/audio_out/audio_oss_out.c:994
+#: src/audio_out/audio_alsa_out.c:1557 src/audio_out/audio_oss_out.c:954
msgid " 5.1-channel"
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1594 src/audio_out/audio_oss_out.c:997
+#: src/audio_out/audio_alsa_out.c:1560 src/audio_out/audio_oss_out.c:957
msgid " (5.1-channel not enabled in xine config)"
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1617
+#: src/audio_out/audio_alsa_out.c:1583
msgid " a/52 and DTS pass-through"
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1620
+#: src/audio_out/audio_alsa_out.c:1586
msgid " (a/52 and DTS pass-through not enabled in xine config)"
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1630
+#: src/audio_out/audio_alsa_out.c:1596
msgid "alsa mixer device"
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1631
+#: src/audio_out/audio_alsa_out.c:1597
msgid ""
"xine will use this alsa mixer device to change the volume.\n"
"See the alsa documentation for information on alsa devices."
msgstr ""
-#: src/audio_out/audio_alsa_out.c:1709
+#: src/audio_out/audio_alsa_out.c:1675
msgid "xine audio output plugin using alsa-compliant audio devices/drivers"
msgstr ""
@@ -476,7 +554,7 @@ msgstr ""
msgid "esd audio output latency (adjust a/v sync)"
msgstr ""
-#: src/audio_out/audio_esd_out.c:540 src/audio_out/audio_oss_out.c:867
+#: src/audio_out/audio_esd_out.c:540 src/audio_out/audio_oss_out.c:854
msgid ""
"If you experience audio being not in sync with the video, you can enter a "
"fixed offset here to compensate.\n"
@@ -507,17 +585,17 @@ msgstr ""
msgid "xine audio output plugin using IRIX libaudio"
msgstr ""
-#: src/audio_out/audio_jack_out.c:729
+#: src/audio_out/audio_jack_out.c:712
msgid "JACK audio device name"
msgstr ""
-#: src/audio_out/audio_jack_out.c:730
+#: src/audio_out/audio_jack_out.c:713
msgid ""
"Specifies the jack audio device name, leave blank for the default physical "
"output port."
msgstr ""
-#: src/audio_out/audio_jack_out.c:907
+#: src/audio_out/audio_jack_out.c:863
msgid "xine output plugin for JACK Audio Connection Kit"
msgstr ""
@@ -525,38 +603,38 @@ msgstr ""
msgid "xine dummy audio output plugin"
msgstr ""
-#: src/audio_out/audio_oss_out.c:195
+#: src/audio_out/audio_oss_out.c:197
#, c-format
msgid "audio_oss_out: Opening audio device %s: %s\n"
msgstr ""
-#: src/audio_out/audio_oss_out.c:217
+#: src/audio_out/audio_oss_out.c:219
#, c-format
msgid ""
"audio_oss_out: warning: sampling rate %d Hz not supported, trying 44100 Hz\n"
msgstr ""
-#: src/audio_out/audio_oss_out.c:229
+#: src/audio_out/audio_oss_out.c:231
#, c-format
msgid "audio_oss_out: audio rate : %d requested, %d provided by device\n"
msgstr ""
-#: src/audio_out/audio_oss_out.c:743
+#: src/audio_out/audio_oss_out.c:730
msgid "OSS audio device name"
msgstr ""
-#: src/audio_out/audio_oss_out.c:744
+#: src/audio_out/audio_oss_out.c:731
msgid ""
"Specifies the base part of the audio device name, to which the OSS device "
"number is appended to get the full device name.\n"
"Select \"auto\" if you want xine to auto detect the corret setting."
msgstr ""
-#: src/audio_out/audio_oss_out.c:751
+#: src/audio_out/audio_oss_out.c:738
msgid "OSS audio device number, -1 for none"
msgstr ""
-#: src/audio_out/audio_oss_out.c:752
+#: src/audio_out/audio_oss_out.c:739
msgid ""
"The full audio device name is created by concatenating the OSS device name "
"and the audio device number.\n"
@@ -566,33 +644,33 @@ msgid ""
"audio device name is set to \"auto\"."
msgstr ""
-#: src/audio_out/audio_oss_out.c:761
+#: src/audio_out/audio_oss_out.c:748
#, c-format
msgid "audio_oss_out: audio.device.oss_device_name = auto, probing devs\n"
msgstr ""
-#: src/audio_out/audio_oss_out.c:764
+#: src/audio_out/audio_oss_out.c:751
#, c-format
msgid "audio_oss_out: Auto probe for audio device failed\n"
msgstr ""
-#: src/audio_out/audio_oss_out.c:780
+#: src/audio_out/audio_oss_out.c:767
#, c-format
msgid "audio_oss_out: using device >%s<\n"
msgstr ""
-#: src/audio_out/audio_oss_out.c:786 src/audio_out/audio_oss_out.c:900
+#: src/audio_out/audio_oss_out.c:773 src/audio_out/audio_oss_out.c:887
#, c-format
msgid ""
"audio_oss_out: opening audio device %s failed:\n"
"%s\n"
msgstr ""
-#: src/audio_out/audio_oss_out.c:807
+#: src/audio_out/audio_oss_out.c:794
msgid "a/v sync method to use by OSS"
msgstr ""
-#: src/audio_out/audio_oss_out.c:808
+#: src/audio_out/audio_oss_out.c:795
msgid ""
"xine can use different methods to keep audio and video synchronized. Which "
"setting works best depends on the OSS driver and sound hardware you are "
@@ -622,7 +700,7 @@ msgid ""
"ioctls and you experience sync errors after long playback"
msgstr ""
-#: src/audio_out/audio_oss_out.c:859
+#: src/audio_out/audio_oss_out.c:846
#, c-format
msgid ""
"audio_oss_out: Audio driver realtime sync disabled...\n"
@@ -630,11 +708,11 @@ msgid ""
"audio_oss_out: ...there may be audio/video synchronization issues\n"
msgstr ""
-#: src/audio_out/audio_oss_out.c:866
+#: src/audio_out/audio_oss_out.c:853
msgid "OSS audio output latency (adjust a/v sync)"
msgstr ""
-#: src/audio_out/audio_oss_out.c:892
+#: src/audio_out/audio_oss_out.c:879
#, c-format
msgid ""
"audio_oss_out: Audio driver realtime sync disabled...\n"
@@ -642,23 +720,23 @@ msgid ""
"audio_oss_out: ...there may be audio/video synchronization issues\n"
msgstr ""
-#: src/audio_out/audio_oss_out.c:956
+#: src/audio_out/audio_oss_out.c:916
msgid "audio_oss_out: supported modes are"
msgstr ""
-#: src/audio_out/audio_oss_out.c:1007
+#: src/audio_out/audio_oss_out.c:967
msgid " a/52 pass-through"
msgstr ""
-#: src/audio_out/audio_oss_out.c:1010
+#: src/audio_out/audio_oss_out.c:970
msgid " (a/52 pass-through not enabled in xine config)"
msgstr ""
-#: src/audio_out/audio_oss_out.c:1026
+#: src/audio_out/audio_oss_out.c:986
msgid "OSS audio mixer number, -1 for none"
msgstr ""
-#: src/audio_out/audio_oss_out.c:1027
+#: src/audio_out/audio_oss_out.c:987
msgid ""
"The full mixer device name is created by taking the OSS device name, "
"replacing \"dsp\" with \"mixer\" and adding the mixer number.\n"
@@ -668,12 +746,12 @@ msgid ""
"audio device name is set to \"auto\"."
msgstr ""
-#: src/audio_out/audio_oss_out.c:1077
+#: src/audio_out/audio_oss_out.c:1037
#, c-format
msgid "audio_oss_out: open() mixer %s failed: %s\n"
msgstr ""
-#: src/audio_out/audio_oss_out.c:1154
+#: src/audio_out/audio_oss_out.c:1114
msgid "xine audio output plugin using oss-compliant audio devices/drivers"
msgstr ""
@@ -727,19 +805,246 @@ msgstr ""
msgid "xine audio output plugin using sun-compliant audio devices/drivers"
msgstr ""
-#: src/combined/xine_ogg_demuxer.c:888
+#: src/audio_out/speakers.h:36
+msgid "speaker arrangement"
+msgstr ""
+
+#: src/audio_out/speakers.h:37
+msgid ""
+"Select how your speakers are arranged, this determines which speakers xine "
+"uses for sound output. The individual values are:\n"
+"\n"
+"Mono 1.0: You have only one speaker.\n"
+"Stereo 2.0: You have two speakers for left and right channel.\n"
+"Headphones 2.0: You use headphones.\n"
+"Stereo 2.1: You have two speakers for left and right channel, and one "
+"subwoofer for the low frequencies.\n"
+"Surround 3.0: You have three speakers for left, right and rear channel.\n"
+"Surround 4.0: You have four speakers for front left and right and rear left "
+"and right channels.\n"
+"Surround 4.1: You have four speakers for front left and right and rear left "
+"and right channels, and one subwoofer for the low frequencies.\n"
+"Surround 5.0: You have five speakers for front left, center and right and "
+"rear left and right channels.\n"
+"Surround 5.1: You have five speakers for front left, center and right and "
+"rear left and right channels, and one subwoofer for the low frequencies.\n"
+"Surround 6.0: You have six speakers for front left, center and right and "
+"rear left, center and right channels.\n"
+"Surround 6.1: You have six speakers for front left, center and right and "
+"rear left, center and right channels, and one subwoofer for the low "
+"frequencies.\n"
+"Surround 7.1: You have seven speakers for front left, center and right, left "
+"and right and rear left and right channels, and one subwoofer for the low "
+"frequencies.\n"
+"Pass Through: Your sound system will receive undecoded digital sound from "
+"xine. You need to connect a digital surround decoder capable of decoding the "
+"formats you want to play to your sound card's digital output."
+msgstr ""
+
+#: src/combined/ffmpeg/ff_audio_decoder.c:138
+#, c-format
+msgid "ffmpeg_audio_dec: increasing buffer to %d to avoid overflow.\n"
+msgstr ""
+
+#: src/combined/ffmpeg/ff_audio_decoder.c:174
+#, c-format
+msgid "ffmpeg_audio_dec: couldn't find ffmpeg decoder for buf type 0x%X\n"
+msgstr ""
+
+#: src/combined/ffmpeg/ff_audio_decoder.c:229
+#, c-format
+msgid "ffmpeg_audio_dec: trying to open null codec\n"
+msgstr ""
+
+#: src/combined/ffmpeg/ff_audio_decoder.c:238
+#, c-format
+msgid "ffmpeg_audio_dec: couldn't open decoder\n"
+msgstr ""
+
+#: src/combined/ffmpeg/ff_audio_decoder.c:914
+#, c-format
+msgid "ffmpeg_audio_dec: codec parameters changed\n"
+msgstr ""
+
+#: src/combined/ffmpeg/ff_audio_decoder.c:926
+#, c-format
+msgid "ffmpeg_audio_dec: cannot read codec parameters from packet\n"
+msgstr ""
+
+#: src/combined/ffmpeg/ff_audio_decoder.c:1174
+msgid "ffmpeg based audio decoder plugin"
+msgstr ""
+
+#: src/combined/ffmpeg/ff_audio_decoder.c:1182
+msgid "FFmpeg audio gain (dB)"
+msgstr ""
+
+#: src/combined/ffmpeg/ff_audio_decoder.c:1183
+msgid ""
+"Some AAC and WMA tracks are encoded too loud and thus play distorted.\n"
+"This cannot be fixed by volume control, but by this setting."
+msgstr ""
+
+#: src/combined/ffmpeg/ff_video_decoder.c:418
+#, c-format
+msgid "ffmpeg_video_dec: unsupported frame format, DR1 disabled.\n"
+msgstr ""
+
+#: src/combined/ffmpeg/ff_video_decoder.c:437
+#, c-format
+msgid "ffmpeg_video_dec: unsupported frame dimensions, DR1 disabled.\n"
+msgstr ""
+
+#: src/combined/ffmpeg/ff_video_decoder.c:674
+#, c-format
+msgid "ffmpeg_video_dec: couldn't find ffmpeg decoder for buf type 0x%X\n"
+msgstr ""
+
+#: src/combined/ffmpeg/ff_video_decoder.c:723
+#, c-format
+msgid "ffmpeg_video_dec: force AVDISCARD_DEFAULT for VAAPI\n"
+msgstr ""
+
+#: src/combined/ffmpeg/ff_video_decoder.c:739
+#: src/combined/ffmpeg/ff_video_decoder.c:756
+#, c-format
+msgid "ffmpeg_video_dec: direct rendering enabled\n"
+msgstr ""
+
+#: src/combined/ffmpeg/ff_video_decoder.c:764
+#, c-format
+msgid "ffmpeg_video_dec: couldn't open decoder\n"
+msgstr ""
+
+#: src/combined/ffmpeg/ff_video_decoder.c:780
+#, c-format
+msgid "ffmpeg_video_dec: couldn't open decoder (pass 2)\n"
+msgstr ""
+
+#: src/combined/ffmpeg/ff_video_decoder.c:1201
+#, c-format
+msgid "ffmpeg_video_dec: increasing buffer to %d to avoid overflow.\n"
+msgstr ""
+
+#: src/combined/ffmpeg/ff_video_decoder.c:2521
+#, c-format
+msgid "ffmpeg_video_dec: vaapi_mpeg_softdec %d\n"
+msgstr ""
+
+#: src/combined/ffmpeg/ff_video_decoder.c:2528
+#, c-format
+msgid "ffmpeg_video_dec: VAAPI Enabled in config.\n"
+msgstr ""
+
+#: src/combined/ffmpeg/ff_video_decoder.c:2531
+#: src/combined/ffmpeg/ff_video_decoder.c:2536
+#, c-format
+msgid "ffmpeg_video_dec: VAAPI Enabled disabled by driver.\n"
+msgstr ""
+
+#: src/combined/ffmpeg/ff_video_decoder.c:2552
+msgid "ffmpeg based video decoder plugin"
+msgstr ""
+
+#: src/combined/ffmpeg/ff_video_decoder.c:2564
+msgid "MPEG-4 postprocessing quality"
+msgstr ""
+
+#: src/combined/ffmpeg/ff_video_decoder.c:2565
+msgid ""
+"You can adjust the amount of post processing applied to MPEG-4 video.\n"
+"Higher values result in better quality, but need more CPU. Lower values may "
+"result in image defects like block artifacts. For high quality content, too "
+"heavy post processing can actually make the image worse by blurring it too "
+"much."
+msgstr ""
+
+#: src/combined/ffmpeg/ff_video_decoder.c:2573
+msgid "FFmpeg video decoding thread count"
+msgstr ""
+
+#: src/combined/ffmpeg/ff_video_decoder.c:2574
+msgid ""
+"You can adjust the number of video decoding threads which FFmpeg may use.\n"
+"Higher values should speed up decoding but it depends on the codec used "
+"whether parallel decoding is supported. A rule of thumb is to have one "
+"decoding thread per logical CPU (typically 1 to 4).\n"
+"A change of this setting will take effect with playing the next stream."
+msgstr ""
+
+#: src/combined/ffmpeg/ff_video_decoder.c:2583
+msgid "Skip loop filter"
+msgstr ""
+
+#: src/combined/ffmpeg/ff_video_decoder.c:2584
+msgid ""
+"You can control for which frames the loop filter shall be skipped after "
+"decoding.\n"
+"Skipping the loop filter will speedup decoding but may lead to artefacts. "
+"The number of frames for which it is skipped increases from 'none' to 'all'. "
+"The default value leaves the decision up to the implementation.\n"
+"A change of this setting will take effect with playing the next stream."
+msgstr ""
+
+#: src/combined/ffmpeg/ff_video_decoder.c:2593
+msgid "Choose speed over specification compliance"
+msgstr ""
+
+#: src/combined/ffmpeg/ff_video_decoder.c:2594
+msgid ""
+"You may want to allow speed cheats which violate codec specification.\n"
+"Cheating may speed up decoding but can also lead to decoding artefacts.\n"
+"A change of this setting will take effect with playing the next stream."
+msgstr ""
+
+#: src/combined/ffmpeg/ff_video_decoder.c:2600
+msgid "Enable direct rendering"
+msgstr ""
+
+#: src/combined/ffmpeg/ff_video_decoder.c:2601
+msgid ""
+"Disable direct rendering if you are experiencing lock-ups with\n"
+"streams with lot of reference frames."
+msgstr ""
+
+#: src/combined/ffmpeg/ff_video_decoder.c:2607
+msgid "VAAPI Mpeg2 softdecoding"
+msgstr ""
+
+#: src/combined/ffmpeg/ff_video_decoder.c:2608
+msgid "If the machine freezes on mpeg2 decoding use mpeg2 software decoding."
+msgstr ""
+
+#: src/combined/ffmpeg/ff_video_decoder.c:2612
+msgid "Enable VAAPI"
+msgstr ""
+
+#: src/combined/ffmpeg/ff_video_decoder.c:2613
+msgid "Enable or disable usage of vaapi"
+msgstr ""
+
+#: src/combined/xine_ogg_demuxer.c:890
#, c-format
msgid "ogg: vorbis audio track indicated but no vorbis stream header found.\n"
msgstr ""
-#: src/combined/xine_ogg_demuxer.c:2186
+#: src/combined/xine_ogg_demuxer.c:2188
msgid "Annodex demux plugin"
msgstr ""
-#: src/combined/xine_ogg_demuxer.c:2210
+#: src/combined/xine_ogg_demuxer.c:2212
msgid "OGG demux plugin"
msgstr ""
+#: src/combined/xine_vorbis_decoder.c:152
+#, c-format
+msgid "vorbis: increasing buffer to %d to avoid overflow.\n"
+msgstr ""
+
+#: src/combined/xine_vorbis_decoder.c:383
+msgid "vorbis audio decoder plugin"
+msgstr ""
+
#: src/demuxers/demux_asf.c:450
#, c-format
msgid "demux_asf: warning: A stream appears to be missing.\n"
@@ -762,26 +1067,26 @@ msgstr ""
msgid "ASF demux plugin"
msgstr ""
-#: src/demuxers/demux_avi.c:530 src/demuxers/demux_avi.c:644
+#: src/demuxers/demux_avi.c:531 src/demuxers/demux_avi.c:645
msgid "Restoring index..."
msgstr ""
-#: src/demuxers/demux_avi.c:630 src/demuxers/demux_avi.c:1693
+#: src/demuxers/demux_avi.c:631 src/demuxers/demux_avi.c:1699
#, c-format
msgid "demux_avi: invalid avi chunk \"%c%c%c%c\" at pos %<PRIdMAX>\n"
msgstr ""
-#: src/demuxers/demux_avi.c:822
+#: src/demuxers/demux_avi.c:823
#, c-format
msgid "demux_avi: avi index is broken\n"
msgstr ""
-#: src/demuxers/demux_avi.c:830
+#: src/demuxers/demux_avi.c:831
#, c-format
msgid "demux_avi: failed to seek to the next chunk (pos %<PRIdMAX>)\n"
msgstr ""
-#: src/demuxers/demux_avi.c:2326
+#: src/demuxers/demux_avi.c:2332
msgid "AVI/RIFF demux plugin"
msgstr ""
@@ -799,29 +1104,29 @@ msgstr ""
msgid "FILM (CPK) demux plugin"
msgstr ""
-#: src/demuxers/demux_flv.c:198
+#: src/demuxers/demux_flv.c:201
#, c-format
msgid "unsupported FLV version (%d).\n"
msgstr ""
-#: src/demuxers/demux_flv.c:205
+#: src/demuxers/demux_flv.c:208
#, c-format
msgid "neither video nor audio stream in this file.\n"
msgstr ""
-#: src/demuxers/demux_flv.c:840
+#: src/demuxers/demux_flv.c:846
#, c-format
msgid "demux_flv: Not using broken seek index.\n"
msgstr ""
-#: src/demuxers/demux_flv.c:846
+#: src/demuxers/demux_flv.c:852
#, c-format
msgid ""
"demux_flv: This file is non seekable. A/V lag may occur.\n"
" Recommend fixing the file with some flvtool.\n"
msgstr ""
-#: src/demuxers/demux_flv.c:1090
+#: src/demuxers/demux_flv.c:1116
msgid "Flash Video file demux plugin"
msgstr ""
@@ -917,6 +1222,15 @@ msgstr ""
msgid "mpeg pes demux plugin"
msgstr ""
+#: src/demuxers/demux_qt.c:3525
+#, c-format
+msgid "demux_qt: added %d fragments\n"
+msgstr ""
+
+#: src/demuxers/demux_qt.c:3541
+msgid "Apple Quicktime (MOV) and MPEG-4 demux plugin"
+msgstr ""
+
#: src/demuxers/demux_snd.c:100
#, c-format
msgid "demux_snd: bad header parameters\n"
@@ -1152,6 +1466,44 @@ msgid ""
"clock as sync source."
msgstr ""
+#: src/dxr3/ffmpeg_encoder.c:173
+msgid "libavcodec mpeg output bitrate (kbit/s)"
+msgstr ""
+
+#: src/dxr3/ffmpeg_encoder.c:174
+msgid ""
+"The bitrate the libavcodec mpeg encoder should use for DXR3's encoding mode. "
+"Higher values will increase quality and CPU usage.\n"
+"This setting is only considered, when constant quality mode is disabled."
+msgstr ""
+
+#: src/dxr3/ffmpeg_encoder.c:181
+msgid "constant quality mode"
+msgstr ""
+
+#: src/dxr3/ffmpeg_encoder.c:182
+msgid ""
+"When enabled, libavcodec will use a constant quality mode by dynamically "
+"compressing the images based on their complexity. When disabled, libavcodec "
+"will use constant bitrate mode."
+msgstr ""
+
+#: src/dxr3/ffmpeg_encoder.c:189
+msgid "minimum compression"
+msgstr ""
+
+#: src/dxr3/ffmpeg_encoder.c:190
+msgid "The minimum compression to apply to an image in constant quality mode."
+msgstr ""
+
+#: src/dxr3/ffmpeg_encoder.c:195
+msgid "maximum quantizer"
+msgstr ""
+
+#: src/dxr3/ffmpeg_encoder.c:196
+msgid "The maximum compression to apply to an image in constant quality mode."
+msgstr ""
+
#: src/dxr3/video_out_dxr3.c:186
msgid "video output plugin displaying images through your DXR3 decoder card"
msgstr ""
@@ -1356,6 +1708,81 @@ msgstr ""
msgid "video_out_dxr3: ERROR Reading overlay init file. Run autocal!\n"
msgstr ""
+#: src/input/input_bluray.c:1908
+msgid "BluRay input plugin"
+msgstr ""
+
+#: src/input/input_bluray.c:1913
+msgid "BluRay mount point"
+msgstr ""
+
+#: src/input/input_bluray.c:1914
+msgid "Default mount location for BluRay discs."
+msgstr ""
+
+#: src/input/input_bluray.c:1919
+msgid "device used for BluRay playback"
+msgstr ""
+
+#: src/input/input_bluray.c:1920
+msgid "The path to the device which you intend to use for playing BluRy discs."
+msgstr ""
+
+#: src/input/input_bluray.c:1928
+msgid "default language for BluRay playback"
+msgstr ""
+
+#: src/input/input_bluray.c:1929
+msgid ""
+"xine tries to use this language as a default for BluRay playback. As far as "
+"the BluRay supports it, menus and audio tracks will be presented in this "
+"language.\n"
+"The value must be a three characterISO639-2 language code."
+msgstr ""
+
+#: src/input/input_bluray.c:1937
+msgid "BluRay player country code"
+msgstr ""
+
+#: src/input/input_bluray.c:1938
+msgid "The value must be a two character ISO3166-1 country code."
+msgstr ""
+
+#: src/input/input_bluray.c:1943
+msgid "BluRay player region code (1=A, 2=B, 4=C)"
+msgstr ""
+
+#: src/input/input_bluray.c:1944
+msgid ""
+"This only needs to be changed if your BluRay jumps to a screen complaining "
+"about a wrong region code. It has nothing to do with the region code set in "
+"BluRay drives, this is purely software."
+msgstr ""
+
+#: src/input/input_bluray.c:1951
+msgid "parental control age limit (1-99)"
+msgstr ""
+
+#: src/input/input_bluray.c:1952
+msgid ""
+"Prevents playback of BluRay titles where parental control age limit is "
+"higher than this limit"
+msgstr ""
+
+#: src/input/input_bluray.c:1959 src/input/input_dvd.c:1845
+msgid "unit for the skip action"
+msgstr ""
+
+#: src/input/input_bluray.c:1960
+msgid ""
+"You can configure the behaviour when issuing a skip command (using the skip "
+"buttons for example)."
+msgstr ""
+
+#: src/input/input_bluray.c:1982
+msgid "BluRay input plugin (using menus)"
+msgstr ""
+
#: src/input/input_cdda.c:1600
#, c-format
msgid "%s: can't connect to %s:%d\n"
@@ -1678,10 +2105,6 @@ msgid ""
"of the DVD layer change on faster drives."
msgstr ""
-#: src/input/input_dvd.c:1845
-msgid "unit for the skip action"
-msgstr ""
-
#: src/input/input_dvd.c:1846
msgid ""
"You can configure the behaviour when issuing a skip command (using the skip "
@@ -2057,6 +2480,30 @@ msgstr ""
msgid "stdin streaming input plugin"
msgstr ""
+#: src/input/input_test.c:536
+msgid "Color Circle"
+msgstr ""
+
+#: src/input/input_test.c:537
+msgid "RGB Levels"
+msgstr ""
+
+#: src/input/input_test.c:538
+msgid "Saturation Levels"
+msgstr ""
+
+#: src/input/input_test.c:539
+msgid "UV Square"
+msgstr ""
+
+#: src/input/input_test.c:540
+msgid "Luminance Resolution"
+msgstr ""
+
+#: src/input/input_test.c:752
+msgid "test card input plugin"
+msgstr ""
+
#: src/input/input_v4l.c:409
msgid "Buffer underrun..."
msgstr ""
@@ -2442,235 +2889,6 @@ msgid ""
"2048: Debugging from VCDINFO\n"
msgstr ""
-#: src/combined/ffmpeg/ff_audio_decoder.c:138
-#, c-format
-msgid "ffmpeg_audio_dec: increasing buffer to %d to avoid overflow.\n"
-msgstr ""
-
-#: src/combined/ffmpeg/ff_audio_decoder.c:174
-#, c-format
-msgid "ffmpeg_audio_dec: couldn't find ffmpeg decoder for buf type 0x%X\n"
-msgstr ""
-
-#: src/combined/ffmpeg/ff_audio_decoder.c:225
-#, c-format
-msgid "ffmpeg_audio_dec: trying to open null codec\n"
-msgstr ""
-
-#: src/combined/ffmpeg/ff_audio_decoder.c:234
-#, c-format
-msgid "ffmpeg_audio_dec: couldn't open decoder\n"
-msgstr ""
-
-#: src/combined/ffmpeg/ff_audio_decoder.c:889
-#, c-format
-msgid "ffmpeg_audio_dec: codec parameters changed\n"
-msgstr ""
-
-#: src/combined/ffmpeg/ff_audio_decoder.c:901
-#, c-format
-msgid "ffmpeg_audio_dec: cannot read codec parameters from packet\n"
-msgstr ""
-
-#: src/combined/ffmpeg/ff_audio_decoder.c:1149
-msgid "ffmpeg based audio decoder plugin"
-msgstr ""
-
-#: src/combined/ffmpeg/ff_audio_decoder.c:1157
-msgid "FFmpeg audio gain (dB)"
-msgstr ""
-
-#: src/combined/ffmpeg/ff_audio_decoder.c:1158
-msgid ""
-"Some AAC and WMA tracks are encoded too loud and thus play distorted.\n"
-"This cannot be fixed by volume control, but by this setting."
-msgstr ""
-
-#: src/audio_dec/ff_dvaudio_decoder.c:258
-#, c-format
-msgid "dvaudio: increasing buffer to %d to avoid overflow.\n"
-msgstr ""
-
-#: src/audio_dec/ff_dvaudio_decoder.c:369
-msgid "dv audio decoder plugin"
-msgstr ""
-
-#: src/dxr3/ffmpeg_encoder.c:175
-msgid "libavcodec mpeg output bitrate (kbit/s)"
-msgstr ""
-
-#: src/dxr3/ffmpeg_encoder.c:176
-msgid ""
-"The bitrate the libavcodec mpeg encoder should use for DXR3's encoding mode. "
-"Higher values will increase quality and CPU usage.\n"
-"This setting is only considered, when constant quality mode is disabled."
-msgstr ""
-
-#: src/dxr3/ffmpeg_encoder.c:183
-msgid "constant quality mode"
-msgstr ""
-
-#: src/dxr3/ffmpeg_encoder.c:184
-msgid ""
-"When enabled, libavcodec will use a constant quality mode by dynamically "
-"compressing the images based on their complexity. When disabled, libavcodec "
-"will use constant bitrate mode."
-msgstr ""
-
-#: src/dxr3/ffmpeg_encoder.c:191
-msgid "minimum compression"
-msgstr ""
-
-#: src/dxr3/ffmpeg_encoder.c:192
-msgid "The minimum compression to apply to an image in constant quality mode."
-msgstr ""
-
-#: src/dxr3/ffmpeg_encoder.c:197
-msgid "maximum quantizer"
-msgstr ""
-
-#: src/dxr3/ffmpeg_encoder.c:198
-msgid "The maximum compression to apply to an image in constant quality mode."
-msgstr ""
-
-#: src/combined/ffmpeg/ff_video_decoder.c:341
-#, c-format
-msgid "ffmpeg_video_dec: unsupported frame format, DR1 disabled.\n"
-msgstr ""
-
-#: src/combined/ffmpeg/ff_video_decoder.c:359
-#, c-format
-msgid "ffmpeg_video_dec: unsupported frame dimensions, DR1 disabled.\n"
-msgstr ""
-
-#: src/combined/ffmpeg/ff_video_decoder.c:557
-#, c-format
-msgid "ffmpeg_video_dec: couldn't find ffmpeg decoder for buf type 0x%X\n"
-msgstr ""
-
-#: src/combined/ffmpeg/ff_video_decoder.c:606
-#, c-format
-msgid "ffmpeg_video_dec: force AVDISCARD_DEFAULT for VAAPI\n"
-msgstr ""
-
-#: src/combined/ffmpeg/ff_video_decoder.c:618
-#: src/combined/ffmpeg/ff_video_decoder.c:631
-#, c-format
-msgid "ffmpeg_video_dec: direct rendering enabled\n"
-msgstr ""
-
-#: src/combined/ffmpeg/ff_video_decoder.c:639
-#, c-format
-msgid "ffmpeg_video_dec: couldn't open decoder\n"
-msgstr ""
-
-#: src/combined/ffmpeg/ff_video_decoder.c:655
-#, c-format
-msgid "ffmpeg_video_dec: couldn't open decoder (pass 2)\n"
-msgstr ""
-
-#: src/combined/ffmpeg/ff_video_decoder.c:1076
-#, c-format
-msgid "ffmpeg_video_dec: increasing buffer to %d to avoid overflow.\n"
-msgstr ""
-
-#: src/combined/ffmpeg/ff_video_decoder.c:2189
-#, c-format
-msgid "ffmpeg_video_dec: vaapi_mpeg_softdec %d\n"
-msgstr ""
-
-#: src/combined/ffmpeg/ff_video_decoder.c:2196
-#, c-format
-msgid "ffmpeg_video_dec: VAAPI Enabled in config.\n"
-msgstr ""
-
-#: src/combined/ffmpeg/ff_video_decoder.c:2199
-#: src/combined/ffmpeg/ff_video_decoder.c:2204
-#, c-format
-msgid "ffmpeg_video_dec: VAAPI Enabled disabled by driver.\n"
-msgstr ""
-
-#: src/combined/ffmpeg/ff_video_decoder.c:2220
-msgid "ffmpeg based video decoder plugin"
-msgstr ""
-
-#: src/combined/ffmpeg/ff_video_decoder.c:2232
-msgid "MPEG-4 postprocessing quality"
-msgstr ""
-
-#: src/combined/ffmpeg/ff_video_decoder.c:2233
-msgid ""
-"You can adjust the amount of post processing applied to MPEG-4 video.\n"
-"Higher values result in better quality, but need more CPU. Lower values may "
-"result in image defects like block artifacts. For high quality content, too "
-"heavy post processing can actually make the image worse by blurring it too "
-"much."
-msgstr ""
-
-#: src/combined/ffmpeg/ff_video_decoder.c:2241
-msgid "FFmpeg video decoding thread count"
-msgstr ""
-
-#: src/combined/ffmpeg/ff_video_decoder.c:2242
-msgid ""
-"You can adjust the number of video decoding threads which FFmpeg may use.\n"
-"Higher values should speed up decoding but it depends on the codec used "
-"whether parallel decoding is supported. A rule of thumb is to have one "
-"decoding thread per logical CPU (typically 1 to 4).\n"
-"A change of this setting will take effect with playing the next stream."
-msgstr ""
-
-#: src/combined/ffmpeg/ff_video_decoder.c:2251
-msgid "Skip loop filter"
-msgstr ""
-
-#: src/combined/ffmpeg/ff_video_decoder.c:2252
-msgid ""
-"You can control for which frames the loop filter shall be skipped after "
-"decoding.\n"
-"Skipping the loop filter will speedup decoding but may lead to artefacts. "
-"The number of frames for which it is skipped increases from 'none' to 'all'. "
-"The default value leaves the decision up to the implementation.\n"
-"A change of this setting will take effect with playing the next stream."
-msgstr ""
-
-#: src/combined/ffmpeg/ff_video_decoder.c:2261
-msgid "Choose speed over specification compliance"
-msgstr ""
-
-#: src/combined/ffmpeg/ff_video_decoder.c:2262
-msgid ""
-"You may want to allow speed cheats which violate codec specification.\n"
-"Cheating may speed up decoding but can also lead to decoding artefacts.\n"
-"A change of this setting will take effect with playing the next stream."
-msgstr ""
-
-#: src/combined/ffmpeg/ff_video_decoder.c:2268
-msgid "Enable direct rendering"
-msgstr ""
-
-#: src/combined/ffmpeg/ff_video_decoder.c:2269
-msgid ""
-"Disable direct rendering if you are experiencing lock-ups with\n"
-"streams with lot of reference frames."
-msgstr ""
-
-#: src/combined/ffmpeg/ff_video_decoder.c:2275
-msgid "VAAPI Mpeg2 softdecoding"
-msgstr ""
-
-#: src/combined/ffmpeg/ff_video_decoder.c:2276
-msgid "If the machine freezes on mpeg2 decoding use mpeg2 software decoding."
-msgstr ""
-
-#: src/combined/ffmpeg/ff_video_decoder.c:2280
-msgid "Enable VAAPI"
-msgstr ""
-
-#: src/combined/ffmpeg/ff_video_decoder.c:2281
-msgid "Enable or disable usage of vaapi"
-msgstr ""
-
#: src/libreal/real_common.c:139
msgid "path to RealPlayer codecs"
msgstr ""
@@ -2717,157 +2935,6 @@ msgstr ""
msgid "real binary-only codec based video decoder plugin"
msgstr ""
-#: src/spu_dec/xine_cc_decoder.c:199
-msgid "display closed captions in MPEG-2 streams"
-msgstr ""
-
-#: src/spu_dec/xine_cc_decoder.c:200
-msgid ""
-"Closed Captions are subtitles mostly meant to help the hearing impaired."
-msgstr ""
-
-#: src/spu_dec/xine_cc_decoder.c:207
-msgid "closed-captioning foreground/background scheme"
-msgstr ""
-
-#: src/spu_dec/xine_cc_decoder.c:208
-msgid "Choose your favourite rendering of the closed captions."
-msgstr ""
-
-#: src/spu_dec/xine_cc_decoder.c:214
-msgid "standard closed captioning font"
-msgstr ""
-
-#: src/spu_dec/xine_cc_decoder.c:215
-msgid "Choose the font for standard closed captions text."
-msgstr ""
-
-#: src/spu_dec/xine_cc_decoder.c:221
-msgid "italic closed captioning font"
-msgstr ""
-
-#: src/spu_dec/xine_cc_decoder.c:222
-msgid "Choose the font for italic closed captions text."
-msgstr ""
-
-#: src/spu_dec/xine_cc_decoder.c:228
-msgid "closed captioning font size"
-msgstr ""
-
-#: src/spu_dec/xine_cc_decoder.c:229
-msgid "Choose the font size for closed captions text."
-msgstr ""
-
-#: src/spu_dec/xine_cc_decoder.c:233
-msgid "center-adjust closed captions"
-msgstr ""
-
-#: src/spu_dec/xine_cc_decoder.c:234
-msgid ""
-"When enabled, closed captions will be positioned by the center of the "
-"individual lines."
-msgstr ""
-
-#: src/spu_dec/xine_cc_decoder.c:340
-msgid "closed caption decoder plugin"
-msgstr ""
-
-#: src/spu_dec/cmml_decoder.c:468
-msgid "font for external subtitles"
-msgstr ""
-
-#: src/spu_dec/cmml_decoder.c:474
-msgid "subtitle vertical offset (relative window size)"
-msgstr ""
-
-#: src/spu_dec/cmml_decoder.c:497
-msgid "CMML subtitle decoder plugin"
-msgstr ""
-
-#: src/spu_dec/cmml_decoder.c:505
-msgid "encoding of subtitles"
-msgstr ""
-
-#: src/spu_dec/sputext_demuxer.c:1430
-msgid "sputext demuxer plugin"
-msgstr ""
-
-#: src/spu_dec/sputext_demuxer.c:1445
-msgid "default duration of subtitle display in seconds"
-msgstr ""
-
-#: src/spu_dec/sputext_demuxer.c:1446
-msgid ""
-"Some subtitle formats do not explicitly give a duration for each subtitle. "
-"For these, you can set a default duration here. Setting to zero will result "
-"in the subtitle being shown until the next one takes over."
-msgstr ""
-
-#: src/spu_dec/sputext_decoder.c:1128
-msgid "external subtitle decoder plugin"
-msgstr ""
-
-#: src/spu_dec/sputext_decoder.c:1137
-msgid "subtitle size"
-msgstr ""
-
-#: src/spu_dec/sputext_decoder.c:1138
-msgid ""
-"You can adjust the subtitle size here. The setting will be evaluated "
-"relative to the window size."
-msgstr ""
-
-#: src/spu_dec/sputext_decoder.c:1144
-msgid "subtitle vertical offset"
-msgstr ""
-
-#: src/spu_dec/sputext_decoder.c:1145
-msgid ""
-"You can adjust the vertical position of the subtitle. The setting will be "
-"evaluated relative to the window size."
-msgstr ""
-
-#: src/spu_dec/sputext_decoder.c:1151 src/spu_dec/sputext_decoder.c:1160
-msgid "font for subtitles"
-msgstr ""
-
-#: src/spu_dec/sputext_decoder.c:1152
-msgid "A font from the xine font directory to be used for the subtitle text."
-msgstr ""
-
-#: src/spu_dec/sputext_decoder.c:1161
-msgid "An outline font file (e.g. a .ttf) to be used for the subtitle text."
-msgstr ""
-
-#: src/spu_dec/sputext_decoder.c:1167
-msgid "whether to use a freetype font"
-msgstr ""
-
-#: src/spu_dec/sputext_decoder.c:1174
-msgid "encoding of the subtitles"
-msgstr ""
-
-#: src/spu_dec/sputext_decoder.c:1175
-msgid ""
-"The encoding of the subtitle text in the stream. This setting is used to "
-"render non-ASCII characters correctly. If non-ASCII characters are not "
-"displayed as you expect, ask the creator of the subtitles what encoding was "
-"used."
-msgstr ""
-
-#: src/spu_dec/sputext_decoder.c:1183
-msgid "use unscaled OSD if possible"
-msgstr ""
-
-#: src/spu_dec/sputext_decoder.c:1184
-msgid ""
-"The unscaled OSD will be rendered independently of the video frame and will "
-"always be sharp, even if the video is magnified. This will look better, but "
-"does not work with all graphics hardware. The alternative is the scaled OSD, "
-"which will become blurry, if you enlarge a low resolution video to "
-"fullscreen, but it works with all graphics cards."
-msgstr ""
-
#: src/libw32dll/common.c:17
msgid "path to Win32 codecs"
msgstr ""
@@ -2946,132 +3013,6 @@ msgstr ""
msgid "win32 binary audio codec plugin"
msgstr ""
-#: src/audio_dec/xine_a52_decoder.c:753 src/audio_dec/xine_dts_decoder.c:536
-#, c-format
-msgid "HELP! a mono-only audio driver?!\n"
-msgstr ""
-
-#: src/audio_dec/xine_a52_decoder.c:794
-msgid "liba52 based a52 audio decoder plugin"
-msgstr ""
-
-#: src/audio_dec/xine_a52_decoder.c:803
-msgid "A/52 volume"
-msgstr ""
-
-#: src/audio_dec/xine_a52_decoder.c:804
-msgid ""
-"With A/52 audio, you can modify the volume at the decoder level. This has "
-"the advantage of the audio being already decoded for the specified volume, "
-"so later operations like channel downmixing will work on an audio stream of "
-"the given volume."
-msgstr ""
-
-#: src/audio_dec/xine_a52_decoder.c:812
-msgid "use A/52 dynamic range compression"
-msgstr ""
-
-#: src/audio_dec/xine_a52_decoder.c:813
-msgid ""
-"Dynamic range compression limits the dynamic range of the audio. This means "
-"making the loud sounds softer, and the soft sounds louder, so you can more "
-"easily listen to the audio in a noisy environment without disturbing anyone."
-msgstr ""
-
-#: src/audio_dec/xine_a52_decoder.c:820
-msgid "downmix audio to 2 channel surround stereo"
-msgstr ""
-
-#: src/audio_dec/xine_a52_decoder.c:821
-msgid ""
-"When you want to listen to multichannel surround sound, but you have only "
-"two speakers or a surround decoder or amplifier which does some sort of "
-"matrix surround decoding like prologic, you should enable this option so "
-"that the additional channels are mixed into the stereo signal."
-msgstr ""
-
-#: src/audio_dec/xine_dts_decoder.c:571
-msgid "DTS passthru audio format decoder plugin"
-msgstr ""
-
-#: src/audio_dec/xine_faad_decoder.c:135
-#, c-format
-msgid "libfaad: libfaad NeAACDecOpen() failed.\n"
-msgstr ""
-
-#: src/audio_dec/xine_faad_decoder.c:144
-#, c-format
-msgid "libfaad: libfaad NeAACDecInit2 failed.\n"
-msgstr ""
-
-#: src/audio_dec/xine_faad_decoder.c:155
-#, c-format
-msgid "libfaad: libfaad NeAACDecInit failed.\n"
-msgstr ""
-
-#: src/audio_dec/xine_faad_decoder.c:489
-msgid "Freeware Advanced Audio Decoder"
-msgstr ""
-
-#: src/audio_dec/xine_musepack_decoder.c:296
-#, c-format
-msgid "libmusepack: mpc_demux_init failed.\n"
-msgstr ""
-
-#: src/audio_dec/xine_musepack_decoder.c:307
-#, c-format
-msgid "libmusepack: mpc_streaminfo_read failed: %d\n"
-msgstr ""
-
-#: src/audio_dec/xine_musepack_decoder.c:388
-#, c-format
-msgid "libmusepack: data after last frame ignored\n"
-msgstr ""
-
-#: src/audio_dec/xine_musepack_decoder.c:403
-#, c-format
-msgid "libmusepack: mpc_decoder_initialise failed\n"
-msgstr ""
-
-#: src/audio_dec/xine_musepack_decoder.c:423
-#: src/audio_dec/xine_musepack_decoder.c:442
-#, c-format
-msgid "libmusepack: mpc_decoder_decode failed: %d\n"
-msgstr ""
-
-#: src/audio_dec/xine_musepack_decoder.c:519
-msgid "mpc: musepack audio decoder plugin"
-msgstr ""
-
-#: src/video_dec/bitplane.c:1271
-#, c-format
-msgid "bitplane: error doing ByteRun1 decompression\n"
-msgstr ""
-
-#: src/video_dec/bitplane.c:1322
-#, c-format
-msgid "bitplane: Anim Opt 1 is not supported at the moment\n"
-msgstr ""
-
-#: src/video_dec/bitplane.c:1329
-#, c-format
-msgid "bitplane: Anim Opt 2 is not supported at the moment\n"
-msgstr ""
-
-#: src/video_dec/bitplane.c:1379
-#, c-format
-msgid "bitplane: Anim ASCIIJ is not supported at the moment\n"
-msgstr ""
-
-#: src/video_dec/bitplane.c:1385
-#, c-format
-msgid "bitplane: This anim-type is not supported at the moment\n"
-msgstr ""
-
-#: src/video_dec/bitplane.c:1523
-msgid "Raw bitplane video decoder plugin"
-msgstr ""
-
#: src/post/audio/stretch.c:267
msgid ""
"This filter will perform a time stretch, playing the stream faster or slower "
@@ -3448,8 +3389,159 @@ msgstr ""
msgid "unsharp mask & gaussian blur"
msgstr ""
-#: src/vdr/input_vdr.c:241 src/vdr/input_vdr.c:281 src/vdr/input_vdr.c:2241
-#: src/vdr/input_vdr.c:2251 src/vdr/input_vdr.c:2352
+#: src/spu_dec/cmml_decoder.c:468
+msgid "font for external subtitles"
+msgstr ""
+
+#: src/spu_dec/cmml_decoder.c:474
+msgid "subtitle vertical offset (relative window size)"
+msgstr ""
+
+#: src/spu_dec/cmml_decoder.c:497
+msgid "CMML subtitle decoder plugin"
+msgstr ""
+
+#: src/spu_dec/cmml_decoder.c:505
+msgid "encoding of subtitles"
+msgstr ""
+
+#: src/spu_dec/sputext_decoder.c:1128
+msgid "external subtitle decoder plugin"
+msgstr ""
+
+#: src/spu_dec/sputext_decoder.c:1137
+msgid "subtitle size"
+msgstr ""
+
+#: src/spu_dec/sputext_decoder.c:1138
+msgid ""
+"You can adjust the subtitle size here. The setting will be evaluated "
+"relative to the window size."
+msgstr ""
+
+#: src/spu_dec/sputext_decoder.c:1144
+msgid "subtitle vertical offset"
+msgstr ""
+
+#: src/spu_dec/sputext_decoder.c:1145
+msgid ""
+"You can adjust the vertical position of the subtitle. The setting will be "
+"evaluated relative to the window size."
+msgstr ""
+
+#: src/spu_dec/sputext_decoder.c:1151 src/spu_dec/sputext_decoder.c:1160
+msgid "font for subtitles"
+msgstr ""
+
+#: src/spu_dec/sputext_decoder.c:1152
+msgid "A font from the xine font directory to be used for the subtitle text."
+msgstr ""
+
+#: src/spu_dec/sputext_decoder.c:1161
+msgid "An outline font file (e.g. a .ttf) to be used for the subtitle text."
+msgstr ""
+
+#: src/spu_dec/sputext_decoder.c:1167
+msgid "whether to use a freetype font"
+msgstr ""
+
+#: src/spu_dec/sputext_decoder.c:1174
+msgid "encoding of the subtitles"
+msgstr ""
+
+#: src/spu_dec/sputext_decoder.c:1175
+msgid ""
+"The encoding of the subtitle text in the stream. This setting is used to "
+"render non-ASCII characters correctly. If non-ASCII characters are not "
+"displayed as you expect, ask the creator of the subtitles what encoding was "
+"used."
+msgstr ""
+
+#: src/spu_dec/sputext_decoder.c:1183
+msgid "use unscaled OSD if possible"
+msgstr ""
+
+#: src/spu_dec/sputext_decoder.c:1184
+msgid ""
+"The unscaled OSD will be rendered independently of the video frame and will "
+"always be sharp, even if the video is magnified. This will look better, but "
+"does not work with all graphics hardware. The alternative is the scaled OSD, "
+"which will become blurry, if you enlarge a low resolution video to "
+"fullscreen, but it works with all graphics cards."
+msgstr ""
+
+#: src/spu_dec/sputext_demuxer.c:1432
+msgid "sputext demuxer plugin"
+msgstr ""
+
+#: src/spu_dec/sputext_demuxer.c:1447
+msgid "default duration of subtitle display in seconds"
+msgstr ""
+
+#: src/spu_dec/sputext_demuxer.c:1448
+msgid ""
+"Some subtitle formats do not explicitly give a duration for each subtitle. "
+"For these, you can set a default duration here. Setting to zero will result "
+"in the subtitle being shown until the next one takes over."
+msgstr ""
+
+#: src/spu_dec/xine_cc_decoder.c:199
+msgid "display closed captions in MPEG-2 streams"
+msgstr ""
+
+#: src/spu_dec/xine_cc_decoder.c:200
+msgid ""
+"Closed Captions are subtitles mostly meant to help the hearing impaired."
+msgstr ""
+
+#: src/spu_dec/xine_cc_decoder.c:207
+msgid "closed-captioning foreground/background scheme"
+msgstr ""
+
+#: src/spu_dec/xine_cc_decoder.c:208
+msgid "Choose your favourite rendering of the closed captions."
+msgstr ""
+
+#: src/spu_dec/xine_cc_decoder.c:214
+msgid "standard closed captioning font"
+msgstr ""
+
+#: src/spu_dec/xine_cc_decoder.c:215
+msgid "Choose the font for standard closed captions text."
+msgstr ""
+
+#: src/spu_dec/xine_cc_decoder.c:221
+msgid "italic closed captioning font"
+msgstr ""
+
+#: src/spu_dec/xine_cc_decoder.c:222
+msgid "Choose the font for italic closed captions text."
+msgstr ""
+
+#: src/spu_dec/xine_cc_decoder.c:228
+msgid "closed captioning font size"
+msgstr ""
+
+#: src/spu_dec/xine_cc_decoder.c:229
+msgid "Choose the font size for closed captions text."
+msgstr ""
+
+#: src/spu_dec/xine_cc_decoder.c:233
+msgid "center-adjust closed captions"
+msgstr ""
+
+#: src/spu_dec/xine_cc_decoder.c:234
+msgid ""
+"When enabled, closed captions will be positioned by the center of the "
+"individual lines."
+msgstr ""
+
+#: src/spu_dec/xine_cc_decoder.c:340
+msgid "closed caption decoder plugin"
+msgstr ""
+
+#: src/vdr/input_vdr.c:241 src/vdr/input_vdr.c:281 src/vdr/input_vdr.c:2246
+#: src/vdr/input_vdr.c:2256 src/vdr/input_vdr.c:2357
#, c-format
msgid "%s: input event write: %s.\n"
msgstr ""
@@ -3494,8 +3586,8 @@ msgstr ""
msgid "%s: metronom thread joined.\n"
msgstr ""
-#: src/vdr/input_vdr.c:1929 src/vdr/input_vdr.c:1943 src/vdr/input_vdr.c:1967
-#: src/vdr/input_vdr.c:1989 src/vdr/input_vdr.c:2011
+#: src/vdr/input_vdr.c:1929 src/vdr/input_vdr.c:1943 src/vdr/input_vdr.c:1972
+#: src/vdr/input_vdr.c:1994 src/vdr/input_vdr.c:2016
#, c-format
msgid "%s: failed to open '%s' (%s)\n"
msgstr ""
@@ -3504,49 +3596,54 @@ msgstr ""
msgid "timeout expired during setup phase"
msgstr ""
-#: src/vdr/input_vdr.c:2036
+#: src/vdr/input_vdr.c:1958
+#, c-format
+msgid "%s: failed to read '%s' (%s)\n"
+msgstr ""
+
+#: src/vdr/input_vdr.c:2041
#, c-format
msgid "%s: failed to create socket for port %d (%s)\n"
msgstr ""
-#: src/vdr/input_vdr.c:2050
+#: src/vdr/input_vdr.c:2055
#, c-format
msgid "%s: failed to connect to port %d (%s)\n"
msgstr ""
-#: src/vdr/input_vdr.c:2057
+#: src/vdr/input_vdr.c:2062
#, c-format
msgid "%s: socket opening (port %d) successful, fd = %d\n"
msgstr ""
-#: src/vdr/input_vdr.c:2085
+#: src/vdr/input_vdr.c:2090
#, c-format
msgid "%s: connecting to vdr.\n"
msgstr ""
-#: src/vdr/input_vdr.c:2090
+#: src/vdr/input_vdr.c:2095
#, c-format
msgid "%s: failed to resolve hostname '%s' (%s)\n"
msgstr ""
-#: src/vdr/input_vdr.c:2113
+#: src/vdr/input_vdr.c:2118
#, c-format
msgid "%s: connecting to all sockets (port %d .. %d) was successful.\n"
msgstr ""
-#: src/vdr/input_vdr.c:2182
+#: src/vdr/input_vdr.c:2187
#, c-format
msgid ""
"%s: MRL (%s) invalid! MRL should start with vdr://path/to/fifo/stream or "
"netvdr://host:port where ':port' is optional.\n"
msgstr ""
-#: src/vdr/input_vdr.c:2191 src/vdr/input_vdr.c:2208
+#: src/vdr/input_vdr.c:2196 src/vdr/input_vdr.c:2213
#, c-format
msgid "%s: can't create new thread (%s)\n"
msgstr ""
-#: src/vdr/input_vdr.c:2764
+#: src/vdr/input_vdr.c:2769
msgid "VDR display device plugin"
msgstr ""
@@ -3559,11 +3656,55 @@ msgstr ""
msgid ": osd: (%d, %d)-(%d, %d)@%lg\n"
msgstr ""
-#: src/video_out/color_matrix.c:122
+#: src/video_dec/bitplane.c:1271
+#, c-format
+msgid "bitplane: error doing ByteRun1 decompression\n"
+msgstr ""
+
+#: src/video_dec/bitplane.c:1322
+#, c-format
+msgid "bitplane: Anim Opt 1 is not supported at the moment\n"
+msgstr ""
+
+#: src/video_dec/bitplane.c:1329
+#, c-format
+msgid "bitplane: Anim Opt 2 is not supported at the moment\n"
+msgstr ""
+
+#: src/video_dec/bitplane.c:1379
+#, c-format
+msgid "bitplane: Anim ASCIIJ is not supported at the moment\n"
+msgstr ""
+
+#: src/video_dec/bitplane.c:1385
+#, c-format
+msgid "bitplane: This anim-type is not supported at the moment\n"
+msgstr ""
+
+#: src/video_dec/bitplane.c:1523
+msgid "Raw bitplane video decoder plugin"
+msgstr ""
+
+#: src/video_dec/libjpeg.c:388
+msgid "JPEG image video decoder plugin"
+msgstr ""
+
+#: src/video_dec/libjpeg.c:398
+msgid "allow downscaling of JPEG images (an alternative is to crop)"
+msgstr ""
+
+#: src/video_dec/libjpeg.c:399
+msgid ""
+"If enabled, you allow xine to downscale JPEG images so that those can be "
+"viewed with your graphics hardware. If scaling is disabled, images will be "
+"cropped."
+msgstr ""
+
+#: src/video_out/color_matrix.c:141
msgid "Output color matrix"
msgstr ""
-#: src/video_out/color_matrix.c:123
+#: src/video_out/color_matrix.c:142
msgid ""
"Tell how output colors should be calculated.\n"
"\n"
@@ -3581,11 +3722,11 @@ msgid ""
"\n"
msgstr ""
-#: src/video_out/color_matrix.c:141
+#: src/video_out/color_matrix.c:160
msgid "Output color range"
msgstr ""
-#: src/video_out/color_matrix.c:142
+#: src/video_out/color_matrix.c:161
msgid ""
"Tell how output colors should be ranged.\n"
"\n"
@@ -3820,6 +3961,20 @@ msgstr ""
msgid "xine video output plugin which displays nothing"
msgstr ""
+#: src/video_out/video_out_opengl2.c:1697
+msgid "opengl2: use a bicubic algo to scale the video"
+msgstr ""
+
+#: src/video_out/video_out_opengl2.c:1698
+msgid ""
+"Set to true if you want bicubic scaling.\n"
+"\n"
+msgstr ""
+
+#: src/video_out/video_out_opengl2.c:1772
+msgid "xine video output plugin using opengl 2.0"
+msgstr ""
+
#: src/video_out/video_out_opengl.c:1981
msgid "OpenGL renderer"
msgstr ""
@@ -3879,20 +4034,6 @@ msgstr ""
msgid "xine video output plugin using the OpenGL 3D graphics API"
msgstr ""
-#: src/video_out/video_out_opengl2.c:1676
-msgid "opengl2: use a bicubic algo to scale the video"
-msgstr ""
-
-#: src/video_out/video_out_opengl2.c:1677
-msgid ""
-"Set to true if you want bicubic scaling.\n"
-"\n"
-msgstr ""
-
-#: src/video_out/video_out_opengl2.c:1751
-msgid "xine video output plugin using opengl 2.0"
-msgstr ""
-
#: src/video_out/video_out_pgx32.c:187
#, c-format
msgid "video_out_pgx32: Error: can't grab DGA drawable for video window\n"
@@ -4000,6 +4141,10 @@ msgstr ""
msgid "xine video output plugin for Sun XVR100/PGX64/PGX24 framebuffers"
msgstr ""
+#: src/video_out/video_out_raw.c:575
+msgid "xine video output plugin passing raw data to supplied callback"
+msgstr ""
+
#: src/video_out/video_out_sdl.c:490
msgid "use hardware acceleration if available"
msgstr ""
@@ -4029,6 +4174,166 @@ msgstr ""
msgid "xine video output plugin using the Libstk Surface Set-top Toolkit"
msgstr ""
+#: src/video_out/video_out_vaapi.c:3824 src/video_out/video_out_vdpau.c:3165
+#: src/xine-engine/video_out.c:2305
+msgid "default number of video frames"
+msgstr ""
+
+#: src/video_out/video_out_vaapi.c:3825 src/video_out/video_out_vdpau.c:3166
+#: src/xine-engine/video_out.c:2306
+msgid ""
+"The default number of video frames to request from xine video out driver. "
+"Some drivers will override this setting with their own values."
+msgstr ""
+
+#: src/video_out/video_out_vaapi.c:3836 src/video_out/video_out_vaapi.c:3837
+msgid "vaapi: opengl output rendering"
+msgstr ""
+
+#: src/video_out/video_out_vaapi.c:3843 src/video_out/video_out_vaapi.c:3844
+msgid "vaapi: opengl rendering tfp"
+msgstr ""
+
+#: src/video_out/video_out_vaapi.c:3932 src/video_out/video_out_vaapi.c:3933
+msgid "vaapi: VDR osd width workaround."
+msgstr ""
+
+#: src/video_out/video_out_vaapi.c:3937 src/video_out/video_out_vaapi.c:3938
+msgid "vaapi: VDR osd height workaround."
+msgstr ""
+
+#: src/video_out/video_out_vaapi.c:3942 src/video_out/video_out_vaapi.c:3943
+msgid "vaapi: set deinterlace to 0 ( none ), 1 ( top field ), 2 ( bob )."
+msgstr ""
+
+#: src/video_out/video_out_vaapi.c:3947 src/video_out/video_out_vaapi.c:3948
+msgid "vaapi: set vaapi_guarded_render to 0 ( no ) 1 ( yes )"
+msgstr ""
+
+#: src/video_out/video_out_vaapi.c:3953 src/video_out/video_out_vaapi.c:3954
+msgid ""
+"vaapi: set scaling level to : default (default) fast (fast) hq (HQ) nla "
+"(anamorphic)"
+msgstr ""
+
+#: src/video_out/video_out_vaapi.c:3960
+msgid "vaapi: swap UV planes."
+msgstr ""
+
+#: src/video_out/video_out_vaapi.c:3961
+msgid ""
+"vaapi: this is a workaround for buggy drivers ( intel IronLake ).\n"
+"There the UV planes are swapped.\n"
+msgstr ""
+
+#: src/video_out/video_out_vaapi.c:4013 src/video_out/video_out_xcbxv.c:1640
+#: src/video_out/video_out_xv.c:1728 src/video_out/video_out_xxmc.c:2834
+msgid "xine video output plugin using the MIT X video extension"
+msgstr ""
+
+#: src/video_out/video_out_vdpau.c:2964
+msgid "maximum number of output surfaces buffered for reuse"
+msgstr ""
+
+#: src/video_out/video_out_vdpau.c:2965
+msgid "The maximum number of video output surfaces buffered for reuse"
+msgstr ""
+
+#: src/video_out/video_out_vdpau.c:2980
+msgid "default length of display queue"
+msgstr ""
+
+#: src/video_out/video_out_vdpau.c:2981
+msgid ""
+"The default number of video output surfaces to create for the display queue"
+msgstr ""
+
+#: src/video_out/video_out_vdpau.c:3108
+msgid "vdpau: Scaling Quality"
+msgstr ""
+
+#: src/video_out/video_out_vdpau.c:3109
+msgid "Scaling Quality Level"
+msgstr ""
+
+#: src/video_out/video_out_vdpau.c:3114
+msgid "vdpau: HD deinterlace method"
+msgstr ""
+
+#: src/video_out/video_out_vdpau.c:3119
+msgid "vdpau: SD deinterlace method"
+msgstr ""
+
+#: src/video_out/video_out_vdpau.c:3125
+msgid "vdpau: Try to recreate progressive frames from pulldown material"
+msgstr ""
+
+#: src/video_out/video_out_vdpau.c:3126
+msgid ""
+"Enable this to detect bad-flagged progressive content to which\n"
+"a 2:2 or 3:2 pulldown was applied.\n"
+"\n"
+msgstr ""
+
+#: src/video_out/video_out_vdpau.c:3132
+msgid "vdpau: disable deinterlacing when progressive_frame flag is set"
+msgstr ""
+
+#: src/video_out/video_out_vdpau.c:3133
+msgid ""
+"Set to true if you want to trust the progressive_frame stream's flag.\n"
+"This flag is not always reliable.\n"
+"\n"
+msgstr ""
+
+#: src/video_out/video_out_vdpau.c:3139
+msgid "vdpau: disable advanced deinterlacers chroma filter"
+msgstr ""
+
+#: src/video_out/video_out_vdpau.c:3140
+msgid ""
+"Setting to true may help if your video card isn't able to run advanced "
+"deinterlacers.\n"
+"\n"
+msgstr ""
+
+#: src/video_out/video_out_vdpau.c:3146
+msgid "vdpau: color of none video area in output window"
+msgstr ""
+
+#: src/video_out/video_out_vdpau.c:3147
+msgid ""
+"Displaying 4:3 images on 16:9 plasma TV sets lets the inactive pixels "
+"outside the video age slower than the pixels in the active area. Setting a "
+"different background color (e. g. 8421504) makes all pixels age similarly. "
+"The number to enter for a certain color can be derived from its 6 digit "
+"hexadecimal RGB value.\n"
+"\n"
+msgstr ""
+
+#: src/video_out/video_out_vdpau.c:3152
+msgid "vdpau: restrict enabling video properties for SD video only"
+msgstr ""
+
+#: src/video_out/video_out_vdpau.c:3153
+msgid ""
+"none\n"
+"No restrictions\n"
+"\n"
+"noise\n"
+"Restrict noise reduction property.\n"
+"\n"
+"sharpness\n"
+"Restrict sharpness property.\n"
+"\n"
+"noise+sharpnessRestrict noise and sharpness properties.\n"
+"\n"
+msgstr ""
+
+#: src/video_out/video_out_vdpau.c:3261
+msgid "xine video output plugin using VDPAU hardware acceleration"
+msgstr ""
+
#: src/video_out/video_out_vidix.c:1018
msgid "red intensity"
msgstr ""
@@ -4105,17 +4410,17 @@ msgstr ""
msgid "xine video output plugin using libvidix for linux frame buffer"
msgstr ""
-#: src/video_out/video_out_xcbshm.c:173 src/video_out/video_out_xshm.c:232
+#: src/video_out/video_out_xcbshm.c:178 src/video_out/video_out_xshm.c:237
#, c-format
msgid "%s: %s: allocating image\n"
msgstr ""
-#: src/video_out/video_out_xcbshm.c:175 src/video_out/video_out_xcbshm.c:185
-#: src/video_out/video_out_xcbshm.c:197 src/video_out/video_out_xcbxv.c:278
+#: src/video_out/video_out_xcbshm.c:180 src/video_out/video_out_xcbshm.c:190
+#: src/video_out/video_out_xcbshm.c:202 src/video_out/video_out_xcbxv.c:278
#: src/video_out/video_out_xcbxv.c:288 src/video_out/video_out_xcbxv.c:298
-#: src/video_out/video_out_xcbxv.c:310 src/video_out/video_out_xshm.c:217
-#: src/video_out/video_out_xshm.c:234 src/video_out/video_out_xshm.c:245
-#: src/video_out/video_out_xshm.c:264 src/video_out/video_out_xv.c:306
+#: src/video_out/video_out_xcbxv.c:310 src/video_out/video_out_xshm.c:222
+#: src/video_out/video_out_xshm.c:239 src/video_out/video_out_xshm.c:250
+#: src/video_out/video_out_xshm.c:269 src/video_out/video_out_xv.c:306
#: src/video_out/video_out_xv.c:333 src/video_out/video_out_xv.c:342
#: src/video_out/video_out_xv.c:378 src/video_out/video_out_xxmc.c:643
#: src/video_out/video_out_xxmc.c:654 src/video_out/video_out_xxmc.c:663
@@ -4124,19 +4429,19 @@ msgstr ""
msgid "%s: => not using MIT Shared Memory extension.\n"
msgstr ""
-#: src/video_out/video_out_xcbshm.c:183 src/video_out/video_out_xshm.c:243
+#: src/video_out/video_out_xcbshm.c:188 src/video_out/video_out_xshm.c:248
#, c-format
msgid "%s: shared memory error (address error) when allocating image \n"
msgstr ""
-#: src/video_out/video_out_xcbshm.c:195 src/video_out/video_out_xcbxv.c:308
-#: src/video_out/video_out_xshm.c:262 src/video_out/video_out_xv.c:376
+#: src/video_out/video_out_xcbshm.c:200 src/video_out/video_out_xcbxv.c:308
+#: src/video_out/video_out_xshm.c:267 src/video_out/video_out_xv.c:376
#: src/video_out/video_out_xxmc.c:697
#, c-format
msgid "%s: x11 error during shared memory XImage creation\n"
msgstr ""
-#: src/video_out/video_out_xcbshm.c:1212 src/video_out/video_out_xshm.c:1267
+#: src/video_out/video_out_xcbshm.c:1239 src/video_out/video_out_xshm.c:1292
#, c-format
msgid ""
"\n"
@@ -4146,17 +4451,27 @@ msgid ""
"\n"
msgstr ""
-#: src/video_out/video_out_xcbshm.c:1225 src/video_out/video_out_xshm.c:1280
+#: src/video_out/video_out_xcbshm.c:1252 src/video_out/video_out_xshm.c:1305
#, c-format
msgid "%s: MIT shared memory extension not present on display.\n"
msgstr ""
-#: src/video_out/video_out_xcbshm.c:1324 src/video_out/video_out_xshm.c:1364
+#: src/video_out/video_out_xcbshm.c:1351 src/video_out/video_out_xshm.c:1389
#, c-format
msgid "%s: your video mode was not recognized, sorry :-(\n"
msgstr ""
-#: src/video_out/video_out_xcbshm.c:1350 src/video_out/video_out_xshm.c:1409
+#: src/video_out/video_out_xcbshm.c:1369 src/video_out/video_out_xshm.c:1409
+msgid "Skip high rate frames"
+msgstr ""
+
+#: src/video_out/video_out_xcbshm.c:1370 src/video_out/video_out_xshm.c:1410
+msgid ""
+"Skip every other frame when there are 40fps or more.\n"
+"You will probably not see a difference, and save CPU power.\n"
+msgstr ""
+
+#: src/video_out/video_out_xcbshm.c:1385 src/video_out/video_out_xshm.c:1442
msgid "xine video output plugin using the MIT X shared memory extension"
msgstr ""
@@ -4247,12 +4562,7 @@ msgstr ""
msgid "%s: this adaptor supports the %s format.\n"
msgstr ""
-#: src/video_out/video_out_xcbxv.c:1640 src/video_out/video_out_xv.c:1728
-#: src/video_out/video_out_xxmc.c:2834
-msgid "xine video output plugin using the MIT X video extension"
-msgstr ""
-
-#: src/video_out/video_out_xshm.c:215
+#: src/video_out/video_out_xshm.c:220
#, c-format
msgid "%s: shared memory error when allocating image\n"
msgstr ""
@@ -4618,51 +4928,71 @@ msgstr ""
msgid "xine-lib: buffer.c: There has been a fatal error: TOO MANY FREE's\n"
msgstr ""
-#: src/xine-engine/configfile.c:953
+#: src/xine-engine/buffer_types.c:1326
+#, c-format
+msgid "%s: unknown video FourCC code %#x \"%s\"\n"
+msgstr ""
+
+#: src/xine-engine/buffer_types.c:1338
+#, c-format
+msgid "%s: unknown audio format tag code %#x \"%s\"\n"
+msgstr ""
+
+#: src/xine-engine/configfile.c:957
#, c-format
msgid "The current config file has been modified by a newer version of xine."
msgstr ""
-#: src/xine-engine/configfile.c:1006
+#: src/xine-engine/configfile.c:1010
#, c-format
msgid "Loaded configuration from file '%s'\n"
msgstr ""
-#: src/xine-engine/configfile.c:1011
+#: src/xine-engine/configfile.c:1015
#, c-format
msgid "Failed to load configuration from file '%s': %s\n"
msgstr ""
-#: src/xine-engine/configfile.c:1067
+#: src/xine-engine/configfile.c:1071
#, c-format
msgid "configfile: WARNING: backing up configfile to %s failed\n"
msgstr ""
-#: src/xine-engine/configfile.c:1068
+#: src/xine-engine/configfile.c:1072
#, c-format
msgid "configfile: WARNING: your configuration will not be saved\n"
msgstr ""
-#: src/xine-engine/configfile.c:1168
+#: src/xine-engine/configfile.c:1172
#, c-format
msgid "configfile: WARNING: writing configuration to %s failed\n"
msgstr ""
-#: src/xine-engine/configfile.c:1169
+#: src/xine-engine/configfile.c:1173
#, c-format
msgid "configfile: WARNING: removing possibly broken config file %s\n"
msgstr ""
-#: src/xine-engine/configfile.c:1170
+#: src/xine-engine/configfile.c:1174
#, c-format
msgid "configfile: WARNING: you should check the backup file %s\n"
msgstr ""
-#: src/xine-engine/configfile.c:1631
+#: src/xine-engine/configfile.c:1636
#, c-format
msgid "configfile: entry '%s' mustn't be modified from MRL\n"
msgstr ""
+#: src/xine-engine/demux.c:249
+#, c-format
+msgid "Stuck in _x_demux_control_headers_done(). Taking the emergency exit\n"
+msgstr ""
+
+#: src/xine-engine/demux.c:415
+#, c-format
+msgid "Stuck in demux_loop(). Taking the emergency exit\n"
+msgstr ""
+
#: src/xine-engine/info_helper.c:228
#, c-format
msgid "info_helper: can't find out current locale character set\n"
@@ -4921,19 +5251,19 @@ msgstr ""
msgid "load_plugins: using demuxer '%s'\n"
msgstr ""
-#: src/xine-engine/load_plugins.c:1940 src/xine-engine/load_plugins.c:1987
+#: src/xine-engine/load_plugins.c:1942 src/xine-engine/load_plugins.c:1989
#, c-format
msgid "load_plugins: failed to load audio output plugin <%s>\n"
msgstr ""
-#: src/xine-engine/load_plugins.c:1990
+#: src/xine-engine/load_plugins.c:1992
#, c-format
msgid ""
"load_plugins: audio output auto-probing didn't find any usable audio "
"driver.\n"
msgstr ""
-#: src/xine-engine/load_plugins.c:2300
+#: src/xine-engine/load_plugins.c:2302
#, c-format
msgid ""
"load_plugins: cannot unload plugin lib %s:\n"
@@ -5123,16 +5453,6 @@ msgid ""
"differently meanwhile.\n"
msgstr ""
-#: src/xine-engine/video_out.c:2305
-msgid "default number of video frames"
-msgstr ""
-
-#: src/xine-engine/video_out.c:2306
-msgid ""
-"The default number of video frames to request from xine video out driver. "
-"Some drivers will override this setting with their own values."
-msgstr ""
-
#: src/xine-engine/video_out.c:2363
msgid "percentage of skipped frames to tolerate"
msgstr ""
@@ -5197,145 +5517,145 @@ msgid ""
"accelerated, this can dramatically reduce CPU usage."
msgstr ""
-#: src/xine-engine/xine.c:863 src/xine-engine/xine.c:985
-#: src/xine-engine/xine.c:1025 src/xine-engine/xine.c:1061
-#: src/xine-engine/xine.c:1073 src/xine-engine/xine.c:1086
-#: src/xine-engine/xine.c:1099 src/xine-engine/xine.c:1112
-#: src/xine-engine/xine.c:1138 src/xine-engine/xine.c:1163
-#: src/xine-engine/xine.c:1200
+#: src/xine-engine/xine.c:894 src/xine-engine/xine.c:1016
+#: src/xine-engine/xine.c:1056 src/xine-engine/xine.c:1092
+#: src/xine-engine/xine.c:1104 src/xine-engine/xine.c:1117
+#: src/xine-engine/xine.c:1130 src/xine-engine/xine.c:1143
+#: src/xine-engine/xine.c:1169 src/xine-engine/xine.c:1194
+#: src/xine-engine/xine.c:1231
#, c-format
msgid "xine: error while parsing mrl\n"
msgstr ""
-#: src/xine-engine/xine.c:922
+#: src/xine-engine/xine.c:953
#, c-format
msgid "xine: found input plugin : %s\n"
msgstr ""
-#: src/xine-engine/xine.c:939
+#: src/xine-engine/xine.c:970
#, c-format
msgid "xine: input plugin cannot open MRL [%s]\n"
msgstr ""
-#: src/xine-engine/xine.c:948
+#: src/xine-engine/xine.c:979
#, c-format
msgid "xine: cannot find input plugin for MRL [%s]\n"
msgstr ""
-#: src/xine-engine/xine.c:974
+#: src/xine-engine/xine.c:1005
#, c-format
msgid "xine: specified demuxer %s failed to start\n"
msgstr ""
-#: src/xine-engine/xine.c:1011
+#: src/xine-engine/xine.c:1042
#, c-format
msgid "xine: join rip input plugin\n"
msgstr ""
-#: src/xine-engine/xine.c:1018
+#: src/xine-engine/xine.c:1049
#, c-format
msgid "xine: error opening rip input plugin instance\n"
msgstr ""
-#: src/xine-engine/xine.c:1049
+#: src/xine-engine/xine.c:1080
#, c-format
msgid "xine: last_probed demuxer %s failed to start\n"
msgstr ""
-#: src/xine-engine/xine.c:1078
+#: src/xine-engine/xine.c:1109
#, c-format
msgid "ignoring video\n"
msgstr ""
-#: src/xine-engine/xine.c:1091
+#: src/xine-engine/xine.c:1122
#, c-format
msgid "ignoring audio\n"
msgstr ""
-#: src/xine-engine/xine.c:1104
+#: src/xine-engine/xine.c:1135
#, c-format
msgid "ignoring subpicture\n"
msgstr ""
-#: src/xine-engine/xine.c:1117
+#: src/xine-engine/xine.c:1148
#, c-format
msgid "input cache plugin disabled\n"
msgstr ""
-#: src/xine-engine/xine.c:1190
+#: src/xine-engine/xine.c:1221
#, c-format
msgid "subtitle mrl opened '%s'\n"
msgstr ""
-#: src/xine-engine/xine.c:1194
+#: src/xine-engine/xine.c:1225
#, c-format
msgid "xine: error opening subtitle mrl\n"
msgstr ""
-#: src/xine-engine/xine.c:1226
+#: src/xine-engine/xine.c:1257
#, c-format
msgid "xine: error while parsing MRL\n"
msgstr ""
-#: src/xine-engine/xine.c:1233
+#: src/xine-engine/xine.c:1264
#, c-format
msgid "xine: changing option '%s' from MRL isn't permitted\n"
msgstr ""
-#: src/xine-engine/xine.c:1264
+#: src/xine-engine/xine.c:1296
#, c-format
msgid "xine: couldn't load plugin-specified demux %s for >%s<\n"
msgstr ""
-#: src/xine-engine/xine.c:1274
+#: src/xine-engine/xine.c:1306
#, c-format
msgid "xine: couldn't find demux for >%s<\n"
msgstr ""
-#: src/xine-engine/xine.c:1290
+#: src/xine-engine/xine.c:1322
#, c-format
msgid "xine: found demuxer plugin: %s\n"
msgstr ""
-#: src/xine-engine/xine.c:1312
+#: src/xine-engine/xine.c:1344
#, c-format
msgid "xine: demuxer is already done. that was fast!\n"
msgstr ""
-#: src/xine-engine/xine.c:1314
+#: src/xine-engine/xine.c:1346
#, c-format
msgid "xine: demuxer failed to start\n"
msgstr ""
-#: src/xine-engine/xine.c:1380
+#: src/xine-engine/xine.c:1412
#, c-format
msgid "xine_play: no demux available\n"
msgstr ""
-#: src/xine-engine/xine.c:1451
+#: src/xine-engine/xine.c:1483
#, c-format
msgid "xine_play: demux failed to start\n"
msgstr ""
-#: src/xine-engine/xine.c:1736
+#: src/xine-engine/xine.c:1768
#, c-format
msgid "xine: The specified save_dir \"%s\" might be a security risk.\n"
msgstr ""
-#: src/xine-engine/xine.c:1741
+#: src/xine-engine/xine.c:1773
msgid "The specified save_dir might be a security risk."
msgstr ""
-#: src/xine-engine/xine.c:1781
+#: src/xine-engine/xine.c:1813
#, c-format
msgid "xine: locale not supported by C library\n"
msgstr ""
-#: src/xine-engine/xine.c:1790
+#: src/xine-engine/xine.c:1822
msgid "media format detection strategy"
msgstr ""
-#: src/xine-engine/xine.c:1791
+#: src/xine-engine/xine.c:1823
msgid ""
"xine offers various methods to detect the media format of input to play. The "
"individual values are:\n"
@@ -5353,11 +5673,11 @@ msgid ""
"Detect by file name extension only.\n"
msgstr ""
-#: src/xine-engine/xine.c:1809
+#: src/xine-engine/xine.c:1841
msgid "directory for saving streams"
msgstr ""
-#: src/xine-engine/xine.c:1810
+#: src/xine-engine/xine.c:1842
msgid ""
"When using the stream save feature, files will be written only into this "
"directory.\n"
@@ -5367,11 +5687,11 @@ msgid ""
"content in any file."
msgstr ""
-#: src/xine-engine/xine.c:1821
+#: src/xine-engine/xine.c:1853
msgid "allow implicit changes to the configuration (e.g. by MRL)"
msgstr ""
-#: src/xine-engine/xine.c:1822
+#: src/xine-engine/xine.c:1854
msgid ""
"If enabled, you allow xine to change your configuration without explicit "
"actions from your side. For example configuration changes demanded by MRLs "
@@ -5381,26 +5701,26 @@ msgid ""
"configuration, you might end with a totally messed up xine."
msgstr ""
-#: src/xine-engine/xine.c:1836
+#: src/xine-engine/xine.c:1868
msgid "Timeout for network stream reading (in seconds)"
msgstr ""
-#: src/xine-engine/xine.c:1837
+#: src/xine-engine/xine.c:1869
msgid ""
"Specifies the timeout when reading from network streams, in seconds. Too low "
"values might stop streaming when the source is slow or the bandwidth is "
"occupied, too high values will freeze the player if the connection is lost."
msgstr ""
-#: src/xine-engine/xine.c:2315
+#: src/xine-engine/xine.c:2347
msgid "messages"
msgstr ""
-#: src/xine-engine/xine.c:2316
+#: src/xine-engine/xine.c:2348
msgid "plugin"
msgstr ""
-#: src/xine-engine/xine.c:2317
+#: src/xine-engine/xine.c:2349
msgid "trace"
msgstr ""