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.

97 lines
1.8 KiB

  1. ; /*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;Copyright (c) 1997-2001 Microsoft Corporation
  3. ;
  4. ;Module Name:
  5. ;
  6. ; RunasMsg.mc
  7. ;
  8. ;Abstract:
  9. ;
  10. ; This file contains the message definitions for the Win32 runas
  11. ; utility.
  12. ;
  13. ;Author:
  14. ;
  15. ; Duncan Bryce [DuncanB] 19-Feb-2001
  16. ;
  17. ;Revision History:
  18. ;
  19. ;--*/
  20. ;
  21. ; /**++
  22. ;
  23. ; %1 represents the application created by runas
  24. ; %2 represents the user who's context the process has been created in
  25. ; %3 represents the privilege level of the user
  26. ;
  27. ; For example:
  28. ;
  29. ; cmd.exe (running as ntdev\duncanb with untrusted privileges)
  30. ;
  31. ; --**/
  32. ;
  33. MessageId=8001 SymbolicName=RUNASP_STRING_TITLE_WITH_RESTRICTED
  34. Language=English
  35. %1 (running as %2 with %3 privileges)%0
  36. .
  37. ; /**++
  38. ;
  39. ; %1 represents the application created by runas
  40. ; %2 represents the user who's context the process has been created in
  41. ;
  42. ; For example:
  43. ;
  44. ; cmd.exe (running as ntdev\duncanb)
  45. ;
  46. ; --**/
  47. ;
  48. MessageId=8002 SymbolicName=RUNASP_STRING_TITLE
  49. Language=English
  50. %1 (running as %2)%0
  51. .
  52. MessageId=8003 SymbolicName=RUNASP_STRING_ERROR_INTERNAL
  53. Language=English
  54. RUNAS ERROR: An internal error occured: %1!d!
  55. .
  56. MessageId=8004 SymbolicName=RUNASP_STRING_WAIT
  57. Language=English
  58. Attempting to start %1 as user "%2" ...
  59. .
  60. ; /**++
  61. ;
  62. ; %1 represents the application that runas couldn't start
  63. ; %2 represents the numeric error code
  64. ; %3 represents the formatted error text
  65. ;
  66. ; For example:
  67. ;
  68. ; RUNAS ERROR: Unable to run - cmd.exe
  69. ; 1326: Logon Failure: unknown username or bad password.
  70. ;
  71. ; --**/
  72. ;
  73. MessageId=8005 SymbolicName=RUNASP_STRING_ERROR_OCCURED
  74. Language=English
  75. RUNAS ERROR: Unable to run - %1
  76. %2!d!: %3 %0
  77. .
  78. MessageId=8006 SymbolicName=RUNASP_STRING_ERROR_ARG_TOO_LONG
  79. Language=English
  80. RUNAS ERROR: The following argument was too long: %1
  81. .