1LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2
3STRINGTABLE
4BEGIN
5    IDS_USAGE "Displays data page-by-page on the screen.\n\n\
6  MORE < [Drive:][Path]File name\n\
7  Command | MORE \n\
8  MORE [Drive:][Path]File name\n\n\
9  [Drive:][Path]File name    A file, whose content shall be displayed.\n\
10  Command\t\t     A command, whose output shall be displayed.\n\n\
11  At the prompt ""-- Continue --"" you can press any key to show the next page.\n"
12    IDS_CONTINUE "-- Continue --"
13    IDS_CONTINUE_PROGRESS "-- Continue (%d%%) --"
14    IDS_FILE_ACCESS "Cannot access the file %s.\n"
15END
16