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 features "Windows and Web Development -> Windows 8.1 and Windows Phone 8.0/8.1 Tools -> Tools and Windwos SDKs" and "Universal Windows App Development Tools -> Tools (1.3) and Windows 10 SDK" 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". If you would like to debug your application remotely on NanoServer, please also make sure your Visual Studio is upgraded to 'Update 2' version and the feature "Universal Windows App Development Tools -> Tools (1.3) and Windows 10 SDK" is installed. 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 PrerequisitesForRemoteDebugger=One or more prerequisites are missing for this cmdlet. Please make sure your Visual Studio 2015 is upgraded to 'Update 2' version and the feature "Universal Windows App Development Tools -> Tools (1.3) and Windows 10 SDK" is installed. SessionNotOpened=The remote PS session is not in 'Opened' state. Please make sure you have an opened remote PS session targeting the NanoServer. CopyOneCoreDebuggerBits={0}-- Copy OneCore remote debugger binaries to {1} CopyPlatformAgnosticBits={0}-- Copy platform-agnostic debugger binaries to {1} CopyCRTBits={0}-- Copy C Run-time (CRT) debugger binaries to {1} CopyLocalCoreCLRBits={0}-- Copy the isolated CoreCLR binaries that are solely required by CoreCLR remote debugger to {1} CopyCoreCLRDebugBits={0}-- Copy CoreCLR debugging binaries to {1} ConfigureRemoteDebugger={0}-- Configure the remote debugger and firewall CopyToNanoServer=NanoServer at '{0}' CannotCopyRemotely=The powershell version you are using is '{0}' and it does not support copy items across a remote PS session. Therefore, a package of remote debugger binareis will be prepared locally that you can manually copy to the target NanoServer. To get a better automated experience, please install PowerShell WMF 5.0 or higher, or upgrade to Windows 10. ManualInstallSteps=A package of remote binaries has been prepared at '{0}' and the folder is opened up for you. To manually install the remote debugger on the NanoServer, please copy the folder 'RemoteDebuggerPack' to the system drive of your NanoServer, and then run the script 'install.ps1' from that folder in a remote PS session targeting the machine. ###PSLOC '@ |