de-DE/about_!InhalteEinbauen.help.txt

Get-Help -Name about_Data_Sections -ShowWindow
 
Data LocalizedData
{
    ConvertFrom-StringData @'
    CannotDetermineTestName=Cannot determine test name
    InvalidTestInfo=TestInfo must contain the path and the list of tests
    InspectingModules=Inspecting Modules
    DiagnosticSearch=Searching for Diagnostics in {0}
    InvokingTest=Invoking tests in {0}
'@
}
$LocalizedData.InvalidTestInfo
 
#--------------------------------------------------