home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Special definitions
- ;
- PROGNAME "RASEARCH" ; Program ID for RA-Search
- LANGID "ENG" ; Language ID
- YESDEF "Y" ; Yes = %Y
- NODEF "N" ; No = %N
- STOPDEF "S" ; Stop = %S
- YESNORM "y" ; yes = %j
- NONORM "n" ; no = %n
- STOPNORM "s" ; Stop = %s
- BRACKRIGHT "]" ; %R
- BRACKLEFT "[" ; %L
- ENTER "ENTER" ; %E
-
- ;
- ; Define up to 10 colors (0..9) as
- ; COLOR "<NR>,<ATTRIBUTE BYTE>"
- ; the attribute byte may be hexadecimal.
-
- COLOR "0,$0B" ; Color 0, TextColor
- COLOR "1,$0C" ; Color 1, HotKeys
- COLOR "2,$0F" ; Color 2, Highlight and input
- COLOR "3,$0E" ; Color 3, Info
- COLOR "4,$1F" ; Color 4, Status
-
- ; The following macro's are available in the strings:
- ; ^0..^9 for color 0..9
- ; %Y %y for upper- and lowercase YES
- ; %N %n for upper- and lowercase NO
- ; %S %s for upper- and lowercase STOP
- ; %R %r for the right bracket
- ; %L %l for the left bracket
- ; %E %e for ENTER
- ;
- ; The name of the resulting file is <PROGNAME>.<LANGID>
- ;
- ; A few color codes have a special meaning when they are used in non-tranlated
- ; stuff:
- ;
- ; ^0 TextColor
- ; ^1 HotKeys
- ; ^2 HighLight info and userinput
- ; ^3 Info color
- ; ^4 the headers
- ;
- ; General language for all the doors.
- ;
- ]001 "^0Press %L^1%E^0%R to continue: ^2"
- ]002 "^0Press %L^1%E^0%R to continue, %L^1%S^0%R to stop: ^2"
- ]003 "^0Your choice: ^3"
- ]004 "^1%L^2 you have only 2 minutes left!^1%R^2"
- ]005 "^1%L^2 you have only 1 minutes left!^1%R^2"
- ]006 "^1HELLO???"
- ]007 "^1You've been locked out of the system. Don't call back..."
- ]008 "^1The SysOp threw you out. Call back an other time.."
- ]009 "^1Sorry, you reached your daily timelimit. Hope to see you back an other time."
- ]010 "^2Thanks for using "
-
- ;
- ; Program specific strings
- ;
- ]100 "-=( "
- ]101 " )=-"
-
- ]102 "Searching drive "
- ]103 ":"
- ]104 "^0Give a filespec: ^2"
-