Merge pull request 'master' (#8) from YanTheKaller/ubl-settings-services:master into master
Reviewed-on: #8pull/128/head^2 v1.2
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 591 B |
|
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 7.4 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 475 B |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 565 B |
|
After Width: | Height: | Size: 497 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 707 B |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 6.5 KiB |
@ -1 +0,0 @@
|
||||
#cmakedefine WEBKIT_FOUND
|
||||
@ -1,60 +1,49 @@
|
||||
#define VERSION_LABEL yon_char_unite(_("Version:")," ",version_application,"\n",NULL)
|
||||
#define HELP_LABEL yon_char_unite(_("ubl-settings-services version:")," ", version_application,"\n",_("Services and processes systemd"),"\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",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 SUCCESS_LABEL _("Operation succeeded")
|
||||
#define ROOT_WARNING_LABEL _("Warning! Application was launched without root - root-dependent actions are locked")
|
||||
|
||||
#define ABOUT_LABEL _("About")
|
||||
#define DOCUMENTATION_LABEL _("Documentation")
|
||||
|
||||
#define SAVE_LOCAL_LABEL _("Save to local configuration")
|
||||
#define SAVE_GLOBAL_LABEL _("Save to global configuration")
|
||||
#define SAVE_CONFIGURATION_LABEL _("Save configuration")
|
||||
#define SAVE_LABEL _("Save")
|
||||
|
||||
#define LOAD_LOCAL_LABEL _("Load local configuration")
|
||||
#define LOAD_GLOBAL_LABEL _("Load global configuration")
|
||||
#define LOAD_LABEL _("Load")
|
||||
#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 CANCEL_LABEL _("Cancel")
|
||||
#define ALL_SERIVCES_LABEL _("All services")
|
||||
#define SYSTEM_SERVICES_LABEL _("System services only")
|
||||
#define USER_SERVICES_LABEL _("User services only")
|
||||
|
||||
#define HELP_TITLE_LABEL _("Would you like to read documentation in the Web?")
|
||||
#define HELP_INFO_LABEL _("You will be redirected to documentation website where documentation is\ntranslated and supported by community.")
|
||||
#define HELP_ALWAYS_OPEN_LABEL _("Always redirect to online documentation")
|
||||
#define OPEN_HELP_LABEL _("Open documentation")
|
||||
#define PROJECT_HOME_LABEL _("Project Home Page")
|
||||
#define NOTHING_CHOSEN_LABEL _("Nothing were chosen")
|
||||
#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 service")
|
||||
#define CHECKSTATUS_LABEL _("Check service status")
|
||||
#define LOG_LABEL _("Check service log")
|
||||
|
||||
#define GLOBAL_LOAD_SUCCESS_LABEL _("Global configuration loading succseeded.")
|
||||
#define LOCAL_LOAD_SUCCESS_LABEL _("Local configuration loading succseeded.")
|
||||
#define LOAD_FAILED_LABEL _("Config loading failed")
|
||||
#define SERVICE_LABEL _("Service:")
|
||||
#define DESCRIPTION_LABEL _("Description:")
|
||||
|
||||
#define GLOBAL_LOCAL_SAVE_SUCCESS_LABEL _("Local and global configuration saving succseeded.")
|
||||
#define GLOBAL_SAVE_SUCCESS_LABEL _("Global configuration saving succseeded.")
|
||||
#define LOCAL_SAVE_SUCCESS_LABEL _("Local configuration saving succseeded.")
|
||||
#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 AUTOSTART_LABEL _("Autostart")
|
||||
#define LAUNCHED_LABEL _("Launched")
|
||||
#define SERVICE_LABEL _("Service")
|
||||
#define CONFIG_CONFIGURATION_LABEL _("Configuration in config file")
|
||||
#define SYSTEM_CONFIGURATION_LABEL _("Configuration in system")
|
||||
|
||||
#define ALL_LABEL _("All")
|
||||
#define SERVICES_LABEL _("Services")
|
||||
#define SOCKETS_LABEL _("Sockets")
|
||||
#define AUTOMATIC_LAUNCH_LABEL _("Automatic launch")
|
||||
#define STOPPED_LABEL _("Stopped in configuration")
|
||||
#define BLOCKED_LABEL _("Blocked in configuration")
|
||||
#define ALL_SERVICES_LABEL _("All services")
|
||||
#define SYSTEM_ONLLY_LABEL _("System services only")
|
||||
#define USER_ONLY_LABEL _("User services only")
|
||||
|
||||
#define SERVICE_RELOAD_LABEL _("Service configuration reload")
|
||||
#define LIST_LOAD_LABEL _("Service list is loading")
|
||||
#define STATUS_LABEL _("Status")
|
||||