summaryrefslogtreecommitdiffstats
path: root/tests/auto/linguist/lupdate/testdata/good/preprocess/project.ts.result
blob: 4d695e84cf0181e5ceea483f37fcc49a6a83a365 (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0">
<context>
    <name>QApplication</name>
    <message>
        <location filename="main.cpp" line="47"/>
        <source>Hello world</source>
        <comment>Platform-independent file</comment>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="main.cpp" line="55"/>
        <source>Kind</source>
        <comment>Windows only, see Type</comment>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="main.cpp" line="57"/>
        <source>Type</source>
        <comment>Not used on windows, see Kind</comment>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="main.cpp" line="66"/>
        <source>One string, three lines</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="main.cpp" line="70"/>
        <source>a backslash followed by newline should be ignored and the next line should be syntactically considered to be on the same line</source>
        <translation type="unfinished"></translation>
    </message>
</context>
</TS>