changeset 27126:c5fc0e6822e2

r24924: Add audio filter scaletempo r25058: Add missed translatable string in my previous commit r25158: Make up missed update for osd message.
author kraymer
date Mon, 30 Jun 2008 12:39:33 +0000
parents 9e6d01e4d29f
children 71a085d7aa71
files help/help_mp-de.h
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/help/help_mp-de.h	Sun Jun 29 13:14:02 2008 +0000
+++ b/help/help_mp-de.h	Mon Jun 30 12:39:33 2008 +0000
@@ -4,7 +4,7 @@
 // Alexander Strasser <eclipse7@gmx.net>
 // Sebastian Krämer <mail@kraymer.de>
 
-// 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 @@
 #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 @@
 #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 @@
 // ======================= AF Audio Filters ================================
 
 // libaf
+#define MSGTR_AF_ValueOutOfRange MSGTR_VO_ValueOutOfRange
 
 // af_ladspa.c
 
@@ -2215,3 +2220,4 @@
 #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"