summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-24 19:32:23 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-24 19:32:23 +0000
commit00bc2d273282091d0c1b1b4d7d285fd27a3c3f0b (patch)
tree396fe7628c847cc49aa024146f6896575bc2949e /help
parent8db3c2117f22a9118a2479df445d656ebcb4ff33 (diff)
downloadmpv-00bc2d273282091d0c1b1b4d7d285fd27a3c3f0b.tar.bz2
mpv-00bc2d273282091d0c1b1b4d7d285fd27a3c3f0b.tar.xz
Subtitles properties: move sub_select, sub_pos, sub_visibilty,
sub_alignment and sub_forced_only to properties. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17936 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h22
1 files changed, 10 insertions, 12 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index cad7493e29..fdd765e18e 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -203,28 +203,20 @@ static char help_text[]=
#define MSGTR_OSDenabled "enabled"
#define MSGTR_OSDdisabled "disabled"
-#define MSGTR_OSDnone "none"
-#define MSGTR_OSDunknown "unknown"
-#define MSGTR_OSDDVDNAV "DVDNAV: %s"
#define MSGTR_OSDChannel "Channel: %s"
-#define MSGTR_OSDSubtitles "Subtitles: %s"
-#define MSGTR_OSDSubtitlesOff "Subtitles: off"
-#define MSGTR_OSDSubtitlesLanguage "Subtitles: (%d) %s"
-#define MSGTR_OSDSub "Sub: (%d) %s%s"
#define MSGTR_OSDSubDelay "Sub delay: %d ms"
-#define MSGTR_OSDSubPosition "Sub position: %d/100"
-#define MSGTR_OSDSubAlignment "Sub alignment: %s"
#define MSGTR_OSDSpeed "Speed: x %6.2f"
#define MSGTR_OSDosd "OSD: %s"
-#define MSGTR_OSDSubBottom "bottom"
-#define MSGTR_OSDSubCenter "center"
-#define MSGTR_OSDSubTop "top"
// property values
#define MSGTR_Enabled "enabled"
#define MSGTR_EnabledEdl "enabled (edl)"
#define MSGTR_Disabled "disabled"
#define MSGTR_HardFrameDrop "hard"
+#define MSGTR_Unknown "unknown"
+#define MSGTR_Bottom "bottom"
+#define MSGTR_Center "center"
+#define MSGTR_Top "top"
// osd bar names
#define MSGTR_Volume "Volume"
@@ -243,6 +235,12 @@ static char help_text[]=
#define MSGTR_BorderStatus "Border: %s"
#define MSGTR_FramedroppingStatus "Framedropping: %s"
#define MSGTR_VSyncStatus "VSync: %s"
+#define MSGTR_SubSelectStatus "Subtitles: %s"
+#define MSGTR_SubPosStatus "Sub position: %s/100"
+#define MSGTR_SubAlignStatus "Sub alignment: %s"
+#define MSGTR_SubDelayStatus "Sub delay: %s"
+#define MSGTR_SubVisibleStatus "Subtitles: %s"
+#define MSGTR_SubForcedOnlyStatus "Forced sub only: %s"
// mencoder.c: