Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
115 changes: 72 additions & 43 deletions src/Framework/App.Runtime/bundle/theme/1028/bundle.wxl
Original file line number Diff line number Diff line change
@@ -1,46 +1,75 @@
<WixLocalization Culture="en-us" Language="1033" xmlns="http://wixtoolset.org/schemas/v4/wxl">
<String Id="Caption" Value="[WixBundleName] 安裝程式" />
<String Id="Title" Value="[BUNDLEMONIKER]" />
<String Id="InstallVersion" Value="版本 [WixBundleVersion]" />
<String Id="ConfirmCancelMessage" Value="您確定要取消嗎?" />
<String Id="ExecuteUpgradeRelatedBundleMessage" Value="前一版" />
<String Id="HelpHeader" Value="安裝說明" />
<String Id="HelpText" Value="/install | /repair | /uninstall | /layout [\[]目錄[\]] - 在目錄中安裝、修復、解除安裝或 建立搭售方案的完整本機複本。預設為安裝。 /passive | /quiet - 顯示最少 UI 且不含提示,或者不顯示 UI,也 不顯示提示。預設會顯示 UI 和所有提示。 /norestart - 隱藏任何重新啟動嘗試。根據預設,UI 會在重新啟動之前提示。 /log log.txt - 記錄至特定檔案。預設會在 %TEMP% 建立記錄檔。" />
<String Id="HelpCloseButton" Value="關閉(&amp;C)" />
<String Id="InstallAcceptCheckbox" Value="我同意授權條款及條件(&amp;A)" />
<String Id="InstallInstallButton" Value="安裝(&amp;I)" />
<String Id="InstallCloseButton" Value="關閉(&amp;C)" />
<String Id="ProgressHeader" Value="安裝進度" />
<String Id="ProgressLabel" Value="處理中:" />
<String Id="OverallProgressPackageText" Value="正在初始化..." />
<String Id="ProgressCancelButton" Value="取消(&amp;C)" />
<String Id="ModifyHeader" Value="修改安裝" />
<String Id="ModifyRepairButton" Value="修復(&amp;R)" />
<String Id="ModifyUninstallButton" Value="解除安裝(&amp;U)" />
<String Id="ModifyCloseButton" Value="關閉(&amp;C)" />
<String Id="SuccessRepairHeader" Value="修復已成功完成" />
<String Id="SuccessUninstallHeader" Value="解除安裝已成功完成" />
<String Id="SuccessInstallHeader" Value="安裝已成功完成" />
<String Id="SuccessHeader" Value="設定成功" />
<String Id="SuccessLaunchButton" Value="啟動(&amp;L)" />
<String Id="SuccessRestartText" Value="必須重新啟動電腦,才能使用此軟體。" />
<String Id="SuccessRestartButton" Value="重新啟動(&amp;R)" />
<String Id="SuccessCloseButton" Value="關閉(&amp;C)" />
<String Id="FailureHeader" Value="安裝失敗" />
<String Id="FailureInstallHeader" Value="設定失敗" />
<String Id="FailureUninstallHeader" Value="解除安裝失敗" />
<String Id="FailureRepairHeader" Value="修復失敗" />
<String Id="FailureHyperlinkLogText" Value="有一個或多個問題導致安裝程式失敗。請解決問題,然後重試一次安裝。如需詳細資訊,請參閱&lt;a href=&quot;#&quot;&gt;記錄檔&lt;/a&gt;。" />
<String Id="FailureRestartText" Value="必須重新啟動電腦,才能完成軟體的復原。" />
<String Id="FailureRestartButton" Value="重新啟動(&amp;R)" />
<String Id="FailureCloseButton" Value="關閉(&amp;C)" />
<String Id="FilesInUseHeader" Value="使用中的檔案" />
<String Id="FilesInUseLabel" Value="以下應用程式正在使用需要進行更新的檔案:" />
<String Id="FilesInUseCloseRadioButton" Value="關閉應用程式並嘗試重新啟動(&amp;A)" />
<String Id="FilesInUseDontCloseRadioButton" Value="不關閉應用程式,需要重新啟動(&amp;D)" />
<String Id="FilesInUseOkButton" Value="確定(&amp;O)" />
<String Id="FilesInUseCancelButton" Value="取消(&amp;C)" />

