mirror of
https://github.com/minetest/minetest.git
synced 2025-01-22 05:08:55 +00:00
e3aa79cffb
--------- Co-authored-by: Ekdohibs <nathanael.courant@laposte.net> Co-authored-by: y5nw <y5nw@protonmail.com> Co-authored-by: rubenwardy <rw@rubenwardy.com>
43 lines
775 B
Plaintext
43 lines
775 B
Plaintext
# This file is used by the C++ unittest for testing the parser
|
|
msgid ""
|
|
msgstr "\n\n\n"
|
|
"Plural-Forms: nplurals=2; plural=n!=1;"
|
|
"\n\n\n"
|
|
|
|
msgid "foo"
|
|
msgstr "bar"
|
|
|
|
msgid "Untranslated"
|
|
msgstr ""
|
|
|
|
#, fuzzy
|
|
msgid "Fuzzy entry"
|
|
msgstr "Wrong"
|
|
|
|
msgid "Multi\\""line\n"
|
|
"string"
|
|
msgstr "Multi\\\"" "li\\ne\nresult"
|
|
|
|
msgctxt "Something" in "between"
|
|
msgctxt "String does not end
|
|
msgstr "Lost string"
|
|
msgid "Wrong order"
|
|
|
|
msgid "Singular form"
|
|
msgid_plural "Plural form"
|
|
msgstr[0] "Singular result"
|
|
msgstr[1] "Plural result"
|
|
|
|
msgid "Not enough value"
|
|
msgid_plural "Not enough values"
|
|
msgstr[0] "Result"
|
|
|
|
msgid "Partial translation"
|
|
msgid_plural "Partial translations"
|
|
msgstr[0] "Partially translated"
|
|
msgstr[1] ""
|
|
|
|
msgctxt "context"
|
|
msgid "With context"
|
|
msgstr "Has context"
|