(set #MSG_WELCOME "Willkommen zum Installations Skript für PowerWB.\n\nHINWEIS: Sie müssen PowerWB nicht installieren, um es zu testen. Bevor Sie es installieren sollten Sie ein paar Tests machen, um zu sehen, ob es fehlerfrei funktioniert (V0.8!)")
(set #MSG_ASK "Wählen Sie aus, was alles installiert werden soll!")
(set #MSG_ASKEXE "Wohin soll das PowerWB Programm (executable) kopiert werden?")
(set #MSG_ASKPREFS "Wohin soll das Einstellungsprogramm kopiert werden?")
(set #MSG_ASKDOC "Wohin soll die Anleitung im Amigaguide-Format kopiert werden?")
(set #MSG_ASKCONFIG "Welches Verzeichnis soll PowerWB für seine Config-Datei verwenden?\n(Wenn Sie sich für \"ENV: und ENVARC:\" entscheiden, dann wird es möglich sein die Konfiguration PowerWBs zu ändern, während das Programm läuft - sonst nicht!)")
(set #MSG_COPY_CATALOG "Kopiere deutschen Katalog für PowerWBPrefs")
(set #MSG_TOOLTYPE "Setze Tooltypes")
(set #MSG_USERSTART "Füge folgende Zeile an die s:user-startup an:\n\n%s")
(set #MSG_CHANGING_US "Ändere user-startup")
(set #MSG_ICONPOS "Korriegiere Icon Position %s")
(set #MSG_DONE "Installation fertig!\n\nHINWEIS: Das \"Images\" Verzeichnis wurde nicht auf Ihre Festplatte kopiert! Machen Sie das eventuell manuell, oder aber werfen Sie zumindest einen Blick auf die im Verzeichnis vorhandenen Bilder!\n\n")
(set #MSG_DONE2 "Viel Spaß mit PowerWB und nicht vergessen, daß das Programm Shareware ist!")
(set #MSG_NOHELP "Keine Hilfe verfügbar. Sorry!")
(set #MSG_INFO_EXE "vom Programm")
(set #MSG_INFO_PREFS "vom Einstellungsprogramm")
(set #MSG_INFO_DOC "von der Dokumentation")
(set #LangFound 1)
)
)
(if (= "italiano" @language)
(
(set #MSG_WELCOME "Benvenuto nello script di installazione per PowerWB.\n\nIMPORTANTE: Non è necessario installare PowerWB per testarlo. Consiglio di fare prima dei tests, per vedere se tutto funziona senza problemi (V0.8!)")
(set #MSG_ASK "Installare cosa?")
(set #MSG_A_EXE "Il programma (l'eseguibile)")
(set #MSG_A_PREFS "Il programma per le preferenze (ha bisogno di MUI!)")
(set #MSG_A_DOC "La documentazione (AmigaGuide)")
(set #MSG_ASKEXE "In che directory devo copiare il programma?")
(set #MSG_ASKPREFS "In che directory devo copiare il programma per le preferenze?")
(set #MSG_ASKDOC "In che directory devo copiare la documentazione in formato AmigaGuide?")
(set #MSG_ASKCONFIG "Che directory deve essere usato per il config file di PowerWB?\n(Se decide di usare \"ENV: e ENVARC:\" sarà possibile cambiare la configurazione di PowerWB mentre il programma gira, in ogni altro caso questo non sarà possibile!)")
(set #MSG_ASKCONFIG_SELECT "Scegliere che directory usare per il config file")
(set #MSG_COPY_EXE "Copio programma")
(set #MSG_COPY_PREFS "Copio programma per le preferenze")
(set #MSG_COPY_DOC "Copio documentazione")
(set #MSG_COPY_CONFIG "Copio config file")
(set #MSG_COPY_CATALOG "Copio catalogo italiano per PowerWBPrefs")
(set #MSG_TOOLTYPE "Setto i tooltypes")
(set #MSG_USERSTART "Aggiungo la seguente linea alla s:user-startup:\n\n%s")
(set #MSG_CHANGING_US "Cambio la user-startup")
(set #MSG_ICONPOS "Cambio la posizione dell'icona %s")
(set #MSG_DONE "L'installazione è finita!\n\nIMPORTANTE: Il directory \"Images\" non è stato copiato sul suo HD. Lo può fare manualmente se vuole, altrimenti ne dia almeno un'occhiata!\n\n")
(set #MSG_DONE2 "Buon divertimento con PowerWB! E non dimenticare che si tratta di Shareware ...")
(set #MSG_INFO_PREFS "del programma per le preferenze")
(set #MSG_INFO_DOC "della documentazione")
(set #LangFound 1)
)
)
(if (= 0 #LangFound)
(
(set #MSG_WELCOME "Welcome to the installation script for PowerWB.\n\nNOTE: you don't need to install PowerWB in order to use it. Before installing it you should better do some tests to see if it's working correctly (remember: this is only V0.8!)")
(set #MSG_ASK "Install what?")
(set #MSG_A_EXE "PowerWB program (executable)")
(set #MSG_A_PREFS "Preferences program (needs MUI!)")
(set #MSG_A_DOC "Documentation (Amigaguide)")
(set #MSG_ASKEXE "Where do you want to copy the PowerWB executable?")
(set #MSG_ASKPREFS "Where do you want to copy the preferences program?")
(set #MSG_ASKDOC "Where do you want to copy the documentation (Amigaguide)?")
(set #MSG_ASKCONFIG "Which directory shall PowerWB use for his config file?\n(If you select \"ENV: and ENVARC:\" it will be possible to change the PowerWB configuration while the program is running, in any other case this will not be possible!)")
(set #MSG_ASKCONFIG_ENV "ENV: and ENVARC:")
(set #MSG_ASKCONFIG_S "S:")
(set #MSG_ASKCONFIG_OTHER "Choose another directory ...")
(set #MSG_ASKCONFIG_SELECT "Choose a directory for the config file!")
(set #MSG_USERSTART "Adding the following line to your s:user-startup:\n\n%s")
(set #MSG_CHANGING_US "Changing user-startup")
(set #MSG_ICONPOS "Correcting (UnSnapshot) icon position of %s")
(set #MSG_DONE "Installation complete!\n\nNOTE: The \"Images\" directory has not been copied onto your HD, so do that by hand if you want or at least have a look at the pictures in this directory!\n\n")
(set #MSG_DONE2 "Have a lot of fun with PowerWB and don't forget that it is Shareware!")