13f2aa219d27d75a5dea61135b6ef1df47062855
[reactos.git] / base / applications / cmdutils / more / lang / ru-RU.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/ru-RU.rc
5 * PURPOSE: Russian Language File for ReactOS Console Command More
6 * PROGRAMMERS: towerr & Lentin
7 */
8
9 LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
10
11 STRINGTABLE
12 BEGIN
13 IDS_USAGE "Показывать данные постранично заполняя экран.\n\
14 \n\
15 MORE [/E [options]] < [drive:][path]filename\n\
16 command | MORE [/E [options]]\n\
17 \n\
18 [drive:][path]filename A file whose contents are to be displayed.\n\
19 command A command whose output is to be displayed.\n\
20 \n\
21 When Extended Features are enabled, the following form is supported:\n\
22 MORE [/E] [options] [files]\n\
23 \n\
24 Options:\n\
25 /E Enable Extended Features.\n\
26 The default state of the Extended Features is controlled by the default\n\
27 registry settings for CMD.EXE. For more details on how to change these\n\
28 settings, see the section ""Command Extensions"" in CMD.EXE help.\n\
29 \n\
30 When Extended Features are enabled, the following options are available:\n\
31 /C Clear the screen before displaying a page.\n\
32 /P Expand Form-Feed characters.\n\
33 /S Shrink successive blank lines to a single line.\n\
34 /Tn Expand tabs to n spaces (default: 8).\n\
35 \n\
36 These options can be specified in the MORE environment variable.\n\
37 \n\
38 +n Start displaying the first file at line n.\n\
39 files List of files to display, separated by blanks.\n\
40 \n\
41 When Extended Features are enabled, the following commands are available\n\
42 at the ""-- Continue --"" prompt:\n\
43 \n\
44 P n Display the next n lines.\n\
45 S n Skip the next n lines.\n\
46 F Display the next file.\n\
47 Q Quit.\n\
48 = Show the line number.\n\
49 ? Show the help line.\n\
50 <Space> Display the next page.\n\
51 <Enter> Display the next line.\n"
52
53 IDS_CONTINUE "-- Продолжить --"
54 IDS_CONTINUE_PROGRESS "-- Продолжить (%d%%) --"
55 IDS_FILE_ACCESS "Нет доступа к файлу %s.\n"
56 IDS_BAD_FLAG "Invalid argument - '%ls'\n"
57 IDS_CONTINUE_OPTIONS "-- Continue (%d%%) [Options: psfq=<Space><Enter>] --"
58 IDS_CONTINUE_LINES "-- Continue (%d%%) -- Lines: "
59 IDS_CONTINUE_LINE_AT "-- Continue (%d%%) [Line:%d] --"
60 END