Sync to trunk r65566.
[reactos.git] / base / applications / wordpad / lang / De.rc
index d22f978..eaa82f5 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "wordpad.h"
+#pragma code_page(65001)
 
 LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
 
-#pragma code_page(65001)
-
 IDM_MAINMENU MENU
 BEGIN
     POPUP "&Datei"
     BEGIN
-        MENUITEM "&Neu...\tStrg+N",          ID_FILE_NEW
+        MENUITEM "&Neu...\tStrg+N",       ID_FILE_NEW
         MENUITEM "Ö&ffnen...\tStrg+O",    ID_FILE_OPEN
         MENUITEM "&Speichern\tStrg+S",    ID_FILE_SAVE
         MENUITEM "Speichern &unter...",   ID_FILE_SAVEAS
@@ -66,16 +64,16 @@ BEGIN
     END
     POPUP "&Ansicht"
     BEGIN
-        MENUITEM "&Symbolleiste",         ID_TOGGLE_TOOLBAR
-        MENUITEM "&Formatierungsleiste",  ID_TOGGLE_FORMATBAR
-        MENUITEM "L&ineal",               ID_TOGGLE_RULER
-        MENUITEM "Status&leiste",         ID_TOGGLE_STATUSBAR
+        MENUITEM "&Symbolleiste",        ID_TOGGLE_TOOLBAR
+        MENUITEM "&Formatierungsleiste", ID_TOGGLE_FORMATBAR
+        MENUITEM "L&ineal",              ID_TOGGLE_RULER
+        MENUITEM "Status&leiste",        ID_TOGGLE_STATUSBAR
         MENUITEM SEPARATOR
-        MENUITEM "&Optionen...",          ID_VIEWPROPERTIES
+        MENUITEM "&Optionen...",         ID_VIEWPROPERTIES
     END
     POPUP "&Einfügen"
     BEGIN
-        MENUITEM "&Datum und Uhrzeit...",  ID_DATETIME
+        MENUITEM "&Datum und Uhrzeit...", ID_DATETIME
     END
     POPUP "Forma&t"
     BEGIN
@@ -86,12 +84,12 @@ BEGIN
         POPUP "&Hintergrund"
         BEGIN
             MENUITEM "&System\tStrg+1",         ID_BACK_1
-            MENUITEM "&PostIt-Notiz\tStrg+2",   ID_BACK_2
+            MENUITEM "&PostIt-Notiz\tStrg+2",          ID_BACK_2
         END
     END
     POPUP "&?"
     BEGIN
-        MENUITEM "Ü&ber Wine Wordpad",      ID_ABOUT
+        MENUITEM "Ü&ber Wine Wordpad",       ID_ABOUT
     END
 END
 
@@ -112,103 +110,36 @@ IDM_COLOR_POPUP MENU
 BEGIN
     POPUP ""
     BEGIN
-        MENUITEM "Schwarz",       ID_COLOR_BLACK
-        MENUITEM "Kastanienbraun",ID_COLOR_MAROON
-        MENUITEM "Grün",          ID_COLOR_GREEN
-        MENUITEM "Olivgrün",      ID_COLOR_OLIVE
-        MENUITEM "Dunkelblau",    ID_COLOR_NAVY
-        MENUITEM "Lila",          ID_COLOR_PURPLE
-        MENUITEM "Blaugrün",      ID_COLOR_TEAL
-        MENUITEM "Grau",          ID_COLOR_GRAY
-        MENUITEM "Silber",        ID_COLOR_SILVER
-        MENUITEM "Rot",           ID_COLOR_RED
-        MENUITEM "Hellgrün",      ID_COLOR_LIME
-        MENUITEM "Gelb",          ID_COLOR_YELLOW
-        MENUITEM "Blau",          ID_COLOR_BLUE
-        MENUITEM "Pink",          ID_COLOR_FUCHSIA
-        MENUITEM "Aquamarin",     ID_COLOR_AQUA
-        MENUITEM "Weiß",          ID_COLOR_WHITE
-        MENUITEM "Automatisch",   ID_COLOR_AUTOMATIC
+        MENUITEM "Schwarz",        ID_COLOR_BLACK
+        MENUITEM "Kastanienbraun", ID_COLOR_MAROON
+        MENUITEM "Grün",           ID_COLOR_GREEN
+        MENUITEM "Olivgrün",       ID_COLOR_OLIVE
+        MENUITEM "Dunkelblau",     ID_COLOR_NAVY
+        MENUITEM "Lila",           ID_COLOR_PURPLE
+        MENUITEM "Blaugrün",       ID_COLOR_TEAL
+        MENUITEM "Grau",           ID_COLOR_GRAY
+        MENUITEM "Silber",         ID_COLOR_SILVER
+        MENUITEM "Rot",            ID_COLOR_RED
+        MENUITEM "Hellgrün",       ID_COLOR_LIME
+        MENUITEM "Gelb",           ID_COLOR_YELLOW
+        MENUITEM "Blau",           ID_COLOR_BLUE
+        MENUITEM "Pink",           ID_COLOR_FUCHSIA
+        MENUITEM "Aquamarin",      ID_COLOR_AQUA
+        MENUITEM "Weiß",           ID_COLOR_WHITE
+        MENUITEM "Automatisch",    ID_COLOR_AUTOMATIC
     END
 END
 
