blob: fe8afea3898597d48d04624e4865b840d0cd3766 (
plain) (
blame)
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
26
27
28
29
30
31
32
33
34
35
36
37
|
msgid ""
msgstr ""
"Language: de\n"
"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"
#: tests/functional/api-usage/gotext.go:62
#: tests/functional/api-usage/gotext.go:67
#: tests/functional/api-usage/gotext.go:80
#: tests/functional/api-usage/gotext.go:85
#: tests/functional/api-usage/gotext.go:98
#: tests/functional/api-usage/gotext.go:103
#, c-format
msgid "An apple"
msgid_plural "%d apples"
msgstr[0] "Ein Apfel"
msgstr[1] "%d Äpfel"
#: tests/functional/api-usage/gotext.go:60
#: tests/functional/api-usage/gotext.go:78
#: tests/functional/api-usage/gotext.go:96
msgid "Good bye!"
msgstr "Auf Wiedersehen!"
#: tests/functional/api-usage/gotext.go:59
#: tests/functional/api-usage/gotext.go:77
#: tests/functional/api-usage/gotext.go:95
msgid "Good morning"
msgstr "Guten Morgen"
#: tests/functional/api-usage/gotext.go:58
#: tests/functional/api-usage/gotext.go:76
#: tests/functional/api-usage/gotext.go:94
msgid "Hello, world!"
msgstr "Hallo, Welt!"
|