tests/auto/qtranslator/hellotr_la.ts
author William Roberts <williamr@symbian.org>
Thu, 22 Jul 2010 16:41:55 +0100
branchGCC_SURGE
changeset 31 5daf16870df6
parent 0 1918ee327afb
permissions -rw-r--r--
Catchup to latest Symbian^4

<!DOCTYPE TS><TS version="1.1" language="de">
<context>
    <name>QPushButton</name>
    <message>
        <source>Hello world!</source>
        <translation>Hallo Welt!</translation>
    </message>
    <message numerus="yes">
        <source>Hello %n world(s)!</source>
        <translation>
            <numerusform>Hallo %n Welt!</numerusform>
            <numerusform>Hallo %n Welten!</numerusform>
        </translation>
    </message>
</context>
</TS>