forked from alanrenouf/vCheck-vSphere
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Luc
committed
Sep 11, 2017
1 parent
ec04f45
commit 73d3303
Showing
11 changed files
with
697 additions
and
423 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# culture="en-US" | ||
ConvertFrom-StringData @' | ||
pluginActivity = Searching Datastores | ||
pluginStatus = [{0} of {1}] {2} | ||
Complete = Complete | ||
'@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# culture="en-US" | ||
ConvertFrom-StringData @' | ||
setupMsg01 = | ||
setupMsg02 = Welcome to vCheck by Virtu-Al http://virtu-al.net | ||
setupMsg03 = ================================================= | ||
setupMsg04 = This is the first time you have run this script or you have re-enabled the setup wizard. | ||
setupMsg05 = | ||
setupMsg06 = To re-run this wizard in the future please use vCheck.ps1 -Config | ||
setupMsg07 = To get usage information, please use Get-Help vCheck.ps1 | ||
setupMsg08 = | ||
setupMsg09 = Please complete the following questions or hit Enter to accept the current setting | ||
setupMsg10 = After completing this wizard the vCheck report will be displayed on the screen. | ||
setupMsg11 = | ||
configMsg01 = After you have exported the new settings from the configuration interface, | ||
configMsg02 = import the settings CSV file using Import-vCheckSettings -csvfile C:\\path\\to\\vCheckSettings.csv | ||
configMsg03 = NOTE: If vCheckSettings.csv is stored in the vCheck folder, simply run Import-vCheckSettings | ||
resFileWarn = Image File not found for {0}! | ||
pluginInvalid = Plugin does not exist: {0} | ||
pluginpathInvalid = Plugin path "{0}" is invalid, defaulting to {1} | ||
gvInvalid = Global Variables path invalid in job specification, defaulting to {0} | ||
varUndefined = Variable `${0} is not defined in GlobalVariables.ps1 | ||
pluginActivity = Evaluating plugins | ||
pluginStatus = [{0} of {1}] {2} | ||
Complete = Complete | ||
pluginBegin = \nBegin Plugin Processing | ||
pluginStart = ..start calculating {0} by {1} v{2} [{3} of {4}] | ||
pluginEnd = ..finished calculating {0} by {1} v{2} [{3} of {4}] | ||
repTime = This report took {0} minutes to run all checks, completing on {1} at {2} | ||
repPRTitle = Plugin Report | ||
repTTRTitle = Time to Run | ||
slowPlugins = The following plugins took longer than {0} seconds to run, there may be a way to optimize these or remove them if not needed | ||
emailSend = ..Sending Email | ||
emailAtch = vCheck attached to this email | ||
HTMLdisp = ..Displaying HTML results | ||
'@ | ||
|
Oops, something went wrong.