summaryrefslogtreecommitdiffstats
path: root/tests/auto/linguist/lupdate/testdata/good/heuristics/project.ts.result
blob: 3c150a30cfa5ff5b9986741fa6feb6128abfdd2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="de_DE">
<context>
    <name>A</name>
    <message>
        <location filename="main.cpp" line="40"/>
        <source>this is the matched same text</source>
        <translation type="unfinished">der same-text-treffer</translation>
    </message>
    <message>
        <location filename="main.cpp" line="43"/>
        <source>this is the non-matched same text</source>
        <translation type="unfinished"></translation>
    </message>
</context>
</TS>