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 */ 8LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT 9 10STRINGTABLE 11BEGIN 12 IDS_USAGE "Виводить iнфрмацію поекранно. Використання:\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 "Не можу отримати доступ до файла %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: " 59END 60