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.

14 lines
363 B

  1. #include "resource.h"
  2. #include "msg.rc"
  3. STRINGTABLE DISCARDABLE
  4. BEGIN
  5. IDS_ORDERBYTES "bytes"
  6. IDS_ORDERKB "KB"
  7. IDS_ORDERMB "MB"
  8. IDS_ORDERGB "GB"
  9. IDS_ORDERTB "TB"
  10. IDS_ORDERPB "PB"
  11. IDS_ORDEREB "EB"
  12. IDS_NO_LIMIT "No Limit"
  13. END