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.
SqlDatabaseOwner: Added localization (dsccommunity#1342)
- Changes to SqlDatabaseOwner - Added en-US localization (issue dsccommunity#607).
- Loading branch information
Showing
6 changed files
with
85 additions
and
52 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
11 changes: 11 additions & 0 deletions
11
DSCResources/MSFT_SqlDatabaseOwner/en-US/MSFT_SqlDatabaseOwner.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,11 @@ | ||
ConvertFrom-StringData @' | ||
GetCurrentDatabaseOwner = Get the current owner of the database '{0}' on the instance '{1}'. | ||
DatabaseNotFound = The database '{0}' does not exist. | ||
FailedToGetOwnerDatabase = Failed to get owner of the database '{0}'. | ||
CurrentDatabaseOwner = The current owner of the database '{0}' is the login '{1}'. | ||
LoginNotFound = The login '{0}' does not exist on the instance. | ||
SetDatabaseOwner = Setting a new owner of the database '{0}' on the instance '{1}'. | ||
NewOwner = The owner was change to '{0}'. | ||
FailedToSetOwnerDatabase = Failed to set the new owner of the database '{0}'. | ||
TestingConfiguration = Determines if the correct login owns the database '{0}' in the instance '{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