Windows NT 4.0 source code leak
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.

27 lines
1.3 KiB

4 years ago
  1. #include "strids.h"
  2. STRINGTABLE
  3. BEGIN
  4. LC_CMD_HELP_1 "\nIniToDat"
  5. LC_CMD_HELP_2 " Convert Perf????.ini to Perf???.dat file"
  6. LC_CMD_HELP_3 "\nUsage:"
  7. LC_CMD_HELP_4 "\n initodat filename\n"
  8. LC_CMD_HELP_5 " filename is the name of the initialization file that contains"
  9. LC_CMD_HELP_6 " the counter name definitions or explain text for a specific"
  10. LC_CMD_HELP_7 " language. Initodat will create a data file using the same"
  11. LC_CMD_HELP_8 " name with .dat extension.\n\n"
  12. LC_FILE_ERR "\nError in opening file: %ws."
  13. LC_NO_INIFILE "\nUnable to find initialization file %ws"
  14. LC_SUMMARY "\nSummary:\n"
  15. LC_NUM_OF_ID " Number of IDs - "
  16. LC_LAST_ID " Last ID - "
  17. LC_LAST_TEXT " Last Text - "
  18. LC_BAD_ID "\n*** ERROR *** invalid ID entry after "
  19. LC_MISSING_DEL "\n*** ERROR *** either missing quote or comma.\n"
  20. LC_CANT_CREATE "\n*** ERROR *** cannot create data file.\nError = %ld\n"
  21. LC_CANT_WRITE "\n*** ERROR *** cannot write to data file.\nError = %ld\n"
  22. LC_ACCESS_DENIED "*** Write access is denied. ***"
  23. LC_DISK_FULL "*** There is not enough space on the disk. ***"
  24. END