summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/linguist/test_i18n_source_language/lib2_en.ts.in
blob: bf74b249cda09c81cfac6d88ad61b06ee410c9e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="en_US">
<context>
    <name>QObject</name>
    <message>
        <source>We must not see this in the native language&apos;s .tr file.</source>
        <translation>We oughta steer clear of layin&apos; eyes on this thing in da native file yo.</translation>
    </message>
    <message numerus="yes">
        <source>%n argument(s) passed</source>
        <translation>
            <numerusform>one argument passed</numerusform>
            <numerusform>%n arguments passed</numerusform>
        </translation>
    </message>
</context>
</TS>