|
|
|
@ -1,6 +1,21 @@
|
|
|
|
#define TITLE_LABEL _("Settings manager for the system")
|
|
|
|
#define TITLE_LABEL _("Settings manager for the system")
|
|
|
|
#define TITLE_INFO_LABEL _("About Settings manager for the system")
|
|
|
|
#define TITLE_INFO_LABEL _("About Settings manager for the system")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define HELP_MANAGER_LABEL yon_char_unite(template_app_information.app_tech_name,yon_char_get_localised_from_lib(" version:")," ", !yon_char_is_empty(template_app_information.app_version)?template_app_information.app_version:"","\n",\
|
|
|
|
|
|
|
|
template_app_information.app_title,"\n",yon_char_get_localised_from_lib("Usage:"), " ",template_app_information.app_tech_name," ",yon_char_get_localised_from_lib("[OPTIONS]"),"\n",\
|
|
|
|
|
|
|
|
yon_char_get_localised_from_lib("Options:"),"\n",\
|
|
|
|
|
|
|
|
" --help, -h ",yon_char_get_localised_from_lib("Show this help"),"\n",\
|
|
|
|
|
|
|
|
" --version, -V ",yon_char_get_localised_from_lib("Show package version"),"\n",\
|
|
|
|
|
|
|
|
" --lock-help ",yon_char_get_localised_from_lib("Lock this help menu"),"\n",\
|
|
|
|
|
|
|
|
" --lock-save ",yon_char_get_localised_from_lib("Lock configuration saving"),"\n",\
|
|
|
|
|
|
|
|
" --lock-save-local ",yon_char_get_localised_from_lib("Lock local configration saving"),"\n",\
|
|
|
|
|
|
|
|
" --lock-save-global ",yon_char_get_localised_from_lib("Lock global configration saving"),"\n",\
|
|
|
|
|
|
|
|
" --lock-load-global ",yon_char_get_localised_from_lib("Lock global configration loading"),"\n",\
|
|
|
|
|
|
|
|
" --clear-config, -c ",yon_char_get_localised_from_lib("Reset application settings"),"\n",\
|
|
|
|
|
|
|
|
" --config <PATH>, -f <PATH> ",yon_char_get_localised_from_lib("Set ini file for configuration mode"),"\n",\
|
|
|
|
|
|
|
|
" --debug ",yon_char_get_localised_from_lib("Enable debug mode"),"\n",\
|
|
|
|
|
|
|
|
NULL)
|
|
|
|
|
|
|
|
|
|
|
|
#define WIKI_LINK _("https://wiki.ublinux.com/en/software/programs_and_utilities/all/ubl-settings-manager")
|
|
|
|
#define WIKI_LINK _("https://wiki.ublinux.com/en/software/programs_and_utilities/all/ubl-settings-manager")
|
|
|
|
|
|
|
|
|
|
|
|
#define ABOUT_PROJECT_COMMENTS_LABEL _("Settings manager for the system")
|
|
|
|
#define ABOUT_PROJECT_COMMENTS_LABEL _("Settings manager for the system")
|
|
|
|
|