mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 16:48:16 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
17 lines
493 B
Text
17 lines
493 B
Text
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
|
|
IDS_USAGE, "FIND: Prints all lines of a file that contain a string.\n\n\
|
|
FIND [ /C ] [ /I ] [ /N ] [ /V ] \"string\" [ file... ]\n\
|
|
/C Count the number of lines that contain string\n\
|
|
/I Ignore case\n\
|
|
/N Number the displayed lines, starting at 1\n\
|
|
/V Print lines that do not contain the string"
|
|
|
|
IDS_NO_SUCH_FILE, "FIND: %s: No such file\n"
|
|
|
|
IDS_CANNOT_OPEN, "FIND: %s: Cannot open file\n"
|
|
|
|
END
|