en-US/VMConnectConfigResources.psd1

# culture="en-US"

ConvertFrom-StringData @'
####################################################################################################################################################################################
## Error Message Strings
####################################################################################################################################################################################
CimSessionError=Unable to establish a CIM session to computer '{0}' (unknown error).
ClientSettingsFileDesktopSizeError=Unable to read the DesktopSize value from '{0}'. Using a default value of '{1}'.
ConfigFileNotFoundIdError=Unable to find a valid vmconnect configuration file in '{0}' for a virtual machine with ID '{1}'.
ConfigFileNotFoundNameError=Unable to find a valid vmconnect configuration file in '{0}' for a virtual machine with name '{1}'.
ConfigFileNotFoundPathError=A valid vmconnect configuration file could not be found at the specified path '{0}'.
ConnectionError=Unable to connect to computer '{0}'.
DirectoryNotFoundError=Cannot find directory '{0}' because it does not exist.
EnhancedRdpSessionError=Cannot establish an enhanced RDP session for the virtual machine '{0}' ({1}) on computer '{2}'. Please check configuration and try again.
FilenameGuidUndefinedError=The 'Id' property cannot be determined for the virtual machine '{0}' because: {1}
GuidNotFoundInFilenameError=A valid GUID was not detected in the filename '{0}'.
HyperVGuiMgmtToolsError=Error 0x80370114 - The operation could not be started. Please verify that the Windows feature '{0}' is installed and try again.
HyperVGuiToolsWmiError=An unknown error occurred while trying to detect the installation of the Hyper-V GUI Management Tools.
InvalidConfigFileError='{0}' is not a valid vmconnect configuration file.
InvalidConfigFileExtensionError=The file '{0}' does not have a valid '.config' extension.
InvalidRedirectedDriveFormatError='{0}' is not a valid redirected drive value. Please specify a single drive letter(s). The values "*" and "dynamicdrives" are also allowed.
InvalidXmlElementError=The file '{0}' contains one or more invalid vmconnect configuration XML elements.
InvalidXmlFileError='{0}' is not a valid XML file.
ParameterMissingError=Please include at least one additional parameter from the set '{0}'.
PathNotFoundError=Cannot find path '{0}' because it does not exist.
UnknownError=Unknown error.
UnsupportedConfigurationSettingError=The vmconnect configuration file '{0}' for the virtual machine '{1}'{2} does not support the '{3}' configuration setting.
VmconnectExeNotFoundError=Unable to locate '{0}'. Please verify that the '{1}' Windows feature is installed and try again.
VmExistsAndVmVersionUndefinedError=The properties 'VMExists' and 'VMVersion' cannot be determined for the virtual machine '{0}'{1} on computer '{2}' because: {3}
VmExistsAndVmVersionAndVmServerNameUndefinedError=The properties 'VMExists' and 'VMVersion' cannot be determined for the virtual machine '{0}'{1} because: {2}
VmExistsUndefinedError=The property 'VMExists' cannot be determined for the virtual machine '{0}'{1} because: {2}
VmHostHyperVRoleError=The Hyper-V role is not installed on the destination host '{0}'.
VmIdNeededToCalculatePropertiesError=A valid virtual machine ID is needed to determine the properties 'VMExists' and 'VMVersion'.
VmNotFoundError={0} was unable to find the virtual machine '{1}'{2} on computer '{3}'.
VmServerNameNotFound=The VmServerName value is empty or missing in the file '{0}'.
VmVersionUndefinedError=The property 'VMVersion' cannot be determined for the virtual machine '{0}'{1} because: {2}
 
####################################################################################################################################################################################
## Non-Error Status Message Strings
####################################################################################################################################################################################
ActionMsgCreateConfigFile=Create vmconnect configuration file for the virtual machine '{0}'{1}
ActionMsgDeletePermanently=Remove File
ActionMsgModifyConfigFile=Modify enhanced session configuration for the virtual machine '{0}'{1}
ActionMsgMoveToRecycleBin=Send to Recycle Bin
ActionMsgRemoveDirectory=Remove Directory
ActionMsgResetVmConfigFile=Reset vmconnect configuration for the virtual machine '{0}'{1}
ActionMsgStartingVmconnectExe=Start '{0}'
ConnectionSuccessMsg=Successful connection test to computer '{0}'.
ConstructingOutputObjMsg=Constructing VMConnectConfig output object for '{0}'.
CopyingToTempPathMsg=Copying temp file '{0}' to '{1}'.
CreatingCimSessionMsg=Attempting to create a new CIM session connection to computer '{0}'.
CreatingConfigFileMsg=Creating vmconnect configuration file for the virtual machine '{0}'{1}
DeletingMsg=Moving '{0}' to the Recycle Bin.
DeletingPermanentlyMsg=Permanently deleting '{0}'.
GettingConfigFilesForDeletedVirtualMachines=Getting a list of .config files in '{0}' whose corresponding virtual machines no longer exist.
HyperVGuiMgmtToolsFeatureName=Hyper-V GUI Management Tools
HyperVGuiMgmtToolsFeatureNameLegacy=Hyper-V Tools
LoadingFileMsg=Loading '{0}'.
NoChangesMadeMsg=No changes were made to file '{0}'.
NoFilesToDelete=Operation canceled. No files to delete.
ResetVmConfigFileMsg=Resetting vmconnect configuration file '{0}' to default settings.
SavingToTempPathMsg=Saving to temp file '{0}'.
TargetMsgStartingVmconnectExe=Virtual machine '{0}' ({1}) hosted on computer '{2}'
TestingConnectionMsg=Testing connection to '{0}'.
TestingConnectionWaitingMsg=Waiting for connection test to finish.
TestingConnectionWaitingParallelMsg=Waiting for connection tests to finish running in parallel.
UsingHostNameForVmServerName=VMServerName was not specified. By default, the local host name '{0}' will be used.
XmlSchemaValidatingFileMsg=Validating '{0}' against XML schema.
'@