summaryrefslogtreecommitdiffstats
path: root/help/help_mp-en.h
diff options
context:
space:
mode:
authorptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-05 01:25:16 +0000
committerptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-05 01:25:16 +0000
commit017c3285f9dec42786b967237776f31aa62c0e02 (patch)
treeeb78db64c525078f96efb194ccf18e5c52de4ef0 /help/help_mp-en.h
parent34e9f8b037040f8a29b2f2e4f5652f46dcd5a2c4 (diff)
downloadmpv-017c3285f9dec42786b967237776f31aa62c0e02.tar.bz2
mpv-017c3285f9dec42786b967237776f31aa62c0e02.tar.xz
Added translatable messages for OSD localization
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16911 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help/help_mp-en.h')
-rw-r--r--help/help_mp-en.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index bac553ed8d..74666a0ce2 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -200,6 +200,34 @@ static char help_text[]=
"[%f]. Entries must be in chronological order, cannot overlap. Discarding.\n"
#define MSGTR_EdlBadLineBadStop "Stop time has to be after start time.\n"
+// mplayer.c OSD
+
+#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_OSDAVDelay "A-V delay: %d ms"
+#define MSGTR_OSDSpeed "Speed: x %6.2f"
+#define MSGTR_OSDStayOnTop "Stay on top: %s"
+#define MSGTR_OSDRootwin "Rootwin: %s"
+#define MSGTR_OSDFramedrop "Framedropping: %s"
+#define MSGTR_OSDFramedropOn "on"
+#define MSGTR_OSDFramedropHard "hard"
+#define MSGTR_OSDFramedropOff "off"
+#define MSGTR_OSDosd "OSD: %s"
+#define MSGTR_OSDSubBottom "bottom"
+#define MSGTR_OSDSubCenter "center"
+#define MSGTR_OSDSubTop "top"
+
// mencoder.c:
#define MSGTR_UsingPass3ControllFile "Using pass3 control file: %s\n"