-IDD_DATETIME DIALOG 30, 20, 130, 80
-STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
-CAPTION "Datum und Uhrzeit"
-FONT 10, "MS Sans Serif"
-BEGIN
-    LTEXT        "Verfügbare Formate",-1,3,2,100,15
-    LISTBOX      IDC_DATETIME,3,12,80,65,LBS_NOINTEGRALHEIGHT | LBS_NOTIFY
-    PUSHBUTTON   "&OK",IDOK,87,12,40,12
-    PUSHBUTTON   "A&bbrechen",IDCANCEL,87,26,40,12
-END
-
-IDD_NEWFILE DIALOG 30, 20, 140, 80
-STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
-CAPTION "Neu"
-FONT 10, "MS Sans Serif"
-BEGIN
-    LTEXT        "Neuer Dokumenttyp",-1,3,2,100,15
-    LISTBOX      IDC_NEWFILE,3,12,90,65,LBS_NOINTEGRALHEIGHT
-    PUSHBUTTON   "&OK",IDOK,97,12,40,12
-    PUSHBUTTON   "A&bbrechen",IDCANCEL,97,26,40,12
-END
-
-IDD_PARAFORMAT DIALOG 30, 20, 200, 110
-STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
-CAPTION "Absatz"
-FONT 8, "MS Shell Dlg"
-BEGIN
-    GROUPBOX "Einzug", -1, 10, 10, 120, 68
-    LTEXT "Links", -1, 15, 22, 40, 13
-    EDITTEXT IDC_PARA_LEFT, 55, 20, 60, 13
-    LTEXT "Rechts", -1, 15, 40, 40, 13
-    EDITTEXT IDC_PARA_RIGHT, 55, 38, 60, 13
-    LTEXT "Erste Zeile", -1, 15, 58, 40, 13
-    EDITTEXT IDC_PARA_FIRST, 55, 56, 60, 13
-    LTEXT "Ausrichtung", -1, 15, 87, 40, 13
-    COMBOBOX IDC_PARA_ALIGN, 55, 85, 60, 60, CBS_DROPDOWNLIST
-    PUSHBUTTON "&OK", IDOK, 137, 15, 50, 15
-    PUSHBUTTON "A&bbrechen", IDCANCEL, 137, 33, 50, 15
-END
-
-IDD_TABSTOPS DIALOG 30, 20, 200, 110
-STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
-CAPTION "Tabstopps"
-FONT 8, "MS SHell DLg"
-BEGIN
-    GROUPBOX "Tabstoppposition", -1, 10, 10, 120, 90
-    COMBOBOX IDC_TABSTOPS, 20, 20, 100, 60, CBS_SIMPLE
-    DEFPUSHBUTTON "&Festlegen", ID_TAB_ADD, 20, 80, 45, 15
-    PUSHBUTTON "&Löschen", ID_TAB_DEL, 72, 80, 45, 15
-    PUSHBUTTON "&OK", IDOK, 137, 15, 50, 15
-    PUSHBUTTON "A&bbrechen", IDCANCEL, 137, 33, 50, 15
-    PUSHBUTTON "&Alle löschen", ID_TAB_EMPTY, 137, 51, 50, 15
-END
-
-IDD_FORMATOPTS DIALOG 0, 0, 280, 110
-STYLE DS_SYSMODAL
-CAPTION ""
-FONT 8, "MS Shell Dlg"
-BEGIN
-    GROUPBOX "Zeilenumbruch", -1, 10, 10, 130, 85
-    RADIOBUTTON "&Kein Zeilenumbruch", IDC_PAGEFMT_WN, 18, 25, 117, 15
-    RADIOBUTTON "&Am Fenster umbrechen", IDC_PAGEFMT_WW, 18, 45, 117, 15
-    RADIOBUTTON "A&m Lineal umbrechen", IDC_PAGEFMT_WM, 18, 65, 117, 15
-    GROUPBOX "Symbolleisten", -1, 150, 10, 120, 85
-    CHECKBOX "&Symbolleiste", IDC_PAGEFMT_TB, 160, 20, 80, 15
-    CHECKBOX "&Formatierungsleiste", IDC_PAGEFMT_FB, 160, 38, 80, 15
-    CHECKBOX "L&ineal", IDC_PAGEFMT_RU, 160, 56, 80, 15
-    CHECKBOX "Status&leiste", IDC_PAGEFMT_SB, 160, 74, 80, 15
-    LTEXT "", IDC_PAGEFMT_ID, 0,0,0,0
-END
-
 STRINGTABLE
 BEGIN
