add static import of tinygettext
[supertux.git] / external / tinygettext / test / helloworld / helloworld.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2009-01-30 08:10+0100\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
19
20 #: helloworld.cpp:7
21 msgid "Short Hello World"
22 msgstr ""
23
24 #: helloworld.cpp:8 helloworld.cpp:14
25 msgid "Hello World"
26 msgid_plural "Hello Worlds"
27 msgstr[0] ""
28 msgstr[1] ""
29
30 #: helloworld.cpp:10 helloworld.cpp:16
31 msgctxt ""
32 msgid "Hello World"
33 msgid_plural "Hello Worlds"
34 msgstr[0] ""
35 msgstr[1] ""
36
37 #: helloworld.cpp:11 helloworld.cpp:17
38 msgctxt "console"
39 msgid "Hello World"
40 msgid_plural "Hello Worlds"
41 msgstr[0] ""
42 msgstr[1] ""
43
44 #: helloworld.cpp:13
45 msgid "gui"
46 msgid_plural "Hello World"
47 msgstr[0] ""
48 msgstr[1] ""
49
50 #: helloworld.cpp:18
51 msgctxt "gui"
52 msgid "Hello World"
53 msgid_plural "Hello Worlds"
54 msgstr[0] ""
55 msgstr[1] ""