en-US/NanoPowerShellSDK.Resource.psd1
######################################################################################### # # Copyright (c) Microsoft Corporation. All rights reserved. # # Localized PSGet.Resource.psd1 # ######################################################################################### ConvertFrom-StringData @' ###PSLOC NeedToRunInVisualStudio=This cmdlet should only be used in 'Package Manager Console' within Visual Studio 2015. {0} RequireVisualStudio2015=This cmdlet requires Visual Studio 2015. {0} InstallVisualStudio2015=If you don't have Visual Studio 2015 installed, you can download and install 'Visual Studio Community 2015' from https://www.visualstudio.com/en-us/products/visual-studio-community-vs.aspx. Make sure you select the feature "Windows and Web Development -> Windows 8.1 and Windows Phone 8.0/8.1 Tools -> Tools and Windwos SDKs" before starting installation. NeedAdminPrevilegeMessage=A PowerShell process will be started requesting 'Administrator previlege' to copy CoreCLR and PowerShell reference assemblies for TP5 NanoServer to the Visual Studio reference assembly folder '{0}'. Do you want to continue?. NeedAdminPrevilegeCaption=NanoServer PowerShell SDK Initial Setup InitialSetupCancelled=Initial setup for the SDK was cancelled. {0} RequireExtraVSFeature=Extra Visual Studio feature is required to create C# projects targeting CoreCLR. Please modify your Visual Studio 2015 to install the feature "Windows and Web Development -> Windows 8.1 and Windows Phone 8.0/8.1 Tools -> Tools and Windwos SDKs". UnknownDTEFailure=An operation in Visual Studio failed with the error '{0}'. {1} NoCurrentOpenSolution=No solution is currently open. ProjectAlreadyExistsInCurrentSolution=The current solution already has a project named '{0}'. StartProcessExecutionFailed=Failed to copy CoreCLR and PowerShell reference assemblies for TP5 NanoServer to Visual Studio reference assembly folder. {0} StartProcessFailedToStart=Failed to copy CoreCLR and PowerShell reference assemblies for TP5 NanoServer due to the error '{0}'. {1} FollowManualSteps=Please try the command again, or you can run 'Get-SDKSetupSteps' and follow the instructions manually to setup Nano PowerShell SDK and create C# project targeting it. DeveloperModeWarning=WARNING: It's recommended to enable 'Developer mode' to develop this type of application. You can also ignore it by closing the Settings, but it will prompt you again the next time you try to create a new NanoServer C# project. ###PSLOC '@ |