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.
ubl-settings-services/source/ubl-strings.h

179 lines
8.5 KiB

#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 SAVE_PROCESS_LABEL _("Saving...")
#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 RESTART_LABEL _("Restart")
#define SHOW_LOG_LABEL _("Show log")
#define SHOW_SOURCE_LABEL _("Show source")
#define PROPERTIES_LABEL _("Properties")
#define ACTIVATE_SESSION_LABEL _("Switch to session")
#define END_SESSION_LABEL _("Terminate session")
#define BLOCK_SESSION_LABEL _("Lock session")
#define UNLOCK_SESSION_LABEL _("Unlock session")
#define SOURCE_UNFOUND_LABEL _("Service source were not loaded")
#define SERVICE_START_FAILED_LABEL _("Failed to launch service")
#define SERVICE_STOP_FAILED_LABEL _("Failed to stop service")
#define SAVING_LABEL _("Saving...")
#define SAVED_LABEL _("Saved")
#define ERROR_LABEL _("Error has occured")
#define SWITCH_OFF_ERROR_LABEL _("Service were not stopped")
#define SERVICE_STOP_WARNING_LABEL(target) yon_char_unite(_("Are you sure want to stop "),target,"?\n",_("The system may become unstable."),NULL)
#define SERVICE_START_WARNING_LABEL(target) yon_char_unite(_("Are you sure want to start "),target,"?\n",_("The system may become unstable."),NULL)
#define REEXEC_SERVICE_WARMING_LABEL(target) yon_char_unite(_("Are you sure want to restart "),target,"?\n",_("The system may become unstable."),NULL)
#define RELOAD_SERVICE_WARMING_LABEL(target) yon_char_unite(_("Are you sure want to reload "),target,"?\n",_("The system may become unstable."),NULL)
#define SERVICE_ENABLE_WARNING_LABEL(target) yon_char_unite(_("Are you sure want to enable "),target,"?\n",_("The system may become unstable."),NULL)
#define SERVICE_DISABLE_WARNING_LABEL(target) yon_char_unite(_("Are you sure want to disable "),target,"?\n",_("The system may become unstable."),NULL)
#define RELOAD_SYSTEM_SETTINGS_WARNING_LABEL yon_char_unite(_("Are you sure want to reload system units settings?"),"\n",_("The system may become unstable."),NULL)
#define RELOAD_USER_SETTINGS_WARNING_LABEL yon_char_unite(_("Are you sure want to reload user units settings?"),"\n",_("The system may become unstable."),NULL)
#define SESSION_ACTIVATE_TOOLTIP_LABEL(target) yon_char_unite(_("Are you sure you want to switch on session")," <b>ID-",target,"</b>?",NULL)
#define SESSION_END_TOOLTIP_LABEL(target) yon_char_unite("<b>",_("Attention!"),"</b> ",_("You are about to end your session")," <b>ID-",target,"</b>. ",_("If this is your active session, you will be taken to the login screen. Make sure to save all files before performing this operation."),NULL)
#define SESSION_BLOCK_TOOLTIP_LABEL(target) yon_char_unite(_("Are you sure you want to block session")," <b>ID-",target,"</b>?",NULL)
#define SESSION_UNLOCK_TOOLTIP_LABEL(target) yon_char_unite(_("Are you sure you want to unlock session")," <b>ID-",target,"</b>?",NULL)
#define SERVICE_START_TITLE_LABEL _("Service start")
#define SERVICE_STOP_TITLE_LABEL _("Service stop")
#define SERVICE_AUTOSTART_TITLE_LABEL _("Service enabling")
#define SERVICE_AUTOSTOP_TITLE_LABEL _("Service disabling")
#define SESSION_SWITCH_TITLE_LABEL(target) yon_char_unite(_("Switching to session")," ID-",target,NULL)
#define SESSION_LOCK_TITLE_LABEL _("Session locking")
#define SESSION_UNLOCK_TITLE_LABEL _("Session unlocking")
#define SESSION_TERMINATE_TITLE_LABEL _("Session termination")
#define DAYS_LABEL _("Days")
#define HOURS_LABEL _("Hours")
#define MINUTES_LABEL _("Minutes")
#define SECONDS_LABEL _("Seconds")
#define ACTIVE_LABEL _("Active")
#define INACTIVE_LABEL _("Inactive")
#define SYSTEM_UNITS_LABEL _("System units")
#define USER_UNITS_LABEL _("User units")
#define CONFIG_FILES_LABEL _("Config files")
#define SESSIONS__LABEL _("Sessions")
#define TIMERS_LABEL _("Timers")
#define SYSTEM_STATUS_LABEL _("System services status")
#define USER_STATUS_LABEL _("User services status")
#define INSTALLED_UNIT_LABEL _("Installed unit files")
#define UNITS_LIST_LABEL _("Units and status list")
#define SOCKETS_LIST_LABEL _("Sockets and status list")
#define TIMERS_LIST_LABEL _("Timers and status list")
#define UNIT_LABEL _("Unit")
#define RELAUNCH_SYSTEMCTL_LABEL _("Reload settings")
#define REEXEC_SYSTEMCTL_LABEL _("Reexec systemd")
#define SHOW_SERVICE_INFO_LABEL _("Service information")
#define RELAUNCH_SERVICE_LABEL _("Relaunch with new configuration")
#define SHOW_SERVICE_LOG_LABEL _("Service log")
#define SHOW_SERVICE_SOURCE_LABEL _("Service source file")
#define SHOW_SERVICE_PROPERTIES_LABEL _("Service properties")
#define SHOW_LABEL _("Additional information")
#define EDIT_CONFIG_LABEL _("Edit configuration file")
#define SHOW_INACTIVE_LABEL _("Show inactive")
#define SHOW_UNLOADED_LABEL _("Show unloaded")
#define FILE_LABEL _("File")
#define CHANGE_DATE_LABEL _("Change date")
#define DESCRIPTION_TAB_LABEL _("Description")
#define EDIT_LABEL _("Edit")
#define SESSION_ID_LABEL _("Session ID")
#define USER_ID_LABEL _("User ID")
#define USER_NAME_LABEL _("User name")
#define SEAT_ID_LABEL _("Seat ID")
#define SESSION_START_LABEL _("Start session")
#define SESSION_END_LABEL _("Stop session")
#define SESSION_LOCK_LABEL _("Lock session")
#define TIMER_LABEL _("Timer")
#define NEXT_LABEL _("Next")
#define LEFT_LABEL _("Left")
#define LAST_LABEL _("Last")
#define PASSED_LABEL _("Passed")
#define ACTIVATES_LABEL _("Activates")
#define STATE_DISABLED_LABEL _("disabled")
#define STATE_ACTIVE_LABEL _("active")
#define STATE_DEAD_LABEL _("dead")
#define STATE_WAITING_LABEL _("waiting")
#define STATE_RUNNING_LABEL _("running")
#define STATE_LISTENING_LABEL _("listening")
#define STATE_EXITED_LABEL _("exited")
#define STATE_MOUNTED_LABEL _("mounted")
#define STATE_PLUGGED_LABEL _("plugged")
#define STATE_ABANDONED_LABEL _("abandoned")
#define SERVICE_STATE_TITLE_LABEL(target) yon_char_append(_("State of "),target)
#define SERVICE_LOG_TITLE_LABEL(target) yon_char_unite(_("View log")," ",target,NULL)
#define SERVICE_UNIT_EDIT_TITLE_LABEL _("Edit unit file")
#define SYSTEMD_REEXEC_ERROR_LABEL _("Failed to re-execute systemd")
#define SYSTEMD_RELAUNCH_ERROR_LABEL _("failed to relaunch systemd")
#define SYSTEMD_REEXEC_SUCCESS_LABEL _("Systemd has been re-executed")
#define SYSTEMD_RELAUNCH_SUCCESS_LABEL _("Systemd has been relaunched")
#define SERVICE_RELOAD_SUCCESS_LABEL _("Service has been successfully restarted")
#define SERVICE_START_SUCCESS_LABEL _("Service has been successfully launched")
#define SAVE_LABEL _("Save")
#define NULL_LABEL _("Null")
#define UNIT_FILE_LABEL _("Unit file:")
#define UNIT_STATE_LABEL _("Unit file state:")
#define ACTIVATED_LABEL _("Activated:")
#define DEACTIVATED_LABEL _("Deactivated:")
#define service_tooltip_template(target,description,unit,status,activated,deactivated) yon_char_unite("<u>",target,"</u>\n",_("Description:"),description,"\n",_("Unit file:"),unit,"\n",_("Status:"),status,"\n",_("Activated:"),activated,"\n",_("Deactivated:"),deactivated,NULL)