home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / CFOS196.ZIP / INSTALL.ML < prev   
Encoding:
Text File  |  1996-03-22  |  8.4 KB  |  179 lines

  1. / comments must begin with a '/'; comments must be written at the begin
  2. / of a line.
  3.  
  4. / if you don't want to be asked for a language, set a #default <language_nb>
  5. / with an existing language number. use #default 0 to enable asking.
  6. #default 0
  7.  
  8. / ----------------------------------------------------------------------
  9. / --- English (no fallback) --------------------------------------------
  10.  
  11. / #language takes values between 1 and 255 to identify the language.
  12. #language 2
  13.  
  14. / #fallback takes positive values of languages already defined or
  15. / zero to indicate no fallback. the fallback language is used, if
  16. / the actual language defines no value for a string.
  17. #fallback 0
  18.  
  19. language= "English";
  20. select_language = "Use English messages";
  21. are_you_sure = "Are you sure? (y,n,Esc): ";
  22. yesnoesc = "YN\x1b";
  23. please_wait = "Please wait";
  24. nofoo = " does not exist. Installation aborted.\n";
  25. askdir = "Enter the directory to install cFos to:";
  26. instabort = "Installation aborted.\n";
  27. errcreatdir = "Error creating directory.";
  28. instend = "Installation done.\n";
  29. agreed = "I AGREE";
  30. badunpack = "Unpacking was unsuccessful.";
  31. instarcok = "Installation archive ok.";
  32. instarcbad = "Installation archive corrupted.";
  33. prereadlic = "\nRead the following license carefully and understand it.\n"
  34.              "Press <Esc> to abort the display of the license agreement.\n"
  35.              "Press any key when ready...";
  36. postreadlic = "\n\nYou read the license. If you understood everything and if you fully\n"
  37.               "agree with it, enter 'I AGREE'. If you want to reread the license,\n"
  38.               "simply press <ENTER>. If you did not understand the license or do not\n"
  39.               "fully agree with it, press <Esc>.\n";
  40. badagree = "\n\nYou neither pressed <ENTER> nor <Esc> nor entered 'I AGREE'. Please retry.";
  41. startcfg = "\nPlease press ENTER to start the configuration program.";
  42. nolic = "The license file could not be found. %s\n";
  43. cfosdrv_inuse = "Windows has parts of cFos/Win in use.",
  44.                 "Specify a different directory to install cFos to.",
  45.                 0;
  46. ask_startsetup = "If you like to use cFos/Win, it must be installed with SETUP.EXE",
  47.                  "Start SETUP.EXE now? (y,n): ",
  48.                  0;
  49. nostart_setup = "To install cFos/Win later, run SETUP.EXE from your cFos directory first.",
  50.                 0;
  51. setupend = "Setup finished.\n";
  52. more_keys = "You bought more than one key.",
  53.             "cFos/DOS and cFos/2 only use the key, if it resides in",
  54.             "the cFos directory and is named CFOS.KEY.",
  55.             "cFos/Win uses the keyfile that is named in the PROFILE= line in",
  56.             "Windows' SYSTEM.INI; the default for this name is CFOS.KEY as well.",
  57.             "",
  58.             "If you like to use the other keys, just rename them or",
  59.             "change the line in SYSTEM.INI.",
  60.             0;
  61. multi_version = "If you bought a cFos version for only one operation system",
  62.                 "we will still send you the shareware versions for the other",
  63.                 "operating systems as well just for you to test.",
  64.                 "",
  65.                 "So don't be confused to see the cFos versions for the other",
  66.                 "operating systems.",
  67.                 0;
  68.  
  69. / --- these strings need not to be translated
  70.  
  71. badlhsig = "wbad local header signature";
  72. unknhdrtype = "wunknown header type %u\n";
  73. lhbadcrc = "wlocal header has bad CRC\n";
  74. lh2long = "wlocal header too long\n";
  75. filebadcrc = "wfile has bad CRC";
  76. file2long = "wfilesize not as expected";
  77. badcreat = "wfile creation failed";
  78. filename2long = "wfilename too long\n";
  79. askoverwrite = " file exists, overwrite? ";
  80. outofmem = "fout of memory\n";
  81. fileshort = "earchive too short\n";
  82. askmakedir = " create directory %s? ";
  83. errmkdir = "w%s: directory creation failed";
  84.  
  85.  
  86. / ----------------------------------------------------------------------
  87. / --- German with fallback to English ----------------------------------
  88.  
  89. #language 1
  90. #fallback 2
  91.  
  92. language = "Deutsch";
  93. select_language = "Deutsche Meldungen benutzen";
  94. are_you_sure = "Sind Sie sicher? (j,n,Esc): ";
  95. yesnoesc = "JN\x1b";
  96. please_wait = "Bitte warten";
  97. nofoo = " existiert nicht. Installation abgebrochen.\n";
  98. askdir = "In welches Verzeichnis soll cFos installiert werden?";
  99. instabort = "Installation abgebrochen.\n";
  100. errcreatdir = "Fehler beim Erzeugen des Verzeichnisses.";
  101. instend = "Installation beendet.";
  102. agreed = "EINVERSTANDEN";
  103. badunpack = "Das Auspacken ergab einen Fehler.";
  104. instarcok = "Installations-Archiv in Ordnung.";
  105. instarcbad = "Installations-Archiv hat einen Fehler.";
  106. prereadlic = "\nLesen Sie den folgenden Lizenzvertrag sorgsam und verstehen Sie ihn.\n"
  107.              "Drücken Sie <Esc>, um die Ansicht des Lizenzvertrages abzubrechen.\n"
  108.              "Bitte eine Taste drücken...";
  109. postreadlic = "\n\nSie haben den Lizenzvertrag gelesen. Falls Sie ihn verstanden haben und\n"
  110.               "mit ihm vollständig einverstanden sind, geben Sie 'EINVERSTANDEN' ein.\n"
  111.               "Falls Sie den Lizenzvertrag noch einmal lesen möchten, drücken Sie einfach\n"
  112.               "<ENTER>. Falls Sie ihn nicht verstanden haben oder nicht mit ihm\n"
  113.               "vollständig einverstanden sind, drücken Sie <Esc>.\n";
  114. badagree = "\n\nSie haben weder <ENTER> noch <Esc> gedrückt, noch haben Sie 'EINVERSTANDEN'\n"
  115.            "eingegeben. Bitte neueingeben.";
  116. startcfg = "\nBitte drücken Sie ENTER, um das Konfigurationsprogramm zu starten.";
  117. nolic = "Die Lizenzdatei konnte nicht gefunden werden. %s\n";
  118. cfosdrv_inuse = "Windows benutzt im Moment Teile von cFos/Win.",
  119.                 "Bitte geben Sie ein anderes Verzeichnis für die Installation an.",
  120.                 0;
  121. ask_startsetup = "Wenn Sie cFos/Win benutzen wollen, muß es vorher mittels SETUP.EXE",
  122.                  "installiert werden.  Soll SETUP.EXE jetzt gestartet werden? (j,n): ",
  123.                  0;
  124. nostart_setup = "Um cFos/Win später noch zu installieren, starten Sie SETUP.EXE aus",
  125.                 "dem cFos-Verzeichnis.",
  126.                 0;
  127. setupend = "Setup beendet.\n";
  128. more_keys = "Sie haben mehr als einen Key erworben.",
  129.             "cFos/DOS und cFos/2 erkennen den Key nur, wenn er im",
  130.             "cFos-Verzeichnis liegt und CFOS.KEY heißt.",
  131.             "cFos/Win benutzt den Key, der in Windows' SYSTEM.INI PROFILE= Zeile",
  132.             "eingetragen ist; standartmäßig heißt dieser auch CFOS.KEY.",
  133.             "",
  134.             "Wenn Sie die anderen Keys nutzen wollen, müssen Sie diese",
  135.             "nur entsprechend umbenennen oder eintragen.",
  136.             0;
  137. multi_version = "Wenn Sie cFos für nur ein Betriebssystem bestellt haben,",
  138.                 "schicken wir Ihnen trotzdem die ShareWare-Versionen für",
  139.                 "die anderen Betriebssysteme zum Testen mit.",
  140.                 "",
  141.                 "Deshalb seien Sie nicht erstaunt, wenn Sie die cFos-Versionen",
  142.                 "für die anderen Betriebssysteme finden.",
  143.                 0;
  144.  
  145. / ----------------------------------------------------------------------
  146. / --- French with fallback to English ----------------------------------
  147.  
  148. #language 4
  149. #fallback 2
  150.  
  151. language = "Francaise";
  152. select_language = "Use French messages";
  153. are_you_sure = "Etes vous sûr? (o,n,Esc): ";
  154. yesnoesc = "ON\x1b";
  155. please_wait = "Veuiller patienter";
  156. nofoo = " introuvable. L'installation a été interrompue.\n";
  157. askdir = "Indiquez le répertoire dans lequel cFos doit être installé:";
  158. instabort = "L'installation a été interrompue.\n";
  159. errcreatdir = "Erreur lors de la création du répertoire.";
  160. instend = "Installation achevée.\n";
  161. agreed = "D'ACCORD";
  162. badunpack = "La décompression des fichiers ne peut pas se faire.";
  163. instarcok = "Fichier Archive OK.";
  164. instarcbad = "Fichier Archive défectueux.";
  165. prereadlic = "\nVeuillez lire le contrat de licence attentivement.\n"
  166.              "Appuyer sur une touche pour continuer...";
  167. postreadlic = "\n\nVous avez lu le contrat de licence. Si vous\n"
  168.               "acceptez les conditions, tapez 'D'ACCORD'. Si\n"
  169.               "vous désirez relire le contrat de licence, appuyez sur <ENTRER>. Si vous\n"
  170.               "n'avez pas compris le contrat de licence ou si vous n'êtes pas d'accord, appuyez\n"
  171.               "sur <Esc>.\n";
  172. badagree = "\n\nSi vous n'appuyez ni sur <ENTRER> ni sur <Esc> ou ne tapez pas 'D'ACCORD',\n"
  173.            "veuillez ré-essayer.";
  174. / startcfg = "\nPlease press ENTER to start the configuration program.";
  175. nolic = "The fichier licence ne peut pas etre trouvé. %s\n";
  176.  
  177.  
  178. / --- eof
  179.