12db87ebdSKatayama Hirofumi MZLANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
22db87ebdSKatayama Hirofumi MZ
32db87ebdSKatayama Hirofumi MZSTRINGTABLE
42db87ebdSKatayama Hirofumi MZBEGIN
52db87ebdSKatayama Hirofumi MZ    IDS_USAGE "Compares two files or sets of files and displays the differences between\n\
6*3d64217fSHermès Bélusca-Maïtothem.\n\
72db87ebdSKatayama Hirofumi MZ\n\
82db87ebdSKatayama Hirofumi MZFC [/A] [/C] [/L] [/LBn] [/N] [/OFF[LINE]] [/T] [/U] [/W] [/nnnn]\n\
92db87ebdSKatayama Hirofumi MZ   [drive1:][path1]filename1 [drive2:][path2]filename2\n\
102db87ebdSKatayama Hirofumi MZFC /B [drive1:][path1]filename1 [drive2:][path2]filename2\n\
112db87ebdSKatayama Hirofumi MZ\n\
122db87ebdSKatayama Hirofumi MZ  /A         Displays only first and last lines for each set of differences.\n\
132db87ebdSKatayama Hirofumi MZ  /B         Performs a binary comparison.\n\
142db87ebdSKatayama Hirofumi MZ  /C         Disregards the case of letters.\n\
152db87ebdSKatayama Hirofumi MZ  /L         Compares files as ASCII text.\n\
162db87ebdSKatayama Hirofumi MZ  /LBn       Sets the maximum consecutive mismatches to the specified\n\
172db87ebdSKatayama Hirofumi MZ             number of lines (default: 100).\n\
182db87ebdSKatayama Hirofumi MZ  /N         Displays the line numbers on an ASCII comparison.\n\
192db87ebdSKatayama Hirofumi MZ  /OFF[LINE] Doesn't skip files with offline attribute set.\n\
202db87ebdSKatayama Hirofumi MZ  /T         Doesn't expand tabs to spaces (default: expand).\n\
212db87ebdSKatayama Hirofumi MZ  /U         Compare files as UNICODE text files.\n\
222db87ebdSKatayama Hirofumi MZ  /W         Compresses white space (tabs and spaces) for comparison.\n\
232db87ebdSKatayama Hirofumi MZ  /nnnn      Specifies the number of consecutive lines that must match\n\
242db87ebdSKatayama Hirofumi MZ             after a mismatch (default: 2).\n\
252db87ebdSKatayama Hirofumi MZ  [drive1:][path1]filename1\n\
262db87ebdSKatayama Hirofumi MZ             Specifies the first file or set of files to compare.\n\
272db87ebdSKatayama Hirofumi MZ  [drive2:][path2]filename2\n\
282db87ebdSKatayama Hirofumi MZ             Specifies the second file or set of files to compare.\n"
292db87ebdSKatayama Hirofumi MZ    IDS_NO_DIFFERENCE "FC: no differences encountered\n"
302db87ebdSKatayama Hirofumi MZ    IDS_LONGER_THAN "FC: %ls longer than %ls\n"
312db87ebdSKatayama Hirofumi MZ    IDS_COMPARING "Comparing files %ls and %ls\n"
322db87ebdSKatayama Hirofumi MZ    IDS_OUT_OF_MEMORY "FC: Out of memory\n"
332db87ebdSKatayama Hirofumi MZ    IDS_CANNOT_READ "FC: cannot read from %ls\n"
342db87ebdSKatayama Hirofumi MZ    IDS_INVALID_SWITCH "FC: Invalid Switch\n"
352db87ebdSKatayama Hirofumi MZ    IDS_CANNOT_OPEN "FC: cannot open %ls - No such file or folder\n"
362db87ebdSKatayama Hirofumi MZ    IDS_NEEDS_FILES "FC: Insufficient number of file specifications\n"
372db87ebdSKatayama Hirofumi MZ    IDS_CANT_USE_WILDCARD "Wildcard ('*' and '?') are not supported yet\n"
382db87ebdSKatayama Hirofumi MZ    IDS_DIFFERENT "FC: File %ls and %ls are different\n"
392db87ebdSKatayama Hirofumi MZ    IDS_TOO_LARGE "FC: File %ls too large\n"
4091dc5eacSKatayama Hirofumi MZ    IDS_RESYNC_FAILED "Resync failed.  Files are too different.\n"
412db87ebdSKatayama Hirofumi MZEND
42