home *** CD-ROM | disk | FTP | other *** search
- ;** ReqAttack Configuration File **
-
-
- ;== Some definitions for German requester texts ==
-
-
- if reqtext = "Benötige den Datenträger#?"
- logo = "AnimLogos/Insert.60gAGA"
- endif
-
- if reqtext = "Datenträger#?ist schreibgeschützt#?"
- logo = "AnimLogos/Protect.60AGA"
- endif
-
- if reqtext = "Warnung: Gelöschte Dateien#?unwiederbringlich#?löschen#?"
- logo = "Logos/WBDelete"
- endif
-
- if taskname = "Version, Copyright ..."
- logoalign = top
- logo = "AnimLogos/Info.60bAGA"
- okimage = "Buttons/OKSmiley"
- thirdimage = "Buttons/ThirdSmiley"
- cancelimage = "Buttons/OKSmiley"
- endif
-
-
- ;== Some definitions for English requester texts ==
-
-
- if reqtext = "Please insert volume#?"
- logo = "AnimLogos/Insert.60gAGA"
- endif
-
- if reqtext = "Volume#?is write protected#?"
- logo = "AnimLogos/Protect.60AGA"
- endif
-
- if reqtext = "Warning: you cannot get#?delete#?contents#?"
- logo = "Logos/WBDelete"
- endif
-
- if taskname = "About..."
- logoalign = top
- logo = "AnimLogos/Info.60bAGA"
- okimage = "Buttons/OKSmiley"
- thirdimage = "Buttons/ThirdSmiley"
- cancelimage = "Buttons/OKSmiley"
- endif
-
-