diff options
author | kraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-04-16 20:05:35 +0000 |
---|---|---|
committer | kraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-04-16 20:05:35 +0000 |
commit | d7229a877cbdca627341f8e81125c2787055b200 (patch) | |
tree | a8289d2e1c9e227c3a073268450344f2d6221a7c /help | |
parent | 6a425eee5c55451f80dc5c5b33a538f948dec57d (diff) |
1.240: Adds "cheap" subtitle switching for non-DVD playouts (for ex. OGG or MKV).
1.239: -ao pcm:fast suboption for faster-than-realtime dumping
1.238: the title of this window was not localized
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18120 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r-- | help/help_mp-de.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/help/help_mp-de.h b/help/help_mp-de.h index 728999e499..80fcebfa0e 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.237 +// In synch with rev 1.240 // ========================= MPlayer help =========================== @@ -702,6 +702,7 @@ static char help_text[]= // Beachte: Wenn du MSGTR_PlayList änderst, überprüfe bitte, ob der Eintrag noch zu MSGTR_MENU_PlayList passt. #define MSGTR_PlayList "Playlist" #define MSGTR_Equalizer "Equalizer" +#define MSGTR_ConfigureEqualizer "Equalizer-Konfiguration" #define MSGTR_SkinBrowser "Skin-Browser" #define MSGTR_Network "Netzwerk-Streaming..." // Beachte: Wenn du MSGTR_Preferences änderst, überprüfe bitte, ob der Eintrag noch zu MSGTR_MENU_Preferences passt. @@ -799,6 +800,7 @@ static char help_text[]= #define MSGTR_MENU_AudioTrack "Audiospur" #define MSGTR_MENU_Track "Spur %d" #define MSGTR_MENU_VideoTrack "Videospur" +#define MSGTR_MENU_Subtitles "Untertitel" // --- equalizer // Beachte: Wenn du MSGTR_EQU_Audio änderst, überprüfe bitte, ob der Eintrag noch zu MSGTR_PREFERENCES_Audio passt. @@ -1106,7 +1108,7 @@ static char help_text[]= // ao_pcm.c #define MSGTR_AO_PCM_FileInfo "[AO PCM] Datei: %s (%s)\nPCM: Samplerate: %iHz Kanäle: %s Format %s\n" -#define MSGTR_AO_PCM_HintInfo "[AO PCM] Info: Das Anlegen von Dump-Dateien wird am Schnellsten mit -vc dummy -vo null erreicht.\n[AO PCM] Info: Um WAVE-Dateien zu schreiben, benutze -ao pcm:waveheader (Standard).\n" +#define MSGTR_AO_PCM_HintInfo "[AO PCM] Info: Das Anlegen von Dump-Dateien wird am Schnellsten mit -vc dummy\n -vo null -ao pcm:fast erreicht.\n[AO PCM] Info: Um WAVE-Dateien zu schreiben, benutze -ao pcm:waveheader (Standard).\n" #define MSGTR_AO_PCM_CantOpenOutputFile "[AO PCM] Öffnen von %s zum Schreiben fehlgeschlagen!\n" // ao_sdl.c |