# VirtualBox package made by seba/dodo-dk/DI4bI0
# package maintained at http://www.diablos-netzwerk.de
# installer.sh
DOWNLOAD_ERROR="There was a problem downloading (${VIRTUALBOX_DOWNLOAD_FILE}) from the official download url (${VIRTUALBOX_DOWNLOAD_URL})."
DOWNLOAD_ERROR_2="There was a problem downloading (${VIRTUALBOX_EXTENSIONPACK_DOWNLOAD_FILE}) from the official download url (${VIRTUALBOX_EXTENSIONPACK_DOWNLOAD_URL})."
DOWNLOAD_ERROR_3="There was a problem downloading (phpvirtualbox-${PHPVIRTUALBOX_VER}) from the official download url (${VIRTUALBOX_PHPVIRTUALBOX_DOWNLOAD_URL})."
EXTRACT_ERROR="There was a problem extracting the (${VIRTUALBOX_DOWNLOAD_FILE})."
EXTRACT_ERROR_2="There was a problem extracting the (${VIRTUALBOX_EXTENSIONPACK_DOWNLOAD_FILE})."
EXTRACT_ERROR_3="There was a problem extracting the (phpvirtualbox-${PHPVIRTUALBOX_VER})."
UNINSTALL_SCCESSFULL="${NAME} successfull uninstalled."
DSM_VERSION_ERROR="Your DSM Version ${DSMMAJOR}.${DSMMINOR}-${DSMBUILD} is not supported by this Package!"
KERNEL_ERROR="Your Kernel ${KERNEL} is not supported by this Package!"
KERNEL_LOADED_ERROR="Found loaded VirtualBox Kernel-Modules. Please unload them or restart your system before you install/upgrade this package!"
PACKAGE_INSTALLED_ENABLED_ERROR="Packege is not installed or enabled!"
VOLUME_ERROR="The selected path (${wizard_virtualbox_path}) does not exists!"
# start-stop-status.sh
ALREADY_RUNNING="${NAME} is already running."
COULD_NOT_START="${NAME} could not start."
SERVER_STARTED="${NAME} started, for details please view the log file."
SERVER_STOPED="${NAME} stoped."