-
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.
SqlDatabaseRole: Added localization (#1338)
- Changes to SqlDatabaseRole - Added en-US localization (issue #610).
- Loading branch information
Showing
6 changed files
with
107 additions
and
76 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
19 changes: 19 additions & 0 deletions
19
DSCResources/MSFT_SqlDatabaseRole/en-US/MSFT_SqlDatabaseRole.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,19 @@ | ||
ConvertFrom-StringData @' | ||
GetDatabaseRole = Getting current role(s) for the user '{0}' of the database '{1}' on the instance '{2}'. | ||
DatabaseNotFound = The database '{0}' does not exist. | ||
RoleNotFound = The role '{0}' does not exist in the database '{1}'. | ||
LoginNotFound = The login '{0}' does not exist on the instance. | ||
IsMember = The login '{0}' is a member of the role '{1}' in the database '{2}'. | ||
IsNotMember = The login '{0}' is not a member of the role '{1}' in the database '{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}'. | ||
AddUserToRole = Adding the user (login) '{0}' to the role '{1}' in the database '{2}'. | ||
FailedToAddUserToRole = Failed to add the user {0} to the role {1} in the database {2}. | ||
DropUserFromRole = Removing the user (login) '{0}' from the role '{1}' in the database '{2}'. | ||
FailedToDropUserFromRole = Failed to remove the login {0} from the role {1} in the database {2}. | ||
TestingConfiguration = Determines if the the user '{0}' of the database '{1}' on the instance '{2}' is a member of the desired role(s). | ||
InDesiredState = The user '{0}' of the database '{1}' is member of the specified role(s). | ||
NotInDesiredStateAbsent = Expected the user '{0}' to not be a member of the specified role(s) in the database '{1}', but the user was member of at least one of the roles. | ||
NotInDesiredStatePresent = Expected the user '{0}' to be a member of the specified role(s) in the database '{1}', but the user was not a member of at least one of the roles. | ||
'@ |
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
Oops, something went wrong.