Modules/PDT/en-us/PDT.strings.psd1

ConvertFrom-StringData @'
    FileNotFound = File not found in the environment path.
    PathVariableEmpty = The $Env:Path variable is empty.
    AbsolutePathOrFileName = Absolute path or file name expected.
    InvalidArgument = Invalid argument: '{0}' with value: '{1}'.
    ProcessFailedToStartError = The process '{0}' with arguments '{1}' failed to start within the specified timeout.
    ProcessStarted = Process matching path '{0}' started in process ID {1}.
    ProcessAlreadyStarted = Process matching path '{0}' already started in process ID {1}.
    ProcessFailedToStopError = The process '{0}' with arguments '{1}' failed to stop within the specified timeout.
'@