diff options
Diffstat (limited to 'src/VBox/Installer/darwin/VirtualBox_mpkg/Localizable.strings')
-rw-r--r-- | src/VBox/Installer/darwin/VirtualBox_mpkg/Localizable.strings | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/VBox/Installer/darwin/VirtualBox_mpkg/Localizable.strings b/src/VBox/Installer/darwin/VirtualBox_mpkg/Localizable.strings new file mode 100644 index 00000000..b3cd4b3e --- /dev/null +++ b/src/VBox/Installer/darwin/VirtualBox_mpkg/Localizable.strings @@ -0,0 +1,23 @@ +'VirtualBox_title' = '@VBOX_PRODUCT@'; + +'choiceVBoxKEXTs_title' = '@VBOX_PRODUCT@ Kernel Extensions'; +'choiceVBoxKEXTs_msg' = 'Installs the @VBOX_PRODUCT@ Kernel Extensions into /Library/Application Support/VirtualBox.'; + +'choiceVBox_title' = '@VBOX_PRODUCT@'; +'choiceVBox_msg' = 'Installs the @VBOX_PRODUCT@ application into /Applications.'; + +'choiceVBoxCLI_title' = '@VBOX_PRODUCT@ Command Line Utilities'; +'choiceVBoxCLI_msg' = 'Installs the @VBOX_PRODUCT@ command line utilities into /usr/bin.'; + +'choiceOSXFuseCore_title' = 'FUSE for macOS core package'; +'choiceOSXFuseCore_msg' = 'Installs the FUSE for macOS core package for the image mounter.'; + +'RUNNING_VMS_TLE' = "Running VirtualBox virtual machines detected!"; +'RUNNING_VMS_MSG' = "The installer has detected running virtual machines. Please shut down all running VirtualBox machines and then restart the installation."; + +'UNSUPPORTED_HW_MACHINE_TLE' = "Unsupported hardware architecture detected!"; +'UNSUPPORTED_HW_MACHINE_MSG' = "The installer has detected an unsupported architecture. VirtualBox only runs on the amd64 architecture."; + +'UNSUPPORTED_OS_TLE' = "Unsupported OS version detected!"; +'UNSUPPORTED_OS_MSG' = "The installer has detected an unsupported operation system. VirtualBox requires Mac OS X 10.9 or later."; + |