winhelp: Updated Slovenian translation.
[wine.git] / programs / winhelp / Si.rc
blob245979e08ae8606b737f8a2ba29b533cbcc3a75d
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  */
21 #pragma code_page(65001)
23 /* Menu */
25 MAIN_MENU MENU LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
27  POPUP "&Datoteka" {
28   MENUITEM "&Odpri", MNID_FILE_OPEN
29   MENUITEM SEPARATOR
30   MENUITEM "&Natisni", MNID_FILE_PRINT
31   MENUITEM "Priprava &tiskalnika ...", MNID_FILE_SETUP
32    MENUITEM SEPARATOR
33   MENUITEM "Iz&hod", MNID_FILE_EXIT
34  }
35  POPUP "&Urejanje" {
36    MENUITEM "&Kopiraj ...", MNID_EDIT_COPYDLG
37    MENUITEM SEPARATOR
38    MENUITEM "P&ripombe ...", MNID_EDIT_ANNOTATE
39  }
40  POPUP "&Zaznamki" {
41    MENUITEM "Do&loči ...", MNID_BKMK_DEFINE
42  }
43  POPUP "&Pomoč" {
44    MENUITEM "&O pomoči", MNID_HELP_HELPON
45    MENUITEM "Vedno na &vrhu", MNID_HELP_HELPTOP
46    MENUITEM SEPARATOR
47    MENUITEM "&Informacije ...", MNID_HELP_ABOUT
48 #ifdef WINELIB
49    MENUITEM "&O WINE", MNID_HELP_WINE
50 #endif
51  }
54 IDD_INDEX DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
55 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
56 FONT 8, "MS Shell Dlg"
57 CAPTION "Indeks"
59     LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
60     PUSHBUTTON "&V redu", IDOK, 40, 170, 50, 12
61     PUSHBUTTON "&Prekliči", IDCANCEL, 120, 170, 50, 12
64 /* Strings */
65 STRINGTABLE DISCARDABLE LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
67 STID_WINE_HELP,         "WINE Pomoč"
68 STID_WHERROR,           "NAPAKA"
69 STID_WARNING,           "OPOZORILO"
70 STID_INFO,              "Informacija"
71 STID_NOT_IMPLEMENTED,   "Ni (še) na voljo"
72 STID_HLPFILE_ERROR_s,   "Napaka pri branju datoteke s pomočjo `%s'"
73 STID_CONTENTS,          "&Teme pomoči"
74 STID_SEARCH,            "&Iskanje"
75 STID_BACK,              "&Nazaj"
76 STID_HISTORY,           "&Zgodovina"
77 STID_TOPICS,            "&Vsebina"
78 STID_ALL_FILES,         "Vse datoteke (*.*)"
79 STID_HELP_FILES_HLP,    "Datoteke s pomočjo (*.hlp)"
80 STID_FILE_NOT_FOUND_s   "Ne najdem datoteke '%s'. Ali jo želite poiskati sami?"
83 #pragma code_page(default)