summaryrefslogtreecommitdiff
path: root/tests/auto/linguist/lconvert/data/untranslated.ts
blob: 89007df26ebb239e83a7e011b5206ed4bdcee67b (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="de_DE">
<context>
    <name>a</name>
    <message>
        <location filename="a.cpp" line="93"/>
        <source>One string</source>
        <translation>Ein Gesimsband</translation>
    </message>
    <message>
        <location filename="a.cpp" line="380"/>
        <source>Untranslated String</source>
        <translation></translation>
    </message>
    <message numerus="yes">
        <location filename="a.cpp" line="456"/>
        <source>%n things</source>
        <translation>
            <numerusform></numerusform>
            <numerusform>%n Dinger</numerusform>
        </translation>
    </message>
</context>
</TS>