[MPlayer-DOCS] CVS: main/help help_mp-de.h,1.97,1.98
Sebastian Kraemer CVS
syncmail at mplayerhq.hu
Mon Oct 25 20:00:31 CEST 2004
CVS change done by Sebastian Kraemer CVS
Update of /cvsroot/mplayer/main/help
In directory mail:/var2/tmp/cvs-serv17061
Modified Files:
help_mp-de.h
Log Message:
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)
Index: help_mp-de.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-de.h,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- help_mp-de.h 25 Oct 2004 17:42:13 -0000 1.97
+++ help_mp-de.h 25 Oct 2004 18:00:29 -0000 1.98
@@ -4,7 +4,7 @@
// Alexander Strasser <eclipse7 at gmx.net>
// Sebastian Krämer <mplayer at skraemer.de>
-// In synch with rev 1.141
+// In synch with rev 1.144
// ========================= MPlayer help ===========================
@@ -47,10 +47,12 @@
" 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 @@
// 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"
More information about the MPlayer-DOCS
mailing list