Gimp/po-python/de.po
Sven Neumann 6ee3d9c47e added domain_register method.
2006-09-15  Sven Neumann  <sven@gimp.org>

	* plug-ins/pygimp/gimpmodule.c: added domain_register method.

	* plug-ins/pygimp/gimpfu.py: define N_(). Added an optional
	"domain" parameter to the register() method. Register the domain
	with GIMP and initialize gettext if it is specified.

	* plug-ins/pygimp/plug-ins/gimpcons.py: use N_() to mark menu
	label and blurb for translation. Specify the translation domain.

	* plug-ins/pygimp/plug-ins/gtkcons.py: use gettext API for modules.
2006-09-15 11:48:36 +00:00

61 lines
1.7 KiB
Text

# translation of de.po to Deutsch
# This is the German catalog for GIMP Python.
# Copyright (C) 2006 Free Software Foundation, Inc.
#
msgid ""
msgstr ""
"Project-Id-Version: gimp-python HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-09-15 13:29+0200\n"
"PO-Revision-Date: 2006-09-15 13:30+0200\n"
"Last-Translator: Sven Neumann <sven@gimp.org>\n"
"Language-Team: German <gnome-de@gnome.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"
#: ../plug-ins/pygimp/gimpfu.py:394 ../plug-ins/pygimp/gimpfu.py:406
#: ../plug-ins/pygimp/gimpfu.py:412
msgid "No"
msgstr "Nein"
#: ../plug-ins/pygimp/gimpfu.py:404 ../plug-ins/pygimp/gimpfu.py:412
msgid "Yes"
msgstr "Ja"
#: ../plug-ins/pygimp/gimpfu.py:450
msgid "Python-Fu File Selection"
msgstr "Python-Fu Dateiauswahl"
#: ../plug-ins/pygimp/gimpfu.py:461
msgid "Python-Fu Folder Selection"
msgstr "Python-Fu Verzeichnisauswahl"
#: ../plug-ins/pygimp/procbrowser.c:174
msgid "Python Procedure Browser"
msgstr "Python Prozedurbrowser"
#: ../plug-ins/pygimp/plug-ins/gimpcons.py:42
msgid "Python Console"
msgstr "Python Konsole"
#: ../plug-ins/pygimp/plug-ins/gimpcons.py:74
msgid "_Browse..."
msgstr "_Durchsuchen …"
#: ../plug-ins/pygimp/plug-ins/gimpcons.py:98
msgid "Interactive Gimp-Python interpreter"
msgstr "Interaktiver Gimp-Python Interpreter"
#: ../plug-ins/pygimp/plug-ins/gimpcons.py:103
msgid "_Console"
msgstr "_Konsole"
#: ../plug-ins/pygimp/plug-ins/gtkcons.py:217
msgid "Gimp-Python Console"
msgstr "Gimp-Python Konsole"
#: ../plug-ins/pygimp/plug-ins/gtkcons.py:218
msgid "Interactive Python Development"
msgstr "Interaktive Python Entwicklung"