-    STRING_RICHTEXT_FILES_RTF,     "RTF-Format (*.rtf)"
+    STRING_ALL_FILES,              "Alle Dokumente (*.*)"
     STRING_TEXT_FILES_TXT,         "Textdokumente (*.txt)"
     STRING_TEXT_FILES_UNICODE_TXT, "Unicode-Textdokumente (*.txt)"
-    STRING_ALL_FILES,              "Alle Dokumente (*.*)"
+    STRING_RICHTEXT_FILES_RTF,     "RTF-Format (*.rtf)"
+    STRING_NEWFILE_RICHTEXT,       "RTF-Dokument"
+    STRING_NEWFILE_TXT,            "Textdokument"
+    STRING_NEWFILE_TXT_UNICODE,    "Unicode-Textdokument"
+    STRING_PRINTER_FILES_PRN,      "Druckerdateien (*.PRN)"
 END
 
 STRINGTABLE
@@ -218,18 +149,6 @@ BEGIN
     STRING_ALIGN_CENTER,          "Zentriert"
 END
 
-STRINGTABLE
-BEGIN
-    STRING_NEWFILE_RICHTEXT,     "RTF-Dokument"
-    STRING_NEWFILE_TXT,          "Textdokument"
-    STRING_NEWFILE_TXT_UNICODE,  "Unicode-Textdokument"
-END
-
-STRINGTABLE
-BEGIN
-    STRING_PRINTER_FILES_PRN,        "Druckerdateien (*.PRN)"
-END
-
 STRINGTABLE
 BEGIN
     STRING_VIEWPROPS_TITLE,          "Optionen"
@@ -264,10 +183,81 @@ BEGIN
     STRING_SAVE_LOSEFORMATTING,  "Sie sind dabei, die Datei als Textdatei zu speichern. Dadurch geht die Formatierung verloren. Möchten Sie den Vorgang trotzdem fortsetzen?"
     STRING_INVALID_NUMBER,       "Diese Maßeinheit ist nicht zulässig."
     STRING_OLE_STORAGE_NOT_SUPPORTED, "OLE-Dokumentenspeicherung wird nicht unterstützt."
