summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-22 16:35:17 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-22 16:35:17 +0000
commit0fd651ff1ab39caca19551e0f66326db49c01699 (patch)
treed88628b14e084c3a405b5b9e1e053f7eb5f139d4 /help
parent528ec79cc28c02ad25fceb9f4bf69aa6ee2205a7 (diff)
downloadmpv-0fd651ff1ab39caca19551e0f66326db49c01699.tar.bz2
mpv-0fd651ff1ab39caca19551e0f66326db49c01699.tar.xz
Add an option to list the properties: -list-properties
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17915 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 07d24b8aaf..60822f3938 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -503,6 +503,10 @@ static char help_text[]=
#define MSGTR_UnknownProfile "Unknown profile '%s'.\n"
#define MSGTR_Profile "Profile %s: %s\n"
+// m_property.c
+#define MSGTR_PropertyListHeader "\n Name Type Min Max\n\n"
+#define MSGTR_TotalProperties "\nTotal: %d properties\n"
+
// open.c, stream.c:
#define MSGTR_CdDevNotfound "CD-ROM Device '%s' not found.\n"
#define MSGTR_ErrTrackSelect "Error selecting VCD track."