[NTOSKRNL]
[reactos.git] / reactos / base / applications / cmdutils / more / lang / en-US.rc
1 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2
3 STRINGTABLE DISCARDABLE
4 BEGIN
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
13 IDS_CONTINUE, " -- Continue (100%) -- "
14 IDS_FILE_ACCESS, "Cannot access the file %s."
15 END