[MORE] Use positional elements to build the MORE prompt, whose state is controlled...
[reactos.git] / base / applications / cmdutils / more / lang / uk-UA.rc
1 /*
2 * PROJECT: ReactOS Console Command More
3 * LICENSE: GPL - See COPYING in the top level directory
4 * FILE: base/applications/cmdutils/more/lang/uk-UA.rc
5 * PURPOSE: Ukraianian Language File for ReactOS Console Command More
6 * PROGRAMMERS: Rostislav Zabolotny
7 */
8 LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
9
10 STRINGTABLE
11 BEGIN
12 IDS_USAGE "Виводить iнфрмацію поекранно. Використання:\n\
13 \n\
14 MORE [/E [options]] < [drive:][path]filename\n\
15 command | 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\
20 When Extended Features are enabled, the following form is supported:\n\
21 MORE [/E] [options] [files]\n\
22 \n\
23 Options:\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\
40 When Extended Features are enabled, the following commands are available\n\
41 at 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 "Не можу отримати доступ до файла %s.\n"
54 IDS_CONTINUE_PROMPT "-- Далi%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: "
59 END