• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/po/
1# German messages for gettext-examples.
2# Copyright �� 2003 Free Software Foundation, Inc.
3# This file is distributed under the same license as the gettext-examples package.
4# Bruno Haible <bruno@clisp.org>, 2003.
5# Karl Eichwalder <ke@gnu.franken.de>, 2003.
6#
7msgid ""
8msgstr ""
9"Project-Id-Version: gettext-examples 0.13.1\n"
10"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
11"POT-Creation-Date: 2007-10-18 03:08+0200\n"
12"PO-Revision-Date: 2003-12-18 10:09+0100\n"
13"Last-Translator: Karl Eichwalder <ke@gnu.franken.de>\n"
14"Language-Team: German <de@li.org>\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"
18"Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
20#: hello-c/hello.c:30 hello-c-gnome/hello.c:46 hello-c++/hello.cc:39
21#: hello-c++-qt/hello.cc:45 hello-c++-kde/hellowindow.cc:42
22#: hello-c++-gnome/hello.cc:50 hello-c++-wxwidgets/hello.cc:68
23#: hello-objc/hello.m:30 hello-objc-gnustep/Hello.m:49
24#: hello-objc-gnome/hello.m:47 hello-sh/hello.sh:14
25#: hello-python/hello.py.in:12 hello-clisp/hello.lisp.in:11
26#: hello-librep/hello.jl.in:12 hello-guile/hello.scm:15
27#: hello-smalltalk/hello.st.in:31 hello-java/Hello.java:14
28#: hello-java-awt/Hello.java:23 hello-java-swing/Hello.java:20
29#: hello-java-qtjambi/Hello.java:27 hello-csharp/hello.cs:14
30#: hello-csharp-forms/hello.cs:29 hello-gawk/hello.awk:11
31#: hello-pascal/hello.hello_world hello-ycp/hello.ycp:15
32#: hello-tcl/hello.tcl:11 hello-tcl-tk/hello.tcl:13
33#: hello-perl/hello-1.pl.in:17 hello-perl/hello-2.pl.in:12
34#: hello-php/hello.php:12
35msgid "Hello, world!"
36msgstr "Hallo Welt!"
37
38#: hello-c/hello.c:31 hello-c-gnome/hello.c:51 hello-c++/hello.cc:40
39#: hello-c++-gnome/hello.cc:55 hello-c++-wxwidgets/hello.cc:71
40#: hello-objc/hello.m:31 hello-objc-gnustep/Hello.m:58
41#: hello-objc-gnome/hello.m:52 hello-librep/hello.jl.in:14
42#: hello-gawk/hello.awk:12 hello-pascal/hello.running_as
43#: hello-tcl/hello.tcl:12 hello-tcl-tk/hello.tcl:16
44#: hello-perl/hello-1.pl.in:19 hello-php/hello.php:14
45#, php-format
46msgid "This program is running as process number %d."
47msgstr "Dieses Programm l��uft mit der Prozess-Nummer %d."
48
49#: hello-c++-qt/hello.cc:52 hello-c++-kde/hellowindow.cc:49
50#: hello-smalltalk/hello.st.in:32 hello-ycp/hello.ycp:19
51#, ycp-format
52msgid "This program is running as process number %1."
53msgstr "Dieses Programm l��uft mit der Prozess-Nummer %1."
54
55#: hello-c++-kde/hello.cc:46
56msgid "Hello example"
57msgstr "Beispiel Hallo"
58
59#: hello-c++-kde/hello.cc:48
60msgid "Hello world example"
61msgstr "Beispiel Hallo-Welt"
62
63#: hello-sh/hello.sh:17
64#, sh-format
65msgid "This program is running as process number $pid."
66msgstr "Dieses Programm l��uft mit der Prozess-Nummer $pid."
67
68#: hello-python/hello.py.in:13
69#, python-format
70msgid "This program is running as process number %(pid)d."
71msgstr "Dieses Programm l��uft mit der Prozess-Nummer %(pid)d."
72
73#: hello-clisp/hello.lisp.in:13 hello-guile/hello.scm:17
74#, scheme-format
75msgid "This program is running as process number ~D."
76msgstr "Dieses Programm l��uft mit der Prozess-Nummer ~D."
77
78#: hello-java/Hello.java:18 hello-java-awt/Hello.java:28
79#: hello-java-swing/Hello.java:25 hello-java-qtjambi/Hello.java:34
80#: hello-csharp/hello.cs:17 hello-csharp-forms/hello.cs:36
81#, csharp-format
82msgid "This program is running as process number {0}."
83msgstr "Dieses Programm l��uft mit der Prozess-Nummer {0}."
84
85#: hello-perl/hello-2.pl.in:14
86#, perl-brace-format
87msgid "This program is running as process number {pid}."
88msgstr "Dieses Programm l��uft mit der Proze��-Nummer {pid}."
89