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
4.7 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1995.
  5. //
  6. // File: strings.h
  7. //
  8. // Contents:
  9. //
  10. // Classes:
  11. //
  12. // Functions:
  13. //
  14. // History: 12-06-95 michth Created
  15. //
  16. //----------------------------------------------------------------------------
  17. #define IDS_BASE 4000
  18. #define IDS_HEADER1 (IDS_BASE+1)
  19. #define IDS_HEADER2 (IDS_BASE+2)
  20. #define IDS_HEADER3 (IDS_BASE+3)
  21. #define IDS_HEADER4 (IDS_BASE+4)
  22. #define IDS_USAGE1 (IDS_BASE+11)
  23. #define IDS_USAGE2 (IDS_BASE+12)
  24. #define IDS_USAGE3 (IDS_BASE+13)
  25. #define IDS_USAGE4 (IDS_BASE+14)
  26. #define IDS_USAGE5 (IDS_BASE+15)
  27. #define IDS_USAGE7 (IDS_BASE+17)
  28. #define IDS_USAGE8 (IDS_BASE+18)
  29. #define IDS_USAGE9 (IDS_BASE+19)
  30. #define IDS_USAGE10 (IDS_BASE+20)
  31. #define IDS_USAGE11 (IDS_BASE+21)
  32. #define IDS_USAGE12 (IDS_BASE+22)
  33. #define IDS_USAGE13 (IDS_BASE+23)
  34. #define IDS_USAGE14 (IDS_BASE+24)
  35. #define IDS_USAGE15 (IDS_BASE+25)
  36. #define IDS_USAGE16 (IDS_BASE+26)
  37. #define IDS_SAMPLE0 (IDS_BASE+30)
  38. #define IDS_SAMPLE1 (IDS_BASE+31)
  39. #define IDS_SAMPLE2 (IDS_BASE+32)
  40. #define IDS_SAMPLE3 (IDS_BASE+33)
  41. #define IDS_SAMPLE4 (IDS_BASE+34)
  42. #define IDS_SAMPLE5 (IDS_BASE+35)
  43. #define IDS_SAMPLE6 (IDS_BASE+36)
  44. #define IDS_TIME_ZONE1 (IDS_BASE+50)
  45. #define IDS_TIME_ZONE2 (IDS_BASE+51)
  46. #define IDS_LINES (IDS_BASE+52)
  47. #define IDS_DUMP_LINES (IDS_BASE+53)
  48. #define IDS_WEB_LINES (IDS_BASE+54)
  49. #define IDS_TOTALS (IDS_BASE+55)
  50. #define IDS_TOT_LINES (IDS_BASE+56)
  51. #define IDS_TOT_FTP_LINES (IDS_BASE+57)
  52. #define IDS_TOT_WEB_LINES (IDS_BASE+58)
  53. #define IDS_CACHE_ERR (IDS_BASE+60)
  54. #define IDS_CACHE_HITS (IDS_BASE+61)
  55. #define IDS_CACHE_MISS (IDS_BASE+62)
  56. #define IDS_CACHE_TOT (IDS_BASE+63)
  57. #define IDS_LINES_PROC (IDS_BASE+64)
  58. #define IDS_PREPROC (IDS_BASE+65)
  59. #define IDS_LASTDATE (IDS_BASE+70)
  60. #define IDS_LASTTIME (IDS_BASE+71)
  61. #define IDS_NO_CONVERSION_NEEDED (IDS_BASE+72)
  62. #define IDS_ERROR 4100
  63. #define IDS_BAD_DIR (IDS_ERROR)
  64. #define IDS_FILE_ERR (IDS_ERROR+1)
  65. #define IDS_FILE_CLOSE (IDS_ERROR+2)
  66. #define IDS_FILE_OPEN (IDS_ERROR+3)
  67. #define IDS_FILE_WRITE (IDS_ERROR+4)
  68. #define IDS_FILE_EXIST (IDS_ERROR+5)
  69. #define IDS_FILE_NONE (IDS_ERROR+6)
  70. #define IDS_FILE_NOT_MSINET (IDS_ERROR+7)
  71. #define IDS_FILE_NOT_NCSA (IDS_ERROR+8)
  72. #define IDS_BAD_NONE_ERR (IDS_ERROR+9)
  73. #define IDS_BAD_DATESTRINGS (IDS_ERROR+10)
  74. #define IDS_BAD_EXTENDED_FORMAT (IDS_ERROR+11)
  75. #define IDS_STRING_ERR (IDS_ERROR+20)
  76. #define IDS_WINSOCK_ERR (IDS_ERROR+21)
  77. #define IDS_MONTHS 4200
  78. #define IDS_JAN (IDS_MONTHS)
  79. #define IDS_FEB (IDS_MONTHS+1)
  80. #define IDS_MAR (IDS_MONTHS+2)
  81. #define IDS_APR (IDS_MONTHS+3)
  82. #define IDS_MAY (IDS_MONTHS+4)
  83. #define IDS_JUN (IDS_MONTHS+5)
  84. #define IDS_JUL (IDS_MONTHS+6)
  85. #define IDS_AUG (IDS_MONTHS+7)
  86. #define IDS_SEP (IDS_MONTHS+8)
  87. #define IDS_OCT (IDS_MONTHS+9)
  88. #define IDS_NOV (IDS_MONTHS+10)
  89. #define IDS_DEC (IDS_MONTHS+11)
  90. #define IDS_MON (IDS_MONTHS+12)
  91. #define IDS_TUE (IDS_MONTHS+13)
  92. #define IDS_WED (IDS_MONTHS+14)
  93. #define IDS_THU (IDS_MONTHS+15)
  94. #define IDS_FRI (IDS_MONTHS+16)
  95. #define IDS_SAT (IDS_MONTHS+17)
  96. #define IDS_SUN (IDS_MONTHS+18)