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.
SqlScript/SqlScriptQuery: Added localization (dsccommunity#1324)
- Changes to SqlScript - Added en-US localization (issue dsccommunity#624). - Added additional unit tests for code coverage. - Changes to SqlScriptQuery - Added en-US localization. - Added additional unit tests for code coverage.
- Loading branch information
Showing
7 changed files
with
159 additions
and
54 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
8 changes: 8 additions & 0 deletions
8
DSCResources/MSFT_SqlScript/en-US/MSFT_SqlScript.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,8 @@ | ||
ConvertFrom-StringData @' | ||
ExecutingGetScript = Executing the Get script from the file path '{0}' on the instance '{1}'. | ||
ExecutingSetScript = Executing the Set script from the file path '{0}' on the instance '{1}'. | ||
ExecutingTestScript = Executing the Test script from the file path '{0}' on the instance '{1}'. | ||
TestingConfiguration = Determines if the configuration in the Set script is in desired state. | ||
InDesiredState = The configuration is in desired state. | ||
NotInDesiredState = The configuration is not in 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
8 changes: 8 additions & 0 deletions
8
DSCResources/MSFT_SqlScriptQuery/en-US/MSFT_SqlScriptQuery.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,8 @@ | ||
ConvertFrom-StringData @' | ||
ExecutingGetQuery = Executing the Get query on the instance '{0}'. | ||
ExecutingSetQuery = Executing the Set query on the instance '{0}'. | ||
ExecutingTestQuery = Executing the Test query on the instance '{0}'. | ||
TestingConfiguration = Determines if the configuration in the Set query is in desired state. | ||
InDesiredState = The configuration is in desired state. | ||
NotInDesiredState = The configuration is not in 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