Leaked source code of windows server 2003
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.

98 lines
5.2 KiB

  1. /*****************************************************************/
  2. /** Microsoft Windows for Workgroups **/
  3. /** Copyright (C) Microsoft Corp., 1991-1992 **/
  4. /*****************************************************************/
  5. /* MSLOCUSR.RC -- Resources for user database management DLL.
  6. *
  7. * History:
  8. * 01/02/96 gregj Snarfed from mprcli.
  9. */
  10. #include <nowindep.h>
  11. #include <windows.h>
  12. #include <npmsg.h>
  13. #include "logonui.rc"
  14. #include "mslocusr.rcv"
  15. STRINGTABLE DISCARDABLE
  16. BEGIN
  17. IDS_LOGONTITLE "Welcome to Windows"
  18. IDS_BADPASSWORD "That password is incorrect."
  19. IDS_YOURNEWPASSWORD "Type the password you want to use into both boxes below. This will be your password to log on to Windows."
  20. IDS_RATINGS_PW_COMMENT "This password will also be used to control the Content Advisor feature in Internet Explorer."
  21. IDS_PROFILES_ALREADY_ENABLED "Support for multiple users is already available. To manage user profiles, click the Users icon in Control Panel."
  22. IDS_ENTER_FIRST_USERNAME "Type your name."
  23. IDS_BLANK_USERNAME "Please type a user name."
  24. IDS_NO_MATCH "The passwords you typed don't match. Please type and confirm the password again."
  25. IDS_GO_MULTI_RESTART "You must restart Windows to start using your new user account. Do you want to restart Windows now?"
  26. IDS_CLONE_USER_MESSAGE "In addition, the initial desktop settings for this user will be an exact copy of those already in use by %1."
  27. IDS_GUEST_USERNAME "Guest"
  28. IDS_PICK_USERNAME "Please select a user whose settings you want to copy."
  29. IDS_USER_EXISTS "%1 is already set up to use this computer. If you still want to create a new user, type a different name. Otherwise, click Cancel."
  30. IDS_SELECTED_USER "Settings for selected user"
  31. IDS_SETTINGS_FOR "Settings for %1"
  32. IDS_CONFIRM_DELETE_USER "This will also delete all %1's desktop, favorites, and other personal files. Are you sure you want to delete %1?"
  33. IDS_PASSWORD_CHANGED "The password was successfully changed."
  34. IDS_NP_NAME "Microsoft Family Logon"
  35. IDS_CACHE_PASSWORD "%1 is always a &supervisor"
  36. // Note: The following string must be 199 bytes or less, otherwise the
  37. // Network control panel will refuse to display it.
  38. IDS_NETFAM_HELP_TEXT "When Windows starts, Microsoft Family Logon displays a list of users with access to this computer. To log on to Windows, click a user, and then type the correct password."
  39. IDS_PROFILE_POLICY "Access to this feature has been disabled by a restriction set by your system administrator."
  40. IDS_MSGTITLE "User Settings"
  41. END
  42. STRINGTABLE DISCARDABLE
  43. BEGIN
  44. // Note to localizers: it is desirable (though not absolutely necessary)
  45. // to keep the following directory names synchronized with their counterparts
  46. // in shell\shell32\shell32.rc.
  47. IDS_CSIDL_PERSONAL_L "My Documents"
  48. IDS_CSIDL_FAVORITES_L "Favorites"
  49. IDS_CSIDL_APPDATA_L "Application Data"
  50. IDS_CSIDL_CACHE_L "Temporary Internet Files"
  51. IDS_CSIDL_DESKTOP_L "Desktop"
  52. IDS_CSIDL_RECENT_L "Recent"
  53. IDS_CSIDL_NETHOOD_L "NetHood"
  54. IDS_CSIDL_STARTMENU_L "Start Menu"
  55. IDS_CSIDL_PROGRAMS_L "Start Menu\\Programs"
  56. IDS_CSIDL_STARTUP_L "Start Menu\\Programs\\Startup"
  57. IDS_CSIDL_CHANNELS_L "Favorites\\Channels"
  58. END
  59. STRINGTABLE DISCARDABLE
  60. BEGIN
  61. IDS_UNKNOWN_ERROR "An unknown error has occurred: %1"
  62. IDS_ERROR_NOT_AUTHENTICATED "You do not have permission to perform this action."
  63. IDS_ERROR_NO_SUCH_USER "That user does not exist."
  64. IDS_ERROR_USER_EXISTS "There is already a user with that name. Choose another name."
  65. IDS_ERROR_OUT_OF_MEMORY "There is not enough memory is available to complete this task. Close one or more programs, and then try again."
  66. IDS_ERROR_BUSY "You cannot delete the settings for the user currently logged on to this computer."
  67. IDS_ERROR_PATH_NOT_FOUND "The user's profile directory does not exist."
  68. IDS_ERROR_BUFFER_OVERFLOW "A username must be no longer than 128 characters."
  69. IDS_IERR_CachingDisabled "Password caching has been disabled. Please log on as a valid user, or see your network administrator."
  70. IDS_IERR_BadSig "Your password list file has been damaged."
  71. IDS_IERR_CacheReadOnly "This operation cannot be completed because your password list file is read-only."
  72. IDS_IERR_IncorrectUsername "That logon password is incorrect."
  73. IDS_IERR_CacheCorrupt "Your password list file has been damaged."
  74. IDS_IERR_UsernameNotFound "This user does not have a password list file."
  75. IDS_IERR_CacheFull "This operation cannot be copmleted because your password list file is full."
  76. IDS_IERR_CacheAlreadyOpen "This operation cannot be completed because another program is using your password list file."
  77. IDS_E_ACCESSDENIED "You do not have permission to perform this task."
  78. END