[CLASS2]
[reactos.git] / base / applications / cmdutils / comp / lang / en-US.rc
1 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2
3 STRINGTABLE
4 BEGIN
5 IDS_HELP "Compares the contents of two files or sets of files.\n\n\
6 COMP [/L] [/A] [data1] [data2]\n\n\
7 data1 Specifies location and name of first file to compare.\n\
8 data2 Specifies location and name of second file to compare.\n\
9 /A Display differences in ASCII characters (default: hexadecimal).\n\
10 /L Display line numbers for differences.\n"
11 IDS_INVALIDSWITCH "Invalid switch - /%c\n"
12 IDS_BADSYNTAX "Bad command line syntax\n"
13 IDS_FILEERROR "Cannot find/open file: %s\n"
14 IDS_COMPARING "Comparing %s and %s...\n"
15 IDS_FILESIZEERROR "Cannot determine size of file: %s\n"
16 IDS_SIZEDIFFERS "Files are different sizes.\n"
17 IDS_READERROR "Files read error.\n"
18 IDS_MISMATCHLINE "Compare error at LINE %d\n"
19 IDS_MISMATCHOFFSET "Compare error at OFFSET 0x%X\n"
20 IDS_ASCIIDIFF "file%d = %c\n"
21 IDS_HEXADECIMALDIFF "file%d = %X\n"
22 IDS_MATCH "Files compare OK\n"
23 END