comparison help/help_mp-nl.h @ 33059:492520edebad

Remove pointless code and messages. These errors will never occur because the return codes do not exist in the called function. The existing error messages have been revised.
author ib
date Tue, 29 Mar 2011 12:59:30 +0000
parents 7f06781043d9
children 4b7d4905862c
comparison
equal deleted inserted replaced
33058:b8374f9dc87b 33059:492520edebad
585 585
586 // --- skin loader error messages 586 // --- skin loader error messages
587 #define MSGTR_SKIN_ERRORMESSAGE "[skin] fout in skin configuratie bestand op regel %d: %s" 587 #define MSGTR_SKIN_ERRORMESSAGE "[skin] fout in skin configuratie bestand op regel %d: %s"
588 #define MSGTR_SKIN_BITMAP_16bit "16 bits of minder kleurendiepte bitmap niet ondersteund (%s).\n" 588 #define MSGTR_SKIN_BITMAP_16bit "16 bits of minder kleurendiepte bitmap niet ondersteund (%s).\n"
589 #define MSGTR_SKIN_BITMAP_FileNotFound "bestand niet gevonden (%s)\n" 589 #define MSGTR_SKIN_BITMAP_FileNotFound "bestand niet gevonden (%s)\n"
590 #define MSGTR_SKIN_BITMAP_BMPReadError "BMP lees fout (%s)\n"
591 #define MSGTR_SKIN_BITMAP_TGAReadError "TGA lees fout (%s)\n"
592 #define MSGTR_SKIN_BITMAP_PNGReadError "PNG lees fout (%s)\n" 590 #define MSGTR_SKIN_BITMAP_PNGReadError "PNG lees fout (%s)\n"
593 #define MSGTR_SKIN_BITMAP_RLENotSupported "RLE packed TGA niet ondersteund (%s)\n"
594 #define MSGTR_SKIN_BITMAP_UnknownFileType "onbekend bestandstype (%s)\n"
595 #define MSGTR_SKIN_BITMAP_ConversionError "24 bit naar 32 bit converteerfout (%s)\n" 591 #define MSGTR_SKIN_BITMAP_ConversionError "24 bit naar 32 bit converteerfout (%s)\n"
596 #define MSGTR_SKIN_BITMAP_UnknownMessage "onbekende boodschap: %s\n" 592 #define MSGTR_SKIN_BITMAP_UnknownMessage "onbekende boodschap: %s\n"
597 #define MSGTR_SKIN_FONT_NotEnoughtMemory "onvoldoende geheugen\n" 593 #define MSGTR_SKIN_FONT_NotEnoughtMemory "onvoldoende geheugen\n"
598 #define MSGTR_SKIN_FONT_TooManyFontsDeclared "te veel fonts gedeclareerd\n" 594 #define MSGTR_SKIN_FONT_TooManyFontsDeclared "te veel fonts gedeclareerd\n"
599 #define MSGTR_SKIN_FONT_FontFileNotFound "font bestand niet gevonden\n" 595 #define MSGTR_SKIN_FONT_FontFileNotFound "font bestand niet gevonden\n"