xref: /reactos/dll/win32/hhctrl.ocx/lang/Lt.rc (revision 98e8827a)
1/*
2 * HTML Help resources
3 * Lithuanian Language Support
4 *
5 * Copyright 2009 Aurimas Fišeras <aurimas@gmail.com>
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15 * Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20 */
21
22/* UTF-8 */
23#pragma code_page(65001)
24
25LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
26
27STRINGTABLE
28BEGIN
29#ifdef __REACTOS__
30    IDS_DEFTITLE     "HTML Help"
31#endif
32    IDS_CONTENTS     "&Turinys"
33    IDS_INDEX        "&Rodyklė"
34    IDS_SEARCH       "&Paieška"
35    IDS_FAVORITES    "&Adresynas"
36
37    IDS_HIDETABS     "Hide &Tabs"
38    IDS_SHOWTABS     "Show &Tabs"
39END
40
41STRINGTABLE
42BEGIN
43    IDTB_EXPAND      "Rodyti"
44    IDTB_CONTRACT    "Slėpti"
45    IDTB_STOP        "Stabdyti"
46    IDTB_REFRESH     "Atnaujinti"
47    IDTB_BACK        "Atgal"
48    IDTB_HOME        "Į pradžią"
49    IDTB_SYNC        "Sinchronizuoti"
50    IDTB_PRINT       "Spausdinti"
51    IDTB_OPTIONS     "Parinktys"
52    IDTB_FORWARD     "Pirmyn"
53END
54
55MENU_POPUP MENU
56{
57    POPUP "" /* Options */
58    {
59        MENUITEM "", IDTB_EXPAND
60        MENUITEM "S&ync", IDTB_SYNC
61        MENUITEM "&Back", IDTB_BACK
62        MENUITEM "&Forward", IDTB_FORWARD
63        MENUITEM "&Home", IDTB_HOME
64        MENUITEM "&Stop", IDTB_STOP
65        MENUITEM "&Refresh", IDTB_REFRESH
66        MENUITEM "&Print...", IDTB_PRINT
67    }
68}
69
70MENU_WEBBROWSER MENU
71{
72    POPUP ""
73    {
74        MENUITEM "&Back", IDTB_BACK
75        MENUITEM "&Forward", IDTB_FORWARD
76        MENUITEM SEPARATOR
77        MENUITEM "Select &All", MIID_SELECTALL
78        MENUITEM SEPARATOR
79        MENUITEM "&View Source", MIID_VIEWSOURCE
80        MENUITEM SEPARATOR
81        MENUITEM "&Print...", IDTB_PRINT
82        MENUITEM "&Refresh", IDTB_REFRESH
83        MENUITEM SEPARATOR
84        MENUITEM "Proper&ties", MIID_PROPERTIES
85    }
86    POPUP ""
87    {
88        MENUITEM "Cu&t", MIID_CUT
89        MENUITEM "&Copy", MIID_COPY
90        MENUITEM "Paste", MIID_PASTE
91        MENUITEM "Select &All", MIID_SELECTALL
92        MENUITEM "&Print", IDTB_PRINT
93    }
94}
95