comparison help/help_mp-cs.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 "[témata] soubor ( %s ) nelze přečíst.\n" 566 #define MSGTR_SKIN_SkinFileNotReadable "[témata] soubor ( %s ) nelze přečíst.\n"
567 #define MSGTR_SKIN_BITMAP_16bit "Bitmapy s hloubkou 16 bitů a méně nejsou podporovány (%s).\n" 567 #define MSGTR_SKIN_BITMAP_16bit "Bitmapy s hloubkou 16 bitů a méně nejsou podporovány (%s).\n"
568 #define MSGTR_SKIN_BITMAP_FileNotFound "Soubor nenalezen (%s)\n" 568 #define MSGTR_SKIN_BITMAP_FileNotFound "Soubor nenalezen (%s)\n"
569 #define MSGTR_SKIN_BITMAP_PNGReadError "chyba čtení PNG (%s)\n" 569 #define MSGTR_SKIN_BITMAP_PNGReadError "chyba čtení PNG (%s)\n"
570 #define MSGTR_SKIN_BITMAP_ConversionError "chyba konverze z 24 do 32 bitů (%s)\n" 570 #define MSGTR_SKIN_BITMAP_ConversionError "chyba konverze z 24 do 32 bitů (%s)\n"
571 #define MSGTR_SKIN_BITMAP_UnknownMessage "neznámá zpráva: %s\n" 571 #define MSGTR_SKIN_UnknownMessage "neznámá zpráva: %s\n"
572 #define MSGTR_SKIN_FONT_NotEnoughtMemory "nedostatek paměti\n" 572 #define MSGTR_SKIN_FONT_NotEnoughtMemory "nedostatek paměti\n"
573 #define MSGTR_SKIN_FONT_TooManyFontsDeclared "deklarováno příliš mnoho fontů\n" 573 #define MSGTR_SKIN_FONT_TooManyFontsDeclared "deklarováno příliš mnoho fontů\n"
574 #define MSGTR_SKIN_FONT_FontFileNotFound "soubor fontu nebyl nalezen\n" 574 #define MSGTR_SKIN_FONT_FontFileNotFound "soubor fontu nebyl nalezen\n"
575 #define MSGTR_SKIN_FONT_FontImageNotFound "soubor obrazu fontu nebyl nalezen\n" 575 #define MSGTR_SKIN_FONT_FontImageNotFound "soubor obrazu fontu nebyl nalezen\n"
576 #define MSGTR_SKIN_FONT_NonExistentFontID "neexistující identifikátor fontu (%s)\n" 576 #define MSGTR_SKIN_FONT_NonExistentFontID "neexistující identifikátor fontu (%s)\n"