Files
server/opt/drweb/scripts/include/strings.sh
2026-01-07 20:52:11 +01:00

12 lines
822 B
Bash

done_str="`eval_gettext \"Done.\"`"
failed_str="`eval_gettext \"Failed.\"`"
conf_startup_str="`eval_gettext \"Configuring startup of %s...\n\"`"
nothing_to_install_str="`eval_gettext \"Nothing to install. Exiting...\"`"
check_autostart_srt="`eval_gettext \"File %s was not found. Cannot check autostart for service %s.\n\"`"
toggle_autostart_str="`eval_gettext \"File %s was not found. Cannot %s autostart for service %s\n.\"`"
do_you_wish_to_cont_str="`eval_gettext \"Do you want to continue?\"`"
lic_accept_str="`eval_gettext \"Do you agree with the terms of the License Agreement?\"`"
lic_not_accepted_str="`eval_gettext \"Terms of the License Agreement were not accepted. Exiting...\"`"
type_custom_str="`eval_gettext \"Custom Configuration\"`"
type_workstations_str="`eval_gettext \"Dr.Web for Linux Workstations\"`"