mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-05 17:55:49 +00:00
82d7839fcf
Seems my newer nsis build doesn't handle it properly, so throw it out for good.
11 lines
502 B
Plaintext
11 lines
502 B
Plaintext
!define LANG "Italian"
|
|
!insertmacro LANG_STRING STRING_SHORTCUT_ON_DESKTOP "Creare un collegamento sul desktop?"
|
|
!insertmacro LANG_STRING STRING_UNINSTALLED_OK "$(^Name) è stato disinstallato correttamente."
|
|
!insertmacro LANG_STRING STRING_REMOVE_PROGRAM_QUESTION "Vuoi davvero rimuovere $(^Name) e tutti i suoi componenti?"
|
|
!insertmacro LANG_STRING STRING_REMOVE_JOB_FILES_QUESTION "Eliminare anche i file attività creati dalla GUI?"
|
|
|
|
# Local Variables:
|
|
# mode: nsi
|
|
# coding: windows-1252-unix
|
|
# End:
|