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.
SqlServerPermission: Added localization (dsccommunity#1328)
- Changes to SqlServerPermission - Added en-US localization (issue dsccommunity#619).
- Loading branch information
Showing
6 changed files
with
34 additions
and
17 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
9 changes: 9 additions & 0 deletions
9
DSCResources/MSFT_SqlServerPermission/en-US/MSFT_SqlServerPermission.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,9 @@ | ||
ConvertFrom-StringData @' | ||
EnumeratingPermission = Enumerating permissions for '{0}'. | ||
GrantPermission = Grant permission for '{0}'. | ||
RevokePermission = Revoke permission for '{0}'. | ||
ChangingPermissionFailed = Changing permission for principal '{0}' failed. | ||
PermissionGetError = Unexpected result when trying to get permissions for '{0}'. | ||
InDesiredState = The state is already {0}. | ||
EvaluatingPermission = Determines the permissions for the principal '{0}'. | ||
'@ |
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