-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xClusterPreferredOwner: Enabled localization (#117)
- Changes to xClusterPreferredOwner - Enabled localization for all strings (issue #86). - Fixed typo in the returned hash table from Get-TargetResource.
- Loading branch information
Showing
3 changed files
with
42 additions
and
20 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
15 changes: 15 additions & 0 deletions
15
DSCResources/MSFT_xClusterPreferredOwner/en-US/MSFT_xClusterPreferredOwner.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,15 @@ | ||
# Localized resources for xClusterPreferredOwner | ||
|
||
ConvertFrom-StringData @' | ||
GetOwnerInformationForCluster = Retrieving owner information for cluster {0}. | ||
GetOwnerInformationForClusterGroup = Retrieving owner information for cluster role/group {0}. | ||
GetOwnerInformationForClusterResource = Retrieving owner information for cluster resource {0}. | ||
GetAllNodesOfCluster = Retrieving all nodes from cluster {0}. | ||
SetOwnerForClusterGroup = Setting owners for cluster role/group {0} to {1}. | ||
SetOwnerForClusterResource = Setting owners for cluster resource {0} to {1}. | ||
MoveClusterGroup = Moving cluster role/group {0} to node {1}. | ||
RemoveOwnerFromClusterGroup = Removing owners {1} from cluster role/group {0}. | ||
TestOwnerInformationForCluster = Testing Owner information for cluster {0}. | ||
WasFoundAsPossibleOwner = {0} was found as possible owner. | ||
WasNotFoundAsPossibleOwner = {0} was NOT found as possible owner. | ||
'@ |