(set #WhatInstallHelpMsg "Scegli cosa vuoi installare:\n Librerie - tutte le librerie di RxMUI\n ClassiMUI - alcune classi MUI\n Utilità - alcuni programmi d'utilità\n Documentazione - la documentazione di RxMUI in formato HTML\n Esempi - macro d'esempio")
(set #AskLibsDirPromptMsg "Scegli la directory dove installare le librerie")
(set #AskLibsDirHelpMsg "Nella directory che sceglierai, verranno copiate varie librerie e verrà creata una directory chiamata RxMUI, contenente le classi esterne. Ovviamente la directory scelta, dovrà essere nell'assegnamento logico LIBS:")
(set #AskMCCsDirPromptMsg "Scegli la directory dove installare alcuni classi MUI")
(set #AskMCCsDirHelpMsg "Nella directory che sceglierai, verranno copiate alcune classi MUI. Ovviamente la directory scelta, dovrà essere nell'assegnamento logico LIBS:")
(set #AskUtilitisDirPromptMsg "Scegli la directory dove installare alcuni programmi d'utilità")
(set #AskUtilitiesDirHelpMsg "Nella directory che sceglierai, verranno copiati alcuni piccoli programmi d'utilità, come rxs o rxhelp. Il posto migliore dove metterli è C:, ma qualsiasi altra drawer in path va bene.")
(set #AskGuideDirPromptMsg "Scegli la directory dove installare la documentazione di RxMUI")
(set #AskGuideDirHelpMsg "Nella directory che sceglierai, verrà copiata la documentazione di RxMUI in formato HTML")
(set #AskExamplesDirPromptMsg "Scegli la directory dove installare alcune macro d'esempio di RxMUI")
(set #AskExamplesDirHelpMsg "Nella directory che sceglierai, verranno copiate alcune macro d'esempio")
(set #CopyingLibsMsg "Sto copiando le librerie...")
(set #CopyingMCCsMsg "Sto copiando le classi MUI...")
(set #CopyingUtilitiesMsg "Sto copiando programmi di utilità...")
(set #CopyingGuideMsg "Sto copiando la documentazione...")
(set #CopyingExamplesMsg "Sto copiando gli esempi...")
)
(
(set #WhatInstallPromptMsg "What do you want to install?")
(set #WhatInstallHelpMsg "Choose what you want to install:\n Libraries - all the libraries needed by RxMUI to work\n MUI classes - some MUI custom classes\n Utilities - some little utilities progs\n Documentation - RxMUI documentation in HTML\n Examples - RxMUI ARexx macros")
(set #AskLibsDirPromptMsg "Select the drawer where you want to copy libraries and RxMUI external classes")
(set #AskLibsDirHelpMsg "In the drawer you supply here, there will be installed libraries and there will be created a drawer called rxmui, where external RxMUI classes reside. This drawer MUST BE in your LIBS: assignment")
(set #AskMCCsDirPromptMsg "Select the drawer where you want to copy some MUI classes")
(set #AskMCCsDirHelpMsg "In the drawer you supply here, there will be installed some MUI classes. This drawer MUST BE in your LIBS: assignment")
(set #AskUtilitisDirPromptMsg "Select the drawer where you want to install some 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 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 RxMUI HTML documentation")
(set #AskGuideDirHelpMsg "In the drawer you supply here, there will be installed the RxMUI documentation in HTML format")
(set #AskExamplesDirPromptMsg "Select the drawer where you want to install RxMUI examples macro")
(set #AskExamplesDirHelpMsg "In the drawer you supply here, there will be installed some RxMUI examples ARexx macros")
(set #CopyingLibsMsg "Copying or Updating libraries")
(set #CopyingMCCsMsg "Copying or Updating MUI classes")
(set #CopyingUtilitiesMsg "Copying or Updating utilities")