mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
13 lines
437 B
Plaintext
13 lines
437 B
Plaintext
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
|