[MORE][CONUTILS] Implement missing features of the MORE command (#3658)
[reactos.git] / base / applications / cmdutils / more / lang / de-DE.rc
1 LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
2
3 STRINGTABLE
4 BEGIN
5 IDS_USAGE "Zeigt Daten seitenweise auf dem Bildschirm an.\n\n\
6 MORE [options] < [Drive:][Path]Filename\n\
7 Command | MORE [options]\n\
8 MORE [options] [Drive:][Path]Filename\n\n\
9 Options:\n\
10 /E Enable extended features.\n\
11 /C Clear screen before displaying page.\n\
12 /P Expand form-feed characters.\n\
13 /S Shrink multiple blank lines to a single line.\n\
14 /Tn Expand tabs to n spaces (default: 8).\n\
15 +n Start displaying the first file at line n.\n\n\
16 [Drive:][Path]Filename A file, whose content shall be displayed.\n\
17 Command A command, whose output shall be displayed.\n\n\
18 If extended features are enabled, the following commands are available\n\
19 at ""-- Continue --"" prompt:\n\
20 P n Display n lines.\n\
21 S n Skip n lines.\n\
22 F Display next file.\n\
23 Q Quit.\n\
24 ? Show help line.\n\
25 = Show line number.\n\
26 <Space> Display next page.\n\
27 <Enter> Display next line.\n"
28
29 IDS_CONTINUE "-- Fortsetzung --"
30 IDS_CONTINUE_PROGRESS "-- Fortsetzung (%d%%) --"
31 IDS_FILE_ACCESS "Auf die Datei %s kann nicht zugegriffen werden.\n"
32 IDS_BAD_FLAG "Invalid argument - '%ls'\n"
33 IDS_CONTINUE_OPTIONS "-- Continue (%d%%) [Options: psfq=<Space><Enter>] --"
34 IDS_CONTINUE_LINES "-- Continue (%d%%) -- Lines: "
35 IDS_CONTINUE_LINE_AT "-- Continue (%d%%) [Line:%d] --"
36 END