DSCResources/MSFT_SqlDatabaseRecoveryModel/en-US/MSFT_SqlDatabaseRecoveryModel.strings.psd1

ConvertFrom-StringData @'
    GetRecoveryModel = Get the current recovery model of the database '{0}' in the instance '{1}'.
    CurrentRecoveryModel = The current recovery model is '{0}' for the database '{1}'.
    DatabaseNotFound = The database '{0}' does not exist.
    SetRecoveryModel = Setting the recovery model of database '{0}'.
    ChangeRecoveryModel = The recovery model for the database '{0}' was changed to '{1}'.
    TestingConfiguration = Determines if the database '{0}' on the instance '{1}' has the desired recovery model.
'@