(set #WhatInstallHelpMsg "Scegli cosa vuoi installare:\n\nLibrerie - le librerie di RxAsl\nUtilità - alcune programmi d'utilità\nDocumentazione - la documentazione RxAsl in formato AmigaGuide\nEsempi - alcune macro d'esempio")
(set #AskLibsDirPromptMsg "Scegli la directory dove installare le librerie")
(set #AskLibsDirHelpMsg "Nella directory che sceglierai, saranno installate le librerie di RxAsl. La directory deve essere nell'assegnamento logico LIBS:")
(set #AskUtilitisDirPromptMsg "Scegli la directory dove installare le utilità")
(set #AskUtilitiesDirHelpMsg "Nella directory che sceglierai, saranno installate le utilità di RxAsl. La directory deve essere nella path.")
(set #AskGuideDirPromptMsg "Scegli la directory dove installare la documentazione")
(set #AskGuideDirHelpMsg "Nella directory che sceglierai, sarà installata la documentazione di RxAsl.")
(set #AskExamplesDirPromptMsg "Scegli la directory dove installare gli esempi")
(set #AskExamplesDirHelpMsg "Nella directory che sceglierai, saranno installate alcune macro d'esempio.")
(set #CopyingLibsMsg "Sto copiando le librerie")
(set #CopyingUtilitiesMsg "Sto copiando le utilità")
(set #CopyingGuideMsg "Sto copiando la ducmentazione")
(set #CopyingExamplesMsg "Sto copiando gli esempi")
)
(
(set #WhatInstallPromptMsg "What do you want to install?")
(set #WhatInstallHelpMsg "Choose what you want to install:\nLibraries - all the libraries needed by RxAsl to work\nUtilities - some little utilities, such as rxs, needed to call macros from inetd\nDocumentation - RxAsl documentation in AmigaGuide format\nExamples - RxAsl ARexx macros")
(set #AskLibsDirPromptMsg "Select the drawer where you want to install RxAsl libraries")
(set #AskLibsDirHelpMsg "In the drawer you supply here, there will be installed RxAsl.library rxlibnet.library and RxAsl.library. This drawer MUST BE in your LIBS: assignment")
(set #AskUtilitisDirPromptMsg "Select the drawer where you want to install some RxAsl little utilities.")
(set #AskUtilitiesDirHelpMsg "In the drawer you supply here, there will be installed some little utilities such as rxs, needed to launch macro from inetd and rxhelp, needed to obtain RxAsl functions inline help. The best drawer to place them is C: ; anyway, it should be in your PATH")
(set #AskGuideDirPromptMsg "Select the drawer where you want to install RxAsl documentation")
(set #AskGuideDirHelpMsg "In the drawer you supply here, there will be installed the RxAsl documentation in AmigaGuide format")
(set #AskExamplesDirPromptMsg "Select the drawer where you want to install RxAsl examples macro")
(set #AskExamplesDirHelpMsg "In the drawer you supply here, there will be installed some RxAsl examples ARexx macros")
(set #CopyingLibsMsg "Copying or Updating libraries")
(set #CopyingUtilitiesMsg "Copying or Updating utilities")