xref: /reactos/base/system/chkdsk/resource.h (revision f04935d8)
1 /* General IDs */
2 
3 #define IDS_USAGE               101
4 #define IDS_PERCENT_COMPL       102
5 #define IDS_ABOUT               103
6 #define IDS_FILE_SYSTEM         104
7 
8 /* Failure IDs */
9 
10 #define IDS_VOLUME_IN_USE       200
11 #define IDS_CHKDSK_FAIL         201
12 #define IDS_NO_ENTRY_POINT      202
13 #define IDS_BAD_ARGUMENT        203
14 #define IDS_NO_CURRENT_DIR      204
15 #define IDS_NO_QUERY_VOL        205
16 #define IDS_VOLUME_IN_USE_PROC  206
17 
18 /* EOF */
19