en-us/stringsAssembly.psd1

@{
    # 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.UntrustedData'                               = 'This data has been flagged as untrustworthy: {0}'
}