home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Index / Scripts / set_mp_quiet_not < prev    next >
AmigaDOS Script File  |  1995-08-27  |  383b  |  14 lines

  1. .key Language/A,DEV
  2. .bra {
  3. .ket }
  4.  
  5. CD {DEV}:
  6.  
  7. Echo >ENV:MPQUIET FALSE
  8.  
  9. IF {Language} EQ "deutsch"
  10.     :C/AutoReq "-tDas Wählen einer neuen Spalten-Konfiguration" "-twird nun auch stets die aktuelle" "-tKonfiguration anzeigen." -nOK
  11. ELSE
  12.     :C/AutoReq "-tIf you now choose a new configuration" "-tfor the three columns, you now will also" "-tbe shown the actual configuration." -nOK
  13. ENDIF
  14.