Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

112 lines
5.0 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows NT **/
  3. /** Copyright(c) Microsoft Corp., 1992 **/
  4. /**********************************************************************/
  5. /*
  6. UsrBrows.rc
  7. This file contains the necessary resource definitions for the user
  8. browser
  9. FILE HISTORY:
  10. Johnl 04-Mar-1992 Created
  11. */
  12. #include <usrbrows.hxx>
  13. #include <dlg\usrbrows.dlg>
  14. DMID_USER BITMAP DISCARDABLE "bitmap\\user.bmp"
  15. DMID_GROUP BITMAP DISCARDABLE "bitmap\\group.bmp"
  16. DMID_ALIAS BITMAP DISCARDABLE "bitmap\\alias.bmp"
  17. DMID_UNKNOWN BITMAP DISCARDABLE "bitmap\\unknown.bmp"
  18. DMID_REMOTE BITMAP DISCARDABLE "bitmap\\remote.bmp"
  19. DMID_WORLD BITMAP DISCARDABLE "bitmap\\world.bmp"
  20. DMID_CREATOR_OWNER BITMAP DISCARDABLE "bitmap\\creator.bmp"
  21. DMID_DELETEDACCOUNT BITMAP DISCARDABLE "bitmap\\delaccnt.bmp"
  22. DMID_SYSTEM BITMAP DISCARDABLE "bitmap\\sjsystem.bmp"
  23. DMID_NETWORK BITMAP DISCARDABLE "bitmap\\sjnetwrk.bmp"
  24. DMID_INTERACTIVE BITMAP DISCARDABLE "bitmap\\sjintrct.bmp"
  25. DMID_RESTRICTED BITMAP DISCARDABLE "bitmap\\warn.bmp"
  26. STRINGTABLE
  27. {
  28. /* This error is displayed by the user browser when trying to enumerate
  29. * the trusted domains of the server.
  30. *
  31. * %1 is the text of the error that occurred
  32. */
  33. IDS_CANT_BROWSE_DOMAINS, "You may not be able to browse all of the domains to which you have access because the following error occurred: %1"
  34. /* This error is when we can't browse the current domain
  35. *
  36. * %1 is the text of the error that occurred
  37. */
  38. IDS_CANT_BROWSE_DOMAIN, "Unable to browse the selected domain because the following error occurred: %1"
  39. /*
  40. * This error comes up when the user presses the "Ok" button in the
  41. * main user browser dialog and we couldn't find an account.
  42. *
  43. * %1 is the account that couldn't be found
  44. */
  45. IDS_CANT_FIND_ACCOUNT, "The account %1 could not be found."
  46. //
  47. // This set of error messages are displayed by the user browser when a
  48. // user typed a name in the accounts MLE field that the client didn't
  49. // request (i.e., typing a group name when only users were requested).
  50. //
  51. // %1 is the bad account name
  52. //
  53. IDS_CANT_ADD_USERS, "The account %1 is a user account. The application will not accept user accounts."
  54. IDS_CANT_ADD_GROUPS, "The account %1 is a global group account. The application will not accept global group accounts."
  55. IDS_CANT_ADD_ALIASES, "The account %1 is a local group account. The application will not accept local group accounts."
  56. IDS_CANT_ADD_WELL_KNOWN_GROUPS, "The account %1 is a well known group account. The application will not accept well known group accounts."
  57. //
  58. // This is displayed in the listbox while the background thread is
  59. // trying to retrieve the data for the selected domain
  60. //
  61. IDS_GETTING_DOMAIN_INFO, "Working..."
  62. /*
  63. * This error message is used when the user browser Localgroup Membership
  64. * dialog tries to load the membership of a globalgroup in that localgroup,
  65. * but the globalgroup was not in the dropdown list of domains in the main
  66. * User Browser dialog. This can happen e.g. if a new trusted domain is
  67. * added while the User Browser dialog is running.
  68. */
  69. IDS_CANT_BROWSE_GLOBAL_GROUP, "This global group is in a domain which is not in the list of trusted domains. Have more trusted domains been added while new users were being selected?"
  70. IDS_WKSTA_OR_BROWSER_NOT_STARTED, "The Workstation service or the Browser service has not been started."
  71. /* The following are the comments for the well known SIDs.
  72. */
  73. IDS_USRBROWS_EVERYONE_SID_COMMENT "All Users"
  74. IDS_USRBROWS_REMOTE_SID_COMMENT "Users accessing this object remotely"
  75. IDS_USRBROWS_INTERACTIVE_SID_COMMENT "Users accessing this object locally"
  76. IDS_USRBROWS_CREATOR_SID_COMMENT "The user who creates this object"
  77. IDS_USRBROWS_SYSTEM_SID_COMMENT "The operating system"
  78. IDS_USRBROWS_RESTRICTED_SID_COMMENT "Restricted code"
  79. /* user browser's captions
  80. */
  81. IDS_USRBROWS_ADD_USER "Add User"
  82. IDS_USRBROWS_ADD_USERS "Add Users"
  83. IDS_USRBROWS_ADD_GROUP "Add Group"
  84. IDS_USRBROWS_ADD_GROUPS "Add Groups"
  85. IDS_USRBROWS_ADD_USERS_AND_GROUPS "Add Users and Groups"
  86. IDS_USRBROWS_ADD_USER_OR_GROUP "Add User or Group"
  87. /*
  88. * This error message indicates that the Global Group Membership dialog
  89. * is not available for the Domain Users global group.
  90. * This is disallowed because the Domain Users global group contains
  91. * workstation, server and interdomain trust accounts, which are not
  92. * exposed to the user.
  93. */
  94. IDS_USRBROWS_CANT_SHOW_DOMAIN_USERS "All user accounts in a domain belong to its Domain Users global group. This membership list cannot be displayed."
  95. }