tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

locnote8xml.xml (606B)


      1 <?xml version="1.0"?>
      2 <Res xmlns:its="http://www.w3.org/2005/11/its" its:version="2.0">
      3 <body its:locNote="The variable {0} is the name of the host.">
      4  <msg id="HostNotFound">
      5   <data>Host {0} cannot be found.</data>
      6  </msg>
      7  <msg id="HostDisconnected">
      8   <data>The connection with {0} has been lost.</data>
      9  </msg>
     10  <msg id="FileNotFound">
     11   <data its:locNote="{0} is a filename" its:locNoteType="alert">{0} not found.</data>
     12  </msg>
     13  <msg id="CannotLog">
     14   <data its:locNoteRef="myLocNotes.htm#CannotLog" its:locNoteType="alert">Cannot log with this username.</data>
     15  </msg>
     16 </body>
     17 </Res>