summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-11 20:08:54 +0000
committerkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-11 20:08:54 +0000
commit884d24616d8bb78c45f2aac0c646d46d6916537c (patch)
tree9ac16344598902d1f600a9934c4d587cc3a075c5 /help
parent68613bbee71c87fa321fff8827837d7ce4d02581 (diff)
downloadmpv-884d24616d8bb78c45f2aac0c646d46d6916537c.tar.bz2
mpv-884d24616d8bb78c45f2aac0c646d46d6916537c.tar.xz
r20162: added OSD audio switching visualization
(chinese patch by S Jin, jinsh2 yahoo com) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20163 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-de.h3
-rw-r--r--help/help_mp-zh_CN.h5
2 files changed, 5 insertions, 3 deletions
diff --git a/help/help_mp-de.h b/help/help_mp-de.h
index f22a67a5aa..76630ef02f 100644
--- a/help/help_mp-de.h
+++ b/help/help_mp-de.h
@@ -4,7 +4,7 @@
// Alexander Strasser <eclipse7@gmx.net>
// Sebastian Krämer <mail@kraymer.de>
-// In sync with r19979
+// In sync with r20162
// ========================= MPlayer help ===========================
@@ -210,6 +210,7 @@ static char help_text[]=
#define MSGTR_OSDenabled "aktiviert"
#define MSGTR_OSDdisabled "deaktiviert"
+#define MSGTR_OSDAudio "Ton: %
#define MSGTR_OSDChannel "Kanal: %s"
#define MSGTR_OSDSubDelay "Untertitelverzögerung: %dms"
#define MSGTR_OSDSpeed "Geschwindigkeit: x %6.2f"
diff --git a/help/help_mp-zh_CN.h b/help/help_mp-zh_CN.h
index 7f8ea04145..c463c35ff0 100644
--- a/help/help_mp-zh_CN.h
+++ b/help/help_mp-zh_CN.h
@@ -1,4 +1,4 @@
-// Synced with help_mp-en.h r19979
+// Synced with help_mp-en.h r20162
// Translated by Lu Ran <hephooey@fastmail.fm>, Sheldon Jin <jinsh2@yahoo.com>
// (Translator before 2006-04-24)
// Emfox Zhou <EmfoxZhou@gmail.com>
@@ -11,7 +11,7 @@
static char help_text[]=
"用法: mplayer [选项] [URL|路径/]文件名\n"
"\n"
-"基本选项: (完整列表参见manpage)\n"
+"基本选项: (完整列表参见手册页)\n"
" -vo <drv> 选择视频输出驱动 (查看驱动列表用“-vo help”)\n"
" -ao <drv> 选择音频输出驱动 (查看驱动列表用“-ao help”)\n"
#ifdef HAVE_VCD
@@ -203,6 +203,7 @@ static char help_text[]=
#define MSGTR_OSDenabled "已启用"
#define MSGTR_OSDdisabled "已停用"
+#define MSGTR_OSDAudio "音频: %s"
#define MSGTR_OSDChannel "频道: %s"
#define MSGTR_OSDSubDelay "字幕延迟: %d 毫秒"
#define MSGTR_OSDSpeed "速度: x %6.2f"