Release/XenDesktop7/DSCResources/VE_XD7Site/Resources.psd1

<# XD7Site\Resources.psd1 #>
ConvertFrom-StringData @'
    XenDesktopSDKNotFoundError = Citrix XenDesktop 7.x Powershell SDK/Snap-in was not found.
    CreatingXDSite = Creating Citrix XenDesktop 7.x Site '{0}'.
    InvokingScriptBlock = Invoking script block.
    ResourcePropertyMismatch = Property '{0}' is NOT in desired state; expected '{1}', actual '{2}'.
    ResourceInDesiredState = Citrix XenDesktop 7.x Site '{0}' is in the desired state.
    ResourceNotInDesiredState = Citrix XenDesktop 7.x Site '{0}' is NOT in the desired state.
    InvokingScriptBlockWithParams = Invoking script block with parameters: '{0}'.
'@