[REACTOS] Fix remaining ' \n' typos, in *.rc (#2393)
[reactos.git] / base / system / chkdsk / lang / en-US.rc
1 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2
3 STRINGTABLE
4 BEGIN
5 IDS_USAGE "\n\
6 Usage: %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\
17 Chkdskx v1.0.1 by Mark Russinovich\n\
18 Systems Internals - http://www.sysinternals.com\n\
19 ReactOS adaptation 1999 by Emanuele Aliberti\n\n"
20 END
21
22 STRINGTABLE
23 BEGIN
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"
31 END