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. To open it in VS2015, click the 'Tools' menu, then select 'NuGet Package Manager' and click 'Package Manager Console'. {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.
        AboutToDeployReferenceAssemblies=VERBOSE: About to deploy CoreCLR and PowerShell reference assemblies for TP5 NanoServer to the Visual Studio reference assembly folder '{0}'
        DoneDeployingReferenceAssemblies=VERBOSE: CoreCLR and PowerShell reference assemblies deployed at '{0}'
        AboutToCreateCSharpProject=VERBOSE: About to create the C# project '{0}'
        DoneCreatingCSharpProject=VERBOSE: The C# project '{0}' has been successfully created and is ready to use
        FetchProjectTemplate=VERBOSE: -- Try getting the C# project template 'Windows\\Windows 8\\Windows\\Class Library (Windows 8.1)'
        CreateProjectWithNewSolution=VERBOSE: -- Creating with a new solution named '{0}'
        CreateProjectInCurrentSolution=VERBOSE: -- Creating within the currently open solution '{0}'
        CloseCurrentlyOpenSolution=VERBOSE: -- Save and close the currently open solution '{0}'
        DeployTargetFilesToProject=VERBOSE: -- Copy MSBuild .target files 'Microsoft.Coresys.Common.Targets' and 'Microsoft.CoreSys.CSharp.Targets' to the project folder '{0}'
        UpdateProjectFile=VERBOSE: -- Update the project file '{0}' to target the right .NET Framework Version and import the new .target files
###PSLOC
'@