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#611).
- Loading branch information
Showing
6 changed files
with
82 additions
and
25 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
16 changes: 16 additions & 0 deletions
16
DSCResources/MSFT_SqlServerEndpoint/en-US/MSFT_SqlServerEndpoint.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,16 @@ | ||
ConvertFrom-StringData @' | ||
GetEndpoint = Getting the current values of the endpoint with the name '{0}' for the instance '{1}'. | ||
EndpointFoundButWrongType = Endpoint '{0}' does exist, but it is not of type 'DatabaseMirroring'. | ||
ConnectedToInstance = Connect to the instance '{0}\\{1}'. | ||
NotConnectedToInstance = Was unable to connect to the instance '{0}\\{1}'. | ||
SetEndpoint = Changing the values of the endpoint with the name '{0}' for the instance '{1}'. | ||
CreateEndpoint = Creating the endpoint '{0}' on the instance '{1}'. | ||
UpdatingEndpointIPAddress = Updating the endpoint IP address to '{0}'. | ||
UpdatingEndpointPort = Updating the endpoint port to '{0}'. | ||
UpdatingEndpointOwner = Updating the endpoint owner to '{0}'. | ||
EndpointNotFound = The endpoint with the name '{0}' does not exist. | ||
DropEndpoint = Removing the endpoint '{0}' on the instance '{1}'. | ||
TestingConfiguration = Determines if the endpoint with the name '{0}' for the instance '{1}' is in desired state. | ||
InDesiredState = The endpoint '{0}' is the desired state. | ||
NotInDesiredState = The endpoint '{0}' is not in the desired state. | ||
'@ |
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
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