ole32: Uncomment some code to make sure it is compiled, but don't run it.
[wine] / programs / winhelp / Si.rc
1 /*
2  * Help Viewer (Slovenian Resources)
3  *
4  * Copyright 2002-2003 Rok Mandeljc <rok.mandeljc@gimb.org>
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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19  */
20
21 /* Menu */
22
23 MAIN_MENU MENU LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
24 {
25  POPUP "&Datoteka" {
26   MENUITEM "&Odpri ...", MNID_FILE_OPEN
27   MENUITEM SEPARATOR
28   MENUITEM "Na&tisni temo ...", MNID_FILE_PRINT
29   MENUITEM "&Priprava tiskalnika", MNID_FILE_SETUP
30   MENUITEM SEPARATOR
31   MENUITEM "Iz&hod", MNID_FILE_EXIT
32  }
33  POPUP "&Urejanje" {
34    MENUITEM "&Kopiraj", MNID_EDIT_COPYDLG
35    MENUITEM SEPARATOR
36    MENUITEM "&Pripombe ...", MNID_EDIT_ANNOTATE
37  }
38  POPUP "&Zaznamek" {
39    MENUITEM "&Doloèi ...", MNID_BKMK_DEFINE
40  }
41  POPUP "&Pomoè" {
42    MENUITEM "&O pomoèi", MNID_HELP_HELPON
43    MENUITEM "Vedno na &vrhu", MNID_HELP_HELPTOP
44    MENUITEM SEPARATOR
45    MENUITEM "&Informacije ...", MNID_HELP_ABOUT
46 #ifdef WINELIB
47    MENUITEM "&O WINE", MNID_HELP_WINE
48 #endif
49  }
50 }
51
52 /* Strings */
53 STRINGTABLE DISCARDABLE LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
54 {
55 STID_WINE_HELP,                 "WINE Pomoè"
56 STID_WHERROR,           "NAPAKA"
57 STID_WARNING,           "OPOZORILO"
58 STID_INFO,                      "Informacija"
59 STID_NOT_IMPLEMENTED,   "Ni (\9ae) na voljo"
60 STID_HLPFILE_ERROR_s,   "Napaka pri branju datoteke `%s'"
61 STID_CONTENTS,          "&Teme pomoèi"
62 STID_SEARCH,            "&Iskanje"
63 STID_BACK,                      "&Nazaj"
64 STID_HISTORY,           "&Zgodovina"
65 STID_TOPICS,            "&Vsebina"
66 STID_ALL_FILES,                 "Vse datiteke (*.*)"
67 STID_HELP_FILES_HLP,    "Datoteke s pomoèjo (*.hlp)"
68 }