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.
- Added en-US localization (issue dsccommunity#613).
- Loading branch information
Showing
4 changed files
with
61 additions
and
15 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
12 changes: 12 additions & 0 deletions
12
DSCResources/MSFT_SqlServerEndpointState/en-US/MSFT_SqlServerEndpointState.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,12 @@ | ||
ConvertFrom-StringData @' | ||
GetEndpointState = Getting state of the endpoint with the name '{0}' for the instance '{1}'. | ||
EndpointNotFound = The endpoint with the name '{0}' does not exist. | ||
EndpointErrorVerifyExist = Unexpected result when trying to verify existence of the endpoint with the name '{0}'. | ||
UnexpectedErrorFromGet = Got unexpected result from Get-TargetResource. No change is made. | ||
CurrentState = The current state of the endpoint is '{0}'. | ||
SetEndpointState = Changing the state of the endpoint with the name '{0}' for the instance '{1}'. | ||
ChangeState = Changing the state of endpoint to '{0}'. | ||
InDesiredState = The endpoint '{0}' is the desired state, the state is '{1}'. | ||
NotInDesiredState = The endpoint '{0}' has the state '{1}', but expected the state to be '{2}'. | ||
TestingConfiguration = Determines the state of the endpoint with the name '{0}' for the instance '{1}'. | ||
'@ |
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