4 * Copyright 1996 Ulrich Schmid
5 * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
24 MAIN_MENU MENU LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
27 MENUITEM "Ö&ffnen...", MNID_FILE_OPEN
29 MENUITEM "Thema &drucken", MNID_FILE_PRINT
30 MENUITEM "Drucker&einrichtung...", MNID_FILE_SETUP
32 MENUITEM "&Beenden", MNID_FILE_EXIT
35 MENUITEM "&Kopieren...", MNID_EDIT_COPYDLG
37 MENUITEM "&Anmerken...", MNID_EDIT_ANNOTATE
39 POPUP "&Lesezeichen" {
40 MENUITEM "&Definieren...", MNID_BKMK_DEFINE
43 POPUP "Help always visible"
45 MENUITEM "Default", MNID_OPTS_HELP_DEFAULT
46 MENUITEM "Visible", MNID_OPTS_HELP_VISIBLE
47 MENUITEM "Non visible", MNID_OPTS_HELP_NONVISIBLE
49 MENUITEM "History", MNID_OPTS_HISTORY
52 MENUITEM "Small", MNID_OPTS_FONTS_SMALL
53 MENUITEM "Normal", MNID_OPTS_FONTS_NORMAL
54 MENUITEM "Large", MNID_OPTS_FONTS_LARGE
56 MENUITEM "Use system colors", MNID_OPTS_SYSTEM_COLORS
59 MENUITEM "&Hilfe benutzen", MNID_HELP_HELPON
60 MENUITEM "Immer im &Vordergrund", MNID_HELP_HELPTOP
62 MENUITEM "&Info...", MNID_HELP_ABOUT
64 MENUITEM "&Über WINE", MNID_HELP_WINE
69 IDD_INDEX DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
70 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
71 FONT 8, "MS Shell Dlg"
74 LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
75 PUSHBUTTON "&OK", IDOK, 40, 170, 50, 12
76 PUSHBUTTON "&Abbrechen", IDCANCEL, 120, 170, 50, 12
81 STRINGTABLE DISCARDABLE LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
83 STID_WINE_HELP, "WINE Hilfe"
84 STID_WHERROR, "FEHLER"
85 STID_WARNING, "ACHTUNG"
86 STID_INFO, "Information"
87 STID_NOT_IMPLEMENTED, "Nicht implementiert"
88 STID_HLPFILE_ERROR_s, "Fehler beim Lesen der Hilfe-Datei `%s'"
90 STID_CONTENTS, "Summary"
92 STID_ALL_FILES, "Alle Dateien (*.*)"
93 STID_HELP_FILES_HLP, "Hilfe-Dateien (*.hlp)"
94 STID_FILE_NOT_FOUND_s "'%s' konnte nicht gefunden werden. Wollen Sie selber nach dieser Datei suchen?"
95 STID_NO_RICHEDIT "Die Richedit Implementation konnte nicht gefunden werden... Breche ab."
96 STID_PSH_INDEX, "Help topics: "
99 CONTEXT_MENU MENU LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
103 MENUITEM "Anmerken...", MNID_CTXT_ANNOTATE
104 MENUITEM "Kopieren", MNID_CTXT_COPY
105 MENUITEM "Drucken...", MNID_CTXT_PRINT
108 MENUITEM "Klein", MNID_CTXT_FONTS_SMALL
109 MENUITEM "Normal", MNID_CTXT_FONTS_NORMAL
110 MENUITEM "Groß", MNID_CTXT_FONTS_LARGE
112 POPUP "Hilfe immer sichtbar"
114 MENUITEM "Standard", MNID_CTXT_HELP_DEFAULT
115 MENUITEM "Sichtbar", MNID_CTXT_HELP_VISIBLE
116 MENUITEM "Nicht sichtbar", MNID_CTXT_HELP_NONVISIBLE
118 MENUITEM "Systemfarben verwenden", MNID_CTXT_SYSTEM_COLORS