home *** CD-ROM | disk | FTP | other *** search
- ; ----------------------------------------------------------------------
- ; Sample message template file for GoldED 2.32
- ; ----------------------------------------------------------------------
- ;
- @LoadLanguage GEDLNGDK.CFG
- ;
- ; ----------------------------------------------------------------------
- ; Insert these lines if the message is a moved reply.
- ; ----------------------------------------------------------------------
- @Moved
- @Moved*** Svar på brev postet i område @OEcho (@ODesc).
- @Moved
- ;
- ; ----------------------------------------------------------------------
- ; Insert these lines if the message is changed, and not from you.
- ; ----------------------------------------------------------------------
- @Changed
- @Changed*** Ændret af @CName (@CAddr), @CDate @CTime.
- @Changed
- ;
- ; ----------------------------------------------------------------------
- ; Insert these lines if the message is forwarded.
- ; ----------------------------------------------------------------------
- @Forward=============================================================================
- @Forward* Forwarded af @CName (@CAddr)
- @Forward* Area : @OEcho (@ODesc)
- @Forward* Fra : @OName, @OAddr (@ODate @OTime)
- @Forward* Til : @DName
- @Forward* Emne : @Subject
- @Forward=============================================================================
- ;
- ; ----------------------------------------------------------------------
- ; If we are forwarding or changing, the original message is inserted
- ; here, with the @Message token.
- ; ----------------------------------------------------------------------
- @Message
- ;
- @Forward=============================================================================
- @Forward
- ;
- ; ----------------------------------------------------------------------
- ; Normal template begins.
- ; ----------------------------------------------------------------------
- Hej @TFName!
- ;
- ; ----------------------------------------------------------------------
- ; Insert extra empty line in new messages (non-replies).
- ; ----------------------------------------------------------------------
- @New
- ;
- ; ----------------------------------------------------------------------
- ; Position cursor for the editor.
- ; ----------------------------------------------------------------------
- @Position
- ;
- ; ----------------------------------------------------------------------
- ; If we are replying without quoting, add these lines.
- ; ----------------------------------------------------------------------
- @ReplySvar på brev af <@ODate>, fra @OName til @DName:
- @Reply@Position
- ;
- ; ----------------------------------------------------------------------
- ; If we are comment-replying, add these lines.
- ; ----------------------------------------------------------------------
- @Comment@ODate skriver @OName til @DName:
- @Comment@Position
- ;
- ; ----------------------------------------------------------------------
- ; If we are quote-replying, add these lines.
- ; ----------------------------------------------------------------------
- @Quoted@ODate skriver @OName til @DName:
- @Quoted@Position
- ;
- ; ----------------------------------------------------------------------
- ; Insert quote of the original message here, if our message is a
- ; comment-reply or quote-reply.
- ; ----------------------------------------------------------------------
- @Quote
-
- ; ----------------------------------------------------------------------
- ; Sign the message with your first name.
- ; ----------------------------------------------------------------------
- @CFName
-
- ; ----------------------------------------------------------------------
- ; End of template. Confused? Me too! :-)
- ; ----------------------------------------------------------------------
-