[SHELL/EXPERIMENTS]
[reactos.git] / base / applications / findstr / lang / en-US.rc
1 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2
3 STRINGTABLE
4 BEGIN
5 IDS_USAGE "FINDSTR: Prints all lines of a file that contain a string.\n\n\
6 FIND [ /C ] [ /I ] [ /N ] [ /V ] ""string"" [ file... ]\n\
7 /C Count the number of lines that contain string\n\
8 /I Ignore case\n\
9 /N Number the displayed lines, starting at 1\n\
10 /V Print lines that do not contain the string"
11 IDS_NO_SUCH_FILE "FINDSTR: %s: No such file\n"
12 IDS_CANNOT_OPEN "FINDSTR: %s: Cannot open file\n"
13 END