remove the following sentences from the resource files:
[reactos.git] / reactos / base / applications / notepad / res / De.rc
1 /*
2 * Notepad (German resources)
3 *
4 * Copyright 1997,98 Marcel Baur <mbaur@g26.ethz.ch>
5 * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
6 *
7 *
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public
10 * License as published by the Free Software Foundation; either
11 * version 2.1 of the License, or (at your option) any later version.
12 *
13 * This library is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * Lesser General Public License for more details.
17 *
18 * You should have received a copy of the GNU Lesser General Public
19 * License along with this library; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 */
22
23 LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
24
25 MAIN_MENU MENU
26 BEGIN
27 POPUP "&Datei"
28 BEGIN
29 MENUITEM "&Neu...", CMD_NEW
30 MENUITEM "Ö&ffnen...", CMD_OPEN
31 MENUITEM "&Speichern", CMD_SAVE
32 MENUITEM "Speichern &unter...", CMD_SAVE_AS
33 MENUITEM SEPARATOR
34 MENUITEM "Seite ein&richten...", CMD_PAGE_SETUP
35 MENUITEM "&Drucken", CMD_PRINT
36 MENUITEM "Drucker&einrichtung...", CMD_PRINTER_SETUP
37 MENUITEM SEPARATOR
38 MENUITEM "&Beenden", CMD_EXIT
39 END
40 POPUP "&Bearbeiten"
41 BEGIN
42 MENUITEM "&Rückgängig\tStrg+Z", CMD_UNDO
43 MENUITEM SEPARATOR
44 MENUITEM "&Ausschneiden\tStrg+X", CMD_CUT
45 MENUITEM "&Kopieren\tStrg+C", CMD_COPY
46 MENUITEM "&Einfügen\tStrg+V", CMD_PASTE
47 MENUITEM "&Löschen\tEntf", CMD_DELETE
48 MENUITEM SEPARATOR
49 MENUITEM "Suchen...", CMD_SEARCH
50 MENUITEM "&Weitersuchen\tF3", CMD_SEARCH_NEXT
51 MENUITEM "&Ersetzen\tCtrl+H", CMD_REPLACE
52 MENUITEM "Gehe zu...\tCtrl+G", CMD_GOTO
53 MENUITEM SEPARATOR
54 MENUITEM "Alles &markieren", CMD_SELECT_ALL
55 MENUITEM "&Uhrzeit/Datum\tF5", CMD_TIME_DATE
56 END
57 POPUP "F&ormat"
58 BEGIN
59 MENUITEM "&Zeilenumbruch", CMD_WRAP
60 MENUITEM "&Schriftart...", CMD_FONT
61 END
62 POPUP "&Anicht"
63 BEGIN
64 MENUITEM "Status&leiste", CMD_STATUSBAR
65 END
66 POPUP "&Hilfe"
67 BEGIN
68 MENUITEM "&Inhalt", CMD_HELP_CONTENTS
69 MENUITEM "&Suchen...", CMD_HELP_SEARCH
70 MENUITEM "&Hilfe benutzen", CMD_HELP_ON_HELP
71 MENUITEM SEPARATOR
72 MENUITEM "&About" CMD_ABOUT
73 MENUITEM "Inf&o", CMD_ABOUT_WINE
74 END
75 END
76
77 /* Dialog `Page setup' */
78
79 DIALOG_PAGESETUP DIALOG 0, 0, 225, 95
80 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
81 FONT 8, "MS Shell Dlg"
82 CAPTION "Seite einrichten"
83 {
84 LTEXT "&Kopfzeile:", 0x140, 10, 07, 40, 15
85 EDITTEXT 0x141, 60, 05,110, 12, WS_BORDER | WS_TABSTOP
86 LTEXT "&Fußzeile:", 0x142, 10, 24, 40, 15
87 EDITTEXT 0x143, 60, 22,110, 12, WS_BORDER | WS_TABSTOP
88
89 GROUPBOX "Ränder", 0x144, 10, 43,160, 45
90 LTEXT "&Links:", 0x145, 20, 55, 30, 10, WS_CHILD
91 EDITTEXT /*STRING_PAGESETUP_LEFTVALUE,*/ 0x147, 50, 55, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
92 LTEXT "&Oben:", 0x148, 20, 73, 30, 10, WS_CHILD
93 EDITTEXT /*STRING_PAGESETUP_TOPVALUE,*/ 0x14A, 50, 73, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
94 LTEXT "&Rechts:", 0x14B, 100, 55, 30, 10, WS_CHILD
95 EDITTEXT /*STRING_PAGESETUP_RIGHTVALUE,*/ 0x14D, 130, 55, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
96 LTEXT "&Unten:", 0x14E,100, 73, 30, 10, WS_CHILD
97 EDITTEXT /*STRING_PAGESETUP_BOTTOMVALUE,*/ 0x150, 130, 73, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
98
99 DEFPUSHBUTTON "OK", IDOK, 180, 3, 40, 15, WS_TABSTOP
100 PUSHBUTTON "Abbrechen", IDCANCEL, 180, 21, 40, 15, WS_TABSTOP
101 PUSHBUTTON "&Hilfe", 0x153, 180, 39, 40, 15, WS_TABSTOP
102 }
103
104
105 IDD_ABOUTBOX DIALOG DISCARDABLE 22,16,284,170
106 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
107 CAPTION "About ReactOS Notepad"
108 FONT 8, "Tahoma"
109 BEGIN
110 CONTROL "ReactOS Notepad v1.0\r\nCopyright 1997,98 Marcel Baur <mbaur@g26.ethz.ch>\r\nCopyright 2000 Mike McCormack <Mike_McCormack@looksmart.com.au>\r\nCopyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>\r\nCopyright 2002 Andriy Palamarchuk\r\n",
111 -1,"Static",SS_LEFTNOWORDWRAP | WS_GROUP,46,7,232,39
112 CONTROL "",
113 -1,"Static",0x50000000,8,48,272,11
114 DEFPUSHBUTTON "Close",IDOK,114,149,44,15,WS_GROUP
115 ICON IDI_NPICON,-1,12,9,20,30
116 EDITTEXT IDC_LICENSE,8,64,272,81,ES_MULTILINE |
117 ES_READONLY | WS_VSCROLL
118 END
119
120 STRINGTABLE DISCARDABLE
121 BEGIN
122 STRING_LICENSE, "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\r\n\r\nThis program 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 General Public License for more details.\r\n\r\nYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA."
123 END
124
125 STRINGTABLE DISCARDABLE
126 {
127 STRING_PAGESETUP_HEADERVALUE, "&n" /* FIXME */
128 STRING_PAGESETUP_FOOTERVALUE, "Seite &s" /* FIXME */
129 STRING_PAGESETUP_LEFTVALUE, "20 mm" /* FIXME */
130 STRING_PAGESETUP_RIGHTVALUE, "20 mm" /* FIXME */
131 STRING_PAGESETUP_TOPVALUE, "25 mm" /* FIXME */
132 STRING_PAGESETUP_BOTTOMVALUE, "25 mm" /* FIXME */
133
134 STRING_NOTEPAD, "Editor"
135 STRING_ERROR, "Fehler"
136 STRING_WARNING, "Achtung"
137 STRING_INFO, "Information"
138
139 STRING_UNTITLED, "(unbenannt)"
140
141 STRING_ALL_FILES, "Alle Dateien (*.*)"
142 STRING_TEXT_FILES_TXT, "Textdateien (*.txt)"
143
144 STRING_TOOLARGE, "Die Datei '%s' ist zu groß für den Editor\n \
145 Benutzen Sie bitte einen anderen Editor, um diese Datei zu bearbeiten."
146 STRING_NOTEXT, "Sie haben keinen Text eingegeben, der \
147 gespeichert\n werden könnte. Geben Sie Text ein, und versuchen Sie es \
148 \nerneut."
149 STRING_DOESNOTEXIST, "Die Datei '%s'\nexistiert nicht.\n\n \
150 Möchten Sie eine neue Datei erstellen ?"
151 STRING_NOTSAVED, "Datei %s\n wurde geändert.\n\n \
152 Möchten Sie die Änderungen speichern ?"
153 STRING_NOTFOUND, "'%s' kann nicht gefunden werden."
154 STRING_OUT_OF_MEMORY, "Nicht genügend Arbeitsspeicher, \
155 um diese Funktion \nabzuschließen. Beenden Sie eine oder mehrere \
156 \nAnwendungen, um den verfügbaren Arbeitsspeicher zu \nerhöhen."
157
158
159 }