summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-10 23:09:19 +0000
committerkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-10 23:09:19 +0000
commit44b2e1594fc1abe1c9489c20ea7ddf272ab33a38 (patch)
treef1f573d971b76b8db37a8a2c645e425dc632d581 /help
parent78c2694b4807df0fcf68c0ce8fbc4b2fc9767527 (diff)
downloadmpv-44b2e1594fc1abe1c9489c20ea7ddf272ab33a38.tar.bz2
mpv-44b2e1594fc1abe1c9489c20ea7ddf272ab33a38.tar.xz
r24294: suboption consistency, add fixme document -vivo suboptions
r24310: Support for selecting language via packet 28. r24329: manpage fix: escape '\' in -vf geq description r24349: Support lowdelay flag r24356: spelling fixes, pointed by Diego r24357: Clarify teletext tlang option. r24386: move lavc option out of XviD section, to lavc section r24423: Implementation of tv:// driver autodetection. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24427 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-de.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/help/help_mp-de.h b/help/help_mp-de.h
index 1f3295b086..4ffc1279e9 100644
--- a/help/help_mp-de.h
+++ b/help/help_mp-de.h
@@ -4,7 +4,7 @@
// Alexander Strasser <eclipse7@gmx.net>
// Sebastian Krämer <mail@kraymer.de>
-// In sync with r24216
+// In sync with r24423
// FIXME: improve wording/meaning of periodsize|timer.. for ao_alsa.c strings
// ========================= MPlayer help ===========================
@@ -2141,6 +2141,7 @@ static char help_text[]=
#define MSGTR_TV_AvailableDrivers "Verfügbare Treiber:\n"
#define MSGTR_TV_DriverInfo "Ausgewählter Treiber: %s\n Name: %s\n Autor: %s\n Kommentar: %s\n"
#define MSGTR_TV_NoSuchDriver "Kein Treiber: %s\n"
+#define MSGTR_TV_DriverAutoDetectionFailed "Automatische Erkennung des TV-Treibers fehlgeschlagen.\n"
#define MSGTR_TV_UnknownColorOption "Unbekannte Farboption (%d) angegeben!\n"
#define MSGTR_TV_CurrentFrequency "Momentane Frequenz: %lu (%.3f)\n"
#define MSGTR_TV_NoTeletext "Kein Videotext"
@@ -2156,4 +2157,6 @@ static char help_text[]=
#define MSGTR_TV_Bt848ErrorSettingWidth "tvi_bsdbt848: Fehler beim Setzen der Bildbreite: %s\n"
#define MSGTR_TV_Bt848ErrorSettingHeight "tvi_bsdbt848: Fehler beim Setzen der Bildhöhe: %s\n"
#define MSGTR_TV_Bt848UnableToStopCapture "tvi_bsdbt848: Kann Aufnahme nicht stoppen. Fehler: %s\n"
+#define MSGTR_TV_TTSupportedLanguages "Unterstützte Videotextsprachen:\n"
+#define MSGTR_TV_TTSelectedLanguage "Gewählte Standardvideotextsprache: %s\n"