en-US/PSIntro.psd1

#localized string data for verbose messaging, errors, and warnings.

ConvertFrom-StringData @"
continue = Press any key to continue (P for previous page or Q to Quit)
key = Key module status:
menuSelect = Select a menu option
menuTitle = PowerShell Tutorial Menu
psEssentials = PowerShell Essentials
tutorialPrompt = Would you like to run a set of short interactive tutorial on essential PowerShell fundamentals?
tutorialContinue = Enter Y to continue
tutorialCommand = Run {0}Start-PSTutorial{1} for a list of brief PowerShell tutorials.
tutorialSkip = No problem. You can run {0}Start-PSTutorial{1} at any time.
updateNeeded = You may need to update or install the modules listed above.
upToDate = All key modules are up to date.
welcome = Welcome to PowerShell!
welcome_1 = Use any of the links above to get started learning more about PowerShell.
welcome_2 = It is recommended that you run {0}{1}{2} periodically to get the latest help content for PowerShell.
starting = Starting module command {0}
usingVersion = Using module version {0}
runningPS = Executing in PowerShell v{0}
addingModule = Adding module {0} to the list
validating = Validating {0} modules
ending = Ending module command {0}
quit = Quit
getProfile = Getting PowerShell profile script status for the current host.
addProfileComment = Added Get-PSIntro entry
noProfileFound = The profile script could not be found.
profilePrompt = Do you want to create it? Enter Y to create the file, any other key to cancel
cmdFound = It looks like a command for Get-PSIntro is already in the profile script {0}.
updatePath = Updating PowerShell profile script {0}
createPath = Creating PowerShell profile script {0}
testPath = Testing PowerShell profile script {0}
newProfile = Creating PowerShell profile script for {0}
existingProfile = An existing PowerShell profile script for {0} has been found at {1}.
profileTutorialTitle = Getting Started with PowerShell Profile Scripts
"@