; Set strings depending on language - English is the default
(set #welcome "Welcome to the preferences.library user and developer files installation utility. Please indicate how the installation should proceed (based on your knowledge of the Amiga computer). Choosing Novice will install only the library, choosing Average or Expert will allow you to install the developer files also.")
(set #cpu_choice "Please select which library you would like to install, depending on what CPU you have")
(set #prompt_what_install "Select which parts of this distribution you wish to install")
(set #install_user "Library file")
(set #install_dev "Additional developer files")
(set #prompt_what_lang "Which parts of the developer package would you like to install?")
(set #prompt_lib_dest "Select location to install library file. No drawer will be created.")
(set #prompt_doc_dest "Select location to copy autodoc to. No drawer will be created.")
(set #prompt_fd_dest "Select location to copy FD file to. No drawer will be created.")
(set #prompt_asm_i_dest "Select location to copy ASM includes to. Subdrawers will be created as necessary (see include directory tree in this archive).")
(set #prompt_asm_e_dest "Select location to copy ASM examples to. No drawer will be created.")
(set #prompt_blitz_i_dest "Select location to copy Blitz includes to. Subdrawers will be created as necessary (see include directory tree in this archive).")
(set #prompt_blitz_e_dest "Select location to copy Blitz examples to. No drawer will be created.")
(set #prompt_c_i_dest "Select location to copy C includes to. Subdrawers will be created as necessary (see include directory tree in this archive).")
(set #prompt_c_e_dest "Select location to copy C examples to. No drawer will be created.")
(set #prompt_e_i_dest "Select location to copy E includes to. Subdrawers will be created as necessary (see include directory tree in this archive).")
(set #prompt_e_e_dest "Select location to copy E examples to. No drawer will be created.")