|
|
|
@ -601,15 +601,19 @@ yon_window *yon_window_new();
|
|
|
|
#define HELP_LABEL(rest) 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",\
|
|
|
|
#define HELP_LABEL(rest) 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",\
|
|
|
|
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",\
|
|
|
|
yon_char_get_localised_from_lib("Options:"),"\n",\
|
|
|
|
" --help, -h ",yon_char_get_localised_from_lib("Show this help"),"\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",\
|
|
|
|
" --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-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 ",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-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-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",\
|
|
|
|
" --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",\
|
|
|
|
" --clear-config, -c ",yon_char_get_localised_from_lib("Reset application settings"),"\n",\
|
|
|
|
" --file <PATH> ", yon_char_get_localised_from_lib("Set ini file for configuration mode"),"\n",\
|
|
|
|
" --config <PATH>, -f <PATH> ",yon_char_get_localised_from_lib("Set ini file for configuration mode"),"\n",\
|
|
|
|
|
|
|
|
" --socket-id ",yon_char_get_localised_from_lib("Application socket id for ubl-settings-manager"),"\n",\
|
|
|
|
|
|
|
|
" --socket-ext-id ",yon_char_get_localised_from_lib("Load button socket id for ubl-settings-manager"),"\n",\
|
|
|
|
|
|
|
|
" --socket-trd-id ",yon_char_get_localised_from_lib("Save button socket id for ubl-settings-manager"),"\n",\
|
|
|
|
|
|
|
|
" --debug ",yon_char_get_localised_from_lib("Enable debug mode"),"\n",\
|
|
|
|
!yon_char_is_empty(rest)?rest:NULL,NULL)
|
|
|
|
!yon_char_is_empty(rest)?rest:NULL,NULL)
|
|
|
|
|
|
|
|
|
|
|
|
#define template_ui_LocalePath "/usr/share/locale"
|
|
|
|
#define template_ui_LocalePath "/usr/share/locale"
|
|
|
|
|