forked from dsccommunity/SqlServerDsc
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SqlWaitForAG: Added localization (dsccommunity#1325)
- Changes to SqlWaitForAG - Added en-US localization (issue dsccommunity#625).
- Loading branch information
Showing
4 changed files
with
55 additions
and
8 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
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
10 changes: 10 additions & 0 deletions
10
DSCResources/MSFT_SqlWaitForAG/en-US/MSFT_SqlWaitForAG.strings.psd1
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,10 @@ | ||
ConvertFrom-StringData @' | ||
GetCurrentState = Get the current state of the Always On Availability Group with the cluster group name '{0}'. | ||
FoundClusterGroup = Found the cluster group '{0}'. | ||
MissingClusterGroup = Did not find the cluster group '{0}'. | ||
WaitingClusterGroup = Waiting for the Always On Availability Group with the cluster group name '{0}'. Will make {1} attempts during a total of {2} seconds. | ||
SleepMessage = Will sleep for another {0} seconds before continuing. | ||
RetryMessage = Will retry again after {0} seconds. | ||
FailedMessage = Did not find the cluster group '{0}' within the timeout period. | ||
TestingConfiguration = Determines the current state of the Always On Availability Group with the cluster group name '{0}'. | ||
'@ |
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