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.NL 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 "ENG" ; Which language. Max 3 Char
-
- ; The characters used in most of the doors written with RAdoor 3.0
- ;
- 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.
- ;
- ; 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 "^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 " You have online mail "
- ]012 " Help on "
-
- ; The beginning of the UserDoes string produced bij news.
- ; The Program name and version is added by the program.
- ;
- ]99 "Is reading bulletins using"
-
- ;
- ; Used in the header.
- ; -=( LiveSystems News 5.0 on SystemName )=-
- ; ==
- ]100 " on "
-
- ;
- ; 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 NewsFlash $$ ^1)─────────────────────────────"
- ;
- ; The other bulletin header strings.
-
- ]102 "^0From : ^2"
- ]103 "^0Subject : ^2"
- ]104 "^0Bulletin : ^2"
- ]105 "^0 out of ^2"
- ]106 "^2*NEW*"
- ;
- ; The Page string should be exact this length!!
- ;
- ]107 "^2Page: "
-
-
- ;
- ; The other strings used by the program.
- ;
- ]109 "^2Sorry, no bulletins available.."
- ]110 "^2Moment please, scanning for bulletins.."
- ]111 "^2No NEW bulletins found.."
- ]112 "^2There is 1 new bulletin. Read it? %L%Y/%n%R "
-
- ]113 "^2There are "
- ]114 "new bulletins. Read them? %L%Y/%n%R "
-
- ]115 "^21 old bulletin found. Read it anyhow? %L%y/%N%R "
-
- ;
- ; ]116 is used before the number of old bulletins to set the color
- ; ^2 <Nr bulletins> old bulletins found... etc
- ;
- ]116 "^2"
- ]117 " old bulletins found. Read them anyhow? %L%y/%N%R "
-
- ;
- ; The errormessages the user sees. All the local output is english as is
- ; the loginfo.
-
- ]200 "^1Setup error, please warn SysOp..."
- ]201 "^1Couldn''t read messagebase!^2"
- ]202 "^2Sorry, no bulletins available.."
-
-
-