1LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 2 3STRINGTABLE 4BEGIN 5 IDS_USAGE "\n\ 6Usage: %s [drive:] [-F] [-V] [-R] [-C]\n\n\ 7[drive:] Specifies the drive to check.\n\ 8-F Fixes errors on the disk.\n\ 9-V Displays the full path of every file on the disk.\n\ 10-R Locates bad sectors and recovers readable information.\n\ 11-C Checks the drive only if it is dirty.\n\ 12\n" 13 14 IDS_PERCENT_COMPL "%d percent completed.\r" 15 IDS_FILE_SYSTEM "The type of file system is %s.\n" 16 IDS_ABOUT "\n\ 17Chkdskx v1.0.1 by Mark Russinovich\n\ 18Systems Internals - http://www.sysinternals.com\n\ 19ReactOS adaptation 1999 by Emanuele Aliberti\n\n" 20END 21 22STRINGTABLE 23BEGIN 24 IDS_VOLUME_IN_USE "Volume is in use and cannot be locked\n" 25 IDS_CHKDSK_FAIL "Chkdsk was unable to complete successfully.\n\n" 26 IDS_NO_ENTRY_POINT "Could not located FMIFS entry points.\n\n" 27 IDS_BAD_ARGUMENT "Unknown argument: %s\n" 28 IDS_NO_CURRENT_DIR "Could not get current directory. Error code: " 29 IDS_NO_QUERY_VOL "Could not query volume. Error code: " 30 IDS_VOLUME_IN_USE_PROC "Chkdsk cannot run because the volume is in use by another process.\n\n" 31END 32