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