# HG changeset patch # User kraymer # Date 1143046068 0 # Node ID 02d7b7f2c939d806069a7835da8615c25174778e # Parent f9cb6fc1608a6cec42b00f5851613b52576a8067 1.228: Add an option to list the properties: -list-properties 1.227: Add the new property API and implement a couple properties. diff -r f9cb6fc1608a -r 02d7b7f2c939 help/help_mp-de.h --- a/help/help_mp-de.h Wed Mar 22 16:35:17 2006 +0000 +++ b/help/help_mp-de.h Wed Mar 22 16:47:48 2006 +0000 @@ -4,7 +4,7 @@ // Alexander Strasser // Sebastian Krämer -// In synch with rev 1.226 +// In synch with rev 1.228 // ========================= MPlayer help =========================== @@ -230,7 +230,17 @@ #define MSGTR_OSDSubBottom "unten" #define MSGTR_OSDSubCenter "mitte" #define MSGTR_OSDSubTop "oben" -#define MSGTR_OSDMute "Stumm: %s" + +// property values +#define MSGTR_Enabled "aktiviert" +#define MSGTR_EnabledEdl "aktiviert (edl)" +#define MSGTR_Disabled "deaktiviert" + +// osd bar names +#define MSGTR_Volume "Lautstärke" + +// property state +#define MSGTR_MuteStatus "Stumm: %s" // mencoder.c: @@ -500,6 +510,10 @@ #define MSGTR_UnknownProfile "Unbekanntes Profil '%s'.\n" #define MSGTR_Profile "Profil %s: %s\n" +// m_property.c +#define MSGTR_PropertyListHeader "\n Name Typ Min Max\n\n" +#define MSGTR_TotalProperties "\nInsgesamt: %d Eigenschaften\n" + // open.c, stream.c: #define MSGTR_CdDevNotfound "CD-ROM-Laufwerk '%s' nicht gefunden.\n" #define MSGTR_ErrTrackSelect "Fehler beim Auswählen des VCD Tracks."