home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / RADOOR30.ZIP / MLSEARCH.ZIP / ENGLISH.DEF next >
Encoding:
Text File  |  1991-11-09  |  2.0 KB  |  69 lines

  1. ;
  2. ; Special definitions
  3. ;
  4. PROGNAME   "RASEARCH"    ; Program ID for RA-Search
  5. LANGID     "ENG"         ; Language ID
  6. YESDEF     "Y"           ; Yes  = %Y
  7. NODEF      "N"           ; No   = %N
  8. STOPDEF    "S"           ; Stop = %S
  9. YESNORM    "y"           ; yes  = %j
  10. NONORM     "n"           ; no   = %n
  11. STOPNORM   "s"           ; Stop = %s
  12. BRACKRIGHT "]"           ; %R
  13. BRACKLEFT  "["           ; %L
  14. ENTER      "ENTER"       ; %E
  15.  
  16. ;
  17. ; Define up to 10 colors (0..9) as
  18. ;   COLOR "<NR>,<ATTRIBUTE BYTE>"
  19. ; the attribute byte may be hexadecimal.
  20.  
  21. COLOR    "0,$0B"       ; Color 0, TextColor
  22. COLOR    "1,$0C"       ; Color 1, HotKeys
  23. COLOR    "2,$0F"       ; Color 2, Highlight and input
  24. COLOR    "3,$0E"       ; Color 3, Info
  25. COLOR    "4,$1F"       ; Color 4, Status
  26.  
  27. ; The following macro's are available in the strings:
  28. ;    ^0..^9   for color 0..9
  29. ;    %Y %y    for upper- and lowercase YES
  30. ;    %N %n    for upper- and lowercase NO
  31. ;    %S %s    for upper- and lowercase STOP
  32. ;    %R %r    for the right bracket
  33. ;    %L %l    for the left bracket
  34. ;    %E %e    for ENTER
  35. ;
  36. ; The name of the resulting file is <PROGNAME>.<LANGID>
  37. ;
  38. ; A few color codes have a special meaning when they are used in non-tranlated
  39. ; stuff:
  40. ;
  41. ;  ^0  TextColor
  42. ;  ^1  HotKeys
  43. ;  ^2  HighLight info and userinput
  44. ;  ^3  Info color
  45. ;  ^4  the headers
  46. ;
  47. ; General language for all the doors.
  48. ;
  49. ]001 "^0Press %L^1%E^0%R to continue: ^2"
  50. ]002 "^0Press %L^1%E^0%R to continue, %L^1%S^0%R to stop: ^2"
  51. ]003 "^0Your choice: ^3"
  52. ]004 "^1%L^2 you have only 2 minutes left!^1%R^2"
  53. ]005 "^1%L^2 you have only 1 minutes left!^1%R^2"
  54. ]006 "^1HELLO???"
  55. ]007 "^1You've been locked out of the system. Don't call back..."
  56. ]008 "^1The SysOp threw you out. Call back an other time.."
  57. ]009 "^1Sorry, you reached your daily timelimit. Hope to see you back an other time."
  58. ]010 "^2Thanks for using "
  59.  
  60. ;
  61. ; Program specific strings
  62. ;
  63. ]100 "-=( "
  64. ]101 " )=-"
  65.  
  66. ]102 "Searching drive "
  67. ]103 ":"
  68. ]104 "^0Give a filespec: ^2"
  69.