[WINHLP32] All the lang resource files are in UTF-8.
[reactos.git] / base / applications / winhlp32 / lang / Lt.rc
1 /*
2 * Help Viewer
3 *
4 * Copyright 2009 Aurimas Fišeras <aurimas@gmail.com>
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 */
20
21 LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
22
23 MAIN_MENU MENU
24 {
25 POPUP "&Failas" {
26 MENUITEM "&Atverti", MNID_FILE_OPEN
27 MENUITEM SEPARATOR
28 MENUITEM "&Spausdinti", MNID_FILE_PRINT
29 MENUITEM "Spaus&dintuvo nuostatos...", MNID_FILE_SETUP
30 MENUITEM SEPARATOR
31 MENUITEM "Iš&eiti", MNID_FILE_EXIT
32 }
33 POPUP "&Taisa" {
34 MENUITEM "&Kopijuoti...", MNID_EDIT_COPYDLG
35 MENUITEM SEPARATOR
36 MENUITEM "Ko&mentuoti...", MNID_EDIT_ANNOTATE
37 }
38 POPUP "&Adresynas" {
39 MENUITEM "&Apibrėžti...", MNID_BKMK_DEFINE
40 }
41 POPUP "&Parinktys" {
42 MENUITEM "&Visada viršuje", MNID_HELP_HELPTOP
43 MENUITEM "History", MNID_OPTS_HISTORY
44 POPUP "Šriftas"
45 BEGIN
46 MENUITEM "&Mažas", MNID_OPTS_FONTS_SMALL
47 MENUITEM "&Normalus", MNID_OPTS_FONTS_NORMAL
48 MENUITEM "&Didelis", MNID_OPTS_FONTS_LARGE
49 END
50 }
51 POPUP "&Žinynas" {
52 MENUITEM "Pa&galba apie žinyną", MNID_HELP_HELPON
53 MENUITEM "&Informacija...", MNID_HELP_ABOUT
54 }
55 }
56
57 CONTEXT_MENU MENU
58 BEGIN
59 POPUP ""
60 BEGIN
61 MENUITEM "Komentuoti...", MNID_CTXT_ANNOTATE
62 MENUITEM "Kopijuoti", MNID_CTXT_COPY
63 MENUITEM "Spausdinti...", MNID_CTXT_PRINT
64 POPUP "Šriftas"
65 BEGIN
66 MENUITEM "Mažas", MNID_CTXT_FONTS_SMALL
67 MENUITEM "Normalus", MNID_CTXT_FONTS_NORMAL
68 MENUITEM "Didelis", MNID_CTXT_FONTS_LARGE
69 END
70 END
71 END
72
73 STRINGTABLE
74 {
75 STID_WINE_HELP, "ReactOS žinynas"
76 STID_WHERROR, "KLAIDA"
77 STID_WARNING, "ĮSPĖJIMAS"
78 STID_INFO, "Informacija"
79 STID_NOT_IMPLEMENTED, "Nerealizuota"
80 STID_HLPFILE_ERROR_s, "Klaida skaitant žinyno failą „%s“"
81 STID_INDEX, "&Rodyklė"
82 STID_CONTENTS, "Santrauka"
83 STID_BACK, "&Atgal"
84 STID_ALL_FILES, "Visi failai (*.*)"
85 STID_HELP_FILES_HLP, "Žinyno failai (*.hlp)"
86 STID_FILE_NOT_FOUND_s "Nepavyko rasti „%s“. Ar norite rasti šį failą patys?"
87 STID_NO_RICHEDIT "Nepavyko rasti RichEdit realizacijos... Nutraukiama"
88 STID_PSH_INDEX, "Žinyno temos: "
89 }
90
91 IDD_INDEX DIALOGEX 0, 0, 200, 190
92 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
93 FONT 8, "MS Shell Dlg"
94 CAPTION "Indeksas"
95 {
96 LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
97 }
98
99 IDD_SEARCH DIALOGEX 0, 0, 200, 190
100 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
101 FONT 8, "MS Shell Dlg"
102 CAPTION "Paieška"
103 {
104 LTEXT "Dar nerealizuota", -1, 10, 10, 180, 150
105 }