comparison help/help_mp-en.h @ 33025:7f06781043d9

Revise some GUI error message texts.
author ib
date Fri, 25 Mar 2011 12:40:20 +0000
parents a095a4ed8ad3
children 492520edebad
comparison
equal deleted inserted replaced
33024:21e0de9c355f 33025:7f06781043d9
566 #define MSGTR_Config "Config" 566 #define MSGTR_Config "Config"
567 #define MSGTR_ConfigDriver "Configure driver" 567 #define MSGTR_ConfigDriver "Configure driver"
568 #define MSGTR_Browse "Browse" 568 #define MSGTR_Browse "Browse"
569 569
570 // --- error messages --- 570 // --- error messages ---
571 #define MSGTR_NEMDB "Sorry, not enough memory to draw buffer." 571 #define MSGTR_NEMDB "Sorry, not enough memory to draw buffer.\n"
572 #define MSGTR_NEMFMR "Sorry, not enough memory for menu rendering." 572 #define MSGTR_NEMFMR "Sorry, not enough memory for menu rendering."
573 #define MSGTR_IDFGCVD "Sorry, I did not find a GUI-compatible video output driver." 573 #define MSGTR_IDFGCVD "Sorry, no GUI-compatible video output driver found.\n"
574 #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." 574 #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."
575 #define MSGTR_UNKNOWNWINDOWTYPE "Unknown window type found ..." 575 #define MSGTR_UNKNOWNWINDOWTYPE "Unknown window type found ..."
576 576
577 // --- skin loader error messages 577 // --- skin loader error messages
578 #define MSGTR_SKIN_ERRORMESSAGE "Error in skin config file on line %d: %s" 578 #define MSGTR_SKIN_ERRORMESSAGE "Error in skin config file on line %d: %s"
594 #define MSGTR_SKIN_FONT_TooManyFontsDeclared "Too many fonts declared.\n" 594 #define MSGTR_SKIN_FONT_TooManyFontsDeclared "Too many fonts declared.\n"
595 #define MSGTR_SKIN_FONT_FontFileNotFound "Font file not found.\n" 595 #define MSGTR_SKIN_FONT_FontFileNotFound "Font file not found.\n"
596 #define MSGTR_SKIN_FONT_FontImageNotFound "Font image file not found.\n" 596 #define MSGTR_SKIN_FONT_FontImageNotFound "Font image file not found.\n"
597 #define MSGTR_SKIN_FONT_NonExistentFontID "non-existent font identifier (%s)\n" 597 #define MSGTR_SKIN_FONT_NonExistentFontID "non-existent font identifier (%s)\n"
598 #define MSGTR_SKIN_UnknownParameter "unknown parameter (%s)\n" 598 #define MSGTR_SKIN_UnknownParameter "unknown parameter (%s)\n"
599 #define MSGTR_SKIN_SKINCFG_SkinNotFound "Skin not found (%s).\n" 599 #define MSGTR_SKIN_SKINCFG_SkinNotFound "Skin '%s' not found.\n"
600 #define MSGTR_SKIN_SKINCFG_SelectedSkinNotFound "Selected skin '%s' not found, trying skin 'default'...\n" 600 #define MSGTR_SKIN_SKINCFG_SelectedSkinNotFound "Selected skin '%s' not found, trying skin 'default'...\n"
601 #define MSGTR_SKIN_SKINCFG_SkinCfgReadError "skin config file read error (%s)\n" 601 #define MSGTR_SKIN_SKINCFG_SkinCfgError "Config file processing error with skin '%s'\n"
602 #define MSGTR_SKIN_LABEL "Skins:" 602 #define MSGTR_SKIN_LABEL "Skins:"
603 603
604 // --- GTK menus 604 // --- GTK menus
605 #define MSGTR_MENU_AboutMPlayer "About MPlayer" 605 #define MSGTR_MENU_AboutMPlayer "About MPlayer"
606 #define MSGTR_MENU_Open "Open..." 606 #define MSGTR_MENU_Open "Open..."