You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
1.3 KiB
15 lines
1.3 KiB
#define VERSION_LABEL yon_char_unite(_("Version:")," ",version_application,"\n",NULL)
|
|
#define HELP_LABEL yon_char_unite(_("ubl-settings-services version:")," ", version_application,"\n",_("ubl-settings-services"),"\n",_("Usage:"), " ubl-settings-services ",_("[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 configuration 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\t--clear-config\t\t\t",_("Reset application settings"),"\n",NULL)
|
|
|
|
#define TITLE_LABEL _("Services and processes systemd")
|
|
#define TITLE_INFO_LABEL _("System services and processes configuration")
|
|
#define SERVICE_INFO_TITLE_LABEL _("Services and processes - service information")
|
|
|
|
#define CONFIG_CONFIGURATION_LABEL _("Configure in configuration")
|
|
#define AUTOSTART_LABEL _("Autostart")
|
|
#define AUTOSTOP_LABEL _("Autostop")
|
|
#define BLOCK_LABEL _("Block")
|
|
#define SYSTEM_CONFIGURATION_LABEL _("Configure in system")
|
|
#define LAUNCHED_LABEL _("Launched")
|
|
#define SERVICE_RELOAD_LABEL _("Reload")
|
|
#define STATUS_LABEL _("Show status") |