changeset 17915:02d7b7f2c939

1.228: Add an option to list the properties: -list-properties 1.227: Add the new property API and implement a couple properties.
author kraymer
date Wed, 22 Mar 2006 16:47:48 +0000
parents f9cb6fc1608a
children b3129de2ac5d
files help/help_mp-de.h
diffstat 1 files changed, 16 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <eclipse7@gmx.net>
 // Sebastian Krämer <mplayer@skraemer.de>
 
-// 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."