[MPlayer-translations] CVS: main/help help_mp-de.h,1.140,1.141

Sebastian Kraemer CVS syncmail at mplayerhq.hu
Fri Mar 24 18:44:48 CET 2006


CVS change done by Sebastian Kraemer CVS

Update of /cvsroot/mplayer/main/help
In directory mail:/var2/tmp/cvs-serv18413/help

Modified Files:
	help_mp-de.h 
Log Message:
1.230: Convert fullscreen, panscan, color controls, ontop, rootwin,
       border, framedrop and vsync to properties. Also add a couple
       of video related properties like width, height, etc.
+ small change for MSGTR_OSDSpeed


Index: help_mp-de.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-de.h,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- help_mp-de.h	22 Mar 2006 23:17:06 -0000	1.140
+++ help_mp-de.h	24 Mar 2006 17:44:43 -0000	1.141
@@ -4,7 +4,7 @@
 // Alexander Strasser <eclipse7 at gmx.net>
 // Sebastian Krämer <mplayer at skraemer.de>
 
-// In synch with rev 1.229
+// In synch with rev 1.230
 
 // ========================= MPlayer help ===========================
 
@@ -217,14 +217,7 @@
 #define MSGTR_OSDSubDelay "Untertitelverzögerung: %dms"
 #define MSGTR_OSDSubPosition "Untertitelposition: %d/100"
 #define MSGTR_OSDSubAlignment "Untertitelausrichtung: %s"
-#define MSGTR_OSDSpeed "Geschwindigkeit: %6.2f-fach"
-#define MSGTR_OSDStayOnTop "Immer im Vordergrund: %s"
-#define MSGTR_OSDRootwin "Anzeige auf dem Desktop: %s"
-#define MSGTR_OSDBorder "Rand: %s"
-#define MSGTR_OSDFramedrop "Framedropping: %s"
-#define MSGTR_OSDFramedropOn "an"
-#define MSGTR_OSDFramedropHard "hart"
-#define MSGTR_OSDFramedropOff "aus"
+#define MSGTR_OSDSpeed "Geschwindigkeit: x %6.2f"
 #define MSGTR_OSDosd "OSD: %s"
 #define MSGTR_OSDSubBottom "unten"
 #define MSGTR_OSDSubCenter "mitte"
@@ -234,13 +227,25 @@
 #define MSGTR_Enabled "aktiviert"
 #define MSGTR_EnabledEdl "aktiviert (edl)"
 #define MSGTR_Disabled "deaktiviert"
+#define MSGTR_HardFrameDrop "hart"
 
 // osd bar names
 #define MSGTR_Volume "Lautstärke"
+#define MSGTR_Panscan "Panscan"
+#define MSGTR_Gamma "Gamma"
+#define MSGTR_Brightness "Helligkeit"
+#define MSGTR_Contrast "Kontrast"
+#define MSGTR_Saturation "Sättigung"
+#define MSGTR_Hue "Farbton"
 
 // property state
 #define MSGTR_MuteStatus "Stumm: %s"
 #define MSGTR_AVDelayStatus "A/V-Verzögerung: %s"
+#define MSGTR_OnTopStatus "Immer im Vordergrund: %s"
+#define MSGTR_RootwinStatus "Anzeige auf dem Desktop: %s"
+#define MSGTR_BorderStatus "Rahmen: %s"
+#define MSGTR_FramedroppingStatus "Framedropping: %s"
+#define MSGTR_VSyncStatus "VSync: %s"
 
 // mencoder.c:
 




More information about the MPlayer-translations mailing list