mkvtoolnix/packaging/windows/installer/translations/Italian.nsh

14 lines
916 B
Plaintext
Raw Normal View History

!define LANG "Italian"
2019-08-08 18:28:28 +00:00
!insertmacro LANG_STRING STRING_EXT_LINKS_INTRO "Se ti serve una GUI per mkvextract prova uno di questi progetti:"
2019-08-07 16:11:50 +00:00
!insertmacro LANG_STRING STRING_MFF_CONTINUE_ANYWAY "Continua con l'installazione comunque"
!insertmacro LANG_STRING STRING_MFF_MORE_INFORMATION "Maggiori informazioni"
!insertmacro LANG_STRING STRING_MFF_NOT_FOUND "Sembra che in Windows non sia installato il 'Media Foundation' framework di Microsoft.\n\rQuesto framework è necessario per MKVToolNix.\n\rInstalla il framework e ri-esegui l'installazione di MKVToolNix."
!insertmacro LANG_STRING STRING_REMOVE_JOB_FILES_QUESTION "Vuoi eliminare anche i file attività creati dalla GUI?"
2019-08-08 18:28:28 +00:00
!insertmacro LANG_STRING STRING_REMOVE_PROGRAM_QUESTION "Vuoi rimuovere $(^Name) e tutti i suoi componenti?"
2019-08-07 16:11:50 +00:00
!insertmacro LANG_STRING STRING_UNINSTALLED_OK "Disinstallazione di $(^Name) completata."
# Local Variables:
# mode: nsis
# End: