blob: f5ab003ebdafb4145dc7a5facfeace50c9860bc4 [file] [log] [blame]
Henning Gerhardt29076932006-02-16 12:09:21 +01001/*
2 * Copyright 2006 by Henning Gerhardt
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
Jonathan Ernst360a3f92006-05-18 14:49:52 +020016 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
Henning Gerhardt29076932006-02-16 12:09:21 +010017 */
18
Mikołaj Zalewskie32aa552006-10-24 10:44:14 +020019LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
Henning Gerhardt29076932006-02-16 12:09:21 +010020
Alexander Nicolaysen Sørnes04aefe82007-11-04 12:34:03 +010021IDM_MAINMENU MENU DISCARDABLE
Henning Gerhardt29076932006-02-16 12:09:21 +010022BEGIN
23 POPUP "&Datei"
24 BEGIN
Mikołaj Zalewskia8fd0e02008-02-13 14:30:21 +010025 MENUITEM "&Neu...\tStrg+N", ID_FILE_NEW
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +010026 MENUITEM "Ö&ffnen...\tStrg+O", ID_FILE_OPEN
27 MENUITEM "&Speichern\tStrg+S", ID_FILE_SAVE
28 MENUITEM "Speichern &unter...", ID_FILE_SAVEAS
Henning Gerhardt29076932006-02-16 12:09:21 +010029 MENUITEM SEPARATOR
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +010030 MENUITEM "&Drucken...\tStrg+P", ID_PRINT
31 MENUITEM "Seitenansi&cht", ID_PREVIEW
32 MENUITEM "Seite ein&richten...", ID_PRINTSETUP
Alexander Nicolaysen Sørnes61876c72007-08-23 01:36:29 +020033 MENUITEM SEPARATOR
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +010034 MENUITEM "&Beenden", ID_FILE_EXIT
Henning Gerhardt29076932006-02-16 12:09:21 +010035 END
36 POPUP "&Bearbeiten"
37 BEGIN
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +010038 MENUITEM "&Rückgängig\tStrg+Z", ID_EDIT_UNDO
39 MENUITEM "&Wiederholen\tStrg+Y", ID_EDIT_REDO
Henning Gerhardt29076932006-02-16 12:09:21 +010040 MENUITEM SEPARATOR
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +010041 MENUITEM "&Ausschneiden\tStrg+X", ID_EDIT_CUT
42 MENUITEM "&Kopieren\tStrg+C", ID_EDIT_COPY
43 MENUITEM "&Einfügen\tStrg+V", ID_EDIT_PASTE
44 MENUITEM "&Löschen\tEntf", ID_EDIT_CLEAR
45 MENUITEM "Alles &markieren\tStrg+A", ID_EDIT_SELECTALL
Henning Gerhardt29076932006-02-16 12:09:21 +010046 MENUITEM SEPARATOR
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +010047 MENUITEM "&Suchen...\tStrg+F", ID_FIND
48 MENUITEM "&Weitersuchen\tF3", ID_FIND_NEXT
49 MENUITEM "Erset&zen...\tStrg+H", ID_REPLACE
Alexander Nicolaysen Sørnes55949ae2007-07-18 15:41:33 +020050 MENUITEM SEPARATOR
Henning Gerhardt29076932006-02-16 12:09:21 +010051 MENUITEM "Schreibgeschü&tzt", ID_EDIT_READONLY
52 MENUITEM "&Geändert", ID_EDIT_MODIFIED
53 MENUITEM SEPARATOR
54 POPUP "&Extras"
55 BEGIN
56 MENUITEM "Markierungs&information", ID_EDIT_SELECTIONINFO
57 MENUITEM "Zeichen&format", ID_EDIT_CHARFORMAT
58 MENUITEM "&Standardzeichenformat", ID_EDIT_DEFCHARFORMAT
59 MENUITEM "&Absatzformat", ID_EDIT_PARAFORMAT
60 MENUITEM "&Get text", ID_EDIT_GETTEXT
61 END
62 END
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +010063 POPUP "&Ansicht"
Alexander Nicolaysen Sørnes10b34832007-06-06 11:10:47 +020064 BEGIN
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +010065 MENUITEM "&Symbolleiste", ID_TOGGLE_TOOLBAR
66 MENUITEM "&Formatierungsleiste", ID_TOGGLE_FORMATBAR
67 MENUITEM "L&ineal", ID_TOGGLE_RULER
68 MENUITEM "Status&leiste", ID_TOGGLE_STATUSBAR
Alexander Nicolaysen Sørnes7fa05902007-08-23 15:08:41 +020069 MENUITEM SEPARATOR
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +010070 MENUITEM "&Optionen...", ID_VIEWPROPERTIES
Alexander Nicolaysen Sørnes10b34832007-06-06 11:10:47 +020071 END
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +010072 POPUP "&Einfügen"
Alexander Nicolaysen Sørnes4c6c9e52007-07-18 15:50:21 +020073 BEGIN
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +010074 MENUITEM "&Datum und Uhrzeit...", ID_DATETIME
Alexander Nicolaysen Sørnes4c6c9e52007-07-18 15:50:21 +020075 END
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +010076 POPUP "Forma&t"
Henning Gerhardt29076932006-02-16 12:09:21 +010077 BEGIN
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +010078 MENUITEM "Sch&riftart...", ID_FONTSETTINGS
79 MENUITEM "Auf&zählungszeichen" ID_BULLET
80 MENUITEM "&Absatz..." ID_PARAFORMAT
81 MENUITEM "&Tabsstopps..." ID_TABSTOPS
Henning Gerhardt29076932006-02-16 12:09:21 +010082 POPUP "&Hintergrund"
83 BEGIN
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +010084 MENUITEM "&System\tStrg+1", ID_BACK_1
85 MENUITEM "&PostIt-Notiz\tStrg+2", ID_BACK_2
Henning Gerhardt29076932006-02-16 12:09:21 +010086 END
Henning Gerhardt29076932006-02-16 12:09:21 +010087 END
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +010088 POPUP "&?"
Alexander Nicolaysen Sørnesdfb29f42007-08-23 15:05:40 +020089 BEGIN
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +010090 MENUITEM "Ü&ber Wine Wordpad" ID_ABOUT
Alexander Nicolaysen Sørnesdfb29f42007-08-23 15:05:40 +020091 END
Henning Gerhardt29076932006-02-16 12:09:21 +010092END
Frank Richter8cdfff12007-05-13 16:29:08 +020093
Alexander Nicolaysen Sørnes5bc0dfc2007-08-23 15:05:23 +020094IDM_POPUP MENU DISCARDABLE
95BEGIN
96 POPUP ""
97 BEGIN
98 MENUITEM "Aus&schneiden", ID_EDIT_CUT
99 MENUITEM "&Kopieren", ID_EDIT_COPY
100 MENUITEM "&Einfügen", ID_EDIT_PASTE
101 MENUITEM SEPARATOR
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +0100102 MENUITEM "Auf&zählungszeichen" ID_BULLET
103 MENUITEM "&Absatz..." ID_PARAFORMAT
Alexander Nicolaysen Sørnes5bc0dfc2007-08-23 15:05:23 +0200104 END
105END
106
Alexander Nicolaysen Sørnes4c6c9e52007-07-18 15:50:21 +0200107IDD_DATETIME DIALOG DISCARDABLE 30, 20, 130, 80
108STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +0100109CAPTION "Datum und Uhrzeit"
Alexander Nicolaysen Sørnes4c6c9e52007-07-18 15:50:21 +0200110FONT 10, "MS Sans Serif"
111BEGIN
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +0100112 LTEXT "Verfügbare Formate",0,3,2,100,15
Alexander Nicolaysen Sørnes4c6c9e52007-07-18 15:50:21 +0200113 LISTBOX IDC_DATETIME,3,12,80,65,LBS_NOINTEGRALHEIGHT
114 PUSHBUTTON "&OK",IDOK,87,12,40,12
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +0100115 PUSHBUTTON "A&bbrechen",IDCANCEL,87,26,40,12
Alexander Nicolaysen Sørnes4c6c9e52007-07-18 15:50:21 +0200116END
117
Alexander Nicolaysen Sørnesbbc20452007-07-18 22:27:15 +0200118IDD_NEWFILE DIALOG DISCARDABLE 30, 20, 140, 80
119STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +0100120CAPTION "Neu"
Alexander Nicolaysen Sørnesbbc20452007-07-18 22:27:15 +0200121FONT 10, "MS Sans Serif"
122BEGIN
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +0100123 LTEXT "Neuer Dokumenttyp",0,3,2,100,15
Alexander Nicolaysen Sørnesbbc20452007-07-18 22:27:15 +0200124 LISTBOX IDC_NEWFILE,3,12,90,65,LBS_NOINTEGRALHEIGHT
125 PUSHBUTTON "&OK",IDOK,97,12,40,12
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +0100126 PUSHBUTTON "A&bbrechen",IDCANCEL,97,26,40,12
Alexander Nicolaysen Sørnesbbc20452007-07-18 22:27:15 +0200127END
128
Alexander Nicolaysen Sørnesfd129c22007-08-23 01:15:17 +0200129IDD_PARAFORMAT DIALOG DISCARDABLE 30, 20, 200, 110
130STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +0100131Caption "Absatz"
Alexander Nicolaysen Sørnesfd129c22007-08-23 01:15:17 +0200132FONT 8, "MS Shell Dlg"
133BEGIN
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +0100134 GROUPBOX "Einzug", 0, 10, 10, 120, 68
135 LTEXT "Links", 0, 15, 22, 40, 13
Alexander Nicolaysen Sørnesfd129c22007-08-23 01:15:17 +0200136 EDITTEXT IDC_PARA_LEFT, 55, 20, 60, 13
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +0100137 LTEXT "Rechts", 0, 15, 40, 40, 13
Alexander Nicolaysen Sørnesfd129c22007-08-23 01:15:17 +0200138 EDITTEXT IDC_PARA_RIGHT, 55, 38, 60, 13
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +0100139 LTEXT "Erste Zeile", 0, 15, 58, 40, 13
Alexander Nicolaysen Sørnesfd129c22007-08-23 01:15:17 +0200140 EDITTEXT IDC_PARA_FIRST, 55, 56, 60, 13
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +0100141 LTEXT "Ausrichtung", 0, 15, 87, 40, 13
Alexander Nicolaysen Sørnesfd129c22007-08-23 01:15:17 +0200142 COMBOBOX IDC_PARA_ALIGN, 55, 85, 60, 13, CBS_DROPDOWNLIST
143 PUSHBUTTON "&OK", IDOK, 137, 15, 50, 15
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +0100144 PUSHBUTTON "A&bbrechen", IDCANCEL, 137, 33, 50, 15
Alexander Nicolaysen Sørnesfd129c22007-08-23 01:15:17 +0200145END
146
Alexander Nicolaysen Sørnes695a94f2007-08-23 01:27:50 +0200147IDD_TABSTOPS DIALOG DISCARDABLE 30, 20, 200, 110
148STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +0100149Caption "Tabstopps"
Alexander Nicolaysen Sørnes695a94f2007-08-23 01:27:50 +0200150FONT 8, "MS SHell DLg"
151BEGIN
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +0100152 GROUPBOX "Tabstoppposition", 0, 10, 10, 120, 90
Alexander Nicolaysen Sørnes695a94f2007-08-23 01:27:50 +0200153 COMBOBOX IDC_TABSTOPS, 20, 20, 100, 60, CBS_SIMPLE | CBS_SORT
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +0100154 DEFPUSHBUTTON "&Festlegen", ID_TAB_ADD, 20, 80, 45, 15
155 PUSHBUTTON "&Löschen", ID_TAB_DEL, 72, 80, 45, 15
Alexander Nicolaysen Sørnes695a94f2007-08-23 01:27:50 +0200156 PUSHBUTTON "&OK", IDOK, 137, 15, 50, 15
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +0100157 PUSHBUTTON "A&bbrechen", IDCANCEL, 137, 33, 50, 15
158 PUSHBUTTON "&Alle löschen", ID_TAB_EMPTY, 137, 51, 50, 15
Alexander Nicolaysen Sørnes695a94f2007-08-23 01:27:50 +0200159END
160
Alexander Nicolaysen Sørnes7fa05902007-08-23 15:08:41 +0200161IDD_FORMATOPTS DIALOG DISCARDABLE 0, 0, 280, 110
162STYLE DS_SYSMODAL
163Caption ""
164FONT 8, "MS Shell Dlg"
165BEGIN
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +0100166 GROUPBOX "Zeilenumbruch", 0, 10, 10, 130, 85
167 RADIOBUTTON "&Am Fenster umbrechen", IDC_PAGEFMT_WW, 18, 25, 117, 15
168 RADIOBUTTON "A&m Lineal umbrechen", IDC_PAGEFMT_WM, 18, 45, 117, 15
169 GROUPBOX "Symbolleisten", 0, 150, 10, 120, 85
170 CHECKBOX "&Symbolleiste", IDC_PAGEFMT_TB, 160, 20, 80, 15
171 CHECKBOX "&Formatierungsleiste", IDC_PAGEFMT_FB, 160, 38, 80, 15
172 CHECKBOX "L&ineal", IDC_PAGEFMT_RU, 160, 56, 80, 15
173 CHECKBOX "Status&leiste", IDC_PAGEFMT_SB, 160, 74, 80, 15
Alexander Nicolaysen Sørnes7fa05902007-08-23 15:08:41 +0200174 LTEXT "", IDC_PAGEFMT_ID, 0,0,0,0
175END
176
Frank Richter8cdfff12007-05-13 16:29:08 +0200177STRINGTABLE DISCARDABLE
178BEGIN
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +0100179 STRING_RICHTEXT_FILES_RTF, "RTF-Format (*.rtf)"
180 STRING_TEXT_FILES_TXT, "Textdokumente (*.txt)"
181 STRING_TEXT_FILES_UNICODE_TXT, "Unicode-Textdokumente (*.txt)"
Alexander Nicolaysen Sørnes425c2c62007-07-18 21:59:24 +0200182 STRING_ALL_FILES, "Alle Dokumente (*.*)"
Frank Richter8cdfff12007-05-13 16:29:08 +0200183END
Alexander Nicolaysen Sørnes77bf8992007-07-08 13:51:19 +0200184
185STRINGTABLE DISCARDABLE
186BEGIN
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +0100187 STRING_ALIGN_LEFT, "Links"
188 STRING_ALIGN_RIGHT, "Rechts"
189 STRING_ALIGN_CENTER, "Zentriert"
Alexander Nicolaysen Sørnesfd129c22007-08-23 01:15:17 +0200190END
191
192STRINGTABLE DISCARDABLE
193BEGIN
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +0100194 STRING_NEWFILE_RICHTEXT, "RTF-Dokument"
195 STRING_NEWFILE_TXT, "Textdokument"
196 STRING_NEWFILE_TXT_UNICODE, "Unicode-Textdokument"
Alexander Nicolaysen Sørnesbbc20452007-07-18 22:27:15 +0200197END
198
199STRINGTABLE DISCARDABLE
200BEGIN
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +0100201 STRING_PRINTER_FILES_PRN, "Druckerdateien (*.PRN)"
Alexander Nicolaysen Sørnes61876c72007-08-23 01:36:29 +0200202END
203
204STRINGTABLE DISCARDABLE
205BEGIN
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +0100206 STRING_VIEWPROPS_TITLE, "Optionen"
Alexander Nicolaysen Sørnes7fa05902007-08-23 15:08:41 +0200207 STRING_VIEWPROPS_TEXT, "Text"
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +0100208 STRING_VIEWPROPS_RICHTEXT, "Rich Text"
Alexander Nicolaysen Sørnes7fa05902007-08-23 15:08:41 +0200209END
210
211STRINGTABLE DISCARDABLE
212BEGIN
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +0100213 STRING_PREVIEW_PRINT, "&Drucken"
214 STRING_PREVIEW_NEXTPAGE, "&Nächste"
215 STRING_PREVIEW_PREVPAGE, "&Vorherige"
216 STRING_PREVIEW_CLOSE, "&Schließen"
Alexander Nicolaysen Sørnescd64bf82007-08-23 15:09:49 +0200217END
218
219STRINGTABLE DISCARDABLE
220BEGIN
Alexander Nicolaysen Sørnes61876c72007-08-23 01:36:29 +0200221 STRING_UNITS_CM, "cm"
Alexander Nicolaysen Sørnesfd129c22007-08-23 01:15:17 +0200222END
223
224STRINGTABLE DISCARDABLE
225BEGIN
Andrej Sinicyn4278c3f2008-01-14 23:57:16 +0100226 STRING_DEFAULT_FILENAME, "Dokument"
227 STRING_PROMPT_SAVE_CHANGES, "Änderungen an '%s' speichern?"
228 STRING_SEARCH_FINISHED, "Wordpad hat das Durchsuchen des Dokuments beendet."
229 STRING_LOAD_RICHED_FAILED, "Die RichEdit-Bibliothek konnte nicht geladen werden."
230 STRING_SAVE_LOSEFORMATTING, "Sie sind dabei, die Datei als Textdatei zu speichern. " \
231 "Dadurch geht die Formatierung verloren. " \
232 "Möchten Sie den Vorgang trotzdem fortsetzen?"
233 STRING_INVALID_NUMBER, "Diese Maßeinheit ist nicht zulässig."
234 STRING_OLE_STORAGE_NOT_SUPPORTED, "OLE-Dokumentenspeicherung wird nicht unterstützt."
Alexander Nicolaysen Sørnes77bf8992007-07-08 13:51:19 +0200235END