blob: 3336af33d42e85d0459af26e5250a9eef3872008 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<myRes>
<head>
<its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0">
<its:locNoteRule locNoteType="description"
selector="//msg[@id='NotFound']"
locNoteRef="ErrorsInfo.html/#NotFound" />
</its:rules>
</head>
<body>
<msg id="NotFound">Cannot find {0} on {1}.</msg>
</body>
</myRes>
|