summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-06 02:36:00 +0000
committerptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-06 02:36:00 +0000
commit7fc8df7270ba15ec79cfb3d5bd2f7eb6ae2f84e0 (patch)
treeab174161e9996aae3632daa06a6d8ea14b59246c /help
parent94d41a1b0c70d0831b77ce8efc41dd732ec6ca66 (diff)
downloadmpv-7fc8df7270ba15ec79cfb3d5bd2f7eb6ae2f84e0.tar.bz2
mpv-7fc8df7270ba15ec79cfb3d5bd2f7eb6ae2f84e0.tar.xz
Added translatable messages for OSD localization from libvo/sub.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16923 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 74666a0ce2..2484c2fc5b 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -998,6 +998,20 @@ static char help_text[]=
#define MSGTR_VO_YUV4MPEG_InterlacedBFFMode "Using interlaced output mode, bottom-field first."
#define MSGTR_VO_YUV4MPEG_ProgressiveMode "Using (default) progressive frame mode."
+// sub.c
+#define MSGTR_VO_SUB_Seekbar "Seekbar"
+#define MSGTR_VO_SUB_Play "Play"
+#define MSGTR_VO_SUB_Pause "Pause"
+#define MSGTR_VO_SUB_Stop "Stop"
+#define MSGTR_VO_SUB_Rewind "Rewind"
+#define MSGTR_VO_SUB_Forward "Forward"
+#define MSGTR_VO_SUB_Clock "Clock"
+#define MSGTR_VO_SUB_Contrast "Contrast"
+#define MSGTR_VO_SUB_Saturation "Saturation"
+#define MSGTR_VO_SUB_Volume "Volume"
+#define MSGTR_VO_SUB_Brightness "Brightness"
+#define MSGTR_VO_SUB_Hue "Hue"
+
// Old vo drivers that have been replaced
#define MSGTR_VO_PGM_HasBeenReplaced "The pgm video output driver has been replaced by -vo pnm:pgmyuv.\n"