;** $VER: VisualPrefsBeta_install 40.10 (7.5.97) by Nik Soggia <nsoggia@telnetwork.it>
;**
;** modified (17.5.97) by Massimo Tantignone
;** modified (13.6.97) by Massimo Tantignone
;** modified (19.7.97) by Massimo Tantignone
;** modified (21.7.97) by Massimo Tantignone
;** modified (24.7.97) by Massimo Tantignone
;** modified (26.7.97) by Massimo Tantignone
;** modified (19.10.97) by Massimo Tantignone
;** modified (22.10.97) by Massimo Tantignone
;**
;** requires:
;** - RexxMast, Rx and Search commands
;** - T: and ENV: assignments for temporary files
;***************************************
;** MESSAGES (DEFAULT: ENGLISH)
(set msg_rx "Installer is unable to locate the \"Rx\" command")
(set msg_rxm "Installer is unable to locate the \"RexxMast\" command")
(set msg_rxp "Please locate it:")
(set msg_wait "Checking installation")
(set msg_vpi "A copy of VisualPrefs is already installed")
(set msg_vpn "VisualPrefs is not installed")
(set msg_dir "A drawer WILL NOT be created")
(set msg_seldr "Select the destination drawer:")
(set msg_selcpu "Select the version of VisualPrefs you want to install.")
(set msg_whdoc "Where do you want to copy the documentation files?")
(set msg_lang "What language catalogs do you want to install?")
(set msg_cpu000 "68000")
(set msg_cpu020 "68020/030")
(set msg_cpu040 "68040/060")
(set msg_l_ita "Italiano")
(set msg_icoo "Normal icons")
(set msg_icon "NewIcons")
(set msg_icom "Magic WB")
(set msg_icoi "Iconographics")
(set msg_icop "Select icon set")
(set msg_exa "Install example preferences?")
(set msg_done "VisualPrefs will be available next time you boot.")
(set msg_done2 "\n\nIf you use them, you should remove Prop3D and\nCenterTitles from your User-startup.")
(set rxhelp "Use the file requester to select the \"Rx\" program.")
(set rxmhelp "Use the file requester to select the \"RexxMast\" program.")
(set dirhelp "Select the drawer into which VisualPrefs is to be copied.\nIt should reside in the system command path.")
(set dirhelp2 "Select the drawer into which the documentation is to be copied.\nThe default is the same drawer which VisualPrefs resides in.")
(set cpuhelp "If you have an accelerated Amiga, you can choose to\ninstall a more optimized version of VisualPrefs and\nits preferences editor.")
(set langhelp "Choose one or more languages for VisualPrefs and the GUI editor.\nYou can later select which one to use with the Locale preferences editor.")
(set iconhelp "Choose the style for the icons to be installed.")
(set exahelp "If you select \"Yes\", an example preferences file (preset) will be copied into your SYS:Prefs/Presets drawer.")
(set var_docd "DocsEnglish")
(set var_docr "VisualPrefs.guide")
;(set var_docc "Changes")
;***************************************
;** MESSAGES (ITALIANO)
(if (= @language "italiano")(
(set msg_rx "Installer non è in grado di trovare il comando \"Rx\"")
(set msg_rxm "Installer non è in grado di trovare il comando \"RexxMast\"")
(set msg_rxp "Per favore, localizzatelo:")
(set msg_wait "Verifica installazione")
(set msg_vpi "Una copia di VisualPrefs è già installata")
(set msg_vpn "VisualPrefs non è installato")
(set msg_dir "NON verrà creato alcun cassetto")
(set msg_seldr "Scegliere il cassetto di destinazione:")
(set msg_selcpu "Scegliere la versione di VisualPrefs da installare.")
(set msg_whdoc "Dove volete che siano copiati i file della documentazione?")
(set msg_lang "Per quali lingue deve essere installato un catalog?")
(set msg_cpu000 "68000")
(set msg_cpu020 "68020/030")
(set msg_cpu040 "68040/060")
(set msg_l_ita "Italiano")
(set msg_icoo "Normali")
(set msg_icon "NewIcons")
(set msg_icom "Magic WB")
(set msg_icoi "Iconographics")
(set msg_icop "Selezionare il set di icone")
(set msg_exa "Installare preferenze di esempio?")
(set msg_done "VisualPrefs sarà disponibile dopo il prossimo reboot.")
(set msg_done2 "\n\nSe li usate, dovreste rimuovere Prop3D e\nCenterTitles dalla vostra User-startup.")
(set rxhelp "Usate il file requester per selezionare il programma \"Rx\".")
(set rxmhelp "Usate il file requester per selezionare il programma \"RexxMast\".")
(set dirhelp "Selezionare il cassetto in cui deve essere copiato VisualPrefs.\nDovrebbe trovarsi nel path dei comandi di sistema.")
(set dirhelp2 "Selezionare il cassetto in cui deve essere copiata la documentazione.\nIl default è lo stesso cassetto in cui si trova VisualPrefs.")
(set cpuhelp "Se avete un Amiga accelerato potete scegliere di\ninstallare versioni più ottimizzate di VisualPrefs\ne del suo editor di preferenze.")
(set langhelp "Scegliere una o più lingue per VisualPrefs e l'editor GUI.\nIn seguito si potrà scegliere quale usare con l'editor di preferenze Locale.")
(set iconhelp "Scegliere lo stile per le icone da installare.")
(set exahelp "Selezionando \"Sì\" verrà copiato un file di preferenze di esempio (preset) nel vostro cassetto SYS:Prefs/Presets.")