home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Special definitions
- ;
- ProgName "USERON" ; Program name
- LANGID "ENG" ; Which language. Max 3 Char
- 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
- Color "5,$0C" ; Lines and frames
-
- ; 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 "
- ]011 "-=( There is mail for you )=-"
- ]012 "^0"
- ]496 " ^0on node ^2"
- ]497 "^3***MESSAGE***^0 From^2 "
-
- ;
- ; The string for the status values.
- ;
-
- ]100 "Is browsing through the BBS"
- ]101 "Is doing a file transfer"
- ]102 "Is reading or posting messages"
- ]103 "Is inside a doorprogram which doesn't support UserOn. Shame!"
- ]104 "Is having a chat with the SysOp"
- ]105 "Is answering a questionnary"
- ]106 "* Waiting for a call *"
- ]107 "Looks who else is online.."
- ]108 "Is writing to"
-
- ;
- ; General strings:
- ;
-
- ]200 "Users online at "
- ]201 "^3Line Username Location Baud"
- ]202 "^0Send a message to which line?: ^3"
- ]203 "^1There's no one logged on to that line!^0"
- ]204 "^3Line Userhandle Location Baud"
-
- ;
- ; The editor strings.
- ;
-
- ]220 "-=( Type your message now. Press an emtpy line to finish )=-"
- ]221 " ^0%L^1L^0%Rist ^0%L^1C^0%Rontinue %L^1S^0%Rend %L^1A^0%Rbort"
-
- ;
- ; The editor keys. The MUST be in this order:
- ; Abort, Show, Continue, Send.
- ;
- ]222 "ALCS"
-
- ]230 "^0Press %L^1%E^0%R to continue"
- ]231 ", %L^1S^0%R to send a message: ^2"
- ]232 ": ^2"
- ]233 "S"
- ]234 "^2Didn't send message..."
- ]235 "^2Message send."
- ]236 "Updating information...."
-
- ;
- ; Error strings
- ;
- ]300 "Sorry, Not enough memory available for editor!"
- ]301 "Sorry, couldn''t read the USERON.BBS"
-
- ;
- ; LogFile strings
- ;
- ]310 "Not enough memory to write msg"
- ]311 "Needed: "
- ]312 " Found: "
-