[MORE] Use positional elements to build the MORE prompt, whose state is controlled...
[reactos.git] / base / applications / cmdutils / more / lang / sk-SK.rc
1 /* TRANSLATOR: Mário Kačmár /Mario Kacmar/ aka Kario (kario@szm.sk)
2 * DATE OF TR: 14-02-2008
3 */
4
5 LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
6
7 STRINGTABLE
8 BEGIN
9 IDS_USAGE "Zobrazuje údaje, stránku za stránkou, na obrazovke.\n\
10 \n\
11 MORE [/E [options]] < [drive:][path]filename\n\
12 command | MORE [/E [options]]\n\
13 \n\
14 [drive:][path]filename A file whose contents are to be displayed.\n\
15 command A command whose output is to be displayed.\n\
16 \n\
17 When Extended Features are enabled, the following form is supported:\n\
18 MORE [/E] [options] [files]\n\
19 \n\
20 Options:\n\
21 /E Enable Extended Features.\n\
22 The default state of the Extended Features is controlled by the default\n\
23 registry settings for CMD.EXE. For more details on how to change these\n\
24 settings, see the section ""Command Extensions"" in CMD.EXE help.\n\
25 \n\
26 When Extended Features are enabled, the following options are available:\n\
27 /C Clear the screen before displaying a page.\n\
28 /P Expand Form-Feed characters.\n\
29 /S Shrink successive blank lines to a single line.\n\
30 /Tn Expand tabs to n spaces (default: 8).\n\
31 \n\
32 These options can be specified in the MORE environment variable.\n\
33 \n\
34 +n Start displaying the first file at line n.\n\
35 files List of files to display, separated by blanks.\n\
36 \n\
37 When Extended Features are enabled, the following commands are available\n\
38 at the ""-- Continue --"" prompt:\n\
39 \n\
40 P n Display the next n lines.\n\
41 S n Skip the next n lines.\n\
42 F Display the next file.\n\
43 Q Quit.\n\
44 = Show the line number.\n\
45 ? Show the help line.\n\
46 <Space> Display the next page.\n\
47 <Enter> Display the next line.\n"
48
49 IDS_BAD_FLAG "Invalid argument - '%s'\n"
50 IDS_FILE_ACCESS "Neviem získať prístup k súboru %s.\n"
51 IDS_CONTINUE_PROMPT "-- Pokračujte%1%2%3 --%4"
52 IDS_CONTINUE_PERCENT " (%d%%)"
53 IDS_CONTINUE_LINE_AT " [Line: %d]"
54 IDS_CONTINUE_OPTIONS " [Options: psfq=<Space><Enter>]"
55 IDS_CONTINUE_LINES " Lines: "
56 END