reactos/base/applications/cmdutils/tree/lang/en-US.rc
Amine Khaldi 0ee830d7a4 * Create a branch for USB experiments.
svn path=/branches/usb-experiments/; revision=72629
2016-09-09 15:11:19 +00:00

12 lines
437 B
Text

LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
STRINGTABLE
BEGIN
IDS_USAGE "Visually displays the folder structure of a drive or path.\n\n\
TREE [drive:][path] [/F] [/A]\n\n\
\t/F Display the names of the files in each folder.\n\
\t/A Use ASCII instead of extended characters.\n"
IDS_NO_SUBDIRECTORIES "No subdirectories exist"
IDS_FOLDER_PATH "Folder PATH Listing\n"
IDS_VOL_SERIAL "Volume serial number is %x:%x\n"
END