comparison help/help_mp-ja.h @ 32877:a095a4ed8ad3

Change message levels to 'error'. Because all these messages indicate that an error has occurred and additionally the processing stops, 'error' is the right message level. The GUI user will now be informed about these errors. Furthermore, the message names and texts have been revised.
author ib
date Thu, 24 Feb 2011 17:47:40 +0000
parents 736b22f11e00
children 7f06781043d9
comparison
equal deleted inserted replaced
32876:176bd475b6f3 32877:a095a4ed8ad3
301 #define MSGTR_NEMDB "描画に必要なバッファを確保するためのメモリが足りません." 301 #define MSGTR_NEMDB "描画に必要なバッファを確保するためのメモリが足りません."
302 #define MSGTR_NEMFMR "メニューを描画に必要なメモリが足りません." 302 #define MSGTR_NEMFMR "メニューを描画に必要なメモリが足りません."
303 303
304 // --- skin loader error messages 304 // --- skin loader error messages
305 #define MSGTR_SKIN_ERRORMESSAGE "[skin] エラー: スキン設定ファイル %d 行: %s" 305 #define MSGTR_SKIN_ERRORMESSAGE "[skin] エラー: スキン設定ファイル %d 行: %s"
306 #define MSGTR_SKIN_WARNING1 "[skin] 警告: スキン設定ファイル %d 行: widget found but before \"section\" not found ( %s )"
307 #define MSGTR_SKIN_WARNING2 "[skin] 警告: スキン設定ファイル %d 行: widget found but before \"subsection\" not found (%s)"
308 #define MSGTR_SKIN_WARNING3 "[skin] 警告: スキン設定ファイル %d 行: this subsection not supported by this widget (%s)"
309 #define MSGTR_SKIN_BITMAP_16bit "16 ビット以下の解消度はサポートされていません (%s).\n" 306 #define MSGTR_SKIN_BITMAP_16bit "16 ビット以下の解消度はサポートされていません (%s).\n"
310 #define MSGTR_SKIN_BITMAP_FileNotFound "ファイルが存在しません (%s)\n" 307 #define MSGTR_SKIN_BITMAP_FileNotFound "ファイルが存在しません (%s)\n"
311 #define MSGTR_SKIN_BITMAP_BMPReadError "bmp 読み込みエラー (%s)\n" 308 #define MSGTR_SKIN_BITMAP_BMPReadError "bmp 読み込みエラー (%s)\n"
312 #define MSGTR_SKIN_BITMAP_TGAReadError "tga 読み込みエラー (%s)\n" 309 #define MSGTR_SKIN_BITMAP_TGAReadError "tga 読み込みエラー (%s)\n"
313 #define MSGTR_SKIN_BITMAP_PNGReadError "png 読み込みエラー (%s)\n" 310 #define MSGTR_SKIN_BITMAP_PNGReadError "png 読み込みエラー (%s)\n"