summaryrefslogtreecommitdiff
path: root/tests/messages/data/project/i18n/de/LC_MESSAGES/messages.po
diff options
context:
space:
mode:
authorAlex Morega <alex@grep.ro>2013-07-06 12:16:33 +0200
committerAlex Morega <alex@grep.ro>2013-07-06 12:16:33 +0200
commit6d275a1c8d40dd5de597f10f820c2032add0bdf4 (patch)
treee8847e4cde58772bbd122cbce348d85121f3db7f /tests/messages/data/project/i18n/de/LC_MESSAGES/messages.po
parentfe06771d8a0b9119c88bda0c1fcc58d03acc70ef (diff)
downloadbabel-6d275a1c8d40dd5de597f10f820c2032add0bdf4.tar.gz
move unit tests outside babel package
Diffstat (limited to 'tests/messages/data/project/i18n/de/LC_MESSAGES/messages.po')
-rw-r--r--tests/messages/data/project/i18n/de/LC_MESSAGES/messages.po32
1 files changed, 32 insertions, 0 deletions
diff --git a/tests/messages/data/project/i18n/de/LC_MESSAGES/messages.po b/tests/messages/data/project/i18n/de/LC_MESSAGES/messages.po
new file mode 100644
index 0000000..c5c9748
--- /dev/null
+++ b/tests/messages/data/project/i18n/de/LC_MESSAGES/messages.po
@@ -0,0 +1,32 @@
+# German (Germany) translations for TestProject.
+# Copyright (C) 2007 FooBar, Inc.
+# This file is distributed under the same license as the TestProject
+# project.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2007.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: TestProject 0.1\n"
+"Report-Msgid-Bugs-To: bugs.address@email.tld\n"
+"POT-Creation-Date: 2007-04-01 15:30+0200\n"
+"PO-Revision-Date: 2007-07-30 22:18+0200\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: de_DE <LL@li.org>\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Generated-By: Babel 0.9dev-r245\n"
+
+#. This will be a translator coment,
+#. that will include several lines
+#: project/file1.py:8
+msgid "bar"
+msgstr "Stange"
+
+#: project/file2.py:9
+msgid "foobar"
+msgid_plural "foobars"
+msgstr[0] "Fuhstange"
+msgstr[1] "Fuhstangen"
+