Bram Moolenaar | af610b8 | 2018-12-21 16:22:50 +0100 | [diff] [blame] | 1 | # vi:set ts=8 sts=4 sw=4 et fdm=marker: |
| 2 | # |
| 3 | # german.nsi : German language strings for gvim NSIS installer. |
| 4 | # |
| 5 | # Locale ID : 1031 |
| 6 | # fileencoding : UTF-8 |
| 7 | # Author : Christian Brabandt, tux |
| 8 | |
| 9 | !insertmacro MUI_LANGUAGE "German" |
| 10 | |
| 11 | |
| 12 | # Overwrite the default translation. |
Bram Moolenaar | d09091d | 2019-01-17 16:07:22 +0100 | [diff] [blame] | 13 | # These strings should be always English. Otherwise dosinst.c fails. |
Bram Moolenaar | af610b8 | 2018-12-21 16:22:50 +0100 | [diff] [blame] | 14 | LangString ^SetupCaption ${LANG_GERMAN} \ |
| 15 | "$(^Name) Setup" |
| 16 | LangString ^UninstallCaption ${LANG_GERMAN} \ |
| 17 | "$(^Name) Uninstall" |
| 18 | |
| 19 | ############################################################################## |
| 20 | # MUI Configuration Strings {{{1 |
| 21 | ############################################################################## |
| 22 | |
| 23 | #LangString str_dest_folder ${LANG_GERMAN} \ |
| 24 | # "Zielverzeichnis auswählen (muss auf $\"vim$\" enden)" |
| 25 | |
| 26 | LangString str_show_readme ${LANG_GERMAN} \ |
| 27 | "README-Datei nach der Installation anzeigen" |
| 28 | |
| 29 | # Install types: |
| 30 | LangString str_type_typical ${LANG_GERMAN} \ |
| 31 | "Typisch" |
| 32 | |
| 33 | LangString str_type_minimal ${LANG_GERMAN} \ |
| 34 | "Minimal" |
| 35 | |
| 36 | LangString str_type_full ${LANG_GERMAN} \ |
| 37 | "Vollständig" |
| 38 | |
| 39 | |
| 40 | ############################################################################## |
| 41 | # Section Titles & Description {{{1 |
| 42 | ############################################################################## |
| 43 | |
| 44 | LangString str_section_old_ver ${LANG_GERMAN} \ |
| 45 | "Vorherige Version deinstallieren" |
| 46 | LangString str_desc_old_ver ${LANG_GERMAN} \ |
| 47 | "Vorherige installierte Versionen auf diesem System deinstallieren." |
| 48 | |
| 49 | LangString str_section_exe ${LANG_GERMAN} \ |
| 50 | "Vim GUI" |
| 51 | LangString str_desc_exe ${LANG_GERMAN} \ |
| 52 | "Vim (Anwendung) und Laufzeitdateien (Dieser Teil ist zwingend \ |
| 53 | erforderlich)." |
| 54 | |
| 55 | LangString str_section_console ${LANG_GERMAN} \ |
| 56 | "Vim Konsolenanwendung" |
| 57 | LangString str_desc_console ${LANG_GERMAN} \ |
| 58 | "Konsolenversion von Vim." |
| 59 | |
| 60 | LangString str_section_batch ${LANG_GERMAN} \ |
| 61 | ".bat-Dateien erstellen" |
| 62 | LangString str_desc_batch ${LANG_GERMAN} \ |
| 63 | ".bat-Dateien erstellen, um Vim in der Konsole auszuführen." |
| 64 | |
| 65 | LangString str_group_icons ${LANG_GERMAN} \ |
| 66 | "Vim-Verknüpfungen erstellen" |
| 67 | LangString str_desc_icons ${LANG_GERMAN} \ |
| 68 | "Verknüpfungen mit Vim für einfachen Aufruf erstellen." |
| 69 | |
| 70 | LangString str_section_desktop ${LANG_GERMAN} \ |
| 71 | "Auf dem Desktop" |
| 72 | LangString str_desc_desktop ${LANG_GERMAN} \ |
| 73 | "Icons für GVim auf dem Desktop erstellen." |
| 74 | |
| 75 | LangString str_section_start_menu ${LANG_GERMAN} \ |
| 76 | "Im Startmenü" |
| 77 | LangString str_desc_start_menu ${LANG_GERMAN} \ |
| 78 | "Vim im Programmverzeichnis des Startmenüs hinzufügen." |
| 79 | |
| 80 | #LangString str_section_quick_launch ${LANG_GERMAN} \ |
| 81 | # "In der Schnellstartleiste" |
| 82 | #LangString str_desc_quick_launch ${LANG_GERMAN} \ |
| 83 | # "Verknüpfung zu Vim in der Schnellstartleiste ablegen." |
| 84 | |
| 85 | LangString str_section_edit_with ${LANG_GERMAN} \ |
| 86 | "Vim zum Kontextmenü hinzufügen" |
| 87 | LangString str_desc_edit_with ${LANG_GERMAN} \ |
| 88 | "Vim in das $\"Öffnen mit...$\"-Kontextmenü einfügen." |
| 89 | |
| 90 | #LangString str_section_edit_with32 ${LANG_GERMAN} \ |
| 91 | # "32-Bit-Version" |
| 92 | #LangString str_desc_edit_with32 ${LANG_GERMAN} \ |
| 93 | # "Vim in das $\"Öffnen mit...$\"-Kontextmenü \ |
| 94 | # für 32-Bit-Anwendungen integrieren." |
| 95 | |
| 96 | #LangString str_section_edit_with64 ${LANG_GERMAN} \ |
| 97 | # "64-Bit-Version" |
| 98 | #LangString str_desc_edit_with64 ${LANG_GERMAN} \ |
| 99 | # "Vim in das $\"Öffnen mit...$\"-Kontextmenü \ |
| 100 | # für 64-Bit-Anwendungen integrieren." |
| 101 | |
| 102 | LangString str_section_vim_rc ${LANG_GERMAN} \ |
| 103 | "Standard-Konfigurationsdatei erstellen" |
| 104 | LangString str_desc_vim_rc ${LANG_GERMAN} \ |
| 105 | "Eine Standard-Konfigurationsdatei (_vimrc) erstellen, \ |
| 106 | falls noch keine existiert." |
| 107 | |
| 108 | LangString str_group_plugin ${LANG_GERMAN} \ |
| 109 | "Plugin-Verzeichnisse anlegen" |
| 110 | LangString str_desc_plugin ${LANG_GERMAN} \ |
| 111 | "Plugin-Verzeichnisse anlegen. Plugins erlauben es, Vim \ |
| 112 | um zusätzliche Funktionen zu erweitern." |
| 113 | |
| 114 | LangString str_section_plugin_home ${LANG_GERMAN} \ |
| 115 | "Privat" |
| 116 | LangString str_desc_plugin_home ${LANG_GERMAN} \ |
| 117 | "Erstelle Plugin-Verzeichnis im HOME Benutzerverzeichnis." |
| 118 | |
| 119 | LangString str_section_plugin_vim ${LANG_GERMAN} \ |
| 120 | "Freigegeben" |
| 121 | LangString str_desc_plugin_vim ${LANG_GERMAN} \ |
| 122 | "Plugin-Verzeichnisse im Vim-Installationsverzeichnis erstellen. Diese werden \ |
| 123 | für alle Benutzer dieses Systems genutzt." |
| 124 | |
| 125 | LangString str_section_vis_vim ${LANG_GERMAN} \ |
| 126 | "VisVim-Erweiterung" |
| 127 | LangString str_desc_vis_vim ${LANG_GERMAN} \ |
| 128 | "VisVim-Erweiterung zur Integration in Microsoft Visual Studio." |
| 129 | |
| 130 | LangString str_section_nls ${LANG_GERMAN} \ |
| 131 | "Unterstützung für andere Sprachen" |
| 132 | LangString str_desc_nls ${LANG_GERMAN} \ |
| 133 | "Dateien zur Unterstützung anderer Sprachen als Englisch installieren." |
| 134 | |
| 135 | LangString str_unsection_register ${LANG_GERMAN} \ |
| 136 | "Vim deinstallieren" |
| 137 | LangString str_desc_unregister ${LANG_GERMAN} \ |
| 138 | "Vim vom System entfernen." |
| 139 | |
| 140 | LangString str_unsection_exe ${LANG_GERMAN} \ |
| 141 | "Vim-Anwendung und Laufzeitdateien entfernen" |
| 142 | LangString str_desc_rm_exe ${LANG_GERMAN} \ |
| 143 | "Alle Vim-Anwendungen und Laufzeitdateien von diesem System entfernen." |
| 144 | |
| 145 | LangString str_ungroup_plugin ${LANG_GERMAN} \ |
| 146 | "Entferne Plugin-Verzeichnisse" |
| 147 | LangString str_desc_rm_plugin ${LANG_GERMAN} \ |
| 148 | "Entferne Plugin-Verzeichnisse, falls sie leer sind." |
| 149 | |
| 150 | LangString str_unsection_plugin_home ${LANG_GERMAN} \ |
| 151 | "Privat" |
| 152 | LangString str_desc_rm_plugin_home ${LANG_GERMAN} \ |
| 153 | "Entfernt die Plugin-Verzeichnisse aus dem HOME Benutzerverzeichnis." |
| 154 | |
| 155 | LangString str_unsection_plugin_vim ${LANG_GERMAN} \ |
| 156 | "Freigegeben" |
| 157 | LangString str_desc_rm_plugin_vim ${LANG_GERMAN} \ |
| 158 | "Entfernt das Plugin-Verzeichnis aus dem Vim-Installationsverzeichnis." |
| 159 | |
| 160 | LangString str_unsection_rootdir ${LANG_GERMAN} \ |
| 161 | "Entferne Vim Installationsverzeichnis" |
| 162 | LangString str_desc_rm_rootdir ${LANG_GERMAN} \ |
| 163 | "Entfernt das Vim Installationsverzeichnis. Es enthält die Vim Konfigurationsdateien!" |
| 164 | |
| 165 | |
| 166 | ############################################################################## |
| 167 | # Messages {{{1 |
| 168 | ############################################################################## |
| 169 | |
| 170 | #LangString str_msg_too_many_ver ${LANG_GERMAN} \ |
| 171 | # "$vim_old_ver_count Vim-Versionen auf diesem System gefunden..$\r$\n\ |
| 172 | # Dieser Installer kann maximal ${VIM_MAX_OLD_VER} Versionen \ |
| 173 | # handhaben.$\r$\n\ |
| 174 | # Bitte alte Versionen entfernen und noch einmal probieren." |
| 175 | |
| 176 | #LangString str_msg_invalid_root ${LANG_GERMAN} \ |
| 177 | # "Nicht gültiges Installationsverzeichnis: $vim_install_root!$\r$\n\ |
| 178 | # Der Pfad muss auf $\"vim$\" enden." |
| 179 | |
| 180 | #LangString str_msg_bin_mismatch ${LANG_GERMAN} \ |
| 181 | # "Pfaddiskrepanz!$\r$\n$\r$\n\ |
| 182 | # Erwarte Anwendungsverzeichnis $\"$vim_bin_path$\",$\r$\n\ |
| 183 | # aber fand Anwendungspfad $\"$INSTDIR$\" vor." |
| 184 | |
| 185 | #LangString str_msg_vim_running ${LANG_GERMAN} \ |
| 186 | # "Laufender Vim-Prozess erkannt.$\r$\n\ |
| 187 | # Bitte alle laufenden Vim-Prozesse vor dem Fortfahren beenden." |
| 188 | |
| 189 | #LangString str_msg_register_ole ${LANG_GERMAN} \ |
| 190 | # "Versuche OLE-Registrierung durchzuführen." |
| 191 | |
| 192 | #LangString str_msg_unreg_ole ${LANG_GERMAN} \ |
| 193 | # "Versuche OLE-Registrierung zu löschen." |
| 194 | |
| 195 | #LangString str_msg_rm_start ${LANG_GERMAN} \ |
| 196 | # "Deinstalliere die folgende Version:" |
| 197 | |
| 198 | #LangString str_msg_rm_fail ${LANG_GERMAN} \ |
| 199 | # "Deinstallation der Version fehlgeschlagen:" |
| 200 | |
| 201 | #LangString str_msg_no_rm_key ${LANG_GERMAN} \ |
| 202 | # "Deinstallationsschlüssel in der Registrierungsdatenbank nicht gefunden." |
| 203 | |
| 204 | #LangString str_msg_no_rm_reg ${LANG_GERMAN} \ |
| 205 | # "Kein Uninstaller in der Registrierungsdatenbank gefunden." |
| 206 | |
| 207 | #LangString str_msg_no_rm_exe ${LANG_GERMAN} \ |
| 208 | # "Kein Zugriff auf den Uninstaller." |
| 209 | |
| 210 | #LangString str_msg_rm_copy_fail ${LANG_GERMAN} \ |
| 211 | # "Fehler beim Kopieren des Uninstallers in ein temporäres Verzeichnis." |
| 212 | |
| 213 | #LangString str_msg_rm_run_fail ${LANG_GERMAN} \ |
| 214 | # "Fehler beim Aufruf des Uninstallers." |
| 215 | |
| 216 | #LangString str_msg_abort_install ${LANG_GERMAN} \ |
| 217 | # "Installation wird abgebrochen." |
| 218 | |
| 219 | LangString str_msg_install_fail ${LANG_GERMAN} \ |
| 220 | "Installation fehlerhaft beendet." |
| 221 | |
| 222 | LangString str_msg_rm_exe_fail ${LANG_GERMAN} \ |
| 223 | "Einige Dateien im Pfad $0 konnten nicht gelöscht werden!$\r$\n\ |
| 224 | Diese Dateien müssen manuell gelöscht werden." |
| 225 | |
| 226 | #LangString str_msg_rm_root_fail ${LANG_GERMAN} \ |
| 227 | # "Achtung: Kann Verzeichnis $\"$vim_install_root$\" nicht entfernen, \ |
| 228 | # weil es nicht leer ist!" |
| 229 | |
| 230 | LangString str_msg_uninstalling ${LANG_GERMAN} \ |
| 231 | "Deinstalliere alte Version..." |
| 232 | |
| 233 | LangString str_msg_registering ${LANG_GERMAN} \ |
| 234 | "Registriere..." |
| 235 | |
| 236 | LangString str_msg_unregistering ${LANG_GERMAN} \ |
| 237 | "Entferne Registrierung..." |
| 238 | |
| 239 | |
| 240 | ############################################################################## |
| 241 | # Dialog Box {{{1 |
| 242 | ############################################################################## |
| 243 | |
| 244 | LangString str_vimrc_page_title ${LANG_GERMAN} \ |
| 245 | "Wähle _vimrc Konfigurationsoptionen" |
| 246 | LangString str_vimrc_page_subtitle ${LANG_GERMAN} \ |
| 247 | "Wähle Einstellungen zur Kompatibilität, Tastatur und Maus." |
| 248 | |
| 249 | LangString str_msg_compat_title ${LANG_GERMAN} \ |
| 250 | " Vi / Vim Verhalten " |
| 251 | LangString str_msg_compat_desc ${LANG_GERMAN} \ |
| 252 | "&Kompatibilität und Erweiterungen" |
| 253 | LangString str_msg_compat_vi ${LANG_GERMAN} \ |
| 254 | "Vi-kompatibel" |
| 255 | LangString str_msg_compat_vim ${LANG_GERMAN} \ |
| 256 | "Vim Original" |
| 257 | LangString str_msg_compat_defaults ${LANG_GERMAN} \ |
| 258 | "Vim mit einigen Erweiterungen (Lädt defaults.vim)" |
| 259 | LangString str_msg_compat_all ${LANG_GERMAN} \ |
| 260 | "Vim mit allen Erweiterungen (Lädt vimrc_example.vim) (Standard)" |
| 261 | |
| 262 | LangString str_msg_keymap_title ${LANG_GERMAN} \ |
| 263 | " Mappings für Windows Standard Tastenkombinationen " |
| 264 | LangString str_msg_keymap_desc ${LANG_GERMAN} \ |
| 265 | "&Einige Tasten umkonfigurieren (Ctrl-V, Ctrl-C, Ctrl-A, Ctrl-S, Ctrl-F, etc)" |
| 266 | LangString str_msg_keymap_default ${LANG_GERMAN} \ |
| 267 | "Keine Tasten umkonfigurieren (Standard)" |
| 268 | LangString str_msg_keymap_windows ${LANG_GERMAN} \ |
| 269 | "Einige Tasten umkonfigurieren" |
| 270 | |
| 271 | LangString str_msg_mouse_title ${LANG_GERMAN} \ |
| 272 | " Maus " |
| 273 | LangString str_msg_mouse_desc ${LANG_GERMAN} \ |
| 274 | "&Verhalten der linken und rechten Buttons" |
| 275 | LangString str_msg_mouse_default ${LANG_GERMAN} \ |
| 276 | "Rechts: Popup Menü, Links: Visueller Modus (Standard)" |
| 277 | LangString str_msg_mouse_windows ${LANG_GERMAN} \ |
| 278 | "Rechts: Popup Menü, Links: Auswahl Modus (Windows)" |
| 279 | LangString str_msg_mouse_unix ${LANG_GERMAN} \ |
| 280 | "Rechts: Auswahl erweitern, Links: Visueller Modus (Unix)" |