1LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 2 3STRINGTABLE 4BEGIN 5 IDS_DOMAIN_BUILTIN_NAME "Builtin" 6 IDS_GROUP_NONE_NAME "None" 7 IDS_GROUP_NONE_COMMENT "Ordinary Users" 8 IDS_ALIAS_ADMINISTRATORS_NAME "Administrators" 9 IDS_ALIAS_ADMINISTRATORS_COMMENT "Administrators have unrestricted access to the computer or domain." 10 IDS_ALIAS_GUESTS_NAME "Guests" 11 IDS_ALIAS_GUESTS_COMMENT "Guests have the same rights a members of the Users group by default." 12 IDS_ALIAS_POWER_USERS_NAME "Power Users" 13 IDS_ALIAS_POWER_USERS_COMMENT "Power Users have most administrative rights with some restrictions." 14 IDS_ALIAS_USERS_NAME "Users" 15 IDS_ALIAS_USERS_COMMENT "Users are prevented from making system-wide changes." 16 /* 17 * ATTENTION: 18 * If you translate the administrator account name, keep IDS_USER_ADMINISTRATOR_NAME and 19 * syssetup.dll:IDS_ADMINISTRATOR_NAME synchronized. 20 */ 21 IDS_USER_ADMINISTRATOR_NAME "Administrator" 22 IDS_USER_ADMINISTRATOR_COMMENT "Built-in account used to administrate the computer or domain." 23 IDS_USER_GUEST_NAME "Guest" 24 IDS_USER_GUEST_COMMENT "Built-in account for guest access to the computer or domain." 25END 26