Skip to content

Commit 00cd83b

Browse files
authored
Loc update (#63907)
1 parent b5c6e0d commit 00cd83b

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

src/Framework/App.Runtime/bundle/theme/1040/bundle.wxl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
<String Id="ExecuteUpgradeRelatedBundleMessage" Value="Versione precedente"/>
1111
<String Id="HelpHeader" Value="Guida all'installazione"/>
1212

13-
<String Id="HelpText" Value="/install | /repair | /uninstall | /layout [\[]directory[\]] - installs, repairs, uninstalls or
14-
creates a complete local copy of the bundle in directory. Install is the default.
13+
<String Id="HelpText" Value="/install | /repair | /uninstall | /layout [\[]directory[\]] - Consente di installare, riparare, disinstallare oppure
14+
creare una copia locale completa del pacchetto nella directory. Install è l'opzione predefinita.
1515
16-
/passive | /quiet - displays minimal UI with no prompts or displays no UI and
17-
no prompts. By default UI and all prompts are displayed.
16+
/passive | /quiet - Consente di visualizzare un'interfaccia utente minima senza prompt o di non visualizzare alcuna interfaccia utente e
17+
alcun prompt. Per impostazione predefinita, vengono visualizzate l'interfaccia utente e tutti i prompt.
1818
19-
/norestart - suppress any attempts to restart. By default UI will prompt before restart.
20-
/log log.txt - logs to a specific file. By default a log file is created in %TEMP%."/>
19+
/norestart - Consente di impedire qualsiasi tentativo di riavvio. Per impostazione predefinita, prima del riavvio verrà visualizzato un prompt nell'interfaccia utente.
20+
/log log.txt - Esegue la registrazione in un file specifico. Per impostazione predefinita, viene creato un file di log in %TEMP%."/>
2121
<String Id="HelpCloseButton" Value="&amp;Chiudi"/>
2222
<String Id="InstallAcceptCheckbox" Value="A&amp;ccetto i termini e le condizioni di licenza"/>
2323
<String Id="InstallInstallButton" Value="&amp;Installa"/>

src/Installers/Windows/AspNetCoreModule-Setup/LCID/1031/setupstrings.wxl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!--Custom errors for OOB Projects -->
1515

1616
<String Id="Manufacturer" Overridable="yes" Value="Microsoft Corporation"/>
17-
<String Id="ConflictingProduct" Overridable="yes" Value="An incompatible product, [CONFLICTING_PRODUCT_NAME], is on this computer. Installation of [ProductName] cannot continue. To install this product, use Add/Remove Programs on the Control Panel to remove [CONFLICTING_PRODUCT_NAME]."/>
17+
<String Id="ConflictingProduct" Overridable="yes" Value="Auf diesem Computer befindet sich das inkompatible Produkt [CONFLICTING_PRODUCT_NAME]. Die Installation von [ProductName] kann nicht fortgesetzt werden. Um dieses Produkt zu installieren, entfernen Sie [CONFLICTING_PRODUCT_NAME] in der Systemsteuerung über &quot;Programme hinzufügen oder entfernen&quot;."/>
1818
<String Id="AdminRequired" Overridable="yes" Value="Zum Installieren von [ProductName] sind Administratorrechte erforderlich."/>
1919
<String Id="IIS7Only" Overridable="yes" Value="Für die Verwendung von [ProductName] ist IIS Version 7.0 erforderlich."/>
2020
<String Id="IIS7OrGreater" Overridable="yes" Value="IIS Version 7.0 oder höher ist erforderlich, um [ProductName] zu installieren."/>

src/Installers/Windows/AspNetCoreModule-Setup/LCID/1040/setupstrings.wxl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!--Custom errors for OOB Projects -->
1515

1616
<String Id="Manufacturer" Overridable="yes" Value="Microsoft Corporation"/>
17-
<String Id="ConflictingProduct" Overridable="yes" Value="An incompatible product, [CONFLICTING_PRODUCT_NAME], is on this computer. Installation of [ProductName] cannot continue. To install this product, use Add/Remove Programs on the Control Panel to remove [CONFLICTING_PRODUCT_NAME]."/>
17+
<String Id="ConflictingProduct" Overridable="yes" Value="Nel computer è presente un prodotto incompatibile, [CONFLICTING_PRODUCT_NAME]. L'installazione di [ProductName] non può continuare. Per installare il prodotto, utilizzare Installazione applicazioni nel Pannello di controllo per rimuovere [CONFLICTING_PRODUCT_NAME]. "/>
1818
<String Id="AdminRequired" Overridable="yes" Value="Per installare [ProductName] sono necessari privilegi di Amministratore."/>
1919
<String Id="IIS7Only" Overridable="yes" Value="Per usare [ProductName] è necessaria la versione 7.0 di IIS."/>
2020
<String Id="IIS7OrGreater" Overridable="yes" Value="Per installare [ProductName] è necessaria la versione 7.0 o successiva di IIS."/>

src/Installers/Windows/AspNetCoreModule-Setup/LCID/1041/setupstrings.wxl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!--Custom errors for OOB Projects -->
1515

1616
<String Id="Manufacturer" Overridable="yes" Value="Microsoft Corporation"/>
17-
<String Id="ConflictingProduct" Overridable="yes" Value="An incompatible product, [CONFLICTING_PRODUCT_NAME], is on this computer. Installation of [ProductName] cannot continue. To install this product, use Add/Remove Programs on the Control Panel to remove [CONFLICTING_PRODUCT_NAME]."/>
17+
<String Id="ConflictingProduct" Overridable="yes" Value="互換性のない製品 [CONFLICTING_PRODUCT_NAME] がこのコンピューター上にあります。[ProductName] のインストールを続行できません。この製品をインストールするには、コントロール パネルの \\[プログラムの追加と削除\\] を使用して [CONFLICTING_PRODUCT_NAME] を削除します。"/>
1818
<String Id="AdminRequired" Overridable="yes" Value="[ProductName] をインストールするには管理者権限が必要です。"/>
1919
<String Id="IIS7Only" Overridable="yes" Value="[ProductName] を使用するには、IIS バージョン 7.0 が必要です。"/>
2020
<String Id="IIS7OrGreater" Overridable="yes" Value="[ProductName] をインストールするには、IIS バージョン 7.0 以降が必要です。"/>

src/Installers/Windows/AspNetCoreModule-Setup/LCID/1049/setupstrings.wxl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!--Custom errors for OOB Projects -->
1515

1616
<String Id="Manufacturer" Overridable="yes" Value="Корпорация Майкрософт"/>
17-
<String Id="ConflictingProduct" Overridable="yes" Value="An incompatible product, [CONFLICTING_PRODUCT_NAME], is on this computer. Installation of [ProductName] cannot continue. To install this product, use Add/Remove Programs on the Control Panel to remove [CONFLICTING_PRODUCT_NAME]."/>
17+
<String Id="ConflictingProduct" Overridable="yes" Value="На этом компьютере установлен несовместимый продукт [CONFLICTING_PRODUCT_NAME]. Невозможно продолжить установку [ProductName]. Чтобы установить этот продукт, удалите [CONFLICTING_PRODUCT_NAME] с помощью раздела установки и удаления программ в панели управления."/>
1818
<String Id="AdminRequired" Overridable="yes" Value="Для установки [ProductName] требуются права администратора."/>
1919
<String Id="IIS7Only" Overridable="yes" Value="Для использования [ProductName] требуется IIS версии 7.0."/>
2020
<String Id="IIS7OrGreater" Overridable="yes" Value="Для установки [ProductName] требуется IIS версии 7.0 или более поздней."/>

src/Installers/Windows/WindowsHostingBundle/LCID/1033/thm.wxl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@
7575
<String Id="ModifyResetIIS" Value="Please restart IIS after the installation completes. You can find additional information &lt;a href=&quot;https://aka.ms/aspnet/host-and-deploy-with-iis&quot;&gt;here&lt;/a&gt;." />
7676
<!--_locComment_text="'here' is to be translated"-->
7777
<String Id="ModifyNoIIS" Value="IIS is not enabled on this machine. If you intend to run ASP.NET Core applications with IIS, you must install IIS before running this installer. You can find additional information &lt;a href=&quot;https://aka.ms/aspnet/8.0/host-and-deploy-with-iis&quot;&gt;here&lt;/a&gt;." />
78-
</WixLocalization>
78+
</WixLocalization>

src/Installers/Windows/WindowsHostingBundle/LCID/1040/thm.wxl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<String Id="ExecuteUpgradeRelatedBundleMessage" Value="Versione precedente"/>
1212
<String Id="HelpHeader" Value="Guida all'installazione"/>
1313

14-
<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. /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%."/>
14+
<String Id="HelpText" Value="/install | /repair | /uninstall | /layout [\[]directory[\]] - Consente di installare, riparare, disinstallare o creare una copia locale completa del bundle nella directory. /install è l'opzione predefinita. /passive | /quiet - Consente di visualizzare un'interfaccia utente minima senza prompt o di non visualizzare alcuna interfaccia utente e alcun prompt. Per impostazione predefinita, vengono visualizzati l'interfaccia utente e tutti i prompt. /norestart - Consente di impedire qualsiasi tentativo di riavvio. Per impostazione predefinita, prima del riavvio verrà visualizzato un prompt nell'interfaccia utente. /log log.txt - Esegue la registrazione in un file specifico. Per impostazione predefinita, viene creato un file di log in %TEMP%."/>
1515
<String Id="HelpCloseButton" Value="&amp;Chiudi"/>
1616
<String Id="InstallAcceptCheckbox" Value="A&amp;ccetto i termini e le condizioni di licenza"/>
1717
<String Id="InstallInstallButton" Value="&amp;Installa"/>

0 commit comments

Comments
 (0)