From 400811f503f1b4dedc23fa85b4defcc0f1b7c3c3 Mon Sep 17 00:00:00 2001 From: kraymer Date: Mon, 30 Jun 2008 12:39:33 +0000 Subject: r24924: Add audio filter scaletempo r25058: Add missed translatable string in my previous commit r25158: Make up missed update for osd message. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27158 b3059339-0415-0410-9bf9-f77b7e298cf2 --- help/help_mp-de.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'help') diff --git a/help/help_mp-de.h b/help/help_mp-de.h index c7683aa576..7b4ffd1450 100644 --- a/help/help_mp-de.h +++ b/help/help_mp-de.h @@ -4,7 +4,7 @@ // Alexander Strasser // Sebastian Krämer -// In sync with r24892 +// In sync with r25158 // FIXME: improve wording/meaning of periodsize|timer.. for ao_alsa.c strings // ========================= MPlayer help =========================== @@ -227,6 +227,9 @@ static char help_text[]= #define MSGTR_Bottom "unten" #define MSGTR_Center "mittig" #define MSGTR_Top "oben" +#define MSGTR_SubSourceFile "Datei" +#define MSGTR_SubSourceVobsub "vobsub" +#define MSGTR_SubSourceDemux "eingebettet" // osd bar names #define MSGTR_Volume "Lautstärke" @@ -248,6 +251,7 @@ static char help_text[]= #define MSGTR_FramedroppingStatus "Framedropping: %s" #define MSGTR_VSyncStatus "VSync: %s" #define MSGTR_SubSelectStatus "Untertitel: %s" +#define MSGTR_SubSourceStatus "Untertitelquelle: %s" #define MSGTR_SubPosStatus "Untertitelposition: %s/100" #define MSGTR_SubAlignStatus "Untertitelausrichtung: %s" #define MSGTR_SubDelayStatus "Untertitelverzögerung: %s" @@ -1288,6 +1292,7 @@ static char help_text[]= // ======================= AF Audio Filters ================================ // libaf +#define MSGTR_AF_ValueOutOfRange MSGTR_VO_ValueOutOfRange // af_ladspa.c @@ -2215,3 +2220,4 @@ static char help_text[]= #define MSGTR_TVI_DS_GraphInitFailure "tvi_dshow: Initialisierung des Directshow-Graph fehlgeschlagen.\n" #define MSGTR_TVI_DS_NoVideoCaptureDevice "tvi_dshow: Kein Gerät für Videoerfassung gefunden\n" #define MSGTR_TVI_DS_NoAudioCaptureDevice "tvi_dshow: Kein Gerät für Audioerfassung gefunden\n" +#define MSGTR_TVI_DS_GetActualMediatypeFailed "tvi_dshow: Kann eigentlichen Medientyp nicht ermitteln (Fehler:0x%x).\nNehme an, dieser entspricht dem angeforderten.\n" -- cgit v1.2.3