-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SqlAlias: Added localization (#1348)
- Changes to SqlAlias - Added en-US localization (issue #602). - Removed ShouldProcess for the code, since it has no purpose in a DSC resource (issue #242).
- Loading branch information
Showing
4 changed files
with
91 additions
and
35 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
13 changes: 13 additions & 0 deletions
13
DSCResources/MSFT_SqlAlias/en-US/MSFT_SqlAlias.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,13 @@ | ||
ConvertFrom-StringData @' | ||
GetClientAlias = Getting the SQL Server Client Alias '{0}'. | ||
OSArchitecture64Bit = Current node is a 64-bit operating system, so will get the SQL Server Client Alias '{0}' from Wow6432Node too. | ||
AddClientAlias64Bit = Adding the SQL Server Client Alias '{0}' (64-bit). | ||
AddClientAlias32Bit = Adding the SQL Server Client Alias '{0}' (32-bit). | ||
RemoveClientAlias64Bit = Removing the SQL Server Client Alias '{0}' (64-bit). | ||
RemoveClientAlias32Bit = Removing the SQL Server Client Alias '{0}' (32-bit). | ||
TestingConfiguration = Determines if the SQL Server Client Alias is in desired state. | ||
ClientAliasMissing = The SQL Server Client Alias '{0}' does not exist. | ||
ClientAliasPresent = The SQL Server Client Alias '{0}' exist, verifying values. | ||
InDesiredState = The SQL Server Client Alias '{0}' is in desired state. | ||
NotInDesiredState = The SQL Server Client Alias '{0}' 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