From 8fb6c3055b7b4443982610c64bbd4c85bf000ae6 Mon Sep 17 00:00:00 2001 From: attila Date: Sun, 25 Jun 2006 16:01:01 +0000 Subject: correctly prefix all messages from -vo mga with [MGA] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18816 b3059339-0415-0410-9bf9-f77b7e298cf2 --- help/help_mp-zh_CN.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'help/help_mp-zh_CN.h') diff --git a/help/help_mp-zh_CN.h b/help/help_mp-zh_CN.h index 5106c75181..576b1177ee 100644 --- a/help/help_mp-zh_CN.h +++ b/help/help_mp-zh_CN.h @@ -1558,15 +1558,15 @@ static char help_text[]= // mga_common.c -#define MSGTR_LIBVO_MGA_ErrorInConfigIoctl "mga_vid_config ioctl 错误 (mga_vid.o 版本错误?)" -#define MSGTR_LIBVO_MGA_CouldNotGetLumaValuesFromTheKernelModule "无法在内核模块中获得 luma 值!\n" -#define MSGTR_LIBVO_MGA_CouldNotSetLumaValuesFromTheKernelModule "无法在内核模块中设置 luma 值!\n" -#define MSGTR_LIBVO_MGA_ScreenWidthHeightUnknown "屏幕宽度/高度未知!\n" -#define MSGTR_LIBVO_MGA_InvalidOutputFormat "mga: 非法的输出格式 %0X\n" -#define MSGTR_LIBVO_MGA_MgaInvalidOutputFormat "非法输出格式 %0X.\n" -#define MSGTR_LIBVO_MGA_IncompatibleDriverVersion "你的 mga_vid 驱动的版本与 MPlayer 的版本不兼容!\n" -#define MSGTR_LIBVO_MGA_UsingBuffers "使用 %d 缓冲.\n" -#define MSGTR_LIBVO_MGA_CouldntOpen "无法打开: %s\n" +#define MSGTR_LIBVO_MGA_ErrorInConfigIoctl "[MGA] mga_vid_config ioctl 错误 (mga_vid.o 版本错误?)" +#define MSGTR_LIBVO_MGA_CouldNotGetLumaValuesFromTheKernelModule "[MGA] 无法在内核模块中获得 luma 值!\n" +#define MSGTR_LIBVO_MGA_CouldNotSetLumaValuesFromTheKernelModule "[MGA] 无法在内核模块中设置 luma 值!\n" +#define MSGTR_LIBVO_MGA_ScreenWidthHeightUnknown "[MGA] 屏幕宽度/高度未知!\n" +#define MSGTR_LIBVO_MGA_InvalidOutputFormat "[MGA] 非法的输出格式 %0X\n" +#define MSGTR_LIBVO_MGA_MgaInvalidOutputFormat "[MGA] 非法输出格式 %0X.\n" +#define MSGTR_LIBVO_MGA_IncompatibleDriverVersion "[MGA] 你的 mga_vid 驱动的版本与 MPlayer 的版本不兼容!\n" +#define MSGTR_LIBVO_MGA_UsingBuffers "[MGA] 使用 %d 缓冲.\n" +#define MSGTR_LIBVO_MGA_CouldntOpen "[MGA] 无法打开: %s\n" // libvo/vesa_lvo.c -- cgit v1.2.3