blob: 5ced00d192a8524e85e8234afa378843fa49d77b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0">
<context>
<name>Foo</name>
<message>
<location filename="main.cpp" line="6"/>
<source>XXX</source>
<comment>YYY</comment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="main.cpp" line="11"/>
<source>CTOR</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="main.cpp" line="16"/>
<source>BAR</source>
<translation type="unfinished"></translation>
</message>
</context>
</TS>
|