Sync with trunk r65656.
[reactos.git] / base / applications / cmdutils / tree / lang / en-US.rc
1 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2
3 STRINGTABLE
4 BEGIN
5 IDS_USAGE "Visually displays the folder structure of a drive or path.\n\n\
6 TREE [drive:][path] [/F] [/A]\n\n\
7 \t/F Display the names of the files in each folder.\n\
8 \t/A Use ASCII instead of extended characters.\n"
9 IDS_NO_SUBDIRECTORIES "No subdirectories exist"
10 IDS_FOLDER_PATH "Folder PATH Listing\n"
11 IDS_VOL_SERIAL "Volume serial number is %x:%x\n"
12 END