1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- # SOME DESCRIPTIVE TITLE.
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
- # This file is distributed under the same license as the PACKAGE package.
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
- #
- #, fuzzy
- msgid ""
- msgstr ""
- "Project-Id-Version: PACKAGE VERSION\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2009-01-30 08:10+0100\n"
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
- "Language-Team: LANGUAGE <LL@li.org>\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=CHARSET\n"
- "Content-Transfer-Encoding: 8bit\n"
- "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
- #: helloworld.cpp:7
- msgid "Short Hello World"
- msgstr ""
- #: helloworld.cpp:8 helloworld.cpp:14
- msgid "Hello World"
- msgid_plural "Hello Worlds"
- msgstr[0] ""
- msgstr[1] ""
- #: helloworld.cpp:10 helloworld.cpp:16
- msgctxt ""
- msgid "Hello World"
- msgid_plural "Hello Worlds"
- msgstr[0] ""
- msgstr[1] ""
- #: helloworld.cpp:11 helloworld.cpp:17
- msgctxt "console"
- msgid "Hello World"
- msgid_plural "Hello Worlds"
- msgstr[0] ""
- msgstr[1] ""
- #: helloworld.cpp:13
- msgid "gui"
- msgid_plural "Hello World"
- msgstr[0] ""
- msgstr[1] ""
- #: helloworld.cpp:18
- msgctxt "gui"
- msgid "Hello World"
- msgid_plural "Hello Worlds"
- msgstr[0] ""
- msgstr[1] ""
|