mkvtoolnix/installer/translations/German.nsh
Moritz Bunkus c38b7a62b5 installer: use nsDialogs for "mkvextract GUI links" page
The advantage is that the strings used on the page can now be
translated as they're not stored in an external .ini file anymore.
2017-05-20 19:00:31 +02:00

15 lines
1022 B
Plaintext

!define LANG "German"
!insertmacro LANG_STRING STRING_EXT_LINKS_INTRO "Wenn Sie eine GUI für mkvextract benötigen, so probieren Sie doch die folgenden Projekte aus:"
!insertmacro LANG_STRING STRING_MFF_CONTINUE_ANYWAY "Trotzdem mit Installation fortfahren"
!insertmacro LANG_STRING STRING_MFF_MORE_INFORMATION "Mehr Informationen"
!insertmacro LANG_STRING STRING_MFF_NOT_FOUND "Ihrer Windows-Installation scheint Microsofts 'Media Foundation'-Framework zu fehlen. MKVToolNix benötigt dieses Framework. Bitte installieren Sie es, und führen Sie anschließend die MKVToolNix-Installation erneut aus."
!insertmacro LANG_STRING STRING_REMOVE_JOB_FILES_QUESTION "Sollen die durch das GUI erstellten Job-Dateien ebenfalls gelöscht werden?"
!insertmacro LANG_STRING STRING_REMOVE_PROGRAM_QUESTION "Wollen Sie wirklich $(^Name) mit all seine Komponenten deinstallieren?"
!insertmacro LANG_STRING STRING_UNINSTALLED_OK "$(^Name) wurde erfolgreich deinstalliert."
# Local Variables:
# mode: nsis
# coding: windows-1252-unix
# End: