[MPlayer-translations] CVS: main/help help_mp-de.h,1.138,1.139
Sebastian Kraemer CVS
syncmail at mplayerhq.hu
Wed Mar 22 17:47:50 CET 2006
CVS change done by Sebastian Kraemer CVS
Update of /cvsroot/mplayer/main/help
In directory mail:/var2/tmp/cvs-serv32164/help
Modified Files:
help_mp-de.h
Log Message:
1.228: Add an option to list the properties: -list-properties
1.227: Add the new property API and implement a couple properties.
Index: help_mp-de.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-de.h,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- help_mp-de.h 18 Mar 2006 19:22:13 -0000 1.138
+++ help_mp-de.h 22 Mar 2006 16:47:48 -0000 1.139
@@ -4,7 +4,7 @@
// Alexander Strasser <eclipse7 at gmx.net>
// Sebastian Krämer <mplayer at 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."
More information about the MPlayer-translations
mailing list