String Condition  : Enter description of attached file:
     String Description: This string is displayed when a user is asked to enter 
                         a description for the file they want to attach to the  
                         message.
     String Example
          ©-- Enter file description.|LF:

     String Condition  : File "%S1" successfully attached to message.
     String Description: This string is displayed when the file has been        
                         attached to the message. %S1 is the name of the file.
     String Example
          ©-- File %S1 attached.

     String Condition  : There is already a file attached to this message.      
                         Replace it?
     String Description: This string is displayed when a message already has a  
                         file attached to it. The user is asked if they want to 
                         attach a new file to it.
     String Example
          ©-- File already attached.  Replace it?

     String Condition  : There is a file attached to this message.
     String Description: This string is displayed when Iniquity informs a user  
                         that a file is attached to the message.
     String Example
          -- There is a file attached to this message.|LF

     String Condition  : Attached file description: %S1
     String Description: This string is displayed when Iniquity is displaying   
                         the files description. %S1 is the description.
     String Example
          Desc: %S1

     String Condition  : Attached file name: %S1, size: %S2
     String Description: This string is displayed when Iniquity is displaying   
                         the name and size of the attached file. %S1 is the name 
                         of the file, and %S2 is the size.
     String Example
          Name: %S1|LF  Size: %S2|LF

     String Condition  : Do you wish to download this file now?
     String Description: This string is displayed when a user is asked if they  
                         want to download the attached file.
     String Example
          -- Would you like to download it now?