aboutsummaryrefslogtreecommitdiff
path: root/tests/core/assets/I18N/messages.pot
blob: 53d521b6b782585f4536b83b1352d7ca9ceb399c (plain)
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
# Odin i18n Example
# Copyright (C) 2021 Jeroen van Rijn
# This file is distributed under the same license as the PACKAGE package.
# Jeroen van Rijn <Kelimion@users.noreply.github.com>, 2021.
#
#, fuzzy
msgid   ""
msgstr  "Project-Id-Version: Example 0.0.1\n"
        "Report-Msgid-Bugs-To: Jeroen van Rijn <Kelimion@users.noreply.github.com>\n"
        "POT-Creation-Date: 2021-11-27 19:23+0100\n"
        "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
        "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
        "Language: en-GB\n"
        "MIME-Version: 1.0\n"
        "Content-Type: text/plain; charset=UTF-8\n"
        "Content-Transfer-Encoding: 8bit\n"

#: i18n_example.odin:28
msgid "There are 69,105 leaves here."
msgstr "Er zijn hier 69.105 bladeren."

#: i18n_example.odin:30
msgid "Hellope, World!"
msgstr "Hallo, Wereld!"

#: i18n_example.odin:36
msgid "There is %d leaf.\n"
msgid_plural "There are %d leaves.\n"
msgstr[0] "Er is %d blad.\n"
msgstr[1] "Er zijn %d bladeren.\n"