summaryrefslogtreecommitdiffstats
path: root/gettext-tools/examples/hello-c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-12-01 12:45:57 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:11:24 +0200
commited4469f7a1e1e76e5c2384a4df1c4ccaffb404e5 (patch)
treebdbbd42cf92c4eb16b594d3048846f52349bacd2 /gettext-tools/examples/hello-c
parent4ddf046cda5129e4979dff9451744fc6def19617 (diff)
downloadexternal_gettext-ed4469f7a1e1e76e5c2384a4df1c4ccaffb404e5.zip
external_gettext-ed4469f7a1e1e76e5c2384a4df1c4ccaffb404e5.tar.gz
external_gettext-ed4469f7a1e1e76e5c2384a4df1c4ccaffb404e5.tar.bz2
Now automatically generated.
Diffstat (limited to 'gettext-tools/examples/hello-c')
-rw-r--r--gettext-tools/examples/hello-c/po/de.po27
1 files changed, 0 insertions, 27 deletions
diff --git a/gettext-tools/examples/hello-c/po/de.po b/gettext-tools/examples/hello-c/po/de.po
deleted file mode 100644
index 0917458..0000000
--- a/gettext-tools/examples/hello-c/po/de.po
+++ /dev/null
@@ -1,27 +0,0 @@
-# German translations for hello-c package
-# German messages for hello-c.
-# Copyright (C) 2003 Yoyodyne, Inc.
-# This file is distributed under the same license as the hello-c package.
-# Bruno Haible <bruno@clisp.org>, 2003.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: hello-c\n"
-"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
-"POT-Creation-Date: 2003-11-15 14:59+0100\n"
-"PO-Revision-Date: 2003-11-15 01:25+0100\n"
-"Last-Translator: Bruno Haible <bruno@clisp.org>\n"
-"Language-Team: German <de@li.org>\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"
-
-#: hello.c:31
-msgid "Hello, world!"
-msgstr "Hallo Welt!"
-
-#: hello.c:32
-#, c-format
-msgid "This program is running as process number %d."
-msgstr "Dieses Programm läuft mit der Prozess-Nummer %d."