Alexandre Julliard | 02ed4c2 | 1996-03-02 19:34:10 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Program Manager |
| 3 | * |
| 4 | * Copyright 1996 Ulrich Schmid |
| 5 | */ |
| 6 | |
Alexandre Julliard | c981d0b | 1996-03-31 16:40:13 +0000 | [diff] [blame] | 7 | #define LANGUAGE_ID De |
| 8 | #define LANGUAGE_NUMBER 2 |
| 9 | #define LANGUAGE_MENU_ITEM "&Deutsch" |
Alexandre Julliard | 02ed4c2 | 1996-03-02 19:34:10 +0000 | [diff] [blame] | 10 | |
Alexandre Julliard | c981d0b | 1996-03-31 16:40:13 +0000 | [diff] [blame] | 11 | /* Menu */ |
Alexandre Julliard | 02ed4c2 | 1996-03-02 19:34:10 +0000 | [diff] [blame] | 12 | |
| 13 | #define MENU_FILE "&Datei" |
| 14 | #define MENU_FILE_NEW "&Neu..." |
| 15 | #define MENU_FILE_OPEN "Ö&ffnen\tEingabetaste" |
| 16 | #define MENU_FILE_MOVE "&Verschieben...\tF7" |
| 17 | #define MENU_FILE_COPY "&Kopieren...\tF8" |
| 18 | #define MENU_FILE_DELETE "&Löschen\tEntf" |
| 19 | #define MENU_FILE_ATTRIBUTES "&Eigenschaften...\tAlt+Eingabetaste" |
| 20 | #define MENU_FILE_EXECUTE "&Ausführen..." |
| 21 | #define MENU_FILE_EXIT "&Programm-Manager &beenden..." |
| 22 | |
| 23 | #define MENU_OPTIONS "&Optionen" |
| 24 | #define MENU_OPTIONS_AUTO_ARRANGE "&Automatisch anordnen" |
| 25 | #define MENU_OPTIONS_MIN_ON_RUN "&Symbol nach Programmstart" |
| 26 | #define MENU_OPTIONS_SAVE_SETTINGS "&Einstellungen beim Beenden speichern" |
| 27 | |
| 28 | #define MENU_WINDOWS "&Fenster" |
| 29 | #define MENU_WINDOWS_OVERLAP "Über&lappend\tUmschalt+F5" |
| 30 | #define MENU_WINDOWS_SIDE_BY_SIDE "&Nebeneinander\tUmschalt+F4" |
| 31 | #define MENU_WINDOWS_ARRANGE "&Symbole anordnen" |
| 32 | |
| 33 | #define MENU_LANGUAGE "&Sprache" |
| 34 | |
| 35 | #define MENU_HELP "&Hilfe" |
| 36 | #define MENU_HELP_CONTENTS "&Inhalt" |
| 37 | #define MENU_HELP_SEARCH "&Suchen..." |
| 38 | #define MENU_HELP_HELP_ON_HELP "&Hilfe benutzen" |
| 39 | #define MENU_HELP_TUTORIAL "&Lernprogramm" |
| 40 | |
| 41 | #define MENU_INFO "Inf&o..." |
| 42 | #define MENU_INFO_LICENSE "&Lizenz" |
| 43 | #define MENU_INFO_NO_WARRANTY "&KEINE GARANTIE" |
| 44 | #define MENU_INFO_ABOUT_WINE "&Über WINE" |
| 45 | |
| 46 | /* Dialogs */ |
| 47 | |
| 48 | #define DIALOG_OK "OK" |
| 49 | #define DIALOG_CANCEL "Abbrechen" |
| 50 | #define DIALOG_BROWSE "&Durchsuchen..." |
| 51 | #define DIALOG_HELP "&Hilfe" |
| 52 | |
Alexandre Julliard | 02ed4c2 | 1996-03-02 19:34:10 +0000 | [diff] [blame] | 53 | #define DIALOG_NEW_CAPTION "Neues Programmobject" |
| 54 | #define DIALOG_NEW_NEW "Neu" |
| 55 | #define DIALOG_NEW_GROUP "Programmgrupp&e" |
| 56 | #define DIALOG_NEW_PROGRAM "&Programm" |
| 57 | |
Alexandre Julliard | 02ed4c2 | 1996-03-02 19:34:10 +0000 | [diff] [blame] | 58 | #define DIALOG_MOVE_CAPTION "Programm verschieben" |
| 59 | #define DIALOG_MOVE_PROGRAM "Verschiebe Programm:" |
| 60 | #define DIALOG_MOVE_FROM_GROUP "Von Programmgruppe:" |
| 61 | #define DIALOG_MOVE_TO_GROUP "&In Gruppe:" |
| 62 | |
Alexandre Julliard | 02ed4c2 | 1996-03-02 19:34:10 +0000 | [diff] [blame] | 63 | #define DIALOG_COPY_CAPTION "Programm kopieren" |
| 64 | #define DIALOG_COPY_PROGRAM "Kopiere Programm:" |
| 65 | #define DIALOG_COPY_FROM_GROUP DIALOG_MOVE_FROM_GROUP |
| 66 | #define DIALOG_COPY_TO_GROUP DIALOG_MOVE_TO_GROUP |
| 67 | |
Alexandre Julliard | 02ed4c2 | 1996-03-02 19:34:10 +0000 | [diff] [blame] | 68 | #define DIALOG_GROUP_CAPTION "Programmgruppeneigenschaften" |
| 69 | #define DIALOG_GROUP_DESCRIPTION "&Beschreibung:" |
| 70 | #define DIALOG_GROUP_FILE "&Gruppendatei:" |
| 71 | |
Alexandre Julliard | 02ed4c2 | 1996-03-02 19:34:10 +0000 | [diff] [blame] | 72 | #define DIALOG_PROGRAM_CAPTION "Programmeigenschaften" |
| 73 | #define DIALOG_PROGRAM_DESCRIPTION DIALOG_GROUP_DESCRIPTION |
| 74 | #define DIALOG_PROGRAM_COMMAND_LINE "Befehls&zeile:" |
| 75 | #define DIALOG_PROGRAM_DIRECTORY "&Arbeitsverzeichnis:" |
| 76 | #define DIALOG_PROGRAM_HOT_KEY "&Tastenkombination:" |
| 77 | #define DIALOG_PROGRAM_SYMBOL "Als Sy&mbol" |
| 78 | #define DIALOG_PROGRAM_OTHER_SYMBOL "Anderes &Symbol..." |
| 79 | |
Alexandre Julliard | 02ed4c2 | 1996-03-02 19:34:10 +0000 | [diff] [blame] | 80 | #define DIALOG_SYMBOL_CAPTION "Symbol auswählen" |
| 81 | #define DIALOG_SYMBOL_FILE "Datei&name:" |
| 82 | #define DIALOG_SYMBOL_CURRENT "&Aktuelles Symbol:" |
| 83 | |
Alexandre Julliard | 02ed4c2 | 1996-03-02 19:34:10 +0000 | [diff] [blame] | 84 | #define DIALOG_EXECUTE_CAPTION "Programm Ausführen" |
| 85 | #define DIALOG_EXECUTE_COMMAND_LINE DIALOG_PROGRAM_COMMAND_LINE |
| 86 | #define DIALOG_EXECUTE_SYMBOL DIALOG_PROGRAM_SYMBOL |
| 87 | |
Alexandre Julliard | c981d0b | 1996-03-31 16:40:13 +0000 | [diff] [blame] | 88 | /* Strings */ |
| 89 | |
| 90 | #define STRING_PROGRAM_MANAGER "Programm-Manager" |
| 91 | #define STRING_ERROR "FEHLER" |
| 92 | #define STRING_WARNING "ACHTUNG" |
| 93 | #define STRING_INFO "Information" |
| 94 | #define STRING_DELETE "Löschen" |
| 95 | #define STRING_DELETE_GROUP_s "Lösche Programmgruppe `%s' ?" |
| 96 | #define STRING_DELETE_PROGRAM_s "Lösche Programm `%s' ?" |
| 97 | #define STRING_NOT_IMPLEMENTED "Nicht implementiert" |
| 98 | #define STRING_FILE_READ_ERROR_s "Fehler beim Lesen von `%s'" |
| 99 | #define STRING_FILE_WRITE_ERROR_s "Fehler beim Schreiben von `%s'" |
| 100 | |
| 101 | #define STRING_GRPFILE_READ_ERROR_s "\ |
| 102 | Die Programmgruppendatei `%s' kann nicht geöffnet werden.\n\ |
| 103 | Soll weiterhin versucht werden, diese Datei zu laden?" |
| 104 | |
| 105 | #define STRING_OUT_OF_MEMORY "Zu wenig Hauptspeicher" |
| 106 | #define STRING_WINHELP_ERROR "Keine Hilfe verfügbar" |
| 107 | #define STRING_UNKNOWN_FEATURE_s "Unbekannte Eigenschaft in %s" |
| 108 | #define STRING_FILE_NOT_OVERWRITTEN_s "Datei `%s' existiert. Sie wird nicht überschrieben." |
| 109 | #define STRING_SAVE_GROUP_AS_s "\ |
| 110 | Die Programmgruppe wird als `%s' gesichert um \ |
| 111 | das Überschreiben der Originaldatei zu verhindern." |
| 112 | |
| 113 | #define STRING_NO_HOT_KEY "Keine" |
| 114 | |
| 115 | #define STRING_ALL_FILES "Alle Dateien (*.*)" |
| 116 | #define STRING_PROGRAMS "Programme" |
| 117 | #define STRING_LIBRARIES_DLL "Bibliotheken (*.dll)" |
| 118 | #define STRING_SYMBOL_FILES "Symboldataeien" |
| 119 | #define STRING_SYMBOLS_ICO "Symbole (*.ico)" |
| 120 | |
Alexandre Julliard | 02ed4c2 | 1996-03-02 19:34:10 +0000 | [diff] [blame] | 121 | #include "Xx.rc" |