summaryrefslogtreecommitdiffstats
path: root/help/help_mp-de.h
diff options
context:
space:
mode:
authorkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-27 17:22:31 +0000
committerkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-27 17:22:31 +0000
commita378f3edaf570327d0e73feba94fc00d8c2dd062 (patch)
treedd397cf0c432bd56593cb7e8270c4a9d0565dd81 /help/help_mp-de.h
parent6e9a5a842c4e7ad71ddee1fbc5707d74c4f79da0 (diff)
downloadmpv-a378f3edaf570327d0e73feba94fc00d8c2dd062.tar.bz2
mpv-a378f3edaf570327d0e73feba94fc00d8c2dd062.tar.xz
help messages:
r21306: fix compilation for win32 dll codec support for intel osx r21328: localization of parser-m*cmd.c messages r21332: insert line break for overly long line (second line indented) man page: r21221: improve description of x264's deadzone* options r21228: fix typos noticed by Diego r21254: nits and picks by The Wanderer :) r21255: typo in deadzone_inter r21298: "D" interactive key also works with yadif now git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21334 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help/help_mp-de.h')
-rw-r--r--help/help_mp-de.h15
1 files changed, 14 insertions, 1 deletions
diff --git a/help/help_mp-de.h b/help/help_mp-de.h
index e966e34f05..e0cf514369 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 r21162
+// In sync with r21332
// FIXME: improve wording/meaning of periodsize|timer.. for ao_alsa.c strings
// ========================= MPlayer help ===========================
@@ -506,6 +506,15 @@ static char help_text[]=
// fifo.c
#define MSGTR_CannotMakePipe "Kann PIPE nicht anlegen!\n"
+// parser-mecmd.c, parser-mpcmd.c
+#define MSGTR_NoFileGivenOnCommandLine "'--' weist auf weitere Optionen hin, auf der Kommandozeile wurde aber kein\nDateiname angegeben.\n"
+#define MSGTR_TheLoopOptionMustBeAnInteger "Die loop-Option muss ein Integer sein: %s\n"
+#define MSGTR_UnknownOptionOnCommandLine "Unbekannte Option in der Kommandozeile: -%s\n"
+#define MSGTR_ErrorParsingOptionOnCommandLine "Fehler beim Einlesen der Kommandozeilenoption: -%s\n"
+#define MSGTR_InvalidPlayEntry "Ungültiger Eintrag %s\n"
+#define MSGTR_NotAnMEncoderOption "-%s ist keine MEncoder-Option\n"
+#define MSGTR_NoFileGiven "Keine Datei angegeben\n"
+
// m_config.c
#define MSGTR_SaveSlotTooOld "Von lvl gefundene Speicherstelle %d ist zu alt: %d !!!\n"
#define MSGTR_InvalidCfgfileOption "Die Option %s kann in Konfigurationsdateien nicht verwendet werden.\n"
@@ -1984,6 +1993,10 @@ static char help_text[]=
"[VO_XV] Siehe 'mplayer -vo help' für andere (nicht-xv) Videoausgabetreiber.\n"\
"[VO_XV] Probiere -vo x11.\n"
+// loader/ldt_keeper.c
+
+#define MSGTR_LOADER_DYLD_Warning "WARNUNG: Versuche, DLL-Codecs zu verwenden, die Umgebungsvariable\n DYLD_BIND_AT_LAUNCH ist aber nicht gesetzt. Dies führt wahrscheinlich\n zu einem Absturz.\n"
+
// stream/stream_radio.c
#define MSGTR_RADIO_ChannelNamesDetected "[Radio] Radiokanalnamen erkannt.\n"