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

ConvertFrom-StringData @'
    GetDatabasePermission = Get permissions for the user '{0}' in the database '{1}' on the instance '{2}'.
    DatabaseNotFound = The database '{0}' does not exist.
    LoginNotFound = The login '{0}' does not exist on the instance.
    FailedToEnumDatabasePermissions = Failed to get the permission for the user '{0}' in the database '{1}'.
    ChangePermissionForUser = Changing the permission for the user '{0}' in the database '{1}' on the instance '{2}'.
    LoginIsNotUser = The login '{0}' is not a user in the database '{1}'.
    AddingLoginAsUser = Adding the login as a user of the database.
    FailedToAddUser = Failed to add the login '{0}' as a user of the database '{1}'.
    AddPermission = {0} the permissions '{1}' to the database '{2}'.
    DropPermission = Revoking the {0} permissions '{1}' from the database '{2}'.
    FailedToSetPermissionDatabase = Failed to set the permissions for the login '{0}' in the database '{1}'.
    TestingConfiguration = Determines if the user '{0}' has the correct permissions in the database '{1}' on the instance '{2}'.
'@