mkvtoolnix/installer/translations/Italian.nsh
Moritz Bunkus 82d7839fcf Remove Windows 9x/ME check from installer
Seems my newer nsis build doesn't handle it properly, so throw it out
for good.
2012-09-30 13:38:19 +02:00

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: