summaryrefslogtreecommitdiffstats
path: root/help_mp-zh_CN.h
diff options
context:
space:
mode:
authorjaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-22 14:28:29 +0000
committerjaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-22 14:28:29 +0000
commit5b7905fdd28563c413da624ffa9afe4afdd88600 (patch)
tree5ccd579ed56420cb071109d73645f3fc3c085fc2 /help_mp-zh_CN.h
parent221d71586f4142e14b8a0cd37b245770574f4cd5 (diff)
downloadmpv-5b7905fdd28563c413da624ffa9afe4afdd88600.tar.bz2
mpv-5b7905fdd28563c413da624ffa9afe4afdd88600.tar.xz
changed 'detected fileformat' messages to a message with %s
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7483 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help_mp-zh_CN.h')
-rw-r--r--help_mp-zh_CN.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/help_mp-zh_CN.h b/help_mp-zh_CN.h
index 0868fdffe7..68210eb8a5 100644
--- a/help_mp-zh_CN.h
+++ b/help_mp-zh_CN.h
@@ -178,22 +178,7 @@ static char help_text[]=
#define MSGTR_MaybeNI "(也许你播放了一个非交错的流/文件或者是解码失败)?\n" \
"对于.AVI文件, 尝试用-ni选项指定非交错模式\n"
#define MSGTR_SwitchToNi "\n检测到糟糕的交错格式的.AVI - 切换到-ni模式!\n"
-#define MSGTR_DetectedFILMfile "检测到FILM文件格式!\n"
-#define MSGTR_DetectedFLIfile "检测到FLI文件格式!\n"
-#define MSGTR_DetectedROQfile "检测到RoQ文件格式!\n"
-#define MSGTR_DetectedREALfile "检测到REAL!\n"
-#define MSGTR_DetectedAVIfile "检测到AVI文件格式!\n"
-#define MSGTR_DetectedASFfile "检测到ASF文件格式!\n"
-#define MSGTR_DetectedMPEGPESfile "检测到MPEG-PES文件格式!\n"
-#define MSGTR_DetectedMPEGPSfile "检测到MPEG-PS文件格式!\n"
-#define MSGTR_DetectedMPEGESfile "检测到MPEG-ES文件格式!\n"
-#define MSGTR_DetectedQTMOVfile "检测到QuickTime/MOV文件格式!\n"
-#define MSGTR_DetectedYUV4MPEG2file "检测到YUV4MPEG2文件格式!\n"
-#define MSGTR_DetectedNuppelVideofile "检测到NuppelVideo文件格式!\n"
-#define MSGTR_DetectedVIVOfile "检测到VIVO文件格式!\n"
-#define MSGTR_DetectedBMPfile "检测到BMP文件格式!\n"
-#define MSGTR_DetectedOGGfile "检测到OGG文件格式!\n"
-#define MSGTR_DetectedRAWDVfile "检测到RAWDV文件格式!\n"
+#define MSGTR_Detected_XXX_FileFormat "检测到%s文件格式!\n"
#define MSGTR_DetectedAudiofile "检测到音频文件!\n"
#define MSGTR_NotSystemStream "非MPEG系统的流格式... (可能是输送流?)\n"
#define MSGTR_MissingMpegVideo "找不到MPEG视频流!? 联系作者, 这可能是个bug :(\n"