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.

113 lines
4.6 KiB

  1. #define IDS_ON 1
  2. #define IDS_OFF 2
  3. #define IDS_HIBER_INVALID_STATE 3
  4. #define IDS_HIBER_UNSUPPORTED 4
  5. #define IDS_HIBER_CONFIG_FAIL 5
  6. #define IDS_SYSCAP_FAIL 6
  7. #define IDS_INVALID_CMDLINE_PARAM 7
  8. #define IDS_OUT_OF_MEMORY 8
  9. #define IDS_SCHEME_NOT_FOUND 9
  10. #define IDS_ACTIVE_SCHEME_INVALID 10
  11. #define IDS_SCHEME_ALREADY_EXISTS 11
  12. #define IDS_SCHEME_CREATE_FAIL 12
  13. #define IDS_CURRENTLY_ACTIVE_SCHEME 13
  14. #define IDS_SCHEME_NAME 14
  15. #define IDS_SCHEME_DESCRIPTION 15
  16. #define IDS_MONITOR_TIMEOUT_AC 16
  17. #define IDS_MONITOR_TIMEOUT_DC 17
  18. #define IDS_DISK_TIMEOUT_AC 18
  19. #define IDS_DISK_TIMEOUT_DC 19
  20. #define IDS_STANDBY_TIMEOUT_AC 20
  21. #define IDS_STANDBY_TIMEOUT_DC 21
  22. #define IDS_HIBER_TIMEOUT_AC 22
  23. #define IDS_HIBER_TIMEOUT_DC 23
  24. #define IDS_USAGE_START 24
  25. #define IDS_USAGE_01 25
  26. #define IDS_USAGE_02 26
  27. #define IDS_USAGE_03 27
  28. #define IDS_USAGE_04 28
  29. #define IDS_USAGE_05 29
  30. #define IDS_USAGE_06 30
  31. #define IDS_USAGE_07 31
  32. #define IDS_USAGE_08 32
  33. #define IDS_USAGE_09 33
  34. #define IDS_USAGE_10 34
  35. #define IDS_USAGE_11 35
  36. #define IDS_USAGE_12 36
  37. #define IDS_USAGE_13 37
  38. #define IDS_USAGE_14 38
  39. #define IDS_USAGE_15 39
  40. #define IDS_USAGE_16 40
  41. #define IDS_USAGE_17 41
  42. #define IDS_USAGE_18 42
  43. #define IDS_USAGE_19 43
  44. #define IDS_USAGE_20 44
  45. #define IDS_USAGE_21 45
  46. #define IDS_USAGE_22 46
  47. #define IDS_USAGE_23 47
  48. #define IDS_USAGE_24 48
  49. #define IDS_USAGE_25 49
  50. #define IDS_USAGE_26 50
  51. #define IDS_USAGE_27 51
  52. #define IDS_USAGE_28 52
  53. #define IDS_USAGE_29 53
  54. #define IDS_USAGE_30 54
  55. #define IDS_USAGE_31 55
  56. #define IDS_USAGE_32 56
  57. #define IDS_USAGE_33 57
  58. #define IDS_USAGE_34 58
  59. #define IDS_USAGE_35 59
  60. #define IDS_USAGE_36 60
  61. #define IDS_USAGE_37 61
  62. #define IDS_USAGE_38 62
  63. #define IDS_USAGE_39 63
  64. #define IDS_USAGE_40 64
  65. #define IDS_USAGE_41 65
  66. #define IDS_USAGE_42 66
  67. #define IDS_USAGE_43 67
  68. #define IDS_USAGE_44 68
  69. #define IDS_USAGE_45 69
  70. #define IDS_USAGE_46 70
  71. #define IDS_USAGE_47 71
  72. #define IDS_USAGE_48 72
  73. #define IDS_USAGE_49 73
  74. #define IDS_USAGE_50 74
  75. #define IDS_USAGE_51 75
  76. #define IDS_USAGE_52 76
  77. #define IDS_USAGE_53 77
  78. #define IDS_USAGE_54 78
  79. #define IDS_USAGE_55 79
  80. #define IDS_USAGE_56 80
  81. #define IDS_USAGE_57 81
  82. #define IDS_USAGE_58 82
  83. #define IDS_USAGE_59 83
  84. #define IDS_USAGE_60 84
  85. #define IDS_USAGE_61 85
  86. #define IDS_USAGE_END 86
  87. #define IDS_LIST_HEADER1 87
  88. #define IDS_LIST_HEADER2 88
  89. #define IDS_QUERY_HEADER1 89
  90. #define IDS_QUERY_HEADER2 90
  91. #define IDS_QUERY_FOOTER 91
  92. #define IDS_UNEXPECTED_ERROR 92
  93. #define IDS_HIBER_OUT_OF_RANGE 93
  94. #define IDS_MINUTES 94
  95. #define IDS_DISABLED 95
  96. #define IDS_UNSUPPORTED 96
  97. #define IDS_STANDBY_WARNING 97
  98. #define IDS_HIBER_WARNING 98
  99. #define IDS_MONITOR_WARNING 99
  100. #define IDS_DISK_WARNING 100
  101. #define IDS_HIBER_PRIVILEGE 101
  102. #define IDS_DEFAULT_FILENAME 102
  103. #define IDS_THROTTLE_AC 103
  104. #define IDS_THROTTLE_DC 104
  105. #define IDS_THROTTLE_NONE 105
  106. #define IDS_THROTTLE_CONSTANT 106
  107. #define IDS_THROTTLE_DEGRADE 107
  108. #define IDS_THROTTLE_ADAPTIVE 108
  109. #define IDS_THROTTLE_UNKNOWN 109