Changeset 221 for abuse-data
- Timestamp:
- Dec 4, 2009, 1:48:29 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse-data/trunk/lisp/english.lsp
r135 r221 258 258 (setq min_wait "Waiting for %d more player(s) to join!") 259 259 (setq lev_complete "Level Completed!") 260 (setq no_low_mem (concatenate 'string "Memory Manager : Not enough low memory available\n" 261 " Suggestions...\n" 262 " - make a boot disk (consult manual)\n" 263 " - remove TSRs & drivers not needed by ABUSE\n" 264 " - add memory to your system\n")) 265 (setq no_mem (concatenate 'string "Memory manager : Sorry you do not have enough memory available to\n" 266 " Suggestions...\n" 267 " - make a boot disk (consult manual)\n" 268 " - remove TSRs & drivers not needed by ABUSE\n" 269 " - add memory to your system\n")) 270 271 260 (setq no_low_mem "Not enough low memory") 261 (setq no_mem "Not enough memory") 272 262 273 263 ; this is not used right now... … … 364 354 (setq load_warn nil) 365 355 (if (not (load "register/english.lsp")) 366 (setq end_msg 367 (concatenate 'string 368 "* Edit LISP/OPTIONS.LSP to configure a few options for ABUSE.\n\n" 369 "* Look for the commercial version of ABUSE in stores late March '96 for \n" 370 " Eight Player IPX Network Support, a Built-in Level Editor, 17 Single Player \n" 371 " Levels (plus 12 Network-Only Levels), Deadlier Weapons, Extra Powerups, \n" 372 " Stronger Enemies, Cooler Sound Effects, and More Artwork.\n\n" 373 374 "* To order the full version of ABUSE from Electronic Arts, please call:\n" 375 " USA 1-800-245-4525\n" 376 " CANADA 604-451-3600\n" 377 " ENGLAND 0753-549442\n" 378 " FRANCE 72 17 07 83\n" 379 " GERMANY 05241 / 24307\n" 380 " AUSTRALIA +61(75)911 388\n" 381 " JAPAN 03-5410-3100\n\n"))) 382 383 384 356 (setq end_msg "Visit us at http://abuse.zoy.org/.\n")) 385 357 386 358 (setq load_warn T)
Note: See TracChangeset
for help on using the changeset viewer.