home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Special definitions
- ;
- ProgName "MLFRAME" ; Program name
- LANGID "HOL" ; Which language. Max 3 Char
- YesDef "J" ; Yes = %Y
- NoDef "N" ; No = %N
- StopDef "S" ; Stop = %S
- YesNorm "j" ; 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
- Color "6,$4F" ; Inputfields.
-
- ; 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
- ; ^5 Lines and frames
- ; ^6 inputfields
- ;
- ; General language for all the doors.
- ;
- ]001 "^0Toets %L^1%E^0%R om door te gaan: ^2"
- ]002 "^0Toets %L^1%E^0%R om door te gaan, %L^1%S^0%R om te stoppen: ^6"
- ]003 "^0Uw keuze: ^6"
- ]004 "^1%L^2 Je hebt nog slechts 2 minuten over!^1%R^2"
- ]005 "^1%L^2 Je hebt nog slechts 1 minuten over!^1%R^2"
- ]006 "^1HALLO???"
- ]007 "^1Je bent van het systeem verwijderd. Bel niet weer..."
- ]008 "^1De SysOp heeft opgehangen. Bel later nog eens..."
- ]009 "^1Sorry, je hebt voor vandaag geen tijd meer over. Bel morgen weer.."
- ]010 "^2Bedankt voor het gebruiken van"
- ]011 "-=( Er is online post voor u )=-"
- ]012 "^0"
-
- ]496 " ^0op node ^2"
- ]497 "^3*BERICHT*^0 Van^2 "
-
- ;
- ; Start you program specific strings at f.e. ]100
- ;
-
-