2 * Help Viewer (Slovenian Resources)
4 * Copyright 2002, 2003, 2008 Rok Mandeljc
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 #pragma code_page(65001)
25 MAIN_MENU MENU LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
28 MENUITEM "&Odpri", MNID_FILE_OPEN
30 MENUITEM "&Natisni", MNID_FILE_PRINT
31 MENUITEM "Priprava &tiskalnika ...", MNID_FILE_SETUP
33 MENUITEM "Iz&hod", MNID_FILE_EXIT
36 MENUITEM "&Kopiraj ...", MNID_EDIT_COPYDLG
38 MENUITEM "P&ripombe ...", MNID_EDIT_ANNOTATE
41 MENUITEM "Do&loči ...", MNID_BKMK_DEFINE
44 POPUP "Help always visible"
46 MENUITEM "Default", MNID_OPTS_HELP_DEFAULT
47 MENUITEM "Visible", MNID_OPTS_HELP_VISIBLE
48 MENUITEM "Non visible", MNID_OPTS_HELP_NONVISIBLE
50 MENUITEM "History", MNID_OPTS_HISTORY
53 MENUITEM "Small", MNID_OPTS_FONTS_SMALL
54 MENUITEM "Normal", MNID_OPTS_FONTS_NORMAL
55 MENUITEM "Large", MNID_OPTS_FONTS_LARGE
57 MENUITEM "Use system colors", MNID_OPTS_SYSTEM_COLORS
60 MENUITEM "&O pomoči", MNID_HELP_HELPON
61 MENUITEM "Vedno na &vrhu", MNID_HELP_HELPTOP
63 MENUITEM "&Informacije ...", MNID_HELP_ABOUT
65 MENUITEM "&O WINE", MNID_HELP_WINE
70 IDD_INDEX DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
71 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
72 FONT 8, "MS Shell Dlg"
75 LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
79 STRINGTABLE DISCARDABLE LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
81 STID_WINE_HELP, "WINE Pomoč"
82 STID_WHERROR, "NAPAKA"
83 STID_WARNING, "OPOZORILO"
84 STID_INFO, "Informacija"
85 STID_NOT_IMPLEMENTED, "Ni (še) na voljo"
86 STID_HLPFILE_ERROR_s, "Napaka pri branju datoteke s pomočjo `%s'"
87 STID_INDEX, "&Teme pomoči"
88 STID_CONTENTS, "Summart"
90 STID_ALL_FILES, "Vse datoteke (*.*)"
91 STID_HELP_FILES_HLP, "Datoteke s pomočjo (*.hlp)"
92 STID_FILE_NOT_FOUND_s "Ne najdem datoteke '%s'. Ali jo želite poiskati sami?"
93 STID_NO_RICHEDIT "Cannot find a richedit implementation... Aborting"
94 STID_PSH_INDEX, "Help topics: "
97 #pragma code_page(default)