home *** CD-ROM | disk | FTP | other *** search
- /****************** strings.c ******************
- * *
- * *
- * hyper *
- * *
- * © by Koessi *
- * *
- * Saturday, 22 Okt 1992 *
- * *
- * *
- *************************************************/
-
-
- #include "defs.h"
-
-
- Prototype char title[];
- Prototype char template[];
- Prototype char template1[];
- Prototype char exthelpstr[];
- Prototype char ioerror[];
-
- Prototype char opalname[];
- Prototype char pearlname[];
- Prototype char topazname[];
- Prototype char diskfontname[];
- Prototype char workbenchname[];
- Prototype char workbench[];
- Prototype char portname[];
- Prototype char str_hyper[];
- Prototype char str_guide[];
- Prototype char str_pattern[];
- Prototype char hypertofront[];
- Prototype char helpfile[];
-
- Prototype char defpath[];
- Prototype char str_main[];
-
- Prototype char str_resume[];
- Prototype char reallyquit[];
- Prototype char str_quit[];
-
- Prototype char str_database[];
- Prototype char str_olddoc[];
- Prototype char str_erroropenwin[];
- Prototype char str_loading[];
-
- Prototype char str_nextpage[];
- Prototype char str_prevpage[];
- Prototype char str_firstpage[];
- Prototype char str_loaddoc[];
- Prototype char str_sleep[];
-
- Prototype char aslhail[];
- Prototype char asloktext[];
-
-
- Prototype char datastr[];
- Prototype char docname[];
- Prototype char nodename[];
- Prototype char charbuffer[];
- Prototype char filename[];
- Prototype char chapter[];
- Prototype char publicscreen[];
- Prototype char docwidtest[];
-
- /* #define GERMAN 1 */
- #ifdef GERMAN
-
- char template[] = "DATEINAME,DOK/K,SCHIRM/K,B=BREITE/N,H=HÖHE/N,G=GADS/T,S=SCHLAF/S,E=ENDE/S";
- char template1[] = "DATEINAME,DOK/K,SCHIRM/K,B=BREITE/N,H=HÖHE/N,G=GADS/T,S=SCHLAF/S,E=ENDE/S,FILETYPE";
- char exthelpstr[] = "32m\n\tHyper wird als Shareware vertrieben!\n"
- "\twenn Sie es öfter als einmal im Monat nutzen,\n"
- "\tist es wert DM/£/$ 10,00 an mich zu senden:\n"
- "0m\t\tKössi\n"
- "\t\tPeterstr.60\n"
- "\t\tW-5609 Hückeswagen\n\n"
- "32mUsage:\tHyper\t[<DATEINAME>] [DOK <Kapitel>] [Schirm <Bildschirmname>]\n"
- "\t\t[B=BREITE n] [H=HÖHE n] [G=GADS AN|AUS] [S=Schlaf] [E=ENDE]0m\n"
- "\n"
- "\tDATEINAME\tsollte eine Hyper-Text-Datei sein\n"
- "\tDOK/K\t\tfordert ein spezielles Kapitel an\n"
- "\tSCHIRM/K\töffnet Hyper auf diesem Bildschirm\n"
- "\tB=BREITE/N\tsetzt die Breite des Fensters\n"
- "\tH=HÖHE/N\tsetzt die Höhe des Fensters\n"
- "\tG=GADS/T\tschaltet die Gadgets AN/AUS (voreingestellt ist AUS)\n"
- "\tS=SCHLAF/S\tstartet Hyper im Hintergrund\n"
- "\tQ=QUIT/S\tbeendet Hyper und gibt belegten Speicher frei\n"
- "\t\t\t";
-
- char hypertofront[] = "WachaufHyper";
-
- char ioerror[] = "32m***FEHLER0m ";
- char str_erroropenwin[] = "Fehler beim Öffnen des Fensters";
- char str_resume[] = "Weiter";
- char reallyquit[] = "Wollen Sie %s wirklich beenden ?";
- char str_quit[] = "Ende|Schlaf|Oh nein!";
-
- char str_nextpage[] = "_Nächste Seite";
- char str_prevpage[] = "_Vorige Seite";
- char str_firstpage[] = "_Erste Seite";
- char str_loaddoc[] = "_Lade Datei";
- char str_sleep[] = "_Schlaf";
-
- char str_loading[] = "Bitte warten --- lade Dokument ...";
- char aslhail[] = "Wähle HyperDokument zu laden";
- char asloktext[] = "Lade";
-
- #endif
-
- #ifndef GERMAN
-
- char template[] = "FILENAME,DOC/K,SCREEN/K,W=WIDTH/N,H=HEIGHT/N,G=GADS/T,S=SLEEP/S,Q=QUIT/S";
- char template1[] = "FILENAME,DOC/K,SCREEN/K,W=WIDTH/N,H=HEIGHT/N,G=GADS/T,S=SLEEP/S,Q=QUIT/S,FILETYPE";
- char exthelpstr[] = "32m\n\tHyper is spread as shareware !\n"
- "\tif U use it more than once a month,\n"
- "\tit's worth to send DM/£/$ 10,00 to:\n"
- "0m\t\tKössi\n"
- "\t\tPeterstr.60\n"
- "\t\tW-5609 Hückeswagen\n"
- "\t\tGermany\n\n"
- "32mUsage:\tHyper\t[<FILENAME>] [DOC <chapter>] [SCREEN <publicscreen>]\n"
- "\t\t[W=WIDTH n] [H=HEIGHT n] [G=GADS ON|OFF] [S=SLEEP] [Q=QUIT]0m\n"
- "\n"
- "\tFILENAME\tshould be a hyper-text-file\n"
- "\tDOC/K\t\trequest a special chapter\n"
- "\tSCREEN/K\tmake Hyper appear on that screen\n"
- "\tW=WIDTH/N\tset the window's width\n"
- "\tH=HEIGHT/N\tset the window's height\n"
- "\tG=GADS/T\ttoggle gadgets ON/OFF (default is OFF)\n"
- "\tS=SLEEP/S\tstart Hyper into the background\n"
- "\tQ=QUIT/S\tend Hyper and free memory\n"
- "\t\t\t";
-
- char hypertofront[] = "WakeUpHyper";
- char ioerror[] = "32m***ERROR0m ";
- char str_erroropenwin[] = "Error opening the Window";
- char str_resume[] = "Resume";
- char reallyquit[] = "Do U really wanna quit %s ?";
- char str_quit[] = "Quit|Sleep|Oh No!";
-
-
- char str_nextpage[] = "_Next Page";
- char str_prevpage[] = "_Prev Page";
- char str_firstpage[] = "_First Page";
- char str_loaddoc[] = "_Load Doc";
- char str_sleep[] = "_Sleep";
-
- char str_loading[] = "Please wait --- loading Document ...";
- char aslhail[] = "Select HyperDocument to load";
- char asloktext[] = "Load";
-
- #endif
-
- char version[] = {'$','V','E','R',':',' ' };
- char title[] = "Hyper v1.13 © Koessi 92 - Shareware";
-
- char opalname[] = "opal.font";
- char pearlname[] = "pearl.font";
- char topazname[] = "topaz.font";
- char diskfontname[] = "diskfont.library";
- char workbenchname[] = "workbench.library";
- char workbench[] = "Workbench";
- char portname[] = "HYPER_RXPORT";
- char str_main[] = "MAIN";
- char helpfile[] = "HYPER:Hyper.hyper/MAIN";
- char str_hyper[] = ".hyper";
- char str_guide[] = ".guide";
- char str_pattern[] = "#?.(guide|hyper)";
- char str_database[] = "@database";
-
- char defpath[64] = "HYPER:";
- char docwidtest[] = "00000000000000000000000000000000"
- "00000000000000000000000000000000"
- "00000000000000000000000000000000"
- "00000000000000000000000000000000";
- char charbuffer[128];
- char datastr[10];
- char str_olddoc[128];
- char docname[128];
- char nodename[64];
-
- char filename[128];
- char chapter[64];
- char publicscreen[128];
-
-