blob: 2e90561a72b8ab67371ef2261924ea099a0f7973 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="utf-8"?>
<resources>
<version title="v1.1"/>
<item text="This is version 1.1" />
<item text="This is the last line to be displayed" />
<item text="" />
<version title="v1.0"/>
<item text="potato 1.0" />
</resources>
|