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#608).
- Loading branch information
Showing
6 changed files
with
78 additions
and
78 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
14 changes: 14 additions & 0 deletions
14
DSCResources/MSFT_SqlDatabasePermission/en-US/MSFT_SqlDatabasePermission.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,14 @@ | ||
ConvertFrom-StringData @' | ||
GetDatabasePermission = Get permissions for the user '{0}' in the database '{1}' on the instance '{2}'. | ||
DatabaseNotFound = The database '{0}' does not exist. | ||
LoginNotFound = The login '{0}' does not exist on the instance. | ||
FailedToEnumDatabasePermissions = Failed to get the permission for the user '{0}' in the database '{1}'. | ||
ChangePermissionForUser = Changing the permission for the user '{0}' in the database '{1}' on the instance '{2}'. | ||
LoginIsNotUser = The login '{0}' is not a user in the database '{1}'. | ||
AddingLoginAsUser = Adding the login as a user of the database. | ||
FailedToAddUser = Failed to add the login '{0}' as a user of the database '{1}'. | ||
AddPermission = {0} the permissions '{1}' to the database '{2}'. | ||
DropPermission = Revoking the {0} permissions '{1}' from the database '{2}'. | ||
FailedToSetPermissionDatabase = Failed to set the permissions for the login '{0}' in the database '{1}'. | ||
TestingConfiguration = Determines if the user '{0}' has the correct permissions in the database '{1}' on the instance '{2}'. | ||
'@ |
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