mkvtoolnix/installer/translations/English.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

14 lines
896 B
Plaintext

!define LANG "English"
!insertmacro LANG_STRING STRING_EXT_LINKS_INTRO "If you need a GUI for mkvextract then give these projects a try:"
!insertmacro LANG_STRING STRING_MFF_CONTINUE_ANYWAY "Continue with installation anyway"
!insertmacro LANG_STRING STRING_MFF_MORE_INFORMATION "More information"
!insertmacro LANG_STRING STRING_MFF_NOT_FOUND "Your Windows installation seems to lack Microsoft's 'Media Foundation' framework. This framework is required by MKVToolNix. Please install it and run the MKVToolNix installer again."
!insertmacro LANG_STRING STRING_REMOVE_JOB_FILES_QUESTION "Should job files created by the GUI be deleted as well?"
!insertmacro LANG_STRING STRING_REMOVE_PROGRAM_QUESTION "Do you really want to remove $(^Name) and all of its components?"
!insertmacro LANG_STRING STRING_UNINSTALLED_OK "$(^Name) was successfully uninstalled."
# Local Variables:
# mode: nsis
# End: