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.
52 lines
2.9 KiB
52 lines
2.9 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",TITLE_LABEL,"\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 SHOW_STATUS_LABEL _("Show status")
|
|
#define UPDATE_LABEL _("Update")
|
|
|
|
#define ALL_SERIVCES_LABEL _("All services")
|
|
#define SYSTEM_SERVICES_LABEL _("System services only")
|
|
#define USER_SERVICES_LABEL _("User services only")
|
|
|
|
#define ALL_LABEL _("All")
|
|
#define SERVICES_LABEL _("Services")
|
|
#define SOCKETS_LABEL _("Sockets")
|
|
#define AUTOLAUNCH_CONFIG_LABEL _("Autolaunch in configuration")
|
|
#define STOPPED_CONFIG_LABEL _("Stopped in configuration")
|
|
#define BLOCKED_CONFIG_LABEL _("Blocked in configuration")
|
|
|
|
#define AUTOSTART_TOGGLE_LABEL _("Toggle autostart at configuration")
|
|
#define AUTOSTOP_TOGGLE_LABEL _("Toggle autostop at configuration")
|
|
#define BLOCK_TOGGLE_LABEL _("Toggle service blocking at configuration")
|
|
#define SYSTEM_AUTOSTART_TOGGLE_LABEL _("Toggle autostart at system")
|
|
#define SYSTEM_LAUNCH_TOGGLE_LABEL _("Launch/Stop service")
|
|
#define CHECKSTATUS_LABEL _("Check service status")
|
|
#define LOG_LABEL _("Check service log")
|
|
|
|
#define SERVICE_LABEL _("Service:")
|
|
#define DESCRIPTION_LABEL _("Description:")
|
|
|
|
#define CONFIGURE_CONFIGURATION_LABEL _("Configure in configuration")
|
|
#define CONFIGURE_SYSTEM_LABEL _("Configure in system")
|
|
#define SERVICE_NAME_LABEL _("Service")
|
|
|
|
#define AUTOSTART_LABEL _("Autostart")
|
|
#define AUTOSTOP_LABEL _("Autostop")
|
|
#define BLOCK_LABEL _("Block")
|
|
#define LAUNCHED_LABEL _("Launched")
|
|
#define LIST_LOAD_LABEL _("Service list is loading")
|
|
#define STATUS_LABEL _("Status")
|
|
|
|
#define SWITCH_OFF_ERROR_LABEL _("Service were not stopped")
|
|
#define STOP_SERVICE_WARMING_LABEL(target) yon_char_unite(_("Are you sure want to stop "),target,"?\n",_("The stop will be forced.\nThe system may become unstable."),NULL) |