podman

Форк
0
/
podman-theme.wxl 
68 строк · 4.7 Кб
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. -->
3

4

5
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
6
  <String Id="Caption">[WixBundleName] [VERSION] Setup</String>
7
  <String Id="Title">[WixBundleName] [VERSION]</String>
8
  <String Id="InstallHeader">Welcome to [WixBundleName] Setup</String>
9
  <String Id="InstallMessage">Welcome to the [WixBundleName] [VERSION] setup wizard. This will install [WixBundleName] on your computer.
10

11
Additionally, you have the option to also install WSL (required by podman) if it is not already enabled. This operation requires a reboot during the installation process. Alternatively, you can deselect the WSL checkbox, and install WSL manually using the wsl --install command.
12

13
Finally, click install to continue, or Close to abort the installation.</String>
14
  <String Id="InstallVersion">Version [WixBundleVersion]</String>
15
  <String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String>
16
  <String Id="ExecuteUpgradeRelatedBundleMessage">Previous version</String>
17
  <String Id="HelpHeader">Setup Help</String>
18
  <String Id="HelpText">/install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or
19
   creates a complete local copy of the bundle in directory. Install is the default.
20

21
/passive | /quiet -  displays minimal UI with no prompts or displays no UI and
22
   no prompts. By default UI and all prompts are displayed.
23

24
/norestart   - suppress any attempts to restart. By default UI will prompt before restart.
25
/log log.txt - logs to a specific file. By default a log file is created in %TEMP%.</String>
26
  <String Id="HelpCloseButton">&amp;Close</String>
27
  <String Id="InstallLicenseLinkText">[WixBundleName] &lt;a href="#"&gt;license terms&lt;/a&gt;.</String>
28
  <String Id="InstallAcceptCheckbox">I &amp;agree to the license terms and conditions</String>
29
  <String Id="InstallOptionsButton">&amp;Options</String>
30
  <String Id="InstallInstallButton">&amp;Install</String>
31
  <String Id="InstallCloseButton">&amp;Close</String>
32
  <String Id="OptionsHeader">Setup Options</String>
33
  <String Id="OptionsLocationLabel">Install location:</String>
34
  <String Id="OptionsBrowseButton">&amp;Browse</String>
35
  <String Id="OptionsOkButton">&amp;OK</String>
36
  <String Id="OptionsCancelButton">&amp;Cancel</String>
37
  <String Id="ProgressHeader">Setup Progress</String>
38
  <String Id="ProgressLabel">Processing:</String>
39
  <String Id="OverallProgressPackageText">Initializing...</String>
40
  <String Id="ProgressCancelButton">&amp;Cancel</String>
41
  <String Id="ModifyHeader">Modify Setup</String>
42
  <String Id="ModifyRepairButton">&amp;Repair</String>
43
  <String Id="ModifyUninstallButton">&amp;Uninstall</String>
44
  <String Id="ModifyCloseButton">&amp;Close</String>
45
  <String Id="SuccessRepairHeader">Repair Successfully Completed</String>
46
  <String Id="SuccessUninstallHeader">Uninstall Successfully Completed</String>
47
  <String Id="SuccessInstallHeader">Installation Successfully Completed</String>
48
  <String Id="SuccessHeader">Setup Successful</String>
49
  <String Id="SuccessLaunchButton">&amp;Open Guide &amp;&amp; Close</String>
50
  <String Id="SuccessRestartText">You must restart your computer before you can use the software.</String>
51
  <String Id="SuccessRestartButton">&amp;Restart</String>
52
  <String Id="SuccessCloseButton">&amp;Close</String>
53
  <String Id="FailureHeader">Setup Failed</String>
54
  <String Id="FailureInstallHeader">Setup Failed</String>
55
  <String Id="FailureUninstallHeader">Uninstall Failed</String>
56
  <String Id="FailureRepairHeader">Repair Failed</String>
57
  <String Id="FailureHyperlinkLogText">One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the &lt;a href="#"&gt;log file&lt;/a&gt;.</String>
58
  <String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String>
59
  <String Id="FailureRestartButton">&amp;Restart</String>
60
  <String Id="FailureCloseButton">&amp;Close</String>
61
  <String Id="FilesInUseHeader">Files In Use</String>
62
  <String Id="FilesInUseLabel">The following applications are using files that need to be updated:</String>
63
  <String Id="FilesInUseCloseRadioButton">Close the &amp;applications and attempt to restart them.</String>
64
  <String Id="FilesInUseDontCloseRadioButton">&amp;Do not close applications. A reboot will be required.</String>
65
  <String Id="FilesInUseOkButton">&amp;OK</String>
66
  <String Id="FilesInUseCancelButton">&amp;Cancel</String>
67
  <String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
68
</WixLocalization>
69

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.