From 8c3bd52d7eb11521a8e9b0b31f4f22828e199b1d Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Wed, 10 May 2023 15:14:34 +0600 Subject: [PATCH] New translatable text strings --- source/ubl-settings-video-strings.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/ubl-settings-video-strings.h b/source/ubl-settings-video-strings.h index a1bef55..7498cea 100644 --- a/source/ubl-settings-video-strings.h +++ b/source/ubl-settings-video-strings.h @@ -1,3 +1,5 @@ +#define VERSION_LABEL yon_char_unite(_("Version:")," ",version_application,"\n",NULL) +#define HELP_LABEL yon_char_unite(_("ubl-settings-video version:")," ", version_application,"\n",_("Video adapter and display settings"),"\n",_("Usage:"), " ubl-settings-video ",_("[OPTIONS]"),"\n",_("Options:"),"\n\t--help, -h\t\t\t",_("Show this help"),"\n\t--version, -V\t\t\t",_("Show package version"),"\n\t--lock-help\t\t\t",_("Lock this help menu"),"\n\t--lock-save\t\t\t",_("Lock configration saving"),"\n\t--lock-save-local\t\t",_("Lock local configration saving"),"\n\t--lock-save-global\t\t",_("Lock global configration saving"),"\n\t--lock-load-global\t\t",_("Lock global configration loading"),"\n",NULL) #define PARAMETER_DEFAULT_LABEL _("Default settings") #define MONITOR_LABEL _("Monitor ") #define SETTINGS_VIDEO_TITLE_LABEL _("Video adapter and display settings")