mkvtoolnix/installer/translations/Italian.nsh

10 lines
413 B
Plaintext
Raw Normal View History

!define LANG "Italian"
!insertmacro LANG_STRING STRING_UNINSTALLED_OK "$(^Name) <20> 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<69> creati dalla GUI?"
# Local Variables:
# mode: nsis
# coding: windows-1252-unix
# End: