~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Wine Cross Reference
wine/programs/wordpad/De.rc

Version: ~ [ wine-1.1.5 ] ~ [ wine-1.1.4 ] ~ [ wine-1.1.3 ] ~ [ wine-1.1.2 ] ~ [ wine-1.1.1 ] ~ [ wine-1.1.0 ] ~ [ wine-1.0 ] ~ [ wine-1.0-rc5 ] ~ [ wine-1.0-rc4 ] ~ [ wine-1.0-rc3 ] ~ [ wine-1.0-rc2 ] ~ [ wine-1.0-rc1 ] ~ [ wine-0.9.61 ] ~ [ wine-0.9.60 ] ~ [ wine-0.9.59 ] ~ [ wine-0.9.58 ] ~ [ wine-0.9.57 ] ~ [ wine-0.9.56 ] ~ [ wine-0.9.55 ] ~ [ wine-0.9.54 ] ~ [ wine-0.9.53 ] ~ [ wine-0.9.52 ] ~ [ wine-0.9.51 ] ~ [ wine-0.9.50 ] ~ [ wine-0.9.49 ] ~ [ wine-0.9.48 ] ~ [ wine-0.9.47 ] ~ [ wine-0.9.46 ] ~ [ wine-0.9.45 ] ~ [ wine-0.9.44 ] ~ [ wine-0.9.43 ] ~ [ wine-0.9.42 ] ~ [ wine-0.9.41 ] ~ [ wine-0.9.40 ] ~ [ wine-0.9.39 ] ~ [ wine-0.9.38 ] ~ [ wine-0.9.37 ] ~ [ wine-0.9.36 ] ~ [ wine-0.9.35 ] ~ [ wine-0.9.34 ] ~ [ wine-0.9.33 ] ~ [ wine-0.9.32 ] ~ [ wine-0.9.31 ] ~ [ wine-0.9.30 ] ~ [ wine-0.9.29 ] ~ [ wine-0.9.28 ] ~ [ wine-0.9.27 ] ~ [ wine-0.9.26 ] ~ [ wine-0.9.25 ] ~ [ wine-0.9.24 ] ~ [ wine-0.9.23 ] ~ [ wine-0.9.22 ] ~ [ wine-0.9.21 ] ~ [ wine-0.9.20 ] ~ [ wine-0.9.19 ] ~ [ wine-0.9.18 ] ~ [ wine-0.9.17 ] ~ [ wine-0.9.16 ] ~ [ wine-0.9.15 ] ~ [ wine-0.9.14 ] ~ [ wine-0.9.13 ] ~ [ wine-0.9.12 ] ~ [ wine-0.9.11 ] ~ [ wine-0.9.10 ] ~ [ wine-0.9.9 ] ~ [ wine-0.9.8 ] ~ [ wine-0.9.7 ] ~ [ wine-0.9.6 ] ~ [ wine-0.9.5 ] ~ [ wine-0.9.4 ] ~ [ wine-0.9.3 ] ~ [ wine-0.9.2 ] ~ [ wine-0.9.1 ] ~ [ wine-0.9 ] ~ [ wine20050930 ] ~ [ wine20050830 ] ~ [ wine20050725 ] ~ [ wine20050628 ] ~ [ wine20050524 ] ~ [ wine20050419 ] ~ [ wine20050310 ] ~ [ wine20050211 ] ~ [ wine20050111 ] ~ [ wine20041201 ] ~ [ wine20041019 ] ~ [ wine20040914 ] ~ [ wine20040813 ] ~ [ wine20040716 ] ~ [ wine20040615 ] ~ [ wine20040505 ] ~ [ wine20040408 ] ~ [ wine20040309 ] ~ [ wine20040213 ] ~ [ wine20040121 ] ~ [ wine20031212 ] ~ [ wine20031118 ] ~ [ wine20031016 ] ~ [ wine20030911 ] ~ [ wine20030813 ] ~ [ wine20030709 ] ~ [ wine20030618 ] ~ [ wine20030508 ] ~ [ wine20030408 ] ~ [ wine20030318 ] ~ [ wine20030219 ] ~ [ wine20030115 ] ~ [ wine20021219 ] ~ [ wine20021125 ] ~ [ wine20021031 ] ~ [ wine20021007 ] ~ [ wine20020904 ] ~ [ wine20020804 ] ~ [ wine20020710 ] ~ [ wine20020605 ] ~ [ wine20020509 ] ~ [ wine20020411 ] ~ [ wine20020310 ] ~ [ wine20020228 ] ~ [ wine20011226 ] ~ [ wine20011108 ] ~ [ wine20011004 ] ~ [ wine20010824 ] ~ [ wine20010731 ] ~ [ wine20010629 ] ~ [ wine20010510 ] ~ [ wine20010418 ] ~ [ wine20010326 ] ~ [ wine20010305 ] ~ [ wine20010216 ] ~ [ wine20010112 ] ~ [ wine20001222 ] ~ [ wine20001202 ] ~ [ wine20001026 ] ~ [ wine20001002 ] ~ [ wine20000909 ] ~ [ wine20000821 ] ~ [ wine20000801 ] ~ [ wine20000716 ] ~ [ wine20000326 ] ~ [ wine20000227 ] ~ [ wine20000130 ] ~ [ wine20000109 ] ~

  1 /*
  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
 16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 17  */
 18 
 19 LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
 20 
 21 #pragma code_page(65001)
 22 
 23 IDM_MAINMENU MENU DISCARDABLE
 24 BEGIN
 25     POPUP "&Datei"
 26     BEGIN
 27         MENUITEM "&Neu...\tStrg+N",          ID_FILE_NEW
 28         MENUITEM "Ö&ffnen...\tStrg+O",    ID_FILE_OPEN
 29         MENUITEM "&Speichern\tStrg+S",    ID_FILE_SAVE
 30         MENUITEM "Speichern &unter...",   ID_FILE_SAVEAS
 31         MENUITEM SEPARATOR
 32         MENUITEM "&Drucken...\tStrg+P",   ID_PRINT
 33         MENUITEM "Seitenansi&cht",        ID_PREVIEW
 34         MENUITEM "Seite ein&richten...",  ID_PRINTSETUP
 35         MENUITEM SEPARATOR
 36         MENUITEM "&Beenden",              ID_FILE_EXIT
 37     END
 38     POPUP "&Bearbeiten"
 39     BEGIN
 40         MENUITEM "&Rückgängig\tStrg+Z",         ID_EDIT_UNDO
 41         MENUITEM "&Wiederholen\tStrg+Y",        ID_EDIT_REDO
 42         MENUITEM SEPARATOR
 43         MENUITEM "&Ausschneiden\tStrg+X",       ID_EDIT_CUT
 44         MENUITEM "&Kopieren\tStrg+C",           ID_EDIT_COPY
 45         MENUITEM "&Einfügen\tStrg+V",           ID_EDIT_PASTE
 46         MENUITEM "&Löschen\tEntf",              ID_EDIT_CLEAR
 47         MENUITEM "Alles &markieren\tStrg+A",    ID_EDIT_SELECTALL
 48         MENUITEM SEPARATOR
 49         MENUITEM "&Suchen...\tStrg+F",          ID_FIND
 50         MENUITEM "&Weitersuchen\tF3",           ID_FIND_NEXT
 51         MENUITEM "Erset&zen...\tStrg+H",        ID_REPLACE
 52         MENUITEM SEPARATOR
 53         MENUITEM "Schreibgeschü&tzt",           ID_EDIT_READONLY
 54         MENUITEM "&Geändert",                   ID_EDIT_MODIFIED
 55         MENUITEM SEPARATOR
 56         POPUP "&Extras"
 57         BEGIN
 58             MENUITEM "Markierungs&information",     ID_EDIT_SELECTIONINFO
 59             MENUITEM "Zeichen&format",              ID_EDIT_CHARFORMAT
 60             MENUITEM "&Standardzeichenformat",      ID_EDIT_DEFCHARFORMAT
 61             MENUITEM "&Absatzformat",               ID_EDIT_PARAFORMAT
 62             MENUITEM "&Text holen",                 ID_EDIT_GETTEXT
 63         END
 64     END
 65     POPUP "&Ansicht"
 66     BEGIN
 67         MENUITEM "&Symbolleiste",         ID_TOGGLE_TOOLBAR
 68         MENUITEM "&Formatierungsleiste",  ID_TOGGLE_FORMATBAR
 69         MENUITEM "L&ineal",               ID_TOGGLE_RULER
 70         MENUITEM "Status&leiste",         ID_TOGGLE_STATUSBAR
 71         MENUITEM SEPARATOR
 72         MENUITEM "&Optionen...",          ID_VIEWPROPERTIES
 73     END
 74     POPUP "&Einfügen"
 75     BEGIN
 76         MENUITEM "&Datum und Uhrzeit...",  ID_DATETIME
 77     END
 78     POPUP "Forma&t"
 79     BEGIN
 80         MENUITEM "Sch&riftart...",               ID_FONTSETTINGS
 81         MENUITEM "Auf&zählungszeichen"           ID_BULLET
 82         MENUITEM "&Absatz..."                    ID_PARAFORMAT
 83         MENUITEM "&Tabstopps..."                 ID_TABSTOPS
 84         POPUP "&Hintergrund"
 85         BEGIN
 86             MENUITEM "&System\tStrg+1",         ID_BACK_1
 87             MENUITEM "&PostIt-Notiz\tStrg+2",   ID_BACK_2
 88         END
 89     END
 90     POPUP "&?"
 91     BEGIN
 92         MENUITEM "Ü&ber Wine Wordpad"       ID_ABOUT
 93     END
 94 END
 95 
 96 IDM_POPUP MENU DISCARDABLE
 97 BEGIN
 98     POPUP ""
 99     BEGIN
100         MENUITEM "Aus&schneiden",       ID_EDIT_CUT
101         MENUITEM "&Kopieren",           ID_EDIT_COPY
102         MENUITEM "&Einfügen",           ID_EDIT_PASTE
103         MENUITEM SEPARATOR
104         MENUITEM "Auf&zählungszeichen"  ID_BULLET
105         MENUITEM "&Absatz..."           ID_PARAFORMAT
106     END
107 END
108 
109 IDD_DATETIME DIALOG DISCARDABLE 30, 20, 130, 80
110 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
111 CAPTION "Datum und Uhrzeit"
112 FONT 10, "MS Sans Serif"
113 BEGIN
114     LTEXT        "Verfügbare Formate",0,3,2,100,15
115     LISTBOX      IDC_DATETIME,3,12,80,65,LBS_NOINTEGRALHEIGHT
116     PUSHBUTTON   "&OK",IDOK,87,12,40,12
117     PUSHBUTTON   "A&bbrechen",IDCANCEL,87,26,40,12
118 END
119 
120 IDD_NEWFILE DIALOG DISCARDABLE 30, 20, 140, 80
121 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
122 CAPTION "Neu"
123 FONT 10, "MS Sans Serif"
124 BEGIN
125     LTEXT        "Neuer Dokumenttyp",0,3,2,100,15
126     LISTBOX      IDC_NEWFILE,3,12,90,65,LBS_NOINTEGRALHEIGHT
127     PUSHBUTTON   "&OK",IDOK,97,12,40,12
128     PUSHBUTTON   "A&bbrechen",IDCANCEL,97,26,40,12
129 END
130 
131 IDD_PARAFORMAT DIALOG DISCARDABLE 30, 20, 200, 110
132 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
133 Caption "Absatz"
134 FONT 8, "MS Shell Dlg"
135 BEGIN
136     GROUPBOX "Einzug", 0, 10, 10, 120, 68
137     LTEXT "Links", 0, 15, 22, 40, 13
138     EDITTEXT IDC_PARA_LEFT, 55, 20, 60, 13
139     LTEXT "Rechts", 0, 15, 40, 40, 13
140     EDITTEXT IDC_PARA_RIGHT, 55, 38, 60, 13
141     LTEXT "Erste Zeile", 0, 15, 58, 40, 13
142     EDITTEXT IDC_PARA_FIRST, 55, 56, 60, 13
143     LTEXT "Ausrichtung", 0, 15, 87, 40, 13
144     COMBOBOX IDC_PARA_ALIGN, 55, 85, 60, 60, CBS_DROPDOWNLIST
145     PUSHBUTTON "&OK", IDOK, 137, 15, 50, 15
146     PUSHBUTTON "A&bbrechen", IDCANCEL, 137, 33, 50, 15
147 END
148 
149 IDD_TABSTOPS DIALOG DISCARDABLE 30, 20, 200, 110
150 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
151 Caption "Tabstopps"
152 FONT 8, "MS SHell DLg"
153 BEGIN
154     GROUPBOX "Tabstoppposition", 0, 10, 10, 120, 90
155     COMBOBOX IDC_TABSTOPS, 20, 20, 100, 60, CBS_SIMPLE | CBS_SORT
156     DEFPUSHBUTTON "&Festlegen", ID_TAB_ADD, 20, 80, 45, 15
157     PUSHBUTTON "&Löschen", ID_TAB_DEL, 72, 80, 45, 15
158     PUSHBUTTON "&OK", IDOK, 137, 15, 50, 15
159     PUSHBUTTON "A&bbrechen", IDCANCEL, 137, 33, 50, 15
160     PUSHBUTTON "&Alle löschen", ID_TAB_EMPTY, 137, 51, 50, 15
161 END
162 
163 IDD_FORMATOPTS DIALOG DISCARDABLE 0, 0, 280, 110
164 STYLE DS_SYSMODAL
165 Caption ""
166 FONT 8, "MS Shell Dlg"
167 BEGIN
168     GROUPBOX "Zeilenumbruch", 0, 10, 10, 130, 85
169     RADIOBUTTON "&Am Fenster umbrechen", IDC_PAGEFMT_WW, 18, 25, 117, 15
170     RADIOBUTTON "A&m Lineal umbrechen", IDC_PAGEFMT_WM, 18, 45, 117, 15
171     GROUPBOX "Symbolleisten", 0, 150, 10, 120, 85
172     CHECKBOX "&Symbolleiste", IDC_PAGEFMT_TB, 160, 20, 80, 15
173     CHECKBOX "&Formatierungsleiste", IDC_PAGEFMT_FB, 160, 38, 80, 15
174     CHECKBOX "L&ineal", IDC_PAGEFMT_RU, 160, 56, 80, 15
175     CHECKBOX "Status&leiste", IDC_PAGEFMT_SB, 160, 74, 80, 15
176     LTEXT "", IDC_PAGEFMT_ID, 0,0,0,0
177 END
178 
179 STRINGTABLE DISCARDABLE
180 BEGIN
181     STRING_RICHTEXT_FILES_RTF,     "RTF-Format (*.rtf)"
182     STRING_TEXT_FILES_TXT,         "Textdokumente (*.txt)"
183     STRING_TEXT_FILES_UNICODE_TXT, "Unicode-Textdokumente (*.txt)"
184     STRING_ALL_FILES,              "Alle Dokumente (*.*)"
185 END
186 
187 STRINGTABLE DISCARDABLE
188 BEGIN
189     STRING_ALIGN_LEFT,            "Links"
190     STRING_ALIGN_RIGHT,           "Rechts"
191     STRING_ALIGN_CENTER,          "Zentriert"
192 END
193 
194 STRINGTABLE DISCARDABLE
195 BEGIN
196     STRING_NEWFILE_RICHTEXT,     "RTF-Dokument"
197     STRING_NEWFILE_TXT,          "Textdokument"
198     STRING_NEWFILE_TXT_UNICODE,  "Unicode-Textdokument"
199 END
200 
201 STRINGTABLE DISCARDABLE
202 BEGIN
203     STRING_PRINTER_FILES_PRN,        "Druckerdateien (*.PRN)"
204 END
205 
206 STRINGTABLE DISCARDABLE
207 BEGIN
208     STRING_VIEWPROPS_TITLE,          "Optionen"
209     STRING_VIEWPROPS_TEXT,           "Text"
210     STRING_VIEWPROPS_RICHTEXT,       "Rich Text"
211 END
212 
213 STRINGTABLE DISCARDABLE
214 BEGIN
215     STRING_PREVIEW_PRINT,            "&Drucken"
216     STRING_PREVIEW_NEXTPAGE,         "&Nächste"
217     STRING_PREVIEW_PREVPAGE,         "&Vorherige"
218     STRING_PREVIEW_TWOPAGES,         "Zwei Seiten"
219     STRING_PREVIEW_ONEPAGE,          "Eine Seite"
220     STRING_PREVIEW_CLOSE,            "&Schließen"
221 END
222 
223 STRINGTABLE DISCARDABLE
224 BEGIN
225     STRING_UNITS_CM,             "cm"
226 END
227 
228 STRINGTABLE DISCARDABLE
229 BEGIN
230     STRING_DEFAULT_FILENAME,     "Dokument"
231     STRING_PROMPT_SAVE_CHANGES,  "Änderungen an '%s' speichern?"
232     STRING_SEARCH_FINISHED,      "Wordpad hat das Durchsuchen des Dokuments beendet."
233     STRING_LOAD_RICHED_FAILED,   "Die RichEdit-Bibliothek konnte nicht geladen werden."
234     STRING_SAVE_LOSEFORMATTING,  "Sie sind dabei, die Datei als Textdatei zu speichern. " \
235                                  "Dadurch geht die Formatierung verloren. " \
236                                  "Möchten Sie den Vorgang trotzdem fortsetzen?"
237     STRING_INVALID_NUMBER,       "Diese Maßeinheit ist nicht zulässig."
238     STRING_OLE_STORAGE_NOT_SUPPORTED, "OLE-Dokumentenspeicherung wird nicht unterstützt."
239     STRING_WRITE_FAILED,         "Die Datei konnte nicht gespeichert werden."
240     STRING_WRITE_ACCESS_DENIED,  "Sie haben keine ausreichende Zugriffsberechtigung um die Datei zu speichern."
241     STRING_OPEN_FAILED,          "Die Datei konnte nicht geöffnet werden."
242     STRING_OPEN_ACCESS_DENIED,   "Sie haben keine ausreichende Zugriffsberechtigung um die Datei zu öffnen."
243 END
244 
245 #pragma code_page(default)

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.