comparison help/help_mp-tr.h @ 33114:5ad451a5ebec

Remove useless warning message. Instead, add debug message and return whether conversion was successful or not and use the return code to issue an appropriate error message.
author ib
date Mon, 04 Apr 2011 12:40:20 +0000
parents 7b7d03089255
children cee07c3dbff5
comparison
equal deleted inserted replaced
33113:cc6d4af87b99 33114:5ad451a5ebec
962 // --- messagebox 962 // --- messagebox
963 #define MSGTR_MSGBOX_LABEL_FatalError "Önemli hata!" 963 #define MSGTR_MSGBOX_LABEL_FatalError "Önemli hata!"
964 #define MSGTR_MSGBOX_LABEL_Error "Hata!" 964 #define MSGTR_MSGBOX_LABEL_Error "Hata!"
965 #define MSGTR_MSGBOX_LABEL_Warning "Uyarı!" 965 #define MSGTR_MSGBOX_LABEL_Warning "Uyarı!"
966 966
967 // bitmap.c
968
969 #define MSGTR_NotEnoughMemoryC32To1 "[c32to1] görüntü için yeterli bellek yok\n"
970
971 // cfg.c 967 // cfg.c
972 968
973 #define MSGTR_ConfigFileReadError "[cfg] ayar dosyası okuma hatası...\n" 969 #define MSGTR_ConfigFileReadError "[cfg] ayar dosyası okuma hatası...\n"
974 #define MSGTR_UnableToSaveOption "[cfg] '%s' seçeneği kaydedilemiyor.\n" 970 #define MSGTR_UnableToSaveOption "[cfg] '%s' seçeneği kaydedilemiyor.\n"
975 971