comparison help/help_mp-en.h @ 33551:5d5f66b52c62

Add a warning message for unavailable or unusable icons. This is a preparation for differently sized icons to come.
author ib
date Fri, 17 Jun 2011 18:59:03 +0000
parents 7ced3616af42
children 4fcbd59b4e78
comparison
equal deleted inserted replaced
33550:fea429f90bfd 33551:5d5f66b52c62
572 // --- error messages --- 572 // --- error messages ---
573 #define MSGTR_NEMDB "Sorry, not enough memory to draw buffer.\n" 573 #define MSGTR_NEMDB "Sorry, not enough memory to draw buffer.\n"
574 #define MSGTR_NEMFMR "Sorry, not enough memory for menu rendering." 574 #define MSGTR_NEMFMR "Sorry, not enough memory for menu rendering."
575 #define MSGTR_IDFGCVD "Sorry, no GUI-compatible video output driver found.\n" 575 #define MSGTR_IDFGCVD "Sorry, no GUI-compatible video output driver found.\n"
576 #define MSGTR_NEEDLAVC "Sorry, you cannot play non-MPEG files with your DXR3/H+ device without reencoding.\nPlease enable lavc in the DXR3/H+ configuration box." 576 #define MSGTR_NEEDLAVC "Sorry, you cannot play non-MPEG files with your DXR3/H+ device without reencoding.\nPlease enable lavc in the DXR3/H+ configuration box."
577 #define MSGTR_ICONERROR "Icon '%s' not found or unsupported format.\n"
577 578
578 // --- skin loader error messages 579 // --- skin loader error messages
579 #define MSGTR_SKIN_ERRORMESSAGE "Error in skin config file on line %d: %s" 580 #define MSGTR_SKIN_ERRORMESSAGE "Error in skin config file on line %d: %s"
580 #define MSGTR_SKIN_ERROR_SECTION "No section specified for '%s'.\n" 581 #define MSGTR_SKIN_ERROR_SECTION "No section specified for '%s'.\n"
581 #define MSGTR_SKIN_ERROR_WINDOW "No window specified for '%s'.\n" 582 #define MSGTR_SKIN_ERROR_WINDOW "No window specified for '%s'.\n"