blob: 04631f32c3d6fcc43e4e3dfe90388a3e5f853e36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
msgid ""
msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Language: de\n"
"X-Qt-Contexts: true\n"
#: main.cpp:12
msgctxt "testcontext|"
msgid "test string"
msgstr "2nd german text"
#: main.cpp:13
#, qt-format
#| msgid "test plural"
msgctxt "testcontext|"
msgid "test plural %n"
msgid_plural "test plural %n"
msgstr[0] "2nd german singular form %n"
msgstr[1] "2nd german plural form %n"
|