Mercurial > mplayer.hg
changeset 17934:a666367d5f44
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
author | kraymer |
---|---|
date | Fri, 24 Mar 2006 17:44:43 +0000 |
parents | 2b2ee6c92b24 |
children | d72e7330c548 |
files | help/help_mp-de.h |
diffstat | 1 files changed, 14 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/help/help_mp-de.h Fri Mar 24 08:21:40 2006 +0000 +++ b/help/help_mp-de.h Fri Mar 24 17:44:43 2006 +0000 @@ -4,7 +4,7 @@ // Alexander Strasser <eclipse7@gmx.net> // Sebastian Krämer <mplayer@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: