#define OPACITY_LONGTEXT N_("The opacity (inverse of transparency) of the " \
#define COLOR_TEXT N_("Text Default Color")
"text that will be rendered on the video. 0 = transparent, " \
#define COLOR_LONGTEXT N_("The color of overlay text. 1 byte for each color, "\
"255 = totally opaque. " )
"hexadecimal. #000000 = all colors off, 0xFF0000 = just Red, " \
#define COLOR_TEXT N_("Text default color")
"0xFFFFFF = all color on [White]" )
#define COLOR_LONGTEXT N_("The color of the text that will be rendered on "\
#define FONTSIZER_TEXT N_("Font size")
"the video. This must be an hexadecimal (like HTML colors). The first two "\ "chars are for red, then green, then blue. #000000 = black, #FF0000 = red,"\ " #00FF00 = green, #FFFF00 = yellow (red + green), #FFFFFF = white" )
#define FONTSIZER_LONGTEXT N_("The size of the fonts used by the osd module" )
#define FONTSIZER_TEXT N_("Relative font size")
#define FONTSIZER_LONGTEXT N_("This is the relative default size of the " \
"fonts that will be rendered on the video. If absolute font size is set, "\