diff options
author | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2020-11-02 16:31:41 +0000 |
---|---|---|
committer | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2020-11-02 16:31:41 +0000 |
commit | 3b22ce132fa98011dbd9efc2c0cb9036dc0e95d1 (patch) | |
tree | e7a60abe244f8805c0a58dbfa432dd4fc375be62 /src/VBox/Installer/win/NLS/zh_CN.wxl | |
parent | 54728247f11c176a8677a187982cca3691dc9548 (diff) | |
download | VirtualBox-svn-3b22ce132fa98011dbd9efc2c0cb9036dc0e95d1.tar.gz |
Windows host installer: Implemented a new warning dialog that shows if the Python bindings dependencies are not met. More code for the Python bindings detection + installation. Only got limited testing so far. bugref:9855
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@86782 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Installer/win/NLS/zh_CN.wxl')
-rw-r--r-- | src/VBox/Installer/win/NLS/zh_CN.wxl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/VBox/Installer/win/NLS/zh_CN.wxl b/src/VBox/Installer/win/NLS/zh_CN.wxl index 4618aae1fd5..57f9f142c94 100644 --- a/src/VBox/Installer/win/NLS/zh_CN.wxl +++ b/src/VBox/Installer/win/NLS/zh_CN.wxl @@ -147,6 +147,14 @@ This is default for newer versions of Windows (Vista and newer).</String> <!----> +<String Id="WarnPythonDlg_Title">Missing Dependencies</String> +<String Id="WarnPythonDlg_Title2">Python Core / win32api</String> +<String Id="WarnPythonDlg_Desc">Installing the [ProductName] Python bindings requires the Python Core package and the win32api bindings to be installed first.</String> +<String Id="WarnPythonDlg_Desc2">When continuing the installation of the [ProductName] Python bindings now, those need to be set up manually later. Refert to the [ProductName] SDK manual for more information.</String> +<String Id="WarnPythonDlg_Question">Proceed with installation now?</String> + +<!----> + <String Id="DiskCostDlg_SpaceRequired">安装选择功能所需的磁盘空间。</String> <String Id="DiskCostDlg_NotEnoughSpace">高亮的磁盘区(如果有)对于当前选择的功能没有足够的磁盘空间可以使用。 可以从高亮的磁盘区删除一些文件,或选择安装较少功能在本机磁盘,或选择其他磁盘。</String> <String Id="DiskCostDlg_SpaceRequirements">磁盘空间需求</String> |