forked from dsccommunity/FailoverClusterDsc
-
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.
- Enabled localization for all strings (issue dsccommunity#88).
- Loading branch information
Showing
4 changed files
with
38 additions
and
14 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
13 changes: 13 additions & 0 deletions
13
DSCResources/MSFT_xWaitForCluster/en-US/MSFT_xWaitForCluster.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,13 @@ | ||
# Localized resources for xWaitForCluster | ||
|
||
ConvertFrom-StringData @' | ||
ReturnParameterValues = Returning the values passed as parameters. | ||
CheckClusterPresent = Checking if cluster {0} is present. | ||
TargetNodeDomainMissing = Can't find the target node's domain name. | ||
ClusterPresent = Cluster {0} is present. | ||
ClusterAbsent = Cluster {0} is NOT present. Will retry again after {1} seconds. | ||
ClusterAbsentWithDomain = Cluster {0} is NOT present in Active Directory domain '{1}'. | ||
ClusterAbsentWithError = Cluster {0} is NOT present with error: {1} | ||
ClusterAbsentAfterTimeOut = Failover cluster {0} was not found after {1} attempts with {2} seconds interval. | ||
EvaluatingClusterPresent = Evaluating if cluster {0} is present. | ||
'@ |
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