src/Build/Resources/xlf/Strings.de.xlf (1,987 lines of code) (raw):
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="de" original="../Strings.resx">
<body>
<group id="MICROSOFT.BUILD/RESOURCES/STRINGS.RESX" datatype="resx" />
<trans-unit id="AmbiguousTaskParameterError">
<source>MSB4001: The "{0}" task has more than one parameter called "{1}".</source>
<target state="translated">MSB4001: Die {0}-Aufgabe enthält mehrere Parameter mit dem Namen "{1}".</target>
<note>{StrBegin="MSB4001: "}UE: This message is shown when a task has more than one .NET property with the same name -- it's unclear which of
those properties the task wants to use as a parameter in project files.</note>
</trans-unit>
<trans-unit id="AttributeTypeLoadError">
<source>MSB4002: There was a failure retrieving the attributes for parameters in the "{0}" task. {1}</source>
<target state="translated">MSB4002: Fehler beim Abrufen der Attribute für Parameter in der {0}-Aufgabe. {1}</target>
<note>{StrBegin="MSB4002: "}UE: This message is shown when the .NET attributes that a task's .NET properties are decorated with, cannot be
retrieved -- this is typically because the .NET classes that define the .NET attributes cannot be loaded because the assembly
they are defined in cannot be found, or the classes themselves cannot be found.</note>
</trans-unit>
<trans-unit id="BadlyCasedSpecialTaskAttribute">
<source>MSB4003: "{0}" is a reserved attribute of the <{1}> element, and must be spelled with the correct casing. This attribute cannot be used as a parameter to the "{2}" task.</source>
<target state="translated">MSB4003: "{0}" ist ein reserviertes Attribut des < {1}>-Elements, bei dem die Groß-/Kleinschreibung beachtet werden muss. Dieses Attribut kann nicht als Parameter für die "{2}"-Aufgabe verwendet werden.</target>
<note>{StrBegin="MSB4003: "}UE: Tasks are not allowed to use incorrect case for reserved attributes on the task nodes e.g. "continueonerror"
instead of the "ContinueOnError".</note>
</trans-unit>
<trans-unit id="BuildInProgress">
<source>The operation cannot be completed because a build is already in progress.</source>
<target state="translated">Der Vorgang kann nicht abgeschlossen werden, da bereits ein Buildvorgang stattfindet.</target>
<note />
</trans-unit>
<trans-unit id="NoBuildInProgress">
<source>The operation cannot be completed because BeginBuild has not yet been called.</source>
<target state="translated">Der Vorgang kann nicht abgeschlossen werden, da BeginBuild noch nicht aufgerufen wurde.</target>
<note />
</trans-unit>
<trans-unit id="WaitingForEndOfBuild">
<source>The operation cannot be completed because EndBuild has already been called but existing submissions have not yet completed.</source>
<target state="translated">Der Vorgang kann nicht abgeschlossen werden, da EndBuild bereits aufgerufen wurde, vorhandene Übermittlungen jedoch noch nicht abgeschlossen wurden.</target>
<note />
</trans-unit>
<trans-unit id="SubmissionAlreadyComplete">
<source>The operation cannot be completed because the submission has already been executed.</source>
<target state="translated">Der Vorgang kann nicht abgeschlossen werden, da die Übermittlung bereits ausgeführt wurde.</target>
<note />
</trans-unit>
<trans-unit id="ShouldNotDisposeWhenBuildManagerActive">
<source>Cannot dispose the build manager because it is not idle.</source>
<target state="translated">Der Build-Manager kann nicht verworfen werden, da er sich nicht im Leerlauf befindet.</target>
<note />
</trans-unit>
<trans-unit id="BuildAbortedWithMessage">
<source>MSB4197: Build was canceled. {0}</source>
<target state="translated">MSB4197: Der Buildvorgang wurde abgebrochen. {0}</target>
<note>{StrBegin="MSB4197: "} Error when the build stops suddenly for some reason. For example, because a child node died.</note>
</trans-unit>
<trans-unit id="BuildFinishedFailure">
<source>Build FAILED.</source>
<target state="translated">Fehler beim Buildvorgang.</target>
<note />
</trans-unit>
<trans-unit id="BuildFinishedSuccess">
<source>Build succeeded.</source>
<target state="translated">Der Buildvorgang wurde erfolgreich ausgeführt.</target>
<note />
</trans-unit>
<trans-unit id="BuildStartedWithTime">
<source>Build started {0}.</source>
<target state="translated">Der Buildvorgang wurde am {0} gestartet.</target>
<note />
</trans-unit>
<trans-unit id="BuildTargetCompletely">
<source>Building target "{0}" completely.</source>
<target state="translated">Das Ziel "{0}" wird vollständig erstellt.</target>
<note>{0} is the name of the target.</note>
</trans-unit>
<trans-unit id="BuildTargetCompletelyNoInputsSpecified">
<source>No input files were specified.</source>
<target state="translated">Es wurden keine Eingabedateien angegeben.</target>
<note />
</trans-unit>
<trans-unit id="BuildTargetCompletelyInputNewer">
<source>Input file "{0}" is newer than output file "{1}".</source>
<target state="translated">Die Eingabedatei "{0}" ist neuer als die Ausgabedatei "{1}".</target>
<note>{0} and {1} are filenames on disk.</note>
</trans-unit>
<trans-unit id="BuildTargetCompletelyOutputDoesntExist">
<source>Output file "{0}" does not exist.</source>
<target state="translated">Die Ausgabedatei "{0}" ist nicht vorhanden.</target>
<note>{0} is a filename on disk.</note>
</trans-unit>
<trans-unit id="BuildTargetCompletelyInputDoesntExist">
<source>Input file "{0}" does not exist.</source>
<target state="translated">Die Eingabedatei "{0}" ist nicht vorhanden.</target>
<note>{0} is a filename on disk.</note>
</trans-unit>
<trans-unit id="BuildTargetPartially">
<source>Building target "{0}" partially, because some output files are out of date with respect to their input files.</source>
<target state="translated">Das Ziel "{0}" wird teilweise erstellt, da einige Ausgabedateien hinsichtlich ihrer Eingabedateien veraltet sind.</target>
<note>{0} is the name of the target.</note>
</trans-unit>
<trans-unit id="BuildTargetPartiallyInputNewer">
<source>[{0}: Input={1}, Output={2}] Input file is newer than output file.</source>
<target state="translated">[{0}: Eingabe={1}, Ausgabe={2}] Die Eingabedatei ist neuer als die Ausgabedatei.</target>
<note>{0} is the name of an MSBuild item. {1} and {2} are filenames on disk.</note>
</trans-unit>
<trans-unit id="BuildTargetPartiallyOutputDoesntExist">
<source>[{0}: Input={1}, Output={2}] Output file does not exist.</source>
<target state="translated">[{0}: Eingabe={1}, Ausgabe={2}] Die Ausgabedatei ist nicht vorhanden.</target>
<note>{0} is the name of an MSBuild item. {1} and {2} are filenames on disk.</note>
</trans-unit>
<trans-unit id="BuildTargetPartiallyInputDoesntExist">
<source>[{0}: Input={1}, Output={2}] Input file does not exist.</source>
<target state="translated">[{0}: Eingabe={1}, Ausgabe={2}] Die Eingabedatei ist nicht vorhanden.</target>
<note>{0} is the name of an MSBuild item. {1} and {2} are filenames on disk.</note>
</trans-unit>
<trans-unit id="CannotAccessKnownAttributes">
<source>The attribute "{0}" is a known MSBuild attribute, and cannot be accessed using this method.</source>
<target state="translated">Das {0}-Attribut ist ein bekanntes MSBuild-Attribut, auf das mithilfe dieser Methode nicht zugegriffen werden kann.</target>
<note />
</trans-unit>
<trans-unit id="CannotEvaluateItemMetadata">
<source>MSB4023: Cannot evaluate the item metadata "%({0})". {1}</source>
<target state="translated">MSB4023: Elementmetadaten "%({0})" können nicht ausgewertet werden. {1}</target>
<note>{StrBegin="MSB4023: "}UE: This message is shown when the value of an item metadata cannot be computed for some reason e.g. trying to apply
%(RootDir) to an item-spec that's not a valid path, would result in this error.
LOCALIZATION: "{1}" is a localized message explaining the problem.</note>
</trans-unit>
<trans-unit id="CouldNotFindMSBuildExe">
<source>MSB4193: MSBuild.exe could not be launched as a child node as it could not be found at the location "{0}". If necessary, specify the correct location in the BuildParameters, or with the MSBUILD_EXE_PATH environment variable.</source>
<target state="translated">MSB4193: MSBuild.exe konnte nicht als untergeordneter Knoten gestartet werden, da die Datei nicht am Speicherort "{0}" gefunden wurde. Geben Sie den korrekten Speicherort ggf. in den BuildParameters oder mit der MSBUILD_EXE_PATH-Umgebungsvariable an.</target>
<note>{StrBegin="MSB4193: "}</note>
</trans-unit>
<trans-unit id="CouldNotConnectToMSBuildExe">
<source>MSB4218: Failed to successfully launch or connect to a child MSBuild.exe process. Verify that the MSBuild.exe "{0}" launches successfully, and that it is loading the same microsoft.build.dll that the launching process loaded. If the location seems incorrect, try specifying the correct location in the BuildParameters object, or with the MSBUILD_EXE_PATH environment variable.</source>
<target state="translated">MSB4218: Fehler beim Starten eines untergeordneten MSBuild.exe-Prozesses oder beim Herstellen einer Verbindung mit dem Prozess. Stellen Sie sicher, dass MSBuild.exe "{0}" erfolgreich gestartet wird und dass dabei die gleiche "microsoft.build.dll" geladen wird, die vom Startprozess geladen wurde. Falls der Speicherort falsch zu seien scheint, geben Sie den korrekten Speicherort im BuildParameters-Objekt oder mit der MSBUILD_EXE_PATH-Umgebungsvariable an.</target>
<note>{StrBegin="MSB4218: "}</note>
</trans-unit>
<trans-unit id="CannotModifyReservedItem">
<source>MSB4117: The "{0}" item name is reserved, and cannot be used.</source>
<target state="translated">MSB4117: Der Elementname "{0}" ist reserviert und kann nicht verwendet werden.</target>
<note>{StrBegin="MSB4117: "}UE: This message is shown when the user tries to redefine one of the reserved MSBuild items e.g. @(Choose)</note>
</trans-unit>
<trans-unit id="CannotModifyReservedItemMetadata">
<source>MSB4118: The "{0}" item metadata name is reserved, and cannot be used.</source>
<target state="translated">MSB4118: Der Elementmetadatenname "{0}" ist reserviert und kann nicht verwendet werden.</target>
<note>{StrBegin="MSB4118: "}UE: This message is shown when the user tries to redefine one of the reserved MSBuild item metadata names e.g. %(FullPath). Only MSBuild can set those.</note>
</trans-unit>
<trans-unit id="CannotModifyReservedProperty">
<source>MSB4004: The "{0}" property is reserved, and cannot be modified.</source>
<target state="translated">MSB4004: Die {0}-Eigenschaft ist reserviert und kann nicht geändert werden.</target>
<note>{StrBegin="MSB4004: "}UE: This message is shown when the user tries to redefine one of the reserved MSBuild properties e.g. $(MSBuildProjectFile)</note>
</trans-unit>
<trans-unit id="CannotPassMultipleItemsIntoScalarParameter">
<source>MSB4094: "{0}" is an invalid value for the "{1}" parameter of the "{3}" task. Multiple items cannot be passed into a parameter of type "{2}".</source>
<target state="translated">MSB4094: "{0}" ist ein ungültiger Wert für den "{1}"-Parameter der "{3}"-Aufgabe. Mehrere Elemente können nicht in einen Parameter vom Typ "{2}" übergeben werden.</target>
<note>{StrBegin="MSB4094: "}
UE: This error is shown when a project tries to pass multiple items into a task parameter of type ITaskItem (singular).
</note>
</trans-unit>
<trans-unit id="CannotPassMultipleItemsIntoScalarFunction">
<source>MSB4115: The "{0}" function only accepts a scalar value, but its argument "{1}" evaluates to "{2}" which is not a scalar value.</source>
<target state="translated">MSB4115: Die "{0}"-Funktion nimmt nur einen Skalarwert an, ihr "{1}"-Argument wird jedoch zu "{2}" ausgewertet, bei dem es sich nicht um einen Skalarwert handelt.</target>
<note>{StrBegin="MSB4115: "}
UE: This error is shown when a project tries to pass multiple items into a function in a conditional expression, that can only accept a scalar value (such as the "exists()" function).
</note>
</trans-unit>
<trans-unit id="CannotReferenceItemMetadataWithoutItemName">
<source>MSB4095: The item metadata %({0}) is being referenced without an item name. Specify the item name by using %(itemname.{0}).</source>
<target state="translated">MSB4095: Auf die %({0})-Elementmetadaten wird ohne einen Elementnamen verwiesen. Geben Sie den Namen mithilfe von %(itemname.{0}) an.</target>
<note>{StrBegin="MSB4095: "}</note>
</trans-unit>
<trans-unit id="ChildElementsBelowRemoveNotAllowed">
<source>MSB4162: <{0}> is not valid. Child elements are not allowed below a item remove element.</source>
<target state="translated">MSB4162: <{0}> ist ungültig. Unterhalb eines Elemententfernungselements sind keine untergeordneten Elemente zulässig.</target>
<note>{StrBegin="MSB4162: "}</note>
</trans-unit>
<trans-unit id="ChildExitedPrematurely">
<source>MSB4166: Child node "{0}" exited prematurely. Shutting down. Diagnostic information may be found in files in the temporary files directory named MSBuild_*.failure.txt.</source>
<target state="translated">MSB4166: Der untergeordnete Knoten "{0}" wurde vorzeitig beendet. Herunterfahren. Diagnoseinformationen finden Sie in den Dateien des Verzeichnisses für temporäre Dateien mit dem Namen MSBuild_*.failure.txt.</target>
<note>{StrBegin="MSB4166: "}</note>
</trans-unit>
<trans-unit id="ChooseMustContainWhen">
<source>MSB4085: A <Choose> must contain at least one <When>.</source>
<target state="translated">MSB4085: Ein <Choose>-Element muss mindestens ein <When>-Element enthalten.</target>
<note>{StrBegin="MSB4085: "}</note>
</trans-unit>
<trans-unit id="ChooseOverflow">
<source>MSB4114: <Choose> elements cannot be nested more than {0} levels deep.</source>
<target state="translated">MSB4114: <Choose>-Elemente können nicht mehr als {0} Ebenen tief geschachtelt werden.</target>
<note>{StrBegin="MSB4114: "}UE: This message appears if the project file contains unreasonably nested Choose elements.
LOCALIZATION: Do not localize "Choose" as it is an XML element name.</note>
</trans-unit>
<trans-unit id="CircularDependency">
<source>MSB4006: There is a circular dependency in the target dependency graph involving target "{0}".</source>
<target state="translated">MSB4006: Im Zielabhängigkeitsdiagramm besteht eine Ringabhängigkeit im Zusammenhang mit dem Ziel "{0}".</target>
<note>{StrBegin="MSB4006: "}UE: This message is shown when the build engine detects a target referenced in a circular manner -- a project cannot
request a target to build itself (perhaps via a chain of other targets).</note>
</trans-unit>
<trans-unit id="ComparisonOnNonNumericExpression">
<source>MSB4086: A numeric comparison was attempted on "{1}" that evaluates to "{2}" instead of a number, in condition "{0}".</source>
<target state="translated">MSB4086: Es wurde versucht, einen numerischen Vergleich für "{1}" auszuführen, der zu "{2}" anstatt zu einer Zahl in Bedingung "{0}" ausgewertet wird.</target>
<note>{StrBegin="MSB4086: "}</note>
</trans-unit>
<trans-unit id="ConditionMaybeEvaluatedIncorrectly">
<source>MSB4130: The condition "{0}" may have been evaluated incorrectly in an earlier version of MSBuild. Please verify that the order of the AND and OR clauses is written as intended. To avoid this warning, add parentheses to make the evaluation order explicit.</source>
<target state="translated">MSB4130: Die Bedingung "{0}" wurde in einer früheren Version von MSBuild möglicherweise fehlerhaft ausgewertet. Stellen Sie sicher, dass die AND- und OR-Klauseln in der beabsichtigten Reihenfolge stehen. Damit diese Warnung nicht angezeigt wird, fügen Sie Klammern hinzu, um die Auswertungsreihenfolge explizit anzugeben.</target>
<note>{StrBegin="MSB4130: "}</note>
</trans-unit>
<trans-unit id="ConditionNotBoolean">
<source>MSB4087: Specified condition "{0}" does not evaluate to a boolean.</source>
<target state="translated">MSB4087: Die angegebene {0}-Bedingung wird nicht zu einem booleschen Wert ausgewertet.</target>
<note>{StrBegin="MSB4087: "}</note>
</trans-unit>
<trans-unit id="ConditionNotBooleanDetail">
<source>MSB4113: Specified condition "{0}" evaluates to "{1}" instead of a boolean.</source>
<target state="translated">MSB4113: Die angegebene Bedingung {0} wird zu {1} statt zu einem booleschen Wert ausgewertet.</target>
<note>{StrBegin="MSB4113: "}</note>
</trans-unit>
<trans-unit id="ConfigFileReadError">
<source>MSB4136: Error reading the toolset information from the configuration file "{0}". {1}</source>
<target state="translated">MSB4136: Fehler beim Lesen der Toolsetinformationen aus der Konfigurationsdatei "{0}". {1}</target>
<note>{StrBegin="MSB4136: "}</note>
</trans-unit>
<trans-unit id="ConflictingValuesOfMSBuildToolsPath">
<source>MSB4142: MSBuildToolsPath is not the same as MSBuildBinPath for the ToolsVersion "{0}" defined at "{1}". If both are present they must have the same value.</source>
<target state="translated">MSB4142: MSBuildToolsPath ist nicht identisch mit MSBuildBinPath für die bei "{1}" definierte ToolsVersion "{0}". Falls beide vorhanden sind, müssen sie den identischen Wert haben.</target>
<note>{StrBegin="MSB4142: "}</note>
</trans-unit>
<trans-unit id="CustomNamespaceNotAllowedOnThisChildElement">
<source>MSB4097: The element <{0}> beneath element <{1}> may not have a custom XML namespace.</source>
<target state="translated">MSB4097: Das <{0}>-Element unterhalb des <{1}>-Elements enthält möglicherweise keinen benutzerdefinierten XML-Namespace.</target>
<note>{StrBegin="MSB4097: "}</note>
</trans-unit>
<trans-unit id="DefaultTasksFileFailure">
<source>MSB4009: The default tasks file could not be successfully loaded. {0}</source>
<target state="translated">MSB4009: Die Standardaufgabendatei konnte nicht geladen werden. {0}</target>
<note>{StrBegin="MSB4009: "}UE: This message is shown when one of the default tasks file (*.tasks) located alongside the MSBuild binaries cannot
be opened/parsed. "{0}" contains a message explaining why. The filename itself is not part of the message but is provided
separately to loggers.
LOCALIZATION: "{0}" is a message from some FX method and is already localized.</note>
</trans-unit>
<trans-unit id="DefaultTasksFileLoadFailureWarning">
<source>MSB4010: The "{0}" files could not be successfully loaded from their expected location "{1}". Default tasks will not be available. {2}</source>
<target state="translated">MSB4010: Die "{0}"-Dateien konnten nicht vom erwarteten Speicherplatz "{1}" geladen werden. Standardaufgaben sind nicht verfügbar. {2}</target>
<note>{StrBegin="MSB4010: "}UE: This message is shown when the default tasks files that are located alongside the MSBuild binaries cannot be
found, either because they don't exist, or because of lack of permissions. "{2}" contains a message explaining why.
LOCALIZATION: "{2}" is a message from some FX method and is already localized.</note>
</trans-unit>
<trans-unit id="ImportIntroducesCircularity">
<source>Importing the file "{0}" into the file "{1}" results in a circular dependency.</source>
<target state="translated">Der Import der Datei "{0}" in die Datei "{1}" führt zu einer Ringabhängigkeit.</target>
<note>
{0} is a file imported into the file "{1}" such that it results in a circular dependency. For e.g. if t1.targets imports
t2.targets and t2.targets tries to import t1.targets, then it results in a circular dependency.
</note>
</trans-unit>
<trans-unit id="SearchPathsForMSBuildExtensionsPath">
<source>Search paths being used for {0} are {1}</source>
<target state="translated">Für {0} verwendete Suchpfade sind {1}.</target>
<note />
</trans-unit>
<trans-unit id="TryingExtensionsPath">
<source>Trying to import {0} using extensions path {1}</source>
<target state="translated">Versucht {0} mithilfe des Erweiterungspfad {1} zu importieren.</target>
<note />
</trans-unit>
<trans-unit id="OverrideTasksFileFailure">
<source>MSB4194: The override tasks file could not be successfully loaded. {0}</source>
<target state="translated">MSB4194: Die Datei für das Außerkraftsetzen von Aufgaben konnte nicht geladen werden. {0}</target>
<note>
{StrBegin="MSB4194: "}UE: This message is shown when one of the override tasks file (*.overridetasks) located alongside the MSBuild binaries cannot
be opened/parsed. "{0}" contains a message explaining why. The filename itself is not part of the message but is provided
separately to loggers.
LOCALIZATION: "{0}" is a message from some FX method and is already localized.
</note>
</trans-unit>
<trans-unit id="OverrideTaskNotRootedPath">
<source>The override tasks path "{0}" must not be a relative path and must exist on disk. Default tasks will not be overridden.</source>
<target state="translated">Der Pfad für das Außerkraftsetzen von Aufgaben "{0}" darf kein relativer Pfad sein. Er muss auf dem Datenträger vorhanden sein. Standardaufgaben werden nicht außer Kraft gesetzt.</target>
<note>
UE: This message is shown when the override tasks path in the registry or passed to the toolset is not a full path.
</note>
</trans-unit>
<trans-unit id="OverrideTaskProblemWithPath">
<source>A problem occurred loading the override tasks path "{0}". {1}</source>
<target state="translated">Fehler beim Laden des Pfads für das Außerkraftsetzen von Aufgaben "{0}". {1}</target>
<note>
UE: This message is shown when the override tasks path in the registry or passed to the toolset is not a full path.
</note>
</trans-unit>
<trans-unit id="OverrideTasksFileLoadFailureWarning">
<source>MSB4196: The "{0}" files could not be successfully loaded from their expected location "{1}". Default tasks will not be overridden. {2}</source>
<target state="translated">MSB4196: Die "{0}"-Dateien konnten nicht vom erwarteten Speicherort "{1}" geladen werden. Standardaufgaben werden nicht außer Kraft gesetzt. {2}</target>
<note>
{StrBegin="MSB4196: "}UE: This message is shown when the override tasks files that are located alongside the MSBuild binaries cannot be
found, either because they don't exist, or because of lack of permissions. "{2}" contains a message explaining why.
LOCALIZATION: "{2}" is a message from some FX method and is already localized.
</note>
</trans-unit>
<trans-unit id="TasksPropertyBagError">
<source>MSB4195: There was an error gathering properties for tasks file evaluation. {0}</source>
<target state="translated">MSB4195: Fehler beim Ermitteln der Eigenschaften für die Aufgabendateiauswertung. {0}</target>
<note>
{StrBegin="MSB4195: "}UE: This message is shown when the gathering of properties for the evaluation of override and defaults tasks has an exception. "{0"} will be the exception message</note>
</trans-unit>
<trans-unit id="DefaultToolsVersionNotFound">
<source>MSB4133: A default tools version "{0}" was specified, but its definition could not be found.</source>
<target state="translated">MSB4133: Eine Standardtoolsversion "{0}" wurde angegeben, aber ihre Definition konnte nicht gefunden werden.</target>
<note>{StrBegin="MSB4133: "}</note>
</trans-unit>
<trans-unit id="DuplicateImport">
<source>MSB4011: "{0}" cannot be imported again. It was already imported at "{1}". This is most likely a build authoring error. This subsequent import will be ignored. {2}</source>
<target state="translated">MSB4011: "{0}" kann nicht erneut importiert werden. Es wurde bereits bei "{1}" importiert. Es handelt sich aller Wahrscheinlichkeit nach um einen Buildautorisierungsfehler. Der darauf folgende Import wird ignoriert. {2}</target>
<note>{StrBegin="MSB4011: "}</note>
</trans-unit>
<trans-unit id="UsedUninitializedProperty">
<source>MSB4211: The property "{0}" is being set to a value for the first time, but it was already consumed at "{1}".</source>
<target state="translated">MSB4211: Die Eigenschaft "{0}" wird zum ersten Mal auf einen Wert festgelegt, doch dieser wurde bereits in "{1}" verwendet.</target>
<note>{StrBegin="MSB4211: "}</note>
</trans-unit>
<trans-unit id="SelfImport">
<source>MSB4210: "{0}" is attempting to import itself, directly or indirectly. This is most likely a build authoring error. The import will be ignored.</source>
<target state="translated">MSB4210: Von "{0}" wird ein direkter oder indirekter Versuch eines Selbstimports unternommen. Es handelt sich aller Wahrscheinlichkeit nach um einen Buildautorisierungsfehler. Der Import wird ignoriert.</target>
<note>{StrBegin="MSB4210: "}</note>
</trans-unit>
<trans-unit id="DuplicateProjectExtensions">
<source>MSB4079: The <ProjectExtensions> element occurs more than once.</source>
<target state="translated">MSB4079: Das <ProjectExtensions>-Element ist mehrmals vorhanden.</target>
<note>{StrBegin="MSB4079: "}</note>
</trans-unit>
<trans-unit id="EmbeddedItemVectorCannotBeItemized">
<source>MSB4012: The expression "{0}" cannot be used in this context. Item lists cannot be concatenated with other strings where an item list is expected. Use a semicolon to separate multiple item lists.</source>
<target state="translated">MSB4012: Der Ausdruck "{0}" kann in diesem Kontext nicht verwendet werden. Elementlisten können nicht mit anderen Zeichenfolgen verkettet werden, wenn eine Elementliste erwartet wird. Verwenden Sie ein Semikolon, um mehrere Elementlisten voneinander zu trennen.</target>
<note>{StrBegin="MSB4012: "}UE: This message is shown when the user does not properly specify an item list when an item list is expected
e.g. "badprefix@(foo)badsuffix" instead of "prefix; @(foo); suffix"</note>
</trans-unit>
<trans-unit id="EndOfInputTokenName">
<source>end of input</source>
<target state="translated">Ende der Eingabe</target>
<note>This is the name of the "EndOfInput" token. It is displayed in quotes as the
unexpected char or token when the end of a conditional was unexpectedly reached.</note>
</trans-unit>
<trans-unit id="ErrorConvertedIntoWarning">
<source>The previous error was converted to a warning because the task was called with ContinueOnError=true.</source>
<target state="translated">Der vorherige Fehler wurde in eine Warnung umgewandelt, da die Aufgabe mit ContinueOnError=true aufgerufen wurde.</target>
<note />
</trans-unit>
<trans-unit id="ErrorCount">
<source>{0} Error(s)</source>
<target state="translated">{0} Fehler</target>
<note />
</trans-unit>
<trans-unit id="ErrorCreatingToolset">
<source>MSB4159: Error creating the toolset "{0}". {1}</source>
<target state="translated">MSB4159: Fehler beim Erstellen des Toolsets "{0}". {1}</target>
<note>{StrBegin="MSB4159: "}</note>
</trans-unit>
<trans-unit id="ErrorEvaluatingToolsetPropertyExpression">
<source>MSB4146: Cannot evaluate the property expression "{0}" found at "{1}". {2}</source>
<target state="translated">MSB4146: Der bei "{1}" gefundene Eigenschaftsausdruck "{0}" kann nicht ausgewertet werden. {2}</target>
<note>{StrBegin="MSB4146: "}</note>
</trans-unit>
<trans-unit id="ErrorWarningMessageNotSupported">
<source>The <{0}> tag is no longer supported as a child of the <Project> element. Place this tag within a target, and add the name of the target to the "InitialTargets" attribute of the <Project> element.</source>
<target state="translated">Das <{0}>-Tag wird nicht mehr als untergeordnetes Element des <Project>-Elements unterstützt. Platzieren Sie dieses Tag in einem Ziel, und fügen Sie den Namen des Ziels dem "InitialTargets"-Attribut des <Project>-Elements hinzu.</target>
<note />
</trans-unit>
<trans-unit id="ExecutingTaskInTaskHost">
<source>Launching task "{0}" from assembly "{1}" in an external task host with a runtime of "{2}" and a process architecture of "{3}".</source>
<target state="translated">Die Aufgabe "{0}" aus Assembly "{1}" wird in einem externen Aufgabenhost mit der Laufzeit "{2}" und der Prozessarchitektur "{3}" gestartet.</target>
<note />
</trans-unit>
<trans-unit id="ExpressionDoesNotEvaluateToBoolean">
<source>MSB4100: Expected "{0}" to evaluate to a boolean instead of "{1}", in condition "{2}".</source>
<target state="translated">MSB4100: Das Ergebnis der Auswertung von {0} war {1}, es wurde jedoch ein boolescher Wert in der {2}-Bedingung erwartet.</target>
<note>{StrBegin="MSB4100: "}</note>
</trans-unit>
<trans-unit id="FailedToRetrieveTaskOutputs">
<source>MSB4028: The "{0}" task's outputs could not be retrieved from the "{1}" parameter. {2}</source>
<target state="translated">MSB4028: Die Ausgaben der {0}-Aufgabe konnten nicht aus dem {1}-Parameter abgerufen werden. {2}</target>
<note>{StrBegin="MSB4028: "}</note>
</trans-unit>
<trans-unit id="FatalBuildError">
<source>MSB4014: The build stopped unexpectedly because of an internal failure.</source>
<target state="translated">MSB4014: Der Buildvorgang wurde aufgrund eines internen Fehlers unerwartet beendet.</target>
<note>{StrBegin="MSB4014: "}UE: This message is shown when an unhandled exception terminates the build. The cause is most likely a programming
error in the build engine.</note>
</trans-unit>
<trans-unit id="FatalErrorDuringLoggerShutdown">
<source>MSB4015: The build stopped unexpectedly because the "{0}" logger failed unexpectedly during shutdown.</source>
<target state="translated">MSB4015: Der Buildvorgang wurde unerwartet beendet, da beim Herunterfahren ein unerwarteter Fehler der {0}-Protokollierung aufgetreten ist.</target>
<note>{StrBegin="MSB4015: "}UE: This message is used for a special exception that is thrown when a logger fails while shutting down (most likely
because of a programming error in the logger). When a logger dies, we cannot proceed with the build, and we throw a special
exception to abort the build.</note>
</trans-unit>
<trans-unit id="FatalErrorWhileInitializingLogger">
<source>MSB4016: The build stopped unexpectedly because the "{0}" logger failed unexpectedly during initialization.</source>
<target state="translated">MSB4016: Der Buildvorgang wurde unerwartet beendet, da während der Initialisierung ein unerwarteter Fehler der {0}-Protokollierung aufgetreten ist.</target>
<note>{StrBegin="MSB4016: "}UE: This message is used for a special exception that is thrown when a logger fails while initializing itself (most
likely because of a programming error in the logger). When a logger dies, we cannot proceed with the build, and we throw a
special exception to abort the build.</note>
</trans-unit>
<trans-unit id="FatalErrorWhileLogging">
<source>MSB4017: The build stopped unexpectedly because of an unexpected logger failure.</source>
<target state="translated">MSB4017: Der Buildvorgang wurde aufgrund eines unerwarteten Protokollierungsfehlers unerwartet beendet.</target>
<note>{StrBegin="MSB4017: "}UE: This message is used for a special exception that is thrown when a logger fails while logging an event (most
likely because of a programming error in the logger). When a logger dies, we cannot proceed with the build, and we throw a
special exception to abort the build.</note>
</trans-unit>
<trans-unit id="FatalTaskError">
<source>MSB4018: The "{0}" task failed unexpectedly.</source>
<target state="translated">MSB4018: Unerwarteter Fehler bei der {0}-Aufgabe.</target>
<note>{StrBegin="MSB4018: "}UE: This message is shown when a task terminates because of an unhandled exception. The cause is most likely a
programming error in the task; however, it is also possible that the unhandled exception originated in the engine, and was
surfaced through the task when the task called into the engine.</note>
</trans-unit>
<trans-unit id="FailedToReceiveTaskThreadStatus">
<source>MSB4187: Failed to receive a response from the task thread in the timeout period "{0}" ms. Shutting down.</source>
<target state="translated">MSB4187: Fehler beim Empfangen einer Antwort vom Aufgabenthread im Timeoutzeitraum von "{0}" ms. Herunterfahren.</target>
<note>{StrBegin="MSB4187: "}</note>
</trans-unit>
<trans-unit id="IllFormedCondition">
<source>MSB4088: Condition "{0}" is improperly constructed.</source>
<target state="translated">MSB4088: Die {0}-Bedingung ist falsch konstruiert.</target>
<note>{StrBegin="MSB4088: "}</note>
</trans-unit>
<trans-unit id="IllFormedEqualsInCondition">
<source>MSB4105: Found an unexpected character '{2}' at position {1} in condition "{0}". Did you intend to use "=="?</source>
<target state="translated">MSB4105: Das unerwartete Zeichen '{2}' wurde an Position {1} in der Bedingung "{0}" gefunden. Wollten Sie "==" verwenden?</target>
<note>{StrBegin="MSB4105: "}</note>
</trans-unit>
<trans-unit id="IllFormedItemListCloseParenthesisInCondition">
<source>MSB4106: Expected an item list at position {1} in condition "{0}". Did you forget the closing parenthesis?</source>
<target state="translated">MSB4106: Eine Elementliste wurde an Position {1} in Bedingung "{0}" erwartet. Haben Sie die schließende Klammer vergessen?</target>
<note>{StrBegin="MSB4106: "}</note>
</trans-unit>
<trans-unit id="IllFormedItemListOpenParenthesisInCondition">
<source>MSB4107: Expected an item list at position {1} in condition "{0}". Did you forget the opening parenthesis after the '@'? To use a literal '@', use '%40' instead.</source>
<target state="translated">MSB4107: Eine Elementliste wurde an Position {1} in Bedingung "{0}" erwartet. Haben Sie die öffnende Klammer hinter dem Zeichen '@' vergessen? Wenn Sie ein literales '@' verwenden möchten, geben Sie stattdessen '%40' ein.</target>
<note>{StrBegin="MSB4107: "}</note>
</trans-unit>
<trans-unit id="IllFormedItemListQuoteInCondition">
<source>MSB4108: Expected an item list at position {1} in condition "{0}". Did you forget to close a quote inside the item list expression?</source>
<target state="translated">MSB4108: Eine Elementliste wurde an Position {1} in Bedingung "{0}" erwartet. Haben Sie das schließende Anführungszeichen innerhalb des Elementlistenausdrucks vergessen?</target>
<note>{StrBegin="MSB4108: "}</note>
</trans-unit>
<trans-unit id="IllFormedPropertyCloseParenthesisInCondition">
<source>MSB4109: Expected a property at position {1} in condition "{0}". Did you forget the closing parenthesis?</source>
<target state="translated">MSB4109: Eine Eigenschaft wurde an Position {1} in Bedingung "{0}" erwartet. Haben Sie die schließende Klammer vergessen?</target>
<note>{StrBegin="MSB4109: "}</note>
</trans-unit>
<trans-unit id="IllFormedPropertyOpenParenthesisInCondition">
<source>MSB4110: Expected a property at position {1} in condition "{0}". Did you forget the opening parenthesis after the '$'? To use a literal '$', use '%24' instead.</source>
<target state="translated">MSB4110: Eine Eigenschaft wurde an Position {1} in Bedingung "{0}" erwartet. Haben Sie die öffnende Klammer hinter dem '$' vergessen? Wenn Sie ein literales '$' verwenden möchten, geben Sie stattdessen '%24' ein.</target>
<note>{StrBegin="MSB4110: "}</note>
</trans-unit>
<trans-unit id="IllFormedQuotedStringInCondition">
<source>MSB4101: Expected a closing quote after position {1} in condition "{0}".</source>
<target state="translated">MSB4101: Es wurde ein schließendes Anführungszeichen hinter Position {1} in Bedingung {0} erwartet.</target>
<note>{StrBegin="MSB4101: "}</note>
</trans-unit>
<trans-unit id="ImportedProjectNotFound">
<source>MSB4019: The imported project "{0}" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.</source>
<target state="translated">MSB4019: Das importierte Projekt "{0}" wurde nicht gefunden. Vergewissern Sie sich, dass der Pfad in der <Import>-Deklaration korrekt und die Datei auf dem Datenträger vorhanden ist.</target>
<note>{StrBegin="MSB4019: "}LOCALIZATION: <Import> should not be localized.</note>
</trans-unit>
<trans-unit id="ImportedProjectFromExtensionsPathNotFoundFromAppConfig">
<source>MSB4226: The imported project "{0}" was not found. Also, tried to find "{1}" in the fallback search path(s) for {2} - {3} . These search paths are defined in "{4}". Confirm that the path in the <Import> declaration is correct, and that the file exists on disk in one of the search paths.</source>
<target state="translated">MSB4226: Das importierte Projekt "{0}" wurde nicht gefunden. Es wurde versucht "{1}" in den Ausweichsuchpfaden für {2} - {3} zu finden. Diese Suchpfade werden in "{4}" definiert. Vergewissern Sie sich, dass der Pfad in der <Import>-Deklaration korrekt und die Datei auf einem Datenträger in einem der Suchpfade vorhanden ist.</target>
<note>{StrBegin="MSB4226: "}LOCALIZATION: <Import> should not be localized.</note>
</trans-unit>
<trans-unit id="ImportedProjectFromExtensionsPathNotFound">
<source>MSB4226: The imported project "{0}" was not found. Also, tried to find "{1}" in the fallback search path(s) for {2} - {3} . Confirm that the path in the <Import> declaration is correct, and that the file exists on disk in one of the search paths.</source>
<target state="translated">MSB4226: Das importierte Projekt "{0}" wurde nicht gefunden. Es wurde versucht "{1}" in den Ausweichsuchpfaden für {2} - {3} zu finden. Vergewissern Sie sich, dass der Pfad in der <Import>-Deklaration korrekt und die Datei auf einem Datenträger in einem der Suchpfade vorhanden ist.</target>
<note>{StrBegin="MSB4226: "}LOCALIZATION: <Import> should not be localized.</note>
</trans-unit>
<trans-unit id="IncorrectNumberOfFunctionArguments">
<source>MSB4089: Incorrect number of arguments to function in condition "{0}". Found {1} argument(s) when expecting {2}.</source>
<target state="translated">MSB4089: Falsche Anzahl von Argumenten für eine Funktion in der Bedingung "{0}". {1} Argument(e) gefunden, obwohl {2} erwartet wurde(n).</target>
<note>{StrBegin="MSB4089: "}</note>
</trans-unit>
<trans-unit id="InvalidAttributeValue">
<source>MSB4020: The value "{0}" of the "{1}" attribute in element <{2}> is invalid.</source>
<target state="translated">MSB4020: Der Wert "{0}" des {1}-Attributs im <{2}>-Element ist ungültig.</target>
<note>{StrBegin="MSB4020: "}UE: This is a generic message that is displayed when we find a project element with an incorrect value for one of its
attributes e.g. <Import Project=""> -- the value of Project should not be an empty string.</note>
</trans-unit>
<trans-unit id="InvalidAttributeValueWithException">
<source>MSB4102: The value "{0}" of the "{1}" attribute in element <{2}> is invalid. {3}</source>
<target state="translated">MSB4102: Der Wert "{0}" des {1}-Attributs im <{2}>-Element ist ungültig. {3}</target>
<note>{StrBegin="MSB4102: "}UE: This is a generic message that is displayed when we find a project element with an incorrect value for one of its
attributes. At the end of the message we show the exception text we got trying to use the value.</note>
</trans-unit>
<trans-unit id="InvalidContinueOnErrorAttribute">
<source>MSB4021: The "ContinueOnError" attribute of the "{0}" task is not valid. {1}</source>
<target state="translated">MSB4021: Das ContinueOnError-Attribut für die {0}-Aufgabe ist ungültig. {1}</target>
<note>{StrBegin="MSB4021: "}LOCALIZATION: "ContinueOnError" should not be localized. "{1}" is a message from another exception explaining the problem.</note>
</trans-unit>
<trans-unit id="InvalidEvaluatedAttributeValue">
<source>MSB4022: The result "{0}" of evaluating the value "{1}" of the "{2}" attribute in element <{3}> is not valid.</source>
<target state="translated">MSB4022: Das Ergebnis "{0}" der Auswertung des Werts "{1}" des {2}-Attributs im <{3}>-Element ist ungültig.</target>
<note>{StrBegin="MSB4022: "}UE: This message is shown when the engine is checking the correctness of the value (after evaluating embedded
properties/items) assigned to an XML attribute of an XML element in the project file.</note>
</trans-unit>
<trans-unit id="InvalidFileLoggerFile">
<source>MSB4104: Failed to write to log file "{0}". {1}</source>
<target state="translated">MSB4104: Fehler beim Schreiben in die Protokollierungsdatei "{0}". {1}</target>
<note>{StrBegin="MSB4104: "}UE: This is shown when the File Logger can't create or write to the file it was instructed to log to.</note>
</trans-unit>
<trans-unit id="InvalidImportedProjectFile">
<source>MSB4024: The imported project file "{0}" could not be loaded. {1}</source>
<target state="translated">MSB4024: Die importierte Projektdatei "{0}" konnte nicht geladen werden {1}</target>
<note>{StrBegin="MSB4024: "}UE: This message is shown when an imported project file cannot be loaded because of incorrect XML. The project
filename is not part of the message because it is provided separately to loggers.
LOCALIZATION: {0} is a localized message from the CLR/FX explaining why the project is invalid.</note>
</trans-unit>
<trans-unit id="InvalidPropertyNameInToolset">
<source>MSB4147: The property "{0}" at "{1}" is invalid. {2}</source>
<target state="translated">MSB4147: Die {0}-Eigenschaft bei "{1}" ist ungültig. {2}</target>
<note>{StrBegin="MSB4147: "}</note>
</trans-unit>
<trans-unit id="InvalidProperty">
<source>MSB4177: Invalid property. {0}</source>
<target state="translated">MSB4177: Ungültige Eigenschaft. {0}</target>
<note>{StrBegin="MSB4177: "}
UE: {0} is a localized message indicating what the problem was.</note>
</trans-unit>
<trans-unit id="InvalidRegistryPropertyExpression">
<source>MSB4143: The registry expression "{0}" cannot be evaluated. {1}</source>
<target state="translated">MSB4143: Der {0}-Registrierungsausdruck kann nicht ausgewertet werden. {1}</target>
<note>{StrBegin="MSB4143: "}
UE: This message is shown when the user attempts to provide an expression like "$(Registry:HKEY_LOCAL_MACHINE\Software\Vendor\Tools@TaskLocation)"
LOCALIZATION: "{0}" is the expression that was bad. "{1}" is a message from an FX exception that describes why the expression is bad.
</note>
</trans-unit>
<trans-unit id="InvalidFunctionPropertyExpression">
<source>MSB4184: The expression "{0}" cannot be evaluated. {1}</source>
<target state="translated">MSB4184: Der Ausdruck "{0}" kann nicht ausgewertet werden. {1}</target>
<note>{StrBegin="MSB4184: "}
Double quotes as the expression will typically have single quotes in it.
UE: This message is shown when the user attempts to provide an expression like "$(SomeProperty.ToLower())" or "@(Foo->Bar())"
LOCALIZATION: "{0}" is the expression that was bad. "{1}" is a message from an FX exception that describes why the expression is bad.
</note>
</trans-unit>
<trans-unit id="InvalidFunctionPropertyExpressionDetailMismatchedQuote">
<source>The quotes were mismatched.</source>
<target state="translated">Die Anführungszeichen stimmen nicht überein.</target>
<note>This is a potential suffix to "InvalidFunctionPropertyExpression" so it has no error code.</note>
</trans-unit>
<trans-unit id="InvalidFunctionPropertyExpressionDetailMismatchedParenthesis">
<source>The parentheses were mismatched.</source>
<target state="translated">Die Klammern stimmen nicht überein.</target>
<note>This is a potential suffix to "InvalidFunctionPropertyExpression" so it has no error code.</note>
</trans-unit>
<trans-unit id="InvalidFunctionPropertyExpressionDetailMismatchedSquareBrackets">
<source>The square brackets were mismatched.</source>
<target state="translated">Die eckigen Klammern stimmen nicht überein.</target>
<note>This is a potential suffix to "InvalidFunctionPropertyExpression" so it has no error code.</note>
</trans-unit>
<trans-unit id="InvalidFunctionMethodUnavailable">
<source>MSB4185: The function "{0}" on type "{1}" is not available for execution as an MSBuild property function.</source>
<target state="translated">MSB4185: Die Funktion "{0}" für den Typ "{1}" ist nicht für die Ausführung als MSBuild-Eigenschaftenfunktion verfügbar.</target>
<note>
{StrBegin="MSB4185: "}
UE: This message is shown when the user attempts to provide an expression like "$([System.DateTime]::Now)", but the expression has not been enabled
LOCALIZATION: "{0}" is the static function name, "{1}" is the .NET Framework type name
</note>
</trans-unit>
<trans-unit id="InvalidFunctionTypeUnavailable">
<source>MSB4212: Invalid static method invocation syntax: "{0}". The type "{1}" is either not available for execution in an MSBuild property function or could not be found.</source>
<target state="translated">MSB4212: Ungültige statische Syntax für Methodenaufruf: "{0}". Der Typ "{1}" ist entweder nicht für eine Ausführung in einer MSBuild-Eigenschaftenfunktion verfügbar oder wurde nicht gefunden.</target>
<note>
{StrBegin="MSB4212: "}
UE: This message is shown when the user attempts to provide an expression like "$([System.DateTime]::Now)", but the expression has not been enabled
LOCALIZATION: "{0}" is the function expression which is in error. "{1}" is the .NET Framework type name
</note>
</trans-unit>
<trans-unit id="InvalidFunctionStaticMethodSyntax">
<source>MSB4186: Invalid static method invocation syntax: "{0}". {1} Static method invocation should be of the form: $([FullTypeName]::Method()), e.g. $([System.IO.Path]::Combine(`a`, `b`)). </source>
<target state="translated">MSB4186: Ungültige Aufrufsyntax für statische Methode: "{0}". {1} Für den Aufruf statischer Methoden muss folgendes Format verwendet werden: $([vollständiger Typname]::Methode()), z. B. $([System.IO.Path]::Combine(`a`, `b`)) </target>
<note>{StrBegin="MSB4186: "}
UE: This message is shown when the user attempts to call a static method on a type, but has used the incorrect syntax
LOCALIZATION: "{0}" is the function expression which is in error. "{1}" is a message from an FX exception that describes why the expression is bad.
</note>
</trans-unit>
<trans-unit id="InvalidItemFunctionExpression">
<source>MSB4198: The expression "{0}" cannot be evaluated on item "{1}". {2}</source>
<target state="translated">MSB4198: Der {0}-Ausdruck kann nicht für das Element "{1}" ausgewertet werden. {2}</target>
<note>
{StrBegin="MSB4198: "}
Double quotes as the expression will typically have single quotes in it.
UE: This message is shown when the user attempts to provide an expression like "@(SomeItem->DirectoryName())"
LOCALIZATION: "{0}" is the expression that was bad, "{1}" is the item or file that was being worked on. "{2}" is a message from an FX exception that describes why the expression is bad.
</note>
</trans-unit>
<trans-unit id="InvalidItemFunctionSyntax">
<source>MSB4199: Invalid transformation syntax "{0}". An item function was not found with that name and {1} parameters.</source>
<target state="translated">MSB4199: Ungültige Transformationssyntax "{0}". Es wurde keine Elementfunktion mit diesem Namen und mit {1}-Parametern gefunden.</target>
<note>
{StrBegin="MSB4199: "}
UE: This message is shown when the user attempts to call a transformation on an item, but has used the incorrect syntax
LOCALIZATION: "{0}" is the function which is in error
</note>
</trans-unit>
<trans-unit id="UnknownItemFunction">
<source>MSB4200: Unknown item transformation function "{0}".</source>
<target state="translated">MSB4200: Unbekannte {0}-Elementtransformationsfunktion.</target>
<note>
{StrBegin="MSB4200: "}
UE: This message is shown when the user attempts to provide an expression like @(Item->SomeTransform()), but SomeTransform is unknown
LOCALIZATION: "{0}" is the function name
</note>
</trans-unit>
<trans-unit id="InvalidTaskAttributeError">
<source>MSB4026: The "{0}={1}" parameter for the "{2}" task is invalid.</source>
<target state="translated">MSB4026: Der {0}={1}-Parameter für die {2}-Aufgabe ist ungültig.</target>
<note>{StrBegin="MSB4026: "}UE: This message is displayed when a task has an invalid parameter that cannot be initialized.</note>
</trans-unit>
<trans-unit id="InvalidTaskItemsInTaskOutputs">
<source>MSB4027: The "{0}" task generated invalid items from the "{1}" output parameter. {2}</source>
<target state="translated">MSB4027: Die {0}-Aufgabe generierte ungültige Elemente aus dem {1}-Ausgabeparameter. {2}</target>
<note>{StrBegin="MSB4027: "}</note>
</trans-unit>
<trans-unit id="InvalidTaskOutputSpecification">
<source>MSB4029: The "{0}" task has an invalid output specification. The "TaskParameter" attribute is required, and either the "ItemName" or "PropertyName" attribute must be specified (but not both).</source>
<target state="translated">MSB4029: Die "{0}"-Aufgabe enthält eine ungültige Ausgabespezifikation. Das "TaskParameter"-Attribut ist erforderlich, und es muss entweder das "ItemName"- oder "PropertyName"-Attribut angegeben werden (jedoch nicht beide).</target>
<note>{StrBegin="MSB4029: "}LOCALIZATION: "TaskParameter", "ItemName" and "PropertyName" should not be localized.</note>
</trans-unit>
<trans-unit id="InvalidTaskParameterValueError">
<source>MSB4030: "{0}" is an invalid value for the "{1}" parameter of the "{3}" task. The "{1}" parameter is of type "{2}".</source>
<target state="translated">MSB4030: "{0}" ist ein ungültiger Wert für den "{1}"-Parameter der "{3}"-Aufgabe. Der "{1}"-Parameter ist vom Typ "{2}".</target>
<note>{StrBegin="MSB4030: "}UE: This error is shown when a type mis-match occurs between the value assigned to task parameter in the project file
and the type of the .NET property that corresponds to the task parameter. For example, if an int task parameter called "Count"
is assigned the value "x", this error would be displayed: <MyTask Count="x" /></note>
</trans-unit>
<trans-unit id="InvalidToolsetValueInConfigFileValue">
<source>MSB4137: Invalid value specified in the configuration file at "{0}". Property name or tools version name is an empty string.</source>
<target state="translated">MSB4137: In der Konfigurationsdatei ist bei "{0}" ein ungültiger Wert angegeben. Der Eigenschaftenname oder der Toolsversionname ist eine leere Zeichenfolge.</target>
<note>{StrBegin="MSB4137: "}</note>
</trans-unit>
<trans-unit id="ItemDefinitionGroupNotLegalInsideTarget">
<source>MSB4163: <ItemDefinitionGroup> is not allowed inside a target.</source>
<target state="translated">MSB4163: <ItemDefinitionGroup> ist in einem Ziel nicht zulässig.</target>
<note>{StrBegin="MSB4163: "}</note>
</trans-unit>
<trans-unit id="ItemDoesNotContainValueForUnqualifiedMetadata">
<source>MSB4096: The item "{0}" in item list "{1}" does not define a value for metadata "{2}". In order to use this metadata, either qualify it by specifying %({1}.{2}), or ensure that all items in this list define a value for this metadata.</source>
<target state="translated">MSB4096: Das Element "{0}" in der Elementliste "{1}" definiert keinen Wert für die Metadaten "{2}". Wenn Sie diese Metadaten verwenden möchten, qualifizieren Sie sie, indem Sie %({1}.{2}) angeben, oder vergewissern Sie sich, dass alle Elemente in der Liste einen Wert für diese Metadaten definieren.</target>
<note>{StrBegin="MSB4096: "}</note>
</trans-unit>
<trans-unit id="ItemListNotAllowedInThisConditional">
<source>MSB4099: A reference to an item list at position {1} is not allowed in this condition "{0}".</source>
<target state="translated">MSB4099: Ein Verweis auf eine Elementliste an Position {1} ist in dieser {0}-Bedingung nicht zulässig.</target>
<note>{StrBegin="MSB4099: "}</note>
</trans-unit>
<trans-unit id="CustomMetadataNotAllowedInThisConditional">
<source>MSB4191: The reference to custom metadata "{2}" at position {1} is not allowed in this condition "{0}".</source>
<target state="translated">MSB4191: Der Verweis auf die benutzerdefinierten {2}-Metadaten an Position {1} ist in dieser {0}-Bedingung nicht zulässig.</target>
<note>{StrBegin="MSB4191: "}</note>
</trans-unit>
<trans-unit id="BuiltInMetadataNotAllowedInThisConditional">
<source>MSB4190: The reference to the built-in metadata "{2}" at position {1} is not allowed in this condition "{0}".</source>
<target state="translated">MSB4190: Der Verweis auf die integrierten {2}-Metadaten an Position {1} ist in dieser {0}-Bedingung nicht zulässig.</target>
<note>{StrBegin="MSB4190: "}</note>
</trans-unit>
<trans-unit id="ItemSpecModifierCannotBeCustomMetadata">
<source>MSB4033: "{0}" is a reserved item metadata, and cannot be redefined as a custom metadata on the item.</source>
<target state="translated">MSB4033: "{0}" sind reservierte Elementmetadaten und können nicht als benutzerdefinierte Metadaten für das Element neu definiert werden.</target>
<note>{StrBegin="MSB4033: "}</note>
</trans-unit>
<trans-unit id="InternalLoggerExceptionOnlyThrownByEngine">
<source>An InternalLoggerException can only be thrown by the MSBuild engine. The public constructors of this class cannot be used to create an instance of the exception.</source>
<target state="translated">Eine InternalLoggerException kann nur durch das MSBuild-Modul ausgelöst werden. Die öffentlichen Konstruktoren dieser Klasse können nicht verwendet werden, um eine Instanz der Ausnahme zu erstellen.</target>
<note>UE: This message is shown when a user tries to instantiate a special exception called InternalLoggerException through the OM --
only the engine is allowed to create and throw this exception.
LOCALIZATION: "InternalLoggerException" and "MSBuild" should not be localized.</note>
</trans-unit>
<trans-unit id="ItemListHeader">
<source>Initial Items:</source>
<target state="translated">Ursprüngliche Elemente:</target>
<note />
</trans-unit>
<trans-unit id="EnvironmentHeader">
<source>Environment at start of build:</source>
<target state="translated">Umgebung beim Start des Buildvorgangs:</target>
<note />
</trans-unit>
<trans-unit id="MetadataDefinitionCannotContainItemVectorExpression">
<source>MSB4164: The value "{0}" of metadata "{1}" contains an item list expression. Item list expressions are not allowed on default metadata values.</source>
<target state="translated">MSB4164: Der Wert "{0}" der "{1}"-Metadaten enthält einen Elementlistenausdruck. Elementlistenausdrücke sind nicht als Standardwerte für Metadaten zulässig.</target>
<note>{StrBegin="MSB4164: "}</note>
</trans-unit>
<trans-unit id="MissingRequiredAttribute">
<source>MSB4035: The required attribute "{0}" is empty or missing from the element <{1}>.</source>
<target state="translated">MSB4035: Das erforderliche {0}-Attribut ist leer oder fehlt im <{1}>-Element.</target>
<note>{StrBegin="MSB4035: "}UE: This message is shown when a user leaves off a required attribute from a project element
e.g. <UsingTask AssemblyName="foo"> -- this is missing the "TaskName" attribute.</note>
</trans-unit>
<trans-unit id="MissingTaskError">
<source>MSB4036: The "{0}" task was not found. Check the following: 1.) The name of the task in the project file is the same as the name of the task class. 2.) The task class is "public" and implements the Microsoft.Build.Framework.ITask interface. 3.) The task is correctly declared with <UsingTask> in the project file, or in the *.tasks files located in the "{1}" directory.</source>
<target state="translated">MSB4036: Die Aufgabe "{0}" wurde nicht gefunden. Überprüfen Sie Folgendes: 1.) Der Name der Aufgabe in der Projektdatei entspricht dem Namen in der Aufgabenklasse. 2.) Die Aufgabenklasse ist "public" und implementiert die Microsoft.Build.Framework.ITask-Schnittstelle. 3.) Die Aufgabe ist in der Projektdatei oder in den *.task-Dateien im Verzeichnis "{1}" mit <UsingTask> richtig deklariert.</target>
<note>{StrBegin="MSB4036: "}LOCALIZATION: <UsingTask> and "*.tasks" should not be localized.</note>
</trans-unit>
<trans-unit id="MSBuildToolsPathIsNotSpecified">
<source>MSB4141: MSBuildToolsPath is not specified for the ToolsVersion "{0}" defined at "{1}", or the value specified evaluates to the empty string.</source>
<target state="translated">MSB4141: MSBuildToolsPath ist für die bei "{1}" definierte ToolsVersion {0} nicht angegeben, oder der angegebene Wert wird zu einer leeren Zeichenfolge ausgewertet.</target>
<note>{StrBegin="MSB4141: "}</note>
</trans-unit>
<trans-unit id="MSBuildToolsPathNotSupportedInSubToolsets">
<source>MSB4222: ToolsVersion "{0}", defined at "{1}", contains sub-toolset "{2}" which sets MSBuildBinPath or MSBuildToolsPath. This is not supported in sub-toolsets.</source>
<target state="translated">MSB4222: Die bei "{1}" definierte ToolsVersion "{0}" enthält das Unter-Toolset "{2}" das MSBuildBinPath oder MSBuildToolsPath festlegt. Dieser Vorgang wird in Unter-Toolsets nicht unterstützt.</target>
<note />
</trans-unit>
<trans-unit id="MultipleDefinitionsForSameToolset">
<source>MSB4144: Multiple definitions were found for the toolset "{0}". </source>
<target state="translated">MSB4144: Für das Toolset "{0}" wurden mehrere Definitionen gefunden. </target>
<note>{StrBegin="MSB4144: "}</note>
</trans-unit>
<trans-unit id="MultipleDefinitionsForSameExtensionsPathOS">
<source>MSB4225: Toolset contains multiple definitions of searchPaths for the OS "{0}" at "{1}".</source>
<target state="translated">MSB4225: das Toolset enthält an "{1}" mehrere Definitionen von searchPaths für das Betriebssystem "{0}".</target>
<note>{StrBegin="MSB4225: "}</note>
</trans-unit>
<trans-unit id="MultipleDefinitionsForSameProperty">
<source>MSB4145: Multiple definitions were found for the property "{0}".</source>
<target state="translated">MSB4145: Für die {0}-Eigenschaft wurden mehrere Definitionen gefunden.</target>
<note>{StrBegin="MSB4145: "}</note>
</trans-unit>
<trans-unit id="MultipleOtherwise">
<source>MSB4082: Choose has more than one <Otherwise> element.</source>
<target state="translated">MSB4082: Choose enthält mehrere <Otherwise>-Elemente.</target>
<note>{StrBegin="MSB4082: "}</note>
</trans-unit>
<trans-unit id="NodeMustBeLastUnderElement">
<source>MSB4038: The element <{0}> must be last under element <{1}>. Found element <{2}> instead.</source>
<target state="translated">MSB4038: Das <{0}>-Element muss das letzte Element unterhalb des <{1}>-Elements sein. Stattdessen wurde das Element <{2}> gefunden.</target>
<note>{StrBegin="MSB4038: "}</note>
</trans-unit>
<trans-unit id="NonStringDataInRegistry">
<source>MSB4138: Non-string data was specified at the registry location "{0}".</source>
<target state="translated">MSB4138: Am Registrierungsspeicherort "{0}" wurden Daten angegeben, die keine Zeichenfolge sind.</target>
<note>{StrBegin="MSB4138: "}</note>
</trans-unit>
<trans-unit id="NoRootProjectElement">
<source>MSB4039: No "{0}" element was found in the project file.</source>
<target state="translated">MSB4039: Das {0}-Element wurde in der Projektdatei nicht gefunden.</target>
<note>{StrBegin="MSB4039: "}</note>
</trans-unit>
<trans-unit id="NoTargetSpecified">
<source>MSB4040: There is no target in the project.</source>
<target state="translated">MSB4040: Das Projekt enthält kein Ziel.</target>
<note>{StrBegin="MSB4040: "}</note>
</trans-unit>
<trans-unit id="NullLoggerNotAllowed">
<source>A null entry was found in the collection of loggers.</source>
<target state="translated">In der Protokollierungssammlung wurde ein Nulleintrag gefunden.</target>
<note />
</trans-unit>
<trans-unit id="InvalidMaxNodeCount">
<source>MaxNodeCount may only be assigned a value greater than zero.</source>
<target state="translated">MaxNodeCount kann nur ein Wert größer Null zugewiesen werden.</target>
<note />
</trans-unit>
<trans-unit id="OverridingTarget">
<source>Overriding target "{0}" in project "{1}" with target "{2}" from project "{3}".</source>
<target state="translated">Das Ziel "{0}" im Projekt "{1}" wird durch das Ziel "{2}" aus dem Projekt "{3}" außer Kraft gesetzt.</target>
<note />
</trans-unit>
<trans-unit id="PerformanceLine">
<source>{0} ms {1} {2} calls</source>
<target state="translated">{0} ms {1} {2} Aufrufe</target>
<note />
</trans-unit>
<trans-unit id="PerformanceReentrancyNote">
<source>(* = timing was not recorded because of reentrancy)</source>
<target state="translated">(* = Zeit wurde aufgrund des erneuten Eintretens nicht aufgezeichnet)</target>
<note />
</trans-unit>
<trans-unit id="ProjectFileNotFound">
<source>The project file "{0}" was not found.</source>
<target state="translated">Die Projektdatei "{0}" wurde nicht gefunden.</target>
<note>UE: This message is shown when the user calls into the OM to build a project that doesn't exist on disk.</note>
</trans-unit>
<trans-unit id="ProjectFinishedFailure">
<source>Done building project "{0}" -- FAILED.</source>
<target state="translated">Die Erstellung des Projekts "{0}" ist abgeschlossen -- FEHLER.</target>
<note />
</trans-unit>
<trans-unit id="ProjectFinishedSuccess">
<source>Done building project "{0}".</source>
<target state="translated">Erstellen des Projekts {0} beendet.</target>
<note />
</trans-unit>
<trans-unit id="ProjectFinishedPrefixWithTargetNamesMultiProc">
<source>Done Building Project "{0}" ({1} target(s)).</source>
<target state="translated">Die Erstellung von Projekt "{0}" ist abgeschlossen ({1} Ziel(e)).</target>
<note />
</trans-unit>
<trans-unit id="ProjectFinishedPrefixWithDefaultTargetsMultiProc">
<source>Done Building Project "{0}" (default targets).</source>
<target state="translated">Die Erstellung von Projekt "{0}" ist abgeschlossen (Standardziele).</target>
<note />
</trans-unit>
<trans-unit id="ProjectFinishedPrefixWithTargetNamesMultiProcFailed">
<source>Done Building Project "{0}" ({1} target(s)) -- FAILED.</source>
<target state="translated">Die Erstellung des Projekts "{0}" ist abgeschlossen, {1} Ziel(e) -- FEHLER.</target>
<note />
</trans-unit>
<trans-unit id="ProjectFinishedPrefixWithDefaultTargetsMultiProcFailed">
<source>Done Building Project "{0}" (default targets) -- FAILED.</source>
<target state="translated">Die Erstellung des Projekts "{0}" ist abgeschlossen (Standardziele) -- FEHLER.</target>
<note />
</trans-unit>
<trans-unit id="ProjectMustBeInMSBuildXmlNamespace">
<source>MSB4041: The default XML namespace of the project must be the MSBuild XML namespace or no namespace. If the project is authored in the MSBuild 2003 format, please add xmlns="{0}" to the <Project> element. If the project has been authored in the old 1.0 or 1.2 format, please convert it to MSBuild 2003 format.</source>
<target state="translated">MSB4041: Der Standard-XML-Namespace des Projekts muss entweder der MSBuild-XML-Namespace sein, oder es wird kein Namespace festgelegt. Wenn das Projekt im MSBuild 2003-Format erstellt wurde, fügen Sie dem <Project>-Element xmlns="{0}" hinzu. Wenn das Projekt im alten Format 1.0 oder 1.2 erstellt wurde, konvertieren Sie es in das MSBuild 2003-Format.</target>
<note>{StrBegin="MSB4041: "}UE: This is a Beta 1 message only.
LOCALIZATION: <Project>, "MSBuild" and "xmlns" should not be localized.</note>
</trans-unit>
<trans-unit id="ProjectPerformanceSummary">
<source>Project Performance Summary:</source>
<target state="translated">Leistungszusammenfassung für das Projekt:</target>
<note />
</trans-unit>
<trans-unit id="ProjectStartedPrefixForNestedProjectWithTargetNames">
<source>Project "{0}" is building "{1}" ({2} target(s)):</source>
<target state="translated">Das Projekt {0} erstellt {1} ({2} Ziel(e)):</target>
<note />
</trans-unit>
<trans-unit id="ProjectStartedPrefixForNestedProjectWithDefaultTargets">
<source>Project "{0}" is building "{1}" (default targets):</source>
<target state="translated">Das Projekt "{0}" erstellt "{1}" (Standardziele):</target>
<note />
</trans-unit>
<trans-unit id="ProjectStartedPrefixForTopLevelProjectWithTargetNames">
<source>Project "{0}" ({1} target(s)):</source>
<target state="translated">Projekt "{0}", {1} Ziel(e):</target>
<note />
</trans-unit>
<trans-unit id="ProjectStartedPrefixForTopLevelProjectWithDefaultTargets">
<source>Project "{0}" (default targets):</source>
<target state="translated">Projekt "{0}" (Standardziele):</target>
<note />
</trans-unit>
<trans-unit id="ProjectTaskNameEmpty">
<source>Task name cannot be empty.</source>
<target state="translated">Der Aufgabenname darf nicht leer sein.</target>
<note />
</trans-unit>
<trans-unit id="ProjectUpgradeNeeded">
<source>MSB4075: The project file "{0}" must be opened in the Visual Studio IDE and converted to the latest version before it can be built by MSBuild.</source>
<target state="translated">MSB4075: Die Projektdatei "{0}" muss in der Visual Studio IDE geöffnet und in die neuste Version konvertiert werden, bevor sie von MSBuild erstellt werden kann.</target>
<note>{StrBegin="MSB4075: "}</note>
</trans-unit>
<trans-unit id="ProjectUpgradeNeededToVcxProj">
<source>MSB4192: The project file "{0}" is in the ".vcproj" file format, which MSBuild no longer supports. Please convert the project by opening it in the Visual Studio IDE or running the conversion tool, or use MSBuild 3.5 or earlier to build it.</source>
<target state="translated">MSB4192: Die Projektdatei "{0}" ist im "VCPROJ"-Dateiformat gespeichert, das nicht mehr von MSBuild unterstützt wird. Konvertieren Sie das Projekt, indem Sie es in der Visual Studio IDE öffnen oder das Konvertierungstool ausführen, oder verwenden Sie MSBuild 3.5 oder früher zum Erstellen des Projekts.</target>
<note>{StrBegin="MSB4192: "} LOC: ".vcproj" should not be localized</note>
</trans-unit>
<trans-unit id="PropertyListHeader">
<source>Initial Properties:</source>
<target state="translated">Ursprüngliche Eigenschaften:</target>
<note />
</trans-unit>
<trans-unit id="PropertyNameInRegistryHasZeroLength">
<source>MSB4148: The name of a property stored under the registry key "{0}" has zero length.</source>
<target state="translated">MSB4148: Der Name einer unter dem Registrierungsschlüssel "{0}" gespeicherten Eigenschaft hat eine Länge von Null.</target>
<note>{StrBegin="MSB4148: "}</note>
</trans-unit>
<trans-unit id="QualifiedMetadataInTransformNotAllowed">
<source>MSB4043: The item metadata reference "{0}" is invalid because it is qualified with an item name. Item metadata referenced in transforms do not need to be qualified, because the item name is automatically deduced from the items being transformed. Change "{0}" to "%({1})".</source>
<target state="translated">MSB4043: Der Elementmetadatenverweis "{0}" ist ungültig, da er mit einem Elementnamen qualifiziert ist. Elementmetadaten, auf die bei Transformationen verwiesen wird, müssen nicht qualifiziert werden, da der Elementname automatisch aus den Elementen die transformiert werden abgeleitet wird. Ändern Sie "{0}" in "%({1})".</target>
<note>{StrBegin="MSB4043: "}UE: This message is shown when the user does something like this: @(foo->'%(foo.metadata)'). There is no need to specify
"foo.metadata", because "foo" is automatically deduced. In corollary, "bar.metadata" is not allowed either, where "bar" is a different
item list type.</note>
</trans-unit>
<trans-unit id="RegistryReadError">
<source>MSB4135: Error reading the toolset information from the registry location "{0}". {1}</source>
<target state="translated">MSB4135: Fehler beim Lesen der Toolsetinformationen am Registrierungsspeicherort "{0}". {1}</target>
<note>{StrBegin="MSB4135: "}</note>
</trans-unit>
<trans-unit id="RequiredPropertyNotSetError">
<source>MSB4044: The "{0}" task was not given a value for the required parameter "{1}".</source>
<target state="translated">MSB4044: Die {0}-Aufgabe hat keinen Wert für den erforderlichen {1}-Parameter erhalten.</target>
<note>{StrBegin="MSB4044: "}UE: This message is shown when a task parameter designated as "required" is not set in the project file.</note>
</trans-unit>
<trans-unit id="SecurityProjectBuildDisabled">
<source>MSB4112: The targets in this project have been disabled by the host and therefore cannot be built at this time. This may have been done for security reasons. To enable the targets, the host must set Project.BuildEnabled to "true".</source>
<target state="translated">MSB4112: Die Ziele in diesem Projekt wurden vom Host deaktiviert und können aus diesem Grund derzeit nicht erstellt werden. Die Deaktivierung wurde möglicherweise aus Sicherheitsgründen durchgeführt. Wenn Sie die Ziele aktivieren möchten, muss der Host Project.BuildEnabled auf TRUE festlegen.</target>
<note>{StrBegin="MSB4112: "}</note>
</trans-unit>
<trans-unit id="SetAccessorNotAvailableOnTaskParameter">
<source>MSB4093: The "{0}" parameter of the "{1}" task cannot be written to because it does not have a "set" accessor.</source>
<target state="translated">MSB4093: In den {0}-Parameter der {1}-Aufgabe kann nicht geschrieben werden, da er keinen set-Accessor besitzt.</target>
<note>{StrBegin="MSB4093: "}UE: This error is shown when a project tries to assign a value to a task parameter that does not have a "set"
accessor on the corresponding .NET property on the task class.</note>
</trans-unit>
<trans-unit id="SkipTargetBecauseNoInputs">
<source>Skipping target "{0}" because it has no inputs.</source>
<target state="translated">Das {0}-Ziel wird übersprungen, da es keine Eingaben besitzt.</target>
<note />
</trans-unit>
<trans-unit id="SkipTargetBecauseNoInputsDetail">
<source>Though the target has declared its inputs, the input specification only references empty properties and/or empty item lists.</source>
<target state="translated">Obwohl das Ziel seine Eingaben deklariert hat, verweist die Eingabespezifikation nur auf leere Eigenschaften und/oder leere Elementlisten.</target>
<note />
</trans-unit>
<trans-unit id="SkipTargetBecauseNoOutputs">
<source>Skipping target "{0}" because it has no outputs.</source>
<target state="translated">Das Ziel "{0}" wird übersprungen, da es keine Ausgaben enthält.</target>
<note />
</trans-unit>
<trans-unit id="SkipTargetBecauseNoOutputsDetail">
<source>Though the target has declared its outputs, the output specification only references empty properties and/or empty item lists.</source>
<target state="translated">Obwohl das Ziel seine Ausgaben deklariert hat, verweist die Ausgabespezifikation nur auf leere Eigenschaften und/oder leere Elementlisten.</target>
<note />
</trans-unit>
<trans-unit id="SkipTargetBecauseOutputsUpToDate">
<source>Skipping target "{0}" because all output files are up-to-date with respect to the input files.</source>
<target state="translated">Das Ziel "{0}" wird übersprungen, da alle Ausgabedateien hinsichtlich der Eingabedateien aktuell sind.</target>
<note />
</trans-unit>
<trans-unit id="SkipTargetUpToDateInputs">
<source>Input files: {0}</source>
<target state="translated">Eingabedateien: {0}</target>
<note>{0} is a semicolon-separated list of filenames.</note>
</trans-unit>
<trans-unit id="SkipTargetUpToDateOutputs">
<source>Output files: {0}</source>
<target state="translated">Ausgabedateien: {0}</target>
<note>{0} is a semicolon-separated list of filenames.</note>
</trans-unit>
<trans-unit id="AspNetCompiler.TargetingHigherFrameworksDefaultsTo40">
<source>{0}: Defaulting .NET Framework v{1} to the .NET Framework v4.0 version of aspnet_compiler.exe. To change the version of the tool used, please set the "ToolPath" parameter with the correct path to the tool.</source>
<target state="translated">{0}: .NET Framework v{1} wird standardmäßig auf die Version .NET Framework 4.0 von "aspnet_compiler.exe" festgelegt. Legen Sie im "ToolPath"-Parameter den korrekten Pfad des Tools fest, wenn Sie die verwendete Version des Tools ändern möchten.</target>
<note />
</trans-unit>
<trans-unit id="AspNetCompiler.InvalidTargetFrameworkMonikerNotDotNET">
<source>MSB4203: {0}: Invalid TargetFrameworkMoniker {1}. The AspNetCompiler task only supports targeting the .NET Framework.</source>
<target state="translated">MSB4203: {0}: Ungültiger TargetFrameworkMoniker {1}. Die AspNetCompiler-Aufgabe unterstützt nur die Verwendung von .NET Framework als Ziel.</target>
<note>{StrBegin="MSB4203: "}</note>
</trans-unit>
<trans-unit id="AspNetCompiler.20NotInstalled">
<source>MSB4205: The website project in this solution is targeting the v2.0 runtime, but it is not installed.</source>
<target state="translated">MSB4205: Das Websiteprojekt in dieser Projektmappe verwendet die v2.0-Laufzeit, diese ist jedoch nicht installiert.</target>
<note>{StrBegin="MSB4205: "}</note>
</trans-unit>
<trans-unit id="AspNetCompiler.InvalidTargetFrameworkMonikerFromException">
<source>MSB4204: {0}: Invalid TargetFrameworkMoniker {1}. {2}.</source>
<target state="translated">MSB4204: {0}: Ungültiger TargetFrameworkMoniker {1}. {2}.</target>
<note>{StrBegin="MSB4204: "}</note>
</trans-unit>
<trans-unit id="OldWrapperGeneratedExplicitToolsVersion">
<source>Using the MSBuild v3.5 solution wrapper generator because the tools version was set to {0}.</source>
<target state="translated">Der MSBuild v3.5-Projektmappenwrapper-Generator wird verwendet, da die Toolsversion auf {0} festgelegt wurde.</target>
<note />
</trans-unit>
<trans-unit id="OldWrapperGeneratedOldSolutionVersion">
<source>Using the MSBuild v3.5 solution wrapper generator with a tools version of {0} because the solution file format was version {1} and no tools version was supplied.</source>
<target state="translated">Der MSBuild v3.5-Projektmappenwrapper-Generator wird mit der Toolsversion {0} verwendet, da die Version des Projektmappendateiformats {1} war und keine Toolsversion angegeben wurde.</target>
<note />
</trans-unit>
<trans-unit id="SolutionBuildingSolutionConfiguration">
<source>Building solution configuration "{0}".</source>
<target state="translated">Die Projektmappenkonfiguration "{0}" wird erstellt.</target>
<note>UE: This is not an error, so doesn't need an error code.</note>
</trans-unit>
<trans-unit id="SolutionCircularDependencyError">
<source>MSB4160: A circular dependency involving project "{0}" has been detected.</source>
<target state="translated">MSB4160: Eine Ringabhängigkeit im Zusammenhang mit dem Projekt "{0}" wurde erkannt.</target>
<note>{StrBegin="MSB4160: "}</note>
</trans-unit>
<trans-unit id="SolutionInvalidSolutionConfiguration">
<source>MSB4126: The specified solution configuration "{0}" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave those properties blank to use the default solution configuration.</source>
<target state="translated">MSB4126: Die angegebene Projektmappenkonfiguration "{0}" ist ungültig. Geben Sie mithilfe der Konfigurations- und Plattformeigenschaften eine gültige Projektmappenkonfiguration an (z. B. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU"), oder lassen Sie diese Eigenschaften leer, sodass die Standardprojektmappenkonfiguration verwendet wird.</target>
<note>{StrBegin="MSB4126: "}UE: The solution filename is provided separately to loggers.</note>
</trans-unit>
<trans-unit id="SolutionParseErrorReadingProject">
<source>MSB4046: Error reading project file "{0}": {1}</source>
<target state="translated">MSB4046: Fehler beim Lesen der Projektdatei "{0}": {1}</target>
<note>{StrBegin="MSB4046: "}</note>
</trans-unit>
<trans-unit id="SolutionParseInvalidProjectFileName">
<source>MSB4125: The project file name "{0}" is invalid. {1}</source>
<target state="translated">MSB4125: Der Projektdateiname "{0}" ist ungültig. {1}</target>
<note>{StrBegin="MSB4125: "}UE: The solution filename is provided separately to loggers.</note>
</trans-unit>
<trans-unit id="SolutionParseProjectDepNotFoundError">
<source>MSB4051: Project {0} is referencing a project with GUID {1}, but a project with this GUID was not found in the .SLN file.</source>
<target state="translated">MSB4051: Das Projekt "{0}" verweist auf ein Projekt mit der GUID {1}, in der SLN-Datei wurde jedoch kein Projekt mit dieser GUID gefunden.</target>
<note>{StrBegin="MSB4051: "}UE: The solution filename is provided separately to loggers.</note>
</trans-unit>
<trans-unit id="SolutionParseUnknownProjectType">
<source>MSB4078: The project file "{0}" is not supported by MSBuild and cannot be built.</source>
<target state="translated">MSB4078: Die Projektdatei "{0}" wird nicht von MSBuild unterstützt und kann nicht erstellt werden.</target>
<note>{StrBegin="MSB4078: "}</note>
</trans-unit>
<trans-unit id="SolutionParseUpgradeNeeded">
<source>MSB4054: The solution file must be opened in the Visual Studio IDE and converted to the latest version before it can be built by MSBuild.</source>
<target state="translated">MSB4054: Die Projektmappendatei muss in der Visual Studio IDE geöffnet und in die neuste Version konvertiert werden, bevor sie mit MSBuild erstellt werden kann.</target>
<note>{StrBegin="MSB4054: "}UE: The solution filename is provided separately to loggers.</note>
</trans-unit>
<trans-unit id="SolutionProjectConfigurationMissing">
<source>MSB4121: The project configuration for project "{0}" was not specified in the solution file for the solution configuration "{1}".</source>
<target state="translated">MSB4121: Die Projektkonfiguration für das Projekt "{0}" wurde nicht in der Projektmappendatei für die Projektmappenkonfiguration "{1}" angegeben.</target>
<note>{StrBegin="MSB4121: "}</note>
</trans-unit>
<trans-unit id="SolutionProjectSkippedForBuilding">
<source>The project "{0}" is not selected for building in solution configuration "{1}".</source>
<target state="translated">Das Projekt "{0}" ist in der Projektmappenkonfiguration "{1}" nicht zum Erstellen ausgewählt.</target>
<note>
UE: This is not an error, so doesn't need an error code.
</note>
</trans-unit>
<trans-unit id="SolutionScanProjectDependenciesFailed">
<source>MSB4122: Scanning project dependencies for project "{0}" failed. {1}</source>
<target state="translated">MSB4122: Fehler beim Überprüfen der Projektabhängigkeiten für das Projekt "{0}". {1}</target>
<note>{StrBegin="MSB4122: "}</note>
</trans-unit>
<trans-unit id="SolutionToolsVersionDoesNotSupportProjectToolsVersion">
<source>MSB4149: The tools version "{0}" of the solution does not support building projects with a different tools version.</source>
<target state="translated">MSB4149: Die Toolsversion {0} der Projektmappe unterstützt das Erstellen von Projekten mit unterschiedlichen Toolsversionen nicht.</target>
<note>{StrBegin="MSB4149: "}</note>
</trans-unit>
<trans-unit id="SolutionVenusProjectNoClean">
<source>Web projects do not support the "Clean" target. Continuing with remaining projects ...</source>
<target state="translated">Webprojekte unterstützen das "Clean"-Ziel nicht. Verbleibende Projekte werden fortgesetzt...</target>
<note>UE: This is not an error, so doesn't need an error code.
LOCALIZATION: Do not localize "Clean".</note>
</trans-unit>
<trans-unit id="SolutionVenusProjectNoPublish">
<source>Web projects do not support the "Publish" target. Continuing with remaining projects ...</source>
<target state="translated">Webprojekte unterstützen nicht das "Publish"-Ziel. Verbleibende Projekte werden fortgesetzt...</target>
<note>UE: This is not an error, so doesn't need an error code.
LOCALIZATION: Do not localize "Publish".</note>
</trans-unit>
<trans-unit id="SolutionVenusProjectSkipped">
<source>Skipping because the "$(AspNetConfiguration)" configuration is not supported for this web project. You can use the AspNetConfiguration property to override the configuration used for building web projects, by adding /p:AspNetConfiguration=<value> to the command line. Currently web projects only support Debug and Release configurations.</source>
<target state="translated">Wird übersprungen, da die Konfiguration "$(AspNetConfiguration)" für dieses Webprojekt nicht unterstützt wird. Sie können die zum Erstellen von Webprojekten verwendete Konfiguration mit der AspNetConfiguration-Eigenschaft außer Kraft setzen, indem Sie an der Befehlszeile "/p:AspNetConfiguration=<Wert>" hinzufügen. Zurzeit unterstützen Webprojekte nur Debug- und Release-Konfigurationen.</target>
<note>
UE: This is not an error, so doesn't need an error code.
LOCALIZATION: Do NOT localize "AspNetConfiguration", "Debug", "Release".
</note>
</trans-unit>
<trans-unit id="TargetAlreadyCompleteFailure">
<source>Target "{0}" skipped. Previously built unsuccessfully.</source>
<target state="translated">Das Ziel "{0}" wurde übersprungen. Die vorherige Erstellung war nicht erfolgreich.</target>
<note />
</trans-unit>
<trans-unit id="TargetAlreadyCompleteSuccess">
<source>Target "{0}" skipped. Previously built successfully.</source>
<target state="translated">Das Ziel "{0}" wurde übersprungen. Die vorherige Erstellung war erfolgreich.</target>
<note />
</trans-unit>
<trans-unit id="TargetConditionHasInvalidMetadataReference">
<source>MSB4116: The condition "{1}" on the "{0}" target has a reference to item metadata. References to item metadata are not allowed in target conditions unless they are part of an item transform.</source>
<target state="translated">MSB4116: Die Bedingung "{1}" des "{0}"-Ziels enthält einen Verweis auf Elementmetadaten. Verweise auf Elementmetadaten sind in Zielbedingungen nicht zulässig, es sei denn, sie sind Teil einer Elementtransformation.</target>
<note>{StrBegin="MSB4116: "}</note>
</trans-unit>
<trans-unit id="TargetDoesNotExist">
<source>MSB4057: The target "{0}" does not exist in the project.</source>
<target state="translated">MSB4057: Das Ziel "{0}" ist im Projekt nicht vorhanden.</target>
<note>{StrBegin="MSB4057: "}</note>
</trans-unit>
<trans-unit id="TargetDoesNotExistBeforeTargetMessage">
<source>The target "{0}" listed in a BeforeTargets attribute at "{1}" does not exist in the project, and will be ignored.</source>
<target state="translated">Das in einem BeforeTargets-Attribut bei "{1}" aufgeführte Ziel "{0}" ist nicht im Projekt vorhanden und wird daher ignoriert.</target>
<note />
</trans-unit>
<trans-unit id="TargetDoesNotExistAfterTargetMessage">
<source>The target "{0}" listed in an AfterTargets attribute at "{1}" does not exist in the project, and will be ignored.</source>
<target state="translated">Das in einem AfterTargets-Attribut bei "{1}" aufgeführte Ziel "{0}" ist nicht im Projekt vorhanden und wird daher ignoriert.</target>
<note />
</trans-unit>
<trans-unit id="TargetFinishedFailure">
<source>Done building target "{0}" in project "{1}" -- FAILED.</source>
<target state="translated">Die Erstellung des Ziels "{0}" im Projekt "{1}" ist abgeschlossen -- FEHLER.</target>
<note />
</trans-unit>
<trans-unit id="TargetFinishedSuccess">
<source>Done building target "{0}" in project "{1}".</source>
<target state="translated">Die Erstellung des Ziels "{0}" im Projekt "{1}" ist abgeschlossen.</target>
<note />
</trans-unit>
<trans-unit id="TargetMessageWithId">
<source>{0}: (TargetId:{1})</source>
<target state="translated">{0}: (Ziel-ID:{1})</target>
<note />
</trans-unit>
<trans-unit id="TargetOutputItemsHeader">
<source>Target output items:</source>
<target state="translated">Zielausgabeelemente:</target>
<note />
</trans-unit>
<trans-unit id="TargetOutputItem">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="TargetInputsSpecifiedWithoutOutputs">
<source>MSB4058: The "{0}" target is missing its output specification. If a target declares inputs, it must also declare outputs.</source>
<target state="translated">MSB4058: Das "{0}"-Ziel enthält keine Ausgabespezifikation. Wenn ein Ziel Eingaben deklariert, muss es auch Ausgaben deklarieren.</target>
<note>{StrBegin="MSB4058: "}</note>
</trans-unit>
<trans-unit id="TargetPerformanceSummary">
<source>Target Performance Summary:</source>
<target state="translated">Leistungszusammenfassung für das Ziel:</target>
<note />
</trans-unit>
<trans-unit id="TargetSkippedFalseCondition">
<source>Target "{0}" skipped, due to false condition; ({1}) was evaluated as ({2}).</source>
<target state="translated">Das Ziel "{0}" wurde übersprungen, da die Bedingung "false" war . ({1}) wurde als ({2}) ausgewertet.</target>
<note />
</trans-unit>
<trans-unit id="TargetStartedFileProject">
<source>Target "{0}" in file "{1}" from project "{2}":</source>
<target state="translated">Ziel "{0}" in Datei "{1}" aus Projekt "{2}":</target>
<note />
</trans-unit>
<trans-unit id="TargetStartedFileProjectEntry">
<source>Target "{0}" in file "{1}" from project "{2}" (entry point):</source>
<target state="translated">Ziel "{0}" in Datei "{1}" aus Projekt "{2}" (Einstiegspunkt):</target>
<note />
</trans-unit>
<trans-unit id="TargetStartedFileProjectDepends">
<source>Target "{0}" in file "{1}" from project "{2}" (target "{3}" depends on it):</source>
<target state="translated">Ziel "{0}" in Datei "{1}" aus Projekt "{2}" (Ziel "{3}" ist davon abhängig):</target>
<note />
</trans-unit>
<trans-unit id="TargetStartedFileProjectBefore">
<source>Target "{0}" in file "{1}" from project "{2}" (designated to run before target "{3}"):</source>
<target state="translated">Ziel "{0}" in Datei "{1}" aus Projekt "{2}" (geplante Ausführung vor Ziel "{3}"):</target>
<note />
</trans-unit>
<trans-unit id="TargetStartedFileProjectAfter">
<source>Target "{0}" in file "{1}" from project "{2}" (designated to run after target "{3}"):</source>
<target state="translated">Ziel "{0}" in Datei "{1}" aus Projekt "{2}" (geplante Ausführung nach Ziel "{3}"):</target>
<note />
</trans-unit>
<trans-unit id="TargetStarted">
<source>Target "{0}" in project "{1}":</source>
<target state="translated">Ziel "{0}" in Projekt "{1}".</target>
<note />
</trans-unit>
<trans-unit id="TargetStartedProjectEntry">
<source>Target "{0}" in project "{1}" (entry point):</source>
<target state="translated">Ziel "{0}" in Projekt "{1}" (Einstiegspunkt):</target>
<note />
</trans-unit>
<trans-unit id="TargetStartedProjectDepends">
<source>Target "{0}" in project "{1}" (target "{2}" depends on it):</source>
<target state="translated">Ziel "{0}" in Projekt "{1}" (Ziel "{2}" ist davon abhängig):</target>
<note />
</trans-unit>
<trans-unit id="TargetStartedProjectBefore">
<source>Target "{0}" in project "{1}" (designated to run before target "{2}"):</source>
<target state="translated">Ziel "{0}" in Projekt "{1}" (geplante Ausführung vor Ziel "{2}"):</target>
<note />
</trans-unit>
<trans-unit id="TargetStartedProjectAfter">
<source>Target "{0}" in project "{1}" (designated to run after target "{2}"):</source>
<target state="translated">Ziel "{0}" in Projekt "{1}" (geplante Ausführung nach Ziel "{2}"):</target>
<note />
</trans-unit>
<trans-unit id="TargetStartedPrefix">
<source>Target {0}:</source>
<target state="translated">Ziel "{0}":</target>
<note />
</trans-unit>
<trans-unit id="TargetStartedFromFile">
<source>Target "{0}" in file "{1}":</source>
<target state="translated">Ziel "{0}" in Datei "{1}":</target>
<note />
</trans-unit>
<trans-unit id="TargetStartedPrefixInProject">
<source>Target {0} from project "{1}":</source>
<target state="translated">Ziel "{0}" aus Projekt "{1}":</target>
<note />
</trans-unit>
<trans-unit id="TargetStartedFromFileInProject">
<source>Target "{0}" in file "{1}" from project "{2}":</source>
<target state="translated">Ziel "{0}" in Datei "{1}" aus Projekt "{2}":</target>
<note />
</trans-unit>
<trans-unit id="ItemGroupIncludeLogMessagePrefix">
<source>Added Item(s): </source>
<target state="translated">Hinzugefügte Elemente: </target>
<note />
</trans-unit>
<trans-unit id="ItemGroupRemoveLogMessage">
<source>Removed Item(s): </source>
<target state="translated">Entfernte Elemente: </target>
<note />
</trans-unit>
<trans-unit id="PropertyGroupLogMessage">
<source>Set Property: {0}={1}</source>
<target state="translated">Festgelegte Eigenschaft: {0}={1}</target>
<note />
</trans-unit>
<trans-unit id="OutputItemParameterMessagePrefix">
<source>Output Item(s): </source>
<target state="translated">Ausgegebene Elemente: </target>
<note />
</trans-unit>
<trans-unit id="OutputPropertyLogMessage">
<source>Output Property: {0}={1}</source>
<target state="translated">Ausgegebene Eigenschaft: {0}={1}</target>
<note />
</trans-unit>
<trans-unit id="TaskContinuedDueToContinueOnError">
<source>Build continuing because "{0}" on the task "{1}" is set to "{2}".</source>
<target state="translated">Der Buildvorgang wird fortgesetzt, da {0} in der {1}-Aufgabe auf "{2}" festgelegt ist.</target>
<note />
</trans-unit>
<trans-unit id="TaskDeclarationOrUsageError">
<source>MSB4060: The "{0}" task has been declared or used incorrectly, or failed during construction. Check the spelling of the task name and the assembly name.</source>
<target state="translated">MSB4060: Die "{0}"-Aufgabe wurde falsch deklariert, falsch verwendet oder konnte bei der Erstellung nicht ausgeführt werden. Überprüfen Sie die Schreibweise des Aufgaben- und des Assemblynamens.</target>
<note>{StrBegin="MSB4060: "}</note>
</trans-unit>
<trans-unit id="TaskExistsButHasMismatchedIdentityError">
<source>MSB4214: The "{0}" task has been defined, but cannot be used due to the fact that the identity defined in the UsingTask declaration (Runtime="{1}", Architecture="{2}") does not match the identity specified by the task invocation (MSBuildRuntime="{3}", MSBuildArchitecture="{4}").</source>
<target state="translated">MSB4214: Die "{0}"-Aufgabe wurde definiert, kann jedoch nicht verwendet werden, da die Identität, die in der UsingTask-Deklaration (Laufzeit="{1}", Architektur="{2}") definiert wurde, nicht mit der Identität übereinstimmt, die vom Aufgabenaufruf (MSBuildRuntime="{3}", MSBuildArchitecture="{4}") angegeben wurde.</target>
<note>{StrBegin="MSB4214: "}LOCALIZATION: Runtime, Architecture, MSBuildRuntime, and MSBuildArchitecture should not be localized.</note>
</trans-unit>
<trans-unit id="TaskFinishedFailure">
<source>Done executing task "{0}" -- FAILED.</source>
<target state="translated">Die Ausführung der {0}-Aufgabe ist abgeschlossen -- FEHLER.</target>
<note />
</trans-unit>
<trans-unit id="TaskFinishedSuccess">
<source>Done executing task "{0}".</source>
<target state="translated">Ausführen der {0}-Aufgabe beendet.</target>
<note />
</trans-unit>
<trans-unit id="TaskMessageWithId">
<source>{0} (TaskId:{1})</source>
<target state="translated">{0} (Aufgaben-ID: {1})</target>
<note />
</trans-unit>
<trans-unit id="TaskFound">
<source>Using "{0}" task from assembly "{1}".</source>
<target state="translated">Die {0}-Aufgabe aus der {1}-Assembly wird verwendet.</target>
<note>UE: This informational message helps users determine which assemblies their tasks were loaded from.</note>
</trans-unit>
<trans-unit id="TaskFoundFromFactory">
<source>Using "{0}" task from the task factory "{1}".</source>
<target state="translated">Die {0}-Aufgabe aus der Aufgabenfactory "{1}" wird verwendet.</target>
<note>UE: This informational message helps users determine which assemblies their tasks were loaded from.</note>
</trans-unit>
<trans-unit id="TaskNeedsSTA">
<source>Task "{0}" will be run in a single-threaded apartment thread.</source>
<target state="translated">Die {0}-Aufgabe wird in einem Singlethread-Apartmentthread ausgeführt.</target>
<note>UE: This informational message helps users determine if their tasks are run in the STA or MTA.</note>
</trans-unit>
<trans-unit id="TaskInstantiationFailureError">
<source>MSB4061: The "{0}" task could not be instantiated from "{1}". {2}</source>
<target state="translated">MSB4061: Die {0}-Aufgabe konnte nicht aus "{1}" instanziiert werden. {2}</target>
<note>{StrBegin="MSB4061: "}LOCALIZATION: "{2}" is a localized message from a CLR/FX exception.</note>
</trans-unit>
<trans-unit id="TaskInstantiationFailureErrorInvalidCast">
<source>MSB4127: The "{0}" task could not be instantiated from the assembly "{1}". Please verify the task assembly has been built using the same version of the Microsoft.Build.Framework assembly as the one installed on your computer and that your host application is not missing a binding redirect for Microsoft.Build.Framework. {2}</source>
<target state="translated">MSB4127: Die "{0}"-Aufgabe konnte nicht aus der Assembly "{1}" instanziiert werden. Stellen Sie sicher, dass die Aufgabenassembly mit der auf dem Computer installierten Version der Microsoft.Build.Framework-Assembly erstellt wurde und die Hostanwendung über einen BindingRedirect-Eintrag für Microsoft.Build.Framework verfügt. {2}</target>
<note>{StrBegin="MSB4127: "}UE: This message is a specialized version of the TaskInstantiationFailureError message and can probably reuse some of its docs.
LOCALIZATION: "{2}" is a localized message from a CLR/FX exception. Also, Microsoft.Build.Framework should not be localized</note>
</trans-unit>
<trans-unit id="LoggerInstantiationFailureErrorInvalidCast">
<source>MSB4180: The "{0}" logger could not be instantiated from the assembly "{1}". Please verify the logger assembly has been built using the same version of the Microsoft.Build.Framework assembly as the one installed on your computer and that your host application is not missing a binding redirect for Microsoft.Build.Framework. {2}</source>
<target state="translated">MSB4180: Die "{0}"-Protekollierung konnte nicht aus der Assembly "{1}" instanziiert werden. Stellen Sie sicher, dass die Protokollierungsassembly mit der auf dem Computer installierten Version der Microsoft.Build.Framework-Assembly erstellt wurde und die Hostanwendung über einen BindingRedirect-Eintrag für Microsoft.Build.Framework verfügt. {2}</target>
<note>
{StrBegin="MSB4180: "}
LOCALIZATION: "{2}" is a localized message from a CLR/FX exception. Also, Microsoft.Build.Framework should not be localized
</note>
</trans-unit>
<trans-unit id="LoggerCreationError">
<source>MSB1021: Cannot create an instance of the logger. {0}</source>
<target state="translated">MSB1021: Es kann keine Instanz der Protokollierung erstellt werden. {0}</target>
<note>{StrBegin="MSB1021: "}
UE: This error is shown when a logger cannot be loaded and instantiated from its assembly.
LOCALIZATION: The prefix "MSBxxxx: " should not be localized. {0} contains a message explaining why the
logger could not be created -- this message comes from the CLR/FX and is localized.</note>
</trans-unit>
<trans-unit id="LoggerNotFoundError">
<source>MSB1020: The logger was not found. Check the following: 1.) The logger name specified is the same as the name of the logger class. 2.) The logger class is "public" and implements the Microsoft.Build.Framework.ILogger interface. 3.) The path to the logger assembly is correct, or the logger can be loaded using only the assembly name provided.</source>
<target state="translated">MSB1020: Die Protokollierung wurde nicht gefunden. Überprüfen Sie Folgendes: 1.) Der angegebene Protokollierungsname entspricht dem Namen der Protokollierungsklasse. 2.) Die Protokollierungsklasse ist "public" und implementiert die Microsoft.Build.Framework.ILogger-Schnittstelle. 3.) Der Pfad zur Protokollierungsassembly ist korrekt, oder die Protokollierung kann anhand des angegebenen Assemblynamens geladen werden.</target>
<note>
{StrBegin="MSB1020: "}UE: This message does not need in-line parameters because the exception takes care of displaying the invalid arg.
This error is shown when a user specifies an logger that does not exist e.g. "msbuild /logger:FooLoggerClass,FooAssembly". The
logger class must exist in the given assembly.
LOCALIZATION: The prefix "MSBxxxx: " should not be localized.
</note>
</trans-unit>
<trans-unit id="TaskFactoryInstanceCreationError">
<source>MSB4179: The task factory instance for the "{0}" task could not be instantiated from the task factory "{1}". {2}</source>
<target state="translated">MSB4179: Die Aufgabenfactoryinstanz für die {0}-Aufgabe konnte nicht aus der Aufgabenfactory "{1}" instanziiert werden. {2}</target>
<note>{StrBegin="MSB4179: "}
LOCALIZATION: "{2}" is a localized message from a CLR/FX exception.</note>
</trans-unit>
<trans-unit id="TaskFactoryInstantiationFailureErrorInvalidCast">
<source>MSB4176: The "{0}" task factory could not be instantiated from the assembly "{1}". Please verify the task assembly has been built using the same version of the Microsoft.Build.Framework assembly as the one installed on your computer and that your host application is not missing a binding redirect for Microsoft.Build.Framework. {2}</source>
<target state="translated">MSB4176: Die "{0}"-Aufgabenfactory konnte nicht aus der Assembly "{1}" instanziiert werden. Stellen Sie sicher, dass die Aufgabenassembly mit der auf dem Computer installierten Version der Microsoft.Build.Framework-Assembly erstellt wurde und die Hostanwendung über einen BindingRedirect-Eintrag für Microsoft.Build.Framework verfügt. {2}</target>
<note>{StrBegin="MSB4176: "}UE: This message is a specialized version of the TaskFactoryInstantiationFailureError message and can probably reuse some of its docs.
LOCALIZATION: "{2}" is a localized message from a CLR/FX exception. Also, Microsoft.Build.Framework should not be localized</note>
</trans-unit>
<trans-unit id="TaskFactoryWillIgnoreTaskFactoryParameters">
<source>MSB4219: The TaskFactory "{0}" does not implement ITaskFactory2. The attributes "{1}" and/or "{2}" on the UsingTask declaration for task "{3}" will be be ignored.</source>
<target state="translated">MSB4219: ITaskFactory2 wird nicht von der TaskFactory "{0}" implementiert. Die Attribute "{1}" und/oder "{2}" der UsingTask-Deklaration für Aufgabe "{3}" werden ignoriert.</target>
<note>{StrBegin="MSB4219: "}
LOCALIZATION: The prefix "MSBUILD : error MSBxxxx:" should not be localized.
</note>
</trans-unit>
<trans-unit id="TaskLoadFailure">
<source>MSB4062: The "{0}" task could not be loaded from the assembly {1}. {2} Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.</source>
<target state="translated">MSB4062: Die {0}-Aufgabe konnte nicht aus der {1}-Assembly geladen werden. {2} Stellen Sie sicher, dass die <UsingTask>-Deklaration korrekt ist, die Assembly und alle zugehörigen Abhängigkeiten verfügbar sind und die Aufgabe eine öffentliche Klasse enthält, die Microsoft.Build.Framework.ITask implementiert.</target>
<note>{StrBegin="MSB4062: "}UE: This message is shown when a task cannot be loaded from its assembly for various reasons e.g. corrupt assembly,
invalid task declaration, disk error, etc. "{2}" contains a message explaining what happened.
LOCALIZATION: "{2}" is a message from the CLR loader and is already localized. Also, <UsingTask> should not be localized.</note>
</trans-unit>
<trans-unit id="TaskLoadFailureInvalidTaskHostFactoryParameter">
<source>MSB4215: The "{0}" task could not be loaded. "{1}" is an invalid value for the task host parameter "{2}". Valid values are: "{3}", "{4}", "{5}", and "{6}"; not specifying a value is also valid.</source>
<target state="translated">MSB4215: Die "{0}"-Aufgabe konnte nicht geladen werden. "{1}" ist ein ungültiger Wert für den Aufgabenhost-Parameter "{2}". Gültige Werte sind: "{3}", "{4}", "{5}" und "{6}"; außerdem ist es zulässig, keinen Wert anzugeben.</target>
<note>{StrBegin="MSB4215: "}</note>
</trans-unit>
<trans-unit id="InvalidTaskHostFactoryParameter">
<source>"{0}" is an invalid value for the task host parameter "{1}". Valid values are: "{2}", "{3}", "{4}", and "{5}"; not specifying a value is also valid.</source>
<target state="translated">"\{0\}" ist ein ungültiger Wert für den Aufgabenhost-Parameter "{1}". Gültige Werte sind: "{2}", "{3}", "{4}" und "{5}"; außerdem ist es zulässig, keinen Wert anzugeben.</target>
<note />
</trans-unit>
<trans-unit id="TaskHostAcquireFailed">
<source>MSB4216: Could not run the "{0}" task because MSBuild could not create or connect to a task host with runtime "{1}" and architecture "{2}". Please ensure that (1) the requested runtime and/or architecture are available on the machine, and (2) that the required executable "{3}" exists and can be run.</source>
<target state="translated">MSB4216: Die "{0}"-Aufgabe konnte nicht ausgeführt werden, da MSBuild keinen Aufgabenhost erstellen oder keine Verbindung zu einem Aufgabenhost mit Laufzeit "{1}" und Architektur "{2}" herstellen konnte. Stellen Sie sicher, dass (1) die angeforderte Laufzeit und/oder Architektur auf dem Computer verfügbar ist und (2) die erforderliche ausführbare Datei "{3}" vorhanden ist und ausgeführt werden kann.</target>
<note>{StrBegin="MSB4216: "}</note>
</trans-unit>
<trans-unit id="TaskHostNodeFailedToLaunch">
<source>MSB4221: Could not run the "{0}" task because MSBuild could not create or connect to a task host with runtime "{1}" and architecture "{2}". Please ensure that (1) the requested runtime and/or architecture are available on the machine, and (2) that the required executable "{3}" exists and can be run. Error {4} {5}.</source>
<target state="translated">MSB4221: Die "{0}"-Aufgabe konnte nicht ausgeführt werden, da MSBuild keinen Aufgabenhost erstellen oder keine Verbindung zu einem Aufgabenhost mit Laufzeit "{1}" und Architektur "{2}" herstellen konnte. Stellen Sie sicher, dass (1) die angeforderte Laufzeit und/oder Architektur auf dem Computer verfügbar ist und (2) die erforderliche ausführbare Datei "{3}" vorhanden ist und ausgeführt werden kann. Fehler {4} {5}.</target>
<note>{StrBegin="MSB4221: "}</note>
</trans-unit>
<trans-unit id="TaskHostNodeFailedToLaunchErrorCodeNet35NotInstalled">
<source>A task requested launch of the .NET 3.5 version of the MSBuild task host, but .NET 3.5 is not installed on this machine so the task host could not be launched. To fix this error, please either install .NET 3.5 or retarget your project.</source>
<target state="translated">Eine Aufgabe hat den Start der .NET 3.5-Version des MSBuild-Aufgabenhosts angefordert, .NET 3.5 ist auf diesem Computer jedoch nicht installiert. Der Aufgabenhost konnte daher nicht gestartet werden. Installieren Sie .NET 3.5 oder ordnen Sie Ihr Projekt einem anderen Ziel zu, um diesen Fehler zu beheben.</target>
<note />
</trans-unit>
<trans-unit id="TaskHostExitedPrematurely">
<source>MSB4217: Task host node exited prematurely. Diagnostic information may be found in files in the temporary files directory named MSBuild_*.failure.txt. {0}</source>
<target state="translated">MSB4217: Der Aufgabenhostknoten wurde vorzeitig verlassen. Diagnoseinformationen finden Sie in den Dateien des Verzeichnisses für temporäre Dateien mit dem Namen MSBuild_*.failure.txt. {0}</target>
<note>{StrBegin="MSB4217: "}</note>
</trans-unit>
<trans-unit id="TaskParametersError">
<source>MSB4063: The "{0}" task could not be initialized with its input parameters. {1}</source>
<target state="translated">MSB4063: Die "{0}"-Aufgabe konnte nicht mit ihren Eingabeparametern initialisiert werden. {1}</target>
<note>{StrBegin="MSB4063: "}</note>
</trans-unit>
<trans-unit id="TaskParameterPrefix">
<source>Task Parameter:</source>
<target state="translated">Aufgabenparameter:</target>
<note />
</trans-unit>
<trans-unit id="TaskPerformanceSummary">
<source>Task Performance Summary:</source>
<target state="translated">Leistungszusammenfassung für die Aufgabe:</target>
<note />
</trans-unit>
<trans-unit id="TaskSkippedFalseCondition">
<source>Task "{0}" skipped, due to false condition; ({1}) was evaluated as ({2}).</source>
<target state="translated">Die {0}-Aufgabe wurde übersprungen, da die Bedingung "false" war . ({1}) wurde als ({2}) ausgewertet.</target>
<note />
</trans-unit>
<trans-unit id="TaskStarted">
<source>Task "{0}"</source>
<target state="translated">{0}-Aufgabe</target>
<note />
</trans-unit>
<trans-unit id="TimeElapsed">
<source>Time Elapsed {0}</source>
<target state="translated">Verstrichene Zeit {0}</target>
<note />
</trans-unit>
<trans-unit id="ToolsVersionInEffectForBuild">
<source>Building with tools version "{0}".</source>
<target state="translated">Erstellung mit der Toolsversion "{0}".</target>
<note />
</trans-unit>
<trans-unit id="UsingDifferentToolsVersionFromProjectFile">
<source>Project file contains ToolsVersion="{0}". This toolset may be unknown or missing, in which case you may be able to resolve this by installing the appropriate version of MSBuild, or the build may have been forced to a particular ToolsVersion for policy reasons. Treating the project as if it had ToolsVersion="{1}". For more information, please see http://go.microsoft.com/fwlink/?LinkId=293424.</source>
<target state="translated">Die Projektdatei enthält ToolsVersion="{0}". Dieses Toolset ist möglicherweise nicht bekannt oder nicht vorhanden. In diesem Fall kann das Problem mit einer Installation der entsprechenden Version von MSBuild gelöst werden. Oder der Build wurde möglicherweise aus Richtliniengründen auf eine bestimmten ToolsVersion festgelegt. Das Projekt wird behandelt, als würde es ToolsVersion="{1}" enthalten. Weitere Informationen erhalten Sie unter "http://go.microsoft.com/fwlink/?LinkId=293424".</target>
<note />
</trans-unit>
<trans-unit id="DeferredMessages">
<source>Deferred Messages</source>
<target state="translated">Zurückgestellte Meldungen</target>
<note />
</trans-unit>
<trans-unit id="UnexpectedCharacterInCondition">
<source>MSB4090: Found an unexpected character '{2}' at position {1} in condition "{0}".</source>
<target state="translated">MSB4090: Das unerwartete Zeichen {2} wurde an Position {1} in der {0}-Bedingung gefunden.</target>
<note>{StrBegin="MSB4090: "}</note>
</trans-unit>
<trans-unit id="UndefinedFunctionCall">
<source>MSB4091: Found a call to an undefined function "{1}" in condition "{0}".</source>
<target state="translated">MSB4091: Aufruf zu einer undefinierten Funktion "{1}" in Bedingung "{0}" gefunden.</target>
<note>{StrBegin="MSB4091: "}</note>
</trans-unit>
<trans-unit id="UnexpectedTaskAttribute">
<source>MSB4064: The "{0}" parameter is not supported by the "{1}" task. Verify the parameter exists on the task, and it is a settable public instance property.</source>
<target state="translated">MSB4064: Der "{0}"-Parameter wird von der "{1}"-Aufgabe nicht unterstützt. Vergewissern Sie sich, dass der Parameter in der Aufgabe vorhanden ist und es sich um eine festlegbare öffentliche Instanzeigenschaft handelt.</target>
<note>{StrBegin="MSB4064: "}</note>
</trans-unit>
<trans-unit id="UnexpectedTaskOutputAttribute">
<source>MSB4131: The "{0}" parameter is not supported by the "{1}" task. Verify the parameter exists on the task, and it is a gettable public instance property.</source>
<target state="translated">MSB4131: Der "{0}"-Parameter wird von der "{1}"-Aufgabe nicht unterstützt. Vergewissern Sie sich, dass der Parameter in der Aufgabe vorhanden ist und es sich um eine abrufbare öffentliche Instanzeigenschaft handelt.</target>
<note>{StrBegin="MSB4131: "}</note>
</trans-unit>
<trans-unit id="UnexpectedTokenInCondition">
<source>MSB4092: An unexpected token "{1}" was found at character position {2} in condition "{0}".</source>
<target state="translated">MSB4092: Ein unerwartetes Token "{1}" wurde an Zeichenposition "{2}" in Bedingung "{0}" gefunden.</target>
<note>{StrBegin="MSB4092: "}</note>
</trans-unit>
<trans-unit id="UnmarkedOutputTaskParameter">
<source>MSB4065: The "{0}" parameter is not marked for output by the "{1}" task.</source>
<target state="translated">MSB4065: Der {0}-Parameter ist nicht für die Ausgabe durch die {1}-Aufgabe markiert.</target>
<note>{StrBegin="MSB4065: "}</note>
</trans-unit>
<trans-unit id="UnrecognizedAttribute">
<source>MSB4066: The attribute "{0}" in element <{1}> is unrecognized.</source>
<target state="translated">MSB4066: Das {0}-Attribut im <{1}>-Element ist unbekannt.</target>
<note>{StrBegin="MSB4066: "}</note>
</trans-unit>
<trans-unit id="UnrecognizedChildElement">
<source>MSB4067: The element <{0}> beneath element <{1}> is unrecognized.</source>
<target state="translated">MSB4067: Das <{0}>-Element unterhalb des <{1}>-Elements ist unbekannt.</target>
<note>{StrBegin="MSB4067: "}</note>
</trans-unit>
<trans-unit id="InvalidChildElementDueToDuplication">
<source>MSB4173: The element <{0}> beneath element <{1}> is invalid because a child element with that name already exists</source>
<target state="translated">MSB4173: Das <{0}>-Element unterhalb des <{1}>-Elements ist ungültig, da bereits ein untergeordnetes Element mit diesem Namen vorhanden ist.</target>
<note>{StrBegin="MSB4173: "}</note>
</trans-unit>
<trans-unit id="UnrecognizedParentElement">
<source>MSB4189: <{1}> is not a valid child of the <{0}> element.</source>
<target state="translated">MSB4189: <{1}> ist kein gültiges untergeordnetes Element des <{0}>-Elements.</target>
<note>{StrBegin="MSB4189: "}</note>
</trans-unit>
<trans-unit id="UnrecognizedElement">
<source>MSB4068: The element <{0}> is unrecognized, or not supported in this context.</source>
<target state="translated">MSB4068: Das <{0}>-Element ist unbekannt oder wird in diesem Kontext nicht unterstützt.</target>
<note>{StrBegin="MSB4068: "}</note>
</trans-unit>
<trans-unit id="UnsupportedTaskParameterTypeError">
<source>MSB4069: The "{0}" type of the "{1}" parameter of the "{2}" task is not supported by MSBuild.</source>
<target state="translated">MSB4069: Der {0}-Typ des {1}-Parameters der {2}-Aufgabe wird von MSBuild nicht unterstützt.</target>
<note>{StrBegin="MSB4069: "}LOCALIZATION: "MSBuild" should not be localized.</note>
</trans-unit>
<trans-unit id="UsingTaskAssemblySpecification">
<source>MSB4072: A <{0}> element must contain either the "{1}" attribute or the "{2}" attribute (but not both).</source>
<target state="translated">MSB4072: Ein <{0}>-Element muss das {1}-Attribut oder das {2}-Attribut enthalten (jedoch nicht beide).</target>
<note>{StrBegin="MSB4072: "}</note>
</trans-unit>
<trans-unit id="WarningCount">
<source>{0} Warning(s)</source>
<target state="translated">{0} Warnung(en)</target>
<note />
</trans-unit>
<trans-unit id="WhenNotAllowedAfterOtherwise">
<source>MSB4084: A <When> element may not follow an <Otherwise> element in a <Choose>.</source>
<target state="translated">MSB4084: Ein <When>-Element darf in einem <Choose>-Element nicht auf ein <Otherwise>-Element folgen.</target>
<note>{StrBegin="MSB4084: "}</note>
</trans-unit>
<trans-unit id="MustCallInitializeBeforeApplyParameter">
<source>MSB4150: Must initialize the console logger using the initialize method before using ApplyParameter</source>
<target state="translated">MSB4150: Die Konsolenprotokollierung muss vor der Verwendung von ApplyParameter mithilfe der Initialisierungsmethode initialisiert werden.</target>
<note>{StrBegin="MSB4150: "}</note>
</trans-unit>
<trans-unit id="InvalidHostObjectOnOutOfProcProject">
<source>MSB4206: A non-null host object cannot be specified for a project which has an affinity set to out-of-process.</source>
<target state="translated">MSB4206: Ein Nicht-NULL-Hostobjekt kann nicht für ein Projekt angegeben werden, bei dem eine Affinität auf "out-of-process" festgelegt wurde.</target>
<note>{StrBegin="MSB4206: "}</note>
</trans-unit>
<trans-unit id="InvalidAffinityForProjectWithHostObject">
<source>MSB4207: Only an in-process affinity may be specified for projects which have registered host objects.</source>
<target state="translated">MSB4207: Nur eine In-Process-Affinität kann für Projekte angegeben werden, die registrierte Hostobjekte besitzen.</target>
<note>{StrBegin="MSB4207: "}</note>
</trans-unit>
<trans-unit id="ProjectInstanceConflictsWithAffinity">
<source>MSB4209: The specified project instance conflicts with the affinity specified in the HostServices.</source>
<target state="translated">MSB4209: Die angegebene Projektinstanz steht in Konflikt mit der in HostServices angegebenen Affinität.</target>
<note>{StrBegin="MSB4209: "}</note>
</trans-unit>
<trans-unit id="AffinityConflict">
<source>MSB4213: The specified request affinity {0} conflicts with a previous affinity {1} specified for this project.</source>
<target state="translated">MSB4213: Die angegebene Anforderungsaffinität {0} steht mit einer früheren Affinität {1} in Konflikt, die für dieses Projekt angegeben wurde.</target>
<note>{StrBegin="MSB4213: "}</note>
</trans-unit>
<trans-unit id="UnableToCreateNode">
<source>MSB4223: A node of the required type {0} could not be created.</source>
<target state="translated">MSB4223: Ein Knoten vom erforderlichen Typ "{0}" konnte nicht erstellt werden.</target>
<note>{StrBegin="MSB4223: "}</note>
</trans-unit>
<trans-unit id="KeepAndRemoveMetadataMutuallyExclusive">
<source>MSB4224: KeepMetadata and RemoveMetadata are mutually exclusive.</source>
<target state="translated">MSB4224: KeepMetadata und RemoveMetadata schließen sich gegenseitig aus.</target>
<note>{StrBegin="MSB4224: "}</note>
</trans-unit>
<trans-unit id="ProjectStackWithTargetNames">
<source>"{0}" ({1} target) ({2}) -></source>
<target state="translated">"{0}" ({1} Ziel) ({2}) -></target>
<note />
</trans-unit>
<trans-unit id="ProjectStackWithDefaultTargets">
<source>"{0}" (default target) ({1}) -></source>
<target state="translated">"{0}" (Standardziel) ({1}) -></target>
<note />
</trans-unit>
<trans-unit id="BuildEventContext">
<source>{0} {1,5}</source>
<target state="translated">{0} {1,5}</target>
<note />
</trans-unit>
<trans-unit id="ProjectStartedTopLevelProjectWithTargetNames">
<source>Project "{0}" on node {1} ({2} target(s)).</source>
<target state="translated">Projekt "{0}" auf Knoten "{1}", {2} Ziel(e).</target>
<note />
</trans-unit>
<trans-unit id="ProjectStartedTopLevelProjectWithDefaultTargets">
<source>Project "{0}" on node {1} (default targets).</source>
<target state="translated">Projekt "{0}" auf Knoten "{1}" (Standardziele).</target>
<note />
</trans-unit>
<trans-unit id="ProjectStartedWithTargetsMultiProc">
<source>Project "{0}" ({1}) is building "{2}" ({3}) on node {4} ({5} target(s)).</source>
<target state="translated">Das Projekt "{0}" ({1}) erstellt "{2}" ({3}) auf Knoten "{4}", {5} Ziel(e).</target>
<note />
</trans-unit>
<trans-unit id="ProjectStartedWithDefaultTargetsMultiProc">
<source>Project "{0}" ({1}) is building "{2}" ({3}) on node {4} (default targets).</source>
<target state="translated">Das Projekt "{0}" ({1}) erstellt "{2}" ({3}) auf Knoten "{4}" (Standardziele).</target>
<note />
</trans-unit>
<trans-unit id="ErrorWarningInTarget">
<source>({0} target) -> </source>
<target state="translated">({0} Ziel) -> </target>
<note />
</trans-unit>
<trans-unit id="PropertyOutputOverridden">
<source>The property "{0}" with value "{1}" is being overridden by another batch. The property is now: "{2}"</source>
<target state="translated">Die Eigenschaft "{0}" mit dem Wert "{1}" wird von einem anderen Batch überschrieben. Die Eigenschaft ist jetzt: "{2}"</target>
<note />
</trans-unit>
<trans-unit id="logfilePathNullOrEmpty">
<source>The log file path cannot be null or empty.</source>
<target state="translated">Der Protokolldateipfad darf nicht NULL oder leer sein.</target>
<note />
</trans-unit>
<trans-unit id="DefaultTargets">
<source>[default]</source>
<target state="translated">[Standard]</target>
<note />
</trans-unit>
<trans-unit id="CouldNotFindFactory">
<source>MSB4174: The task factory "{0}" could not be found in the assembly "{1}".</source>
<target state="translated">MSB4174: Die Aufgabenfactory "{0}" wurde nicht in der {1}-Assembly gefunden.</target>
<note>{StrBegin="MSB4174: "}</note>
</trans-unit>
<trans-unit id="TaskFactoryLoadFailure">
<source>MSB4175: The task factory "{0}" could not be loaded from the assembly "{1}". {2}</source>
<target state="translated">MSB4175: Die Aufgabenfactory "{0}" konnte nicht aus der {1}-Assembly geladen werden. {2}</target>
<note>{StrBegin="MSB4175: "}</note>
</trans-unit>
<trans-unit id="UnableToCancel">
<source>MSB4201: The cancel operation was unable to complete because the currently executing task is not responding.</source>
<target state="translated">MSB4201: Der Abbruchvorgang konnte nicht abgeschlossen werden, da die momentan ausgeführte Aufgabe nicht reagiert.</target>
<note>{StrBegin="MSB4201: "}</note>
</trans-unit>
<trans-unit id="UnableToCancelTask">
<source>MSB4220: Waiting for the currently executing task "{0}" to cancel.</source>
<target state="translated">MSB4220: Warten auf Abbruch der aktuell ausgeführten Aufgabe "{0}".</target>
<note>{StrBegin="MSB4220: "}</note>
</trans-unit>
<trans-unit id="MainThreadInUse">
<source>MSB4202: The request to build submission {0} cannot proceed because submission {1} is already using the main thread.</source>
<target state="translated">MSB4202: Die Anforderung zum Erstellen der Übermittlung "{0}" kann nicht fortgesetzt werden, da die Übermittlung "{1}" bereits den Hauptthread verwendet.</target>
<note>{StrBegin="MSB4202: "}</note>
</trans-unit>
<trans-unit id="ProjectAlreadyBuilding">
<source>The request to build this submission cannot proceed because a project with the same configuration is already building.</source>
<target state="translated">Die Anforderung zum Erstellen dieser Übermittlung kann nicht fortgesetzt werden, da bereits ein Projekt mit derselben Konfiguration erstellt wird.</target>
<note />
</trans-unit>
<trans-unit id="InitializingTaskFactory">
<source>Initializing task factory "{0}" from assembly "{1}".</source>
<target state="translated">Die Aufgabenfactory "{0}" aus der {1}-Assembly wird initialisiert.</target>
<note />
</trans-unit>
<trans-unit id="InitializingTaskHostFactory">
<source>Initializing task host factory for task "{0}" from assembly "{1}"</source>
<target state="translated">Initialisieren der Aufgabenhostfactory für Aufgabe "{0}" aus Assembly "{1}"</target>
<note />
</trans-unit>
<trans-unit id="CantWriteBuildPlan">
<source>The build plan could not be written. Check that the build process has permissions to write to {0}.</source>
<target state="translated">Der Buildplan konnte nicht geschrieben werden. Überprüfen Sie, ob der Buildprozess Berechtigungen für Schreibvorgänge in "{0}" enthält.</target>
<note />
</trans-unit>
<trans-unit id="CacheFileInaccessible">
<source>The MSBuild cache file "{0}" is inaccessible. Ensure you have access to the directory and that this file is not deleted during the build. {1}</source>
<target state="translated">Auf die MSBuild-Zwischenspeicherungsdatei "{0}" kann nicht zugegriffen werden. Stellen Sie sicher, dass Sie auf das Verzeichnis zugreifen können und dass diese Datei während des Buildvorgangs nicht gelöscht wird. {1}</target>
<note>
LOCALIZATION: "{1}" is a localized message from a CLR/FX exception.
</note>
</trans-unit>
<trans-unit id="CantReadBuildPlan">
<source>The build plan could not be read. Check that the build process has permissions to read {0}.</source>
<target state="translated">Der Buildplan konnte nicht gelesen werden. Überprüfen Sie, ob der Buildprozess Berechtigungen zum Lesen von "{0}" enthält.</target>
<note />
</trans-unit>
<trans-unit id="BuildPlanCorrupt">
<source>The build plan at {0} appears to be corrupt and cannot be used.</source>
<target state="translated">Der Buildplan in "{0}" ist offensichtlich beschädigt und kann nicht verwendet werden.</target>
<note />
</trans-unit>
<trans-unit id="DetailedSummaryHeader">
<source>
Detailed Build Summary
======================
</source>
<target state="translated">
Detaillierte Buildzusammenfassung
======================
</target>
<note />
</trans-unit>
<trans-unit id="BuildHierarchyHeader">
<source>
============================== Build Hierarchy (IDs represent configurations) =====================================================
Id : Exclusive Time Total Time Path (Targets)
-----------------------------------------------------------------------------------------------------------------------------------</source>
<target state="translated">
============================== Buildhierarchie (IDs stellen Konfigurationen dar) =====================================================
Id : Exklusive Zeit Gesamtzeit Pfad (Ziele)
-----------------------------------------------------------------------------------------------------------------------------------</target>
<note />
</trans-unit>
<trans-unit id="BuildHierarchyEntry">
<source>{0}{1,-3}{2}: {3:0.000}s {4:0.000}s {5} ({6}) </source>
<target state="translated">{0}{1,-3}{2}: {3:0.000}s {4:0.000}s {5} ({6}) </target>
<note>Fields 3 and 4 represent seconds, and the 's' following them should reflect the localized abbreviation for seconds.</note>
</trans-unit>
<trans-unit id="NodeUtilizationHeader">
<source>
============================== Node Utilization (IDs represent configurations) ====================================================
Timestamp: {0} Duration Cumulative
-----------------------------------------------------------------------------------------------------------------------------------</source>
<target state="translated">
============================== Knotenauslastung (IDs stellen Konfigurationen dar) ====================================================
Zeitstempel: {0} Dauer kumulativ
-----------------------------------------------------------------------------------------------------------------------------------</target>
<note>Spacing is important. Preserve the number of characters between the start of each word.</note>
</trans-unit>
<trans-unit id="NodeUtilizationEntry">
<source>{0} {1:0.000}s {2:0.000}s {3}</source>
<target state="translated">{0} {1:0.000}s {2:0.000}s {3}</target>
<note>Fields 1 and 2 represents seconds, and the 's' following it should reflect the localized abbreviation for seconds.</note>
</trans-unit>
<trans-unit id="NodeUtilizationSummary">
<source>-----------------------------------------------------------------------------------------------------------------------------------
Utilization: {0} Average Utilization: {1:###.0}</source>
<target state="translated">-----------------------------------------------------------------------------------------------------------------------------------
Auslastung: {0} Durchschnittliche Auslastung: {1:###.0}</target>
<note>Spacing is important. Preserve the number of characters between the start of each word.</note>
</trans-unit>
<trans-unit id="OM_NotSupportedConvertingCollectionValueToBacking">
<source>This collection cannot convert from the specified value to the backing value.</source>
<target state="translated">Diese Sammlung kann nicht vom angegebenen Wert in den Sicherungswert konvertiert werden.</target>
<note />
</trans-unit>
<trans-unit id="OM_CannotCreateReservedProperty">
<source>The "{0}" property name is reserved.</source>
<target state="translated">Der Eigenschaftenname "{0}" ist reserviert.</target>
<note>UE: This message is shown when the user tries to redefine one of the reserved MSBuild properties e.g. $(MSBuildProjectFile) through the object model</note>
</trans-unit>
<trans-unit id="OM_EitherAttributeButNotBoth">
<source>The <{0}> element must have either the "{1}" attribute or the "{2}" attribute but not both.</source>
<target state="translated">Das <{0}>-Element muss das {1}-Attribut oder das {2}-Attribut enthalten (jedoch nicht beide).</target>
<note />
</trans-unit>
<trans-unit id="OM_NoRemoveOutsideTargets">
<source>The "Remove" attribute is not permitted on an item outside of a <Target>.</source>
<target state="translated">Das Remove-Attribut ist für ein Element außerhalb eines <Target>-Elements nicht zulässig.</target>
<note />
</trans-unit>
<trans-unit id="OM_NoKeepMetadataOutsideTargets">
<source>The "KeepMetadata" attribute is not permitted on an item outside of a <Target>.</source>
<target state="translated">Das KeepMetadata-Attribut ist für ein Element außerhalb eines <Target>-Elements nicht zulässig.</target>
<note />
</trans-unit>
<trans-unit id="OM_NoRemoveMetadataOutsideTargets">
<source>The "RemoveMetadata" attribute is not permitted on an item outside of a <Target>.</source>
<target state="translated">Das RemoveMetadata-Attribut ist für ein Element außerhalb eines <Target>-Elements nicht zulässig.</target>
<note />
</trans-unit>
<trans-unit id="OM_NoKeepDuplicatesOutsideTargets">
<source>The "KeepDuplicates" attribute is not permitted on an item outside of a <Target>.</source>
<target state="translated">Das KeepDuplicates-Attribut ist für ein Element außerhalb eines <Target>-Elements nicht zulässig.</target>
<note />
</trans-unit>
<trans-unit id="OM_CannotGetSetCondition">
<source>Elements of this type do not have a condition.</source>
<target state="translated">Elemente dieses Typs enthalten keine Bedingung.</target>
<note>For example, it is not legal for a <ProjectExtensions> element to have a condition attribute.</note>
</trans-unit>
<trans-unit id="OM_NodeAlreadyParented">
<source>The node already has a parent. Remove it from its parent before moving it.</source>
<target state="translated">Der Knoten verfügt bereits über ein übergeordnetes Element. Entfernen Sie den Knoten aus dem übergeordneten Element, bevor sie ihn verschieben.</target>
<note />
</trans-unit>
<trans-unit id="OM_NodeNotAlreadyParentedByThis">
<source>The node is not parented by this object so it cannot be removed from it.</source>
<target state="translated">Der Knoten ist diesem Objekt nicht untergeordnet und kann daher nicht aus dem Objekt entfernt werden.</target>
<note />
</trans-unit>
<trans-unit id="OM_ReferenceDoesNotHaveThisParent">
<source>The reference node is not a child of this node.</source>
<target state="translated">Der Verweisknoten ist diesem Knoten nicht untergeordnet.</target>
<note />
</trans-unit>
<trans-unit id="OM_SelfAncestor">
<source>Cannot make a node or an ancestor of that node a child of itself.</source>
<target state="translated">Ein Knoten oder ein übergeordnetes Element dieses Knotens kann kein untergeordnetes Element von sich selbst sein.</target>
<note />
</trans-unit>
<trans-unit id="OM_MustBeSameProject">
<source>Cannot create a relationship between nodes that were created from different projects.</source>
<target state="translated">Zwischen Knoten, die aus unterschiedlichen Projekten erstellt wurden, kann keine Beziehung erstellt werden.</target>
<note />
</trans-unit>
<trans-unit id="OM_ParentNotParented">
<source>The parent node is not itself parented.</source>
<target state="translated">Der übergeordnete Knoten ist selbst keinem Element untergeordnet.</target>
<note />
</trans-unit>
<trans-unit id="OM_CannotAcceptParent">
<source>This parent is not a valid parent for the item.</source>
<target state="translated">Dieses übergeordnete Element ist kein gültiges übergeordnetes Element für das Element.</target>
<note />
</trans-unit>
<trans-unit id="OM_NameInvalid">
<source>The name "{0}" contains an invalid character "{1}".</source>
<target state="translated">Der Name "{0}" enthält das ungültige Zeichen "{1}".</target>
<note />
</trans-unit>
<trans-unit id="OM_NoOtherwiseBeforeWhenOrOtherwise">
<source>An <Otherwise> element cannot be located before a <When> or <Otherwise> element.</source>
<target state="translated">Ein <Otherwise>-Element kann nicht vor einem <When>- oder <Otherwise>-Element stehen.</target>
<note />
</trans-unit>
<trans-unit id="OM_MustSetFileNameBeforeSave">
<source>Project has not been given a path to save to.</source>
<target state="translated">Für das Projekt wurde kein Pfad angegeben, an dem es gespeichert werden soll.</target>
<note />
</trans-unit>
<trans-unit id="OM_MustSetRecordDuplicateInputs">
<source>Project was not loaded with the ProjectLoadSettings.RecordDuplicateImports flag.</source>
<target state="translated">Das Projekt wurde nicht mit dem ProjectLoadSettings.RecordDuplicateImports-Flag geladen.</target>
<note />
</trans-unit>
<trans-unit id="OM_CannotSaveFileLoadedAsReadOnly">
<source>Project or targets file "{0}" was loaded in read-only mode, and cannot be saved.</source>
<target state="translated">Projekt- oder Zieldatei "{0}" wurde im schreibgeschützten Modus geladen und kann nicht gespeichert werden.</target>
<note />
</trans-unit>
<trans-unit id="OM_IncorrectObjectAssociation">
<source>The "{0}" object specified does not belong to the correct "{1}" object.</source>
<target state="translated">Das angegebene {0}-Objekt gehört nicht zum korrekten {1}-Objekt.</target>
<note />
</trans-unit>
<trans-unit id="OM_ReservedName">
<source>The "{0}" name is reserved, and cannot be used.</source>
<target state="translated">Der Name "{0}" ist reserviert und kann nicht verwendet werden.</target>
<note />
</trans-unit>
<trans-unit id="OM_GlobalProperty">
<source>The "{0}" property is a global property, and cannot be modified.</source>
<target state="translated">Die {0}-Eigenschaft ist eine globale Eigenschaft und kann nicht geändert werden.</target>
<note />
</trans-unit>
<trans-unit id="OM_MatchingProjectAlreadyInCollection">
<source>An equivalent project (a project with the same global properties and tools version) is already present in the project collection, with the path "{0}". To load an equivalent into this project collection, unload this project first.</source>
<target state="translated">Ein entsprechendes Projekt (ein Projekt mit den gleichen globalen Eigenschaften und der gleichen Toolversion) mit dem Pfad "{0}" ist bereits in der Projektsammlung vorhanden. Entladen Sie zunächst dieses Projekt, wenn Sie ein entsprechendes Projekt in diese Projektsammlung laden möchten.</target>
<note />
</trans-unit>
<trans-unit id="OM_ProjectWasNotLoaded">
<source>The project provided was not loaded in the collection.</source>
<target state="translated">Das angegebene Projekt wurde nicht in die Sammlung geladen.</target>
<note />
</trans-unit>
<trans-unit id="OM_CannotModifyEvaluatedObjectInImportedFile">
<source>Cannot modify an evaluated object originating in an imported file "{0}".</source>
<target state="translated">Ein ausgewertetes Objekt aus einer importierten Datei "{0}" kann nicht geändert werden.</target>
<note />
</trans-unit>
<trans-unit id="OM_CannotRemoveMetadataOriginatingFromItemDefinition">
<source>Cannot remove the metadata named "{0}" as it originates from an item definition, rather than being directly defined on this item.</source>
<target state="translated">Die {0}-Metadaten können nicht entfernt werden, da sie nicht direkt für dieses Element definiert sind, sondern aus einer Elementdefinition stammen.</target>
<note />
</trans-unit>
<trans-unit id="OM_ProjectIsNoLongerActive">
<source>The project cannot be used as it is no longer loaded into a project collection.</source>
<target state="translated">Das Projekt kann nicht verwendet werden, da es nicht mehr in einer Projektsammlung geladen ist.</target>
<note />
</trans-unit>
<trans-unit id="OM_ObjectIsNoLongerActive">
<source>The operation is not allowed because currently this object is not parented.</source>
<target state="translated">Der Vorgang ist nicht zulässig, da dieses Objekt zurzeit keinem Element untergeordnet ist.</target>
<note />
</trans-unit>
<trans-unit id="OM_ProjectXmlCannotBeUnloadedDueToLoadedProjects">
<source>The project XML file "{0}" cannot be unloaded because at least one project "{1}" is still loaded which references that project XML.</source>
<target state="translated">Die Projekt-XML-Datei "{0}" kann nicht entladen werden, da mindestens noch ein Projekt "{1}" geladen ist, das auf die Projekt-XML-Datei verweist.</target>
<note />
</trans-unit>
<trans-unit id="OM_ProjectInstanceImmutable">
<source>Instance object was created as immutable.</source>
<target state="translated">Das Instanzobjekt wurde als unveränderlich erstellt.</target>
<note />
</trans-unit>
<trans-unit id="OM_BuildSubmissionsMultipleProjectCollections">
<source>All build submissions in a build must use project instances originating from the same project collection.</source>
<target state="translated">Alle Buildübermittlungen in einem Build müssen Projektinstanzen aus derselben Projektsammlung verwenden.</target>
<note>This occurs if a client tries to add two BuildSubmissions to a build, each involving a ProjectInstance originating in different ProjectCollection. This is not allowed.</note>
</trans-unit>
<trans-unit id="BuildStarted">
<source>Build started.</source>
<target state="translated">Der Buildvorgang wurde gestartet.</target>
<note />
</trans-unit>
<trans-unit id="FileLocation">
<source>{0} ({1},{2})</source>
<target state="translated">{0} ({1},{2})</target>
<note>A file location to be embedded in a string.</note>
</trans-unit>
<trans-unit id="MSBuild.CannotRebaseOutputItemPath">
<source>MSB3203: The output path "{0}" cannot be rebased. {1}</source>
<target state="translated">MSB3203: Für den Ausgabepfad "{0}" kann kein Rebase ausgeführt werden. {1}</target>
<note>{StrBegin="MSB3203: "}UE: This message is shown when the user asks the "MSBuild" task to rebase the paths of its output items relative to the project from where the "MSBuild" task is called (as opposed to the project(s) on which the "MSBuild" task is called), and one of the output item paths is invalid. LOCALIZATION: "{1}" is a localized message from a CLR/FX exception explaining the problem.</note>
</trans-unit>
<trans-unit id="MSBuild.ProjectFileNotFound">
<source>MSB3202: The project file "{0}" was not found.</source>
<target state="translated">MSB3202: Die Projektdatei "{0}" wurde nicht gefunden.</target>
<note>
{StrBegin="MSB3202: "}UE: This message is shown when the user passes a non-existent project file to the MSBuild task, in the "Projects" parameter.
and they have not specified the SkipNonexistentProjects parameter, or it is set to false.
</note>
</trans-unit>
<trans-unit id="MSBuild.ProjectFileNotFoundMessage">
<source>Skipping project "{0}" because it was not found.</source>
<target state="translated">Das Projekt "{0}" wird übersprungen, da es nicht gefunden wurde.</target>
<note>UE: This message is shown when the user passes a non-existent project file to the MSBuild task, in the "Projects" parameter, and they have specified the SkipNonexistentProjects parameter.</note>
</trans-unit>
<trans-unit id="MSBuild.ProjectUpgradeNeededToVcxProj">
<source>MSB3204: The project file "{0}" is in the ".vcproj" file format, which MSBuild no longer supports. Please convert the project by opening it in the Visual Studio IDE or running the conversion tool, or use MSBuild 3.5 or earlier to build it.</source>
<target state="translated">MSB3204: Die Projektdatei "{0}" ist im VCPROJ-Dateiformat gespeichert, das nicht mehr von MSBuild unterstützt wird. Konvertieren Sie das Projekt, indem Sie es in der Visual Studio IDE öffnen oder das Konvertierungstool ausführen, oder verwenden Sie MSBuild 3.5 oder früher zum Erstellen des Projekts.</target>
<note>{StrBegin="MSB3204: "} LOC: ".vcproj" should not be localized</note>
</trans-unit>
<trans-unit id="MSBuild.InvalidSkipNonexistentProjectValue">
<source>MSB3205: SkipNonexistentProject can only accept values of "True", "False" and "Build".</source>
<target state="translated">MSB3205: Von "SkipNonexistentProject" können nur die Werte "True", "False" und "Build" akzeptiert werden.</target>
<note>{StrBegin="MSB3205: "} LOC: "SkipNonexistentProject", "True", "False" and "Build" should not be localized</note>
</trans-unit>
<trans-unit id="MSBuild.SkippingRemainingProjects">
<source>The MSBuild task is skipping the remaining projects because the StopOnFirstFailure parameter was set to true.</source>
<target state="translated">Die MSBuild-Aufgabe überspringt die verbleibenden Projekte, da der StopOnFirstFailure-Parameter auf "true" festgelegt wurde.</target>
<note>LOCALIZATION: Do not localize the words "MSBuild" or "StopOnFirstFailure".</note>
</trans-unit>
<trans-unit id="MSBuild.SkippingRemainingTargets">
<source>The MSBuild task is skipping the remaining targets because the StopOnFirstFailure parameter was set to true.</source>
<target state="translated">Die MSBuild-Aufgabe überspringt die verbleibenden Ziele, da der StopOnFirstFailure-Parameter auf "true" festgelegt wurde.</target>
<note>LOCALIZATION: Do not localize the words "MSBuild" or "StopOnFirstFailure".</note>
</trans-unit>
<trans-unit id="MSBuild.NotBuildingInParallel">
<source>Overriding the BuildingInParallel property by setting it to false. This is due to the system being run in single process mode with StopOnFirstFailure set to true.</source>
<target state="translated">Die BuildingInParallel-Eigenschaft wird auf FALSE festgelegt, um sie außer Kraft zu setzen. Der Grund hierfür ist, dass das System im Einzelprozessmodus ausgeführt wird und StopOnFirstFailure auf TRUE festgelegt ist.</target>
<note>LOCALIZATION: Do not localize the words "MSBuild", "BuildingInParallel", or "StopOnFirstFailure".</note>
</trans-unit>
<trans-unit id="MSBuild.NoStopOnFirstFailure">
<source>StopOnFirstFailure will have no effect when the following conditions are all present: 1) The system is running in multiple process mode 2) The BuildInParallel property is true. 3) The RunEachTargetSeparately property is false.</source>
<target state="translated">StopOnFirstFailure hat keine Auswirkungen, wenn die folgenden Bedingungen alle gelten: 1) Das System wird im Mehrprozessmodus ausgeführt. 2) Die BuildInParallel-Eigenschaft ist TRUE. 3) Die RunEachTargetSeparately-Eigenschaft ist FALSE.</target>
<note>LOCALIZATION: Do not localize the words "RunEachTargetSeparately", "BuildingInParallel", or "StopOnFirstFailure".</note>
</trans-unit>
<trans-unit id="General.InvalidPropertyError">
<source>MSB3100: Syntax for "{0}" parameter is not valid ({1}). Correct syntax is {0}="<name>=<value>".</source>
<target state="translated">MSB3100: Die Syntax für den "{0}"-Parameter ist ungültig ({1}). Die korrekte Syntax lautet {0}="<Name>=<Wert>".</target>
<note>{StrBegin="MSB3100: "}This error is shown if the user does any of the following:
Properties="foo" (missing property value)
Properties="=4" (missing property name)
The user must pass in an actual property name and value, as in Properties="Configuration=Debug".</note>
</trans-unit>
<trans-unit id="General.GlobalProperties">
<source>Global Properties:</source>
<target state="translated">Globale Eigenschaften:</target>
<note />
</trans-unit>
<trans-unit id="General.UndefineProperties">
<source>Removing Properties:</source>
<target state="translated">Eigenschaften werden entfernt:</target>
<note />
</trans-unit>
<trans-unit id="General.OverridingProperties">
<source>Overriding Global Properties for project "{0}" with:</source>
<target state="translated">Die globalen Eigenschaften für das Projekt "{0}" werden außer Kraft gesetzt durch:</target>
<note />
</trans-unit>
<trans-unit id="General.AdditionalProperties">
<source>Additional Properties for project "{0}":</source>
<target state="translated">Weitere Eigenschaften für das Projekt "{0}":</target>
<note />
</trans-unit>
<trans-unit id="General.ProjectUndefineProperties">
<source>Removing Properties for project "{0}":</source>
<target state="translated">Eigenschaften für Projekt "{0}" werden entfernt:</target>
<note />
</trans-unit>
<trans-unit id="InvalidAttributeExclusive">
<source>MSB4111: At most one of the include, remove, and update attributes may be specified for an item element.</source>
<target state="translated">MSB4111: Für ein item-Element kann höchstens ein include-, remove- und update-Attribut angegeben werden.</target>
<note />
</trans-unit>
<trans-unit id="InvalidAttributeDueToDuplication">
<source>MSB4227: The attribute "{0}" on element <{1}> is invalid because an attribute with that name already exists</source>
<target state="translated">MSB4227: Das Attribut "{0}" im Element "<{1}>" ist ungültig, weil bereits ein Attribut mit diesem Namen vorhanden ist.</target>
<note>{StrBegin="MSB4227: "}</note>
</trans-unit>
<trans-unit id="InvalidMetadataAsAttribute">
<source>MSB4228: The name "{0}" is not valid for metadata expressed as an attribute (on element <{1}>)</source>
<target state="translated">MSB4228: Der Name "{0}" ist für Metadaten ungültig, die als Attribut ausgedrückt werden (in Element "<{1}>").</target>
<note>{StrBegin="MSB4228: "}</note>
</trans-unit>
<trans-unit id="OM_OneOfAttributeButNotMore">
<source>The <{0}> element must have either the "{1}" attribute, the "{2}" attribute, or the "{3}" attribute, but not more than one.</source>
<target state="translated">Das Element "<{0}>" muss eines der Attribute "{1}", "{2}" oder "{3}" umfassen, nicht jedoch mehrere dieser Attribute.</target>
<note />
</trans-unit>
<trans-unit id="OM_ItemsOutsideTargetMustHaveIncludeOrUpdateOrRemove">
<source>An item not parented under a Target must have a value for Include or Update or Remove.</source>
<target state="translated">Ein Element, das keinem Target untergeordnet ist, muss einen Wert für Include, Update oder Remove enthalten.</target>
<note>LOCALIZATION: Please do not localize "Target", "Include", "Update", and "Remove".</note>
</trans-unit>
<trans-unit id="OM_CannotSplitItemElementWhenSplittingIsDisabled">
<source>The requested operation needs to split the item element at location {0} into individual elements but item element splitting is disabled with {1}.</source>
<target state="translated">Für den angeforderten Vorgang muss das item-Element am Speicherort "{0}" in einzelne Elemente aufgeteilt werden, aber die Aufteilung von item-Elementen ist für "{1}" deaktiviert.</target>
<note />
</trans-unit>
<trans-unit id="InvalidSdkFormat">
<source>MSB4229: The value "{0}" is not valid for an Sdk specification. The attribute should be a semicolon-delimited list of Sdk-name/minimum-version pairs, separated by a forward slash.</source>
<target state="translated">MSB4229: Der Wert "{0}" ist für eine SDK-Spezifikation nicht gültig. Das Attribut muss eine durch Semikolons getrennte Liste der Paare SDK-Name/Mindestversion (durch Schrägstrich getrennt) sein.</target>
<note>{StrBegin="MSB4229: "}</note>
</trans-unit>
<trans-unit id="TaskFactoryNotSupportedFailure">
<source>MSB4801: The task factory "{0}" could not be loaded because this version of MSBuild does not support it.</source>
<target state="translated">MSB4801: Die Aufgabenfactory "{0}" konnte nicht geladen werden, da sie von dieser Version von MSBuild nicht unterstützt wird.</target>
<note>{StrBegin="MSB4801: "}</note>
</trans-unit>
<trans-unit id="TaskInstantiationFailureNotSupported">
<source>MSB4802: The "{0}" task could not be instantiated from "{1}". This version of MSBuild does not support {2}.</source>
<target state="translated">MSB4802: Die Aufgabe "{0}" konnte von "{1}" nicht instanziiert werden. MSBuild unterstützt {2} nicht.</target>
<note>{StrBegin="MSB4802: "}</note>
</trans-unit>
<trans-unit id="InvalidGetPathOfFileAboveParameter">
<source>The parameter '{0}' can only be a file name and cannot include a directory.</source>
<target state="translated">Der Parameter '{0}' kann nur ein Dateiname sein und darf kein Verzeichnis enthalten.</target>
<note />
</trans-unit>
<trans-unit id="FileToReloadFromDoesNotExist">
<source>MSB4229: File to reload from does not exist: {0}</source>
<target state="translated">MSB4229: Die Datei, aus der erneut geladen werden soll, ist nicht vorhanden: {0}</target>
<note>{StrBegin="MSB4229: "}</note>
</trans-unit>
<trans-unit id="ValueNotSet">
<source>MSB4230: Value not set: {0}</source>
<target state="translated">MSB4230: Wert nicht festgelegt: {0}</target>
<note>{StrBegin="MSB4230: "}</note>
</trans-unit>
<trans-unit id="NoReloadOnUnsavedChanges">
<source>MSB4231: ProjectRootElement can't reload if it contains unsaved changes.</source>
<target state="translated">MSB4231: "ProjectRootElement" kann nicht erneut geladen werden, wenn darin nicht gespeicherte Änderungen enthalten sind.</target>
<note>{StrBegin="MSB4231: "}</note>
</trans-unit>
</body>
</file>
</xliff>