summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-30 12:39:51 +0000
committerkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-30 12:39:51 +0000
commit85305320f1ebb216c6e85503fa0cc879384830ef (patch)
treea1e475703318056b9391700f41e2b864faddbd7a /help
parent03ca76a15bafc53f265554eec6d8913bd2265abc (diff)
downloadmpv-85305320f1ebb216c6e85503fa0cc879384830ef.tar.bz2
mpv-85305320f1ebb216c6e85503fa0cc879384830ef.tar.xz
r27123: Add verbose messages about trying and searching for audio output drivers.
Add messages showing why a specified audio output driver failed to be used. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27164 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-de.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/help/help_mp-de.h b/help/help_mp-de.h
index 5373cda254..d431724a78 100644
--- a/help/help_mp-de.h
+++ b/help/help_mp-de.h
@@ -4,7 +4,8 @@
// Alexander Strasser <eclipse7@gmx.net>
// Sebastian Krämer <mail@kraymer.de>
-// In sync with r27071
+// In sync with r27123
+// TODO: cosmetic commit 27072
// FIXME: improve wording/meaning of periodsize|timer.. for ao_alsa.c strings
@@ -1121,6 +1122,10 @@ static char help_text[]=
#define MSGTR_AO_ALSA9_1x_Removed \
"audio_out: Die Module alsa9 und alsa1x wurden entfernt, benutze stattdessen \n" \
"-ao alsa.\n"
+#define MSGTR_AO_TryingPreferredAudioDriver "Probiere bevorzugten Audiotreiber '%.*s', Optionen '%s'\n"
+#define MSGTR_AO_NoSuchDriver "Kein Audiotreiber '%.*s'\n"
+#define MSGTR_AO_FailedInit "Konnte Audiotreiber '%s' nicht initialisieren\n"
+#define MSGTR_AO_TryingEveryKnown "Probiere jeden bekannten Audiotreiber...\n"
// ao_oss.c
#define MSGTR_AO_OSS_CantOpenMixer "[AO OSS] audio_setup: Kann Mixer %s: %s nicht öffnen.\n"