summaryrefslogtreecommitdiffstats
path: root/tests/auto/linguist/lupdate/testdata/good/codecforsrc/project.ts.result
blob: 756637a8d83552b1ea9501043b93caeca9288c17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1">
<context>
    <name>QObject</name>
    <message>
        <location filename="main.cpp" line="40"/>
        <source>abc</source>
        <comment>ascii</comment>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="main.cpp" line="41"/>
        <source>æøå</source>
        <comment>utf-8</comment>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="main.cpp" line="42"/>
        <source>æøå</source>
        <comment>utf-8 oct</comment>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="main.cpp" line="43"/>
        <source>Für Élise</source>
        <comment>trUtf8</comment>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="main.cpp" line="44"/>
        <source>Für Élise</source>
        <comment>trUtf8 oct</comment>
        <translation type="unfinished"></translation>
    </message>
</context>
</TS>