blob: 72623dd9924d9e836b8f58b409c94905a0a595d2 (
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
|
msgid ""
msgstr ""
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\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] "Una manzana"
msgstr[1] "%d manzanas"
#: 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 "¡Hasta luego!"
#: 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 "Buenos días"
#: 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 "¡Hola, mundo!"
|