<Res xmlns:its="http://www.w3.org/2005/11/its" its:version="2.0">
 <prolog its:translate="no">
  <revision>Sep-07-2006</revision>
  <its:rules version="2.0">
   <its:translateRule selector="//msg/notes" translate="no"/>
   <its:locNoteRule locNoteType="description" selector="//msg/data">
    <its:locNote>The variable {0} is the name of the host.</its:locNote>
   </its:locNoteRule>
  </its:rules>
 </prolog>
 <body>
  <msg id="HostNotFound">
   <data>Host {0} cannot be found.</data>
  </msg>
  <msg id="HostDisconnected">
   <data>The connection with {0} has been lost.</data>
  </msg>
  <msg id="FileNotFound">
   <data its:locNote="{0} is a filename"
    >{0} not found.</data>
  </msg>
 </body>
</Res>
