Release/XenDesktop7/DSCResources/VE_XD7DesktopGroupApplication/Resources.psd1
<# XD7DesktopGroupApplication\Resources.psd1 #> ConvertFrom-StringData @' XenDesktopSDKNotFoundError = Citrix XenDesktop 7.x Powershell SDK/Snap-in was not found. ImmutablePropertyError = Citrix XenDesktop 7.x property '{0}' cannot be modified post-creation. Remove the object and then recreate. CannotLocateIconWarning = Cannot locate icon for file '{0}'. ApplicationPropertyMismatch = Application property '{0}' mismatch; expected '{1}', actual '{2}'. AddingApplicationIcon = Adding Citrix XenDesktop 7.x '{0}' application icon. AddingApplication = Adding Citrix XenDesktop 7.x application '{0}'. UpdatingApplication = Updating Citrix XenDesktop 7.x application '{0}'. RemovingApplication = Removing Citrix XenDesktop 7.x application '{0}'. InvokingScriptBlockWithParams = Invoking script block with parameters: '{0}'. ResourceInDesiredState = Citrix XenDesktop 7.x application '{0}' is in the desired state. ResourceNotInDesiredState = Citrix XenDesktop 7.x application '{0}' is NOT in the desired state. '@ |