mkvtoolnix/installer/translations/TradChinese.nsh

10 lines
409 B
Plaintext
Raw Normal View History

!define LANG "TradChinese"
!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
2012-02-12 20:42:40 +00:00
# coding: cp950
# End: