en-us/stringsAssembly.psd1
@{ # Commands 'Assembly.Callback.Failed' = 'Error when executing callback {0}' # Computer Management 'Assembly.ComputerManagement.SessionContainer.NoPSSessionKey' = 'Session Container for "{0}" does not contain a PSSession connection.' 'Assembly.ComputerManagement.SessionContainer.NoCimSessionKey' = 'Session Container for "{0}" does not contain a CimSession connection.' # Configuration 'Assembly.ConfigurationHost.ConfigNotFound' = 'The configuration item {0} could not be found in the configuration system' # Utility 'Assembly.UtilityHost.AliasNotFound' = 'Failed to find alias: {0}' 'Assembly.UtilityHost.AliasProtected' = 'The alias "{0}" is protected and cannot be removed!' 'Assembly.UtilityHost.AliasReadOnly' = 'The alias "{0}" is read only! To remove it, also specify the "-Force" parameter.' 'Assembly.UtilityHost.PrivateFieldNotFound' = 'Could not find a private field named "{0}"' 'Assembly.UtilityHost.PrivatePropertyNotFound' = 'Could not find a private property named "{0}"' 'Assembly.UtilityHost.PrivateMethodNotFound' = 'Could not find a private method named "{0}"' # Validation 'Assembly.Validation.Generic.ArgumentIsEmpty' = 'Could not validate input, no data was provided!' 'Assembly.Validation.UntrustedData' = 'This data has been flagged as untrustworthy: {0}!' 'Assembly.Validation.LanguageMode.NotAScriptBlock' = 'The specified input was not detected as a scriptblock: {0}. Can only validate scriptblocks!' 'Assembly.Validation.LanguageMode.BadMode' = 'The specified script is in language mode {1} when only {0} is allowed.' } |