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.

233 lines
8.4 KiB

  1. // this must be defined for any server that has propety pages. it must be one
  2. // thousand.
  3. #define IDS_PROPERTIES 1000
  4. // this is defined for all inproc servers that use satellite localization. it
  5. // must be 1001
  6. #define IDS_SERVERBASENAME 1001
  7. // DO NOT CHANGE THIS VALUE! hha.dll expects this string resource
  8. #define IDS_VERSION 0xD000
  9. #define IDTB_EXPAND 200
  10. #define IDTB_CONTRACT 201
  11. #define IDTB_STOP 202
  12. #define IDTB_REFRESH 203
  13. #define IDTB_BACK 204
  14. #define IDTB_HOME 205
  15. #define IDTB_SYNC 206
  16. #define IDTB_PRINT 207
  17. #define IDTB_OPTIONS 208
  18. #define IDTB_FORWARD 209
  19. #define IDTB_NOTES 210
  20. #define IDTB_BROWSE_FWD 211
  21. #define IDTB_BROWSE_BACK 212
  22. #define IDTB_CONTENTS 213
  23. #define IDTB_INDEX 214
  24. #define IDTB_SEARCH 215
  25. #define IDTB_HISTORY 216
  26. #define IDTB_FAVORITES 217
  27. #define IDTB_JUMP1 218
  28. #define IDTB_JUMP2 219
  29. #define IDTB_HILITE 220
  30. #define IDTB_CUSTOMIZE 221
  31. #define IDTB_ZOOM 222
  32. #define IDTB_TOC_NEXT 223
  33. #define IDTB_TOC_PREV 224
  34. #define IDTB_AUTO_SHOW 248 // not a toolbar button, but a command
  35. #define IDTB_AUTO_HIDE 249
  36. #define ID_EXPAND_ALL 250
  37. #define ID_CONTRACT_ALL 251
  38. #define ID_CUSTOMIZE_INFO_TYPES 252
  39. #define ID_PRINT 253
  40. #define ID_TV_SINGLE_CLICK 256
  41. #define IDM_RELATED_TOPIC 0xE000 // reserve the next 4096 values
  42. #ifdef _DEBUG
  43. #define ID_VIEW_MEMORY 0xEFFC
  44. #define ID_DEBUG_BREAK 0xEFFD
  45. #endif
  46. #define ID_VIEW_ENTRY 0xEFFE
  47. #define ID_JUMP_URL 0xEFFF // NO button/menu commands can be defined higher then this 0xF000
  48. // Our strings messages
  49. #define IDS_DEFAULT_RES_FONT_NT5_WIN98 1023
  50. #define IDS_DEFAULT_CONTENT_FONT 1024
  51. #define IDS_CANT_FIND_FILE 1025
  52. #define IDS_BAD_PARAMETERS 1026
  53. #define IDS_DEFAULT_RES_FONT 1027
  54. #define IDS_NO_SUCH_KEYWORD 1028
  55. #define IDS_EXPAND_ALL 1029
  56. #define IDS_CONTRACT_ALL 1030
  57. #define IDS_PRINT 1031
  58. #define IDS_IE_PRINT 1032
  59. #define IDS_LIST_TOPICS 1033
  60. #define IDS_IE_MSGBOX 1034
  61. #define IDS_HELP_TOPICS 1035
  62. #define IDS_PRIMARY_URL 1036
  63. #define IDS_SECONDARY_URL 1037
  64. #undef IDS_BROWSER_FAVORITES
  65. #define IDS_BROWSER_FAVORITES 1038
  66. #define IDS_CUSTOMIZE_INFO_TYPES 1039
  67. #define IDS_VIEW_RELATED 1040
  68. #define IDS_WEB_TB_TEXTROWS 1041
  69. #undef IDS_UNTITLED
  70. #define IDS_UNTITLED 1042
  71. #define IDS_TAB_CONTENTS 1043
  72. #define IDS_TAB_INDEX 1044
  73. #define IDS_TAB_SEARCH 1045
  74. #define IDS_TAB_HISTORY 1046
  75. #define IDS_TAB_FAVORITES 1047
  76. #define IDS_NEWER_VERSION 1048
  77. #define IDS_FIND_YOURSELF 1049
  78. #define IDS_IDH_OK 1050
  79. #define IDS_IDH_CANCEL 1051
  80. #define IDS_IDH_HELP 1052
  81. #define IDS_IDH_MISSING_CONTEXT 1053
  82. #undef IDS_UNKNOWN
  83. #define IDS_UNKNOWN 1054
  84. #define IDS_DEF_WINDOW_CAPTION 1056
  85. #define IDS_BAD_ITIRCL 1057
  86. #define IDS_SEARCH_FAILURE 1058
  87. #define IDS_NO_FTS_DATA 1059
  88. #define IDS_NO_TOPICS_FOUND 1060
  89. #define IDS_TYPE_KEYWORD 1061
  90. #define IDS_SELECT_TOPIC 1062
  91. #define IDS_OPTION_HIDE 1063
  92. #define IDS_OPTION_BACK 1064
  93. #define IDS_OPTION_FORWARD 1065
  94. #define IDS_OPTION_HOME 1066
  95. #define IDS_OPTION_STOP 1067
  96. #define IDS_OPTION_REFRESH 1068
  97. #define IDS_OPTION_SYNC 1069
  98. #define IDS_OPTION_CUSTOMIZE 1070
  99. #define IDS_OPTION_PRINT 1071
  100. #define IDS_OPTION_HILITING_ON 1072
  101. #define IDS_OPTION_HILITING_OFF 1073
  102. #define IDS_OPTION_SHOW 1074
  103. #define IDS_INCORRECT_SYNTAX 1075
  104. #define IDS_TAB_VERT_PADDING 1076
  105. #define IDS_TAB_HORZ_PADDING 1077
  106. #define IDS_OPTION_SELECTALL 1080
  107. #define IDS_OPTION_VIEWSOURCE 1081
  108. #define IDS_OPTION_PROPERTIES 1082
  109. #define IDS_OPTION_COPY 1083
  110. #define IDS_OPTION_IE_OPTIONS 1084
  111. #define IDS_REMOVABLE_MEDIA_MESSAGE_FORMAT 1100
  112. #define IDS_REMOVABLE_MEDIA_CDROM 1101
  113. #define IDS_REMOVABLE_MEDIA_DISK 1102
  114. #define IDS_SEARCH_TOPIC 1103
  115. #define IDS_SAMPLE_APPLICATION 1104
  116. #define IDS_INSUFFICIENT_SPACE 1105
  117. #define IDS_CORRUPTED_HTML 1106
  118. #define IDS_GATHERING_PRINTS 1107
  119. #define IDS_TOPIC_UNAVAILABLE 1108
  120. #define IDS_JUMP_URL 1109
  121. #define IDS_PRINTING 1110
  122. #define IDS_PRINT_CAPTION 1111
  123. #define IDS_SUBSET_NAME_EXISTS 1112
  124. #define IDS_OVERRITE_SUBSET_NAME 1113
  125. #define IDS_TITLE_NAME_SUBSET 1114
  126. #define IDS_NAME_ALREADY_USED 1115
  127. #define IDS_NO_NAME 1116
  128. #define IDS_CHOOSE_NAME 1117
  129. #define IDS_MERGE_PROMPT 1118
  130. #define IDS_REQUIRES_HTMLHELP 1900
  131. // String Resources for the AdvSearch Nav Pane.
  132. #define IDS_ADVSEARCH_CONJ_AND 1200
  133. #define IDS_ADVSEARCH_CONJ_OR 1201
  134. #define IDS_ADVSEARCH_CONJ_NEAR 1202
  135. #define IDS_ADVSEARCH_CONJ_NOT 1203
  136. #define IDS_ADVSEARCH_HEADING_TITLE 1204
  137. #define IDS_ADVSEARCH_HEADING_LOCATION 1205
  138. #define IDS_ADVSEARCH_HEADING_RANK 1206
  139. #define IDS_ADVSEARCH_SEARCHIN_PREVIOUS 1207
  140. //#define IDS_ADVSEARCH_SEARCHIN_CURRENT 1208
  141. #define IDS_ADVSEARCH_SEARCHIN_ENTIRE 1208
  142. #define IDS_ADVSEARCH_FOUND 1209
  143. #define IDS_SAVESUBSET 1210
  144. #define IDS_SAVESUBSET_TITLE 1211
  145. #define IDS_SAVEERROR 1212
  146. #define IDS_SAVEERROR_TITLE 1213
  147. #define IDS_NEW 1214
  148. // String resources necessary for implementing structural subsets.
  149. #define IDS_SAVE_FILTER 1230
  150. #define IDS_BAD_RANGE_NAME 1231
  151. #define IDS_OVERWRITE 1232
  152. #define IDS_UNTITLED_SUBSET 1233
  153. #define IDS_DEFINE_SUBSET 1234
  154. #define IDS_SUBSET_UI 1235
  155. // String resources for the last error messages.
  156. #define IDS_HH_E_NOCONTEXTIDS 1300
  157. #define IDS_HH_E_FILENOTFOUND 1301
  158. #define IDS_HH_E_INVALIDHELPFILE 1302
  159. #define IDS_HH_E_CONTEXTIDDOESNTEXIT 1303
  160. #define IDS_HH_E_KEYWORD_NOT_FOUND 1400
  161. #define IDS_HH_E_KEYWORD_IS_PLACEHOLDER 1401
  162. #define IDS_HH_E_KEYWORD_NOT_IN_SUBSET 1402
  163. #define IDS_HH_E_KEYWORD_NOT_IN_INFOTYPE 1403
  164. #define IDS_HH_E_KEYWORD_EXCLUDED 1404
  165. #define IDS_SWITCH_SUBSETS 1405
  166. #define IDS_REMOVABLE_MEDIA_MESSAGE_FORMAT2 1500
  167. #define IDS_REMOVABLE_MEDIA_REMOTE 1501
  168. #define IDS_REMOVABLE_MEDIA_FIXED 1502
  169. #ifdef _DEBUG
  170. #define IDS_TAB_ASKME 1148
  171. #endif
  172. #define IDS_MSGBOX_TITLE 2049
  173. #define IDS_ENGLISH_RELATED 4096
  174. #define IDS_GERMAN_RELATED 4097
  175. #define IDS_ARABIC_RELATED 4098
  176. #define IDS_HEBREW_RELATED 4099
  177. #define IDS_SIMPLE_CHINESE_RELATED 4100
  178. #define IDS_TRADITIONAL_CHINESE_RELATED 4101
  179. #define IDS_JAPANESE_RELATED 4102
  180. #define IDS_FRENCH_RELATED 4103
  181. #define IDS_SPANISH_RELATED 4104
  182. #define IDS_ITALIAN_RELATED 4105
  183. #define IDS_SWEDISH_RELATED 4106
  184. #define IDS_DUTCH_RELATED 4107
  185. #define IDS_BRAZILIAN_RELATED 4108
  186. #define IDS_NORGEWIAN_RELATED 4109
  187. #define IDS_DANISH_RELATED 4110
  188. #define IDS_FINNISH_RELATED 4111
  189. #define IDS_PORTUGUESE_RELATED 4112
  190. #define IDS_POLISH_RELATED 4113
  191. #define IDS_HUNGARIAN_RELATED 4114
  192. #define IDS_CZECH_RELATED 4115
  193. #define IDS_SLOVENIAN_RELATED 4116
  194. #define IDS_RUSSIAN_RELATED 4117
  195. #define IDS_GREEK_RELATED 4118
  196. #define IDS_TURKISH_RELATED 4119
  197. #define IDS_CATALAN_RELATED 4120
  198. #define IDS_BASQUE_RELATED 4121
  199. #define IDS_SLOVAK_RELATED 4122
  200. #define IDS_FILE_ERROR 4123
  201. #define IDS_ENGLISH_DISPLAY 4128
  202. #define IDS_ENGLISH_ADD 4129
  203. #define IDS_NO_HOMEPAGE 4130
  204. #define IDS_CHM_CHI_MISMATCH 4131
  205. #define IDS_CANT_PRINT_FRAMESET 4132
  206. #define IDS_UWAIT_TITLE 4133
  207. #define IDS_CONFIRM_ABORT 4134
  208. #define IDS_HTML_HELP 4135
  209. #define IDS_ABOUT 4136