(prompt "Select your preferred language!\nWählen Sie Ihre bevorzugte Sprache aus!")
(help (cat "The language specified will be used for this installation script, the documentation and the program.\n\nDie angegebene Sprache wird für die Installation, die Dokumentation und das Programm benutzt.\n\n" @askchoice-help))
(choices "english" "deutsch")
(default #def_lang)
)
)
(if (= #lang 0)
(
(set #MSG_NOMUI "It seems that there is not MUI installed on your system.\nMathScript needs at least MUI3.1!")
(set #MSG_INSTALLTYPE "What do you want to do?")
(set #MSG_INSTALLTYPE_HELP (cat "Full Installation:\nA new installation will be done.\n\nUpdate:\nThe existing MathScript installation will be updated.\n\nDeinstallation:\nThe existing MathScript installation will be removed.\n\nInstall Keyfile:\nOnly your keyfile will be copied.\n\n" @askchoice-help))
(set #MSG_INSTALL_CHOICE1 "Full Installation")
(set #MSG_INSTALL_CHOICE2 "Update")
(set #MSG_INSTALL_CHOICE3 "Deinstallation")
(set #MSG_INSTALL_CHOICE4 "Install Keyfile")
(set #MSG_DIR "Where shall the directory 'MathScript' be created?")
(set #MSG_DIR_HELP (cat "All files needed by MathScript will be installed here.\n\n" @askdir-help))
(set #MSG_ICONS "Which set of icons do you prefer?")
(set #MSG_ICONS_HELP (cat "Standard:\nThe standard icons.\n\nMagicWB:\nMagicWB icons. You should only use these, if you have MagicWB installed.\n\n" @askchoice-help))
(set #MSG_FONTDIR "Where do you want to install the supplied PostScript fonts?")
(set #MSG_FONTDIR_HELP (cat "There are some PostScript fonts you need for MathScript.\nChoose where you want to install them!\n\n" @askdir-help))
(set #MSG_STARTUP "Some additions to your User-Startup are needed!")
(set #MSG_STARTUP_HELP (cat "MathScript needs an assign MathScript: pointing to its home directory.\nA PSFonts: assign should be made for the directory you installed the PostScript fonts in.\n\n" @startup-help))
(set #MSG_POSTLIB "Copying post.library to Libs:")
(set #MSG_POSTLIB_HELP (cat "post.library is needed for MathScript. It should be copied to Libs:\n\n" @copylib-help))
(set #MSG_APPS "Which applications do you want to use with MathScript?")
(set #MSG_APPS_HELP (cat "Select all applications which you want to import formulas generated by MathScript.\n\n" @askoptions-help))
(set #MSG_INIT "May the file '%s' of %s be replaced?")
(set #MSG_INIT_HELP "This file is used for imported EPS files. In order to show and print MathScript formulas corecctly, it has to be modified slightly. If you replace it now, you do not have to care about this later on.")
(set #MSG_INIT_DIR "In which directory is %s located?")
(set #MSG_INIT_DIR_HELP (cat "Select the directory, where the program is installed!\n\n" @askdir-help))
(set #MSG_INIT_NODIR "The directory does not seem to be correct.\nThe file %s/%s does not exist there!")
)
(
(set #MSG_NOMUI "MUI scheint nicht auf Ihrem System installiert zu sein!\nMathScript benötigt mindestens MUI3.1!")
(set #MSG_INSTALLTYPE "Was wollen Sie tun?")
(set #MSG_INSTALLTYPE_HELP (cat "Komplette Installation:\nEine neue Installation wird erstellt.\n\nUpdate:\nDie existierende Installation wird erneuert.\n\nDeinstallation:\nDie existierende Installation wird entfernt.\n\nKeyfile kopieren:\nNur Ihr Keyfile wird kopiert.\n\n" @askchoice-help))
(set #MSG_DIR "Wo soll das Verzeichnis 'MathScript' erzeugt werden?")
(set #MSG_DIR_HELP (cat "In diesem Verzeichnis werden alle von MathScript benötigten Dateien abgelegt.\n\n" @askdir-help))
(set #MSG_ICONS "Welche Icons bevorzugen Sie?")
(set #MSG_ICONS_HELP (cat "Standard:\nDie normalen Icons.\n\nMagicWB:\nIcons im MagicWB-Stil. Diese sollten Sie nur verwenden, wenn Sie auch MagicWB installiert haben.\n\n" @askchoice-help))
(set #MSG_FONTDIR "Wo sollen die beigefügten PostScript-Schriften installiert werden?")
(set #MSG_FONTDIR_HELP (cat "Einige PostScript-Schriften liegen bei, die MathScript benötigt.\nWo sollen diese installiert werden?\n\n" @askdir-help))
(set #MSG_STARTUP "Einige Änderungen an Ihrer User-Startup müssen vorgenommen werden!")
(set #MSG_STARTUP_HELP (cat "MathScript benötigt ein Assign MathScript:.\nEin Assign PSFonts: sollte auf das Verzeichnis zeigen, in dem die PostScript-Schriften installiert wurden.\n\n" @startup-help))
(set #MSG_POSTLIB "Kopiere post.library nach Libs:")
(set #MSG_POSTLIB_HELP (cat "MathScript benötigt post.library. Die Library sollte nach Libs: kopiert werden.\n\n" @copylib-help))
(set #MSG_APPS "Welche Programme wollen Sie mit MathScript benutzen?")
(set #MSG_APPS_HELP (cat "Wählen Sie alle Programme aus, mit denen Sie mathematische Formeln von MathScript einbinden wollen.\n\n" @askoptions-help))
(set #MSG_INIT "Darf die Datei '%s' von %s ersetzt werden?")
(set #MSG_INIT_HELP "Diese Datei wird für importierte EPS-Dateien verwendet. Damit MathScript-Formeln richtig angezeigt und gedruckt werden können, müssen einige Mängel beseitigt werden. Wenn Sie die Datei jetzt ersetzen lassen, müssen Sie sich später nicht mehr darum kümmern.")
(set #MSG_INIT_DIR "In welchem Verzeichnis befindet sich %s?")
(set #MSG_INIT_DIR_HELP (cat "Wählen Sie das Verzeichnis aus, in dem das Programm installiert wurde!\n\n" @askdir-help))
(set #MSG_INIT_NODIR "Das Verzeichnis scheint nicht korrekt zu sein.\nDie Datei %s/%s existiert dort nicht!")