summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-26 12:14:30 +0000
committerkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-26 12:14:30 +0000
commit3d3d5ce850a40b594ecd2a9ba1bd6c37231b27ec (patch)
treeb8bd94f7fcc97c5ef2367154740f18f7bb8a207c /help
parent5eb6bd64d369df5829a62629e715fa537cae3fba (diff)
downloadmpv-3d3d5ce850a40b594ecd2a9ba1bd6c37231b27ec.tar.bz2
mpv-3d3d5ce850a40b594ecd2a9ba1bd6c37231b27ec.tar.xz
r22637: Allow to specify frequencies in channels option.
r22747: Explain workaround for -vo gl:scaled-osd -ass image corruption. r22772: Available interfaces are showed in verbose mode. r22779: roff fix: escape dash for options git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22829 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-de.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/help/help_mp-de.h b/help/help_mp-de.h
index a21eefdb00..1147e8c0c9 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 r22428
+// In sync with r22772
// FIXME: improve wording/meaning of periodsize|timer.. for ao_alsa.c strings
// ========================= MPlayer help ===========================
@@ -2042,11 +2042,11 @@ static char help_text[]=
#define MSGTR_RADIO_CaptureStarting "[Radio] Starte Capture-Kram.\n"
#define MSGTR_RADIO_ClearBufferFailed "[Radio] Klärung des Puffers fehlgeschlagen: %s\n"
#define MSGTR_RADIO_StreamEnableCacheFailed "[Radio] Aufruf zu stream_enable_cache fehlgeschlagen: %s\n"
-#define MSGTR_RADIO_DriverUnknownId "[Radio] Unbekannte Treiber-ID: %d\n"
#define MSGTR_RADIO_DriverUnknownStr "[Radio] Unbekannter Treibername: %s\n"
#define MSGTR_RADIO_DriverV4L2 "[Radio] Benutze V4Lv2-Radioschnittstelle.\n"
#define MSGTR_RADIO_DriverV4L "[Radio] Benutze V4Lv1-Radioschnittstelle.\n"
#define MSGTR_RADIO_DriverBSDBT848 "[Radio] Benutze *BSD BT848-Radioschnittstelle.\n"
+#define MSGTR_RADIO_AvailableDrivers "[Radio] Verfügbare Treiber: "
// ================================== LIBASS ====================================