home *** CD-ROM | disk | FTP | other *** search
- ; This is a language definition file to be used with
- ;
- ; LiveSystems NEWS 5.0 or higher
- ;
- ; Compiler with the LangComp utility and put the resulting NEWS.DUT into the
- ; home directory of News.
- ;
- ;
- ; Special definitions
- ;
- ;
- ; The programs FILENAME, is used for the language filename.
- ;
- ProgName "NEWS" ; Program name
-
- ; The Language ID, is used as extention for the language filename
- ;
- LANGID "DUT" ; Which language. Max 3 Char
-
- ; The characters used in most of the doors written with RAdoor 3.0
- ;
- 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 "RETURN" ; %E
-
- ;
- ; Define up to 10 colors (0..9) as
- ; COLOR "<NR>,<ATTRIBUTE BYTE>"
- ; the attribute byte may be hexadecimal.
- ;
- ; These colors can also be used inside your bulletins.. Just put a ^1 into
- ; the message text for color 1, etc.
- ; There are 4 extra colors left you can use for this..
- ;
- 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-translated
- ; stuff:
- ;
- ; ^0 TextColor
- ; ^1 HotKeys
- ; ^2 HighLight info and userinput
- ; ^3 Info color
- ; ^4 the headers
- ; ^5 the lines
- ; 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: ^2"
- ]003 "^0Uw keuze: ^3"
- ]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 gebruik van "
- ]011 " Er is post voor je "
- ]012 " Help bij "
-
-
- ; The beginning of the UserDoes string produced bij news.
- ; The Program name and version is added by the program.
- ;
- ]99 "Lees al die opwindende bulletins d.m.v."
-
- ;
- ; Used in the header:
- ; -=( LiveSystems News 5.0 on SystemName )=-
- ; ==
- ]100 " op "
-
- ;
- ; The headerline for every bulletin. Make use the result is 80 characters.
- ; The $$ is a program specific code. It's translated into the bulletin date
- ; and is exacly 8 (DD-MM-YY) characters long. Sorry.. at this moment no options
- ; for american/japanese/european dates..
- ;
- ]101 "^1───────────────────────────(^2 NieuwsFlits $$ ^1)────────────────────────────"
- ;
- ; The other bulletin header strings.
-
- ]102 "^0Door : ^2"
- ]103 "^0Onderwerp: ^2"
- ]104 "^0Bulletin : ^2"
- ]105 "^0 uit ^2"
- ]106 "^2*Nieuw*"
- ]107 "^2Pag.: "
-
-
- ;
- ; The other strings used by the program.
- ;
- ]109 "^2Sorry, geen bulletins beschikbaar.."
- ]110 "^2Momentje, even naar bulletins.."
- ]111 "^2Geen NIEUWE bulletins gevonden.."
- ]112 "^2Er is 1 nieuw bulletin. Lezen? %L%Y/%n%R "
-
- ]113 "^2Er zijn "
- ]114 " nieuwe bulletins. Lezen? %L%Y/%n%R "
-
- ]115 "^21 oude bulletin gevonden. Toch lezen? %L%y/%N%R "
- ]116 "^2"
- ]117 " oude bulletins gevonden. Toch lezen? %L%y/%N%R "
-
- ;
- ; The errormessages the user sees. All the local output is english as is
- ; the loginfo. Remember, at the moment this is only experimental!
-
- ]200 "^1Setup error, Waarschuw de SysOp a.u.b."
- ]201 "^1Kan de messagebase niet lezen!^2"
- ]202 "^2Sorry, Geen bulletins beschikbaar.."
-
-
-