diff options
author | kraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-18 11:27:39 +0000 |
---|---|---|
committer | kraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-18 11:27:39 +0000 |
commit | f76f5ae22e64fb8a15411c9ca21659664e0e6caa (patch) | |
tree | 22d547176a6bacf5c3d73f0289ec03aec250b3bd /help | |
parent | 67efdbe07a0b5451d93c825b28736af64a4b9c25 (diff) |
r21001: Add *BSD BT848 radio support
r21003: Xvid3 support is no more: Remove Xvid3-specific options
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21007 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r-- | help/help_mp-de.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/help/help_mp-de.h b/help/help_mp-de.h index cf5da5c22b..ad6eaa6ade 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 r20972 +// In sync with r21001 // FIXME: improve wording/meaning of periodsize|timer.. for ao_alsa.c strings // ========================= MPlayer help =========================== @@ -2020,4 +2020,5 @@ static char help_text[]= #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" |