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.

81 lines
2.0 KiB

  1. ;//
  2. ;// ####################################################################################
  3. ;// #
  4. ;// # password EXE messages
  5. ;// #
  6. ;// ####################################################################################
  7. ;//
  8. MessageId=100 SymbolicName=MSG_TITLE
  9. Language=English
  10. Windows XP%0
  11. .
  12. MessageId= SymbolicName=MSG_EMPTY_PASSWORD_WARNING
  13. Language=English
  14. You have not entered a password. It is unsafe to set blank passwords on accounts that have full access to your computer. Are you sure this is what you want to do?%0
  15. .
  16. ;// %1 is the user's name
  17. MessageId= SymbolicName=MSG_YOU_ARE_ADMIN
  18. Language=English
  19. You are now logged on using the %1 account.
  20. The %1 account provides full access to your computer. It is recommended that you create a new user account or log on with another user account.
  21. To create or view user accounts, go to Control Panel and click User Accounts.
  22. %0
  23. .
  24. MessageId= SymbolicName=MSG_PASSWORDS_DO_NOT_MATCH
  25. Language=English
  26. The passwords you typed do not match. Type the same password in both text boxes.%0
  27. .
  28. MessageId= SymbolicName=MSG_PASSWORD_INVALID
  29. Language=English
  30. The password you entered is not valid. Avoid using punctuation or special symbols.%0
  31. .
  32. MessageId= SymbolicName=MSG_PASSWORD_TOO_SHORT
  33. Language=English
  34. The password you entered is not allowed. It may be too short or too long, or it may not contain the correct combination of uppercase, lowercase, numbers and punctuation. Contact your system administrator for password guidelines.%0
  35. .
  36. MessageId= SymbolicName=MSG_ADMINISTRATOR
  37. Language=English
  38. Administrator%0
  39. .
  40. MessageId= SymbolicName=MSG_MUST_SPECIFY_PASSWORD
  41. Language=English
  42. A password is required.%0
  43. .
  44. ;// Put all new messages above
  45. MessageId=10000 SymbolicName=MSG_MESSAGEBOX_TITLE
  46. Language=English
  47. Windows XP%0
  48. .
  49. MessageId=10001 SymbolicName=MSG_OUT_OF_MEMORY_RETRY
  50. Language=English
  51. Out of memory.%0
  52. .
  53. MessageId=10002 SymbolicName=MSG_OUT_OF_MEMORY
  54. Language=English
  55. Passwords cannot be established because of a memory problem.%0
  56. .
  57. MessageId=10003 SymbolicName=MSG_ERROR
  58. Language=English
  59. Error%0
  60. .