blob: 8bb56d43f26cfd653361b1b0e82a2b90df8210ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0">
<defaultcodec>windows-1252</defaultcodec>
<context>
<name>FooBar</name>
<message>
<location filename="main.cpp" line="11"/>
<source>this contains an umlaut ü &uuml;</source>
<translation>random stuff with umlaut</translation>
</message>
<message utf8="true">
<location filename="main.cpp" line="13"/>
<source>umlaut ü &uuml; in utf8</source>
<translation>more random stuff with umlaut</translation>
</message>
</context>
</TS>
|