4 * Copyright 2009 Aurimas Fišeras <aurimas@gmail.com>
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.
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.
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
21 #include "winhelp_res.h"
24 #pragma code_page(65001)
26 LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
33 MENUITEM "&Atverti", MNID_FILE_OPEN
35 MENUITEM "&Spausdinti", MNID_FILE_PRINT
36 MENUITEM "Spaus&dintuvo nuostatos...", MNID_FILE_SETUP
38 MENUITEM "Iš&eiti", MNID_FILE_EXIT
41 MENUITEM "&Kopijuoti...", MNID_EDIT_COPYDLG
43 MENUITEM "Ko&mentuoti...", MNID_EDIT_ANNOTATE
46 MENUITEM "&Apibrėžti...", MNID_BKMK_DEFINE
49 POPUP "Žinynas visuomet matomas"
51 MENUITEM "Numatyta", MNID_OPTS_HELP_DEFAULT
52 MENUITEM "Matomas", MNID_OPTS_HELP_VISIBLE
53 MENUITEM "Nematomas", MNID_OPTS_HELP_NONVISIBLE
55 MENUITEM "Istorija", MNID_OPTS_HISTORY
58 MENUITEM "&Mažas", MNID_OPTS_FONTS_SMALL
59 MENUITEM "&Normalus", MNID_OPTS_FONTS_NORMAL
60 MENUITEM "&Didelis", MNID_OPTS_FONTS_LARGE
62 MENUITEM "Naudoti &sistemos spalvas", MNID_OPTS_SYSTEM_COLORS
65 MENUITEM "Pa&galba apie žinyną", MNID_HELP_HELPON
66 MENUITEM "&Visada viršuje", MNID_HELP_HELPTOP
68 MENUITEM "&Informacija...", MNID_HELP_ABOUT
70 MENUITEM "&Apie Wine", MNID_HELP_WINE
75 IDD_INDEX DIALOG DISCARDABLE 0, 0, 200, 190
76 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
77 FONT 8, "MS Shell Dlg"
80 LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
83 IDD_SEARCH DIALOG DISCARDABLE 0, 0, 200, 190
84 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
85 FONT 8, "MS Shell Dlg"
88 LTEXT "Dar nerealizuota", -1, 10, 10, 180, 150
92 STRINGTABLE DISCARDABLE
94 STID_WINE_HELP, "Wine žinynas"
95 STID_WHERROR, "KLAIDA"
96 STID_WARNING, "ĮSPĖJIMAS"
97 STID_INFO, "Informacija"
98 STID_NOT_IMPLEMENTED, "Nerealizuota"
99 STID_HLPFILE_ERROR_s, "Klaida skaitant žinyno failą „%s“"
100 STID_INDEX, "&Rodyklė"
101 STID_CONTENTS, "Santrauka"
103 STID_ALL_FILES, "Visi failai (*.*)"
104 STID_HELP_FILES_HLP, "Žinyno failai (*.hlp)"
105 STID_FILE_NOT_FOUND_s "Nepavyko rasti „%s“. Ar norite rasti šį failą patys?"
106 STID_NO_RICHEDIT "Nepavyko rasti RichEdit realizacijos... Nutraukiama"
107 STID_PSH_INDEX, "Žinyno temos: "
114 MENUITEM "Komentuoti...", MNID_CTXT_ANNOTATE
115 MENUITEM "Kopijuoti", MNID_CTXT_COPY
116 MENUITEM "Spausdinti...", MNID_CTXT_PRINT
119 MENUITEM "Mažas", MNID_CTXT_FONTS_SMALL
120 MENUITEM "Normalus", MNID_CTXT_FONTS_NORMAL
121 MENUITEM "Didelis", MNID_CTXT_FONTS_LARGE
123 POPUP "Žinynas visuomet matomas"
125 MENUITEM "Numatyta", MNID_CTXT_HELP_DEFAULT
126 MENUITEM "Matomas", MNID_CTXT_HELP_VISIBLE
127 MENUITEM "Nematomas", MNID_CTXT_HELP_NONVISIBLE
129 MENUITEM "Naudoti sistemos spalvas", MNID_CTXT_SYSTEM_COLORS