mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-03 16:54:22 +00:00
82d7839fcf
Seems my newer nsis build doesn't handle it properly, so throw it out for good.
11 lines
553 B
Plaintext
11 lines
553 B
Plaintext
!define LANG "German"
|
|
!insertmacro LANG_STRING STRING_SHORTCUT_ON_DESKTOP "Soll eine Verknüpfung auf dem Desktop erstellt werden?"
|
|
!insertmacro LANG_STRING STRING_UNINSTALLED_OK "$(^Name) wurde erfolgreich deinstalliert."
|
|
!insertmacro LANG_STRING STRING_REMOVE_PROGRAM_QUESTION "Wollen Sie wirklich $(^Name) mit all seine Komponenten deinstallieren?"
|
|
!insertmacro LANG_STRING STRING_REMOVE_JOB_FILES_QUESTION "Sollen die durch das GUI erstellten Job-Dateien ebenfalls gelöscht werden?"
|
|
|
|
# Local Variables:
|
|
# mode: nsi
|
|
# coding: windows-1252-unix
|
|
# End:
|