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.

114 lines
2.5 KiB

  1. ;/*++
  2. ;Copyright (C) 2002 Microsoft Corporation
  3. ;
  4. ;Module Name:
  5. ;
  6. ; proxymsg.h
  7. ;
  8. ;Abstract:
  9. ;
  10. ; Contains localized message text for Proxycfg.exe
  11. ;
  12. ;Author:
  13. ;
  14. ; lcleeton 10-Jun-2002
  15. ;
  16. ;Revision History:
  17. ;
  18. ; 10-Jun-2002 lcleeton
  19. ; Created
  20. ;
  21. ;--*/
  22. MessageId=10000 SymbolicName=MSG_STARTUP_BANNER
  23. Language=English
  24. Microsoft (R) WinHTTP Default Proxy Configuration Tool
  25. .
  26. MessageId=10001 SymbolicName=MSG_COPYRIGHT
  27. Language=English
  28. Copyright (c) Microsoft Corporation. All rights reserved.
  29. .
  30. MessageId=10002 SymbolicName=MSG_USAGE
  31. Language=English
  32. usage:
  33. proxycfg -? : to view help information
  34. proxycfg : to view current WinHTTP proxy settings
  35. proxycfg [-d] [-p <server-name> [<bypass-list>]]
  36. -d : set direct access
  37. -p : set proxy server(s), and optional bypass list
  38. proxycfg -u : import proxy settings from current user's
  39. Microsoft Internet Explorer manual settings (in HKCU)
  40. .
  41. MessageId=10003 SymbolicName=MSG_MIGRATION_FAILED_WITH_ERROR
  42. Language=English
  43. Migration failed with error. (%1!d!) %2
  44. .
  45. MessageId=10004 SymbolicName=MSG_UPDATE_SUCCESS
  46. Language=English
  47. Updated proxy settings
  48. .
  49. MessageId=10005 SymbolicName=MSG_ERROR_WRITING_PROXY_SETTINGS
  50. Language=English
  51. Error writing proxy settings. (%1!d!) %2
  52. .
  53. MessageId=10006 SymbolicName=MSG_ERROR_READING_PROXY_SETTINGS
  54. Language=English
  55. Error reading proxy settings. (%1!d!) %2
  56. .
  57. MessageId=10007 SymbolicName=MSG_CURRENT_SETTINGS_HEADER
  58. Language=English
  59. Current WinHTTP proxy settings under:
  60. HKEY_LOCAL_MACHINE\
  61. %1\
  62. WinHttpSettings :
  63. .
  64. MessageId=10008 SymbolicName=MSG_DIRECT_ACCESS
  65. Language=English
  66. Direct access (no proxy server).
  67. .
  68. MessageId=10009 SymbolicName=MSG_PROXY_SERVERS
  69. Language=English
  70. Proxy Server(s) : %1
  71. .
  72. MessageId=10010 SymbolicName=MSG_ERROR_PROXY_SERVER_MISSING
  73. Language=English
  74. Error: Proxy access type is WINHTTP_ACCESS_TYPE_NAMED_PROXY, but no proxy server is specified.
  75. .
  76. MessageId=10011 SymbolicName=MSG_BYPASS_LIST
  77. Language=English
  78. Bypass List : %1
  79. .
  80. MessageId=10012 SymbolicName=MSG_BYPASS_LIST_NONE
  81. Language=English
  82. Bypass List : (none)
  83. .
  84. MessageId=10013 SymbolicName=MSG_UNKNOWN_PROXY_ACCESS_TYPE
  85. Language=English
  86. Error: Unknown proxy access type set.
  87. .
  88. MessageId=10014 SymbolicName=MSG_REQUIRES_IE501
  89. Language=English
  90. Migration requires Microsoft Internet Explorer version 5.01
  91. .