summaryrefslogtreecommitdiff
path: root/tests/ITS-2.0-Testsuite/inputdata/localizationnote/xml/locnote11xmlrules.xml
blob: 43b00c70cd8e0882ab16d2622815ee4168afa0f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0">
<its:param name="DisableInfoParam">DisableInfo</its:param>
<its:locNoteRule selector="//@alt" locNoteType="description">
<its:locNote>This text will be displayed over the image.</its:locNote>
</its:locNoteRule>
<its:locNoteRule selector="//msg[@id='1']/img/@alt" locNoteType="alert">
<its:locNote>Do not translate the word "Chobe"</its:locNote>
</its:locNoteRule>
<its:locNoteRule locNoteType="alert" selector="//msg[@id=$DisableInfoParam]">
<its:locNote>
The variable
{0}
has three possible values: 'printer', 'stacker' and 'stapler options'.
</its:locNote>
</its:locNoteRule>
</its:rules>