diff --git a/source/ubl-settings-video-strings.h b/source/ubl-settings-video-strings.h index f15d6ef..cf942d2 100644 --- a/source/ubl-settings-video-strings.h +++ b/source/ubl-settings-video-strings.h @@ -40,4 +40,11 @@ #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") \ No newline at end of file +#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.") \ No newline at end of file