comparison help/help_mp-en.h @ 32871:4463dd690b0d

Avoid unnecessary brackets and improve message texts.
author ib
date Thu, 24 Feb 2011 11:41:05 +0000
parents 736b22f11e00
children a095a4ed8ad3
comparison
equal deleted inserted replaced
32870:5321ce2ca6d9 32871:4463dd690b0d
577 // --- skin loader error messages 577 // --- skin loader error messages
578 #define MSGTR_SKIN_ERRORMESSAGE "[skin] error in skin config file on line %d: %s" 578 #define MSGTR_SKIN_ERRORMESSAGE "[skin] error in skin config file on line %d: %s"
579 #define MSGTR_SKIN_WARNING1 "[skin] warning: in config file line %d:\nwidget (%s) found but no \"section\" found before" 579 #define MSGTR_SKIN_WARNING1 "[skin] warning: in config file line %d:\nwidget (%s) found but no \"section\" found before"
580 #define MSGTR_SKIN_WARNING2 "[skin] warning: in config file line %d:\nwidget (%s) found but no \"subsection\" found before" 580 #define MSGTR_SKIN_WARNING2 "[skin] warning: in config file line %d:\nwidget (%s) found but no \"subsection\" found before"
581 #define MSGTR_SKIN_WARNING3 "[skin] warning: in config file line %d:\nthis subsection is not supported by widget (%s)" 581 #define MSGTR_SKIN_WARNING3 "[skin] warning: in config file line %d:\nthis subsection is not supported by widget (%s)"
582 #define MSGTR_SKIN_SkinFileNotFound "[skin] file ( %s ) not found.\n" 582 #define MSGTR_SKIN_SkinFileNotFound "Skin file %s not found.\n"
583 #define MSGTR_SKIN_SkinFileNotReadable "[skin] file ( %s ) not readable.\n" 583 #define MSGTR_SKIN_SkinFileNotReadable "Skin file %s not readable.\n"
584 #define MSGTR_SKIN_BITMAP_16bit "Bitmaps of 16 bits or less depth not supported (%s).\n" 584 #define MSGTR_SKIN_BITMAP_16bit "Bitmaps of 16 bits or less depth not supported (%s).\n"
585 #define MSGTR_SKIN_BITMAP_FileNotFound "File not found (%s)\n" 585 #define MSGTR_SKIN_BITMAP_FileNotFound "File not found (%s)\n"
586 #define MSGTR_SKIN_BITMAP_BMPReadError "BMP read error (%s)\n" 586 #define MSGTR_SKIN_BITMAP_BMPReadError "BMP read error (%s)\n"
587 #define MSGTR_SKIN_BITMAP_TGAReadError "TGA read error (%s)\n" 587 #define MSGTR_SKIN_BITMAP_TGAReadError "TGA read error (%s)\n"
588 #define MSGTR_SKIN_BITMAP_PNGReadError "PNG read error (%s)\n" 588 #define MSGTR_SKIN_BITMAP_PNGReadError "PNG read error (%s)\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 not found (%s).\n"
600 #define MSGTR_SKIN_SKINCFG_SelectedSkinNotFound "Selected skin ( %s ) not found, trying '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_SkinCfgReadError "skin config file read error (%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"