comparison help/help_mp-zh_CN.h @ 31302:dd48c855780f

Synced with help_mp-en.h rev. 31353
author jrash
date Fri, 11 Jun 2010 11:57:45 +0000
parents 168e89b341b1
children 317649676214
comparison
equal deleted inserted replaced
31301:f378c41da83d 31302:dd48c855780f
1 // Synced with help_mp-en.h rev. 31032 (MSGTR_AudioStreamRedefined) 1 // Synced with help_mp-en.h rev. 31353 (MSGTR_AudioStreamRedefined)
2 // Reminder of hard terms which need better/final solution later: 2 // Reminder of hard terms which need better/final solution later:
3 // (file links to be updated later if available!); 3 // (file links to be updated later if available!);
4 // NAV; section/subsection; XScreenSaver; keycolor; 4 // NAV; section/subsection; XScreenSaver; keycolor;
5 // AGP move failed on Y plane; 5 // AGP move failed on Y plane;
6 // profile? demuxer? drain? flush? 6 // profile? demuxer? drain? flush?
1088 "[VO_XV] 试试 -vo x11。\n" 1088 "[VO_XV] 试试 -vo x11。\n"
1089 1089
1090 // vo_yuv4mpeg.c 1090 // vo_yuv4mpeg.c
1091 #define MSGTR_VO_YUV4MPEG_InterlacedHeightDivisibleBy4 "隔行扫描模式要求图像高度能被 4 整除。" 1091 #define MSGTR_VO_YUV4MPEG_InterlacedHeightDivisibleBy4 "隔行扫描模式要求图像高度能被 4 整除。"
1092 #define MSGTR_VO_YUV4MPEG_InterlacedLineBufAllocFail "无法为隔行扫描模式分配扫描行缓冲。" 1092 #define MSGTR_VO_YUV4MPEG_InterlacedLineBufAllocFail "无法为隔行扫描模式分配扫描行缓冲。"
1093 #define MSGTR_VO_YUV4MPEG_InterlacedInputNotRGB "输入信号不是 RGB 格式,不能按色彩域拆分色度信息!"
1094 #define MSGTR_VO_YUV4MPEG_WidthDivisibleBy2 "图像宽度必须能被 2 整除。" 1093 #define MSGTR_VO_YUV4MPEG_WidthDivisibleBy2 "图像宽度必须能被 2 整除。"
1095 #define MSGTR_VO_YUV4MPEG_NoMemRGBFrameBuf "内存不够,无法分配 RGB 帧缓冲。"
1096 #define MSGTR_VO_YUV4MPEG_OutFileOpenError "无法获取内存或文件句柄以写入“%s”!" 1094 #define MSGTR_VO_YUV4MPEG_OutFileOpenError "无法获取内存或文件句柄以写入“%s”!"
1097 #define MSGTR_VO_YUV4MPEG_OutFileWriteError "图像写入输出错误!" 1095 #define MSGTR_VO_YUV4MPEG_OutFileWriteError "图像写入输出错误!"
1098 #define MSGTR_VO_YUV4MPEG_UnknownSubDev "未知子设备:%s" 1096 #define MSGTR_VO_YUV4MPEG_UnknownSubDev "未知子设备:%s"
1099 #define MSGTR_VO_YUV4MPEG_InterlacedTFFMode "使用隔行扫描输出模式,上半扫描场优先方式。" 1097 #define MSGTR_VO_YUV4MPEG_InterlacedTFFMode "使用隔行扫描输出模式,上半扫描场优先方式。"
1100 #define MSGTR_VO_YUV4MPEG_InterlacedBFFMode "使用隔行扫描输出模式,下半扫描场优先方式。" 1098 #define MSGTR_VO_YUV4MPEG_InterlacedBFFMode "使用隔行扫描输出模式,下半扫描场优先方式。"