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
|
# German translations for PACKAGE package.
# Copyright (C) 2015 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Automatically generated, 2015.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-06-05 12:45-0700\n"
"PO-Revision-Date: 2015-06-04 07:40-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/puppetlabs/i18n_example_program/main.clj:14
msgid "Hello, World"
msgstr "Hallo, draußen nur Kännchen"
#: src/puppetlabs/i18n_example_program/main.clj:17
msgid "{0} bottles on the wall"
msgstr "An der Wand sind {0} Flaschen"
#: src/puppetlabs/i18n_example_program/main.clj:22
msgid "If we take {0} bottles away, we have {1} left"
msgstr "Wenn wir {0} Flaschen wegnehmen, haben wir noch {1} übrig"
|