1.228: Add an option to list the properties: -list-properties

1.227: Add the new property API and implement a couple properties.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17916 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
kraymer 2006-03-22 16:47:48 +00:00
parent 0fd651ff1a
commit ef535edf3f
1 changed files with 16 additions and 2 deletions

View File

@ -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 @@ static char help_text[]=
#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 @@ static char help_text[]=
#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."