tor-browser

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

locnote8htmlrules.xml (696B)


      1 <its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:h="http://www.w3.org/1999/xhtml" version="2.0">
      2 <its:param name="spanIdParam">DisableInfo</its:param>
      3 <its:locNoteRule selector="//@alt" locNoteType="description">
      4 <its:locNote>This text will be displayed over the image.</its:locNote>
      5 </its:locNoteRule>
      6 <its:locNoteRule selector="//h:span[@id='1']/h:img/@alt" locNoteType="alert">
      7 <its:locNote>Do not translate the word "Chobe"</its:locNote>
      8 </its:locNoteRule>
      9 <its:locNoteRule locNoteType="alert" selector="//h:span[@id=$spanIdParam]">
     10 <its:locNote>
     11 The variable
     12 {0}
     13 has three possible values: 'printer', 'stacker' and 'stapler options'.
     14 </its:locNote>
     15 </its:locNoteRule>
     16 </its:rules>