2 * Copyright 2006 by Henning Gerhardt
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.
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.
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
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
21 MAINMENU MENU DISCARDABLE
25 MENUITEM "&Neu\tCtrl+N", ID_FILE_NEW
26 MENUITEM "&Öffnen...\tCtrl+O", ID_FILE_OPEN
27 MENUITEM "&Speichern\tCtrl+S", ID_FILE_SAVE
28 MENUITEM "Speichern &unter...", ID_FILE_SAVEAS
30 MENUITEM "&Beenden", ID_FILE_EXIT
34 MENUITEM "&Rückgängig\tCtrl+Z", ID_EDIT_UNDO
35 MENUITEM "&Wiederholen\tCtrl+Y", ID_EDIT_REDO
37 MENUITEM "Aus&schneiden\tCtrl+X", ID_EDIT_CUT
38 MENUITEM "&Kopieren\tCtrl+C", ID_EDIT_COPY
39 MENUITEM "&Einfügen\tCtrl+V", ID_EDIT_PASTE
40 MENUITEM "&Löschen\tDEL", ID_EDIT_CLEAR
41 MENUITEM "&Alles markieren\tCtrl+A", ID_EDIT_SELECTALL
43 MENUITEM "Schreibgeschü&tzt", ID_EDIT_READONLY
44 MENUITEM "&Geändert", ID_EDIT_MODIFIED
48 MENUITEM "Markierungs&information", ID_EDIT_SELECTIONINFO
49 MENUITEM "Zeichen&format", ID_EDIT_CHARFORMAT
50 MENUITEM "&Standardzeichenformat", ID_EDIT_DEFCHARFORMAT
51 MENUITEM "&Absatzformat", ID_EDIT_PARAFORMAT
52 MENUITEM "&Get text", ID_EDIT_GETTEXT
57 MENUITEM "&Toolbar", ID_TOGGLE_TOOLBAR
58 MENUITEM "&Statusbar", ID_TOGGLE_STATUSBAR
64 MENUITEM "&System\tCtrl+1", ID_BACK_1
65 MENUITEM "&PostIt-Notiz\tCtrl+2", ID_BACK_2
69 MENUITEM "&Links\tCtrl+L", ID_ALIGN_LEFT
70 MENUITEM "&Zentriert\tCtrl+E", ID_ALIGN_CENTER
71 MENUITEM "&Rechts\tCtrl+R", ID_ALIGN_RIGHT
76 STRINGTABLE DISCARDABLE
78 STRING_RICHTEXT_FILES_RTF, "Rich-Text-Format (*.rtf)"
79 STRING_TEXT_FILES_TXT, "Textdateien (*.txt)"
80 STRING_ALL_FILES, "Alle Dokumente (*.*)"