2002-08-31 21:03:01 +02:00
|
|
|
/*
|
|
|
|
* Help Viewer (Slovenian Resources)
|
|
|
|
*
|
2008-04-07 20:42:44 +02:00
|
|
|
* Copyright 2002, 2003, 2008 Rok Mandeljc
|
2002-08-31 21:03:01 +02:00
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
2006-05-18 14:49:52 +02:00
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2002-08-31 21:03:01 +02:00
|
|
|
*/
|
|
|
|
|
2008-04-07 20:42:44 +02:00
|
|
|
#pragma code_page(65001)
|
|
|
|
|
2002-08-31 21:03:01 +02:00
|
|
|
/* Menu */
|
|
|
|
|
|
|
|
MAIN_MENU MENU LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
|
|
|
|
{
|
|
|
|
POPUP "&Datoteka" {
|
2008-04-07 20:42:44 +02:00
|
|
|
MENUITEM "&Odpri", MNID_FILE_OPEN
|
2002-08-31 21:03:01 +02:00
|
|
|
MENUITEM SEPARATOR
|
2008-04-07 20:42:44 +02:00
|
|
|
MENUITEM "&Natisni", MNID_FILE_PRINT
|
|
|
|
MENUITEM "Priprava &tiskalnika ...", MNID_FILE_SETUP
|
|
|
|
MENUITEM SEPARATOR
|
2002-10-21 21:18:42 +02:00
|
|
|
MENUITEM "Iz&hod", MNID_FILE_EXIT
|
2002-08-31 21:03:01 +02:00
|
|
|
}
|
|
|
|
POPUP "&Urejanje" {
|
2008-04-07 20:42:44 +02:00
|
|
|
MENUITEM "&Kopiraj ...", MNID_EDIT_COPYDLG
|
2002-08-31 21:03:01 +02:00
|
|
|
MENUITEM SEPARATOR
|
2008-04-07 20:42:44 +02:00
|
|
|
MENUITEM "P&ripombe ...", MNID_EDIT_ANNOTATE
|
2002-08-31 21:03:01 +02:00
|
|
|
}
|
2008-04-07 20:42:44 +02:00
|
|
|
POPUP "&Zaznamki" {
|
|
|
|
MENUITEM "Do&loči ...", MNID_BKMK_DEFINE
|
2002-08-31 21:03:01 +02:00
|
|
|
}
|
2008-06-21 11:00:07 +02:00
|
|
|
POPUP "&Options" {
|
|
|
|
POPUP "Help always visible"
|
|
|
|
BEGIN
|
|
|
|
MENUITEM "Default", MNID_OPTS_HELP_DEFAULT
|
|
|
|
MENUITEM "Visible", MNID_OPTS_HELP_VISIBLE
|
|
|
|
MENUITEM "Non visible", MNID_OPTS_HELP_NONVISIBLE
|
|
|
|
END
|
|
|
|
MENUITEM "History", MNID_OPTS_HISTORY
|
|
|
|
POPUP "Fonts"
|
|
|
|
BEGIN
|
|
|
|
MENUITEM "Small", MNID_OPTS_FONTS_SMALL
|
|
|
|
MENUITEM "Normal", MNID_OPTS_FONTS_NORMAL
|
|
|
|
MENUITEM "Large", MNID_OPTS_FONTS_LARGE
|
|
|
|
END
|
|
|
|
MENUITEM "Use system colors", MNID_OPTS_SYSTEM_COLORS
|
|
|
|
}
|
|
|
|
POPUP "&Pomoč" {
|
2008-04-07 20:42:44 +02:00
|
|
|
MENUITEM "&O pomoči", MNID_HELP_HELPON
|
2002-10-21 21:18:42 +02:00
|
|
|
MENUITEM "Vedno na &vrhu", MNID_HELP_HELPTOP
|
2002-08-31 21:03:01 +02:00
|
|
|
MENUITEM SEPARATOR
|
2002-10-21 21:18:42 +02:00
|
|
|
MENUITEM "&Informacije ...", MNID_HELP_ABOUT
|
2002-08-31 21:03:01 +02:00
|
|
|
#ifdef WINELIB
|
2002-10-21 21:18:42 +02:00
|
|
|
MENUITEM "&O WINE", MNID_HELP_WINE
|
2002-08-31 21:03:01 +02:00
|
|
|
#endif
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2008-04-07 20:42:44 +02:00
|
|
|
IDD_INDEX DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
|
|
|
|
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
|
|
|
|
FONT 8, "MS Shell Dlg"
|
|
|
|
CAPTION "Indeks"
|
|
|
|
{
|
|
|
|
LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
|
|
|
|
}
|
|
|
|
|
2002-08-31 21:03:01 +02:00
|
|
|
/* Strings */
|
|
|
|
STRINGTABLE DISCARDABLE LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
|
|
|
|
{
|
2008-04-07 20:42:44 +02:00
|
|
|
STID_WINE_HELP, "WINE Pomoč"
|
2002-10-21 21:18:42 +02:00
|
|
|
STID_WHERROR, "NAPAKA"
|
|
|
|
STID_WARNING, "OPOZORILO"
|
2008-04-07 20:42:44 +02:00
|
|
|
STID_INFO, "Informacija"
|
|
|
|
STID_NOT_IMPLEMENTED, "Ni (še) na voljo"
|
|
|
|
STID_HLPFILE_ERROR_s, "Napaka pri branju datoteke s pomočjo `%s'"
|
2008-07-05 21:33:37 +02:00
|
|
|
STID_INDEX, "&Teme pomoči"
|
|
|
|
STID_CONTENTS, "Summart"
|
2008-04-07 20:42:44 +02:00
|
|
|
STID_BACK, "&Nazaj"
|
|
|
|
STID_ALL_FILES, "Vse datoteke (*.*)"
|
|
|
|
STID_HELP_FILES_HLP, "Datoteke s pomočjo (*.hlp)"
|
|
|
|
STID_FILE_NOT_FOUND_s "Ne najdem datoteke '%s'. Ali jo želite poiskati sami?"
|
2008-04-23 21:37:44 +02:00
|
|
|
STID_NO_RICHEDIT "Cannot find a richedit implementation... Aborting"
|
2008-06-27 21:28:44 +02:00
|
|
|
STID_PSH_INDEX, "Help topics: "
|
2002-08-31 21:03:01 +02:00
|
|
|
}
|
2008-04-07 20:42:44 +02:00
|
|
|
|
|
|
|
#pragma code_page(default)
|