1c2c66affSColin Finck/*
2c2c66affSColin Finck * PROJECT:     ReactOS Console Command More
3c2c66affSColin Finck * LICENSE:     GPL - See COPYING in the top level directory
4c2c66affSColin Finck * FILE:        base/applications/cmdutils/more/lang/ru-RU.rc
5c2c66affSColin Finck * PURPOSE:     Russian Language File for ReactOS Console Command More
6c2c66affSColin Finck * PROGRAMMERS: towerr & Lentin
7c2c66affSColin Finck */
8c2c66affSColin Finck
9c2c66affSColin FinckLANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
10c2c66affSColin Finck
11c2c66affSColin FinckSTRINGTABLE
12c2c66affSColin FinckBEGIN
13558908e7SHermès Bélusca-Maïto    IDS_USAGE "Показывать данные постранично заполняя экран.\n\
14558908e7SHermès Bélusca-Maïto\n\
15558908e7SHermès Bélusca-MaïtoMORE [/E [options]] < [drive:][path]filename\n\
16558908e7SHermès Bélusca-Maïtocommand | MORE [/E [options]]\n\
17558908e7SHermès Bélusca-Maïto\n\
18558908e7SHermès Bélusca-Maïto    [drive:][path]filename  A file whose contents are to be displayed.\n\
19558908e7SHermès Bélusca-Maïto    command                 A command whose output is to be displayed.\n\
20558908e7SHermès Bélusca-Maïto\n\
21558908e7SHermès Bélusca-MaïtoWhen Extended Features are enabled, the following form is supported:\n\
22558908e7SHermès Bélusca-MaïtoMORE [/E] [options] [files]\n\
23558908e7SHermès Bélusca-Maïto\n\
24b552901dSKatayama Hirofumi MZOptions:\n\
25558908e7SHermès Bélusca-Maïto    /E       Enable Extended Features.\n\
26558908e7SHermès Bélusca-Maïto    The default state of the Extended Features is controlled by the default\n\
27558908e7SHermès Bélusca-Maïto    registry settings for CMD.EXE. For more details on how to change these\n\
28558908e7SHermès Bélusca-Maïto    settings, see the section ""Command Extensions"" in CMD.EXE help.\n\
29558908e7SHermès Bélusca-Maïto\n\
30558908e7SHermès Bélusca-Maïto    When Extended Features are enabled, the following options are available:\n\
31558908e7SHermès Bélusca-Maïto    /C       Clear the screen before displaying a page.\n\
32558908e7SHermès Bélusca-Maïto    /P       Expand Form-Feed characters.\n\
33558908e7SHermès Bélusca-Maïto    /S       Shrink successive blank lines to a single line.\n\
34b552901dSKatayama Hirofumi MZ    /Tn      Expand tabs to n spaces (default: 8).\n\
35558908e7SHermès Bélusca-Maïto\n\
36558908e7SHermès Bélusca-Maïto    These options can be specified in the MORE environment variable.\n\
37558908e7SHermès Bélusca-Maïto\n\
38558908e7SHermès Bélusca-Maïto    +n       Start displaying the first file at line n.\n\
39558908e7SHermès Bélusca-Maïto    files    List of files to display, separated by blanks.\n\
40558908e7SHermès Bélusca-Maïto\n\
41558908e7SHermès Bélusca-MaïtoWhen Extended Features are enabled, the following commands are available\n\
42558908e7SHermès Bélusca-Maïtoat the ""-- Continue --"" prompt:\n\
43558908e7SHermès Bélusca-Maïto\n\
44558908e7SHermès Bélusca-Maïto    P n      Display the next n lines.\n\
45558908e7SHermès Bélusca-Maïto    S n      Skip the next n lines.\n\
46558908e7SHermès Bélusca-Maïto    F        Display the next file.\n\
47b552901dSKatayama Hirofumi MZ    Q        Quit.\n\
48558908e7SHermès Bélusca-Maïto    =        Show the line number.\n\
49558908e7SHermès Bélusca-Maïto    ?        Show the help line.\n\
50558908e7SHermès Bélusca-Maïto    <Space>  Display the next page.\n\
51558908e7SHermès Bélusca-Maïto    <Enter>  Display the next line.\n"
52b552901dSKatayama Hirofumi MZ
53*2dbbfe86SHermès Bélusca-Maïto    IDS_BAD_FLAG "Invalid argument - '%s'\n"
54c2c66affSColin Finck    IDS_FILE_ACCESS "Нет доступа к файлу %s.\n"
55*2dbbfe86SHermès Bélusca-Maïto    IDS_CONTINUE_PROMPT  "-- Продолжить%1%2%3 --%4"
56*2dbbfe86SHermès Bélusca-Maïto    IDS_CONTINUE_PERCENT " (%d%%)"
57*2dbbfe86SHermès Bélusca-Maïto    IDS_CONTINUE_LINE_AT " [Line: %d]"
58*2dbbfe86SHermès Bélusca-Maïto    IDS_CONTINUE_OPTIONS " [Options: psfq=<Space><Enter>]"
59*2dbbfe86SHermès Bélusca-Maïto    IDS_CONTINUE_LINES   " Lines: "
60c2c66affSColin FinckEND
61