-
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.
- Added en-US localization (issue #609).
- Loading branch information
Showing
4 changed files
with
43 additions
and
27 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_SqlDatabaseRecoveryModel/en-US/MSFT_SqlDatabaseRecoveryModel.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 @' | ||
GetRecoveryModel = Get the current recovery model of the database '{0}' in the instance '{1}'. | ||
CurrentRecoveryModel = The current recovery model is '{0}' for the database '{1}'. | ||
DatabaseNotFound = The database '{0}' does not exist. | ||
SetRecoveryModel = Setting the recovery model of database '{0}'. | ||
ChangeRecoveryModel = The recovery model for the database '{0}' was changed to '{1}'. | ||
TestingConfiguration = Determines if the database '{0}' on the instance '{1}' has the desired recovery model. | ||
'@ |
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