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 MENUITEM "&O pomoči", MNID_HELP_HELPON
45 MENUITEM "Vedno na &vrhu", MNID_HELP_HELPTOP
47 MENUITEM "&Informacije ...", MNID_HELP_ABOUT
49 MENUITEM "&O WINE", MNID_HELP_WINE
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"
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
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"
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?"
81 STID_NO_RICHEDIT "Cannot find a richedit implementation... Aborting"
84 #pragma code_page(default)