home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Special definitions
- ;
- ProgName "ShowFile" ; 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" ; Inputfield
-
- ; 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 "^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 voor stop: ^2"
- ]003 "^0Uw keuze: ^6"
- ]004 "^1%L^2 je hebt nog maar 2 minuten over!^1%R^2"
- ]005 "^1%L^2 je hebt nog maar 1 minute over!^1%R^2"
- ]006 "^1Hallo???"
- ]007 "^1Je bent van het systeem verwijderd. Terugbellen heeft geen zin..."
- ]008 "^1De SysOp heeft de verbinding verbroken."
- ]009 "^1Sorry, je hebt je tijdslimiet voor vandaag bereikt."
- ]010 "^2Bedankt voor het gebruik van de "
-
- ]099 "Leest een tekstfile m.b.v. "
- ;
- ; Start you program specific strings at f.e. ]100
- ;
- ;]100 "Gebruik ^1PgUp^0/^1PgDn^0/^1Home^0/^1End^0 om te bladeren, %L^1Q^0%Ruit, %L^1H^0%Relp of %L^1Z^0%Roek: ^6"
- ;
- ; and as alternatives:
- ;
- ]100 " ^0%L^1B^0%Regin %L^1E^0%Rind %L^1T^0%Rerug %L^1V^0%Rolgende %L^1H^0%Relp %L^1Z^0%Roek %L^1Q^0%Ruit ^6"
-
-
-
- ;
- ; Change this line into something else, line f.e.:
- ; "No arearules available"
- ;
- ]101 "^1Kan de gevraagde file niet vinden.^0"
- ]102 "^0Zoekstring: ^6"
- ]103 "^1Zoekstring niet gevonden.^0"
-
- ]110 "BETVHQZ"
- ; ||||||+- SEARCH (Zoek)
- ; |||||+-- Quit
- ; ||||+--- Help
- ; |||+---- Nextpage (Volgende)
- ; ||+----- Previouse page (Terug)
- ; |+------ End of file (Eind)
- ; +------- Top of file (Begin)
-
-