summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-12 07:07:48 +0000
committerkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-12 07:07:48 +0000
commit41a361d7f623c0766385537bdb6938955a24d472 (patch)
treed8c13674cb8195856aa3fd1d171da7cf8a91656c /help
parent34542321865cc2fd998270df0dc7e07420d1d233 (diff)
downloadmpv-41a361d7f623c0766385537bdb6938955a24d472.tar.bz2
mpv-41a361d7f623c0766385537bdb6938955a24d472.tar.xz
r19799: ability to pass channel name (not only number) to radio_set_channel
r19788: small wording/spelling fixes r19785: keypad 7 returns to nearest dvdnav menu r19778: mention dvdnav keys bindings r19777: mention that 'h' and 'k' work with dvb input, too r19763: -nortc is now the default, document -rtc instead. Change the description of -rtc and -softsleep. r19751: Add a bit of doc about dvdnav support in MPlayer, and why you may want to use it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19805 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-de.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/help/help_mp-de.h b/help/help_mp-de.h
index a6a8510243..daea1442ea 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 r19693
+// In sync with r19799
// ========================= MPlayer help ===========================
@@ -1878,6 +1878,7 @@ static char help_text[]=
#define MSGTR_RADIO_WrongFreqForChannel "[Radio] Falsche Frequenz für Kanal %s\n"
#define MSGTR_RADIO_WrongChannelNumberFloat "[Radio] Falsche Kanalnummer: %.2f\n"
#define MSGTR_RADIO_WrongChannelNumberInt "[Radio] Falsche Kanalnummer: %d\n"
+#define MSGTR_RADIO_WrongChannelName "[Radio] Falscher Kanalname: %s\n"
#define MSGTR_RADIO_FreqParameterDetected "[Radio] Radiofrequenzparameter erkannt.\n"
#define MSGTR_RADIO_DoneParsingChannels "[Radio] Einlesen der Kanäle erledigt.\n"
#define MSGTR_RADIO_GetTunerFailed "[Radio] Warnung: ioctl \"get tuner\" fehlgeschlagen: %s. Setze frac auf %d.\n"