[MORE][CONUTILS] Implement missing features of the MORE command (#3658)
[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\n\
15 MORE [options] < [Drive:][Path]Filename\n\
16 Command | MORE [options]\n\
17 MORE [options] [Drive:][Path]Filename\n\n\
18 Options:\n\
19 /E Enable extended features.\n\
20 /C Clear screen before displaying page.\n\
21 /P Expand form-feed characters.\n\
22 /S Shrink multiple blank lines to a single line.\n\
23 /Tn Expand tabs to n spaces (default: 8).\n\
24 +n Start displaying the first file at line n.\n\n\
25 [Drive:][Path]Filename A file, whose content shall be displayed.\n\
26 Command A command, whose output shall be displayed.\n\n\
27 If extended features are enabled, the following commands are available\n\
28 at ""-- Continue --"" prompt:\n\
29 P n Display n lines.\n\
30 S n Skip n lines.\n\
31 F Display next file.\n\
32 Q Quit.\n\
33 ? Show help line.\n\
34 = Show line number.\n\
35 <Space> Display next page.\n\
36 <Enter> Display next line.\n"
37
38 IDS_CONTINUE "-- Toliau --"
39 IDS_CONTINUE_PROGRESS "-- Toliau (%d%%) --"
40 IDS_FILE_ACCESS "Nepavyko atverti bylos %s.\n"
41 IDS_BAD_FLAG "Invalid argument - '%ls'\n"
42 IDS_CONTINUE_OPTIONS "-- Continue (%d%%) [Options: psfq=<Space><Enter>] --"
43 IDS_CONTINUE_LINES "-- Continue (%d%%) -- Lines: "
44 IDS_CONTINUE_LINE_AT "-- Continue (%d%%) [Line:%d] --"
45 END