xref: /third_party/node/tools/msvs/msi/i18n/de-de.wxl (revision 1cb0ef41)
11cb0ef41Sopenharmony_ci<?xml version="1.0" encoding="utf-8"?>
21cb0ef41Sopenharmony_ci<WixLocalization Culture="de-de" xmlns="http://schemas.microsoft.com/wix/2006/localization">
31cb0ef41Sopenharmony_ci    <!-- See https://msdn.microsoft.com/en-us/goglobal/bb964664.aspx -->
41cb0ef41Sopenharmony_ci    <String Id="LocaleId">1031</String>
51cb0ef41Sopenharmony_ci
61cb0ef41Sopenharmony_ci    <String Id="WelcomeDlgDescription">Dieser Installationsassistent wird [ProductName] auf Ihrem Computer installieren.</String>
71cb0ef41Sopenharmony_ci    <String Id="InstallDirDlgDescription">Wählen Sie einen anderen Installationsort oder klicken Sie auf Weiter zum installieren.</String>
81cb0ef41Sopenharmony_ci
91cb0ef41Sopenharmony_ci    <String Id="MajorUpgrade_DowngradeErrorMessage">Eine neuere Version von [ProductName] ist bereits installiert. Der Installationsassistent wird jetzt geschlossen.</String>
101cb0ef41Sopenharmony_ci
111cb0ef41Sopenharmony_ci    <!-- References like [ProductName] or $(var.ProductName) don't seem to work in Title attributes -->
121cb0ef41Sopenharmony_ci    <String Id="NodeRuntime_Title">Node.js-Laufzeitumgebung</String>
131cb0ef41Sopenharmony_ci    <String Id="NodeRuntime_Description">Installation der [ProductName]-Laufzeitumgebung (node.exe).</String>
141cb0ef41Sopenharmony_ci
151cb0ef41Sopenharmony_ci    <String Id="NodeEtwSupport_Title">Event Tracing (ETW)</String>
161cb0ef41Sopenharmony_ci    <String Id="NodeEtwSupport_Description">Installiert Unterstützung für Event Tracing (ETW)-Events, generiert von [ProductName].</String>
171cb0ef41Sopenharmony_ci
181cb0ef41Sopenharmony_ci    <String Id="npm_Title">npm-Paketmanager</String>
191cb0ef41Sopenharmony_ci    <String Id="npm_Description">Installiert npm, den empfohlenen Paketmanager für [ProductName].</String>
201cb0ef41Sopenharmony_ci
211cb0ef41Sopenharmony_ci    <String Id="corepack_Title">corepack manager</String>
221cb0ef41Sopenharmony_ci    <String Id="corepack_Description">Install corepack, the universal package manager for [ProductName].</String>
231cb0ef41Sopenharmony_ci
241cb0ef41Sopenharmony_ci    <String Id="DocumentationShortcuts_Title">Link zur Online-Dokumentation</String>
251cb0ef41Sopenharmony_ci    <String Id="DocumentationShortcuts_Description">Fügt Startmenü-Einträge zur Online-Dokumentation von [ProductName] [FullVersion] und zur [ProductName]-Website hinzu.</String>
261cb0ef41Sopenharmony_ci
271cb0ef41Sopenharmony_ci    <String Id="EnvironmentPath_Title">Hinzufügen zu PATH</String>
281cb0ef41Sopenharmony_ci    <String Id="EnvironmentPath_Description">Fügt [ProductName], npm und globale durch npm installierte Module zur PATH-Umgebungsvariable hinzu.</String>
291cb0ef41Sopenharmony_ci
301cb0ef41Sopenharmony_ci    <String Id="EnvironmentPathNode_Title">Node.js und npm</String>
311cb0ef41Sopenharmony_ci    <String Id="EnvironmentPathNode_Description">Fügt [ProductName] und npm (falls installiert) zur PATH-Umgebungsvariable hinzu.</String>
321cb0ef41Sopenharmony_ci
331cb0ef41Sopenharmony_ci    <String Id="EnvironmentPathNpmModules_Title">npm-Module</String>
341cb0ef41Sopenharmony_ci    <String Id="EnvironmentPathNpmModules_Description">Fügt globale durch npm installierte Module zur PATH-Umgebungsvariable hinzu. Diese Option funktioniert nur für den aktuellen Benutzer, andere Benutzer müssen ihre PATH-Umgebungsvariable selbst manuell aktualisieren.</String>
351cb0ef41Sopenharmony_ci
361cb0ef41Sopenharmony_ci    <!-- References like [ProductName] are not resolved for Property tags -->
371cb0ef41Sopenharmony_ci    <String Id="WIXUI_EXITDIALOGOPTIONALTEXT">Node.js wurde erfolgreich installiert.</String>
381cb0ef41Sopenharmony_ci</WixLocalization>
39