[SHELL32] Remove 2 redundant initializations
[reactos.git] / base / applications / cmdutils / more / lang / lt-LT.rc
1 /*
2 * PROJECT: ReactOS more command
3 * LICENSE: GPL - See COPYING in the top level directory
4 * FILE: base/applications/cmdutils/more/lang/lt-LT.rc
5 * PURPOSE: Lithuanian Language File
6 * TRANSLATOR: Vytis "CMan" Girdžijauskas (cman@cman.us)
7 * DATE: 2007-09-23
8 */
9
10 LANGUAGE LANG_LITHUANIAN, SUBLANG_DEFAULT
11
12 STRINGTABLE
13 BEGIN
14 IDS_USAGE "Atvaizduoja duomenis puslapiais.\n\
15 \n\
16 MORE [/E [options]] < [drive:][path]filename\n\
17 command | MORE [/E [options]]\n\
18 \n\
19 [drive:][path]filename A file whose contents are to be displayed.\n\
20 command A command whose output is to be displayed.\n\
21 \n\
22 When Extended Features are enabled, the following form is supported:\n\
23 MORE [/E] [options] [files]\n\
24 \n\
25 Options:\n\
26 /E Enable Extended Features.\n\
27 The default state of the Extended Features is controlled by the default\n\
28 registry settings for CMD.EXE. For more details on how to change these\n\
29 settings, see the section ""Command Extensions"" in CMD.EXE help.\n\
30 \n\
31 When Extended Features are enabled, the following options are available:\n\
32 /C Clear the screen before displaying a page.\n\
33 /P Expand Form-Feed characters.\n\
34 /S Shrink successive blank lines to a single line.\n\
35 /Tn Expand tabs to n spaces (default: 8).\n\
36 \n\
37 These options can be specified in the MORE environment variable.\n\
38 \n\
39 +n Start displaying the first file at line n.\n\
40 files List of files to display, separated by blanks.\n\
41 \n\
42 When Extended Features are enabled, the following commands are available\n\
43 at the ""-- Continue --"" prompt:\n\
44 \n\
45 P n Display the next n lines.\n\
46 S n Skip the next n lines.\n\
47 F Display the next file.\n\
48 Q Quit.\n\
49 = Show the line number.\n\
50 ? Show the help line.\n\
51 <Space> Display the next page.\n\
52 <Enter> Display the next line.\n"
53
54 IDS_BAD_FLAG "Invalid argument - '%s'\n"
55 IDS_FILE_ACCESS "Nepavyko atverti bylos %s.\n"
56 IDS_CONTINUE_PROMPT "-- Toliau%1%2%3 --%4"
57 IDS_CONTINUE_PERCENT " (%d%%)"
58 IDS_CONTINUE_LINE_AT " [Line: %d]"
59 IDS_CONTINUE_OPTIONS " [Options: psfq=<Space><Enter>]"
60 IDS_CONTINUE_LINES " Lines: "
61 END