comparison help/help_mp-zh_CN.h @ 33069:4b7d4905862c

Rename error message and add missing checks. MSGTR_SKIN_BITMAP_UnknownMessage has nothing to do with bitmaps. The return codes have been changed (resp. added) to indicate the error.
author ib
date Wed, 30 Mar 2011 12:07:54 +0000
parents 83c226105086
children 533c658a18da
comparison
equal deleted inserted replaced
33068:d32c24fea761 33069:4b7d4905862c
566 #define MSGTR_SKIN_SkinFileNotReadable "无法读取界面外观文件 %s。\n" 566 #define MSGTR_SKIN_SkinFileNotReadable "无法读取界面外观文件 %s。\n"
567 #define MSGTR_SKIN_BITMAP_16bit "不支持少于或等于 16 比特颜色精度的位图(%s)。\n" 567 #define MSGTR_SKIN_BITMAP_16bit "不支持少于或等于 16 比特颜色精度的位图(%s)。\n"
568 #define MSGTR_SKIN_BITMAP_FileNotFound "未找到文件(%s)\n" 568 #define MSGTR_SKIN_BITMAP_FileNotFound "未找到文件(%s)\n"
569 #define MSGTR_SKIN_BITMAP_PNGReadError "PNG 读取错误(%s)\n" 569 #define MSGTR_SKIN_BITMAP_PNGReadError "PNG 读取错误(%s)\n"
570 #define MSGTR_SKIN_BITMAP_ConversionError "24 比特至 32 比特转换出错(%s)\n" 570 #define MSGTR_SKIN_BITMAP_ConversionError "24 比特至 32 比特转换出错(%s)\n"
571 #define MSGTR_SKIN_BITMAP_UnknownMessage "未知信息:%s\n" 571 #define MSGTR_SKIN_UnknownMessage "未知信息:%s\n"
572 #define MSGTR_SKIN_FONT_NotEnoughtMemory "内存不够\n" 572 #define MSGTR_SKIN_FONT_NotEnoughtMemory "内存不够\n"
573 #define MSGTR_SKIN_FONT_TooManyFontsDeclared "声明了太多的字体。\n" 573 #define MSGTR_SKIN_FONT_TooManyFontsDeclared "声明了太多的字体。\n"
574 #define MSGTR_SKIN_FONT_FontFileNotFound "找不到字体文件。\n" 574 #define MSGTR_SKIN_FONT_FontFileNotFound "找不到字体文件。\n"
575 #define MSGTR_SKIN_FONT_FontImageNotFound "找不到字体图像文件。\n" 575 #define MSGTR_SKIN_FONT_FontImageNotFound "找不到字体图像文件。\n"
576 #define MSGTR_SKIN_FONT_NonExistentFontID "不存在的字体标识符(%s)\n" 576 #define MSGTR_SKIN_FONT_NonExistentFontID "不存在的字体标识符(%s)\n"