summaryrefslogtreecommitdiffstats
path: root/tests/auto/linguist/lupdate/testdata/good/proparsingpri/project.ts.result
blob: e01c5331047ebfa3813aa1103e7ebc400bb898e6 (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.0">
<context>
    <name>QApplication</name>
    <message>
        <location filename="common/main.cpp" line="47"/>
        <source>Hello world</source>
        <comment>Platform-independent file</comment>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mac/main_mac.cpp" line="47"/>
        <source>Hello macworld</source>
        <comment>mac-only file</comment>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="relativity/relativity.cpp" line="47"/>
        <source>relativity.pri</source>
        <comment>Platform-independent file</comment>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="unix/main_unix.cpp" line="47"/>
        <source>Hello unixworld</source>
        <comment>unix-only file</comment>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="win/main_win.cpp" line="47"/>
        <source>Hello windowsworld</source>
        <comment>Windows-only file</comment>
        <translation type="unfinished"></translation>
    </message>
</context>
</TS>