1LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL 2 3STRINGTABLE 4BEGIN 5 IDS_USAGE "Vis data side-etter-side på skjermen.\n\ 6\n\ 7MORE [/E [options]] < [drive:][path]filename\n\ 8command | MORE [/E [options]]\n\ 9\n\ 10 [drive:][path]filename A file whose contents are to be displayed.\n\ 11 command A command whose output is to be displayed.\n\ 12\n\ 13When Extended Features are enabled, the following form is supported:\n\ 14MORE [/E] [options] [files]\n\ 15\n\ 16Options:\n\ 17 /E Enable Extended Features.\n\ 18 The default state of the Extended Features is controlled by the default\n\ 19 registry settings for CMD.EXE. For more details on how to change these\n\ 20 settings, see the section ""Command Extensions"" in CMD.EXE help.\n\ 21\n\ 22 When Extended Features are enabled, the following options are available:\n\ 23 /C Clear the screen before displaying a page.\n\ 24 /P Expand Form-Feed characters.\n\ 25 /S Shrink successive blank lines to a single line.\n\ 26 /Tn Expand tabs to n spaces (default: 8).\n\ 27\n\ 28 These options can be specified in the MORE environment variable.\n\ 29\n\ 30 +n Start displaying the first file at line n.\n\ 31 files List of files to display, separated by blanks.\n\ 32\n\ 33When Extended Features are enabled, the following commands are available\n\ 34at the ""-- Continue --"" prompt:\n\ 35\n\ 36 P n Display the next n lines.\n\ 37 S n Skip the next n lines.\n\ 38 F Display the next file.\n\ 39 Q Quit.\n\ 40 = Show the line number.\n\ 41 ? Show the help line.\n\ 42 <Space> Display the next page.\n\ 43 <Enter> Display the next line.\n" 44 45 IDS_BAD_FLAG "Invalid argument - '%s'\n" 46 IDS_FILE_ACCESS "Får ikke tilgang til filen %s.\n" 47 IDS_CONTINUE_PROMPT "-- Fortsett%1%2%3 --%4" 48 IDS_CONTINUE_PERCENT " (%d%%)" 49 IDS_CONTINUE_LINE_AT " [Line: %d]" 50 IDS_CONTINUE_OPTIONS " [Options: psfq=<Space><Enter>]" 51 IDS_CONTINUE_LINES " Lines: " 52END 53