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