reactos/dll/win32/samsrv/lang/en-US.rc
Eric Kohl f1e768c070 [SAMSRV][INF] Add missing aliases and privileges
- Add the 'Backup Operators', 'Replicator', 'RemoteDesktop Users' and 'Network Configuration Operators' aliases.
- Add missing privileges for the aliases.

Happy new year 2021! :-)
2021-01-01 10:24:36 +01:00

34 lines
1.9 KiB
Plaintext

LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
STRINGTABLE
BEGIN
IDS_DOMAIN_BUILTIN_NAME "Builtin"
IDS_GROUP_NONE_NAME "None"
IDS_GROUP_NONE_COMMENT "Ordinary Users"
IDS_ALIAS_ADMINISTRATORS_NAME "Administrators"
IDS_ALIAS_ADMINISTRATORS_COMMENT "Administrators have unrestricted access to the computer or domain."
IDS_ALIAS_GUESTS_NAME "Guests"
IDS_ALIAS_GUESTS_COMMENT "Guests have the same rights a members of the Users group by default."
IDS_ALIAS_POWER_USERS_NAME "Power Users"
IDS_ALIAS_POWER_USERS_COMMENT "Power Users have most administrative rights with some restrictions."
IDS_ALIAS_USERS_NAME "Users"
IDS_ALIAS_USERS_COMMENT "Users are prevented from making system-wide changes."
IDS_ALIAS_BACKUP_OPS_NAME "Backup Operators"
IDS_ALIAS_BACKUP_OPS_COMMENT "Backup Operators can override security restrictions for the sole purpose of backing up or resoring files"
IDS_ALIAS_REPLICATOR_NAME "Replicator"
IDS_ALIAS_REPLICATOR_COMMENT "Supports file replication in a domain"
IDS_ALIAS_REMOTE_DESKTOP_USERS_NAME "Remote Desktop Users"
IDS_ALIAS_REMOTE_DESKTOP_USERS_COMMENT "Members in this group are granted the right to logon remotely"
IDS_ALIAS_NETWORK_CONFIGURATION_OPS_NAME "Network Configuration Operators"
IDS_ALIAS_NETWORK_CONFIGURATION_OPS_COMMENT "Members in this group can have some administrative privileges to manage configuration of networking features"
/*
* ATTENTION:
* If you translate the administrator account name, keep IDS_USER_ADMINISTRATOR_NAME and
* syssetup.dll:IDS_ADMINISTRATOR_NAME synchronized.
*/
IDS_USER_ADMINISTRATOR_NAME "Administrator"
IDS_USER_ADMINISTRATOR_COMMENT "Built-in account used to administrate the computer or domain."
IDS_USER_GUEST_NAME "Guest"
IDS_USER_GUEST_COMMENT "Built-in account for guest access to the computer or domain."
END