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.

134 lines
4.2 KiB

  1. // Copyright (c) 1998-1999 Microsoft Corporation
  2. /*******************************************************************************
  3. *
  4. * utildll.rc
  5. *
  6. * UTILDLL resource file (non-AppStudio editable)
  7. *
  8. *
  9. *******************************************************************************/
  10. #include "resource.h"
  11. /* these resources are used by utilsub.lib. */
  12. #include "..\utilsub\utilsub.rc"
  13. STRINGTABLE DISCARDABLE
  14. BEGIN
  15. IDS_ALL_LAN_ADAPTERS "All network adapters configured with this protocol"
  16. IDS_NO_ADDITIONAL_ERROR_INFO "(no additional error information)"
  17. IDS_NO_ERROR_TEXT_AVAILABLE "(no error text available)"
  18. IDS_STANDARD_ERROR_FORMAT "\n(Error %ld - %s)"
  19. IDS_ERROR " ERROR"
  20. END
  21. STRINGTABLE DISCARDABLE
  22. BEGIN
  23. IDP_ERROR_REGLANA "NetBIOS Lana %ld (Can't query name: Error %ld)"
  24. IDP_ERROR_REGNETCARD "Lan Adapter %ld (Can't query name: Error %ld)"
  25. END
  26. STRINGTABLE DISCARDABLE
  27. BEGIN
  28. IDS_CONSOLE "Console"
  29. IDS_NETWORK "Network"
  30. IDS_ASYNC "Async"
  31. IDS_FRAME "Frame"
  32. IDS_RELIABLE "Reliable Connection"
  33. IDS_COMPRESSION "Data Compression"
  34. IDS_ENCRYPTION "Data Encryption"
  35. IDS_TELNET "Telnet"
  36. IDS_UNKNOWN_PROTOCOL "Unknown Protocol Class"
  37. IDS_DOMAIN_ADMINS "Domain Admins"
  38. END
  39. /* Note: The short version of the following strings may be the same
  40. * as the long version. (i.e. "active"). However, there are two
  41. * string resources in case the long version of a string is not
  42. * short in a language other than English
  43. */
  44. STRINGTABLE DISCARDABLE
  45. BEGIN
  46. IDS_ACTIVE "Active"
  47. IDS_SHORT_ACTIVE "Active"
  48. IDS_CONNECTED "Connected"
  49. IDS_SHORT_CONNECTED "Conn"
  50. IDS_CONNECT_QUERY "ConnectQuery"
  51. IDS_SHORT_CONNECT_QUERY "ConnQ"
  52. IDS_SHADOW "RemoteControl"
  53. IDS_SHORT_SHADOW "RCtrl"
  54. IDS_DISCONNECTED "Disconnected"
  55. IDS_SHORT_DISCONNECTED "Disc"
  56. IDS_IDLE "Idle"
  57. IDS_SHORT_IDLE "Idle"
  58. IDS_RESET "Reset"
  59. IDS_SHORT_RESET "Reset"
  60. IDS_DOWN "Down"
  61. IDS_SHORT_DOWN "Down"
  62. IDS_INIT "Init"
  63. IDS_SHORT_INIT "Init"
  64. IDS_LISTEN "Listen"
  65. IDS_SHORT_LISTEN "Listen"
  66. IDS_ASYNC_CONNECT_CTS "cts"
  67. IDS_ASYNC_CONNECT_DTR "dsr"
  68. IDS_ASYNC_CONNECT_RI "ri"
  69. IDS_ASYNC_CONNECT_DCD "dcd"
  70. IDS_ASYNC_CONNECT_FIRSTCHAR "first char"
  71. IDS_ASYNC_CONNECT_PERM "perm"
  72. IDS_UNKNOWN "Unknown"
  73. END
  74. /* Note: The following are technical terms and may not need
  75. * to be translated
  76. */
  77. STRINGTABLE DISCARDABLE
  78. BEGIN
  79. IDS_INITED "inited"
  80. IDS_READY "ready"
  81. IDS_RUN "run"
  82. IDS_STANDBY "standby"
  83. IDS_TERMINATE "terminate"
  84. IDS_WAIT "wait"
  85. IDS_TRANSIT "transit"
  86. IDS_STATE_DASHES "-----"
  87. IDS_EXECUTIVE "exec"
  88. IDS_FREE_PAGE "freepage"
  89. IDS_PAGE_IN "pagein"
  90. IDS_POOL_ALLOC "poolalloc"
  91. IDS_DELAY_EXECUTION "delayexec"
  92. IDS_SUSPENDED "sspd"
  93. IDS_USER_REQUEST "userreq"
  94. IDS_EVENT_PAIR_HIGH "eventprhi"
  95. IDS_EVENT_PAIR_LOW "eventprlw"
  96. IDS_LPC_RECEIVE "lpcrecv"
  97. IDS_LPC_REPLY "lpcreply"
  98. IDS_VIRTUAL_MEMORY "virtmem"
  99. IDS_PAGE_OUT "pageout"
  100. IDS_WAIT1 "wait1"
  101. IDS_WAIT2 "wait2"
  102. IDS_WAIT3 "wait3"
  103. IDS_WAIT4 "wait4"
  104. IDS_WAIT5 "wait5"
  105. IDS_WAIT6 "wait6"
  106. IDS_WAIT7 "wait7"
  107. IDS_WAIT8 "wait8"
  108. IDS_WAIT9 "wait9"
  109. IDS_WAIT10 "wait10"
  110. END
  111. /*
  112. * Version resource
  113. */
  114. #include <windows.h>
  115. #include <ntverp.h>
  116. #define VER_FILETYPE VFT_APP
  117. #define VER_FILESUBTYPE VFT2_UNKNOWN
  118. #define VER_FILEDESCRIPTION_STR "WinStation utility support DLL"
  119. #define VER_INTERNALNAME_STR "utildll"
  120. #define VER_ORIGINALFILENAME_STR "utildll.dll"
  121. #include <verall.h>
  122. #include "common.ver"