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
10LANGUAGE LANG_LITHUANIAN, SUBLANG_DEFAULT
11
12STRINGTABLE
13BEGIN
14    IDS_USAGE "Atvaizduoja duomenis puslapiais.\n\
15\n\
16MORE [/E [options]] < [drive:][path]filename\n\
17command | 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\
22When Extended Features are enabled, the following form is supported:\n\
23MORE [/E] [options] [files]\n\
24\n\
25Options:\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\
42When Extended Features are enabled, the following commands are available\n\
43at 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: "
61END
62