-    STRING_WRITE_FAILED,         "Die Datei konnte nicht gespeichert werden."
-    STRING_WRITE_ACCESS_DENIED,  "Sie haben keine ausreichende Zugriffsberechtigung um die Datei zu speichern."
-    STRING_OPEN_FAILED,          "Die Datei konnte nicht geöffnet werden."
-    STRING_OPEN_ACCESS_DENIED,   "Sie haben keine ausreichende Zugriffsberechtigung um die Datei zu öffnen."
-    STRING_PRINTING_NOT_IMPLEMENTED, "Drucken ist nicht implementiert"
-    STRING_MAX_TAB_STOPS,            "Es können nur maximal 32 Tabstopps definiert werden."
+    STRING_WRITE_FAILED,              "Die Datei konnte nicht gespeichert werden."
+    STRING_WRITE_ACCESS_DENIED,       "Sie haben keine ausreichende Zugriffsberechtigung um die Datei zu speichern."
+    STRING_OPEN_FAILED,               "Die Datei konnte nicht geöffnet werden."
+    STRING_OPEN_ACCESS_DENIED,        "Sie haben keine ausreichende Zugriffsberechtigung um die Datei zu öffnen."
+    STRING_PRINTING_NOT_IMPLEMENTED,  "Drucken ist nicht implementiert"
+    STRING_MAX_TAB_STOPS,             "Es können nur maximal 32 Tabstopps definiert werden."
+END
+
+IDD_DATETIME DIALOG 30, 20, 130, 80
+STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
+CAPTION "Datum und Uhrzeit"
+FONT 8, "MS Shell Dlg"
+BEGIN
+    LTEXT        "Verfügbare Formate",-1,3,2,100,15
+    LISTBOX      IDC_DATETIME,3,12,80,65,LBS_NOINTEGRALHEIGHT | LBS_NOTIFY
+    DEFPUSHBUTTON "OK",IDOK,87,12,40,12
+    PUSHBUTTON   "A&bbrechen",IDCANCEL,87,26,40,12
+END
+
+IDD_NEWFILE DIALOG 30, 20, 140, 80
+STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
+CAPTION "Neu"
+FONT 8, "MS Shell Dlg"
+BEGIN
+    LTEXT        "Neuer Dokumenttyp",-1,3,2,100,15
+    LISTBOX      IDC_NEWFILE,3,12,90,65,LBS_NOINTEGRALHEIGHT
+    DEFPUSHBUTTON "OK",IDOK,97,12,40,12
+    PUSHBUTTON   "A&bbrechen",IDCANCEL,97,26,40,12
+END
+
+IDD_PARAFORMAT DIALOG 30, 20, 220, 110
+STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
+CAPTION "Absatz"
+FONT 8, "MS Shell Dlg"
+BEGIN
+    GROUPBOX "Einzug", -1, 10, 10, 140, 68
+    LTEXT "Links", -1, 15, 22, 60, 13
+    EDITTEXT IDC_PARA_LEFT, 75, 20, 65, 13
+    LTEXT "Rechts", -1, 15, 40, 60, 13
+    EDITTEXT IDC_PARA_RIGHT, 75, 38, 65, 13
+    LTEXT "Erste Zeile", -1, 15, 58, 60, 13
+    EDITTEXT IDC_PARA_FIRST, 75, 56, 65, 13
+    LTEXT "Ausrichtung", -1, 15, 87, 60, 13
+    COMBOBOX IDC_PARA_ALIGN, 75, 85, 65, 60, CBS_DROPDOWNLIST
+    DEFPUSHBUTTON "OK", IDOK, 160, 15, 50, 15
+    PUSHBUTTON "A&bbrechen", IDCANCEL, 160, 33, 50, 15
+END
+
+IDD_TABSTOPS DIALOG 30, 20, 200, 110
+STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
+CAPTION "Tabstopps"
+FONT 8, "MS Shell Dlg"
+BEGIN
+    GROUPBOX "Tabstoppposition", -1, 10, 10, 120, 90
+    COMBOBOX IDC_TABSTOPS, 20, 20, 100, 60, CBS_SIMPLE
+    DEFPUSHBUTTON "&Festlegen", ID_TAB_ADD, 20, 80, 45, 15
+    PUSHBUTTON "&Löschen", ID_TAB_DEL, 72, 80, 45, 15
+    PUSHBUTTON "OK", IDOK, 135, 15, 58, 15
+    PUSHBUTTON "A&bbrechen", IDCANCEL, 135, 33, 58, 15
+    PUSHBUTTON "&Alle löschen", ID_TAB_EMPTY, 135, 51, 58, 15
+END
+
+IDD_FORMATOPTS DIALOG 0, 0, 280, 110
+STYLE DS_SYSMODAL
+CAPTION ""
+FONT 8, "MS Shell Dlg"
+BEGIN
+    GROUPBOX "Zeilenumbruch", -1, 5, 10, 145, 85
+    RADIOBUTTON "&Kein Zeilenumbruch", IDC_PAGEFMT_WN, 10, 25, 138, 15
+    RADIOBUTTON "&Am Fenster umbrechen", IDC_PAGEFMT_WW, 10, 45, 138, 15
+    RADIOBUTTON "A&m Lineal umbrechen", IDC_PAGEFMT_WM, 10, 65, 138, 15
+    GROUPBOX "Symbolleisten", -1, 155, 10, 115, 85
+    CHECKBOX "&Symbolleiste", IDC_PAGEFMT_TB, 165, 20, 80, 15
+    CHECKBOX "&Formatierungsleiste", IDC_PAGEFMT_FB, 165, 38, 80, 15
+    CHECKBOX "L&ineal", IDC_PAGEFMT_RU, 165, 56, 80, 15
+    CHECKBOX "Status&leiste", IDC_PAGEFMT_SB, 165, 74, 80, 15
+    LTEXT "", IDC_PAGEFMT_ID, 0,0,0,0
 END