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
504 B
Plaintext
11 lines
504 B
Plaintext
!define LANG "Japanese"
|
|
!insertmacro LANG_STRING STRING_SHORTCUT_ON_DESKTOP "Should a shortcut be placed on the desktop?"
|
|
!insertmacro LANG_STRING STRING_UNINSTALLED_OK "$(^Name) was successfully uninstalled."
|
|
!insertmacro LANG_STRING STRING_REMOVE_PROGRAM_QUESTION "Do you really want to remove $(^Name) and all of its components?"
|
|
!insertmacro LANG_STRING STRING_REMOVE_JOB_FILES_QUESTION "Should job files created by the GUI be deleted as well?"
|
|
|
|
# Local Variables:
|
|
# mode: nsi
|
|
# coding: cp932
|
|
# End:
|