<String Id="Caption" Value="[WixBundleName] Setup"/>

<String Id="Title" Value="[BUNDLEMONIKER]"/>


<String Id="InstallVersion" Value="Version [WixBundleVersion]"/>
<String Id="ConfirmCancelMessage" Value="Are you sure you want to cancel?"/>
<String Id="ExecuteUpgradeRelatedBundleMessage" Value="Previous version"/>
<String Id="HelpHeader" Value="Setup Help"/>

<String Id="HelpText" Value="/install | /repair | /uninstall | /layout [\[]directory[\]] - installs, repairs, uninstalls or
creates a complete local copy of the bundle in directory. Install is the default.

<String Id="Welcome" Value="歡迎使用 [WixBundleName] 安裝程式。" />
<String Id="EulaPrivacy" Value="[WixBundleName] &lt;a href=&quot;https://go.microsoft.com/fwlink/?LinkId=329770&quot;&gt;授權條款&lt;/a&gt;和&lt;a href=&quot;https://go.microsoft.com/fwlink/?LinkId=786378&quot;&gt;隱私權聲明&lt;/a&gt;。" />
/passive | /quiet - displays minimal UI with no prompts or displays no UI and
no prompts. By default UI and all prompts are displayed.

/norestart - suppress any attempts to restart. By default UI will prompt before restart.
/log log.txt - logs to a specific file. By default a log file is created in %TEMP%."/>
<String Id="HelpCloseButton" Value="&amp;Close"/>
<String Id="InstallAcceptCheckbox" Value="I &amp;agree to the license terms and conditions"/>
<String Id="InstallInstallButton" Value="&amp;Install"/>
<String Id="InstallCloseButton" Value="&amp;Close"/>
<String Id="ProgressHeader" Value="Setup Progress"/>
<String Id="ProgressLabel" Value="Processing:"/>
<String Id="OverallProgressPackageText" Value="Initializing..."/>
<String Id="ProgressCancelButton" Value="&amp;Cancel"/>
<String Id="ModifyHeader" Value="Modify Setup"/>
<String Id="ModifyRepairButton" Value="&amp;Repair"/>
<String Id="ModifyUninstallButton" Value="&amp;Uninstall"/>
<String Id="ModifyCloseButton" Value="&amp;Close"/>
<String Id="SuccessCacheHeader" Value="Cache Successfully Completed"/>
<String Id="SuccessModifyHeader" Value="Modify Successfully Completed"/>
<String Id="SuccessUnsafeUninstallHeader" Value="Uninstall Successfully Completed"/>
<String Id="SuccessLayoutHeader" Value="Layout Successfully Completed"/>
<String Id="SuccessRepairHeader" Value="Repair Successfully Completed"/>
<String Id="SuccessUninstallHeader" Value="Uninstall Successfully Completed"/>
<String Id="SuccessInstallHeader" Value="Installation Successfully Completed"/>
<String Id="SuccessHeader" Value="Setup Successful"/>
<String Id="SuccessLaunchButton" Value="&amp;Launch"/>
<String Id="SuccessRestartText" Value="You must restart your computer before you can use the software."/>
<String Id="SuccessUninstallRestartText" Value="You must restart your computer to complete the removal of the software."/>
<String Id="SuccessRestartButton" Value="&amp;Restart"/>
<String Id="SuccessCloseButton" Value="&amp;Close"/>
<String Id="FailureHeader" Value="Setup Failed"/>
<String Id="FailureCacheHeader" Value="Cache Failed"/>
<String Id="FailureLayoutHeader" Value="Layout Failed"/>
<String Id="FailureInstallHeader" Value="Setup Failed"/>
<String Id="FailureUninstallHeader" Value="Uninstall Failed"/>
<String Id="FailureUnsafeUninstallHeader" Value="Uninstall Failed"/>
<String Id="FailureRepairHeader" Value="Repair Failed"/>
<String Id="FailureModifyHeader" Value="Modify Failed"/>
<String Id="FailureHyperlinkLogText" Value="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=&quot;#&quot;&gt;log file&lt;/a&gt;."/>
<String Id="FailureRestartText" Value="You must restart your computer to complete the rollback of the software."/>
<String Id="FailureRestartButton" Value="&amp;Restart"/>
<String Id="FailureCloseButton" Value="&amp;Close"/>
<String Id="FilesInUseHeader" Value="Files In Use"/>
<String Id="FilesInUseLabel" Value="The following applications are using files that need to be updated:"/>
<String Id="FilesInUseCloseRadioButton" Value="Close the &amp;applications and attempt to restart them."/>
<String Id="FilesInUseDontCloseRadioButton" Value="&amp;Do not close applications. A reboot will be required."/>
<String Id="FilesInUseNetfxCloseRadioButton" Value="Close the &amp;applications."/>
<String Id="FilesInUseOkButton" Value="&amp;OK"/>
<String Id="FilesInUseCancelButton" Value="&amp;Cancel"/>
<String Id="FilesInUseRetryButton" Value="&amp;Retry"/>
<String Id="FilesInUseIgnoreButton" Value="&amp;Ignore"/>
<String Id="FilesInUseExitButton" Value="E&amp;xit"/>
<String Id="FilesInUseTitle" Value="Files In Use"/>
<String Id="LicenseAssent" Value="By clicking Install, you agree to the following terms:"/>
<String Id="WelcomeHeaderMessage">ASP.NET Runtime</String>
<String Id="WelcomeDescription">The ASP.NET Runtime is used to run ASP.NET applications, on your Windows computer. ASP.NET is open source, cross platform, and supported by Microsoft. We hope you enjoy it!</String>


<String Id="EulaPrivacy" Value="[WixBundleName] &lt;a href=&quot;https://go.microsoft.com/fwlink/?LinkId=329770&quot;&gt;license terms&lt;/a&gt; and &lt;a href=&quot;https://go.microsoft.com/fwlink/?LinkId=786378&quot;&gt;privacy statement&lt;/a&gt;."/>
</WixLocalization>
115 changes: 72 additions & 43 deletions src/Framework/App.Runtime/bundle/theme/1029/bundle.wxl
Original file line number Diff line number Diff line change
@@ -1,46 +1,75 @@
<WixLocalization Culture="en-us" Language="1033" xmlns="http://wixtoolset.org/schemas/v4/wxl">
<String Id="Caption" Value="Instalační program pro [WixBundleName]" />
<String Id="Title" Value="[BUNDLEMONIKER]" />
<String Id="InstallVersion" Value="Verze [WixBundleVersion]" />
<String Id="ConfirmCancelMessage" Value="Opravdu chcete akci zrušit?" />
<String Id="ExecuteUpgradeRelatedBundleMessage" Value="Předchozí verze" />
<String Id="HelpHeader" Value="Nápověda nastavení" />
<String Id="HelpText" Value="/install | /repair | /uninstall | /layout [\[]adresář[\]] – Nainstaluje, opraví, odinstaluje nebo vytvoří úplnou místní kopii svazku v adresáři. Výchozí možností je instalace. /passive | /quiet – Zobrazí minimální uživatelské rozhraní bez výzev nebo nezobrazí žádné uživatelské rozhraní a žádné výzvy. Výchozí možností je zobrazení uživatelského rozhraní a všech výzev. /norestart – potlačí všechny pokusy o restartování. Ve výchozím nastavení uživatelské rozhraní před restartováním zobrazí výzvu. /log log.txt – Uloží protokol do konkrétního souboru. Ve výchozím nastavení bude soubor protokolu vytvořen v adresáři %TEMP%." />
<String Id="HelpCloseButton" Value="&amp;Zavřít" />
<String Id="InstallAcceptCheckbox" Value="Souhl&amp;asím s licenčními podmínkami" />
<String Id="InstallInstallButton" Value="&amp;Instalovat" />
<String Id="InstallCloseButton" Value="&amp;Zavřít" />
<String Id="ProgressHeader" Value="Průběh instalace" />
<String Id="ProgressLabel" Value="Probíhá zpracování:" />
<String Id="OverallProgressPackageText" Value="Inicializace..." />
<String Id="ProgressCancelButton" Value="&amp;Storno" />
<String Id="ModifyHeader" Value="Změnit instalaci" />
<String Id="ModifyRepairButton" Value="Op&amp;ravit" />
<String Id="ModifyUninstallButton" Value="O&amp;dinstalovat" />
<String Id="ModifyCloseButton" Value="&amp;Zavřít" />
<String Id="SuccessRepairHeader" Value="Oprava byla úspěšně dokončena" />
<String Id="SuccessUninstallHeader" Value="Odinstalace se úspěšně dokončila" />
<String Id="SuccessInstallHeader" Value="Instalace se úspěšně dokončila" />
<String Id="SuccessHeader" Value="Instalace byla úspěšná." />
<String Id="SuccessLaunchButton" Value="&amp;Spustit" />
<String Id="SuccessRestartText" Value="Před použitím tohoto softwaru musíte restartovat počítač." />
<String Id="SuccessRestartButton" Value="&amp;Restartovat" />
<String Id="SuccessCloseButton" Value="&amp;Zavřít" />
<String Id="FailureHeader" Value="Instalace se nepovedla" />
<String Id="FailureInstallHeader" Value="Instalace se nepovedla" />
<String Id="FailureUninstallHeader" Value="Odinstalace se nepovedla" />
<String Id="FailureRepairHeader" Value="Oprava se nepovedla" />
<String Id="FailureHyperlinkLogText" Value="Jeden nebo více problémů způsobilo selhání instalace. Opravte tyto problémy a znovu spusťte instalaci. Pro více informací se podívejte do &lt;a href=&quot;#&quot;&gt;souboru protokolu&lt;/a&gt;." />
<String Id="FailureRestartText" Value="Pro dokončení vrácení změn tohoto softwaru je potřeba restartovat počítač." />
<String Id="FailureRestartButton" Value="&amp;Restartovat" />
<String Id="FailureCloseButton" Value="&amp;Zavřít" />
<String Id="FilesInUseHeader" Value="Soubory jsou používány" />
<String Id="FilesInUseLabel" Value="Následující aplikace používají soubory, které je potřeba aktualizovat:" />
<String Id="FilesInUseCloseRadioButton" Value="Zavřete &amp;aplikace a zkuste je restartovat." />
<String Id="FilesInUseDontCloseRadioButton" Value="A&amp;plikace nezavírejte. Bude potřeba provést restart." />
<String Id="FilesInUseOkButton" Value="&amp;OK" />
<String Id="FilesInUseCancelButton" Value="&amp;Zrušit" />

<String Id="Caption" Value="[WixBundleName] Setup"/>

<String Id="Title" Value="[BUNDLEMONIKER]"/>


<String Id="InstallVersion" Value="Version [WixBundleVersion]"/>
<String Id="ConfirmCancelMessage" Value="Are you sure you want to cancel?"/>
<String Id="ExecuteUpgradeRelatedBundleMessage" Value="Previous version"/>
<String Id="HelpHeader" Value="Setup Help"/>

<String Id="HelpText" Value="/install | /repair | /uninstall | /layout [\[]directory[\]] - installs, repairs, uninstalls or
creates a complete local copy of the bundle in directory. Install is the default.

<String Id="Welcome" Value="Vítá vás instalační program produktu [WixBundleName]" />
<String Id="EulaPrivacy" Value="[WixBundleName] – &lt;a href=&quot;https://go.microsoft.com/fwlink/?LinkId=329770&quot;&gt;licenční podmínky&lt;/a&gt; a &lt;a href=&quot;https://go.microsoft.com/fwlink/?LinkId=786378&quot;&gt;prohlášení o zásadách ochrany osobních údajů&lt;/a&gt;" />
/passive | /quiet - displays minimal UI with no prompts or displays no UI and
no prompts. By default UI and all prompts are displayed.

/norestart - suppress any attempts to restart. By default UI will prompt before restart.
/log log.txt - logs to a specific file. By default a log file is created in %TEMP%."/>
<String Id="HelpCloseButton" Value="&amp;Close"/>
<String Id="InstallAcceptCheckbox" Value="I &amp;agree to the license terms and conditions"/>
<String Id="InstallInstallButton" Value="&amp;Install"/>
<String Id="InstallCloseButton" Value="&amp;Close"/>
<String Id="ProgressHeader" Value="Setup Progress"/>
<String Id="ProgressLabel" Value="Processing:"/>
<String Id="OverallProgressPackageText" Value="Initializing..."/>
<String Id="ProgressCancelButton" Value="&amp;Cancel"/>
<String Id="ModifyHeader" Value="Modify Setup"/>
<String Id="ModifyRepairButton" Value="&amp;Repair"/>
<String Id="ModifyUninstallButton" Value="&amp;Uninstall"/>
<String Id="ModifyCloseButton" Value="&amp;Close"/>
<String Id="SuccessCacheHeader" Value="Cache Successfully Completed"/>
<String Id="SuccessModifyHeader" Value="Modify Successfully Completed"/>
<String Id="SuccessUnsafeUninstallHeader" Value="Uninstall Successfully Completed"/>
<String Id="SuccessLayoutHeader" Value="Layout Successfully Completed"/>
<String Id="SuccessRepairHeader" Value="Repair Successfully Completed"/>
<String Id="SuccessUninstallHeader" Value="Uninstall Successfully Completed"/>
<String Id="SuccessInstallHeader" Value="Installation Successfully Completed"/>
<String Id="SuccessHeader" Value="Setup Successful"/>
<String Id="SuccessLaunchButton" Value="&amp;Launch"/>
<String Id="SuccessRestartText" Value="You must restart your computer before you can use the software."/>
<String Id="SuccessUninstallRestartText" Value="You must restart your computer to complete the removal of the software."/>
<String Id="SuccessRestartButton" Value="&amp;Restart"/>
<String Id="SuccessCloseButton" Value="&amp;Close"/>
<String Id="FailureHeader" Value="Setup Failed"/>
<String Id="FailureCacheHeader" Value="Cache Failed"/>
<String Id="FailureLayoutHeader" Value="Layout Failed"/>
<String Id="FailureInstallHeader" Value="Setup Failed"/>
<String Id="FailureUninstallHeader" Value="Uninstall Failed"/>
<String Id="FailureUnsafeUninstallHeader" Value="Uninstall Failed"/>
<String Id="FailureRepairHeader" Value="Repair Failed"/>
<String Id="FailureModifyHeader" Value="Modify Failed"/>
<String Id="FailureHyperlinkLogText" Value="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=&quot;#&quot;&gt;log file&lt;/a&gt;."/>
<String Id="FailureRestartText" Value="You must restart your computer to complete the rollback of the software."/>
<String Id="FailureRestartButton" Value="&amp;Restart"/>
<String Id="FailureCloseButton" Value="&amp;Close"/>
<String Id="FilesInUseHeader" Value="Files In Use"/>
<String Id="FilesInUseLabel" Value="The following applications are using files that need to be updated:"/>
<String Id="FilesInUseCloseRadioButton" Value="Close the &amp;applications and attempt to restart them."/>
<String Id="FilesInUseDontCloseRadioButton" Value="&amp;Do not close applications. A reboot will be required."/>
<String Id="FilesInUseNetfxCloseRadioButton" Value="Close the &amp;applications."/>
<String Id="FilesInUseOkButton" Value="&amp;OK"/>
<String Id="FilesInUseCancelButton" Value="&amp;Cancel"/>
<String Id="FilesInUseRetryButton" Value="&amp;Retry"/>
<String Id="FilesInUseIgnoreButton" Value="&amp;Ignore"/>
<String Id="FilesInUseExitButton" Value="E&amp;xit"/>
<String Id="FilesInUseTitle" Value="Files In Use"/>
<String Id="LicenseAssent" Value="By clicking Install, you agree to the following terms:"/>
<String Id="WelcomeHeaderMessage">ASP.NET Runtime</String>
<String Id="WelcomeDescription">The ASP.NET Runtime is used to run ASP.NET applications, on your Windows computer. ASP.NET is open source, cross platform, and supported by Microsoft. We hope you enjoy it!</String>


<String Id="EulaPrivacy" Value="[WixBundleName] &lt;a href=&quot;https://go.microsoft.com/fwlink/?LinkId=329770&quot;&gt;license terms&lt;/a&gt; and &lt;a href=&quot;https://go.microsoft.com/fwlink/?LinkId=786378&quot;&gt;privacy statement&lt;/a&gt;."/>
</WixLocalization>
Loading
Loading