~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Wine Cross Reference
wine/programs/winhlp32/Lt.rc

Version: ~ [ wine-1.1.33 ] ~ [ wine-1.1.32 ] ~ [ wine-1.1.31 ] ~ [ wine-1.1.30 ] ~ [ wine-1.1.29 ] ~ [ wine-1.1.28 ] ~ [ wine-1.1.27 ] ~ [ wine-1.1.26 ] ~ [ wine-1.1.25 ] ~ [ wine-1.1.24 ] ~ [ wine-1.1.23 ] ~ [ wine-1.1.22 ] ~ [ wine-1.1.21 ] ~ [ wine-1.1.20 ] ~ [ wine-1.1.19 ] ~ [ wine-1.1.18 ] ~ [ wine-1.1.17 ] ~ [ wine-1.1.16 ] ~ [ wine-1.1.15 ] ~ [ wine-1.1.14 ] ~ [ wine-1.1.13 ] ~ [ wine-1.1.12 ] ~ [ wine-1.1.11 ] ~ [ wine-1.1.10 ] ~ [ wine-1.1.9 ] ~ [ wine-1.1.8 ] ~ [ wine-1.1.7 ] ~ [ wine-1.0.1 ] ~ [ wine-1.1.6 ] ~ [ wine-1.1.5 ] ~ [ wine-1.1.4 ] ~ [ wine-1.1.3 ] ~ [ wine-1.1.2 ] ~ [ wine-1.1.1 ] ~ [ wine-1.1.0 ] ~ [ wine-1.0 ] ~

  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 #include "winhelp_res.h"
 22 
 23 /* UTF-8 */
 24 #pragma code_page(65001)
 25 
 26 LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
 27 
 28 /* Menu */
 29 
 30 MAIN_MENU MENU
 31 {
 32  POPUP "&Failas" {
 33    MENUITEM "&Atverti",                   MNID_FILE_OPEN
 34    MENUITEM SEPARATOR
 35    MENUITEM "&Spausdinti",                MNID_FILE_PRINT
 36    MENUITEM "Spaus&dintuvo nuostatos...", MNID_FILE_SETUP
 37    MENUITEM SEPARATOR
 38    MENUITEM "Iš&eiti",                    MNID_FILE_EXIT
 39  }
 40  POPUP "&Taisa" {
 41    MENUITEM "&Kopijuoti...",              MNID_EDIT_COPYDLG
 42    MENUITEM SEPARATOR
 43    MENUITEM "Ko&mentuoti...",             MNID_EDIT_ANNOTATE
 44  }
 45  POPUP "&Adresynas" {
 46    MENUITEM "&Apibrėžti...",              MNID_BKMK_DEFINE
 47  }
 48  POPUP "&Parinktys" {
 49    POPUP    "Žinynas visuomet matomas"
 50    BEGIN
 51      MENUITEM "Numatyta",                 MNID_OPTS_HELP_DEFAULT
 52      MENUITEM "Matomas",                  MNID_OPTS_HELP_VISIBLE
 53      MENUITEM "Nematomas",                MNID_OPTS_HELP_NONVISIBLE
 54    END
 55    MENUITEM "Istorija",                   MNID_OPTS_HISTORY
 56    POPUP    "Šriftas"
 57    BEGIN
 58      MENUITEM "&Mažas",                   MNID_OPTS_FONTS_SMALL
 59      MENUITEM "&Normalus",                MNID_OPTS_FONTS_NORMAL
 60      MENUITEM "&Didelis",                 MNID_OPTS_FONTS_LARGE
 61    END
 62    MENUITEM "Naudoti &sistemos spalvas",  MNID_OPTS_SYSTEM_COLORS
 63  }
 64  POPUP "&Žinynas" {
 65    MENUITEM "Pa&galba apie žinyną",       MNID_HELP_HELPON
 66    MENUITEM "&Visada viršuje",            MNID_HELP_HELPTOP
 67    MENUITEM SEPARATOR
 68    MENUITEM "&Informacija...",            MNID_HELP_ABOUT
 69 #ifdef WINELIB
 70    MENUITEM "&Apie Wine",                 MNID_HELP_WINE
 71 #endif
 72  }
 73 }
 74 
 75 IDD_INDEX DIALOG DISCARDABLE 0, 0, 200, 190
 76 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
 77 FONT 8, "MS Shell Dlg"
 78 CAPTION "Indeksas"
 79 {
 80     LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
 81 }
 82 
 83 IDD_SEARCH DIALOG DISCARDABLE 0, 0, 200, 190
 84 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
 85 FONT 8, "MS Shell Dlg"
 86 CAPTION "Paieška"
 87 {
 88     LTEXT  "Dar nerealizuota", -1, 10, 10, 180, 150
 89 }
 90 
 91 /* Strings */
 92 STRINGTABLE DISCARDABLE
 93 {
 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"
102 STID_BACK,            "&Atgal"
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: "
108 }
109 
110 CONTEXT_MENU MENU
111 BEGIN
112   POPUP ""
113   BEGIN
114     MENUITEM "Komentuoti...",            MNID_CTXT_ANNOTATE
115     MENUITEM "Kopijuoti",                MNID_CTXT_COPY
116     MENUITEM "Spausdinti...",            MNID_CTXT_PRINT
117     POPUP    "Šriftas"
118     BEGIN
119       MENUITEM "Mažas",                  MNID_CTXT_FONTS_SMALL
120       MENUITEM "Normalus",               MNID_CTXT_FONTS_NORMAL
121       MENUITEM "Didelis",                MNID_CTXT_FONTS_LARGE
122     END
123     POPUP   "Žinynas visuomet matomas"
124     BEGIN
125       MENUITEM "Numatyta",               MNID_CTXT_HELP_DEFAULT
126       MENUITEM "Matomas",                MNID_CTXT_HELP_VISIBLE
127       MENUITEM "Nematomas",              MNID_CTXT_HELP_NONVISIBLE
128     END
129     MENUITEM "Naudoti sistemos spalvas", MNID_CTXT_SYSTEM_COLORS
130   END
131 END

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.