#define PARAMETER_DEFAULT_LABEL _("Default settings") #define MONITOR_LABEL _("Monitor ") #define SETTINGS_VIDEO_TITLE_LABEL _("Video adapter and display settings") #define MONITOR_PORT_LABEL _("Port: ") #define MONITOR_RESOLUTION_LABEL _("Resolution (px): ") #define MONITOR_FREQUENCY_LABEL _("Frequency (Hz): ") #define MONITOR_ROTATION_LABEL _("Rotation: ") #define MONITOR_POSITION_LABEL _("Position: ") #define MONITOR_SWITCH_OFF_LABEL _("Do not switch off display") #define MONITOR_CVT_LABEL _("Create modeline for current resolution with CVT") #define MONITOR_REDUCED_LABEL _("Use \"CVT Reduced Blanking\"") #define MONITOR_GTF_LABEL _("Create modeline for current resolution with GTF") #define MONITOR_MANUALLY_LABEL _("Configure manually through parameter line: ") #define MONITOR_MAIN_DISPLAY_LABEL _("Main display") #define MONITOR_UNSUPPORTED_LABEL _("Show unsupported") #define MONITOR_ENABLED_LABEL _("Enabled") #define MONITOR_LEFT_LABEL _("Left") #define MONITOR_RIGHT_LABEL _("Right") #define MONITOR_INVERTED_LABEL _("Inverted") #define MONITOR_LEFT_POS_LABEL _("Left of") #define MONITOR_RIGHT_POS_LABEL _("Right of") #define MONITOR_ABOVE_POS_LABEL _("Above") #define MONITOR_BELOW_POS_LABEL _("Below ") #define MONITOR_NO_ROTATION_LABEL _("No rotation") #define MONITOR_SAVE_LABEL _("Save") #define MONITOR_CANCEL_LABEL _("Cancel") #define MONITOR_CHOOSE_PORT_LABEL _("Choose port to configure") #define MONITOR_POSITION_LEFT_PARAMETER _("lo:") #define MONITOR_POSITION_RIGHT_PARAMETER _("ro:") #define MONITOR_POSITION_ABOVE_PARAMETER _("ab:") #define MONITOR_POSITION_BELOW_PARAMETER _("be:") #define MONITOR_ROTATE_PARAMETER _("rotate:") #define MONITOR_ROTATE_NORMAL_PARAMETER _("normal") #define MONITOR_ROTATE_LEFT_PARAMETER _("left") #define MONITOR_ROTATE_RIGHT_PARAMETER _("right") #define MONITOR_ROTATE_INVERTED_PARAMETER _("invert") #define MONITOR_PORT_ERROR_LABEL _("Error: Port must be chosen to save") #define MONITOR_PORT_SUCCESS_LABEL _("Monitor configuration succeedeed") #define GLOBAL_LOAD_SUCCESS _("Global configuration loading succseeded.") #define LOCAL_LOAD_SUCCESS _("Local configuration loading succseeded.") #define GLOBAL_LOCAL_SAVE_SUCCESS _("Local and global configuration saving succseeded.") #define GLOBAL_SAVE_SUCCESS _("Global configuration saving succseeded.") #define LOCAL_SAVE_SUCCESS _("Local configuration saving succseeded.") #define YES_LABEL _("Yes") #define NO_LABEL _("No")