2013-04-20 18:54:27 +00:00
|
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
|
|
|
|
|
|
STRINGTABLE
|
|
|
|
BEGIN
|
|
|
|
IDS_DOMAIN_BUILTIN_NAME "Builtin"
|
2013-05-30 10:50:52 +00:00
|
|
|
IDS_GROUP_NONE_NAME "None"
|
|
|
|
IDS_GROUP_NONE_COMMENT "Ordinary Users"
|
2013-04-20 18:54:27 +00:00
|
|
|
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."
|
2014-03-29 17:28:47 +00:00
|
|
|
/*
|
|
|
|
* ATTENTION:
|
2016-10-01 09:43:24 +00:00
|
|
|
* If you translate the administrator account name, keep IDS_USER_ADMINISTRATOR_NAME and
|
2014-03-29 17:28:47 +00:00
|
|
|
* syssetup.dll:IDS_ADMINISTRATOR_NAME synchronized.
|
|
|
|
*/
|
2013-04-20 18:54:27 +00:00
|
|
|
IDS_USER_ADMINISTRATOR_NAME "Administrator"
|
2016-11-12 21:53:33 +00:00
|
|
|
IDS_USER_ADMINISTRATOR_COMMENT "Built-in account used to administrate the computer or domain."
|
2013-04-20 18:54:27 +00:00
|
|
|
IDS_USER_GUEST_NAME "Guest"
|
|
|
|
IDS_USER_GUEST_COMMENT "Built-in account for guest access to the computer or domain."
|
|
|
|
END
|