diff options
author | kraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-10-25 18:00:29 +0000 |
---|---|---|
committer | kraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-10-25 18:00:29 +0000 |
commit | c6d7d49aeeee7688061089208df04f6f28f97b13 (patch) | |
tree | bd3a382fec3c7f4b1fc834d21aac09691a796ad3 | |
parent | 3751127220d79d3744a4cff8298ccc1ad6c8a217 (diff) |
1.142: removing ao_alsa9.c and ao_alsa1x.c
1.143: printf --> mp_msg conversion (was already done by Diego)
1.144: Support for 24 bit and 20 bit LPCM (support message)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13760 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | help/help_mp-de.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/help/help_mp-de.h b/help/help_mp-de.h index 97644af8eb..60c0711ad0 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 <mplayer@skraemer.de> -// In synch with rev 1.141 +// In synch with rev 1.144 // ========================= MPlayer help =========================== @@ -47,10 +47,12 @@ static char help_text[]= " z oder x Untertitelverzögerung um +/- 0.1 Sekunde anpassen\n" " r oder t Verschiebe die Untertitel-Position, siehe auch '-vf expand'\n" "\n" -" * * * SIEHE MANPAGE FÜR DETAILS, WEITERE OPTIONEN UND TASTEN* * *\n" +" * * * SIEHE MANPAGE FÜR DETAILS, WEITERE OPTIONEN UND TASTEN * * *\n" "\n"; #endif +#define MSGTR_SamplesWanted "Beispiele für dieses Format werden gebraucht, um die Unterstützung zu verbessern. Bitte kontaktiere die Entwickler.\n" + // ========================= MPlayer Ausgaben =========================== // mplayer.c: @@ -804,6 +806,9 @@ static char help_text[]= // libao2 +// audio_out.c +#define MSGTR_AO_ALSA9_1x_Removed "audio_out: Die Module alsa9 und alsa1x wurden entfernt, benutze stattdessen -ao alsa.\n" + // ao_oss.c #define MSGTR_AO_OSS_CantOpenMixer "[AO OSS] audio_setup: Kann Mixer %s: %s nicht öffnen.\n" #define MSGTR_AO_OSS_ChanNotFound "[AO OSS] audio_setup: Soundkartenmixer hat Kanal '%s' nicht, benutze Standard.\n" |