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#616).
- Loading branch information
Showing
6 changed files
with
75 additions
and
53 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_SqlServerMaxDop/en-US/MSFT_SqlServerMaxDop.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 @' | ||
GetConfiguration = Getting the max degree of parallelism server configuration option for instance '{0}'. | ||
SetConfiguration = Setting the max degree of parallelism server configuration option for instance '{0}'. | ||
DynamicMaxDop = The dynamically calculated value for max degree of parallelism is '{0}'. | ||
MaxDopParamMustBeNull = The parameter max degree of parallelism must be set to $null or not assigned if the parameter DynamicAlloc is set to $true. | ||
MaxDopSetError = Unexpected result when trying to configure the max degree of parallelism server configuration option. | ||
SettingDefaultValue = Desired state should be absent, so max degree of parallelism will be reset to the default value '{0}'. | ||
ChangeValue = Changed the value for max degree of parallelism to '{0}'. | ||
EvaluationConfiguration = Determines the current value for the max degree of parallelism server configuration option. | ||
NotActiveNode = The node '{0}' is not actively hosting the instance '{1}'. Will always return success for this resource on this node, until this node is actively hosting the instance. | ||
WrongMaxDop = The current value for max degree of parallelism is '{0}', but expected '{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
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