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

Wine Cross Reference
wine/programs/winhlp32/Si.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 (Slovenian Resources)
  3  *
  4  * Copyright 2002, 2003, 2008 Rok Mandeljc
  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 #pragma code_page(65001)
 24 
 25 /* Menu */
 26 
 27 MAIN_MENU MENU LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
 28 {
 29  POPUP "&Datoteka" {
 30   MENUITEM "&Odpri", MNID_FILE_OPEN
 31   MENUITEM SEPARATOR
 32   MENUITEM "&Natisni", MNID_FILE_PRINT
 33   MENUITEM "Priprava &tiskalnika ...", MNID_FILE_SETUP
 34    MENUITEM SEPARATOR
 35   MENUITEM "Iz&hod", MNID_FILE_EXIT
 36  }
 37  POPUP "&Urejanje" {
 38    MENUITEM "&Kopiraj ...", MNID_EDIT_COPYDLG
 39    MENUITEM SEPARATOR
 40    MENUITEM "&Opombe ...", MNID_EDIT_ANNOTATE
 41  }
 42  POPUP "&Zaznamki" {
 43    MENUITEM "Do&loči ...", MNID_BKMK_DEFINE
 44  }
 45  POPUP "&Možnosti" {
 46    POPUP        "Pomoč vedno vidna"
 47    BEGIN
 48      MENUITEM "Privzeto",       MNID_OPTS_HELP_DEFAULT
 49      MENUITEM "Vidna",  MNID_OPTS_HELP_VISIBLE
 50      MENUITEM "Skrita", MNID_OPTS_HELP_NONVISIBLE
 51    END
 52    MENUITEM "Zgodovina",                MNID_OPTS_HISTORY
 53    POPUP    "Pisava"
 54    BEGIN
 55     MENUITEM "Majhna",          MNID_OPTS_FONTS_SMALL
 56     MENUITEM "Običajna",       MNID_OPTS_FONTS_NORMAL
 57     MENUITEM "Velika",          MNID_OPTS_FONTS_LARGE
 58    END
 59    MENUITEM "Uporabi sistemske barve",  MNID_OPTS_SYSTEM_COLORS
 60   }
 61   POPUP "&Pomoč" {
 62    MENUITEM "&O pomoči", MNID_HELP_HELPON
 63    MENUITEM "Vedno na &vrhu", MNID_HELP_HELPTOP
 64    MENUITEM SEPARATOR
 65    MENUITEM "&Informacije ...", MNID_HELP_ABOUT
 66 #ifdef WINELIB
 67    MENUITEM "&O WINE", MNID_HELP_WINE
 68 #endif
 69  }
 70 }
 71 
 72 IDD_INDEX DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
 73 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
 74 FONT 8, "MS Shell Dlg"
 75 CAPTION "Indeks"
 76 {
 77     LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
 78 }
 79 
 80 IDD_SEARCH DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
 81 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
 82 FONT 8, "MS Shell Dlg"
 83 CAPTION "Iskanje"
 84 {
 85     LTEXT  "Ni (še) na voljo", -1, 10, 10, 180, 150
 86 }
 87 
 88 /* Strings */
 89 STRINGTABLE DISCARDABLE LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
 90 {
 91 STID_WINE_HELP,         "WINE Pomoč"
 92 STID_WHERROR,           "NAPAKA"
 93 STID_WARNING,           "OPOZORILO"
 94 STID_INFO,              "Informacija"
 95 STID_NOT_IMPLEMENTED,   "Ni (še) na voljo"
 96 STID_HLPFILE_ERROR_s,   "Napaka pri branju datoteke s pomočjo '%s'"
 97 STID_INDEX,             "&Indeks"
 98 STID_CONTENTS,          "Vsebina"
 99 STID_BACK,              "&Nazaj"
100 STID_ALL_FILES,         "Vse datoteke (*.*)"
101 STID_HELP_FILES_HLP,    "Datoteke s pomočjo (*.hlp)"
102 STID_FILE_NOT_FOUND_s   "Ne najdem datoteke '%s'. Ali jo želite poiskati sami?"
103 STID_NO_RICHEDIT        "Ne morem najti knjižnice richedit ... Prekinjam"
104 STID_PSH_INDEX,         "Teme pomoči: "
105 }
106 
107 CONTEXT_MENU MENU LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
108 BEGIN
109         POPUP ""
110         BEGIN
111                 MENUITEM "Opomba ...",       MNID_CTXT_ANNOTATE
112                 MENUITEM "Kopiraj",                MNID_CTXT_COPY
113                 MENUITEM "Natisni ...",            MNID_CTXT_PRINT
114                 POPUP    "Pisava"
115                 BEGIN
116                         MENUITEM "Majnha",       MNID_CTXT_FONTS_SMALL
117             MENUITEM "Običajna",      MNID_CTXT_FONTS_NORMAL
118                         MENUITEM "Velika",       MNID_CTXT_FONTS_LARGE
119                 END
120         POPUP   "Pomoč vedno vidna"
121                 BEGIN
122                         MENUITEM "Privzeto",     MNID_CTXT_HELP_DEFAULT
123                         MENUITEM "Vidna",     MNID_CTXT_HELP_VISIBLE
124                         MENUITEM "Nevidna", MNID_CTXT_HELP_NONVISIBLE
125                 END
126                 MENUITEM "Uporabi sistemske barve",   MNID_CTXT_SYSTEM_COLORS
127         END
128 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.