tor-browser

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

locnote2xml.xml (578B)


      1 <Res>
      2 <prolog>
      3  <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0">
      4   <its:translateRule selector="//msg/notes" translate="no"/>
      5   <its:locNoteRule locNoteType="description" selector="//msg/data"
      6    locNotePointer="../notes"/>
      7  </its:rules>
      8 </prolog>
      9 <body>
     10  <msg id="FileNotFound">
     11   <notes>Indicates that the resource file {0} could not be loaded.</notes>
     12   <data>Cannot find the file {0}.</data>
     13  </msg>
     14  <msg id="DivByZero">
     15   <notes>A division by 0 was going to be computed.</notes>
     16   <data>Invalid parameter.</data>
     17  </msg>
     18 </body>
     19 </Res>