From 9ebe622eb1367ba53d595375c8988793611268e4 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Thu, 27 Sep 2001 15:34:48 +0000 Subject: [PATCH] continuing ... --- plug-ins/sgi/Makefile.am | 1 - plug-ins/webbrowser/Makefile.am | 1 - plug-ins/xjt/Makefile.am | 1 - po-libgimp/ChangeLog | 8 +- po-libgimp/Makefile.in.in | 194 +-- po-libgimp/update.sh | 2 +- po-plug-ins/ChangeLog | 8 +- po-plug-ins/Makefile.in.in | 194 +-- po-plug-ins/de.po | 537 ++++---- po-plug-ins/update.sh | 2 +- po-script-fu/ChangeLog | 8 +- po-script-fu/Makefile.in.in | 202 +-- po-script-fu/de.po | 5 +- po-script-fu/update.sh | 2 +- po/.cvsignore | 1 + po/ChangeLog | 9 + po/POTFILES.in | 9 +- po/de.po | 2144 ++++++++++++++++--------------- po/po2tbl.sed.in | 102 ++ po/update.pl | 2 +- po/update.sh | 2 +- 21 files changed, 1860 insertions(+), 1574 deletions(-) create mode 100644 po/po2tbl.sed.in diff --git a/plug-ins/sgi/Makefile.am b/plug-ins/sgi/Makefile.am index b1d65ab084..dd8514bdd9 100644 --- a/plug-ins/sgi/Makefile.am +++ b/plug-ins/sgi/Makefile.am @@ -16,7 +16,6 @@ AM_CPPFLAGS = @STRIP_BEGIN@ \ INCLUDES = @STRIP_BEGIN@ \ -I$(top_srcdir) \ - -I$(top_srcdir)/intl \ $(GTK_CFLAGS) \ -I$(includedir) \ @STRIP_END@ diff --git a/plug-ins/webbrowser/Makefile.am b/plug-ins/webbrowser/Makefile.am index 7b489616fd..fa5f07dc6f 100644 --- a/plug-ins/webbrowser/Makefile.am +++ b/plug-ins/webbrowser/Makefile.am @@ -20,7 +20,6 @@ AM_CPPFLAGS = @STRIP_BEGIN@ \ INCLUDES = @STRIP_BEGIN@ \ -I$(top_srcdir) \ - -I$(top_srcdir)/intl \ $(GTK_CFLAGS) \ -I$(includedir) \ @STRIP_END@ diff --git a/plug-ins/xjt/Makefile.am b/plug-ins/xjt/Makefile.am index 2bd5a247c8..bfd6a02f26 100644 --- a/plug-ins/xjt/Makefile.am +++ b/plug-ins/xjt/Makefile.am @@ -22,7 +22,6 @@ AM_CPPFLAGS = @STRIP_BEGIN@ \ INCLUDES = @STRIP_BEGIN@ \ -I$(top_srcdir) \ - -I$(top_srcdir)/intl \ $(GTK_CFLAGS) \ -I$(includedir) \ @STRIP_END@ diff --git a/po-libgimp/ChangeLog b/po-libgimp/ChangeLog index e82edcc295..a4e43b7d18 100644 --- a/po-libgimp/ChangeLog +++ b/po-libgimp/ChangeLog @@ -1,6 +1,12 @@ +2001-09-27 Sven Neumann + + * Makefile.in.in: different version for AM_GLIB_GNU_GETTEXT. + + * update.sh: changed package name to gimp14-libgimp. + 2001-09-17 Andras Timar - * hu.po: converted to UTF-8. + * hu.po: converted to UTF-8. 2001-08-29 Sven Neumann diff --git a/po-libgimp/Makefile.in.in b/po-libgimp/Makefile.in.in index 6e49e52ffe..8ee74a0a21 100644 --- a/po-libgimp/Makefile.in.in +++ b/po-libgimp/Makefile.in.in @@ -1,12 +1,16 @@ # Makefile for program source directory in GNU NLS utilities package. -# Copyright (C) 1995-1997, 2000, 2001 by Ulrich Drepper +# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper # # This file file be copied and used freely without restrictions. It can # be used in projects which are not available under the GNU Public License # but which still want to provide support for the GNU gettext functionality. # Please note that the actual code is *not* freely available. +# +# - Modified by Owen Taylor to use GETTEXT_PACKAGE +# instead of PACKAGE and to look for po2tbl in ./ not in intl/ +# -PACKAGE = gimp-libgimp +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@-libgimp VERSION = @VERSION@ SHELL = /bin/sh @@ -14,26 +18,26 @@ SHELL = /bin/sh srcdir = @srcdir@ top_srcdir = @top_srcdir@ -top_builddir = .. VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ -datadir = @datadir@ +datadir = $(prefix)/@DATADIRNAME@ localedir = $(datadir)/locale -gettextsrcdir = $(datadir)/gettext/po -subdir = po-libgimp +gnulocaledir = $(prefix)/share/locale +gettextsrcdir = $(prefix)/share/gettext/po +subdir = po INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac` +MKINSTALLDIRS = $(top_srcdir)/@MKINSTALLDIRS@ CC = @CC@ -GMSGFMT = @GMSGFMT@ +GENCAT = @GENCAT@ +GMSGFMT = PATH=../src:$$PATH @GMSGFMT@ MSGFMT = @MSGFMT@ -XGETTEXT = @XGETTEXT@ -MSGMERGE = msgmerge +XGETTEXT = PATH=../src:$$PATH @XGETTEXT@ +MSGMERGE = PATH=../src:$$PATH msgmerge DEFS = @DEFS@ CFLAGS = @CFLAGS@ @@ -43,79 +47,125 @@ INCLUDES = -I.. -I$(top_srcdir)/intl COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) +SOURCES = cat-id-tbl.c POFILES = @POFILES@ GMOFILES = @GMOFILES@ -DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \ -$(POFILES) $(GMOFILES) +DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(GETTEXT_PACKAGE).pot \ +stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES) POTFILES = \ CATALOGS = @CATALOGS@ +CATOBJEXT = @CATOBJEXT@ +INSTOBJEXT = @INSTOBJEXT@ .SUFFIXES: -.SUFFIXES: .c .o .po .pox .gmo .mo +.SUFFIXES: .c .o .po .pox .gmo .mo .msg .cat .c.o: $(COMPILE) $< .po.pox: - $(MAKE) $(PACKAGE).pot - $(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox + $(MAKE) $(GETTEXT_PACKAGE).pot + $(MSGMERGE) $< $(srcdir)/$(GETTEXT_PACKAGE).pot -o $*.pox .po.mo: $(MSGFMT) -o $@ $< .po.gmo: file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \ - && rm -f $$file && $(GMSGFMT) --statistics -o $$file $< + && rm -f $$file && $(GMSGFMT) -o $$file $< + +.po.cat: + sed -f ../intl/po2msg.sed < $< > $*.msg \ + && rm -f $@ && $(GENCAT) $@ $*.msg all: all-@USE_NLS@ -all-yes: $(CATALOGS) +all-yes: cat-id-tbl.c $(CATALOGS) all-no: -# Note: Target 'all' must not depend on target '$(srcdir)/$(PACKAGE).pot', -# otherwise packages like GCC can not be built if only parts of the source -# have been downloaded. - -$(srcdir)/$(PACKAGE).pot: $(POTFILES) $(srcdir)/POTFILES.in - $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \ +$(srcdir)/$(GETTEXT_PACKAGE).pot: $(POTFILES) + $(XGETTEXT) --default-domain=$(GETTEXT_PACKAGE) --directory=$(top_srcdir) \ --add-comments --keyword=_ --keyword=N_ \ --files-from=$(srcdir)/POTFILES.in \ - && test ! -f $(PACKAGE).po \ - || ( rm -f $(srcdir)/$(PACKAGE).pot \ - && mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot ) + && test ! -f $(GETTEXT_PACKAGE).po \ + || ( rm -f $(srcdir)/$(GETTEXT_PACKAGE).pot \ + && mv $(GETTEXT_PACKAGE).po $(srcdir)/$(GETTEXT_PACKAGE).pot ) + +$(srcdir)/cat-id-tbl.c: stamp-cat-id; @: +$(srcdir)/stamp-cat-id: $(GETTEXT_PACKAGE).pot + rm -f cat-id-tbl.tmp + sed -f ../po/po2tbl.sed $(srcdir)/$(GETTEXT_PACKAGE).pot \ + | sed -e "s/@GETTEXT_PACKAGE NAME@/$(GETTEXT_PACKAGE)/" > cat-id-tbl.tmp + if cmp -s cat-id-tbl.tmp $(srcdir)/cat-id-tbl.c; then \ + rm cat-id-tbl.tmp; \ + else \ + echo cat-id-tbl.c changed; \ + rm -f $(srcdir)/cat-id-tbl.c; \ + mv cat-id-tbl.tmp $(srcdir)/cat-id-tbl.c; \ + fi + cd $(srcdir) && rm -f stamp-cat-id && echo timestamp > stamp-cat-id install: install-exec install-data install-exec: install-data: install-data-@USE_NLS@ - if test "$(PACKAGE)" = "gettext"; then \ - $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ +install-data-no: all +install-data-yes: all + if test -r "$(MKINSTALLDIRS)"; then \ + $(MKINSTALLDIRS) $(DESTDIR)$(datadir); \ + else \ + $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir); \ + fi + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ + case "$$cat" in \ + *.gmo) destdir=$(gnulocaledir);; \ + *) destdir=$(localedir);; \ + esac; \ + lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \ + dir=$(DESTDIR)$$destdir/$$lang/LC_MESSAGES; \ + if test -r "$(MKINSTALLDIRS)"; then \ + $(MKINSTALLDIRS) $$dir; \ + else \ + $(SHELL) $(top_srcdir)/mkinstalldirs $$dir; \ + fi; \ + if test -r $$cat; then \ + $(INSTALL_DATA) $$cat $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \ + echo "installing $$cat as $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT)"; \ + else \ + $(INSTALL_DATA) $(srcdir)/$$cat $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \ + echo "installing $(srcdir)/$$cat as" \ + "$$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT)"; \ + fi; \ + if test -r $$cat.m; then \ + $(INSTALL_DATA) $$cat.m $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m; \ + echo "installing $$cat.m as $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m"; \ + else \ + if test -r $(srcdir)/$$cat.m ; then \ + $(INSTALL_DATA) $(srcdir)/$$cat.m \ + $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m; \ + echo "installing $(srcdir)/$$cat as" \ + "$$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m"; \ + else \ + true; \ + fi; \ + fi; \ + done + if test "$(GETTEXT_PACKAGE)" = "gettext"; then \ + if test -r "$(MKINSTALLDIRS)"; then \ + $(MKINSTALLDIRS) $(DESTDIR)$(gettextsrcdir); \ + else \ + $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(gettextsrcdir); \ + fi; \ $(INSTALL_DATA) $(srcdir)/Makefile.in.in \ $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \ else \ : ; \ fi -install-data-no: all -install-data-yes: all - $(mkinstalldirs) $(DESTDIR)$(datadir) - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ - lang=`echo $$cat | sed 's/\.gmo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then \ - $(INSTALL_DATA) $$cat $(DESTDIR)$$dir/$(PACKAGE).mo; \ - echo "installing $$cat as $(DESTDIR)$$dir/$(PACKAGE).mo"; \ - else \ - $(INSTALL_DATA) $(srcdir)/$$cat $(DESTDIR)$$dir/$(PACKAGE).mo; \ - echo "installing $(srcdir)/$$cat as" \ - "$(DESTDIR)$$dir/$(PACKAGE).mo"; \ - fi; \ - done # Define this as empty until I found a useful application. installcheck: @@ -124,64 +174,60 @@ uninstall: catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ - lang=`echo $$cat | sed 's/\.gmo$$//'`; \ - rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE).mo; \ + lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \ + rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \ + rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m; \ + rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \ + rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m; \ done - if test "$(PACKAGE)" = "gettext"; then \ - rm -f $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \ - else \ - : ; \ - fi + rm -f $(DESTDIR)$(gettextsrcdir)/po-Makefile.in.in check: all +cat-id-tbl.o: ../intl/libgettext.h + dvi info tags TAGS ID: mostlyclean: - rm -f core core.* *.pox $(PACKAGE).po *.new.po + rm -f core core.* *.pox $(GETTEXT_PACKAGE).po *.old.po cat-id-tbl.tmp rm -fr *.o clean: mostlyclean distclean: clean - rm -f Makefile Makefile.in POTFILES *.mo + rm -f Makefile Makefile.in POTFILES *.mo *.msg *.cat *.cat.m maintainer-clean: distclean @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." rm -f $(GMOFILES) -distdir = ../$(PACKAGE)-$(VERSION)/$(subdir) -dist distdir: - $(MAKE) update-po - @$(MAKE) dist2 -# This is a separate target because 'update-po' must be executed before. -dist2: $(DISTFILES) +distdir = ../$(GETTEXT_PACKAGE)-$(VERSION)/$(subdir) +dist distdir: update-po $(DISTFILES) dists="$(DISTFILES)"; \ for file in $$dists; do \ - cp -p $(srcdir)/$$file $(distdir); \ + ln $(srcdir)/$$file $(distdir) 2> /dev/null \ + || cp -p $(srcdir)/$$file $(distdir); \ done update-po: Makefile - $(MAKE) $(PACKAGE).pot - if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; fi; \ + $(MAKE) $(GETTEXT_PACKAGE).pot + PATH=`pwd`/../src:$$PATH; \ cd $(srcdir); \ - catalogs='$(GMOFILES)'; \ + catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ - lang=`echo $$cat | sed 's/\.gmo$$//'`; \ + lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \ + mv $$lang.po $$lang.old.po; \ echo "$$lang:"; \ - if $(MSGMERGE) $$lang.po $(PACKAGE).pot -o $$lang.new.po; then \ - mv -f $$lang.new.po $$lang.po; \ + if $(MSGMERGE) $$lang.old.po $(GETTEXT_PACKAGE).pot -o $$lang.po; then \ + rm -f $$lang.old.po; \ else \ echo "msgmerge for $$cat failed!"; \ - rm -f $$lang.new.po; \ + rm -f $$lang.po; \ + mv $$lang.old.po $$lang.po; \ fi; \ done - $(MAKE) update-gmo - -update-gmo: Makefile $(GMOFILES) - @: POTFILES: POTFILES.in ( if test 'x$(srcdir)' != 'x.'; then \ diff --git a/po-libgimp/update.sh b/po-libgimp/update.sh index 2624a36be9..c051e271bd 100755 --- a/po-libgimp/update.sh +++ b/po-libgimp/update.sh @@ -1,6 +1,6 @@ #!/bin/sh -PACKAGE="gimp-libgimp" +PACKAGE="gimp14-libgimp" if [ "x$1" = "x--help" ]; then diff --git a/po-plug-ins/ChangeLog b/po-plug-ins/ChangeLog index 12930cb276..bec8125d7b 100644 --- a/po-plug-ins/ChangeLog +++ b/po-plug-ins/ChangeLog @@ -1,6 +1,12 @@ +2001-09-27 Sven Neumann + + * Makefile.in.in: different version for AM_GLIB_GNU_GETTEXT. + + * update.sh: changed package name to gimp14-std-plugins. + 2001-09-17 Andras Timar - * hu.po: converted to UTF-8. + * hu.po: converted to UTF-8. 2001-08-29 Sven Neumann diff --git a/po-plug-ins/Makefile.in.in b/po-plug-ins/Makefile.in.in index 5bed39c3b5..90b32219a7 100644 --- a/po-plug-ins/Makefile.in.in +++ b/po-plug-ins/Makefile.in.in @@ -1,12 +1,16 @@ # Makefile for program source directory in GNU NLS utilities package. -# Copyright (C) 1995-1997, 2000, 2001 by Ulrich Drepper +# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper # # This file file be copied and used freely without restrictions. It can # be used in projects which are not available under the GNU Public License # but which still want to provide support for the GNU gettext functionality. # Please note that the actual code is *not* freely available. +# +# - Modified by Owen Taylor to use GETTEXT_PACKAGE +# instead of PACKAGE and to look for po2tbl in ./ not in intl/ +# -PACKAGE = gimp-std-plugins +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@-std-plug-ins VERSION = @VERSION@ SHELL = /bin/sh @@ -14,26 +18,26 @@ SHELL = /bin/sh srcdir = @srcdir@ top_srcdir = @top_srcdir@ -top_builddir = .. VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ -datadir = @datadir@ +datadir = $(prefix)/@DATADIRNAME@ localedir = $(datadir)/locale -gettextsrcdir = $(datadir)/gettext/po -subdir = po-plug-ins +gnulocaledir = $(prefix)/share/locale +gettextsrcdir = $(prefix)/share/gettext/po +subdir = po INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac` +MKINSTALLDIRS = $(top_srcdir)/@MKINSTALLDIRS@ CC = @CC@ -GMSGFMT = @GMSGFMT@ +GENCAT = @GENCAT@ +GMSGFMT = PATH=../src:$$PATH @GMSGFMT@ MSGFMT = @MSGFMT@ -XGETTEXT = @XGETTEXT@ -MSGMERGE = msgmerge +XGETTEXT = PATH=../src:$$PATH @XGETTEXT@ +MSGMERGE = PATH=../src:$$PATH msgmerge DEFS = @DEFS@ CFLAGS = @CFLAGS@ @@ -43,79 +47,125 @@ INCLUDES = -I.. -I$(top_srcdir)/intl COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) +SOURCES = cat-id-tbl.c POFILES = @POFILES@ GMOFILES = @GMOFILES@ -DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \ -$(POFILES) $(GMOFILES) +DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(GETTEXT_PACKAGE).pot \ +stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES) POTFILES = \ CATALOGS = @CATALOGS@ +CATOBJEXT = @CATOBJEXT@ +INSTOBJEXT = @INSTOBJEXT@ .SUFFIXES: -.SUFFIXES: .c .o .po .pox .gmo .mo +.SUFFIXES: .c .o .po .pox .gmo .mo .msg .cat .c.o: $(COMPILE) $< .po.pox: - $(MAKE) $(PACKAGE).pot - $(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox + $(MAKE) $(GETTEXT_PACKAGE).pot + $(MSGMERGE) $< $(srcdir)/$(GETTEXT_PACKAGE).pot -o $*.pox .po.mo: $(MSGFMT) -o $@ $< .po.gmo: file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \ - && rm -f $$file && $(GMSGFMT) --statistics -o $$file $< + && rm -f $$file && $(GMSGFMT) -o $$file $< + +.po.cat: + sed -f ../intl/po2msg.sed < $< > $*.msg \ + && rm -f $@ && $(GENCAT) $@ $*.msg all: all-@USE_NLS@ -all-yes: $(CATALOGS) +all-yes: cat-id-tbl.c $(CATALOGS) all-no: -# Note: Target 'all' must not depend on target '$(srcdir)/$(PACKAGE).pot', -# otherwise packages like GCC can not be built if only parts of the source -# have been downloaded. - -$(srcdir)/$(PACKAGE).pot: $(POTFILES) $(srcdir)/POTFILES.in - $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \ +$(srcdir)/$(GETTEXT_PACKAGE).pot: $(POTFILES) + $(XGETTEXT) --default-domain=$(GETTEXT_PACKAGE) --directory=$(top_srcdir) \ --add-comments --keyword=_ --keyword=N_ \ --files-from=$(srcdir)/POTFILES.in \ - && test ! -f $(PACKAGE).po \ - || ( rm -f $(srcdir)/$(PACKAGE).pot \ - && mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot ) + && test ! -f $(GETTEXT_PACKAGE).po \ + || ( rm -f $(srcdir)/$(GETTEXT_PACKAGE).pot \ + && mv $(GETTEXT_PACKAGE).po $(srcdir)/$(GETTEXT_PACKAGE).pot ) + +$(srcdir)/cat-id-tbl.c: stamp-cat-id; @: +$(srcdir)/stamp-cat-id: $(GETTEXT_PACKAGE).pot + rm -f cat-id-tbl.tmp + sed -f ../po/po2tbl.sed $(srcdir)/$(GETTEXT_PACKAGE).pot \ + | sed -e "s/@GETTEXT_PACKAGE NAME@/$(GETTEXT_PACKAGE)/" > cat-id-tbl.tmp + if cmp -s cat-id-tbl.tmp $(srcdir)/cat-id-tbl.c; then \ + rm cat-id-tbl.tmp; \ + else \ + echo cat-id-tbl.c changed; \ + rm -f $(srcdir)/cat-id-tbl.c; \ + mv cat-id-tbl.tmp $(srcdir)/cat-id-tbl.c; \ + fi + cd $(srcdir) && rm -f stamp-cat-id && echo timestamp > stamp-cat-id install: install-exec install-data install-exec: install-data: install-data-@USE_NLS@ - if test "$(PACKAGE)" = "gettext"; then \ - $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ +install-data-no: all +install-data-yes: all + if test -r "$(MKINSTALLDIRS)"; then \ + $(MKINSTALLDIRS) $(DESTDIR)$(datadir); \ + else \ + $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir); \ + fi + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ + case "$$cat" in \ + *.gmo) destdir=$(gnulocaledir);; \ + *) destdir=$(localedir);; \ + esac; \ + lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \ + dir=$(DESTDIR)$$destdir/$$lang/LC_MESSAGES; \ + if test -r "$(MKINSTALLDIRS)"; then \ + $(MKINSTALLDIRS) $$dir; \ + else \ + $(SHELL) $(top_srcdir)/mkinstalldirs $$dir; \ + fi; \ + if test -r $$cat; then \ + $(INSTALL_DATA) $$cat $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \ + echo "installing $$cat as $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT)"; \ + else \ + $(INSTALL_DATA) $(srcdir)/$$cat $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \ + echo "installing $(srcdir)/$$cat as" \ + "$$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT)"; \ + fi; \ + if test -r $$cat.m; then \ + $(INSTALL_DATA) $$cat.m $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m; \ + echo "installing $$cat.m as $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m"; \ + else \ + if test -r $(srcdir)/$$cat.m ; then \ + $(INSTALL_DATA) $(srcdir)/$$cat.m \ + $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m; \ + echo "installing $(srcdir)/$$cat as" \ + "$$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m"; \ + else \ + true; \ + fi; \ + fi; \ + done + if test "$(GETTEXT_PACKAGE)" = "gettext"; then \ + if test -r "$(MKINSTALLDIRS)"; then \ + $(MKINSTALLDIRS) $(DESTDIR)$(gettextsrcdir); \ + else \ + $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(gettextsrcdir); \ + fi; \ $(INSTALL_DATA) $(srcdir)/Makefile.in.in \ $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \ else \ : ; \ fi -install-data-no: all -install-data-yes: all - $(mkinstalldirs) $(DESTDIR)$(datadir) - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ - lang=`echo $$cat | sed 's/\.gmo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then \ - $(INSTALL_DATA) $$cat $(DESTDIR)$$dir/$(PACKAGE).mo; \ - echo "installing $$cat as $(DESTDIR)$$dir/$(PACKAGE).mo"; \ - else \ - $(INSTALL_DATA) $(srcdir)/$$cat $(DESTDIR)$$dir/$(PACKAGE).mo; \ - echo "installing $(srcdir)/$$cat as" \ - "$(DESTDIR)$$dir/$(PACKAGE).mo"; \ - fi; \ - done # Define this as empty until I found a useful application. installcheck: @@ -124,64 +174,60 @@ uninstall: catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ - lang=`echo $$cat | sed 's/\.gmo$$//'`; \ - rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE).mo; \ + lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \ + rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \ + rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m; \ + rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \ + rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m; \ done - if test "$(PACKAGE)" = "gettext"; then \ - rm -f $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \ - else \ - : ; \ - fi + rm -f $(DESTDIR)$(gettextsrcdir)/po-Makefile.in.in check: all +cat-id-tbl.o: ../intl/libgettext.h + dvi info tags TAGS ID: mostlyclean: - rm -f core core.* *.pox $(PACKAGE).po *.new.po + rm -f core core.* *.pox $(GETTEXT_PACKAGE).po *.old.po cat-id-tbl.tmp rm -fr *.o clean: mostlyclean distclean: clean - rm -f Makefile Makefile.in POTFILES *.mo + rm -f Makefile Makefile.in POTFILES *.mo *.msg *.cat *.cat.m maintainer-clean: distclean @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." rm -f $(GMOFILES) -distdir = ../$(PACKAGE)-$(VERSION)/$(subdir) -dist distdir: - $(MAKE) update-po - @$(MAKE) dist2 -# This is a separate target because 'update-po' must be executed before. -dist2: $(DISTFILES) +distdir = ../$(GETTEXT_PACKAGE)-$(VERSION)/$(subdir) +dist distdir: update-po $(DISTFILES) dists="$(DISTFILES)"; \ for file in $$dists; do \ - cp -p $(srcdir)/$$file $(distdir); \ + ln $(srcdir)/$$file $(distdir) 2> /dev/null \ + || cp -p $(srcdir)/$$file $(distdir); \ done update-po: Makefile - $(MAKE) $(PACKAGE).pot - if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; fi; \ + $(MAKE) $(GETTEXT_PACKAGE).pot + PATH=`pwd`/../src:$$PATH; \ cd $(srcdir); \ - catalogs='$(GMOFILES)'; \ + catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ - lang=`echo $$cat | sed 's/\.gmo$$//'`; \ + lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \ + mv $$lang.po $$lang.old.po; \ echo "$$lang:"; \ - if $(MSGMERGE) $$lang.po $(PACKAGE).pot -o $$lang.new.po; then \ - mv -f $$lang.new.po $$lang.po; \ + if $(MSGMERGE) $$lang.old.po $(GETTEXT_PACKAGE).pot -o $$lang.po; then \ + rm -f $$lang.old.po; \ else \ echo "msgmerge for $$cat failed!"; \ - rm -f $$lang.new.po; \ + rm -f $$lang.po; \ + mv $$lang.old.po $$lang.po; \ fi; \ done - $(MAKE) update-gmo - -update-gmo: Makefile $(GMOFILES) - @: POTFILES: POTFILES.in ( if test 'x$(srcdir)' != 'x.'; then \ diff --git a/po-plug-ins/de.po b/po-plug-ins/de.po index 87662c0040..2bb183ae94 100644 --- a/po-plug-ins/de.po +++ b/po-plug-ins/de.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.2.2\n" -"POT-Creation-Date: 2001-08-29 22:52+0200\n" +"POT-Creation-Date: 2001-09-27 16:28+0200\n" "PO-Revision-Date: 2001-07-23 12:32+0200\n" "Last-Translator: Sven Neumann \n" "Language-Team: German \n" @@ -32,14 +32,14 @@ msgstr "Über" #: plug-ins/common/grid.c:674 plug-ins/common/illusion.c:580 #: plug-ins/common/iwarp.c:1167 plug-ins/common/jigsaw.c:2511 #: plug-ins/common/mapcolor.c:577 plug-ins/common/max_rgb.c:364 -#: plug-ins/common/nlfilt.c:586 plug-ins/common/noisify.c:506 +#: plug-ins/common/nlfilt.c:581 plug-ins/common/noisify.c:506 #: plug-ins/common/plasma.c:330 plug-ins/common/polar.c:939 #: plug-ins/common/ps.c:2934 plug-ins/common/sharpen.c:554 #: plug-ins/common/sinus.c:2113 plug-ins/common/tileit.c:408 #: plug-ins/common/waves.c:576 plug-ins/common/whirlpinch.c:823 #: plug-ins/common/wind.c:1031 plug-ins/flame/flame.c:942 -#: plug-ins/gfig/gfig.c:3963 plug-ins/gflare/gflare.c:2492 -#: plug-ins/gflare/gflare.c:3504 plug-ins/gimpressionist/orientmap.c:502 +#: plug-ins/gfig/gfig.c:3963 plug-ins/gflare/gflare.c:2544 +#: plug-ins/gflare/gflare.c:3558 plug-ins/gimpressionist/orientmap.c:502 #: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402 #: plug-ins/ifscompose/ifscompose.c:904 #: plug-ins/imagemap/imap_edit_area_info.c:287 @@ -97,9 +97,9 @@ msgstr "Schritt heraus" #. #. * Scales #. -#: plug-ins/FractalExplorer/Dialogs.c:422 plug-ins/gflare/gflare.c:2899 -#: plug-ins/gflare/gflare.c:3740 plug-ins/gflare/gflare.c:3850 -#: plug-ins/gflare/gflare.c:3992 +#: plug-ins/FractalExplorer/Dialogs.c:422 plug-ins/gflare/gflare.c:2953 +#: plug-ins/gflare/gflare.c:3794 plug-ins/gflare/gflare.c:3904 +#: plug-ins/gflare/gflare.c:4046 msgid "Parameters" msgstr "Parameter" @@ -357,7 +357,7 @@ msgstr "Kosinus" #: plug-ins/common/AlienMap.c:1519 plug-ins/common/CML_explorer.c:167 #: plug-ins/common/align_layers.c:452 plug-ins/common/align_layers.c:485 #: plug-ins/common/ps.c:2718 plug-ins/common/ps.c:2731 -#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1583 +#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1582 #: plug-ins/fits/fits.c:1032 plug-ins/gap/gap_mov_dialog.c:299 msgid "None" msgstr "Kein" @@ -520,7 +520,7 @@ msgid "Rendering Fractal..." msgstr "Berechne Fraktal..." #: plug-ins/FractalExplorer/FractalExplorer.c:732 plug-ins/gfig/gfig.c:5019 -#: plug-ins/gflare/gflare.c:3371 +#: plug-ins/gflare/gflare.c:3425 #, c-format msgid "" "Are you sure you want to delete\n" @@ -583,7 +583,7 @@ msgid "Select directory and rescan collection" msgstr "Verzeichnis auswählen und erneut scannen" #: plug-ins/FractalExplorer/FractalExplorer.c:1401 plug-ins/gfig/gfig.c:3575 -#: plug-ins/gflare/gflare.c:3104 plug-ins/gimpressionist/presets.c:652 +#: plug-ins/gflare/gflare.c:3158 plug-ins/gimpressionist/presets.c:652 #: plug-ins/ifscompose/ifscompose.c:793 plug-ins/imagemap/imap_cmd_delete.c:53 #: plug-ins/imagemap/imap_selection.c:178 msgid "Delete" @@ -689,7 +689,7 @@ msgstr "Qualität der Kantenglättung. Höher ist besser, aber langsamer" #: plug-ins/Lighting/lighting_ui.c:513 plug-ins/MapObject/mapobject_ui.c:676 #: plug-ins/common/iwarp.c:1114 plug-ins/common/threshold_alpha.c:294 #: plug-ins/common/unsharp.c:830 plug-ins/common/wind.c:1138 -#: plug-ins/gflare/gflare.c:3026 +#: plug-ins/gflare/gflare.c:3080 msgid "Threshold:" msgstr "Schwellwert:" @@ -747,8 +747,8 @@ msgstr "Position" #: plug-ins/MapObject/mapobject_ui.c:1059 #: plug-ins/MapObject/mapobject_ui.c:1103 plug-ins/common/flarefx.c:788 #: plug-ins/common/nova.c:631 plug-ins/common/papertile.c:285 -#: plug-ins/flame/flame.c:1191 plug-ins/gap/gap_mov_dialog.c:1836 -#: plug-ins/gflare/gflare.c:2878 plug-ins/ifscompose/ifscompose.c:532 +#: plug-ins/flame/flame.c:1191 plug-ins/gap/gap_mov_dialog.c:1831 +#: plug-ins/gflare/gflare.c:2932 plug-ins/ifscompose/ifscompose.c:532 msgid "X:" msgstr "X:" @@ -765,7 +765,7 @@ msgstr "X-Koordinate der Lichtquelle im XYZ-Raum" #: plug-ins/MapObject/mapobject_ui.c:1208 plug-ins/common/flarefx.c:806 #: plug-ins/common/nova.c:649 plug-ins/common/papertile.c:294 #: plug-ins/common/xbm.c:1248 plug-ins/flame/flame.c:1204 -#: plug-ins/gap/gap_mov_dialog.c:1854 plug-ins/gflare/gflare.c:2882 +#: plug-ins/gap/gap_mov_dialog.c:1849 plug-ins/gflare/gflare.c:2936 #: plug-ins/ifscompose/ifscompose.c:546 msgid "Y:" msgstr "Y:" @@ -936,7 +936,7 @@ msgstr "Umgebungs-Bild:" #. Options section #: plug-ins/Lighting/lighting_ui.c:1080 plug-ins/MapObject/mapobject_ui.c:1333 #: plug-ins/common/lic.c:1037 plug-ins/common/ripple.c:604 -#: plug-ins/gap/gap_mov_dialog.c:871 plug-ins/gfig/gfig.c:4017 +#: plug-ins/gap/gap_mov_dialog.c:866 plug-ins/gfig/gfig.c:4017 #: plug-ins/mosaic/mosaic.c:597 msgid "Options" msgstr "Einstellungen" @@ -962,7 +962,7 @@ msgid "Lighting Effects" msgstr "Lichteffekte" #: plug-ins/Lighting/lighting_ui.c:1195 plug-ins/common/grid.c:703 -#: plug-ins/gap/gap_mov_dialog.c:506 +#: plug-ins/gap/gap_mov_dialog.c:501 msgid "Update Preview" msgstr "Vorschau erneuern" @@ -1132,7 +1132,7 @@ msgstr "Grösse" #: plug-ins/MapObject/mapobject_ui.c:1291 plug-ins/common/despeckle.c:747 #: plug-ins/common/nlfilt.c:430 plug-ins/common/nova.c:525 #: plug-ins/common/unsharp.c:812 plug-ins/common/whirlpinch.c:875 -#: plug-ins/gfig/gfig.c:3182 plug-ins/gflare/gflare.c:2913 +#: plug-ins/gfig/gfig.c:3182 plug-ins/gflare/gflare.c:2967 #: plug-ins/imagemap/imap_circle.c:273 msgid "Radius:" msgstr "Radius:" @@ -1184,12 +1184,12 @@ msgstr "Zeige/Verberge Vorschau-Drahtgitter" #: plug-ins/bmp/bmpread.c:52 plug-ins/common/CEL.c:266 #: plug-ins/common/gbr.c:296 plug-ins/common/gifload.c:304 #: plug-ins/common/gih.c:632 plug-ins/common/hrz.c:335 -#: plug-ins/common/jpeg.c:732 plug-ins/common/pat.c:266 +#: plug-ins/common/jpeg.c:734 plug-ins/common/pat.c:266 #: plug-ins/common/pcx.c:301 plug-ins/common/pix.c:326 #: plug-ins/common/png.c:426 plug-ins/common/png.c:428 #: plug-ins/common/pnm.c:411 plug-ins/common/psd.c:1734 #: plug-ins/common/sunras.c:442 plug-ins/common/tga.c:429 -#: plug-ins/common/tiff.c:446 plug-ins/common/xbm.c:739 +#: plug-ins/common/tiff.c:445 plug-ins/common/xbm.c:739 #: plug-ins/common/xpm.c:334 plug-ins/common/xwd.c:439 #: plug-ins/faxg3/faxg3.c:196 plug-ins/gfli/gfli.c:459 plug-ins/sgi/sgi.c:330 #: plug-ins/sgi/sgi.c:332 plug-ins/xjt/xjt.c:3248 @@ -1228,15 +1228,15 @@ msgstr "%s: fehlerhafte Palette" #: plug-ins/common/blinds.c:380 plug-ins/common/compose.c:543 #: plug-ins/common/decompose.c:465 plug-ins/common/film.c:991 #: plug-ins/common/gifload.c:847 plug-ins/common/hrz.c:376 -#: plug-ins/common/jpeg.c:890 plug-ins/common/lic.c:904 +#: plug-ins/common/jpeg.c:892 plug-ins/common/lic.c:904 #: plug-ins/common/papertile.c:316 plug-ins/common/pat.c:341 #: plug-ins/common/pcx.c:332 plug-ins/common/pcx.c:338 #: plug-ins/common/pix.c:370 plug-ins/common/png.c:547 #: plug-ins/common/pnm.c:499 plug-ins/common/psd.c:2117 #: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:932 -#: plug-ins/common/tga.c:915 plug-ins/common/tiff.c:663 +#: plug-ins/common/tga.c:915 plug-ins/common/tiff.c:662 #: plug-ins/common/tile.c:280 plug-ins/common/winclipboard.c:557 -#: plug-ins/common/wmf.c:2351 plug-ins/common/xbm.c:877 +#: plug-ins/common/wmf.c:2357 plug-ins/common/xbm.c:877 #: plug-ins/faxg3/faxg3.c:448 plug-ins/fits/fits.c:521 #: plug-ins/gfig/gfig.c:2839 plug-ins/gfig/gfig.c:3192 plug-ins/sgi/sgi.c:378 #: plug-ins/twain/twain.c:744 plug-ins/winsnap/winsnap.c:1235 @@ -1254,14 +1254,14 @@ msgstr "Kann %s nicht öffnen" #. init the progress meter #: plug-ins/bmp/bmpwrite.c:179 plug-ins/common/CEL.c:510 -#: plug-ins/common/gbr.c:489 plug-ins/common/gif.c:952 +#: plug-ins/common/gbr.c:489 plug-ins/common/gif.c:951 #: plug-ins/common/gih.c:1218 plug-ins/common/gtm.c:247 -#: plug-ins/common/hrz.c:473 plug-ins/common/jpeg.c:1183 +#: plug-ins/common/hrz.c:473 plug-ins/common/jpeg.c:1185 #: plug-ins/common/pat.c:384 plug-ins/common/pcx.c:547 #: plug-ins/common/pix.c:532 plug-ins/common/png.c:775 #: plug-ins/common/png.c:777 plug-ins/common/pnm.c:783 #: plug-ins/common/ps.c:998 plug-ins/common/sunras.c:525 -#: plug-ins/common/tga.c:1014 plug-ins/common/tiff.c:1320 +#: plug-ins/common/tga.c:1014 plug-ins/common/tiff.c:1319 #: plug-ins/common/xbm.c:987 plug-ins/common/xpm.c:653 #: plug-ins/common/xwd.c:543 plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:681 #: plug-ins/sgi/sgi.c:548 plug-ins/sgi/sgi.c:550 plug-ins/xjt/xjt.c:1630 @@ -2004,7 +2004,7 @@ msgstr "Sichtbare Ebenen anordnen" #: plug-ins/common/emboss.c:559 plug-ins/common/engrave.c:236 #: plug-ins/common/gauss_iir.c:378 plug-ins/common/gauss_rle.c:373 #: plug-ins/common/glasstile.c:294 plug-ins/common/grid.c:714 -#: plug-ins/common/illusion.c:597 plug-ins/common/jpeg.c:1627 +#: plug-ins/common/illusion.c:597 plug-ins/common/jpeg.c:1629 #: plug-ins/common/lic.c:1090 plug-ins/common/max_rgb.c:381 #: plug-ins/common/nlfilt.c:409 plug-ins/common/noisify.c:524 #: plug-ins/common/nova.c:496 plug-ins/common/oilify.c:470 @@ -2050,7 +2050,7 @@ msgid "Left Edge" msgstr "Linker Rand" #: plug-ins/common/align_layers.c:473 plug-ins/common/align_layers.c:506 -#: plug-ins/gap/gap_mov_dialog.c:286 plug-ins/gflare/gflare.c:2866 +#: plug-ins/gap/gap_mov_dialog.c:286 plug-ins/gflare/gflare.c:2920 msgid "Center" msgstr "Mitte" @@ -2262,7 +2262,7 @@ msgstr "/Filter/Weichzeichnen/Weichzeichnen..." #: plug-ins/common/blur.c:648 plug-ins/common/plasma.c:363 #: plug-ins/common/randomize.c:737 plug-ins/common/sinus.c:1801 -#: plug-ins/common/snoise.c:545 plug-ins/gflare/gflare.c:4104 +#: plug-ins/common/snoise.c:545 plug-ins/gflare/gflare.c:4158 msgid "Random Seed:" msgstr "Zufällige Init-Zahl:" @@ -2677,55 +2677,55 @@ msgstr "Rand" msgid "Channels" msgstr "Kanäle" -#: plug-ins/common/csource.c:653 +#: plug-ins/common/csource.c:651 msgid "Save as C-Source" msgstr "Als C-Quellcode sichern" -#: plug-ins/common/csource.c:685 +#: plug-ins/common/csource.c:683 msgid "Prefixed Name:" msgstr "Name mit Prefix:" -#: plug-ins/common/csource.c:694 plug-ins/common/mail.c:529 -#: plug-ins/common/tiff.c:1598 plug-ins/common/xbm.c:1207 +#: plug-ins/common/csource.c:692 plug-ins/common/mail.c:529 +#: plug-ins/common/tiff.c:1597 plug-ins/common/xbm.c:1207 msgid "Comment:" msgstr "Kommentar:" #. Use Comment #. -#: plug-ins/common/csource.c:701 +#: plug-ins/common/csource.c:699 msgid "Save Comment to File" msgstr "Kommentar in Datei speichern" #. GLib types #. -#: plug-ins/common/csource.c:712 +#: plug-ins/common/csource.c:710 msgid "Use GLib Types (guint8*)" msgstr "Benutze GLib Typen (guint8*)" #. Use Macros #. -#: plug-ins/common/csource.c:723 +#: plug-ins/common/csource.c:721 msgid "Use Macros instead of Struct" msgstr "Benutze Makros anstelle von Strukturen" #. Use RLE #. -#: plug-ins/common/csource.c:734 +#: plug-ins/common/csource.c:732 msgid "Use 1 Byte Run-Length-Encoding" msgstr "Benutze 1 Byte Run-Length-Encoding" #. Alpha #. -#: plug-ins/common/csource.c:745 +#: plug-ins/common/csource.c:743 msgid "Save Alpha Channel (RGBA/RGB)" msgstr "Speichere Alphakanal (RGBA/RGB)" #. Opacity #. table col, row -#: plug-ins/common/csource.c:762 plug-ins/common/sparkle.c:444 -#: plug-ins/common/tileit.c:588 plug-ins/gap/gap_mov_dialog.c:1906 -#: plug-ins/gflare/gflare.c:3606 plug-ins/gflare/gflare.c:3636 -#: plug-ins/gflare/gflare.c:3666 +#: plug-ins/common/csource.c:760 plug-ins/common/sparkle.c:444 +#: plug-ins/common/tileit.c:588 plug-ins/gap/gap_mov_dialog.c:1901 +#: plug-ins/gflare/gflare.c:3660 plug-ins/gflare/gflare.c:3690 +#: plug-ins/gflare/gflare.c:3720 msgid "Opacity:" msgstr "Deckkraft:" @@ -2787,7 +2787,7 @@ msgstr "Kurve" #. menu_item copy #: plug-ins/common/curve_bend.c:1363 plug-ins/gap/gap_navigator_dialog.c:2922 #: plug-ins/gfig/gfig.c:2842 plug-ins/gfig/gfig.c:5290 -#: plug-ins/gflare/gflare.c:3103 plug-ins/imagemap/imap_cmd_copy.c:49 +#: plug-ins/gflare/gflare.c:3157 plug-ins/imagemap/imap_cmd_copy.c:49 #: plug-ins/imagemap/imap_cmd_copy_object.c:50 #: plug-ins/imagemap/imap_menu.c:287 plug-ins/imagemap/imap_toolbar.c:134 msgid "Copy" @@ -3097,7 +3097,7 @@ msgstr "Histogramm erstellen" #: plug-ins/common/destripe.c:672 plug-ins/common/gtm.c:551 #: plug-ins/common/ps.c:2659 plug-ins/common/ps.c:2836 #: plug-ins/common/smooth_palette.c:430 plug-ins/common/tile.c:428 -#: plug-ins/gap/gap_mov_dialog.c:1872 plug-ins/imagemap/imap_rectangle.c:390 +#: plug-ins/gap/gap_mov_dialog.c:1867 plug-ins/imagemap/imap_rectangle.c:390 #: plug-ins/print/gimp_main_window.c:638 msgid "Width:" msgstr "Breite:" @@ -3223,7 +3223,7 @@ msgstr "Funktion" msgid "Bumpmap" msgstr "Bumpmap" -#: plug-ins/common/emboss.c:759 plug-ins/common/nlfilt.c:606 +#: plug-ins/common/emboss.c:759 plug-ins/common/nlfilt.c:601 #: plug-ins/common/sinus.c:2133 plug-ins/common/waves.c:596 msgid "Do Preview" msgstr "Vorschau erzeugen" @@ -3249,7 +3249,7 @@ msgstr "Beschränke Linienbreite" #: plug-ins/common/engrave.c:256 plug-ins/common/film.c:1228 #: plug-ins/common/gtm.c:565 plug-ins/common/ps.c:2668 #: plug-ins/common/ps.c:2845 plug-ins/common/smooth_palette.c:439 -#: plug-ins/common/tile.c:432 plug-ins/gap/gap_mov_dialog.c:1889 +#: plug-ins/common/tile.c:432 plug-ins/gap/gap_mov_dialog.c:1884 #: plug-ins/imagemap/imap_rectangle.c:396 #: plug-ins/print/gimp_main_window.c:652 msgid "Height:" @@ -3630,7 +3630,7 @@ msgstr "Als GIcon speichern" msgid "Icon Name:" msgstr "Icon Name:" -#: plug-ins/common/gif.c:684 +#: plug-ins/common/gif.c:683 msgid "" "GIF: Couldn't simply reduce colors further.\n" "Saving as opaque.\n" @@ -3638,7 +3638,7 @@ msgstr "" "GIF: Konnte nicht mehr Farben reduzieren.\n" "Speichere als Opaque.\n" -#: plug-ins/common/gif.c:944 +#: plug-ins/common/gif.c:943 msgid "" "GIF: Sorry, can't save RGB images as GIFs - convert to INDEXED\n" "or GRAY first.\n" @@ -3646,16 +3646,16 @@ msgstr "" "GIF: Sorry, kann keine RGB-Bilder als GIF's speichern - konvertieren sie\n" "zu indiziert.\n" -#: plug-ins/common/gif.c:962 +#: plug-ins/common/gif.c:961 #, c-format msgid "GIF: can't open %s\n" msgstr "kann %s nicht öffnen\n" -#: plug-ins/common/gif.c:1151 +#: plug-ins/common/gif.c:1150 msgid "GIF Warning" msgstr "GIF Warnung" -#: plug-ins/common/gif.c:1177 +#: plug-ins/common/gif.c:1176 msgid "" "The image which you are trying to save as a GIF\n" "contains layers which extend beyond the actual\n" @@ -3685,50 +3685,51 @@ msgstr "GIF Einstellungen" msgid "Interlace" msgstr "Interlace" -#: plug-ins/common/gif.c:1263 +#: plug-ins/common/gif.c:1267 msgid "GIF Comment:" msgstr "GIF Kommentar:" #. additional animated gif parameter settings -#: plug-ins/common/gif.c:1323 +#: plug-ins/common/gif.c:1326 msgid "Animated GIF Options" msgstr "Einstellungen für Animations-GIF's" -#: plug-ins/common/gif.c:1331 +#: plug-ins/common/gif.c:1334 msgid "Loop forever" msgstr "Unendliche Schleife" -#: plug-ins/common/gif.c:1343 +#: plug-ins/common/gif.c:1346 msgid "Delay between Frames where Unspecified:" msgstr "Pause zw. Frames wenn nicht angegeben:" -#: plug-ins/common/gif.c:1355 +#: plug-ins/common/gif.c:1358 msgid "Milliseconds" msgstr "Millisekunden" -#: plug-ins/common/gif.c:1365 +#: plug-ins/common/gif.c:1368 msgid "Frame Disposal where Unspecified: " msgstr "Übergang zw. Frames wenn nicht angegeben:" -#: plug-ins/common/gif.c:1374 +#: plug-ins/common/gif.c:1377 msgid "I don't Care" msgstr "Ist mir egal" -#: plug-ins/common/gif.c:1376 +#: plug-ins/common/gif.c:1379 msgid "Cumulative Layers (Combine)" msgstr "Kumulative Ebenen (Kombinieren)" -#: plug-ins/common/gif.c:1378 +#: plug-ins/common/gif.c:1381 msgid "One Frame per Layer (Replace)" msgstr "Ein Frame pro Ebene (Ersetzen)" -#: plug-ins/common/gif.c:2362 +#: plug-ins/common/gif.c:2365 msgid "GIF: error writing output file\n" msgstr "GIF: Fehler beim schreiben der Ziel Datei\n" -#: plug-ins/common/gif.c:2453 -msgid "GIF save: Your comment string is too long.\n" -msgstr "GIF speichern: Der Kommentar ist zu lang\n" +#: plug-ins/common/gif.c:2457 +#, c-format +msgid "The default comment is limited to %d characters." +msgstr "" #: plug-ins/common/gih.c:312 #, c-format @@ -4183,14 +4184,14 @@ msgstr "Bilinear" msgid "Adaptive Supersample" msgstr "Anpassende Hochrechnung" -#: plug-ins/common/iwarp.c:1104 plug-ins/gflare/gflare.c:3014 +#: plug-ins/common/iwarp.c:1104 plug-ins/gflare/gflare.c:3068 msgid "Max Depth:" msgstr "Max. Tiefe:" #. parameter settings #: plug-ins/common/iwarp.c:1127 plug-ins/common/sample_colorize.c:1384 #: plug-ins/common/sinus.c:1837 plug-ins/gap/gap_mod_layer.c:222 -#: plug-ins/gfig/gfig.c:3974 plug-ins/gflare/gflare.c:3043 +#: plug-ins/gfig/gfig.c:3974 plug-ins/gflare/gflare.c:3097 msgid "Settings" msgstr "Einstellungen" @@ -4266,90 +4267,90 @@ msgstr "Sprechblasen ausschalten" msgid "Toggle Tooltips on/off" msgstr "Sprechblasen ein- und ausschalten" -#: plug-ins/common/jpeg.c:414 +#: plug-ins/common/jpeg.c:416 msgid "Export Preview" msgstr "Export Vorschau" -#: plug-ins/common/jpeg.c:726 +#: plug-ins/common/jpeg.c:728 #, c-format msgid "can't open \"%s\"\n" msgstr "Kann \"%s\" nicht öffnen\n" -#: plug-ins/common/jpeg.c:883 +#: plug-ins/common/jpeg.c:885 msgid "JPEG preview" msgstr "JPEG Vorschau" -#: plug-ins/common/jpeg.c:1101 +#: plug-ins/common/jpeg.c:1103 #, c-format msgid "Size: %lu bytes (%02.01f kB)" msgstr "Grösse: %lu bytes (%02.01f kB)" -#: plug-ins/common/jpeg.c:1510 plug-ins/common/jpeg.c:1617 +#: plug-ins/common/jpeg.c:1512 plug-ins/common/jpeg.c:1619 msgid "Size: unknown" msgstr "Grösse: unbekannt" -#: plug-ins/common/jpeg.c:1574 +#: plug-ins/common/jpeg.c:1576 msgid "Save as JPEG" msgstr "Als JPEG sichern" #. sg - preview -#: plug-ins/common/jpeg.c:1597 +#: plug-ins/common/jpeg.c:1599 msgid "Image Preview" msgstr "Bild-Vorschau" -#: plug-ins/common/jpeg.c:1606 +#: plug-ins/common/jpeg.c:1608 msgid "Preview (in image window)" msgstr "Vorschau (im Bildfenster)" -#: plug-ins/common/jpeg.c:1637 plug-ins/xjt/xjt.c:836 +#: plug-ins/common/jpeg.c:1639 plug-ins/xjt/xjt.c:836 msgid "Quality:" msgstr "Qualität:" -#: plug-ins/common/jpeg.c:1659 plug-ins/xjt/xjt.c:845 +#: plug-ins/common/jpeg.c:1661 plug-ins/xjt/xjt.c:845 msgid "Smoothing:" msgstr "Glättung:" -#: plug-ins/common/jpeg.c:1686 +#: plug-ins/common/jpeg.c:1688 msgid "Restart markers" msgstr "Neustart der Markierungen" -#: plug-ins/common/jpeg.c:1694 +#: plug-ins/common/jpeg.c:1696 msgid "Restart frequency (rows):" msgstr "Neustart der Frequenzen (Zeilen):" -#: plug-ins/common/jpeg.c:1723 plug-ins/xjt/xjt.c:816 +#: plug-ins/common/jpeg.c:1725 plug-ins/xjt/xjt.c:816 msgid "Optimize" msgstr "Optimieren" -#: plug-ins/common/jpeg.c:1735 +#: plug-ins/common/jpeg.c:1737 msgid "Progressive" msgstr "Progressiv" -#: plug-ins/common/jpeg.c:1752 +#: plug-ins/common/jpeg.c:1754 msgid "Force baseline JPEG (Readable by all decoders)" msgstr "Erzwinge \"Baseline JPEG\" (alle Decoder können das lesen)" -#: plug-ins/common/jpeg.c:1776 +#: plug-ins/common/jpeg.c:1778 msgid "Subsampling:" msgstr "Zwischenschritte:" -#: plug-ins/common/jpeg.c:1785 +#: plug-ins/common/jpeg.c:1787 msgid "Fast Integer" msgstr "Schnelle Ganzzahlen" -#: plug-ins/common/jpeg.c:1786 +#: plug-ins/common/jpeg.c:1788 msgid "Integer" msgstr "Ganzzahlen" -#: plug-ins/common/jpeg.c:1787 +#: plug-ins/common/jpeg.c:1789 msgid "Floating-Point" msgstr "Fließkommazahlen" -#: plug-ins/common/jpeg.c:1791 +#: plug-ins/common/jpeg.c:1793 msgid "DCT method (Speed/quality tradeoff):" msgstr "DCT Methode (Geschw. vs. Qualität):" -#: plug-ins/common/jpeg.c:1799 +#: plug-ins/common/jpeg.c:1801 msgid "Image comments" msgstr "Kommentare" @@ -4465,19 +4466,19 @@ msgid "Filename:" msgstr "Dateiname:" #. Encapsulation label -#: plug-ins/common/mail.c:578 +#: plug-ins/common/mail.c:574 msgid "Encapsulation:" msgstr "Kapselung:" -#: plug-ins/common/mail.c:590 +#: plug-ins/common/mail.c:586 msgid "Uuencode" msgstr "Uuencode" -#: plug-ins/common/mail.c:592 +#: plug-ins/common/mail.c:588 msgid "MIME" msgstr "MIME" -#: plug-ins/common/mail.c:692 +#: plug-ins/common/mail.c:688 msgid "mail: some sort of error with the file extension or lack thereof \n" msgstr "" "mail: Irgendein Fehler mit der Dateinamenerweiterung (oder das Fehlen " @@ -4663,7 +4664,7 @@ msgstr "Ausgabe LPI:" #. screen settings #: plug-ins/common/newsprint.c:1289 plug-ins/gap/gap_mov_dialog.c:265 -#: plug-ins/gflare/gflare.c:597 +#: plug-ins/gflare/gflare.c:592 msgid "Screen" msgstr "Schirm" @@ -6132,31 +6133,31 @@ msgstr "Alpha-Schwellwert: Färbe Transparenz..." msgid "Threshold Alpha" msgstr "Alpha-Schwellwert" -#: plug-ins/common/tiff.c:672 +#: plug-ins/common/tiff.c:671 msgid "TIFF Channel" msgstr "TIFF Kanäle" -#: plug-ins/common/tiff.c:1557 +#: plug-ins/common/tiff.c:1556 msgid "Save as TIFF" msgstr "Als TIFF speichern" -#: plug-ins/common/tiff.c:1579 +#: plug-ins/common/tiff.c:1578 msgid "Compression" msgstr "Kompression" -#: plug-ins/common/tiff.c:1584 +#: plug-ins/common/tiff.c:1583 msgid "LZW" msgstr "LZW" -#: plug-ins/common/tiff.c:1585 +#: plug-ins/common/tiff.c:1584 msgid "Pack Bits" msgstr "Bits packen" -#: plug-ins/common/tiff.c:1586 +#: plug-ins/common/tiff.c:1585 msgid "Deflate" msgstr "Entpacken" -#: plug-ins/common/tiff.c:1587 +#: plug-ins/common/tiff.c:1586 msgid "JPEG" msgstr "JPEG" @@ -6233,7 +6234,7 @@ msgstr "Kacheln..." msgid "/Xtns/Unit Editor..." msgstr "/Xtns/Einheiten-Editor..." -#: plug-ins/common/uniteditor.c:172 plug-ins/common/uniteditor.c:629 +#: plug-ins/common/uniteditor.c:172 plug-ins/common/uniteditor.c:630 msgid "New Unit" msgstr "Neue Einheit" @@ -6359,31 +6360,31 @@ msgstr "Singular" msgid "Plural" msgstr "Plural" -#: plug-ins/common/uniteditor.c:637 +#: plug-ins/common/uniteditor.c:638 msgid "Create a new unit from scratch." msgstr "Erzeuge eine neue Einheit." -#: plug-ins/common/uniteditor.c:639 +#: plug-ins/common/uniteditor.c:640 msgid "Duplicate Unit" msgstr "Einheit duplizieren" -#: plug-ins/common/uniteditor.c:647 +#: plug-ins/common/uniteditor.c:648 msgid "Create a new unit with the currently seleted unit as template." msgstr "Erzeuge eine neue Einheit mit der ausgewählten Einheit als Vorlage." -#: plug-ins/common/uniteditor.c:650 +#: plug-ins/common/uniteditor.c:651 msgid "Don't Save Unit" msgstr "Nicht speichern" -#: plug-ins/common/uniteditor.c:658 +#: plug-ins/common/uniteditor.c:659 msgid "Don't save the currently selected unit before GIMP exits." msgstr "Ausgewählte Einheit nicht speichern wenn Gimp beendet wird." -#: plug-ins/common/uniteditor.c:663 +#: plug-ins/common/uniteditor.c:664 msgid "Save Unit" msgstr "Einheit sichern" -#: plug-ins/common/uniteditor.c:671 +#: plug-ins/common/uniteditor.c:672 msgid "Save the currently selected unit before GIMP exits." msgstr "Sichere die ausgewählte Einheit, bevor Gimp beendet wird." @@ -6852,26 +6853,26 @@ msgstr "EndPage schlug fehl" msgid "PageSetupDlg failed: %d" msgstr "PageSetupDlg schlug fehl: %d" -#: plug-ins/common/wmf.c:926 +#: plug-ins/common/wmf.c:932 msgid "Load Windows Metafile" msgstr "Lädt Windows Metafiles" #. Rendering -#: plug-ins/common/wmf.c:943 +#: plug-ins/common/wmf.c:949 #, c-format msgid "Rendering %s" msgstr "Berechne %s" -#: plug-ins/common/wmf.c:960 +#: plug-ins/common/wmf.c:966 msgid "Scale (log 2):" msgstr "Skalieren (log 2):" -#: plug-ins/common/wmf.c:1334 +#: plug-ins/common/wmf.c:1340 #, c-format msgid "Interpreting %s:" msgstr "Interpretiere %s:" -#: plug-ins/common/wmf.c:2347 +#: plug-ins/common/wmf.c:2353 msgid "Transferring image" msgstr "Übertrage Bild" @@ -8348,7 +8349,7 @@ msgid "No selected Layer in start frame" msgstr "Keine Ebene ausgewählt im ersten Frame" #: plug-ins/gap/gap_mov_dialog.c:262 plug-ins/gfig/gfig.c:3326 -#: plug-ins/gflare/gflare.c:594 plug-ins/gimpressionist/orientmap.c:590 +#: plug-ins/gflare/gflare.c:589 plug-ins/gimpressionist/orientmap.c:590 msgid "Normal" msgstr "Normal" @@ -8360,7 +8361,7 @@ msgstr "Vernichten" msgid "Multiply" msgstr "Multiplizieren" -#: plug-ins/gap/gap_mov_dialog.c:266 plug-ins/gflare/gflare.c:596 +#: plug-ins/gap/gap_mov_dialog.c:266 plug-ins/gflare/gflare.c:591 #: plug-ins/gimpressionist/paper.c:152 msgid "Overlay" msgstr "Überlagern" @@ -8369,7 +8370,7 @@ msgstr "Überlagern" msgid "Difference" msgstr "Unterschied" -#: plug-ins/gap/gap_mov_dialog.c:268 plug-ins/gflare/gflare.c:595 +#: plug-ins/gap/gap_mov_dialog.c:268 plug-ins/gflare/gflare.c:590 msgid "Addition" msgstr "Addieren" @@ -8447,32 +8448,32 @@ msgid "Frame None" msgstr "Framefolge Keine" # TODO context ? -#: plug-ins/gap/gap_mov_dialog.c:479 +#: plug-ins/gap/gap_mov_dialog.c:474 msgid "Move Path" msgstr "Bewegungs-Pfad" -#: plug-ins/gap/gap_mov_dialog.c:513 +#: plug-ins/gap/gap_mov_dialog.c:508 msgid "Show PreviewFrame with Selected SrcLayer at current Controlpoint" msgstr "" "Vorschau-Frame mit ausgewählter Quellebene am momentanen Kontrollpunkt " "anzeigen" -#: plug-ins/gap/gap_mov_dialog.c:517 +#: plug-ins/gap/gap_mov_dialog.c:512 msgid "Anim Preview" msgstr "Anim.-Vorschau" -#: plug-ins/gap/gap_mov_dialog.c:524 +#: plug-ins/gap/gap_mov_dialog.c:519 msgid "Generate Animated Preview as multilayer image" msgstr "Erzeuge animierte Preview als Multi-Ebenen-Bild" #. parameter settings -#: plug-ins/gap/gap_mov_dialog.c:537 +#: plug-ins/gap/gap_mov_dialog.c:532 msgid "Copy moving source-layer(s) into frames" msgstr "Kopiere bewegte(n) Quellebene(n) in Frames" #. the start frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:570 +#: plug-ins/gap/gap_mov_dialog.c:565 msgid "Start Frame:" msgstr "Erster Frame:" @@ -8484,14 +8485,14 @@ msgstr "Erster Frame:" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:578 +#: plug-ins/gap/gap_mov_dialog.c:573 msgid "First handled frame" msgstr "Erster bearbeiteter Frame" # TODO ACHTUNG! was wenn Ende exklusiv ist ([Start;End[) ??? #. the end frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:585 +#: plug-ins/gap/gap_mov_dialog.c:580 msgid "End Frame:" msgstr "Letzter Frame:" @@ -8503,13 +8504,13 @@ msgstr "Letzter Frame:" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:593 +#: plug-ins/gap/gap_mov_dialog.c:588 msgid "Last handled frame" msgstr "Letzter bearbeiteter Frame" #. the Preview Frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:600 +#: plug-ins/gap/gap_mov_dialog.c:595 msgid "Preview Frame:" msgstr "Vorschau-Frame:" @@ -8521,13 +8522,13 @@ msgstr "Vorschau-Frame:" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:608 +#: plug-ins/gap/gap_mov_dialog.c:603 msgid "Frame to show when UpdPreview button is pressed" msgstr "Dieser Frame wird angezeigt, wenn Vorschau Auffrischen gedrückt wird" #. the Layerstack scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:616 plug-ins/gap/gap_range_ops.c:267 +#: plug-ins/gap/gap_mov_dialog.c:611 plug-ins/gap/gap_range_ops.c:267 msgid "Layerstack:" msgstr "Ebenenstapel:" @@ -8539,7 +8540,7 @@ msgstr "Ebenenstapel:" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:624 +#: plug-ins/gap/gap_mov_dialog.c:619 msgid "" "How to insert SrcLayer into the Dst. Frame's Layerstack\n" "0 means on top i.e. in front" @@ -8548,24 +8549,24 @@ msgstr "" "Ziel-Frames eingefügt wird (0 ist ganz oben)" #. toggle force visibility -#: plug-ins/gap/gap_mov_dialog.c:636 +#: plug-ins/gap/gap_mov_dialog.c:631 msgid "Force visibility" msgstr "Erzwinge Sichtbarkeit" -#: plug-ins/gap/gap_mov_dialog.c:643 +#: plug-ins/gap/gap_mov_dialog.c:638 msgid "Force visibility for all copied Src-Layers" msgstr "Erzwinge Sichtbarkeit für alle kopierten Quellebenen" #. toggle clip_to_image -#: plug-ins/gap/gap_mov_dialog.c:649 +#: plug-ins/gap/gap_mov_dialog.c:644 msgid "Clip To Frame" msgstr "Am Frame kappen" -#: plug-ins/gap/gap_mov_dialog.c:656 +#: plug-ins/gap/gap_mov_dialog.c:651 msgid "Clip all copied Src-Layers at Frame Boundaries" msgstr "Alle Quellebenen an Frame-Rand kappen" -#: plug-ins/gap/gap_mov_dialog.c:704 +#: plug-ins/gap/gap_mov_dialog.c:699 msgid "" "No Source Image was selected\n" "(Please open a 2nd Image of the same type before opening Move Path)" @@ -8574,43 +8575,43 @@ msgstr "" "(Bitte öffnen Sie eine 2. Bild vom gleichen Typ bevor Sie 'Bewegungs-Pfad' " "aufrufen)" -#: plug-ins/gap/gap_mov_dialog.c:800 +#: plug-ins/gap/gap_mov_dialog.c:795 msgid "Object on empty frames" msgstr "Objekt auf leere Frames" -#: plug-ins/gap/gap_mov_dialog.c:801 +#: plug-ins/gap/gap_mov_dialog.c:796 msgid "Object on one frame" msgstr "Objekt auf einem Frame" -#: plug-ins/gap/gap_mov_dialog.c:802 +#: plug-ins/gap/gap_mov_dialog.c:797 msgid "Exact Object on frames" msgstr "Genaues Objekt auf Frames" -#: plug-ins/gap/gap_mov_dialog.c:832 +#: plug-ins/gap/gap_mov_dialog.c:827 msgid "Anim Preview Mode" msgstr "Grösse der animierten Vorschau" -#: plug-ins/gap/gap_mov_dialog.c:840 +#: plug-ins/gap/gap_mov_dialog.c:835 msgid "Scale Preview" msgstr "Vorschau skalieren" -#: plug-ins/gap/gap_mov_dialog.c:841 +#: plug-ins/gap/gap_mov_dialog.c:836 msgid "Scale down size of the generated animated preview (in %)" msgstr "Größe der generierten animierten Vorschau skalieren (in %)" -#: plug-ins/gap/gap_mov_dialog.c:849 +#: plug-ins/gap/gap_mov_dialog.c:844 msgid "Framerate" msgstr "Frame-Rate" -#: plug-ins/gap/gap_mov_dialog.c:850 +#: plug-ins/gap/gap_mov_dialog.c:845 msgid "Framerate to use in the animated preview in frames/sec" msgstr "Frame-Rate der animierten Vorschau in Frames/s" -#: plug-ins/gap/gap_mov_dialog.c:864 +#: plug-ins/gap/gap_mov_dialog.c:859 msgid "Copy to Video Buffer" msgstr "In Video-Buffer kopieren" -#: plug-ins/gap/gap_mov_dialog.c:865 +#: plug-ins/gap/gap_mov_dialog.c:860 msgid "" "Save all single frames of animated preview to video buffer\n" "(configured in gimprc by video-paste-dir and video-paste-basename)" @@ -8618,85 +8619,85 @@ msgstr "" "Sichere alle Frames der animierten Vorschau in der Video-Ablage\n" "(wird aus gimprc durch video-paste-dir und video-paste-basename bestimmt)" -#: plug-ins/gap/gap_mov_dialog.c:870 +#: plug-ins/gap/gap_mov_dialog.c:865 msgid "Move Path Animated Preview" msgstr "Bewegungs-Pfad animierte Vorschau" -#: plug-ins/gap/gap_mov_dialog.c:916 +#: plug-ins/gap/gap_mov_dialog.c:911 msgid "Generate Animated Preview failed\n" msgstr "Erzeugung der animierten Vorschau fehlgeschlagen\n" #. filesel is already open -#: plug-ins/gap/gap_mov_dialog.c:1201 +#: plug-ins/gap/gap_mov_dialog.c:1196 msgid "Load Path Points from file" msgstr "Pfad-Kontrollpunkte aus Datei laden" #. filesel is already open -#: plug-ins/gap/gap_mov_dialog.c:1237 +#: plug-ins/gap/gap_mov_dialog.c:1232 msgid "Save Path Points to file" msgstr "Pfad-Kontrollpunkte in Datei speichern" -#: plug-ins/gap/gap_mov_dialog.c:1566 +#: plug-ins/gap/gap_mov_dialog.c:1561 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "Aktueller Punkt: [ %3d ] von [ %3d ]" -#: plug-ins/gap/gap_mov_dialog.c:1652 +#: plug-ins/gap/gap_mov_dialog.c:1647 msgid "Source Select" msgstr "Quelle auswählen" #. Source Layer menu -#: plug-ins/gap/gap_mov_dialog.c:1668 +#: plug-ins/gap/gap_mov_dialog.c:1663 msgid "Source Image/Layer:" msgstr "Quell-Bild/Ebene:" -#: plug-ins/gap/gap_mov_dialog.c:1678 +#: plug-ins/gap/gap_mov_dialog.c:1673 msgid "Source Object to insert into Frame Range" msgstr "Quellobjekt, welches in die Frames eingefügt wird" #. Paintmode menu -#: plug-ins/gap/gap_mov_dialog.c:1693 +#: plug-ins/gap/gap_mov_dialog.c:1688 msgid "Mode:" msgstr "Modus:" # TODO ?? -#: plug-ins/gap/gap_mov_dialog.c:1702 +#: plug-ins/gap/gap_mov_dialog.c:1697 msgid "Paintmode" msgstr "Zeichenmodus" # TODO ??? #. Loop Stepmode menu -#: plug-ins/gap/gap_mov_dialog.c:1717 +#: plug-ins/gap/gap_mov_dialog.c:1712 msgid "Stepmode:" msgstr "Schrittmodus:" # TODO ??? -#: plug-ins/gap/gap_mov_dialog.c:1735 +#: plug-ins/gap/gap_mov_dialog.c:1730 msgid "How to fetch the next SrcLayer at the next handled frame" msgstr "Wie die Quellebene für den nächsten Frame ausgewählt wird" #. Source Image Handle menu -#: plug-ins/gap/gap_mov_dialog.c:1741 +#: plug-ins/gap/gap_mov_dialog.c:1736 msgid "Handle:" msgstr "Anker:" -#: plug-ins/gap/gap_mov_dialog.c:1759 +#: plug-ins/gap/gap_mov_dialog.c:1754 msgid "How to place the SrcLayer at Controlpoint Coordinates" msgstr "Wie die Quellebene an den Kontrollpunkt-Koordinaten platziert wird" #. to avoid side effects while initialization #. the frame -#: plug-ins/gap/gap_mov_dialog.c:1813 +#: plug-ins/gap/gap_mov_dialog.c:1808 msgid "Move Path Preview" msgstr "Bewegungs-Pfad Vorschau" #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1845 +#: plug-ins/gap/gap_mov_dialog.c:1840 msgid "X Coordinate" msgstr "X Koordinate" #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1863 +#: plug-ins/gap/gap_mov_dialog.c:1858 msgid "Y Coordinate" msgstr "Y Koordinate" @@ -8708,7 +8709,7 @@ msgstr "Y Koordinate" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1880 +#: plug-ins/gap/gap_mov_dialog.c:1875 msgid "Scale Source Layer's Width in percent" msgstr "Skaliere die Quellebene horizontal (in %)" @@ -8720,7 +8721,7 @@ msgstr "Skaliere die Quellebene horizontal (in %)" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1897 +#: plug-ins/gap/gap_mov_dialog.c:1892 msgid "Scale SrcLayer's Height in percent" msgstr "Skaliere die Quellebene vertikal (in %)" @@ -8732,13 +8733,13 @@ msgstr "Skaliere die Quellebene vertikal (in %)" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1914 +#: plug-ins/gap/gap_mov_dialog.c:1909 msgid "SrcLayer's Opacity in percent" msgstr "Deckkraft der Quellebene (in %)" #. Rotation #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:1923 +#: plug-ins/gap/gap_mov_dialog.c:1918 msgid "Rotate:" msgstr "Drehen:" @@ -8750,13 +8751,13 @@ msgstr "Drehen:" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1931 +#: plug-ins/gap/gap_mov_dialog.c:1926 msgid "Rotate SrcLayer (in degree)" msgstr "Rotiere Quellebene (in Grad)" #. Keyframe #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:1941 +#: plug-ins/gap/gap_mov_dialog.c:1936 msgid "Keyframe:" msgstr "Keyframe:" @@ -8768,7 +8769,7 @@ msgstr "Keyframe:" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1949 +#: plug-ins/gap/gap_mov_dialog.c:1944 msgid "" "Fix Controlpoint to Keyframe number\n" "(0 == No Keyframe)" @@ -8776,11 +8777,11 @@ msgstr "" "Kontrollpunkt auf Keyframe festlegen\n" "(0 == kein Keyframe)" -#: plug-ins/gap/gap_mov_dialog.c:2024 +#: plug-ins/gap/gap_mov_dialog.c:2019 msgid "Add Point" msgstr "Punkt hinzufügen" -#: plug-ins/gap/gap_mov_dialog.c:2032 +#: plug-ins/gap/gap_mov_dialog.c:2027 msgid "" "Add Controlpoint at end\n" "(the last Point is duplicated)" @@ -8790,11 +8791,11 @@ msgstr "" # TODO context ? #. toggle clip_to_image -#: plug-ins/gap/gap_mov_dialog.c:2037 +#: plug-ins/gap/gap_mov_dialog.c:2032 msgid "Show Path" msgstr "Zeige Pfad" -#: plug-ins/gap/gap_mov_dialog.c:2044 +#: plug-ins/gap/gap_mov_dialog.c:2039 msgid "" "Show Path Lines and enable pick/drag with left button or move with right " "button" @@ -8802,13 +8803,13 @@ msgstr "" "Mache Pfade sichtbar. Dann kann man mit dem linken Button auswählen/ziehen, " "und mit dem rechten Button bewegen." -#: plug-ins/gap/gap_mov_dialog.c:2054 +#: plug-ins/gap/gap_mov_dialog.c:2049 #: plug-ins/imagemap/imap_cmd_insert_point.c:57 #: plug-ins/imagemap/imap_polygon.c:683 msgid "Insert Point" msgstr "Punkt hinzufügen" -#: plug-ins/gap/gap_mov_dialog.c:2062 +#: plug-ins/gap/gap_mov_dialog.c:2057 msgid "" "Insert Controlpoint\n" "(the current Point is duplicated)" @@ -8816,61 +8817,61 @@ msgstr "" "Kontrollpunkt einfügen\n" "(der aktuelle Punkt wird dupliziert)" -#: plug-ins/gap/gap_mov_dialog.c:2066 +#: plug-ins/gap/gap_mov_dialog.c:2061 #: plug-ins/imagemap/imap_cmd_delete_point.c:57 #: plug-ins/imagemap/imap_polygon.c:669 msgid "Delete Point" msgstr "Punkt löschen" -#: plug-ins/gap/gap_mov_dialog.c:2074 +#: plug-ins/gap/gap_mov_dialog.c:2069 msgid "Delete current Controlpoint" msgstr "Aktuellen Kontrollpunkt löschen" -#: plug-ins/gap/gap_mov_dialog.c:2080 +#: plug-ins/gap/gap_mov_dialog.c:2075 msgid "Prev Point" msgstr "Vorheriger Punkt" -#: plug-ins/gap/gap_mov_dialog.c:2088 +#: plug-ins/gap/gap_mov_dialog.c:2083 msgid "Show Previous Controlpoint" msgstr "Vorherigen Kontrollpunkt anzeigen" -#: plug-ins/gap/gap_mov_dialog.c:2092 +#: plug-ins/gap/gap_mov_dialog.c:2087 msgid "Next Point" msgstr "Nächster Punkt" -#: plug-ins/gap/gap_mov_dialog.c:2100 +#: plug-ins/gap/gap_mov_dialog.c:2095 msgid "Show Next Controlpoint" msgstr "Nächsten Kontrollpunkt anzeigen" -#: plug-ins/gap/gap_mov_dialog.c:2106 +#: plug-ins/gap/gap_mov_dialog.c:2101 msgid "First Point" msgstr "Erster Punkt" -#: plug-ins/gap/gap_mov_dialog.c:2114 +#: plug-ins/gap/gap_mov_dialog.c:2109 msgid "Show First Controlpoint" msgstr "Ersten Kontrollpunkt anzeigen" -#: plug-ins/gap/gap_mov_dialog.c:2118 +#: plug-ins/gap/gap_mov_dialog.c:2113 msgid "Last Point" msgstr "Letzter Punkt" -#: plug-ins/gap/gap_mov_dialog.c:2126 +#: plug-ins/gap/gap_mov_dialog.c:2121 msgid "Show Last Controlpoint" msgstr "Letzten Kontrollpunkt anzeigen" -#: plug-ins/gap/gap_mov_dialog.c:2132 +#: plug-ins/gap/gap_mov_dialog.c:2127 msgid "Clear Point" msgstr "Punkt zurücksetzen" -#: plug-ins/gap/gap_mov_dialog.c:2140 +#: plug-ins/gap/gap_mov_dialog.c:2135 msgid "Reset the current Controlpoint to default Values" msgstr "Den aktuellen Kontrollpunkt auf Standardwerte zurücksetzen" -#: plug-ins/gap/gap_mov_dialog.c:2144 +#: plug-ins/gap/gap_mov_dialog.c:2139 msgid "Clear All Points" msgstr "Alle Punkte zurücksetzen" -#: plug-ins/gap/gap_mov_dialog.c:2152 +#: plug-ins/gap/gap_mov_dialog.c:2147 msgid "" "Reset all Controlpoints to default Values but dont change the path (X/Y " "Values)" @@ -8878,11 +8879,11 @@ msgstr "" "Alle Kontrollpunkte auf Standardwerte zurücksetzen ohne den Pfad zu ändern " "(X/Y Werte)" -#: plug-ins/gap/gap_mov_dialog.c:2159 +#: plug-ins/gap/gap_mov_dialog.c:2154 msgid "Rotate Follow" msgstr "Rotation folgend" -#: plug-ins/gap/gap_mov_dialog.c:2170 +#: plug-ins/gap/gap_mov_dialog.c:2165 msgid "" "Set Rotation for all Controlpoints to follow the shape of the path.\n" "(Shift: use Rotation of contolpoint 1 as offset)" @@ -8890,31 +8891,31 @@ msgstr "" "Setze die Rotation aller Kontrollpunkte so, daß sie der From des Pfades " "folgen. (Shift: Benutze Rotation von Kontrollpunkt 1 als Versatz)" -#: plug-ins/gap/gap_mov_dialog.c:2177 +#: plug-ins/gap/gap_mov_dialog.c:2172 msgid "Delete All Points" msgstr "Alle Punkte löschen" -#: plug-ins/gap/gap_mov_dialog.c:2185 +#: plug-ins/gap/gap_mov_dialog.c:2180 msgid "Delete all Controlpoints" msgstr "Alle Kontrollpunkte löschen" -#: plug-ins/gap/gap_mov_dialog.c:2192 +#: plug-ins/gap/gap_mov_dialog.c:2187 msgid "Load Points" msgstr "Lade Punkte" -#: plug-ins/gap/gap_mov_dialog.c:2200 +#: plug-ins/gap/gap_mov_dialog.c:2195 msgid "Load Controlpoints from file" msgstr "Lade Kontrollpunkte aus Datei" -#: plug-ins/gap/gap_mov_dialog.c:2204 +#: plug-ins/gap/gap_mov_dialog.c:2199 msgid "Save Points" msgstr "Speichere Punkte" -#: plug-ins/gap/gap_mov_dialog.c:2212 +#: plug-ins/gap/gap_mov_dialog.c:2207 msgid "Save Controlpoints to file" msgstr "Kontrollpunkte in Datei speichern" -#: plug-ins/gap/gap_mov_dialog.c:2672 +#: plug-ins/gap/gap_mov_dialog.c:2667 msgid "" "Can't operate with current Controlpoint\n" "or Keyframe settings" @@ -8922,15 +8923,15 @@ msgstr "" "Kann nicht mit momentanen Kontrollpunkt-\n" "bzw. Keyframe-Einstellungen umgehen" -#: plug-ins/gap/gap_mov_dialog.c:2679 +#: plug-ins/gap/gap_mov_dialog.c:2674 msgid "Reset Keyframes" msgstr "Keyframes zurücksetzen" -#: plug-ins/gap/gap_mov_dialog.c:2684 +#: plug-ins/gap/gap_mov_dialog.c:2679 msgid "Move Path Controlpointcheck" msgstr "Bewegungs-Pfad Kontrollpunkt-Check" -#: plug-ins/gap/gap_mov_dialog.c:2685 +#: plug-ins/gap/gap_mov_dialog.c:2680 msgid "Errors:" msgstr "Fehler:" @@ -9391,7 +9392,7 @@ msgid "Timezoom:" msgstr "Zeitdehnung:" #. The main shell -#: plug-ins/gap/gap_navigator_dialog.c:3129 +#: plug-ins/gap/gap_navigator_dialog.c:3123 msgid "Video Navigator" msgstr "Video Navigator" @@ -9953,7 +9954,7 @@ msgstr "GDynText Nachrichtenfenster" msgid "GDynText: About ..." msgstr "Über GDynText ..." -#: plug-ins/gdyntext/gdyntext_ui.c:273 plug-ins/gflare/gflare.c:4742 +#: plug-ins/gdyntext/gdyntext_ui.c:273 plug-ins/gflare/gflare.c:4798 msgid "none" msgstr "Kein" @@ -10158,7 +10159,7 @@ msgstr "Vorig." #. More Buttons #: plug-ins/gfig/gfig.c:1915 plug-ins/gfig/gfig.c:5303 -#: plug-ins/gflare/gflare.c:3102 plug-ins/imagemap/imap_menu.c:277 +#: plug-ins/gflare/gflare.c:3156 plug-ins/imagemap/imap_menu.c:277 #: plug-ins/imagemap/imap_selection.c:174 msgid "Edit" msgstr "Bearbeiten" @@ -10311,7 +10312,7 @@ msgid "Original" msgstr "Original" #: plug-ins/gfig/gfig.c:2778 plug-ins/gfig/gfig.c:3565 -#: plug-ins/gflare/gflare.c:3101 plug-ins/ifscompose/ifscompose.c:791 +#: plug-ins/gflare/gflare.c:3155 plug-ins/ifscompose/ifscompose.c:791 #: plug-ins/webbrowser/webbrowser.c:319 msgid "New" msgstr "Neu" @@ -10704,19 +10705,19 @@ msgstr "Hey wohin ist dieses Objekt verschwunden ?" #. don't translate , it's a special #. * keyword for the gtk toolkit -#: plug-ins/gflare/gflare.c:828 +#: plug-ins/gflare/gflare.c:868 msgid "/Filters/Light Effects/GFlare..." msgstr "/Filter/Licht-Effekte/GFlare..." -#: plug-ins/gflare/gflare.c:944 +#: plug-ins/gflare/gflare.c:984 msgid "Gradient Flare..." msgstr "Gradient Flare..." -#: plug-ins/gflare/gflare.c:956 +#: plug-ins/gflare/gflare.c:996 msgid "GFlare: cannot operate on indexed color images" msgstr "GFlare: Kann nicht mit Bildern mit indizierter Farbtabelle arbeiten" -#: plug-ins/gflare/gflare.c:994 +#: plug-ins/gflare/gflare.c:1034 #, c-format msgid "" "No gflare-path in gimprc:\n" @@ -10729,23 +10730,23 @@ msgstr "" "(gflare-path \"%s\")\n" "in Ihre %s Datei einfügen." -#: plug-ins/gflare/gflare.c:1012 +#: plug-ins/gflare/gflare.c:1052 msgid "gflare-path misconfigured - the following directories were not found" msgstr "" "gflare-path falsch konfiguriert:\n" "Die folgenden Verzeichnisse konnten nicht gefunden werden" -#: plug-ins/gflare/gflare.c:1369 +#: plug-ins/gflare/gflare.c:1418 #, c-format msgid "not valid GFlare file: %s" msgstr "keine gültige GFlare-Datei: %s" -#: plug-ins/gflare/gflare.c:1429 +#: plug-ins/gflare/gflare.c:1478 #, c-format msgid "invalid formatted GFlare file: %s\n" msgstr "Ungültiges Format in GFlare Datei: %s\n" -#: plug-ins/gflare/gflare.c:1543 +#: plug-ins/gflare/gflare.c:1595 #, c-format msgid "" "GFlare `%s' is not saved.\n" @@ -10760,132 +10761,132 @@ msgstr "" "und ein Verzeichnis %s erstellen,\n" "dann können Sie ihre eigenen GFlare's in dem Verzeichnis speichern." -#: plug-ins/gflare/gflare.c:1570 +#: plug-ins/gflare/gflare.c:1622 #, c-format msgid "could not open \"%s\"" msgstr "Konnte \"%s\" nicht öffnen" -#: plug-ins/gflare/gflare.c:1760 +#: plug-ins/gflare/gflare.c:1812 #, c-format msgid "error reading GFlare directory \"%s\"" msgstr "Fehler beim lesen des GFlare Verzeichnisses \"%s\"" -#: plug-ins/gflare/gflare.c:2460 +#: plug-ins/gflare/gflare.c:2512 msgid "GFlare" msgstr "GFlare" # TODO -#: plug-ins/gflare/gflare.c:2575 +#: plug-ins/gflare/gflare.c:2629 msgid "`Default' is created." msgstr "`Standard' wurde erstellt." -#: plug-ins/gflare/gflare.c:2576 +#: plug-ins/gflare/gflare.c:2630 msgid "Default" msgstr "Standard" -#: plug-ins/gflare/gflare.c:2926 plug-ins/gflare/gflare.c:3765 -#: plug-ins/gflare/gflare.c:3875 plug-ins/gflare/gflare.c:4017 +#: plug-ins/gflare/gflare.c:2980 plug-ins/gflare/gflare.c:3819 +#: plug-ins/gflare/gflare.c:3929 plug-ins/gflare/gflare.c:4071 msgid "Rotation:" msgstr "Rotation:" -#: plug-ins/gflare/gflare.c:2938 plug-ins/gflare/gflare.c:3777 -#: plug-ins/gflare/gflare.c:3888 plug-ins/gflare/gflare.c:4030 +#: plug-ins/gflare/gflare.c:2992 plug-ins/gflare/gflare.c:3831 +#: plug-ins/gflare/gflare.c:3942 plug-ins/gflare/gflare.c:4084 msgid "Hue Rotation:" msgstr "Farbton Rotation:" -#: plug-ins/gflare/gflare.c:2950 +#: plug-ins/gflare/gflare.c:3004 msgid "Vector Angle:" msgstr "Vektorwinkel:" -#: plug-ins/gflare/gflare.c:2962 +#: plug-ins/gflare/gflare.c:3016 msgid "Vector Length:" msgstr "Vektorlänge:" -#: plug-ins/gflare/gflare.c:2988 +#: plug-ins/gflare/gflare.c:3042 msgid "Adaptive Supersampling" msgstr "Anpassende Hochrechnung" -#: plug-ins/gflare/gflare.c:3031 +#: plug-ins/gflare/gflare.c:3085 msgid "Auto Update Preview" msgstr "Automat. Echtzeitvorschau" -#: plug-ins/gflare/gflare.c:3155 +#: plug-ins/gflare/gflare.c:3209 msgid "Selector" msgstr "Auswahl" -#: plug-ins/gflare/gflare.c:3244 +#: plug-ins/gflare/gflare.c:3298 msgid "New GFlare" msgstr "Neues GFlare" -#: plug-ins/gflare/gflare.c:3247 +#: plug-ins/gflare/gflare.c:3301 msgid "Enter a Name for the New GFlare:" msgstr "Namen für das neue GFlare eingeben:" -#: plug-ins/gflare/gflare.c:3248 +#: plug-ins/gflare/gflare.c:3302 msgid "untitled" msgstr "Unbenannt" -#: plug-ins/gflare/gflare.c:3266 +#: plug-ins/gflare/gflare.c:3320 #, c-format msgid "The name '%s' is used already!" msgstr "Der Name '%s' wird bereits verwendet!" -#: plug-ins/gflare/gflare.c:3315 +#: plug-ins/gflare/gflare.c:3369 msgid "Copy GFlare" msgstr "GFlare kopieren" -#: plug-ins/gflare/gflare.c:3318 +#: plug-ins/gflare/gflare.c:3372 msgid "Enter a Name for the Copied GFlare:" msgstr "Namen für das kopierte GFlare eingeben:" -#: plug-ins/gflare/gflare.c:3339 +#: plug-ins/gflare/gflare.c:3393 #, c-format msgid "The name `%s' is used already!" msgstr "Der Name `%s' ist bereits in Verwendung!" -#: plug-ins/gflare/gflare.c:3365 +#: plug-ins/gflare/gflare.c:3419 msgid "Cannot delete!! There must be at least one GFlare." msgstr "Kann nicht löschen!! Es muss zumindest ein GFlare geben." -#: plug-ins/gflare/gflare.c:3375 +#: plug-ins/gflare/gflare.c:3429 msgid "Delete GFlare" msgstr "GFlare löschen" -#: plug-ins/gflare/gflare.c:3432 +#: plug-ins/gflare/gflare.c:3486 #, c-format msgid "not found %s in gflares_list" msgstr "Konnte %s nicht in gflares_list finden" -#: plug-ins/gflare/gflare.c:3472 +#: plug-ins/gflare/gflare.c:3526 msgid "GFlare Editor" msgstr "GFlare Editor" -#: plug-ins/gflare/gflare.c:3477 +#: plug-ins/gflare/gflare.c:3531 msgid "Rescan Gradients" msgstr "Verläufe neu einlesen" #. Glow -#: plug-ins/gflare/gflare.c:3594 +#: plug-ins/gflare/gflare.c:3648 msgid "Glow Paint Options" msgstr "Zeicheneinstellungen für Glühen" # TODO ?? -#: plug-ins/gflare/gflare.c:3619 plug-ins/gflare/gflare.c:3649 -#: plug-ins/gflare/gflare.c:3679 +#: plug-ins/gflare/gflare.c:3673 plug-ins/gflare/gflare.c:3703 +#: plug-ins/gflare/gflare.c:3733 msgid "Paint Mode:" msgstr "Zeichenmodus:" #. Rays -#: plug-ins/gflare/gflare.c:3624 +#: plug-ins/gflare/gflare.c:3678 msgid "Rays Paint Options" msgstr "Zeicheneinstellungen für Strahlen" #. Rays -#: plug-ins/gflare/gflare.c:3654 +#: plug-ins/gflare/gflare.c:3708 msgid "Second Flares Paint Options" msgstr "Zeicheneinstellungen für anderes Flare" -#: plug-ins/gflare/gflare.c:3686 plug-ins/gimpressionist/general.c:134 +#: plug-ins/gflare/gflare.c:3740 plug-ins/gimpressionist/general.c:134 #: plug-ins/gimpressionist/general.c:139 #: plug-ins/imagemap/imap_preferences.c:467 msgid "General" @@ -10894,83 +10895,79 @@ msgstr "Allgemein" #. #. * Gradient Menus #. -#: plug-ins/gflare/gflare.c:3712 plug-ins/gflare/gflare.c:3820 -#: plug-ins/gflare/gflare.c:3964 +#: plug-ins/gflare/gflare.c:3766 plug-ins/gflare/gflare.c:3874 +#: plug-ins/gflare/gflare.c:4018 msgid "Gradients" msgstr "Farbverläufe" -#: plug-ins/gflare/gflare.c:3724 plug-ins/gflare/gflare.c:3834 -#: plug-ins/gflare/gflare.c:3976 +#: plug-ins/gflare/gflare.c:3778 plug-ins/gflare/gflare.c:3888 +#: plug-ins/gflare/gflare.c:4030 msgid "Radial Gradient:" msgstr "Radialer Farbverlauf:" -#: plug-ins/gflare/gflare.c:3728 plug-ins/gflare/gflare.c:3838 +#: plug-ins/gflare/gflare.c:3782 plug-ins/gflare/gflare.c:3892 msgid "Angular Gradient:" msgstr "Drehungs-Gradient:" -#: plug-ins/gflare/gflare.c:3732 plug-ins/gflare/gflare.c:3842 +#: plug-ins/gflare/gflare.c:3786 plug-ins/gflare/gflare.c:3896 msgid "Angular Size Gradient:" msgstr "Umfangs-Gradient:" -#: plug-ins/gflare/gflare.c:3753 plug-ins/gflare/gflare.c:3863 -#: plug-ins/gflare/gflare.c:4005 +#: plug-ins/gflare/gflare.c:3807 plug-ins/gflare/gflare.c:3917 +#: plug-ins/gflare/gflare.c:4059 msgid "Size (%):" msgstr "Grösse (%):" -#: plug-ins/gflare/gflare.c:3794 +#: plug-ins/gflare/gflare.c:3848 msgid "Glow" msgstr "Glühen" -#: plug-ins/gflare/gflare.c:3900 +#: plug-ins/gflare/gflare.c:3954 msgid "# of Spikes:" msgstr "Anzahl der Strahlen:" -#: plug-ins/gflare/gflare.c:3912 +#: plug-ins/gflare/gflare.c:3966 msgid "Spike Thickness:" msgstr "Dicke der Strahlen:" -#: plug-ins/gflare/gflare.c:3929 +#: plug-ins/gflare/gflare.c:3983 msgid "Rays" msgstr "Strahlen" -#: plug-ins/gflare/gflare.c:3980 +#: plug-ins/gflare/gflare.c:4034 msgid "Size Factor Gradient:" msgstr "Grössenfaktor für Gradient:" -#: plug-ins/gflare/gflare.c:3984 +#: plug-ins/gflare/gflare.c:4038 msgid "Probability Gradient:" msgstr "Wahrscheinlichkeitsgradient:" #. #. * Shape Radio Button Frame #. -#: plug-ins/gflare/gflare.c:4047 +#: plug-ins/gflare/gflare.c:4101 msgid "Shape of Second Flares" msgstr "Form des anderen Flare" -#: plug-ins/gflare/gflare.c:4056 plug-ins/imagemap/imap_circle.c:60 +#: plug-ins/gflare/gflare.c:4110 plug-ins/imagemap/imap_circle.c:60 #: plug-ins/imagemap/imap_menu.c:387 plug-ins/imagemap/imap_popup.c:135 msgid "Circle" msgstr "Kreis" -#: plug-ins/gflare/gflare.c:4072 plug-ins/imagemap/imap_menu.c:389 +#: plug-ins/gflare/gflare.c:4126 plug-ins/imagemap/imap_menu.c:389 #: plug-ins/imagemap/imap_polygon.c:69 plug-ins/imagemap/imap_popup.c:138 msgid "Polygon" msgstr "Polygon" -#: plug-ins/gflare/gflare.c:4131 +#: plug-ins/gflare/gflare.c:4185 msgid "Second Flares" msgstr "Zweites Flare" -#: plug-ins/gflare/gflare.c:4755 +#: plug-ins/gflare/gflare.c:4811 #, c-format msgid "Not found \"%s\": used \"%s\" instead" msgstr "\"%s\" nicht gefunden; Benutze \"%s\"." -#: plug-ins/gflare/gflare.c:4826 -msgid "More..." -msgstr "Mehr..." - #: plug-ins/gfli/gfli.c:427 plug-ins/gfli/gfli.c:466 plug-ins/gfli/gfli.c:713 #, c-format msgid "FLI: Can't open \"%s\"" @@ -11522,8 +11519,8 @@ msgstr "" "dann scheuen Sie sich nicht, mir das\n" "für das nächste Release zuzuschicken (vidar@prosalg.no)!\n" -#: plug-ins/gimpressionist/preview.c:117 plug-ins/gimpressionist/repaint.c:877 -#: plug-ins/gimpressionist/repaint.c:879 plug-ins/imagemap/imap_polygon.c:446 +#: plug-ins/gimpressionist/preview.c:117 plug-ins/gimpressionist/repaint.c:872 +#: plug-ins/imagemap/imap_polygon.c:446 msgid "Update" msgstr "Neu zeichnen" @@ -13196,6 +13193,12 @@ msgstr "Fehler: Kann XJT Eigenschaften-Datei %s nicht lesen" msgid "Error: XJT propertyfile %s is empty" msgstr "Fehler: XJT Eigenschaften-Datei %s ist leer" +#~ msgid "GIF save: Your comment string is too long.\n" +#~ msgstr "GIF speichern: Der Kommentar ist zu lang\n" + +#~ msgid "More..." +#~ msgstr "Mehr..." + #~ msgid "OK" #~ msgstr "OK" diff --git a/po-plug-ins/update.sh b/po-plug-ins/update.sh index 5bca4cd3f7..5350bb9ede 100755 --- a/po-plug-ins/update.sh +++ b/po-plug-ins/update.sh @@ -1,7 +1,7 @@ #!/bin/sh VERSION="1.2.5" -PACKAGE="gimp-std-plugins" +PACKAGE="gimp14-std-plugins" if [ "x$1" = "x--help" ]; then diff --git a/po-script-fu/ChangeLog b/po-script-fu/ChangeLog index 6687cc4e09..84374d8ad7 100644 --- a/po-script-fu/ChangeLog +++ b/po-script-fu/ChangeLog @@ -1,6 +1,12 @@ +2001-09-27 Sven Neumann + + * Makefile.in.in: different version for AM_GLIB_GNU_GETTEXT. + + * update.sh: changed package name to gimp14-script-fu. + 2001-09-17 Andras Timar - * hu.po: converted to UTF-8. + * hu.po: converted to UTF-8. 2001-08-29 Sven Neumann diff --git a/po-script-fu/Makefile.in.in b/po-script-fu/Makefile.in.in index c263b72913..b40512c363 100644 --- a/po-script-fu/Makefile.in.in +++ b/po-script-fu/Makefile.in.in @@ -1,12 +1,16 @@ # Makefile for program source directory in GNU NLS utilities package. -# Copyright (C) 1995-1997, 2000, 2001 by Ulrich Drepper +# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper # # This file file be copied and used freely without restrictions. It can # be used in projects which are not available under the GNU Public License # but which still want to provide support for the GNU gettext functionality. # Please note that the actual code is *not* freely available. +# +# - Modified by Owen Taylor to use GETTEXT_PACKAGE +# instead of PACKAGE and to look for po2tbl in ./ not in intl/ +# -PACKAGE = gimp-script-fu +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@-script-fu VERSION = @VERSION@ SHELL = /bin/sh @@ -14,27 +18,27 @@ SHELL = /bin/sh srcdir = @srcdir@ top_srcdir = @top_srcdir@ -top_builddir = .. VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ -datadir = @datadir@ +datadir = $(prefix)/@DATADIRNAME@ localedir = $(datadir)/locale -gettextsrcdir = $(datadir)/gettext/po -subdir = po-script-fu +gnulocaledir = $(prefix)/share/locale +gettextsrcdir = $(prefix)/share/gettext/po +subdir = po INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac` +MKINSTALLDIRS = $(top_srcdir)/@MKINSTALLDIRS@ CC = @CC@ -GMSGFMT = @GMSGFMT@ +GENCAT = @GENCAT@ +GMSGFMT = PATH=../src:$$PATH @GMSGFMT@ MSGFMT = @MSGFMT@ -XGETTEXT = @XGETTEXT@ +XGETTEXT = PATH=../src:$$PATH @XGETTEXT@ SXGETTEXT = $(srcdir)/script-fu-xgettext -MSGMERGE = msgmerge +MSGMERGE = PATH=../src:$$PATH msgmerge DEFS = @DEFS@ CFLAGS = @CFLAGS@ @@ -44,79 +48,131 @@ INCLUDES = -I.. -I$(top_srcdir)/intl COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) +SOURCES = cat-id-tbl.c POFILES = @POFILES@ GMOFILES = @GMOFILES@ -DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \ -$(POFILES) $(GMOFILES) +DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(GETTEXT_PACKAGE).pot \ +stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES) POTFILES = \ +POTSCRIPTS = \ + $(top_srcdir)/plug-ins/script-fu/scripts/*.scm \ + $(top_srcdir)/plug-ins/gap/sel-to-anim-img.scm \ + $(top_srcdir)/plug-ins/webbrowser/web-browser.scm + CATALOGS = @CATALOGS@ +CATOBJEXT = @CATOBJEXT@ +INSTOBJEXT = @INSTOBJEXT@ .SUFFIXES: -.SUFFIXES: .c .o .po .pox .gmo .mo +.SUFFIXES: .c .o .po .pox .gmo .mo .msg .cat .c.o: $(COMPILE) $< .po.pox: - $(MAKE) $(PACKAGE).pot - $(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox + $(MAKE) $(GETTEXT_PACKAGE).pot + $(MSGMERGE) $< $(srcdir)/$(GETTEXT_PACKAGE).pot -o $*.pox .po.mo: $(MSGFMT) -o $@ $< .po.gmo: file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \ - && rm -f $$file && $(GMSGFMT) --statistics -o $$file $< + && rm -f $$file && $(GMSGFMT) -o $$file $< + +.po.cat: + sed -f ../intl/po2msg.sed < $< > $*.msg \ + && rm -f $@ && $(GENCAT) $@ $*.msg all: all-@USE_NLS@ -all-yes: $(CATALOGS) +all-yes: cat-id-tbl.c $(CATALOGS) all-no: -# Note: Target 'all' must not depend on target '$(srcdir)/$(PACKAGE).pot', -# otherwise packages like GCC can not be built if only parts of the source -# have been downloaded. +$(srcdir)/$(GETTEXT_PACKAGE).pot: $(POTFILES) $(POTSCRIPTS) + $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \ + --add-comments --keyword=_ --keyword=N_ \ + --files-from=$(srcdir)/POTFILES.in \ + && $(SXGETTEXT) $(POTSCRIPTS) >> $(PACKAGE).po \ + && test ! -f $(GETTEXT_PACKAGE).po \ + || ( rm -f $(srcdir)/$(GETTEXT_PACKAGE).pot \ + && mv $(GETTEXT_PACKAGE).po $(srcdir)/$(GETTEXT_PACKAGE).pot ) -$(srcdir)/$(PACKAGE).pot: $(POTFILES) $(srcdir)/POTFILES.in - $(SXGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \ - --add-comments --keyword=_ --keyword=N_ \ - --files-from=$(srcdir)/POTFILES.in \ - && test ! -f $(PACKAGE).po \ - || ( rm -f $(srcdir)/$(PACKAGE).pot \ - && mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot ) +$(srcdir)/cat-id-tbl.c: stamp-cat-id; @: +$(srcdir)/stamp-cat-id: $(GETTEXT_PACKAGE).pot + rm -f cat-id-tbl.tmp + sed -f ../po/po2tbl.sed $(srcdir)/$(GETTEXT_PACKAGE).pot \ + | sed -e "s/@GETTEXT_PACKAGE NAME@/$(GETTEXT_PACKAGE)/" > cat-id-tbl.tmp + if cmp -s cat-id-tbl.tmp $(srcdir)/cat-id-tbl.c; then \ + rm cat-id-tbl.tmp; \ + else \ + echo cat-id-tbl.c changed; \ + rm -f $(srcdir)/cat-id-tbl.c; \ + mv cat-id-tbl.tmp $(srcdir)/cat-id-tbl.c; \ + fi + cd $(srcdir) && rm -f stamp-cat-id && echo timestamp > stamp-cat-id install: install-exec install-data install-exec: install-data: install-data-@USE_NLS@ - if test "$(PACKAGE)" = "gettext"; then \ - $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ +install-data-no: all +install-data-yes: all + if test -r "$(MKINSTALLDIRS)"; then \ + $(MKINSTALLDIRS) $(DESTDIR)$(datadir); \ + else \ + $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir); \ + fi + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ + case "$$cat" in \ + *.gmo) destdir=$(gnulocaledir);; \ + *) destdir=$(localedir);; \ + esac; \ + lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \ + dir=$(DESTDIR)$$destdir/$$lang/LC_MESSAGES; \ + if test -r "$(MKINSTALLDIRS)"; then \ + $(MKINSTALLDIRS) $$dir; \ + else \ + $(SHELL) $(top_srcdir)/mkinstalldirs $$dir; \ + fi; \ + if test -r $$cat; then \ + $(INSTALL_DATA) $$cat $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \ + echo "installing $$cat as $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT)"; \ + else \ + $(INSTALL_DATA) $(srcdir)/$$cat $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \ + echo "installing $(srcdir)/$$cat as" \ + "$$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT)"; \ + fi; \ + if test -r $$cat.m; then \ + $(INSTALL_DATA) $$cat.m $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m; \ + echo "installing $$cat.m as $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m"; \ + else \ + if test -r $(srcdir)/$$cat.m ; then \ + $(INSTALL_DATA) $(srcdir)/$$cat.m \ + $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m; \ + echo "installing $(srcdir)/$$cat as" \ + "$$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m"; \ + else \ + true; \ + fi; \ + fi; \ + done + if test "$(GETTEXT_PACKAGE)" = "gettext"; then \ + if test -r "$(MKINSTALLDIRS)"; then \ + $(MKINSTALLDIRS) $(DESTDIR)$(gettextsrcdir); \ + else \ + $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(gettextsrcdir); \ + fi; \ $(INSTALL_DATA) $(srcdir)/Makefile.in.in \ $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \ else \ : ; \ fi -install-data-no: all -install-data-yes: all - $(mkinstalldirs) $(DESTDIR)$(datadir) - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ - lang=`echo $$cat | sed 's/\.gmo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then \ - $(INSTALL_DATA) $$cat $(DESTDIR)$$dir/$(PACKAGE).mo; \ - echo "installing $$cat as $(DESTDIR)$$dir/$(PACKAGE).mo"; \ - else \ - $(INSTALL_DATA) $(srcdir)/$$cat $(DESTDIR)$$dir/$(PACKAGE).mo; \ - echo "installing $(srcdir)/$$cat as" \ - "$(DESTDIR)$$dir/$(PACKAGE).mo"; \ - fi; \ - done # Define this as empty until I found a useful application. installcheck: @@ -125,64 +181,60 @@ uninstall: catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ - lang=`echo $$cat | sed 's/\.gmo$$//'`; \ - rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE).mo; \ + lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \ + rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \ + rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m; \ + rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \ + rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m; \ done - if test "$(PACKAGE)" = "gettext"; then \ - rm -f $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \ - else \ - : ; \ - fi + rm -f $(DESTDIR)$(gettextsrcdir)/po-Makefile.in.in check: all +cat-id-tbl.o: ../intl/libgettext.h + dvi info tags TAGS ID: mostlyclean: - rm -f core core.* *.pox $(PACKAGE).po *.new.po + rm -f core core.* *.pox $(GETTEXT_PACKAGE).po *.old.po cat-id-tbl.tmp rm -fr *.o clean: mostlyclean distclean: clean - rm -f Makefile Makefile.in POTFILES *.mo + rm -f Makefile Makefile.in POTFILES *.mo *.msg *.cat *.cat.m maintainer-clean: distclean @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." rm -f $(GMOFILES) -distdir = ../$(PACKAGE)-$(VERSION)/$(subdir) -dist distdir: - $(MAKE) update-po - @$(MAKE) dist2 -# This is a separate target because 'update-po' must be executed before. -dist2: $(DISTFILES) +distdir = ../$(GETTEXT_PACKAGE)-$(VERSION)/$(subdir) +dist distdir: update-po $(DISTFILES) dists="$(DISTFILES)"; \ for file in $$dists; do \ - cp -p $(srcdir)/$$file $(distdir); \ + ln $(srcdir)/$$file $(distdir) 2> /dev/null \ + || cp -p $(srcdir)/$$file $(distdir); \ done update-po: Makefile - $(MAKE) $(PACKAGE).pot - if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; fi; \ + $(MAKE) $(GETTEXT_PACKAGE).pot + PATH=`pwd`/../src:$$PATH; \ cd $(srcdir); \ - catalogs='$(GMOFILES)'; \ + catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ - lang=`echo $$cat | sed 's/\.gmo$$//'`; \ + lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \ + mv $$lang.po $$lang.old.po; \ echo "$$lang:"; \ - if $(MSGMERGE) $$lang.po $(PACKAGE).pot -o $$lang.new.po; then \ - mv -f $$lang.new.po $$lang.po; \ + if $(MSGMERGE) $$lang.old.po $(GETTEXT_PACKAGE).pot -o $$lang.po; then \ + rm -f $$lang.old.po; \ else \ echo "msgmerge for $$cat failed!"; \ - rm -f $$lang.new.po; \ + rm -f $$lang.po; \ + mv $$lang.old.po $$lang.po; \ fi; \ done - $(MAKE) update-gmo - -update-gmo: Makefile $(GMOFILES) - @: POTFILES: POTFILES.in ( if test 'x$(srcdir)' != 'x.'; then \ diff --git a/po-script-fu/de.po b/po-script-fu/de.po index bdb964c55a..6bc68d5f0d 100644 --- a/po-script-fu/de.po +++ b/po-script-fu/de.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.2.2\n" -"POT-Creation-Date: 2001-08-29 22:51+0200\n" +"POT-Creation-Date: 2001-09-27 16:28+0200\n" "PO-Revision-Date: 2001-06-22 14:41+0200\n" "Last-Translator: Sven Neumann \n" "Language-Team: German \n" @@ -849,7 +849,8 @@ msgid "Base Color" msgstr "Grundfarbe" #: plug-ins/script-fu/scripts/trochoid.scm:0 -msgid "Base Radius (pixel)" +#, fuzzy +msgid "Base Radius (pixels)" msgstr "Grundradius (Pixel)" #: plug-ins/script-fu/scripts/rendermap.scm:0 diff --git a/po-script-fu/update.sh b/po-script-fu/update.sh index 6e45471292..23c51e5d06 100755 --- a/po-script-fu/update.sh +++ b/po-script-fu/update.sh @@ -1,6 +1,6 @@ #!/bin/sh -PACKAGE="gimp-script-fu" +PACKAGE="gimp14-script-fu" if [ "x$1" = "x--help" ]; then diff --git a/po/.cvsignore b/po/.cvsignore index 95a7e91edd..8b792f341e 100644 --- a/po/.cvsignore +++ b/po/.cvsignore @@ -8,3 +8,4 @@ cat-id-tbl.c *.pot stamp-cat-id messages +po2tbl.sed diff --git a/po/ChangeLog b/po/ChangeLog index fc6998719b..12b14761cc 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,12 @@ +2001-09-27 Sven Neumann + + * Makefile.in.in: different version for AM_GLIB_GNU_GETTEXT. + + * POTFILES.in: resync with new file locations. + + * update.pl + * update.sh: changed package name to gimp14. + 2001-09-17 Sven Neumann * fr.po: changed gimp_conseils.fr.txt to gimp_tips.fr.txt. diff --git a/po/POTFILES.in b/po/POTFILES.in index 11ff5e19d2..161abe28d1 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -3,18 +3,14 @@ app/app_procs.c app/devices.c -app/disp_callbacks.c app/docindex.c app/file-open.c app/file-save.c app/floating_sel.c -app/gdisplay.c app/gdisplay_color_ui.c -app/gdisplay_ops.c app/gimphelp.c app/gimpprogress.c app/gimprc.c -app/interface.c app/main.c app/module_db.c app/nav_window.c @@ -41,6 +37,11 @@ app/core/gimppalette.c app/core/gimppattern.c app/core/gimpunit.c +app/display/gimpdisplay-callbacks.c +app/display/gimpdisplay-ops.c +app/display/gimpdisplay.c +app/display/gimpdisplayshell.c + app/gui/about-dialog.c app/gui/brush-editor.c app/gui/brush-select.c diff --git a/po/de.po b/po/de.po index b939258bb5..7d3b7b2834 100644 --- a/po/de.po +++ b/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.2.1\n" -"POT-Creation-Date: 2001-08-29 22:44+0200\n" +"POT-Creation-Date: 2001-09-27 16:29+0200\n" "PO-Revision-Date: 2001-04-10 20:04+02:00\n" "Last-Translator: Sven Neumann \n" "Language-Team: German \n" @@ -15,11 +15,11 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: app/app_procs.c:114 +#: app/app_procs.c:115 msgid "The GIMP is not properly installed for the current user\n" msgstr "GIMP ist für den aktuellen Benutzer nicht richtig installiert\n" -#: app/app_procs.c:115 +#: app/app_procs.c:116 msgid "" "User installation was skipped because the '--nointerface' flag was " "encountered\n" @@ -27,7 +27,7 @@ msgstr "" "Benutzerinstallation wurde übersprungen, weil '--nointerface' übergeben " "wurde\n" -#: app/app_procs.c:116 +#: app/app_procs.c:117 msgid "" "To perform user installation, run the GIMP without the '--nointerface' flag\n" msgstr "" @@ -38,7 +38,7 @@ msgstr "" #. * We need to do this first because any of the init #. * procedures might install or query it as needed. #. -#: app/app_procs.c:162 +#: app/app_procs.c:163 msgid "Procedural Database" msgstr "Prozedurdatenbank" @@ -56,12 +56,7 @@ msgstr "Vordergrund" msgid "Background: %d, %d, %d" msgstr "Hintergrund" -#: app/core/gimpedit.c:176 app/core/gimpedit.c:182 app/core/gimpedit.c:258 -#: app/disp_callbacks.c:873 -msgid "Pasted Layer" -msgstr "Eingefügte Ebene" - -#: app/docindex.c:126 +#: app/docindex.c:127 msgid "" "Open the selected entry\n" " Raise window if already open\n" @@ -71,7 +66,7 @@ msgstr "" " Fenster anheben wenn bereits geöffnet\n" " Bild Öffnen-Dialog" -#: app/docindex.c:132 +#: app/docindex.c:133 msgid "" "Move the selected entry up in the index\n" " To top" @@ -79,7 +74,7 @@ msgstr "" "Bewege den ausgewählten Eintrag nach oben\n" " Ganz nach oben" -#: app/docindex.c:137 +#: app/docindex.c:138 msgid "" "Move the selected entry down in the index\n" " To bottom" @@ -87,11 +82,11 @@ msgstr "" "Bewege den ausgewählten Eintrag nach unten\n" " Ganz nach unten" -#: app/docindex.c:142 +#: app/docindex.c:143 msgid "Remove the selected entry from the index" msgstr "Entferne den ausgewählten Eintrag aus der Liste" -#: app/docindex.c:787 +#: app/docindex.c:788 msgid "Document Index" msgstr "Dokumentenindex" @@ -149,7 +144,7 @@ msgstr "" "Sichern fehlgeschlagen.\n" "%s: Zugriff verweigert." -#: app/file-save.c:249 app/gui/file-commands.c:171 +#: app/file-save.c:249 app/gui/file-commands.c:172 #, c-format msgid "" "Save failed.\n" @@ -176,33 +171,8 @@ msgstr "" "schwebenden Auswahl erzeugen, da sie zu einer\n" "Ebenenmaske oder einer einem Kanal gehört." -#: app/gdisplay.c:319 -msgid "RGB-empty" -msgstr "RGB leer" - -#: app/core/gimpimage-new.c:53 app/gdisplay.c:319 -#: app/gui/preferences-dialog.c:1732 -msgid "RGB" -msgstr "RGB" - -#: app/gdisplay.c:322 -msgid "grayscale-empty" -msgstr "Graustufen leer" - -#: app/gdisplay.c:322 -msgid "grayscale" -msgstr "Graustufen" - -#: app/gdisplay.c:325 -msgid "indexed-empty" -msgstr "indiziert leer" - -#: app/gdisplay.c:325 -msgid "indexed" -msgstr "indiziert" - -#: app/gdisplay_color_ui.c:146 app/gui/colormap-dialog.c:378 -#: app/tools/gimpbycolorselecttool.c:891 +#: app/gdisplay_color_ui.c:146 app/gui/colormap-dialog.c:376 +#: app/tools/gimpbycolorselecttool.c:892 msgid "Add" msgstr "Hinzufügen" @@ -234,15 +204,6 @@ msgstr "Verfügbare Filter" msgid "Active Filters" msgstr "Aktive Filter" -#: app/gdisplay_ops.c:305 -#, c-format -msgid "" -"Changes were made to %s.\n" -"Close anyway?" -msgstr "" -"An %s wurden Veränderungen vorgenommen.\n" -"Trotzdem schließen?" - #: app/gimphelp.c:194 msgid "Could not find GIMP Help Browser" msgstr "Konnte GIMP Hilfe-Browser nicht finden" @@ -261,63 +222,58 @@ msgstr "" msgid "Use Netscape instead" msgstr "Benutze stattdessen Netscape" -#: app/gimpprogress.c:119 +#: app/gimpprogress.c:120 msgid "Progress" msgstr "Fortschritt" -#: app/gimpprogress.c:135 app/gimpprogress.c:182 +#: app/gimpprogress.c:136 app/gimpprogress.c:183 msgid "Please wait..." msgstr "Bitte warten..." -#: app/gimprc.c:502 app/gui/gui.c:188 app/gui/gui.c:199 +#: app/gimprc.c:500 app/gui/gui.c:193 app/gui/gui.c:204 #, c-format msgid "parsing \"%s\"\n" msgstr "bearbeite \"%s\"\n" -#: app/gimprc.c:519 +#: app/gimprc.c:517 #, c-format msgid "error parsing: \"%s\"\n" msgstr "Fehler bei Bearbeitung von: \"%s\"\n" -#: app/gimprc.c:520 +#: app/gimprc.c:518 #, c-format msgid " at line %d column %d\n" msgstr " in Zeile %d Spalte %d\n" -#: app/gimprc.c:521 +#: app/gimprc.c:519 #, c-format msgid " unexpected token: %s\n" msgstr " unerwartetes Symbol: %s\n" -#: app/gimprc.c:1501 +#: app/gimprc.c:1499 msgid "error parsing pluginrc" msgstr "Fehler beim Lesen der pluginrc" -#: app/gimprc.c:3199 +#: app/gimprc.c:3197 #, c-format msgid "Can't open %s; %s" msgstr "Kann %s nicht öffnen; %s" -#: app/gimprc.c:3218 +#: app/gimprc.c:3216 #, c-format msgid "Can't rename %s to %s.old; %s" msgstr "Kann %s nicht in %s.old umbenennen; %s" -#: app/gimprc.c:3224 +#: app/gimprc.c:3222 #, c-format msgid "Couldn't reopen %s\n" msgstr "Konnte %s nicht wieder öffnen\n" -#: app/gimprc.c:3236 +#: app/gimprc.c:3234 #, c-format msgid "Can't write to %s; %s" msgstr "Kann nicht in %s schreiben; %s" -#. the cancel button -#: app/interface.c:507 -msgid "Cancel" -msgstr "Abbrechen" - #: app/main.c:274 #, fuzzy, c-format msgid "" @@ -498,8 +454,8 @@ msgstr "nur im Speicher" msgid "nowhere (click 'refresh')" msgstr "nirgends ('Auffrischen' klicken)" -#: app/module_db.c:925 app/tools/gimpcurvestool.c:805 -#: app/tools/gimplevelstool.c:694 +#: app/module_db.c:925 app/tools/gimpcurvestool.c:817 +#: app/tools/gimplevelstool.c:695 msgid "Load" msgstr "Öffnen" @@ -539,47 +495,47 @@ msgstr "Status:" msgid "Autoload during startup" msgstr "Automatisch beim Start laden" -#: app/nav_window.c:372 +#: app/nav_window.c:373 msgid "Navigation: No Image" msgstr "Navigation: Kein Bild" -#: app/nav_window.c:652 +#: app/nav_window.c:653 #, c-format msgid "Navigation: %s-%d.%d" msgstr "Navigation: %s-%d.%d" -#: app/plug_in.c:344 +#: app/plug_in.c:346 msgid "Resource configuration" msgstr "Ressourcen Konfiguration" -#: app/plug_in.c:351 +#: app/plug_in.c:353 msgid "Plug-ins" msgstr "Plugins" -#: app/plug_in.c:364 +#: app/plug_in.c:366 #, c-format msgid "query plug-in: \"%s\"\n" msgstr "Frage Plugin: \"%s\" ab\n" -#: app/plug_in.c:402 +#: app/plug_in.c:404 #, c-format msgid "writing \"%s\"\n" msgstr "schreibe \"%s\"\n" -#: app/plug_in.c:417 +#: app/plug_in.c:419 msgid "Starting extensions: " msgstr "Starte Erweiterung: " -#: app/plug_in.c:419 +#: app/plug_in.c:421 msgid "Extensions" msgstr "Erweiterungen" -#: app/plug_in.c:870 +#: app/plug_in.c:872 #, c-format msgid "Unable to locate Plug-In: \"%s\"" msgstr "Kann Plugin \"%s\" nicht finden" -#: app/plug_in.c:1503 +#: app/plug_in.c:1504 #, c-format msgid "" "Plug-In crashed: \"%s\"\n" @@ -596,204 +552,204 @@ msgstr "" "durcheinander gebracht. Am besten speichern Sie\n" "Ihre Bilder jetzt ab und starten GIMP neu." -#: app/qmask.c:288 +#: app/qmask.c:289 #, fuzzy msgid "Edit Qmask Color" msgstr "QMask Attribute ändern" -#: app/qmask.c:295 +#: app/qmask.c:296 msgid "Edit Qmask Attributes" msgstr "QMask Attribute ändern" -#: app/qmask.c:335 +#: app/qmask.c:336 msgid "Mask Opacity:" msgstr "Maskendeckkraft:" -#: app/undo.c:2886 +#: app/undo.c:2884 #, c-format msgid "Can't undo %s" msgstr "Kann %s nicht rückgängig machen" -#: app/undo.c:2917 +#: app/undo.c:2915 msgid "<>" msgstr "<>" -#: app/undo.c:2918 +#: app/undo.c:2916 msgid "image" msgstr "Bild" -#: app/undo.c:2919 +#: app/undo.c:2917 msgid "image mod" msgstr "Bildänderung" -#: app/undo.c:2920 +#: app/undo.c:2918 msgid "mask" msgstr "Maske" -#: app/undo.c:2921 +#: app/undo.c:2919 msgid "layer move" msgstr "Ebene verschieben" #. ok -#: app/undo.c:2922 +#: app/undo.c:2920 msgid "transform" msgstr "Transformation" -#: app/undo.c:2923 +#: app/undo.c:2921 msgid "paint" msgstr "Zeichnen" -#: app/undo.c:2924 +#: app/undo.c:2922 msgid "new layer" msgstr "Ebene anlegen" -#: app/undo.c:2925 +#: app/undo.c:2923 msgid "delete layer" msgstr "Ebene löschen" -#: app/undo.c:2926 +#: app/undo.c:2924 msgid "layer mod" msgstr "Ebenenänderung" -#: app/undo.c:2927 +#: app/undo.c:2925 msgid "add layer mask" msgstr "Ebenenmaske hinzufügen" #. ok -#: app/undo.c:2928 +#: app/undo.c:2926 msgid "delete layer mask" msgstr "Ebenenmaske löschen" #. ok -#: app/undo.c:2929 +#: app/undo.c:2927 msgid "rename layer" msgstr "Ebene umbenennen" -#: app/undo.c:2930 +#: app/undo.c:2928 msgid "layer reposition" msgstr "Ebene repositionieren" #. ok -#: app/undo.c:2931 +#: app/undo.c:2929 msgid "new channel" msgstr "Neuer Kanal" -#: app/undo.c:2932 +#: app/undo.c:2930 msgid "delete channel" msgstr "Kanal löschen" -#: app/undo.c:2933 +#: app/undo.c:2931 msgid "channel mod" msgstr "Kanaländerung" -#: app/undo.c:2934 +#: app/undo.c:2932 msgid "FS to layer" msgstr "Schwebende Auswahl -> Ebene" #. ok -#: app/undo.c:2935 +#: app/undo.c:2933 msgid "gimage" msgstr "Bild" -#: app/undo.c:2936 +#: app/undo.c:2934 msgid "FS rigor" msgstr "Schwebende Auswahl zeigen" -#: app/undo.c:2937 +#: app/undo.c:2935 msgid "FS relax" msgstr "Schwebende Auswahl verstecken" -#: app/undo.c:2938 +#: app/undo.c:2936 msgid "guide" msgstr "Hilfslinie" -#: app/undo.c:2939 +#: app/undo.c:2937 msgid "text" msgstr "Text" -#: app/undo.c:2940 +#: app/undo.c:2938 msgid "float selection" msgstr "Auswahl -> schwebend" -#: app/undo.c:2941 +#: app/undo.c:2939 msgid "paste" msgstr "Einfügen" -#: app/undo.c:2942 +#: app/undo.c:2940 msgid "cut" msgstr "Ausschneiden" -#: app/undo.c:2943 +#: app/undo.c:2941 msgid "transform core" msgstr "Transformation" -#: app/undo.c:2944 +#: app/undo.c:2942 msgid "paint core" msgstr "Zeichenwerkzeug" -#: app/undo.c:2945 +#: app/undo.c:2943 msgid "floating layer" msgstr "Schwebende Ebene" #. unused! -#: app/undo.c:2946 +#: app/undo.c:2944 msgid "linked layer" msgstr "Ebene verbinden" -#: app/undo.c:2947 +#: app/undo.c:2945 msgid "apply layer mask" msgstr "Ebenenmaske anwenden" #. ok -#: app/undo.c:2948 +#: app/undo.c:2946 msgid "layer merge" msgstr "Ebenen vereinen" -#: app/undo.c:2949 +#: app/undo.c:2947 msgid "FS anchor" msgstr "Schwebende Auswahl verankern" -#: app/undo.c:2950 +#: app/undo.c:2948 msgid "gimage mod" msgstr "Bildänderung" -#: app/undo.c:2951 +#: app/undo.c:2949 msgid "crop" msgstr "Zuschneiden" -#: app/undo.c:2952 +#: app/undo.c:2950 msgid "layer scale" msgstr "Ebene skalieren" -#: app/undo.c:2953 +#: app/undo.c:2951 msgid "layer resize" msgstr "Ebenengröße ändern" -#: app/undo.c:2954 +#: app/undo.c:2952 msgid "quickmask" msgstr "QMask" -#: app/undo.c:2955 +#: app/undo.c:2953 msgid "attach parasite" msgstr "Parasit zuweisen" -#: app/undo.c:2956 +#: app/undo.c:2954 msgid "remove parasite" msgstr "Parasit entfernen" -#: app/undo.c:2957 +#: app/undo.c:2955 msgid "resolution change" msgstr "Auflösung ändern" -#: app/undo.c:2958 +#: app/undo.c:2956 msgid "image scale" msgstr "Bild skalieren" -#: app/undo.c:2959 +#: app/undo.c:2957 msgid "image resize" msgstr "Bildgröße ändern" -#: app/undo.c:2960 +#: app/undo.c:2958 msgid "misc" msgstr "Verschiedenes" @@ -814,7 +770,7 @@ msgstr "Rückgängig" msgid "Redo" msgstr "Wiederholen" -#: app/user_install.c:127 +#: app/user_install.c:128 msgid "" "The gimprc is used to store personal preferences\n" "that affect GIMP's default behavior.\n" @@ -827,7 +783,7 @@ msgstr "" "Auch die Suchpfade für Pinsel, Paletten, Farbverläufe,\n" "Muster, Plugins und Module können hier konfiguriert werden." -#: app/user_install.c:135 +#: app/user_install.c:136 msgid "" "GIMP uses an additional gtkrc file so you can\n" "configure it to look differently than other GTK apps." @@ -835,7 +791,7 @@ msgstr "" "GIMP benutzt eine zusätzliche gtkrc\n" "für GIMP-spezifische Oberflächen-Einstellungen." -#: app/user_install.c:140 +#: app/user_install.c:141 msgid "" "Plug-ins and extensions are external programs run\n" "by the GIMP which provide additional functionality.\n" @@ -852,7 +808,7 @@ msgstr "" "Diese Datei sollte nur von GIMP gelesen und nicht\n" "bearbeitet werden." -#: app/user_install.c:149 +#: app/user_install.c:150 msgid "" "Key shortcuts can be dynamically redefined in The GIMP.\n" "The menurc is a dump of your configuration so it can.\n" @@ -869,7 +825,7 @@ msgstr "" "Wird diese Datei gelöscht, so wird die Standard\n" "Tastaturbelegung wiederhergestellt." -#: app/user_install.c:158 +#: app/user_install.c:159 msgid "" "The sessionrc is used to store what dialog windows were\n" "open the last time you quit The GIMP. You can configure\n" @@ -880,7 +836,7 @@ msgstr "" "GIMP so konfigurieren, daß diese Dialoge beim Start an der\n" "gesicherten Position wieder geöffnet werden." -#: app/user_install.c:164 +#: app/user_install.c:165 msgid "" "The unitrc is used to store your user units database.\n" "You can define additional units and use them just\n" @@ -894,7 +850,7 @@ msgstr "" "Millimeter, Punkt und Pica benutzen. Diese Datei wird\n" "jedesmal überschrieben, wenn Sie GIMP beenden." -#: app/user_install.c:172 +#: app/user_install.c:173 msgid "" "This is a subdirectory which can be used to store\n" "user defined brushes. The default gimprc file\n" @@ -908,7 +864,7 @@ msgstr "" "zum systemweiten Pinselinstallation durchsucht, wenn nach\n" "Pinseln gesucht wird." -#: app/user_install.c:180 +#: app/user_install.c:181 msgid "" "This is a subdirectory which is used to store brushes\n" "that are created with the brush editor. The default\n" @@ -920,7 +876,7 @@ msgstr "" "Entsprechend der Standard gimprc wird dieses Verzeichnis\n" "durchsucht, wenn nach erzeugten Pinsel gesucht wird." -#: app/user_install.c:187 +#: app/user_install.c:188 msgid "" "This is a subdirectory which can be used to store\n" "user defined gradients. The default gimprc file\n" @@ -934,7 +890,7 @@ msgstr "" "zusätzlich zur systemweiten Verlaufsinstallation durchsucht,\n" "wenn nach Farbverläufen gesucht wird." -#: app/user_install.c:195 +#: app/user_install.c:196 msgid "" "This is a subdirectory which can be used to store\n" "user defined palettes. The default gimprc file\n" @@ -953,7 +909,7 @@ msgstr "" "Systempaletten hierher kopiert, damit Änderungen an den\n" "Paletten während der Ausführung von GIMP erhalten bleiben." -#: app/user_install.c:206 +#: app/user_install.c:207 msgid "" "This is a subdirectory which can be used to store\n" "user defined patterns. The default gimprc file\n" @@ -967,7 +923,7 @@ msgstr "" "systemweiten Musterinstallation durchsucht, wenn nach\n" "Füllmustern gesucht wird." -#: app/user_install.c:214 +#: app/user_install.c:215 msgid "" "This is a subdirectory which can be used to store\n" "user created, temporary, or otherwise non-system-\n" @@ -982,7 +938,7 @@ msgstr "" "systemweiten Pluginverzeichnis durchsucht, wenn nach\n" "Plugins gesucht wird." -#: app/user_install.c:222 +#: app/user_install.c:223 msgid "" "This subdirectory can be used to store user created,\n" "temporary, or otherwise non-system-supported DLL\n" @@ -997,7 +953,7 @@ msgstr "" "zusätzlich zum systemweiten Modulverzeichnis durchsucht,\n" "wenn nach Modulen gesucht wird." -#: app/user_install.c:230 +#: app/user_install.c:231 msgid "" "This subdirectory is used by the GIMP to store user\n" "created and installed scripts. The default gimprc file\n" @@ -1010,7 +966,7 @@ msgstr "" "systemweiten Skriptverzeichnis durchsucht, wenn nach\n" "Skripten gesucht wird." -#: app/user_install.c:237 +#: app/user_install.c:238 msgid "" "This subdirectory is used by the GIMP to temporarily\n" "store undo buffers to reduce memory usage. If GIMP is\n" @@ -1026,7 +982,7 @@ msgstr "" "andere GIMP-Session nutzlos und können bedenkenlos\n" "entfernt werden." -#: app/user_install.c:245 +#: app/user_install.c:246 msgid "" "This subdirectory is used to store parameter files for\n" "the Curves tool." @@ -1034,7 +990,7 @@ msgstr "" "Dieses Unterverzeichnis wird von GIMP verwendet, um\n" "Parameter-Dateien für das Kurven-Werkzeug zu speichern." -#: app/user_install.c:250 +#: app/user_install.c:251 msgid "" "This subdirectory is used to store parameter files for\n" "the Levels tool." @@ -1042,7 +998,7 @@ msgstr "" "Dieses Unterverzeichnis wird von GIMP verwendet, um\n" "Parameter-Dateien für das Werte-Werkzeug zu speichern." -#: app/user_install.c:255 +#: app/user_install.c:256 msgid "" "This is a subdirectory which can be used to store\n" "user defined fractals to be used by the FractalExplorer\n" @@ -1057,7 +1013,7 @@ msgstr "" "systemweiten Fraktalinstallation durchsucht, wenn nach\n" "Fraktalen gesucht wird." -#: app/user_install.c:263 +#: app/user_install.c:264 msgid "" "This is a subdirectory which can be used to store\n" "user defined figures to be used by the GFig plug-in.\n" @@ -1072,7 +1028,7 @@ msgstr "" "Installation durchsucht, wenn nach GFig Figuren gesucht\n" "wird." -#: app/user_install.c:271 +#: app/user_install.c:272 msgid "" "This is a subdirectory which can be used to store\n" "user defined gflares to be used by the GFlare plug-in.\n" @@ -1086,7 +1042,7 @@ msgstr "" "wird dieses Verzeichnis zusätzlich zur systemweiten GFlare\n" "Installation durchsucht, wenn nach GFlares gesucht wird." -#: app/user_install.c:279 +#: app/user_install.c:280 msgid "" "This is a subdirectory which can be used to store\n" "user defined data to be used by the Gimpressionist\n" @@ -1100,7 +1056,7 @@ msgstr "" "dieses Verzeichnis zusätzlich zur systemweiten Gimpressionst\n" "Installation durchsucht, wenn nach Daten gesucht wird." -#: app/user_install.c:337 +#: app/user_install.c:338 msgid "" "Please wait while your personal\n" "GIMP directory is being created..." @@ -1108,15 +1064,15 @@ msgstr "" "Bitte warten Sie, während Ihr persönliches\n" "GIMP-Verzeichnis erstellt wird..." -#: app/user_install.c:525 +#: app/user_install.c:526 msgid "GIMP User Installation" msgstr "GIMP Benutzerinstallation" -#: app/user_install.c:530 +#: app/user_install.c:531 msgid "Continue" msgstr "Weiter" -#: app/user_install.c:658 +#: app/user_install.c:659 msgid "" "Welcome to\n" "The GIMP User Installation" @@ -1124,13 +1080,13 @@ msgstr "" "Willkommen zur\n" "GIMP Benutzerinstallation" -#: app/user_install.c:660 +#: app/user_install.c:661 msgid "Click \"Continue\" to enter the GIMP user installation." msgstr "" "Drücken Sie \"Weiter\" um die\n" "GIMP Benutzerinstallation zu starten." -#: app/user_install.c:664 +#: app/user_install.c:665 msgid "" "The GIMP - GNU Image Manipulation Program\n" "Copyright (C) 1995-2000\n" @@ -1140,7 +1096,7 @@ msgstr "" "Copyright (C) 1995-2000\n" "Spencer Kimball, Peter Mattis und das GIMP Entwicklerteam" -#: app/user_install.c:673 +#: app/user_install.c:674 msgid "" "This program is free software; you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -1153,7 +1109,7 @@ msgstr "" "modifizieren, entweder unter Version 2 der Lizenz oder (wenn\n" "Sie es wünschen) jeder späteren Version." -#: app/user_install.c:678 +#: app/user_install.c:679 msgid "" "This program is distributed in the hope that it will be useful,\n" "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" @@ -1166,7 +1122,7 @@ msgstr "" "der MARKTREIFE oder der EIGNUNG FÜR EINEN BESTIMMTEN ZWECK.\n" "Details finden Sie in der GNU General Public License." -#: app/user_install.c:683 +#: app/user_install.c:684 msgid "" "You should have received a copy of the GNU General Public License\n" "along with this program; if not, write to the Free Software\n" @@ -1178,17 +1134,17 @@ msgstr "" "an die Free Software Foundation, Inc., 59 Temple Place - Suite 330,\n" "Boston, MA 02111-1307, USA." -#: app/user_install.c:709 +#: app/user_install.c:710 msgid "Personal GIMP Directory" msgstr "Persönliches GIMP Verzeichnis" -#: app/user_install.c:710 +#: app/user_install.c:711 msgid "Click \"Continue\" to create your personal GIMP directory." msgstr "" "Drücken Sie \"Weiter\" um Ihr\n" "persönliches GIMP-Verzeichnis anzulegen." -#: app/user_install.c:729 +#: app/user_install.c:730 #, c-format msgid "" "For a proper GIMP installation, a subdirectory named\n" @@ -1197,7 +1153,7 @@ msgstr "" "Für die GIMP Benutzerinstallation muß ein Verzeichnis\n" "namens %s erstellt werden." -#: app/user_install.c:735 +#: app/user_install.c:736 msgid "" "This subdirectory will contain a number of important files.\n" "Click on one of the files or subdirectories in the tree\n" @@ -1207,33 +1163,33 @@ msgstr "" "enthalten. Wählen Sie eine der Dateien oder Verzeichnisse aus\n" "der Liste aus, um mehr Informationen zu erhalten." -#: app/user_install.c:819 +#: app/user_install.c:820 msgid "User Installation Log" msgstr "Benutzerinstallation Logbuch" -#: app/user_install.c:825 +#: app/user_install.c:826 msgid "GIMP Performance Tuning" msgstr "Spoiler und Zierleisten" -#: app/user_install.c:826 +#: app/user_install.c:827 msgid "Click \"Continue\" to accept the settings above." msgstr "Drücken Sie \"Weiter\" um die Einstellungen zu übernehmen." -#: app/user_install.c:829 +#: app/user_install.c:830 msgid "For optimal GIMP performance, some settings may have to be adjusted." msgstr "" "Für optimale Arbeitleistung könnte es erforderlich sein, einige\n" "Einstellungen vorzunehmen." -#: app/user_install.c:838 +#: app/user_install.c:839 msgid "Monitor Resolution" msgstr "Bildschirmauflösung" -#: app/user_install.c:839 +#: app/user_install.c:840 msgid "Click \"Continue\" to start The GIMP." msgstr "Drücken Sie \"Weiter\" um GIMP zu starten." -#: app/user_install.c:842 +#: app/user_install.c:843 msgid "" "To display images in their natural size, GIMP needs to know your monitor " "resolution." @@ -1241,21 +1197,21 @@ msgstr "" "Um Bilder in ihrer natürlichen Größe darzustellen, muß GIMP\n" "die Auflösung Ihres Bildschirms kennen." -#: app/user_install.c:851 +#: app/user_install.c:852 msgid "Aborting Installation..." msgstr "" "Die Existenz wie Sie sie kennen\n" "ist beendet!" -#: app/user_install.c:921 +#: app/user_install.c:922 msgid "does not exist. Cannot install." msgstr "existiert nicht. Kann nicht installieren." -#: app/user_install.c:933 +#: app/user_install.c:934 msgid "has invalid permissions. Cannot install." msgstr "hat falsche Zugriffsrechte. Kann nicht installieren." -#: app/user_install.c:973 +#: app/user_install.c:974 msgid "" "Did you notice any error messages in the console window?\n" "If not, installation was successful!\n" @@ -1266,7 +1222,7 @@ msgstr "" "Ansonsten beenden Sie die Installation und suchen Sie nach der möglichen " "Fehlerursache..." -#: app/user_install.c:1028 +#: app/user_install.c:1029 msgid "" "Did you notice any error messages in the lines above?\n" "If not, installation was successful!\n" @@ -1277,15 +1233,15 @@ msgstr "" "Ansonsten beenden Sie die Installation und suchen Sie nach der möglichen " "Fehlerursache..." -#: app/user_install.c:1040 +#: app/user_install.c:1041 msgid "Click \"Continue\" to complete GIMP installation." msgstr "Drücken Sie \"Weiter\" um die GIMP-Installation abzuschliessen." -#: app/user_install.c:1045 +#: app/user_install.c:1046 msgid "Installation failed. Contact system administrator." msgstr "Installation fehlgeschlagen. Wenden Sie sich an den Systemverwalter." -#: app/user_install.c:1066 +#: app/user_install.c:1067 msgid "" "GIMP uses a limited amount of memory to store image data, the so-called\n" "\"Tile Cache\". You should adjust its size to fit into memory. Consider\n" @@ -1296,11 +1252,11 @@ msgstr "" "in den Arbeitsspeicher passt. Bedenken Sie dabei die Menge an\n" "Arbeitsspeicher, die bereits von anderen Programmen benutzt wird." -#: app/gui/preferences-dialog.c:2349 app/user_install.c:1080 +#: app/gui/preferences-dialog.c:2350 app/user_install.c:1081 msgid "Tile Cache Size:" msgstr "Größe des Datenspeichers:" -#: app/user_install.c:1091 +#: app/user_install.c:1092 msgid "" "All image and undo data which doesn't fit into the Tile Cache will be\n" "written to a swap file. This file should be located on a local filesystem\n" @@ -1313,15 +1269,15 @@ msgstr "" "Unter UNIX ist das systemweite temporäre Verzeichnis eine gute Wahl\n" "(meist \"/tmp\" oder \"/var/tmp\")." -#: app/gui/preferences-dialog.c:2651 app/user_install.c:1100 +#: app/gui/preferences-dialog.c:2652 app/user_install.c:1101 msgid "Select Swap Dir" msgstr "Auslagerverzeichnis wählen" -#: app/user_install.c:1106 +#: app/user_install.c:1107 msgid "Swap Directory:" msgstr "Auslagerungsverzeichnis:" -#: app/user_install.c:1142 +#: app/user_install.c:1143 msgid "" "GIMP can obtain this information from the windowing system.\n" "However, usually this does not give useful values." @@ -1329,34 +1285,34 @@ msgstr "" "GIMP kann diese Information vom Fenstersystem erfragen.\n" "Allerdings liefern die wenigsten Systeme hier vernünftige Werte." -#: app/user_install.c:1149 +#: app/user_install.c:1150 #, c-format msgid "Get Resolution from windowing system (Currently %d x %d dpi)" msgstr "Auflösung vom Fenstersystem beziehen (zur Zeit %d x %d dpi)" -#: app/user_install.c:1163 +#: app/user_install.c:1164 msgid "Alternatively, you can set the monitor resolution manually." msgstr "Alternativ können Sie die Bildschirmauflösung von Hand einstellen." -#: app/gui/file-new-dialog.c:447 app/gui/preferences-dialog.c:1630 -#: app/gui/preferences-dialog.c:1669 app/user_install.c:1169 +#: app/gui/file-new-dialog.c:446 app/gui/preferences-dialog.c:1634 +#: app/gui/preferences-dialog.c:1673 app/user_install.c:1170 msgid "Pixels" msgstr "Pixel" -#: app/user_install.c:1176 +#: app/user_install.c:1177 msgid "Monitor Resolution X:" msgstr "Bildschirmauflösung X:" -#: app/gui/file-new-dialog.c:522 app/gui/info-window.c:198 +#: app/gui/file-new-dialog.c:521 app/gui/info-window.c:198 #: app/gui/offset-dialog.c:114 app/gui/resize-dialog.c:355 #: app/gui/resize-dialog.c:443 app/gui/resize-dialog.c:577 -#: app/tools/gimpcroptool.c:895 app/tools/gimprotatetool.c:244 -#: app/tools/gimpscaletool.c:217 app/tools/gimpsheartool.c:218 -#: app/user_install.c:1182 +#: app/tools/gimpcroptool.c:897 app/tools/gimprotatetool.c:245 +#: app/tools/gimpscaletool.c:219 app/tools/gimpsheartool.c:219 +#: app/user_install.c:1183 msgid "Y:" msgstr "Y:" -#: app/user_install.c:1213 +#: app/user_install.c:1214 msgid "" "You can also press the \"Calibrate\" button to open a window\n" "which lets you determine your monitor resolution interactively." @@ -1365,7 +1321,7 @@ msgstr "" "Fenster zu öffnen, in dem Sie Bildschirmauflösung interaktiv\n" "bestimmt werden kann." -#: app/gui/preferences-dialog.c:2582 app/user_install.c:1220 +#: app/gui/preferences-dialog.c:2583 app/user_install.c:1221 msgid "Calibrate" msgstr "Kalibrieren" @@ -1379,17 +1335,23 @@ msgstr "Unbekanntes Pinselformat Version #%d in \"%s\"." msgid "Error in GIMP brush file \"%s\"." msgstr "Fehler in GIMP Pinseldatei \"%s\"." -#: app/core/gimpbrush.c:483 app/core/gimppattern.c:318 +#: app/core/gimpbrush.c:483 app/core/gimpbrushpipe.c:310 +#, fuzzy, c-format +msgid "Invalid UTF-8 string in GIMP brush file \"%s\"." +msgstr "Fehler in GIMP Pinseldatei \"%s\"." + +#: app/core/gimpbrush.c:491 app/core/gimpbrushpipe.c:312 +#: app/core/gimppalette.c:312 app/core/gimppattern.c:326 #: app/gui/palette-import-dialog.c:592 msgid "Unnamed" msgstr "Unbenannt" -#: app/core/gimpbrush.c:496 app/core/gimpbrush.c:515 +#: app/core/gimpbrush.c:503 app/core/gimpbrush.c:522 #, c-format msgid "GIMP brush file appears to be truncated: \"%s\"." msgstr "GIMP Pinseldatei scheint nicht vollständig zu sein: \"%s\"." -#: app/core/gimpbrushpipe.c:327 +#: app/core/gimpbrushpipe.c:337 #, c-format msgid "" "Brush pipes should have at least one brush:\n" @@ -1398,7 +1360,7 @@ msgstr "" "Pinselanimationen sollten wenigstens einen Pinsel haben:\n" "\"%s\"" -#: app/core/gimpbrushpipe.c:415 +#: app/core/gimpbrushpipe.c:425 #, c-format msgid "" "Failed to load one of the brushes in the brush pipe\n" @@ -1453,36 +1415,41 @@ msgstr "Parasit mit Ebene verknüpfen" msgid "detach parasite from drawable" msgstr "Parasit von Ebene lösen" -#: app/core/gimpimage.c:2914 +#: app/core/gimpedit.c:176 app/core/gimpedit.c:182 app/core/gimpedit.c:258 +#: app/display/gimpdisplay-callbacks.c:874 +msgid "Pasted Layer" +msgstr "Eingefügte Ebene" + +#: app/core/gimpimage.c:2935 #, fuzzy, c-format msgid "%s(): layer cannot be raised any further" msgstr "Ebene kann nicht weiter angehoben werden" -#: app/core/gimpimage.c:2939 +#: app/core/gimpimage.c:2960 #, fuzzy, c-format msgid "%s(): layer cannot be lowered any further" msgstr "Ebene kann nicht weiter abgesenkt werden" -#: app/core/gimpimage.c:2961 +#: app/core/gimpimage.c:2982 #, fuzzy, c-format msgid "%s(): layer is already on top" msgstr "Ebene ist schon ganz oben" -#: app/core/gimpimage.c:2968 +#: app/core/gimpimage.c:2989 #, fuzzy, c-format msgid "%s(): can't raise Layer without alpha" msgstr "Kann Ebene ohne Alphakanal nicht anheben" -#: app/core/gimpimage.c:2992 +#: app/core/gimpimage.c:3013 #, fuzzy, c-format msgid "%s(): layer is already on bottom" msgstr "Ebene ist schon ganz unten" -#: app/core/gimpimage.c:3039 +#: app/core/gimpimage.c:3060 msgid "BG has no alpha, layer was placed above" msgstr "HG hat keinen Alphakanal, Ebene ist darüber plaziert worden" -#: app/core/gimpimage.c:3109 +#: app/core/gimpimage.c:3130 msgid "" "There are not enough visible layers for a merge.\n" "There must be at least two." @@ -1491,22 +1458,22 @@ msgstr "" "den Vorgang \"Sichtbare Ebenen vereinen\" auszuführen.\n" "Es müssen mindestens zwei sein." -#: app/core/gimpimage.c:3197 +#: app/core/gimpimage.c:3218 msgid "There are not enough visible layers for a merge down." msgstr "" "Es sind nicht genügend Ebenen unter dieser Ebene als \"Sichtbar\"\n" "markiert, um den Vorgang \"Nach unten vereinen\" auszuführen." -#: app/core/gimpimage.c:3671 +#: app/core/gimpimage.c:3692 msgid "Channel cannot be raised any further" msgstr "Kanal kann nicht weiter angehoben werden" -#: app/core/gimpimage.c:3691 +#: app/core/gimpimage.c:3712 msgid "Channel cannot be lowered any further" msgstr "Kanal kann nicht weiter abgesenkt werden" -#: app/core/gimpimage.c:3904 app/core/gimppalette-import.c:205 -#: app/core/gimppalette.c:499 app/widgets/gimpdatafactoryview.c:274 +#: app/core/gimpimage.c:3925 app/core/gimppalette-import.c:205 +#: app/core/gimppalette.c:506 app/widgets/gimpdatafactoryview.c:274 msgid "Untitled" msgstr "Unbenannt" @@ -1522,7 +1489,7 @@ msgstr "" msgid "Float Selection: No selection to float." msgstr "Schwebende Auswahl: Keine Auswahl vorhanden" -#: app/core/gimpimage-mask.c:387 app/gui/layers-commands.c:807 +#: app/core/gimpimage-mask.c:387 app/gui/layers-commands.c:808 msgid "Floating Selection" msgstr "Schwebende Auswahl" @@ -1551,25 +1518,30 @@ msgstr "Es gibt keine Auswahl, die nachgezogen werden kann!" msgid "Paint operation failed." msgstr "Pinseloperation schlug fehl." +#: app/core/gimpimage-new.c:53 app/display/gimpdisplay.c:385 +#: app/gui/preferences-dialog.c:1736 +msgid "RGB" +msgstr "RGB" + #: app/core/gimpimage-new.c:60 app/gui/info-window.c:81 -#: app/gui/info-window.c:654 app/gui/preferences-dialog.c:1733 +#: app/gui/info-window.c:654 app/gui/preferences-dialog.c:1737 msgid "Grayscale" msgstr "Graustufen" -#: app/core/gimpimage-new.c:69 app/gui/layers-commands.c:692 +#: app/core/gimpimage-new.c:69 app/gui/layers-commands.c:693 msgid "Foreground" msgstr "Vordergrund" #: app/core/gimpimage-new.c:75 app/core/gimpimage-new.c:265 -#: app/gui/layers-commands.c:693 app/gui/offset-dialog.c:174 +#: app/gui/layers-commands.c:694 app/gui/offset-dialog.c:174 msgid "Background" msgstr "Hintergrund" -#: app/core/gimpimage-new.c:81 app/gui/layers-commands.c:694 +#: app/core/gimpimage-new.c:81 app/gui/layers-commands.c:695 msgid "White" msgstr "Weiß" -#: app/core/gimpimage-new.c:87 app/gui/layers-commands.c:695 +#: app/core/gimpimage-new.c:87 app/gui/layers-commands.c:696 #: app/gui/offset-dialog.c:176 msgid "Transparent" msgstr "Transparent" @@ -1676,8 +1648,8 @@ msgstr "" "Lade Palette %s:\n" "Datei korrupt: Fehlender magic header" -#: app/core/gimppalette.c:292 app/core/gimppalette.c:309 -#: app/core/gimppalette.c:338 app/core/gimppalette.c:411 +#: app/core/gimppalette.c:292 app/core/gimppalette.c:317 +#: app/core/gimppalette.c:346 app/core/gimppalette.c:419 #, c-format msgid "" "Loading palette %s (line %d):\n" @@ -1686,7 +1658,12 @@ msgstr "" "Lade Palette %s: (Zeile %d):\n" "Lesefehler" -#: app/core/gimppalette.c:327 +#: app/core/gimppalette.c:311 +#, c-format +msgid "Invalid UTF-8 string in palette file '%s'" +msgstr "" + +#: app/core/gimppalette.c:335 #, fuzzy, c-format msgid "" "Loading palette %s (line %d):\n" @@ -1696,7 +1673,7 @@ msgstr "" "Lesefehler" #. maybe we should just abort? -#: app/core/gimppalette.c:371 +#: app/core/gimppalette.c:379 #, c-format msgid "" "Loading palette %s (line %d):\n" @@ -1705,7 +1682,7 @@ msgstr "" "Lade Palette %s: (Zeile %d):\n" "Keine ROT Komponente" -#: app/core/gimppalette.c:378 +#: app/core/gimppalette.c:386 #, c-format msgid "" "Loading palette %s (line %d):\n" @@ -1714,7 +1691,7 @@ msgstr "" "Lade Palette %s: (Zeile %d):\n" "Keine GRÜN Komponente" -#: app/core/gimppalette.c:385 +#: app/core/gimppalette.c:393 #, c-format msgid "" "Loading palette %s (line %d):\n" @@ -1723,7 +1700,7 @@ msgstr "" "Lade Palette %s: (Zeile %d):\n" "Keine BLAU Komponente" -#: app/core/gimppalette.c:394 +#: app/core/gimppalette.c:402 #, c-format msgid "" "Loading palette %s (line %d):\n" @@ -1732,12 +1709,12 @@ msgstr "" "Lade Palette %s: (Zeile %d):\n" "RGB Wert ausserhalb des Wertebereiches" -#: app/core/gimppalette.c:449 +#: app/core/gimppalette.c:457 #, c-format msgid "Can't save palette \"%s\"\n" msgstr "kann Palette \"%s\" nicht sichern\n" -#: app/core/gimppalette.c:547 +#: app/core/gimppalette.c:553 msgid "Black" msgstr "Schwarz" @@ -1751,7 +1728,12 @@ msgstr "Unbekanntes Musterformat Version #%d in \"%s\"." msgid "Error in GIMP pattern file \"%s\"." msgstr "Fehler in GIMP Musterdatei \"%s\"." -#: app/core/gimppattern.c:329 +#: app/core/gimppattern.c:318 +#, fuzzy, c-format +msgid "Invalid UTF-8 string in GIMP pattern file \"%s\"." +msgstr "Fehler in GIMP Musterdatei \"%s\"." + +#: app/core/gimppattern.c:336 #, c-format msgid "GIMP pattern file appears to be truncated: \"%s\"." msgstr "GIMP Musterdatei \"%s\" scheint nicht vollständig zu sein." @@ -1761,8 +1743,8 @@ msgstr "GIMP Musterdatei \"%s\" scheint nicht vollständig zu sein." msgid "pixel" msgstr "Pixel" -#: app/core/gimpunit.c:60 app/tools/gimpmeasuretool.c:569 -#: app/tools/gimpmeasuretool.c:573 app/tools/gimppainttool.c:693 +#: app/core/gimpunit.c:60 app/tools/gimpmeasuretool.c:571 +#: app/tools/gimpmeasuretool.c:575 app/tools/gimppainttool.c:694 msgid "pixels" msgstr "Pixel" @@ -1804,20 +1786,50 @@ msgstr "Pica" msgid "percent" msgstr "Prozent" -#: app/gui/about-dialog.c:137 +#: app/display/gimpdisplay-ops.c:307 +#, c-format +msgid "" +"Changes were made to %s.\n" +"Close anyway?" +msgstr "" +"An %s wurden Veränderungen vorgenommen.\n" +"Trotzdem schließen?" + +#: app/display/gimpdisplay.c:385 +msgid "RGB-empty" +msgstr "RGB leer" + +#: app/display/gimpdisplay.c:388 +msgid "grayscale-empty" +msgstr "Graustufen leer" + +#: app/display/gimpdisplay.c:388 +msgid "grayscale" +msgstr "Graustufen" + +#: app/display/gimpdisplay.c:391 +msgid "indexed-empty" +msgstr "indiziert leer" + +#: app/display/gimpdisplay.c:391 +msgid "indexed" +msgstr "indiziert" + +#. the cancel button +#: app/display/gimpdisplayshell.c:509 +msgid "Cancel" +msgstr "Abbrechen" + +#: app/gui/about-dialog.c:132 msgid "About the GIMP" msgstr "Über GIMP" -#: app/gui/about-dialog.c:206 -msgid "-*-helvetica-medium-r-normal--*-140-*-*-*-*-*-*" -msgstr "-*-helvetica-medium-r-normal--*-140-*-*-*-*-*-*" - -#: app/gui/about-dialog.c:217 +#: app/gui/about-dialog.c:196 #, c-format msgid "Version %s brought to you by" msgstr "Version %s wurde Euch gebracht von" -#: app/gui/about-dialog.c:269 +#: app/gui/about-dialog.c:249 msgid "Please visit http://www.gimp.org/ for more info" msgstr "Mehr Informationen finden Sie auf http://www.gimp.org/" @@ -1826,21 +1838,21 @@ msgid "Brush Editor" msgstr "Pinseleditor" #. the feather radius scale -#: app/gui/brush-editor.c:168 app/tools/gimpcolorpickertool.c:819 +#: app/gui/brush-editor.c:167 app/tools/gimpcolorpickertool.c:821 #: app/tools/selection_options.c:102 msgid "Radius:" msgstr "Radius:" -#: app/gui/brush-editor.c:181 +#: app/gui/brush-editor.c:180 msgid "Hardness:" msgstr "Härte:" -#: app/gui/brush-editor.c:194 +#: app/gui/brush-editor.c:193 msgid "Aspect Ratio:" msgstr "Seitenverhältnis:" -#: app/gui/brush-editor.c:207 app/tools/gimpinktool.c:439 -#: app/tools/gimpmeasuretool.c:382 app/tools/gimprotatetool.c:226 +#: app/gui/brush-editor.c:206 app/tools/gimpinktool.c:440 +#: app/tools/gimpmeasuretool.c:384 app/tools/gimprotatetool.c:227 msgid "Angle:" msgstr "Winkel:" @@ -1861,39 +1873,39 @@ msgstr "Deckkraft:" msgid "Mode:" msgstr "Modus:" -#: app/gui/channels-commands.c:343 +#: app/gui/channels-commands.c:344 #, fuzzy msgid "New Channel Color" msgstr "Neuer Kanal" -#: app/gui/channels-commands.c:350 +#: app/gui/channels-commands.c:351 msgid "New Channel Options" msgstr "Einstellungen für neuen Kanal" #. The name entry hbox, label and entry -#: app/gui/channels-commands.c:384 app/gui/channels-commands.c:542 +#: app/gui/channels-commands.c:385 app/gui/channels-commands.c:543 msgid "Channel name:" msgstr "Kanalname:" -#: app/gui/channels-commands.c:395 +#: app/gui/channels-commands.c:396 msgid "New Channel" msgstr "Neuer Kanal" #. The opacity scale -#: app/gui/channels-commands.c:399 app/gui/channels-commands.c:557 +#: app/gui/channels-commands.c:400 app/gui/channels-commands.c:558 msgid "Fill Opacity:" msgstr "Deckkraft:" -#: app/gui/channels-commands.c:496 +#: app/gui/channels-commands.c:497 #, fuzzy msgid "Edit Channel Color" msgstr "Leerer Kanal Kopie" -#: app/gui/channels-commands.c:503 +#: app/gui/channels-commands.c:504 msgid "Edit Channel Attributes" msgstr "Kanaleigenschaften ändern" -#: app/gui/color-area.c:343 +#: app/gui/color-area.c:342 msgid "Color Selection" msgstr "Farbauswahl" @@ -1909,15 +1921,15 @@ msgstr "S" msgid "V" msgstr "V" -#: app/gui/color-notebook.c:215 app/tools/gimphuesaturationtool.c:432 +#: app/gui/color-notebook.c:215 app/tools/gimphuesaturationtool.c:433 msgid "R" msgstr "R" -#: app/gui/color-notebook.c:216 app/tools/gimphuesaturationtool.c:434 +#: app/gui/color-notebook.c:216 app/tools/gimphuesaturationtool.c:435 msgid "G" msgstr "G" -#: app/gui/color-notebook.c:217 app/tools/gimphuesaturationtool.c:436 +#: app/gui/color-notebook.c:217 app/tools/gimphuesaturationtool.c:437 msgid "B" msgstr "B" @@ -1934,139 +1946,139 @@ msgstr "Farbton" msgid "Saturation" msgstr "Sättigung" -#: app/gui/color-notebook.c:224 app/tools/gimpcurvestool.c:688 -#: app/tools/gimphistogramtool.c:377 app/tools/gimplevelstool.c:459 +#: app/gui/color-notebook.c:224 app/tools/gimpcurvestool.c:700 +#: app/tools/gimphistogramtool.c:378 app/tools/gimplevelstool.c:460 msgid "Value" msgstr "Wert" -#: app/gui/color-notebook.c:225 app/tools/gimpcolorbalancetool.c:418 -#: app/tools/gimpcurvestool.c:689 app/tools/gimphistogramtool.c:378 -#: app/tools/gimplevelstool.c:461 app/widgets/gimpcomponentlistitem.c:357 +#: app/gui/color-notebook.c:225 app/tools/gimpcolorbalancetool.c:419 +#: app/tools/gimpcurvestool.c:701 app/tools/gimphistogramtool.c:379 +#: app/tools/gimplevelstool.c:462 app/widgets/gimpcomponentlistitem.c:357 msgid "Red" msgstr "Rot" -#: app/gui/color-notebook.c:226 app/tools/gimpcolorbalancetool.c:443 -#: app/tools/gimpcurvestool.c:690 app/tools/gimphistogramtool.c:379 -#: app/tools/gimplevelstool.c:463 app/widgets/gimpcomponentlistitem.c:358 +#: app/gui/color-notebook.c:226 app/tools/gimpcolorbalancetool.c:444 +#: app/tools/gimpcurvestool.c:702 app/tools/gimphistogramtool.c:380 +#: app/tools/gimplevelstool.c:464 app/widgets/gimpcomponentlistitem.c:358 msgid "Green" msgstr "Grün" -#: app/gui/color-notebook.c:227 app/tools/gimpcolorbalancetool.c:468 -#: app/tools/gimpcurvestool.c:691 app/tools/gimphistogramtool.c:380 -#: app/tools/gimplevelstool.c:465 app/widgets/gimpcomponentlistitem.c:359 +#: app/gui/color-notebook.c:227 app/tools/gimpcolorbalancetool.c:469 +#: app/tools/gimpcurvestool.c:703 app/tools/gimphistogramtool.c:381 +#: app/tools/gimplevelstool.c:466 app/widgets/gimpcomponentlistitem.c:359 msgid "Blue" msgstr "Blau" -#: app/gui/color-notebook.c:228 app/tools/gimpcurvestool.c:692 -#: app/tools/gimplevelstool.c:467 app/widgets/gimpcomponentlistitem.c:362 +#: app/gui/color-notebook.c:228 app/tools/gimpcurvestool.c:704 +#: app/tools/gimplevelstool.c:468 app/widgets/gimpcomponentlistitem.c:362 msgid "Alpha" msgstr "Alpha" -#: app/gui/color-notebook.c:383 +#: app/gui/color-notebook.c:382 #, fuzzy msgid "Current:" msgstr "Aktuelle Breite:" -#: app/gui/color-notebook.c:404 +#: app/gui/color-notebook.c:403 #, fuzzy msgid "Old:" msgstr "Übergang:" -#: app/gui/color-notebook.c:426 +#: app/gui/color-notebook.c:425 #, fuzzy msgid "Revert to old color" msgstr "Zurück zur alten Farbe" -#: app/gui/color-notebook.c:530 +#: app/gui/color-notebook.c:529 msgid "Add the current color to the color history" msgstr "" -#: app/gui/color-notebook.c:588 app/gui/colormap-dialog.c:271 -#: app/tools/gimpcolorpickertool.c:305 app/tools/gimpcolorpickertool.c:320 +#: app/gui/color-notebook.c:587 app/gui/colormap-dialog.c:271 +#: app/tools/gimpcolorpickertool.c:307 app/tools/gimpcolorpickertool.c:322 msgid "Hex Triplet:" msgstr "Hex Triplet:" -#: app/gui/colormap-dialog.c:262 app/tools/gimpcolorpickertool.c:309 +#: app/gui/colormap-dialog.c:262 app/tools/gimpcolorpickertool.c:311 msgid "Index:" msgstr "Index:" -#: app/gui/colormap-dialog.c:388 app/gui/palette-editor.c:444 +#: app/gui/colormap-dialog.c:386 app/gui/palette-editor.c:444 #: app/widgets/gimpdatafactoryview.c:225 #: app/widgets/gimpdrawablelistview.c:223 msgid "Edit" msgstr "Bearbeiten" -#: app/gui/colormap-dialog.c:837 +#: app/gui/colormap-dialog.c:834 #, fuzzy msgid "Edit Indexed Color" msgstr "Indizierte Farben" -#: app/gui/convert-dialog.c:148 +#: app/gui/convert-dialog.c:149 msgid "Indexed Color Conversion" msgstr "Indizierte Farbumwandlung" -#: app/gui/convert-dialog.c:167 +#: app/gui/convert-dialog.c:168 msgid "General Palette Options" msgstr "Generelle Einstellungen für Farbpalette" -#: app/gui/convert-dialog.c:181 +#: app/gui/convert-dialog.c:182 msgid "Generate Optimal Palette:" msgstr "Erstelle optimale Palette:" -#: app/gui/convert-dialog.c:209 +#: app/gui/convert-dialog.c:210 msgid "# of Colors:" msgstr "Anzahl der Farben:" #. create the custom_frame here, it'll be added later -#: app/gui/convert-dialog.c:225 +#: app/gui/convert-dialog.c:226 msgid "Custom Palette Options" msgstr "Einstellungen für eigene Farbpalette" -#: app/gui/convert-dialog.c:231 +#: app/gui/convert-dialog.c:232 msgid "Remove Unused Colors from Final Palette" msgstr "Unbenutzte Farben aus fertiger Palette entfernen" -#: app/gui/convert-dialog.c:244 +#: app/gui/convert-dialog.c:245 msgid "Use Custom Palette:" msgstr "Benutze eigene Palette:" -#: app/gui/convert-dialog.c:281 +#: app/gui/convert-dialog.c:282 msgid "Use WWW-Optimized Palette" msgstr "Benutze WWW-optimierte Palette" -#: app/gui/convert-dialog.c:297 +#: app/gui/convert-dialog.c:298 msgid "Use Black/White (1-Bit) Palette" msgstr "Benutze Schwarz/Weiß (1-Bit) Palette" -#: app/gui/convert-dialog.c:308 +#: app/gui/convert-dialog.c:309 msgid "Dither Options" msgstr "Rasterung" -#: app/gui/convert-dialog.c:321 +#: app/gui/convert-dialog.c:322 msgid "No Color Dithering" msgstr "Keine Farbrasterung" -#: app/gui/convert-dialog.c:335 +#: app/gui/convert-dialog.c:336 msgid "Positioned Color Dithering" msgstr "Geordnete Farbrasterung" -#: app/gui/convert-dialog.c:349 +#: app/gui/convert-dialog.c:350 msgid "Floyd-Steinberg Color Dithering (Reduced Color Bleeding)" msgstr "Floyd-Steinberg Farbrasterung (reduziertes Farbbluten)" -#: app/gui/convert-dialog.c:362 +#: app/gui/convert-dialog.c:363 msgid "Floyd-Steinberg Color Dithering (Normal)" msgstr "Floyd-Steinberg Farbrasterung (normal)" -#: app/gui/convert-dialog.c:376 +#: app/gui/convert-dialog.c:377 msgid "Enable Dithering of Transparency" msgstr "Aktiviere Rasterung für Transparenz" -#: app/gui/convert-dialog.c:399 +#: app/gui/convert-dialog.c:400 msgid "[ Warning ]" msgstr "[ Warnung ]" -#: app/gui/convert-dialog.c:409 +#: app/gui/convert-dialog.c:410 msgid "" "You are attempting to convert an image with alpha/layers from RGB/GRAY to " "INDEXED.\n" @@ -2079,7 +2091,7 @@ msgstr "" "Sie beabsichtigen aus diesem Bild eine transparente oder animierte GIF-Datei " "zu erzeugen." -#: app/gui/convert-dialog.c:625 +#: app/gui/convert-dialog.c:626 msgid "Select Custom Palette" msgstr "Wählen sie eine Palette" @@ -2099,12 +2111,12 @@ msgstr "Geben Sie dieser Ablage einen Namen" msgid "Copy Named" msgstr "In Ablage kopieren" -#: app/gui/file-commands.c:121 +#: app/gui/file-commands.c:122 #, c-format msgid "Error opening file: %s\n" msgstr "Kann Datei nicht öffnen: %s\n" -#: app/gui/file-commands.c:215 +#: app/gui/file-commands.c:216 msgid "" "Revert failed.\n" "No filename associated with this image." @@ -2112,7 +2124,7 @@ msgstr "" "Kann Bild nicht zurücksetzen,\n" "da kein Dateiname mit dem Bild verknüpft ist" -#: app/gui/file-commands.c:229 +#: app/gui/file-commands.c:230 #, c-format msgid "" "Reverting %s to\n" @@ -2127,15 +2139,15 @@ msgstr "" "(Alle Änderungen inklusive aller\n" "Undo-Informationen gehen verloren)" -#: app/gui/file-commands.c:237 +#: app/gui/file-commands.c:238 msgid "Revert Image?" msgstr "Bild zurücksetzen?" -#: app/gui/file-commands.c:298 +#: app/gui/file-commands.c:299 msgid "Revert" msgstr "Zurücksetzen" -#: app/gui/file-commands.c:314 +#: app/gui/file-commands.c:315 #, c-format msgid "" "Revert failed.\n" @@ -2144,7 +2156,7 @@ msgstr "" "Zurücksetzen schlug fehl.\n" "%s" -#: app/gui/file-new-dialog.c:211 +#: app/gui/file-new-dialog.c:210 #, no-c-format msgid "" "You are trying to create an image which\n" @@ -2170,50 +2182,50 @@ msgstr "" "angezeigt wird, erhöhen Sie den Wert \"Maximale Bildgröße\"\n" "im Einstellungen-Dialog." -#: app/gui/file-new-dialog.c:223 +#: app/gui/file-new-dialog.c:222 msgid "Confirm Image Size" msgstr "Bildgröße bestätigen" -#: app/gui/file-new-dialog.c:310 +#: app/gui/file-new-dialog.c:309 #, c-format msgid "Image Size: %s" msgstr "Bildgröße: %s" -#: app/gui/file-new-dialog.c:345 +#: app/gui/file-new-dialog.c:344 msgid "New Image" msgstr "Neues Bild" #. the pixel size labels -#: app/gui/file-new-dialog.c:387 app/gui/file-new-dialog.c:405 -#: app/tools/gimpcroptool.c:909 app/tools/selection_options.c:257 +#: app/gui/file-new-dialog.c:386 app/gui/file-new-dialog.c:404 +#: app/tools/gimpcroptool.c:911 app/tools/selection_options.c:257 msgid "Width:" msgstr "Breite:" -#: app/gui/file-new-dialog.c:393 app/gui/file-new-dialog.c:411 -#: app/gui/layers-commands.c:634 app/gui/resize-dialog.c:267 +#: app/gui/file-new-dialog.c:392 app/gui/file-new-dialog.c:410 +#: app/gui/layers-commands.c:635 app/gui/resize-dialog.c:267 #: app/gui/resize-dialog.c:292 app/gui/resize-dialog.c:516 -#: app/tools/gimpcroptool.c:912 app/tools/gimpscaletool.c:194 -#: app/tools/gimpscaletool.c:201 app/tools/selection_options.c:271 +#: app/tools/gimpcroptool.c:914 app/tools/gimpscaletool.c:196 +#: app/tools/gimpscaletool.c:203 app/tools/selection_options.c:271 msgid "Height:" msgstr "Höhe:" #. the resolution labels -#: app/gui/file-new-dialog.c:516 app/gui/resize-dialog.c:571 +#: app/gui/file-new-dialog.c:515 app/gui/resize-dialog.c:571 msgid "Resolution X:" msgstr "Auflösung X:" -#: app/gui/file-new-dialog.c:536 app/gui/resize-dialog.c:591 +#: app/gui/file-new-dialog.c:535 app/gui/resize-dialog.c:591 msgid "pixels/%a" msgstr "Pixel/%a" #. frame for Image Type -#: app/gui/file-new-dialog.c:582 +#: app/gui/file-new-dialog.c:581 msgid "Image Type" msgstr "Bildart" #. frame for Fill Type -#: app/gui/file-new-dialog.c:623 app/gui/offset-dialog.c:169 -#: app/tools/gimpbucketfilltool.c:274 +#: app/gui/file-new-dialog.c:622 app/gui/offset-dialog.c:169 +#: app/tools/gimpbucketfilltool.c:275 msgid "Fill Type" msgstr "Füllart" @@ -2240,10 +2252,10 @@ msgstr "" #. The preview frame #: app/gui/file-open-dialog.c:359 app/gui/palette-import-dialog.c:784 -#: app/tools/gimpbrightnesscontrasttool.c:373 -#: app/tools/gimpcolorbalancetool.c:517 app/tools/gimpcurvestool.c:788 -#: app/tools/gimphuesaturationtool.c:642 app/tools/gimplevelstool.c:666 -#: app/tools/gimpposterizetool.c:308 app/tools/gimpthresholdtool.c:428 +#: app/tools/gimpbrightnesscontrasttool.c:374 +#: app/tools/gimpcolorbalancetool.c:518 app/tools/gimpcurvestool.c:800 +#: app/tools/gimphuesaturationtool.c:643 app/tools/gimplevelstool.c:667 +#: app/tools/gimpposterizetool.c:309 app/tools/gimpthresholdtool.c:429 msgid "Preview" msgstr "Vorschau" @@ -2513,8 +2525,8 @@ msgstr "Farbe des linken Endpunktes" msgid "Right Endpoint Color" msgstr "Farbe des rechten Endpunktes" -#: app/gui/gradient-editor.c:3474 app/gui/preferences-dialog.c:2391 -#: app/tools/gimpblendtool.c:736 +#: app/gui/gradient-editor.c:3474 app/gui/preferences-dialog.c:2392 +#: app/tools/gimpblendtool.c:737 msgid "Linear" msgstr "Linear" @@ -2597,16 +2609,16 @@ msgstr "der Auswahl eingeben" msgid "Gradient Selection" msgstr "Farbverlaufsauswahl" -#: app/gui/gui.c:139 +#: app/gui/gui.c:144 #, c-format msgid "adding theme \"%s\" (%s)\n" msgstr "" -#: app/gui/gui.c:392 +#: app/gui/gui.c:404 msgid "Really Quit?" msgstr "Wirklich Beenden?" -#: app/gui/gui.c:396 +#: app/gui/gui.c:408 msgid "" "Some files unsaved.\n" "\n" @@ -2616,33 +2628,33 @@ msgstr "" "\n" "GIMP wirklich beenden?" -#: app/gui/image-commands.c:108 +#: app/gui/image-commands.c:109 msgid "Desaturate operates only on RGB color drawables." msgstr "Sättigung kann nur bei RGB Bildern verringert werden" -#: app/gui/image-commands.c:132 +#: app/gui/image-commands.c:133 msgid "Invert does not operate on indexed drawables." msgstr "Invertieren funktioniert nicht mit indizierten Bildern." -#: app/gui/image-commands.c:144 +#: app/gui/image-commands.c:145 msgid "Invert operation failed." msgstr "Invertierung schlug fehl." -#: app/gui/image-commands.c:164 +#: app/gui/image-commands.c:165 msgid "Equalize does not operate on indexed drawables." msgstr "Angleichen funktioniert nicht mit indizierten Bildern." -#: app/gui/image-commands.c:297 +#: app/gui/image-commands.c:298 msgid "Resize Error: Both width and height must be greater than zero." msgstr "" "Fehler beim Verändern der Bildgröße:\n" "Breite und Höhe müssen größer als Null sein." -#: app/gui/image-commands.c:330 +#: app/gui/image-commands.c:331 msgid "Layer Too Small" msgstr "Ebene zu klein" -#: app/gui/image-commands.c:334 +#: app/gui/image-commands.c:335 msgid "" "The chosen image size will shrink\n" "some layers completely away.\n" @@ -2652,7 +2664,7 @@ msgstr "" "so klein, daß sie vollständig verschwinden.\n" "Sollen wir trotzdem fortfahren?" -#: app/gui/image-commands.c:427 +#: app/gui/image-commands.c:428 msgid "Scale Error: Both width and height must be greater than zero." msgstr "" "Fehler beim Skalieren des Bildes:\n" @@ -2682,8 +2694,8 @@ msgstr "" "Der aktive Farbverlauf.\n" "Klick öffnet die Farbverlaufsauswahl." -#: app/gui/info-dialog.c:196 app/gui/preferences-dialog.c:1912 -#: app/gui/preferences-dialog.c:2040 +#: app/gui/info-dialog.c:196 app/gui/preferences-dialog.c:1916 +#: app/gui/preferences-dialog.c:2044 msgid "General" msgstr "Allgemein" @@ -2713,12 +2725,12 @@ msgstr "X:" #: app/gui/info-window.c:206 app/gui/info-window.c:279 #: app/gui/info-window.c:501 app/gui/info-window.c:547 -#: app/gui/info-window.c:563 app/tools/gimpcolorpickertool.c:668 -#: app/tools/gimpcolorpickertool.c:669 app/tools/gimpcolorpickertool.c:670 +#: app/gui/info-window.c:563 app/tools/gimpcolorpickertool.c:670 #: app/tools/gimpcolorpickertool.c:671 app/tools/gimpcolorpickertool.c:672 #: app/tools/gimpcolorpickertool.c:673 app/tools/gimpcolorpickertool.c:674 -#: app/tools/gimpcolorpickertool.c:690 app/tools/gimpcolorpickertool.c:697 -#: app/tools/gimpcolorpickertool.c:718 app/tools/gimpcolorpickertool.c:736 +#: app/tools/gimpcolorpickertool.c:675 app/tools/gimpcolorpickertool.c:676 +#: app/tools/gimpcolorpickertool.c:692 app/tools/gimpcolorpickertool.c:699 +#: app/tools/gimpcolorpickertool.c:720 app/tools/gimpcolorpickertool.c:738 msgid "N/A" msgstr "n.v." @@ -2799,66 +2811,66 @@ msgstr "Farben" msgid "Layer Select" msgstr "Ebenenauswahl" -#: app/gui/layers-commands.c:584 +#: app/gui/layers-commands.c:585 msgid "New Layer Options" msgstr "Einstellungen für neue Ebene" #. The name label and entry -#: app/gui/layers-commands.c:613 +#: app/gui/layers-commands.c:614 msgid "Layer Name:" msgstr "Ebenenname:" -#: app/gui/layers-commands.c:624 +#: app/gui/layers-commands.c:625 msgid "New Layer" msgstr "Neue Ebene" #. The size labels -#: app/gui/layers-commands.c:628 +#: app/gui/layers-commands.c:629 msgid "Layer Width:" msgstr "Ebenenbreite:" -#: app/gui/layers-commands.c:687 +#: app/gui/layers-commands.c:688 msgid "Layer Fill Type" msgstr "Ebenenfüllart" -#: app/gui/layers-commands.c:767 +#: app/gui/layers-commands.c:768 msgid "Edit Layer Attributes" msgstr "Ebenenmerkmale ändern" -#: app/gui/layers-commands.c:799 +#: app/gui/layers-commands.c:800 msgid "Layer name:" msgstr "Ebenenname:" -#: app/gui/layers-commands.c:872 +#: app/gui/layers-commands.c:873 msgid "Add Mask Options" msgstr "Einstellungen für neue Maske" -#: app/gui/layers-commands.c:899 app/gui/layers-commands.c:919 +#: app/gui/layers-commands.c:900 app/gui/layers-commands.c:920 msgid "Initialize Layer Mask to:" msgstr "Initialisierung Ebenenmaske nach:" -#: app/gui/layers-commands.c:904 app/tools/gimpbycolorselecttool.c:923 +#: app/gui/layers-commands.c:905 app/tools/gimpbycolorselecttool.c:924 msgid "Selection" msgstr "Auswahl" -#: app/gui/layers-commands.c:906 +#: app/gui/layers-commands.c:907 #, fuzzy msgid "Inverse Selection" msgstr "/Mit Auswahl schneiden" -#: app/gui/layers-commands.c:908 app/gui/layers-commands.c:924 +#: app/gui/layers-commands.c:909 app/gui/layers-commands.c:925 msgid "White (Full Opacity)" msgstr "Weiß (volle Deckkraft)" -#: app/gui/layers-commands.c:910 app/gui/layers-commands.c:926 +#: app/gui/layers-commands.c:911 app/gui/layers-commands.c:927 msgid "Black (Full Transparency)" msgstr "Schwarz (volle Transparenz)" -#: app/gui/layers-commands.c:912 app/gui/layers-commands.c:928 +#: app/gui/layers-commands.c:913 app/gui/layers-commands.c:929 msgid "Layer's Alpha Channel" msgstr "Alphakanal der Ebene" -#: app/gui/layers-commands.c:992 app/gui/layers-commands.c:1080 +#: app/gui/layers-commands.c:993 app/gui/layers-commands.c:1081 msgid "" "Invalid width or height.\n" "Both must be positive." @@ -2866,1035 +2878,1035 @@ msgstr "" "Ungültige Breite oder Höhe.\n" "Beide müssen positiv sein." -#: app/gui/layers-commands.c:1166 +#: app/gui/layers-commands.c:1167 msgid "Layer Merge Options" msgstr "Ebenen vereinen" -#: app/gui/layers-commands.c:1191 +#: app/gui/layers-commands.c:1192 msgid "Final, Merged Layer should be:" msgstr "Die fertige, vereinte Ebene soll sein:" -#: app/gui/layers-commands.c:1192 +#: app/gui/layers-commands.c:1193 msgid "Final, Anchored Layer should be:" msgstr "Die fertige, verankerte Ebene soll sein:" -#: app/gui/layers-commands.c:1197 +#: app/gui/layers-commands.c:1198 msgid "Expanded as necessary" msgstr "Nach Bedarf erweitern" -#: app/gui/layers-commands.c:1199 +#: app/gui/layers-commands.c:1200 msgid "Clipped to image" msgstr "Auf Bild beschnitten" -#: app/gui/layers-commands.c:1201 +#: app/gui/layers-commands.c:1202 msgid "Clipped to bottom layer" msgstr "Auf oberste Ebene beschnitten" #. /File -#: app/gui/menus.c:135 +#: app/gui/menus.c:136 msgid "/_File" msgstr "/_Datei" #. /File -#: app/gui/menus.c:137 app/gui/menus.c:331 +#: app/gui/menus.c:138 app/gui/menus.c:332 msgid "/File/New..." msgstr "/Datei/Neu..." -#: app/gui/menus.c:142 app/gui/menus.c:336 +#: app/gui/menus.c:143 app/gui/menus.c:337 msgid "/File/Open..." msgstr "/Datei/Öffnen..." -#: app/gui/menus.c:152 +#: app/gui/menus.c:153 msgid "/File/Acquire" msgstr "/Datei/Holen" -#: app/gui/menus.c:156 +#: app/gui/menus.c:157 msgid "/File/Preferences..." msgstr "/Datei/Einstellungen..." -#: app/gui/menus.c:166 +#: app/gui/menus.c:167 msgid "/File/Dialogs/Layers, Channels & Paths..." msgstr "/Datei/Dialoge/Ebenen, Kanäle und Pfade..." -#: app/gui/menus.c:170 +#: app/gui/menus.c:171 msgid "/File/Dialogs/Tool Options..." msgstr "/Datei/Dialoge/Werkzeugeinstellungen..." -#: app/gui/menus.c:205 +#: app/gui/menus.c:206 msgid "/File/Dialogs/Brushes..." msgstr "/Datei/Dialoge/Pinsel..." -#: app/gui/menus.c:209 +#: app/gui/menus.c:210 msgid "/File/Dialogs/Patterns..." msgstr "/Datei/Dialoge/Muster..." -#: app/gui/menus.c:213 +#: app/gui/menus.c:214 msgid "/File/Dialogs/Gradients..." msgstr "/Datei/Dialoge/Farbverläufe..." -#: app/gui/menus.c:217 +#: app/gui/menus.c:218 #, fuzzy msgid "/File/Dialogs/Palettes..." msgstr "/Datei/Dialoge/Farbpalette..." -#: app/gui/menus.c:222 +#: app/gui/menus.c:223 msgid "/File/Dialogs/Indexed Palette..." msgstr "/Datei/Dialoge/Indizierte Palette..." -#: app/gui/menus.c:227 +#: app/gui/menus.c:228 #, fuzzy msgid "/File/Dialogs/Buffers..." msgstr "/Datei/Dialoge/Pinsel..." -#: app/gui/menus.c:234 +#: app/gui/menus.c:235 msgid "/File/Dialogs/Input Devices..." msgstr "/Datei/Dialoge/Eingabegeräte..." -#: app/gui/menus.c:238 +#: app/gui/menus.c:239 msgid "/File/Dialogs/Device Status..." msgstr "/Datei/Dialoge/Gerätestatus..." -#: app/gui/menus.c:245 +#: app/gui/menus.c:246 msgid "/File/Dialogs/Document Index..." msgstr "/Datei/Dialoge/Dokumentenindex..." -#: app/gui/menus.c:249 +#: app/gui/menus.c:250 msgid "/File/Dialogs/Error Console..." msgstr "/Datei/Dialoge/Fehlerkonsole..." -#: app/gui/menus.c:254 +#: app/gui/menus.c:255 msgid "/File/Dialogs/Display Filters..." msgstr "/Datei/Dialoge/Darstellungsfilter..." -#: app/gui/menus.c:266 app/gui/menus.c:369 +#: app/gui/menus.c:267 app/gui/menus.c:370 msgid "/File/Quit" msgstr "/Datei/Beenden" #. /Xtns -#: app/gui/menus.c:274 +#: app/gui/menus.c:275 msgid "/_Xtns" msgstr "/_Xtns" -#: app/gui/menus.c:276 +#: app/gui/menus.c:277 msgid "/Xtns/Module Browser..." msgstr "/Xtns/Modul-Browser..." #. /Help -#: app/gui/menus.c:285 +#: app/gui/menus.c:286 msgid "/_Help" msgstr "/_Hilfe" -#: app/gui/menus.c:287 +#: app/gui/menus.c:288 msgid "/Help/Help..." msgstr "/Hilfe/Hilfe..." -#: app/gui/menus.c:292 +#: app/gui/menus.c:293 msgid "/Help/Context Help..." msgstr "/Hilfe/Kontext Hilfe..." -#: app/gui/menus.c:296 +#: app/gui/menus.c:297 msgid "/Help/Tip of the Day..." msgstr "/Hilfe/Tip des Tages..." -#: app/gui/menus.c:300 +#: app/gui/menus.c:301 msgid "/Help/About..." msgstr "/Hilfe/Über..." -#: app/gui/menus.c:307 +#: app/gui/menus.c:308 msgid "/Help/Mem Profile" msgstr "" -#: app/gui/menus.c:341 +#: app/gui/menus.c:342 msgid "/File/Save" msgstr "/Datei/Sichern" -#: app/gui/menus.c:346 +#: app/gui/menus.c:347 #, fuzzy msgid "/File/Save as..." msgstr "/Datei/Sichern unter..." -#: app/gui/menus.c:351 +#: app/gui/menus.c:352 #, fuzzy msgid "/File/Save a Copy as..." msgstr "/Datei/Sichern unter..." -#: app/gui/menus.c:356 +#: app/gui/menus.c:357 msgid "/File/Revert..." msgstr "/Datei/Zurücksetzen..." -#: app/gui/menus.c:364 +#: app/gui/menus.c:365 msgid "/File/Close" msgstr "/Datei/Schließen" #. /Edit -#: app/gui/menus.c:379 +#: app/gui/menus.c:380 msgid "/Edit/Undo" msgstr "/Bearbeiten/Rückgängig" -#: app/gui/menus.c:384 +#: app/gui/menus.c:385 msgid "/Edit/Redo" msgstr "/Bearbeiten/Wiederholen" -#: app/gui/menus.c:392 +#: app/gui/menus.c:393 msgid "/Edit/Cut" msgstr "/Bearbeiten/Ausschneiden" -#: app/gui/menus.c:397 +#: app/gui/menus.c:398 msgid "/Edit/Copy" msgstr "/Bearbeiten/Kopieren" -#: app/gui/menus.c:402 +#: app/gui/menus.c:403 msgid "/Edit/Paste" msgstr "/Bearbeiten/Einfügen" -#: app/gui/menus.c:407 +#: app/gui/menus.c:408 msgid "/Edit/Paste Into" msgstr "/Bearbeiten/Einfügen in Auswahl" -#: app/gui/menus.c:412 +#: app/gui/menus.c:413 msgid "/Edit/Paste as New" msgstr "/Bearbeiten/Einfügen als Neu" #. /Edit/Buffer -#: app/gui/menus.c:420 +#: app/gui/menus.c:421 msgid "/Edit/Buffer/Cut Named..." msgstr "/Bearbeiten/Ablage/Ausschneiden..." -#: app/gui/menus.c:425 +#: app/gui/menus.c:426 msgid "/Edit/Buffer/Copy Named..." msgstr "/Bearbeiten/Ablage/Kopieren..." -#: app/gui/menus.c:430 +#: app/gui/menus.c:431 msgid "/Edit/Buffer/Paste Named..." msgstr "/Bearbeiten/Ablage/Einfügen..." -#: app/gui/menus.c:438 +#: app/gui/menus.c:439 msgid "/Edit/Clear" msgstr "/Bearbeiten/Löschen" -#: app/gui/menus.c:443 +#: app/gui/menus.c:444 msgid "/Edit/Fill with FG Color" msgstr "/Bearbeiten/Füllen mit VG-Farbe" -#: app/gui/menus.c:448 +#: app/gui/menus.c:449 msgid "/Edit/Fill with BG Color" msgstr "/Bearbeiten/Füllen mit HG-Farbe" -#: app/gui/menus.c:453 +#: app/gui/menus.c:454 msgid "/Edit/Stroke" msgstr "/Bearbeiten/Nachfahren" #. /Select -#: app/gui/menus.c:463 +#: app/gui/menus.c:464 msgid "/Select/Invert" msgstr "/Auswahl/Invertieren" -#: app/gui/menus.c:467 +#: app/gui/menus.c:468 msgid "/Select/All" msgstr "/Auswahl/Alles" -#: app/gui/menus.c:471 +#: app/gui/menus.c:472 msgid "/Select/None" msgstr "/Auswahl/Nichts" -#: app/gui/menus.c:475 +#: app/gui/menus.c:476 msgid "/Select/Float" msgstr "/Auswahl/Schwebend" -#: app/gui/menus.c:482 +#: app/gui/menus.c:483 msgid "/Select/Feather..." msgstr "/Auswahl/Ausblenden..." -#: app/gui/menus.c:486 +#: app/gui/menus.c:487 msgid "/Select/Sharpen" msgstr "/Auswahl/Schärfen" -#: app/gui/menus.c:490 +#: app/gui/menus.c:491 msgid "/Select/Shrink..." msgstr "/Auswahl/Verkleinern..." -#: app/gui/menus.c:494 +#: app/gui/menus.c:495 msgid "/Select/Grow..." msgstr "/Auswahl/Vergrößern..." -#: app/gui/menus.c:498 +#: app/gui/menus.c:499 msgid "/Select/Border..." msgstr "/Auswahl/Rand..." -#: app/gui/menus.c:505 +#: app/gui/menus.c:506 msgid "/Select/Save to Channel" msgstr "/Auswahl/In Kanal sichern" #. /View -#: app/gui/menus.c:512 +#: app/gui/menus.c:513 msgid "/View/Zoom In" msgstr "/Ansicht/Hineinzoomen" -#: app/gui/menus.c:517 +#: app/gui/menus.c:518 msgid "/View/Zoom Out" msgstr "/Ansicht/Herauszoomen" #. /View/Zoom -#: app/gui/menus.c:525 +#: app/gui/menus.c:526 msgid "/View/Zoom/16:1" msgstr "/Ansicht/Zoom/16:1" -#: app/gui/menus.c:530 +#: app/gui/menus.c:531 msgid "/View/Zoom/8:1" msgstr "/Ansicht/Zoom/8:1" -#: app/gui/menus.c:535 +#: app/gui/menus.c:536 msgid "/View/Zoom/4:1" msgstr "/Ansicht/Zoom/4:1" -#: app/gui/menus.c:540 +#: app/gui/menus.c:541 msgid "/View/Zoom/2:1" msgstr "/Ansicht/Zoom/2:1" -#: app/gui/menus.c:545 +#: app/gui/menus.c:546 msgid "/View/Zoom/1:1" msgstr "/Ansicht/Zoom/1:1" -#: app/gui/menus.c:550 +#: app/gui/menus.c:551 msgid "/View/Zoom/1:2" msgstr "/Ansicht/Zoom/1:2" -#: app/gui/menus.c:555 +#: app/gui/menus.c:556 msgid "/View/Zoom/1:4" msgstr "/Ansicht/Zoom/1:4" -#: app/gui/menus.c:560 +#: app/gui/menus.c:561 msgid "/View/Zoom/1:8" msgstr "/Ansicht/Zoom/1:8" -#: app/gui/menus.c:565 +#: app/gui/menus.c:566 msgid "/View/Zoom/1:16" msgstr "/Ansicht/Zoom/1:16" -#: app/gui/menus.c:571 +#: app/gui/menus.c:572 msgid "/View/Dot for Dot" msgstr "/Ansicht/Punkt für Punkt" -#: app/gui/menus.c:578 +#: app/gui/menus.c:579 msgid "/View/Info Window..." msgstr "/Ansicht/Information..." -#: app/gui/menus.c:583 +#: app/gui/menus.c:584 msgid "/View/Nav. Window..." msgstr "/Ansicht/Navigation..." -#: app/gui/menus.c:591 +#: app/gui/menus.c:592 msgid "/View/Toggle Selection" msgstr "/Ansicht/Auswahl" -#: app/gui/menus.c:595 +#: app/gui/menus.c:596 msgid "/View/Toggle Rulers" msgstr "/Ansicht/Lineale" -#: app/gui/menus.c:599 +#: app/gui/menus.c:600 msgid "/View/Toggle Statusbar" msgstr "/Ansicht/Statusleiste" -#: app/gui/menus.c:603 +#: app/gui/menus.c:604 msgid "/View/Toggle Guides" msgstr "/Ansicht/Hilfslinien" -#: app/gui/menus.c:607 +#: app/gui/menus.c:608 msgid "/View/Snap to Guides" msgstr "/Ansicht/Magnetische Hilfslinien" -#: app/gui/menus.c:614 +#: app/gui/menus.c:615 msgid "/View/New View" msgstr "/Ansicht/Neues Fenster" -#: app/gui/menus.c:619 +#: app/gui/menus.c:620 msgid "/View/Shrink Wrap" msgstr "/Ansicht/Fenster anpassen" #. /Image/Mode -#: app/gui/menus.c:626 +#: app/gui/menus.c:627 msgid "/Image/Mode/RGB" msgstr "/Bild/Modus/RGB" -#: app/gui/menus.c:631 +#: app/gui/menus.c:632 msgid "/Image/Mode/Grayscale" msgstr "/Bild/Modus/Graustufen" -#: app/gui/menus.c:636 +#: app/gui/menus.c:637 msgid "/Image/Mode/Indexed..." msgstr "/Bild/Modus/Indiziert..." #. /Image/Colors -#: app/gui/menus.c:646 +#: app/gui/menus.c:647 msgid "/Image/Colors/Desaturate" msgstr "/Bild/Farben/Sättigung entfernen" -#: app/gui/menus.c:650 +#: app/gui/menus.c:651 msgid "/Image/Colors/Invert" msgstr "/Bild/Farben/Invertieren" #. /Image/Colors/Auto -#: app/gui/menus.c:659 +#: app/gui/menus.c:660 msgid "/Image/Colors/Auto/Equalize" msgstr "/Bild/Farben/Automatisch/Angleichen" #. /Image/Alpha -#: app/gui/menus.c:668 +#: app/gui/menus.c:669 msgid "/Image/Alpha/Add Alpha Channel" msgstr "/Bild/Alpha/Alphakanal hinzufügen" #. /Image/Transforms -#: app/gui/menus.c:675 +#: app/gui/menus.c:676 msgid "/Image/Transforms/Offset..." msgstr "/Bild/Transformationen/Versatz..." -#: app/gui/menus.c:680 +#: app/gui/menus.c:681 msgid "/Image/Transforms/Rotate" msgstr "/Bild/Transformationen/Rotieren" -#: app/gui/menus.c:686 +#: app/gui/menus.c:687 msgid "/Image/Canvas Size..." msgstr "/Bild/Größe ändern..." -#: app/gui/menus.c:690 +#: app/gui/menus.c:691 msgid "/Image/Scale Image..." msgstr "/Bild/Skalieren..." -#: app/gui/menus.c:695 +#: app/gui/menus.c:696 msgid "/Image/Duplicate" msgstr "/Bild/Duplizieren" #. /Layers -#: app/gui/menus.c:705 +#: app/gui/menus.c:706 msgid "/Layers/Layers, Channels & Paths..." msgstr "/Ebenen/Ebenen, Kanäle und Pfade..." -#: app/gui/menus.c:712 +#: app/gui/menus.c:713 msgid "/Layers/Layer to Imagesize" msgstr "/Ebenen/Ebene auf Bildgröße" #. /Layers/Stack -#: app/gui/menus.c:719 +#: app/gui/menus.c:720 msgid "/Layers/Stack/Previous Layer" msgstr "/Ebenen/Stapel/Vorherige Ebene" -#: app/gui/menus.c:723 +#: app/gui/menus.c:724 msgid "/Layers/Stack/Next Layer" msgstr "/Ebenen/Stapel/Nächste Ebene" -#: app/gui/menus.c:727 +#: app/gui/menus.c:728 msgid "/Layers/Stack/Raise Layer" msgstr "/Ebenen/Stapel/Ebene anheben" -#: app/gui/menus.c:732 +#: app/gui/menus.c:733 msgid "/Layers/Stack/Lower Layer" msgstr "/Ebenen/Stapel/Ebene absenken" -#: app/gui/menus.c:737 +#: app/gui/menus.c:738 msgid "/Layers/Stack/Layer to Top" msgstr "/Ebenen/Stapel/Ebene nach ganz oben" -#: app/gui/menus.c:742 +#: app/gui/menus.c:743 msgid "/Layers/Stack/Layer to Bottom" msgstr "/Ebenen/Stapel/Ebene nach ganz unten" #. /Layers/Rotate -#: app/gui/menus.c:752 +#: app/gui/menus.c:753 msgid "/Layers/Rotate" msgstr "/Ebenen/Rotieren" -#: app/gui/menus.c:756 +#: app/gui/menus.c:757 msgid "/Layers/Anchor Layer" msgstr "/Ebenen/Ebene verankern" -#: app/gui/menus.c:761 +#: app/gui/menus.c:762 msgid "/Layers/Merge Visible Layers..." msgstr "/Ebenen/Sichtbare Ebenen vereinen..." -#: app/gui/menus.c:765 +#: app/gui/menus.c:766 msgid "/Layers/Flatten Image" msgstr "/Ebenen/Bild zusammenfügen" -#: app/gui/menus.c:772 +#: app/gui/menus.c:773 msgid "/Layers/Mask to Selection" msgstr "/Ebenen/Auswahl aus Maske" -#: app/gui/menus.c:779 +#: app/gui/menus.c:780 msgid "/Layers/Add Alpha Channel" msgstr "/Ebenen/Alphakanal hinzufügen" -#: app/gui/menus.c:783 +#: app/gui/menus.c:784 msgid "/Layers/Alpha to Selection" msgstr "/Ebenen/Auswahl aus Alphakanal" #. /Tools -#: app/gui/menus.c:792 +#: app/gui/menus.c:793 msgid "/Tools/Toolbox" msgstr "/Werkzeuge/Werkzeugkasten" -#: app/gui/menus.c:796 +#: app/gui/menus.c:797 msgid "/Tools/Default Colors" msgstr "/Werkzeuge/Standardfarben" -#: app/gui/menus.c:800 +#: app/gui/menus.c:801 msgid "/Tools/Swap Colors" msgstr "/Werkzeuge/Farben tauschen" -#: app/gui/menus.c:804 +#: app/gui/menus.c:805 #, fuzzy msgid "/Tools/Swap Contexts" msgstr "/Werkzeuge/Farben tauschen" -#: app/gui/menus.c:811 +#: app/gui/menus.c:812 #, fuzzy msgid "/Tools/Selection Tools" msgstr "/Werkzeuge/Auswahlwerkzeuge/Freie Auswahl" -#: app/gui/menus.c:812 +#: app/gui/menus.c:813 #, fuzzy msgid "/Tools/Paint Tools" msgstr "/Werkzeuge/Malwerkzeuge/Tinte" -#: app/gui/menus.c:813 +#: app/gui/menus.c:814 #, fuzzy msgid "/Tools/Transform Tools" msgstr "/Werkzeuge/Transformationen/Spiegeln" #. /Dialogs -#: app/gui/menus.c:817 +#: app/gui/menus.c:818 msgid "/Dialogs/Layers, Channels & Paths..." msgstr "/Dialoge/Ebenen, Kanäle und Pfade..." -#: app/gui/menus.c:821 +#: app/gui/menus.c:822 msgid "/Dialogs/Tool Options..." msgstr "/Dialoge/Werkzeugeinstellungen..." -#: app/gui/menus.c:828 +#: app/gui/menus.c:829 msgid "/Dialogs/Brushes..." msgstr "/Dialoge/Pinsel..." -#: app/gui/menus.c:832 +#: app/gui/menus.c:833 msgid "/Dialogs/Patterns..." msgstr "/Dialoge/Muster..." -#: app/gui/menus.c:836 +#: app/gui/menus.c:837 msgid "/Dialogs/Gradients..." msgstr "/Dialoge/Farbverläufe..." -#: app/gui/menus.c:840 +#: app/gui/menus.c:841 #, fuzzy msgid "/Dialogs/Palettes..." msgstr "/Dialoge/Farbpalette...." -#: app/gui/menus.c:845 +#: app/gui/menus.c:846 msgid "/Dialogs/Indexed Palette..." msgstr "/Dialoge/Indizierte Palette..." -#: app/gui/menus.c:850 +#: app/gui/menus.c:851 #, fuzzy msgid "/Dialogs/Buffers..." msgstr "/Dialoge/Pinsel..." -#: app/gui/menus.c:857 +#: app/gui/menus.c:858 msgid "/Dialogs/Input Devices..." msgstr "/Dialoge/Eingabegeräte..." -#: app/gui/menus.c:861 +#: app/gui/menus.c:862 msgid "/Dialogs/Device Status..." msgstr "/Dialoge/Gerätestatus..." -#: app/gui/menus.c:868 +#: app/gui/menus.c:869 msgid "/Dialogs/Document Index..." msgstr "/Dialoge/Dokumentenindex..." -#: app/gui/menus.c:872 +#: app/gui/menus.c:873 msgid "/Dialogs/Error Console..." msgstr "/Dialoge/Fehlerkonsole..." -#: app/gui/menus.c:877 +#: app/gui/menus.c:878 msgid "/Dialogs/Display Filters..." msgstr "/Dialoge/Darstellungsfilter..." -#: app/gui/menus.c:882 +#: app/gui/menus.c:883 msgid "/Dialogs/Undo History..." msgstr "/Dialoge/Journal..." #. /Filters -#: app/gui/menus.c:891 +#: app/gui/menus.c:892 msgid "/Filters/Repeat Last" msgstr "/Filter/Wiederhole letzten Vorgang" -#: app/gui/menus.c:896 +#: app/gui/menus.c:897 msgid "/Filters/Re-Show Last" msgstr "/Filter/Zeige letzten Vorgang nochmal" -#: app/gui/menus.c:904 +#: app/gui/menus.c:905 msgid "/Filters/Blur" msgstr "/Filter/Weichzeichnen" -#: app/gui/menus.c:905 +#: app/gui/menus.c:906 msgid "/Filters/Colors" msgstr "/Filter/Farben" -#: app/gui/menus.c:906 +#: app/gui/menus.c:907 msgid "/Filters/Noise" msgstr "/Filter/Rauschen" -#: app/gui/menus.c:907 +#: app/gui/menus.c:908 msgid "/Filters/Edge-Detect" msgstr "/Filter/Kanten finden" -#: app/gui/menus.c:908 +#: app/gui/menus.c:909 msgid "/Filters/Enhance" msgstr "/Filter/Verbessern" -#: app/gui/menus.c:909 +#: app/gui/menus.c:910 msgid "/Filters/Generic" msgstr "/Filter/Allgemein" -#: app/gui/menus.c:913 +#: app/gui/menus.c:914 msgid "/Filters/Glass Effects" msgstr "/Filter/Glas-Effekte" -#: app/gui/menus.c:914 +#: app/gui/menus.c:915 msgid "/Filters/Light Effects" msgstr "/Filter/Licht-Effekte" -#: app/gui/menus.c:915 +#: app/gui/menus.c:916 msgid "/Filters/Distorts" msgstr "/Filter/Verzerren" -#: app/gui/menus.c:916 +#: app/gui/menus.c:917 msgid "/Filters/Artistic" msgstr "/Filter/Künstlerisch" -#: app/gui/menus.c:917 +#: app/gui/menus.c:918 msgid "/Filters/Map" msgstr "/Filter/Abbilden" -#: app/gui/menus.c:918 +#: app/gui/menus.c:919 msgid "/Filters/Render" msgstr "/Filter/Render" -#: app/gui/menus.c:919 +#: app/gui/menus.c:920 #, fuzzy msgid "/Filters/Text" msgstr "/Filter/Web" -#: app/gui/menus.c:920 +#: app/gui/menus.c:921 msgid "/Filters/Web" msgstr "/Filter/Web" -#: app/gui/menus.c:924 +#: app/gui/menus.c:925 msgid "/Filters/Animation" msgstr "/Filter/Animation" -#: app/gui/menus.c:925 +#: app/gui/menus.c:926 msgid "/Filters/Combine" msgstr "/Filter/Kombinieren" -#: app/gui/menus.c:929 +#: app/gui/menus.c:930 msgid "/Filters/Toys" msgstr "/Filter/Viel Spaß" -#: app/gui/menus.c:937 +#: app/gui/menus.c:938 msgid "/Automatic" msgstr "/Automatisch" -#: app/gui/menus.c:950 +#: app/gui/menus.c:951 msgid "/By Extension" msgstr "/Nach Endung" -#: app/gui/menus.c:963 +#: app/gui/menus.c:964 msgid "/New Layer..." msgstr "/Ebene anlegen..." #. /Stack -#: app/gui/menus.c:971 +#: app/gui/menus.c:972 msgid "/Stack/Raise Layer" msgstr "/Stapel/Ebene anheben" -#: app/gui/menus.c:976 +#: app/gui/menus.c:977 msgid "/Stack/Lower Layer" msgstr "/Stapel/Ebene absenken" -#: app/gui/menus.c:981 +#: app/gui/menus.c:982 msgid "/Stack/Layer to Top" msgstr "/Stapel/Ebene nach ganz oben" -#: app/gui/menus.c:986 +#: app/gui/menus.c:987 msgid "/Stack/Layer to Bottom" msgstr "/Stapel/Ebene nach ganz unten" -#: app/gui/menus.c:992 +#: app/gui/menus.c:993 msgid "/Duplicate Layer" msgstr "/Ebene duplizieren" -#: app/gui/menus.c:997 +#: app/gui/menus.c:998 msgid "/Anchor Layer" msgstr "/Ebene verankern" -#: app/gui/menus.c:1002 +#: app/gui/menus.c:1003 msgid "/Delete Layer" msgstr "/Ebene löschen" -#: app/gui/menus.c:1010 +#: app/gui/menus.c:1011 msgid "/Layer Boundary Size..." msgstr "/Ebenengröße ändern... " -#: app/gui/menus.c:1014 +#: app/gui/menus.c:1015 msgid "/Layer to Imagesize" msgstr "/Ebene auf Bildgrösse" -#: app/gui/menus.c:1018 +#: app/gui/menus.c:1019 msgid "/Scale Layer..." msgstr "/Ebene skalieren..." -#: app/gui/menus.c:1026 +#: app/gui/menus.c:1027 msgid "/Merge Visible Layers..." msgstr "/Sichtbare Ebenen vereinen..." -#: app/gui/menus.c:1030 +#: app/gui/menus.c:1031 msgid "/Merge Down" msgstr "/Nach unten vereinen" -#: app/gui/menus.c:1034 +#: app/gui/menus.c:1035 msgid "/Flatten Image" msgstr "/Bild zusammenfügen" -#: app/gui/menus.c:1041 +#: app/gui/menus.c:1042 msgid "/Add Layer Mask..." msgstr "/Ebenenmaske hinzufügen..." -#: app/gui/menus.c:1045 +#: app/gui/menus.c:1046 msgid "/Apply Layer Mask" msgstr "/Ebenenmaske anwenden..." -#: app/gui/menus.c:1049 +#: app/gui/menus.c:1050 msgid "/Delete Layer Mask" msgstr "/Ebenenmaske löschen" -#: app/gui/menus.c:1053 +#: app/gui/menus.c:1054 msgid "/Mask to Selection" msgstr "/Auswahl aus Maske" -#: app/gui/menus.c:1060 +#: app/gui/menus.c:1061 msgid "/Add Alpha Channel" msgstr "/Alphakanal hinzufügen" -#: app/gui/menus.c:1064 +#: app/gui/menus.c:1065 msgid "/Alpha to Selection" msgstr "/Auswahl aus Alphakanal" -#: app/gui/menus.c:1071 +#: app/gui/menus.c:1072 msgid "/Edit Layer Attributes..." msgstr "/Ebeneneigenschaften..." -#: app/gui/menus.c:1083 +#: app/gui/menus.c:1084 msgid "/New Channel..." msgstr "/Kanal anlegen..." -#: app/gui/menus.c:1088 +#: app/gui/menus.c:1089 msgid "/Raise Channel" msgstr "/Kanal anheben" -#: app/gui/menus.c:1093 +#: app/gui/menus.c:1094 msgid "/Lower Channel" msgstr "/Kanal absenken" -#: app/gui/menus.c:1098 +#: app/gui/menus.c:1099 msgid "/Duplicate Channel" msgstr "/Kanal duplizieren" -#: app/gui/menus.c:1106 +#: app/gui/menus.c:1107 msgid "/Channel to Selection" msgstr "/Auswahl aus Kanal" -#: app/gui/menus.c:1111 +#: app/gui/menus.c:1112 msgid "/Add to Selection" msgstr "/Zur Auswahl hinzufügen" -#: app/gui/menus.c:1116 +#: app/gui/menus.c:1117 msgid "/Subtract from Selection" msgstr "/Von Auswahl abziehen" -#: app/gui/menus.c:1121 +#: app/gui/menus.c:1122 msgid "/Intersect with Selection" msgstr "/Mit Auswahl schneiden" -#: app/gui/menus.c:1129 +#: app/gui/menus.c:1130 msgid "/Delete Channel" msgstr "/Kanal löschen" -#: app/gui/menus.c:1137 +#: app/gui/menus.c:1138 msgid "/Edit Channel Attributes..." msgstr "/Kanaleigenschaften..." -#: app/gui/menus.c:1149 +#: app/gui/menus.c:1150 msgid "/New Path" msgstr "/Pfad anlegen" -#: app/gui/menus.c:1154 +#: app/gui/menus.c:1155 msgid "/Duplicate Path" msgstr "/Pfad duplizieren" -#: app/gui/menus.c:1159 +#: app/gui/menus.c:1160 msgid "/Path to Selection" msgstr "/Pfad zur Auswahl" -#: app/gui/menus.c:1164 +#: app/gui/menus.c:1165 msgid "/Selection to Path" msgstr "/Pfad aus Auswahl" -#: app/gui/menus.c:1169 +#: app/gui/menus.c:1170 msgid "/Stroke Path" msgstr "/Pfad nachziehen" -#: app/gui/menus.c:1174 +#: app/gui/menus.c:1175 msgid "/Delete Path" msgstr "/Pfad löschen" -#: app/gui/menus.c:1182 +#: app/gui/menus.c:1183 msgid "/Copy Path" msgstr "/Pfad kopieren" -#: app/gui/menus.c:1187 +#: app/gui/menus.c:1188 msgid "/Paste Path" msgstr "/Pfad einfügen" -#: app/gui/menus.c:1192 +#: app/gui/menus.c:1193 msgid "/Import Path..." msgstr "/Pfad importieren..." -#: app/gui/menus.c:1197 +#: app/gui/menus.c:1198 msgid "/Export Path..." msgstr "/Pfad exportieren..." -#: app/gui/menus.c:1205 +#: app/gui/menus.c:1206 msgid "/Edit Path Attributes..." msgstr "/Pfadeigenschaften..." -#: app/gui/menus.c:1217 +#: app/gui/menus.c:1218 #, fuzzy msgid "/Select Tab" msgstr "Auswahl" -#: app/gui/menus.c:1221 +#: app/gui/menus.c:1222 #, fuzzy msgid "/Add Tab/Layer List..." msgstr "/Ebenenmaske hinzufügen..." -#: app/gui/menus.c:1225 +#: app/gui/menus.c:1226 #, fuzzy msgid "/Add Tab/Channel List..." msgstr "/Kanaleigenschaften..." -#: app/gui/menus.c:1229 +#: app/gui/menus.c:1230 msgid "/Add Tab/Path List..." msgstr "" -#: app/gui/menus.c:1233 +#: app/gui/menus.c:1234 #, fuzzy msgid "/Add Tab/Indexed Palette..." msgstr "/Dialoge/Indizierte Palette..." -#: app/gui/menus.c:1238 +#: app/gui/menus.c:1239 msgid "/Add Tab/Document History..." msgstr "" -#: app/gui/menus.c:1242 +#: app/gui/menus.c:1243 #, fuzzy msgid "/Add Tab/Error Console..." msgstr "/Dialoge/Fehlerkonsole..." -#: app/gui/menus.c:1249 +#: app/gui/menus.c:1250 #, fuzzy msgid "/Add Tab/Brush List..." msgstr "/Ebenenmaske hinzufügen..." -#: app/gui/menus.c:1253 +#: app/gui/menus.c:1254 msgid "/Add Tab/Brush Grid..." msgstr "" -#: app/gui/menus.c:1260 +#: app/gui/menus.c:1261 #, fuzzy msgid "/Add Tab/Pattern List..." msgstr "/Dialoge/Muster..." -#: app/gui/menus.c:1264 +#: app/gui/menus.c:1265 msgid "/Add Tab/Pattern Grid..." msgstr "" -#: app/gui/menus.c:1271 +#: app/gui/menus.c:1272 #, fuzzy msgid "/Add Tab/Gradient List..." msgstr "/Dialoge/Farbverläufe..." -#: app/gui/menus.c:1275 +#: app/gui/menus.c:1276 #, fuzzy msgid "/Add Tab/Gradient Grid..." msgstr "/Dialoge/Farbverläufe..." -#: app/gui/menus.c:1282 +#: app/gui/menus.c:1283 #, fuzzy msgid "/Add Tab/Palette List..." msgstr "/Dialoge/Farbpalette...." -#: app/gui/menus.c:1287 +#: app/gui/menus.c:1288 #, fuzzy msgid "/Add Tab/Palette Grid..." msgstr "/Dialoge/Farbpalette...." -#: app/gui/menus.c:1295 +#: app/gui/menus.c:1296 msgid "/Add Tab/Tool List..." msgstr "" -#: app/gui/menus.c:1299 +#: app/gui/menus.c:1300 msgid "/Add Tab/Tool Grid..." msgstr "" -#: app/gui/menus.c:1306 +#: app/gui/menus.c:1307 #, fuzzy msgid "/Add Tab/Image List..." msgstr "/Ebenenmaske hinzufügen..." -#: app/gui/menus.c:1310 +#: app/gui/menus.c:1311 msgid "/Add Tab/Image Grid..." msgstr "" -#: app/gui/menus.c:1317 +#: app/gui/menus.c:1318 #, fuzzy msgid "/Add Tab/Buffer List..." msgstr "/Ebenenmaske hinzufügen..." -#: app/gui/menus.c:1321 +#: app/gui/menus.c:1322 msgid "/Add Tab/Buffer Grid..." msgstr "" -#: app/gui/menus.c:1326 +#: app/gui/menus.c:1327 #, fuzzy msgid "/Remove Tab" msgstr "Entfernen" -#: app/gui/menus.c:1333 +#: app/gui/menus.c:1334 msgid "/Show Image Menu" msgstr "" -#: app/gui/menus.c:1337 +#: app/gui/menus.c:1338 msgid "/Auto Follow Active Image" msgstr "" -#: app/gui/menus.c:1349 +#: app/gui/menus.c:1350 #, fuzzy msgid "/New Brush" msgstr "/Pfad anlegen" -#: app/gui/menus.c:1354 +#: app/gui/menus.c:1355 #, fuzzy msgid "/Duplicate Brush" msgstr "/Pfad duplizieren" -#: app/gui/menus.c:1359 +#: app/gui/menus.c:1360 #, fuzzy msgid "/Edit Brush..." msgstr "/Pfadeigenschaften..." -#: app/gui/menus.c:1364 +#: app/gui/menus.c:1365 #, fuzzy msgid "/Delete Brush..." msgstr "/Pfad löschen" -#: app/gui/menus.c:1372 +#: app/gui/menus.c:1373 #, fuzzy msgid "/Refresh Brushes" msgstr "Erzeugte Pinsel" -#: app/gui/menus.c:1384 +#: app/gui/menus.c:1385 #, fuzzy msgid "/New Pattern" msgstr "Farbpalette anlegen" -#: app/gui/menus.c:1389 +#: app/gui/menus.c:1390 #, fuzzy msgid "/Duplicate Pattern" msgstr "/Pfad duplizieren" -#: app/gui/menus.c:1394 +#: app/gui/menus.c:1395 #, fuzzy msgid "/Edit Pattern..." msgstr "/Pfadeigenschaften..." -#: app/gui/menus.c:1399 +#: app/gui/menus.c:1400 #, fuzzy msgid "/Delete Pattern..." msgstr "Palette löschen" -#: app/gui/menus.c:1407 +#: app/gui/menus.c:1408 #, fuzzy msgid "/Refresh Patterns" msgstr "Muster" -#: app/gui/menus.c:1419 +#: app/gui/menus.c:1420 #, fuzzy msgid "/New Gradient" msgstr "Neuer Farbverlauf" -#: app/gui/menus.c:1424 +#: app/gui/menus.c:1425 #, fuzzy msgid "/Duplicate Gradient" msgstr "/Pfad duplizieren" -#: app/gui/menus.c:1429 +#: app/gui/menus.c:1430 #, fuzzy msgid "/Edit Gradient..." msgstr "/Dialoge/Farbverläufe..." -#: app/gui/menus.c:1434 +#: app/gui/menus.c:1435 #, fuzzy msgid "/Delete Gradient..." msgstr "Farbverlauf löschen" -#: app/gui/menus.c:1442 +#: app/gui/menus.c:1443 #, fuzzy msgid "/Refresh Gradients" msgstr "Farbverlauf umbenennen" -#: app/gui/menus.c:1450 +#: app/gui/menus.c:1451 #, fuzzy msgid "/Save as POV-Ray..." msgstr "Als POV-Ray Datei sichern" -#: app/gui/menus.c:1462 +#: app/gui/menus.c:1463 #, fuzzy msgid "/New Palette" msgstr "Farbpalette anlegen" -#: app/gui/menus.c:1467 +#: app/gui/menus.c:1468 #, fuzzy msgid "/Duplicate Palette" msgstr "/Pfad duplizieren" -#: app/gui/menus.c:1472 +#: app/gui/menus.c:1473 #, fuzzy msgid "/Edit Palette..." msgstr "/Pfadeigenschaften..." -#: app/gui/menus.c:1477 +#: app/gui/menus.c:1478 #, fuzzy msgid "/Delete Palette..." msgstr "Palette löschen" -#: app/gui/menus.c:1485 +#: app/gui/menus.c:1486 #, fuzzy msgid "/Refresh Palettes" msgstr "Farbpalette vereinen" -#: app/gui/menus.c:1493 +#: app/gui/menus.c:1494 #, fuzzy msgid "/Import Palette..." msgstr "Farbpalette importieren" -#: app/gui/menus.c:1498 +#: app/gui/menus.c:1499 #, fuzzy msgid "/Merge Palettes..." msgstr "Farbpalette vereinen" @@ -3923,7 +3935,7 @@ msgstr "Versatz um (x/2),(y/2)" msgid "Palette Editor" msgstr "Farbpalette Bearbeiten" -#: app/gui/palette-editor.c:352 app/gui/palette-editor.c:1093 +#: app/gui/palette-editor.c:352 app/gui/palette-editor.c:1100 msgid "Undefined" msgstr "Nicht definiert" @@ -3996,100 +4008,100 @@ msgstr "Auswahl" msgid "Palette Selection" msgstr "Paletten Auswahl" -#: app/gui/paths-dialog.c:156 +#: app/gui/paths-dialog.c:155 msgid "New Path" msgstr "Neuer Pfad" -#: app/gui/paths-dialog.c:160 +#: app/gui/paths-dialog.c:159 msgid "Duplicate Path" msgstr "Pfad duplizieren" -#: app/gui/paths-dialog.c:164 +#: app/gui/paths-dialog.c:163 msgid "Path to Selection" msgstr "Auswahl aus Pfad" -#: app/gui/paths-dialog.c:168 +#: app/gui/paths-dialog.c:167 msgid "Selection to Path" msgstr "Pfad aus Auswahl" -#: app/gui/paths-dialog.c:172 +#: app/gui/paths-dialog.c:171 msgid "Stroke Path" msgstr "Pfad nachziehen" -#: app/gui/paths-dialog.c:176 +#: app/gui/paths-dialog.c:175 msgid "Delete Path" msgstr "Pfad löschen" -#: app/gui/paths-dialog.c:185 +#: app/gui/paths-dialog.c:184 msgid "New Point" msgstr "Neuer Punkt" -#: app/gui/paths-dialog.c:189 +#: app/gui/paths-dialog.c:188 msgid "Add Point" msgstr "Punkt hinzufügen" -#: app/gui/paths-dialog.c:193 +#: app/gui/paths-dialog.c:192 msgid "Delete Point" msgstr "Punkt löschen" -#: app/gui/paths-dialog.c:197 +#: app/gui/paths-dialog.c:196 msgid "Edit Point" msgstr "Punkt bearbeiten" -#: app/gui/paths-dialog.c:416 +#: app/gui/paths-dialog.c:424 #, c-format msgid "Path %d" msgstr "Pfad %d" -#: app/gui/paths-dialog.c:969 +#: app/gui/paths-dialog.c:977 msgid "Edit Path Attributes" msgstr "Pfadmerkmale ändern" -#: app/gui/paths-dialog.c:972 +#: app/gui/paths-dialog.c:980 msgid "Enter a new name for the path" msgstr "Geben sie diesem Pfad einen neuen Namen" -#: app/gui/paths-dialog.c:1861 app/tools/gimpcurvestool.c:1785 -#: app/tools/gimpcurvestool.c:1803 app/tools/gimplevelstool.c:1578 -#: app/tools/gimplevelstool.c:1596 +#: app/gui/paths-dialog.c:1869 app/tools/gimpcurvestool.c:1797 +#: app/tools/gimpcurvestool.c:1815 app/tools/gimplevelstool.c:1579 +#: app/tools/gimplevelstool.c:1597 #, c-format msgid "Unable to open file %s" msgstr "Kann Datei %s nicht öffnen" -#: app/gui/paths-dialog.c:1876 +#: app/gui/paths-dialog.c:1884 #, c-format msgid "Failed to read from %s" msgstr "Konnte nicht aus %s lesen" -#: app/gui/paths-dialog.c:1891 +#: app/gui/paths-dialog.c:1899 #, c-format msgid "Failed to read path from %s" msgstr "Konnte keinen Pfad aus %s lesen" -#: app/gui/paths-dialog.c:1898 +#: app/gui/paths-dialog.c:1906 #, c-format msgid "No points specified in path file %s" msgstr "Pfaddatei %s enthält keine Punkte" -#: app/gui/paths-dialog.c:1909 +#: app/gui/paths-dialog.c:1917 #, c-format msgid "Failed to read path points from %s" msgstr "Konnte keine Pfadpunkte aus %s lesen" -#: app/gui/paths-dialog.c:1982 app/xcf/xcf.c:310 +#: app/gui/paths-dialog.c:1990 app/xcf/xcf.c:310 #, c-format msgid "open failed on %s: %s\n" msgstr "Kann %s nicht öffnen: %s\n" -#: app/gui/paths-dialog.c:2004 +#: app/gui/paths-dialog.c:2012 msgid "Load/Store Bezier Curves" msgstr "Öffne/Sichere Bezierkurven" -#: app/gui/paths-dialog.c:2044 +#: app/gui/paths-dialog.c:2052 msgid "Load Path" msgstr "Pfad öffnen" -#: app/gui/paths-dialog.c:2066 +#: app/gui/paths-dialog.c:2074 msgid "Store Path" msgstr "Pfad sichern" @@ -4098,55 +4110,55 @@ msgstr "Pfad sichern" msgid "Pattern Selection" msgstr "Muster Auswahl" -#: app/gui/preferences-dialog.c:279 +#: app/gui/preferences-dialog.c:280 msgid "Error: Levels of undo must be zero or greater." msgstr "" "Fehler: Die Anzahl der Stufen der Rückgängigmachung\n" "muss größer oder gleich Null sein." -#: app/gui/preferences-dialog.c:285 +#: app/gui/preferences-dialog.c:286 msgid "Error: Marching speed must be 50 or greater." msgstr "" "Fehler: Die Geschwindigkeit der laufenden Ameisen\n" "muss mindestens 50 betragen." -#: app/gui/preferences-dialog.c:291 +#: app/gui/preferences-dialog.c:292 msgid "Error: Default width must be one or greater." msgstr "Fehler: Die Standardbreite muss mindestens 1 sein." -#: app/gui/preferences-dialog.c:297 +#: app/gui/preferences-dialog.c:298 msgid "Error: Default height must be one or greater." msgstr "Fehler: Die Standardhöhe muss mindestens 1 sein." -#: app/gui/preferences-dialog.c:304 +#: app/gui/preferences-dialog.c:305 msgid "Error: Default unit must be within unit range." msgstr "Fehler: Die gewählte Standardeinheit ist ungültig." -#: app/gui/preferences-dialog.c:311 +#: app/gui/preferences-dialog.c:312 msgid "Error: Default resolution must not be zero." msgstr "Fehler: Die Standardauflösung darf nicht Null sein." -#: app/gui/preferences-dialog.c:319 +#: app/gui/preferences-dialog.c:320 msgid "Error: Default resolution unit must be within unit range." msgstr "Fehler: Die gewählte Standardauflösung ist ungültig." -#: app/gui/preferences-dialog.c:326 +#: app/gui/preferences-dialog.c:327 msgid "Error: Monitor resolution must not be zero." msgstr "Fehler: Die Bildschirmauflöung darf nicht Null sein." -#: app/gui/preferences-dialog.c:333 +#: app/gui/preferences-dialog.c:334 msgid "Error: Image title format must not be NULL." msgstr "Fehler: Der gewählte Fenstertitel ist ungültig." -#: app/gui/preferences-dialog.c:340 +#: app/gui/preferences-dialog.c:341 msgid "Error: Number of processors must be between 1 and 30." msgstr "Fehler: Die Anzahl der Prozessoren muss zwischen 1 und 30 liegen." -#: app/gui/preferences-dialog.c:391 +#: app/gui/preferences-dialog.c:392 msgid "Save Preferences ?" msgstr "Einstellungen sichern ?" -#: app/gui/preferences-dialog.c:413 +#: app/gui/preferences-dialog.c:414 msgid "" "At least one of the changes you made will only\n" "take effect after you restart the GIMP.\n" @@ -4164,548 +4176,547 @@ msgstr "" "werden kann, oder Sie wählen 'Schließen' und die\n" "fraglichen Änderungen werden nicht angewendet." -#: app/gui/preferences-dialog.c:506 +#: app/gui/preferences-dialog.c:507 msgid "You will need to restart GIMP for these changes to take effect." msgstr "Sie müssen GIMP neu starten, damit die Änderungen aktiv werden." -#: app/gui/preferences-dialog.c:1095 +#: app/gui/preferences-dialog.c:1096 #, c-format msgid "The default comment is limited to %d characters." msgstr "Der Standard-Kommentar ist auf %d Zeichen beschränkt." -#: app/gui/preferences-dialog.c:1548 +#: app/gui/preferences-dialog.c:1547 msgid "Preferences" msgstr "Einstellungen" -#. The categories tree -#: app/gui/preferences-dialog.c:1570 +#: app/gui/preferences-dialog.c:1574 msgid "Categories" msgstr "Kategorien" -#: app/gui/preferences-dialog.c:1598 app/gui/preferences-dialog.c:1600 +#: app/gui/preferences-dialog.c:1602 app/gui/preferences-dialog.c:1604 msgid "New File" msgstr "Neues Bild" -#: app/gui/preferences-dialog.c:1611 +#: app/gui/preferences-dialog.c:1615 msgid "Default Image Size and Unit" msgstr "Standard Bildgröße und Längeneinheit" -#: app/gui/preferences-dialog.c:1626 +#: app/gui/preferences-dialog.c:1630 msgid "Width" msgstr "Breite" -#: app/gui/preferences-dialog.c:1628 +#: app/gui/preferences-dialog.c:1632 msgid "Height" msgstr "Höhe" -#: app/gui/preferences-dialog.c:1660 +#: app/gui/preferences-dialog.c:1664 msgid "Default Image Resolution and Resolution Unit" msgstr "Standard Auflösung und Auflösungseinheit" -#: app/gui/preferences-dialog.c:1684 app/gui/preferences-dialog.c:2550 -#: app/tools/gimpfliptool.c:386 +#: app/gui/preferences-dialog.c:1688 app/gui/preferences-dialog.c:2551 +#: app/tools/gimpfliptool.c:387 msgid "Horizontal" msgstr "Horizontal" -#: app/gui/preferences-dialog.c:1686 app/gui/preferences-dialog.c:2552 -#: app/tools/gimpfliptool.c:388 +#: app/gui/preferences-dialog.c:1690 app/gui/preferences-dialog.c:2553 +#: app/tools/gimpfliptool.c:389 msgid "Vertical" msgstr "Vertikal" -#: app/gui/preferences-dialog.c:1688 app/gui/preferences-dialog.c:2554 +#: app/gui/preferences-dialog.c:1692 app/gui/preferences-dialog.c:2555 msgid "dpi" msgstr "dpi" -#: app/gui/preferences-dialog.c:1738 +#: app/gui/preferences-dialog.c:1742 msgid "Default Image Type:" msgstr "Standard Bildtyp:" -#: app/gui/preferences-dialog.c:1747 +#: app/gui/preferences-dialog.c:1751 msgid "Maximum Image Size:" msgstr "Maximale Bildgröße:" -#: app/gui/preferences-dialog.c:1756 app/gui/preferences-dialog.c:1758 +#: app/gui/preferences-dialog.c:1760 app/gui/preferences-dialog.c:1762 msgid "Default Comment" msgstr "Standard Kommentar" -#: app/gui/preferences-dialog.c:1766 +#: app/gui/preferences-dialog.c:1770 msgid "Comment Used for New Images" msgstr "Kommentar für neue Bilder" -#: app/gui/preferences-dialog.c:1794 app/gui/preferences-dialog.c:1796 +#: app/gui/preferences-dialog.c:1798 app/gui/preferences-dialog.c:1800 msgid "Display" msgstr "Anzeige" -#: app/gui/preferences-dialog.c:1804 +#: app/gui/preferences-dialog.c:1808 msgid "Transparency" msgstr "Transparenz" -#: app/gui/preferences-dialog.c:1825 +#: app/gui/preferences-dialog.c:1829 msgid "Light Checks" msgstr "Helle Quadrate" -#: app/gui/preferences-dialog.c:1826 +#: app/gui/preferences-dialog.c:1830 msgid "Mid-Tone Checks" msgstr "Halbhelle Quadrate" -#: app/gui/preferences-dialog.c:1827 +#: app/gui/preferences-dialog.c:1831 msgid "Dark Checks" msgstr "Dunkle Quadrate" -#: app/gui/preferences-dialog.c:1828 +#: app/gui/preferences-dialog.c:1832 msgid "White Only" msgstr "Nur Weiß" -#: app/gui/preferences-dialog.c:1829 +#: app/gui/preferences-dialog.c:1833 msgid "Gray Only" msgstr "Nur Grau" -#: app/gui/preferences-dialog.c:1830 +#: app/gui/preferences-dialog.c:1834 msgid "Black Only" msgstr "Nur Schwarz" -#: app/gui/preferences-dialog.c:1835 +#: app/gui/preferences-dialog.c:1839 msgid "Transparency Type:" msgstr "Transparenz Typ:" -#: app/gui/preferences-dialog.c:1844 app/gui/preferences-dialog.c:1943 -#: app/gui/preferences-dialog.c:1960 +#: app/gui/preferences-dialog.c:1848 app/gui/preferences-dialog.c:1947 +#: app/gui/preferences-dialog.c:1964 msgid "Small" msgstr "Klein" -#: app/gui/preferences-dialog.c:1845 app/gui/preferences-dialog.c:1944 -#: app/gui/preferences-dialog.c:1961 +#: app/gui/preferences-dialog.c:1849 app/gui/preferences-dialog.c:1948 +#: app/gui/preferences-dialog.c:1965 msgid "Medium" msgstr "Mittel" -#: app/gui/preferences-dialog.c:1846 app/gui/preferences-dialog.c:1945 -#: app/gui/preferences-dialog.c:1962 +#: app/gui/preferences-dialog.c:1850 app/gui/preferences-dialog.c:1949 +#: app/gui/preferences-dialog.c:1966 msgid "Large" msgstr "Groß" -#: app/gui/preferences-dialog.c:1851 +#: app/gui/preferences-dialog.c:1855 msgid "Check Size:" msgstr "Schachbrett Größe:" -#: app/gui/preferences-dialog.c:1854 +#: app/gui/preferences-dialog.c:1858 msgid "8-Bit Displays" msgstr "8-Bit Anzeigen" -#: app/gui/preferences-dialog.c:1872 +#: app/gui/preferences-dialog.c:1876 msgid "Minimum Number of Colors:" msgstr "Minimale Anzahl Farben:" -#: app/gui/preferences-dialog.c:1879 +#: app/gui/preferences-dialog.c:1883 msgid "Install Colormap" msgstr "Installiere Farbtabelle" -#: app/gui/preferences-dialog.c:1889 +#: app/gui/preferences-dialog.c:1893 msgid "Colormap Cycling" msgstr "Farbtabelle rotieren" -#: app/gui/preferences-dialog.c:1902 app/gui/preferences-dialog.c:1904 +#: app/gui/preferences-dialog.c:1906 app/gui/preferences-dialog.c:1908 #: app/pdb/internal_procs.c:121 msgid "Interface" msgstr "Oberfläche" -#: app/gui/preferences-dialog.c:1941 app/tools/gimpblendtool.c:761 -#: app/tools/gimpbycolorselecttool.c:950 +#: app/gui/preferences-dialog.c:1945 app/tools/gimpblendtool.c:762 +#: app/tools/gimpbycolorselecttool.c:951 msgid "None" msgstr "Keine" -#: app/gui/preferences-dialog.c:1942 +#: app/gui/preferences-dialog.c:1946 msgid "Tiny" msgstr "Winzig" -#: app/gui/preferences-dialog.c:1946 +#: app/gui/preferences-dialog.c:1950 msgid "Huge" msgstr "Riesig" -#: app/gui/preferences-dialog.c:1951 +#: app/gui/preferences-dialog.c:1955 msgid "Preview Size:" msgstr "Vorschaugröße:" -#: app/gui/preferences-dialog.c:1967 +#: app/gui/preferences-dialog.c:1971 msgid "Nav Preview Size:" msgstr "Größe der Navigationsvorschau:" -#: app/gui/preferences-dialog.c:1973 +#: app/gui/preferences-dialog.c:1977 msgid "Recent Documents List Size:" msgstr "Größe der Dokumentenliste:" #. Indicators -#: app/gui/preferences-dialog.c:1981 +#: app/gui/preferences-dialog.c:1985 msgid "Toolbox" msgstr "Werkzeugkasten" -#: app/gui/preferences-dialog.c:1984 +#: app/gui/preferences-dialog.c:1988 msgid "Display Brush, Pattern and Gradient Indicators" msgstr "Zeige Pinsel, Muster und Gradienten" -#: app/gui/preferences-dialog.c:1994 +#: app/gui/preferences-dialog.c:1998 msgid "Dialog Behaviour" msgstr "Verhalten von Dialogen" -#: app/gui/preferences-dialog.c:1996 +#: app/gui/preferences-dialog.c:2000 msgid "Navigation Window per Display" msgstr "Ein Navigations-Fenster pro Bildfenster" -#: app/gui/preferences-dialog.c:2006 +#: app/gui/preferences-dialog.c:2010 msgid "Info Window Follows Mouse" msgstr "Info-Fenster folgt der Maus" -#: app/gui/preferences-dialog.c:2016 +#: app/gui/preferences-dialog.c:2020 #, fuzzy msgid "Menus" msgstr "Durchschnitt:" -#: app/gui/preferences-dialog.c:2018 +#: app/gui/preferences-dialog.c:2022 msgid "Disable Tearoff Menus" msgstr "" -#: app/gui/preferences-dialog.c:2030 app/gui/preferences-dialog.c:2032 +#: app/gui/preferences-dialog.c:2034 app/gui/preferences-dialog.c:2036 msgid "Help System" msgstr "Hilfesystem" -#: app/gui/preferences-dialog.c:2042 +#: app/gui/preferences-dialog.c:2046 msgid "Show Tool Tips" msgstr "Zeige Popup-Hilfen" -#: app/gui/preferences-dialog.c:2053 +#: app/gui/preferences-dialog.c:2057 msgid "Context Sensitive Help with \"F1\"" msgstr "\"F1\" zeigt kontextabhängige Hilfe" -#: app/gui/preferences-dialog.c:2063 +#: app/gui/preferences-dialog.c:2067 msgid "Help Browser" msgstr "Hilfe-Browser" -#: app/gui/preferences-dialog.c:2077 +#: app/gui/preferences-dialog.c:2081 msgid "Internal" msgstr "Intern" -#: app/gui/preferences-dialog.c:2078 +#: app/gui/preferences-dialog.c:2082 msgid "Netscape" msgstr "Netscape" -#: app/gui/preferences-dialog.c:2083 +#: app/gui/preferences-dialog.c:2087 msgid "Help Browser to Use:" msgstr "Programm zum Lesen der Hilfe:" -#: app/gui/preferences-dialog.c:2088 app/gui/preferences-dialog.c:2090 +#: app/gui/preferences-dialog.c:2092 app/gui/preferences-dialog.c:2094 msgid "Image Windows" msgstr "Bildfenster" -#: app/gui/preferences-dialog.c:2098 +#: app/gui/preferences-dialog.c:2102 msgid "Appearance" msgstr "Aussehen" -#: app/gui/preferences-dialog.c:2100 +#: app/gui/preferences-dialog.c:2104 msgid "Use \"Dot for Dot\" by default" msgstr "Benutze standardmäßig \"Punkt für Punkt\"" -#: app/gui/preferences-dialog.c:2110 +#: app/gui/preferences-dialog.c:2114 msgid "Resize Window on Zoom" msgstr "Verändere Fenstergröße beim Zoomen" -#: app/gui/preferences-dialog.c:2120 +#: app/gui/preferences-dialog.c:2124 msgid "Show Rulers" msgstr "Zeige Lineale" -#: app/gui/preferences-dialog.c:2130 +#: app/gui/preferences-dialog.c:2134 msgid "Show Statusbar" msgstr "Zeige Statusleiste" -#: app/gui/preferences-dialog.c:2150 +#: app/gui/preferences-dialog.c:2154 msgid "Marching Ants Speed:" msgstr "Geschwindigkeit der laufenden Ameisen:" #. Set the currently used string as "Custom" -#: app/gui/preferences-dialog.c:2162 +#: app/gui/preferences-dialog.c:2166 msgid "Custom" msgstr "Eigene" #. set some commonly used format strings -#: app/gui/preferences-dialog.c:2168 +#: app/gui/preferences-dialog.c:2172 msgid "Standard" msgstr "Standard" -#: app/gui/preferences-dialog.c:2173 +#: app/gui/preferences-dialog.c:2177 msgid "Show zoom percentage" msgstr "Vergrößerung prozentual" -#: app/gui/preferences-dialog.c:2178 +#: app/gui/preferences-dialog.c:2182 msgid "Show zoom ratio" msgstr "Vergrößerung als Verhältnis" -#: app/gui/preferences-dialog.c:2183 +#: app/gui/preferences-dialog.c:2187 msgid "Show reversed zoom ratio" msgstr "Vergrößerung als umgekehrtes Verhältnis" -#: app/gui/preferences-dialog.c:2190 +#: app/gui/preferences-dialog.c:2194 msgid "Image Title Format:" msgstr "Format des Bildtitels:" #. End of the title format string -#: app/gui/preferences-dialog.c:2198 +#: app/gui/preferences-dialog.c:2202 msgid "Pointer Movement Feedback" msgstr "Zeigerbewegung" -#: app/gui/preferences-dialog.c:2201 +#: app/gui/preferences-dialog.c:2205 msgid "Perfect-but-Slow Pointer Tracking" msgstr "Genaue aber langsame Mauszeigernachführung" -#: app/gui/preferences-dialog.c:2211 +#: app/gui/preferences-dialog.c:2215 msgid "Disable Cursor Updating" msgstr "Deaktiviere Mauszeigeränderungen" -#: app/gui/preferences-dialog.c:2233 +#: app/gui/preferences-dialog.c:2237 msgid "Tool Icon" msgstr "Werkzeugicon" -#: app/gui/preferences-dialog.c:2235 +#: app/gui/preferences-dialog.c:2239 msgid "Tool Icon with Crosshair" msgstr "Werkzeugicon mit Fadenkreuz" -#: app/gui/preferences-dialog.c:2237 +#: app/gui/preferences-dialog.c:2241 msgid "Crosshair only" msgstr "Nur Fadenkreuz" -#: app/gui/preferences-dialog.c:2243 +#: app/gui/preferences-dialog.c:2247 msgid "Cursor Mode:" msgstr "Cursor-Modus:" -#: app/gui/preferences-dialog.c:2249 app/gui/preferences-dialog.c:2251 +#: app/gui/preferences-dialog.c:2253 app/gui/preferences-dialog.c:2255 #: app/gui/tool-options-dialog.c:98 msgid "Tool Options" msgstr "Werkzeugeinstellungen" -#: app/gui/preferences-dialog.c:2259 +#: app/gui/preferences-dialog.c:2263 msgid "Paint Options" msgstr "Pinseleinstellungen" -#: app/gui/preferences-dialog.c:2262 +#: app/gui/preferences-dialog.c:2266 msgid "Use Global Paint Options" msgstr "Benutze globale Pinseleinstellungen" -#: app/gui/preferences-dialog.c:2272 +#: app/gui/preferences-dialog.c:2276 msgid "Finding Contiguous Regions" msgstr "Zusammenhängende Bereiche finden" -#: app/gui/preferences-dialog.c:2285 +#: app/gui/preferences-dialog.c:2289 msgid "Default Threshold:" msgstr "Standard Schwellwert:" -#: app/gui/preferences-dialog.c:2298 app/gui/preferences-dialog.c:2300 +#: app/gui/preferences-dialog.c:2299 app/gui/preferences-dialog.c:2301 msgid "Environment" msgstr "Umgebung" -#: app/gui/preferences-dialog.c:2308 +#: app/gui/preferences-dialog.c:2309 msgid "Resource Consumption" msgstr "Ressourcenverbrauch" -#: app/gui/preferences-dialog.c:2310 +#: app/gui/preferences-dialog.c:2311 msgid "Conservative Memory Usage" msgstr "Zurückhaltende Speicherausnutzung" -#: app/gui/preferences-dialog.c:2336 +#: app/gui/preferences-dialog.c:2337 msgid "Levels of Undo:" msgstr "Stufen der Rückgängigmachung:" -#: app/gui/preferences-dialog.c:2361 +#: app/gui/preferences-dialog.c:2362 msgid "Number of Processors to Use:" msgstr "Zahl der zu benutzenden Prozessoren:" -#: app/gui/preferences-dialog.c:2369 +#: app/gui/preferences-dialog.c:2370 msgid "Scaling" msgstr "Skalierung" -#: app/gui/preferences-dialog.c:2389 +#: app/gui/preferences-dialog.c:2390 msgid "Nearest Neighbor (Fast)" msgstr "Nächster Nachbar (schnell)" -#: app/gui/preferences-dialog.c:2393 +#: app/gui/preferences-dialog.c:2394 msgid "Cubic (Slow)" msgstr "Kubisch (langsam)" -#: app/gui/preferences-dialog.c:2399 +#: app/gui/preferences-dialog.c:2400 msgid "Interpolation Type:" msgstr "Interpolationsart:" -#: app/gui/preferences-dialog.c:2402 +#: app/gui/preferences-dialog.c:2403 msgid "File Saving" msgstr "Dateien sichern" -#: app/gui/preferences-dialog.c:2421 app/gui/preferences-dialog.c:2437 +#: app/gui/preferences-dialog.c:2422 app/gui/preferences-dialog.c:2438 msgid "Always" msgstr "Immer" -#: app/gui/preferences-dialog.c:2422 +#: app/gui/preferences-dialog.c:2423 msgid "Never" msgstr "Nie" -#: app/gui/preferences-dialog.c:2427 +#: app/gui/preferences-dialog.c:2428 msgid "Try to Write a Thumbnail File:" msgstr "Schreibe Vorschau-Dateien:" -#: app/gui/preferences-dialog.c:2436 +#: app/gui/preferences-dialog.c:2437 msgid "Only when Modified" msgstr "Nur wenn geändert" -#: app/gui/preferences-dialog.c:2442 +#: app/gui/preferences-dialog.c:2443 msgid "\"File > Save\" Saves the Image:" msgstr "\"Datei > Sichern\" sichert das Bild:" -#: app/gui/preferences-dialog.c:2448 +#: app/gui/preferences-dialog.c:2449 msgid "Session Management" msgstr "Sitzungsmanagement" -#: app/gui/preferences-dialog.c:2450 +#: app/gui/preferences-dialog.c:2451 msgid "Session" msgstr "Sitzung" -#: app/gui/preferences-dialog.c:2458 +#: app/gui/preferences-dialog.c:2459 msgid "Window Positions" msgstr "Fensterpositionen" -#: app/gui/preferences-dialog.c:2460 +#: app/gui/preferences-dialog.c:2461 msgid "Save Window Positions on Exit" msgstr "Fensterpositionen beim Beenden sichern" -#: app/gui/preferences-dialog.c:2475 +#: app/gui/preferences-dialog.c:2476 msgid "Clear Saved Window Positions Now" msgstr "Gesicherte Fensterpositionen jetzt löschen" -#: app/gui/preferences-dialog.c:2484 +#: app/gui/preferences-dialog.c:2485 msgid "Always Try to Restore Session" msgstr "Versuche immer Sitzung wiederherzustellen" -#: app/gui/preferences-dialog.c:2494 +#: app/gui/preferences-dialog.c:2495 msgid "Devices" msgstr "Geräte" -#: app/gui/preferences-dialog.c:2496 +#: app/gui/preferences-dialog.c:2497 msgid "Save Device Status on Exit" msgstr "Gerätestatus beim Beenden sichern" -#: app/gui/preferences-dialog.c:2508 app/gui/preferences-dialog.c:2510 +#: app/gui/preferences-dialog.c:2509 app/gui/preferences-dialog.c:2511 msgid "Monitor" msgstr "Bildschirm" -#: app/gui/preferences-dialog.c:2518 +#: app/gui/preferences-dialog.c:2519 msgid "Get Monitor Resolution" msgstr "Quelle für Bildschirmauflösung" -#: app/gui/preferences-dialog.c:2526 +#: app/gui/preferences-dialog.c:2527 #, c-format msgid "(Currently %d x %d dpi)" msgstr "(Zur Zeit %d x %d dpi)" -#: app/gui/preferences-dialog.c:2593 +#: app/gui/preferences-dialog.c:2594 msgid "From windowing system" msgstr "Vom Fenstersystem" -#: app/gui/preferences-dialog.c:2615 +#: app/gui/preferences-dialog.c:2616 msgid "Manually:" msgstr "Manuell:" -#: app/gui/preferences-dialog.c:2631 app/gui/preferences-dialog.c:2633 +#: app/gui/preferences-dialog.c:2632 app/gui/preferences-dialog.c:2634 msgid "Directories" msgstr "Verzeichnisse" -#: app/gui/preferences-dialog.c:2650 +#: app/gui/preferences-dialog.c:2651 msgid "Temp Dir:" msgstr "Temporäres Verzeichnis:" -#: app/gui/preferences-dialog.c:2650 +#: app/gui/preferences-dialog.c:2651 msgid "Select Temp Dir" msgstr "Temporäres Verzeichnis wählen" -#: app/gui/preferences-dialog.c:2651 +#: app/gui/preferences-dialog.c:2652 msgid "Swap Dir:" msgstr "Auslagerungsverzeichnis:" -#: app/gui/preferences-dialog.c:2688 app/pdb/internal_procs.c:73 +#: app/gui/preferences-dialog.c:2689 app/pdb/internal_procs.c:73 msgid "Brushes" msgstr "Pinsel" -#: app/gui/preferences-dialog.c:2688 +#: app/gui/preferences-dialog.c:2689 msgid "Brushes Directories" msgstr "Pinselverzeichnisse" -#: app/gui/preferences-dialog.c:2690 +#: app/gui/preferences-dialog.c:2691 msgid "Select Brushes Dir" msgstr "Pinselverzeichnis wählen" -#: app/gui/preferences-dialog.c:2692 app/pdb/internal_procs.c:139 +#: app/gui/preferences-dialog.c:2693 app/pdb/internal_procs.c:139 msgid "Patterns" msgstr "Muster" -#: app/gui/preferences-dialog.c:2692 +#: app/gui/preferences-dialog.c:2693 msgid "Patterns Directories" msgstr "Musterverzeichnisse" -#: app/gui/preferences-dialog.c:2694 +#: app/gui/preferences-dialog.c:2695 msgid "Select Patterns Dir" msgstr "Musterverzeichnis wählen" -#: app/gui/preferences-dialog.c:2696 +#: app/gui/preferences-dialog.c:2697 msgid "Palettes" msgstr "Farbpaletten" -#: app/gui/preferences-dialog.c:2696 +#: app/gui/preferences-dialog.c:2697 msgid "Palettes Directories" msgstr "Palettenverzeichnisse" -#: app/gui/preferences-dialog.c:2698 +#: app/gui/preferences-dialog.c:2699 msgid "Select Palettes Dir" msgstr "Palettenverzeichnis wählen" -#: app/gui/preferences-dialog.c:2700 app/pdb/internal_procs.c:103 +#: app/gui/preferences-dialog.c:2701 app/pdb/internal_procs.c:103 msgid "Gradients" msgstr "Farbverläufe" -#: app/gui/preferences-dialog.c:2700 +#: app/gui/preferences-dialog.c:2701 msgid "Gradients Directories" msgstr "Farbverlaufverzeichnisse" -#: app/gui/preferences-dialog.c:2702 +#: app/gui/preferences-dialog.c:2703 msgid "Select Gradients Dir" msgstr "Farbverlaufverzeichnis wählen" -#: app/gui/preferences-dialog.c:2704 +#: app/gui/preferences-dialog.c:2705 msgid "Plug-Ins" msgstr "Plugins" -#: app/gui/preferences-dialog.c:2704 +#: app/gui/preferences-dialog.c:2705 msgid "Plug-Ins Directories" msgstr "Plugin-Verzeichnisse" -#: app/gui/preferences-dialog.c:2706 +#: app/gui/preferences-dialog.c:2707 msgid "Select Plug-Ins Dir" msgstr "Plugin-Verzeichnis wählen" -#: app/gui/preferences-dialog.c:2708 +#: app/gui/preferences-dialog.c:2709 msgid "Modules" msgstr "Module" -#: app/gui/preferences-dialog.c:2708 +#: app/gui/preferences-dialog.c:2709 msgid "Modules Directories" msgstr "Modulverzeichnisse" -#: app/gui/preferences-dialog.c:2710 +#: app/gui/preferences-dialog.c:2711 msgid "Select Modules Dir" msgstr "Modulverzeichnis wählen" -#: app/gui/preferences-dialog.c:2712 +#: app/gui/preferences-dialog.c:2713 msgid "Themes" msgstr "" -#: app/gui/preferences-dialog.c:2712 +#: app/gui/preferences-dialog.c:2713 #, fuzzy msgid "Themes Directories" msgstr "Pinselverzeichnisse" -#: app/gui/preferences-dialog.c:2714 +#: app/gui/preferences-dialog.c:2715 #, fuzzy msgid "Select Themes Dir" msgstr "Temporäres Verzeichnis wählen" @@ -4735,14 +4746,14 @@ msgstr "Ebenenbegrenzung festlegen" msgid "Set Canvas Size" msgstr "Leinwandgröße festlegen" -#: app/gui/resize-dialog.c:208 app/tools/gimpbrightnesscontrasttool.c:289 -#: app/tools/gimpbycolorselecttool.c:826 app/tools/gimpthresholdtool.c:357 -#: app/tools/gimptransformtool.c:510 +#: app/gui/resize-dialog.c:208 app/tools/gimpbrightnesscontrasttool.c:290 +#: app/tools/gimpbycolorselecttool.c:827 app/tools/gimpthresholdtool.c:358 +#: app/tools/gimptransformtool.c:512 msgid "Reset" msgstr "Standard" #. the original width & height labels -#: app/gui/resize-dialog.c:261 app/tools/gimpscaletool.c:192 +#: app/gui/resize-dialog.c:261 app/tools/gimpscaletool.c:194 msgid "Original Width:" msgstr "Original Breite:" @@ -4784,56 +4795,42 @@ msgstr "Auswahl ausblenden" msgid "Feather Selection by:" msgstr "Auswahl ausblenden um:" -#: app/gui/select-commands.c:161 +#: app/gui/select-commands.c:162 msgid "Shrink Selection" msgstr "Auswahl verkleinern" -#: app/gui/select-commands.c:164 +#: app/gui/select-commands.c:165 msgid "Shrink Selection by:" msgstr "Auswahl verkleinern um:" -#: app/gui/select-commands.c:173 +#: app/gui/select-commands.c:174 msgid "Shrink from image border" msgstr "Verkleinere vom Bildrand" -#: app/gui/select-commands.c:195 +#: app/gui/select-commands.c:200 msgid "Grow Selection" msgstr "Auswahl vergrößern" -#: app/gui/select-commands.c:198 +#: app/gui/select-commands.c:203 msgid "Grow Selection by:" msgstr "Auswahl vergrößern um:" -#: app/gui/select-commands.c:218 +#: app/gui/select-commands.c:223 msgid "Border Selection" msgstr "Auswahl umranden" -#: app/gui/select-commands.c:221 +#: app/gui/select-commands.c:226 msgid "Border Selection by:" msgstr "Neue Auswahl größer um:" -#: app/gui/splash.c:86 +#: app/gui/splash.c:89 msgid "GIMP Startup" msgstr "GIMP Start" -#. this is a font, provide only one single font definition -#: app/gui/splash.c:317 -msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" -msgstr "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" - -#: app/gui/splash.c:328 app/gui/splash.c:330 app/gui/toolbox.c:334 +#: app/gui/splash.c:327 app/gui/toolbox.c:333 msgid "The GIMP" msgstr "GIMP" -#. this is a fontset, e.g. multiple comma-separated font definitions -#: app/gui/splash.c:335 -msgid "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" -msgstr "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" - -#: app/gui/splash.c:352 app/gui/splash.c:354 -msgid "brought to you by" -msgstr "wurde Euch gebracht von" - #: app/gui/tips-dialog.c:81 msgid "gimp_tips.txt" msgstr "gimp_tips.de.txt" @@ -4866,7 +4863,7 @@ msgstr "" "tips eine Datei names gimp_tips.de.txt existieren.\n" "Überprüfen Sie Ihre Installation." -#: app/gui/toolbox.c:235 +#: app/gui/toolbox.c:234 msgid "" "Foreground & background colors. The black and white squares reset colors. " "The arrows swap colors. Double click to select a color from a colorrequester." @@ -4904,7 +4901,8 @@ msgid "Convert" msgstr "Umwandeln" #: app/pdb/internal_procs.c:85 -msgid "GDisplay procedures" +#, fuzzy +msgid "GimpDisplay procedures" msgstr "Anzeige-Prozeduren" #: app/pdb/internal_procs.c:88 @@ -5022,133 +5020,133 @@ msgstr "GIMP Erweiterung" msgid "Temporary Procedure" msgstr "Vorläufige Prozedur" -#: app/tools/gimpbrightnesscontrasttool.c:126 -#: app/tools/gimpbrightnesscontrasttool.c:282 +#: app/tools/gimpbrightnesscontrasttool.c:127 +#: app/tools/gimpbrightnesscontrasttool.c:283 msgid "Brightness-Contrast" msgstr "Helligkeit-Kontrast" -#: app/tools/gimpbrightnesscontrasttool.c:127 +#: app/tools/gimpbrightnesscontrasttool.c:128 msgid "Adjust brightness and contrast" msgstr "Helligkeit und Kontrast einstellen" -#: app/tools/gimpbrightnesscontrasttool.c:128 +#: app/tools/gimpbrightnesscontrasttool.c:129 msgid "/Image/Colors/Brightness-Contrast..." msgstr "/Bild/Farben/Helligkeit-Kontrast..." -#: app/tools/gimpbrightnesscontrasttool.c:202 +#: app/tools/gimpbrightnesscontrasttool.c:203 msgid "Brightness-Contrast does not operate on indexed drawables." msgstr "Helligkeit-Kontrast funktioniert nicht bei indizierten Bildern." #. Create the brightness scale widget -#: app/tools/gimpbrightnesscontrasttool.c:307 +#: app/tools/gimpbrightnesscontrasttool.c:308 msgid "Brightness:" msgstr "Helligkeit:" #. Create the contrast scale widget -#: app/tools/gimpbrightnesscontrasttool.c:338 +#: app/tools/gimpbrightnesscontrasttool.c:339 msgid "Contrast:" msgstr "Kontrast:" #. The shell and main vbox -#: app/tools/gimpcolorbalancetool.c:108 app/tools/gimpcolorbalancetool.c:341 +#: app/tools/gimpcolorbalancetool.c:109 app/tools/gimpcolorbalancetool.c:342 msgid "Color Balance" msgstr "Farbausgleich" -#: app/tools/gimpcolorbalancetool.c:109 +#: app/tools/gimpcolorbalancetool.c:110 msgid "Adjust color balance" msgstr "Farbausgleich einstellen" -#: app/tools/gimpcolorbalancetool.c:110 +#: app/tools/gimpcolorbalancetool.c:111 msgid "/Image/Colors/Color Balance..." msgstr "/Bild/Farben/Ausgleichen..." -#: app/tools/gimpcolorbalancetool.c:188 +#: app/tools/gimpcolorbalancetool.c:189 msgid "Color balance operates only on RGB color drawables." msgstr "Farbausgleich funktioniert nur bei RGB Bildern." -#: app/tools/gimpcolorbalancetool.c:330 app/tools/gimpdodgeburntool.c:714 +#: app/tools/gimpcolorbalancetool.c:331 app/tools/gimpdodgeburntool.c:712 msgid "Shadows" msgstr "Schatten" -#: app/tools/gimpcolorbalancetool.c:331 app/tools/gimpdodgeburntool.c:712 +#: app/tools/gimpcolorbalancetool.c:332 app/tools/gimpdodgeburntool.c:710 msgid "Midtones" msgstr "Mitten" -#: app/tools/gimpcolorbalancetool.c:332 app/tools/gimpdodgeburntool.c:710 +#: app/tools/gimpcolorbalancetool.c:333 app/tools/gimpdodgeburntool.c:708 msgid "Highlights" msgstr "Glanzlichter" -#: app/tools/gimpcolorbalancetool.c:363 +#: app/tools/gimpcolorbalancetool.c:364 msgid "Color Levels:" msgstr "Farbwerte:" #. Create the cyan-red scale widget -#: app/tools/gimpcolorbalancetool.c:403 +#: app/tools/gimpcolorbalancetool.c:404 msgid "Cyan" msgstr "Cyan" #. Create the magenta-green scale widget -#: app/tools/gimpcolorbalancetool.c:428 +#: app/tools/gimpcolorbalancetool.c:429 msgid "Magenta" msgstr "Magenta" #. Create the yellow-blue scale widget -#: app/tools/gimpcolorbalancetool.c:453 +#: app/tools/gimpcolorbalancetool.c:454 msgid "Yellow" msgstr "Gelb" #. The preserve luminosity toggle -#: app/tools/gimpcolorbalancetool.c:507 +#: app/tools/gimpcolorbalancetool.c:508 msgid "Preserve Luminosity" msgstr "Helligkeit erhalten" #. The shell and main vbox -#: app/tools/gimpcurvestool.c:204 app/tools/gimpcurvestool.c:657 +#: app/tools/gimpcurvestool.c:205 app/tools/gimpcurvestool.c:669 msgid "Curves" msgstr "Kurven" -#: app/tools/gimpcurvestool.c:205 +#: app/tools/gimpcurvestool.c:206 msgid "Adjust color curves" msgstr "Farbkurven einstellen" -#: app/tools/gimpcurvestool.c:206 +#: app/tools/gimpcurvestool.c:207 msgid "/Image/Colors/Curves..." msgstr "/Bild/Farben/Kurven..." -#: app/tools/gimpcurvestool.c:285 +#: app/tools/gimpcurvestool.c:286 msgid "Curves for indexed drawables cannot be adjusted." msgstr "Kurven können bei indizierten Bildern nicht angepaßt werden." -#: app/tools/gimpcurvestool.c:679 +#: app/tools/gimpcurvestool.c:691 msgid "Modify Curves for Channel:" msgstr "Verändere Kurven für Kanal:" #. The option menu for selecting the drawing method -#: app/tools/gimpcurvestool.c:771 +#: app/tools/gimpcurvestool.c:783 msgid "Curve Type:" msgstr "Kurventyp:" -#: app/tools/gimpcurvestool.c:778 +#: app/tools/gimpcurvestool.c:790 msgid "Smooth" msgstr "Weich" -#: app/tools/gimpcurvestool.c:779 +#: app/tools/gimpcurvestool.c:791 msgid "Free" msgstr "Frei" -#: app/tools/gimpcurvestool.c:814 app/tools/gimplevelstool.c:704 +#: app/tools/gimpcurvestool.c:826 app/tools/gimplevelstool.c:705 msgid "Save" msgstr "Sichern" -#: app/tools/gimpcurvestool.c:1424 +#: app/tools/gimpcurvestool.c:1436 msgid "Load Curves" msgstr "Kurven öffnen" -#: app/tools/gimpcurvestool.c:1439 +#: app/tools/gimpcurvestool.c:1451 msgid "Save Curves" msgstr "Kurven sichern" -#: app/tools/gimpcurvestool.c:1739 +#: app/tools/gimpcurvestool.c:1751 msgid "Load/Save Curves" msgstr "Öffne/Sichere Kurven" @@ -5164,8 +5162,8 @@ msgstr "Mit variablem Druck airbrushen" msgid "/Tools/Paint Tools/Airbrush" msgstr "/Werkzeuge/Malwerkzeuge/Airbrush" -#: app/tools/gimpairbrushtool.c:523 app/tools/gimpconvolvetool.c:731 -#: app/tools/gimpsmudgetool.c:542 +#: app/tools/gimpairbrushtool.c:523 app/tools/gimpconvolvetool.c:729 +#: app/tools/gimpsmudgetool.c:540 msgid "Rate:" msgstr "Rate:" @@ -5173,245 +5171,245 @@ msgstr "Rate:" msgid "Pressure:" msgstr "Druck:" -#: app/tools/gimpbezierselecttool.c:278 +#: app/tools/gimpbezierselecttool.c:279 msgid "Bezier Select" msgstr "Bezier Auswahl" -#: app/tools/gimpbezierselecttool.c:279 +#: app/tools/gimpbezierselecttool.c:280 msgid "Select regions using Bezier curves" msgstr "Bereich mittels Bezierkurven wählen" -#: app/tools/gimpbezierselecttool.c:280 +#: app/tools/gimpbezierselecttool.c:281 #, fuzzy msgid "/Tools/Selection Tools/Bezier Select" msgstr "/Werkzeuge/Auswahlwerkzeuge/Bezier Auswahl" -#: app/tools/gimpbezierselecttool.c:1209 +#: app/tools/gimpbezierselecttool.c:1210 msgid "Bezier path already closed." msgstr "Bezier Pfad ist bereits geschlossen." -#: app/tools/gimpbezierselecttool.c:1231 +#: app/tools/gimpbezierselecttool.c:1232 msgid "Corrupt curve" msgstr "Kurve beschädigt" -#: app/tools/gimpbezierselecttool.c:3576 +#: app/tools/gimpbezierselecttool.c:3577 msgid "Curve not closed!" msgstr "Kurve ist nicht geschlossen!" -#: app/tools/gimpbezierselecttool.c:3859 +#: app/tools/gimpbezierselecttool.c:3860 msgid "Paintbrush operation failed." msgstr "Pinseloperation schlug fehl." -#: app/tools/gimpblendtool.c:278 +#: app/tools/gimpblendtool.c:279 msgid "Blend" msgstr "Farbverlauf" -#: app/tools/gimpblendtool.c:279 +#: app/tools/gimpblendtool.c:280 msgid "Fill with a color gradient" msgstr "Mit einem Farbverlauf füllen" -#: app/tools/gimpblendtool.c:280 +#: app/tools/gimpblendtool.c:281 msgid "/Tools/Paint Tools/Blend" msgstr "/Werkzeuge/Malwerkzeuge/Farbverlauf" -#: app/tools/gimpblendtool.c:380 +#: app/tools/gimpblendtool.c:381 msgid "Blend: Invalid for indexed images." msgstr "Übergang: Bei indizierten Bildern nicht möglich." -#: app/tools/gimpblendtool.c:410 +#: app/tools/gimpblendtool.c:411 msgid "Blend: 0, 0" msgstr "Übergang: 0, 0" -#: app/tools/gimpblendtool.c:474 +#: app/tools/gimpblendtool.c:475 msgid "Blend operation failed." msgstr "Übergang schlug fehl." -#: app/tools/gimpblendtool.c:480 +#: app/tools/gimpblendtool.c:481 msgid "Blending..." msgstr "Farbverlauf..." -#: app/tools/gimpblendtool.c:557 app/tools/gimpblendtool.c:567 +#: app/tools/gimpblendtool.c:558 app/tools/gimpblendtool.c:568 msgid "Blend: " msgstr "Farbverlauf: " -#: app/tools/gimpblendtool.c:705 +#: app/tools/gimpblendtool.c:706 msgid "Offset:" msgstr "Versatz:" -#: app/tools/gimpblendtool.c:718 +#: app/tools/gimpblendtool.c:719 msgid "FG to BG (RGB)" msgstr "VG nach HG (RGB)" -#: app/tools/gimpblendtool.c:719 +#: app/tools/gimpblendtool.c:720 msgid "FG to BG (HSV)" msgstr "VG nach HG (HSV)" -#: app/tools/gimpblendtool.c:720 +#: app/tools/gimpblendtool.c:721 msgid "FG to Transparent" msgstr "VG nach Transparent" -#: app/tools/gimpblendtool.c:721 +#: app/tools/gimpblendtool.c:722 msgid "Custom Gradient" msgstr "Eigener Farbverlauf" -#: app/tools/gimpblendtool.c:726 +#: app/tools/gimpblendtool.c:727 msgid "Blend:" msgstr "Übergang:" -#: app/tools/gimpblendtool.c:737 +#: app/tools/gimpblendtool.c:738 msgid "Bi-Linear" msgstr "Bi-Linear" -#: app/tools/gimpblendtool.c:738 +#: app/tools/gimpblendtool.c:739 msgid "Radial" msgstr "Kreisförmig" -#: app/tools/gimpblendtool.c:739 +#: app/tools/gimpblendtool.c:740 msgid "Square" msgstr "Quadratisch" -#: app/tools/gimpblendtool.c:740 +#: app/tools/gimpblendtool.c:741 msgid "Conical (symmetric)" msgstr "Konisch (symmetrisch)" -#: app/tools/gimpblendtool.c:741 +#: app/tools/gimpblendtool.c:742 msgid "Conical (asymmetric)" msgstr "Konisch (asymmetrisch)" -#: app/tools/gimpblendtool.c:742 +#: app/tools/gimpblendtool.c:743 msgid "Shapeburst (angular)" msgstr "Formangepaßt (winklig)" -#: app/tools/gimpblendtool.c:743 +#: app/tools/gimpblendtool.c:744 msgid "Shapeburst (spherical)" msgstr "Formangepaßt (sphärisch)" -#: app/tools/gimpblendtool.c:744 +#: app/tools/gimpblendtool.c:745 msgid "Shapeburst (dimpled)" msgstr "Formangepaßt (dimpled)" -#: app/tools/gimpblendtool.c:745 +#: app/tools/gimpblendtool.c:746 msgid "Spiral (clockwise)" msgstr "Spirale (rechtsdrehend)" -#: app/tools/gimpblendtool.c:746 +#: app/tools/gimpblendtool.c:747 msgid "Spiral (anticlockwise)" msgstr "Spirale (linksdrehend)" -#: app/tools/gimpblendtool.c:751 +#: app/tools/gimpblendtool.c:752 msgid "Gradient:" msgstr "Farbverlauf:" -#: app/tools/gimpblendtool.c:762 +#: app/tools/gimpblendtool.c:763 msgid "Sawtooth Wave" msgstr "Sägezahnwelle" -#: app/tools/gimpblendtool.c:763 +#: app/tools/gimpblendtool.c:764 msgid "Triangular Wave" msgstr "Dreieckswelle" -#: app/tools/gimpblendtool.c:768 +#: app/tools/gimpblendtool.c:769 msgid "Repeat:" msgstr "Wiederholung:" -#: app/tools/gimpblendtool.c:787 +#: app/tools/gimpblendtool.c:788 msgid "Adaptive Supersampling" msgstr "Anpassende Hochrechnung" -#: app/tools/gimpblendtool.c:816 +#: app/tools/gimpblendtool.c:817 msgid "Max Depth:" msgstr "Maximale Tiefe:" -#: app/tools/gimpblendtool.c:830 app/tools/gimpbucketfilltool.c:254 +#: app/tools/gimpblendtool.c:831 app/tools/gimpbucketfilltool.c:255 #: app/tools/selection_options.c:195 msgid "Threshold:" msgstr "Schwellwert:" -#: app/tools/gimpbucketfilltool.c:129 +#: app/tools/gimpbucketfilltool.c:130 msgid "Bucket Fill" msgstr "Füllen" -#: app/tools/gimpbucketfilltool.c:130 +#: app/tools/gimpbucketfilltool.c:131 msgid "Fill with a color or pattern" msgstr "Mit Farbe oder Muster füllen" -#: app/tools/gimpbucketfilltool.c:131 +#: app/tools/gimpbucketfilltool.c:132 msgid "/Tools/Paint Tools/Bucket Fill" msgstr "/Werkzeuge/Malwerkzeuge/Füllen" -#: app/tools/gimpbucketfilltool.c:243 app/tools/gimpcolorpickertool.c:794 +#: app/tools/gimpbucketfilltool.c:244 app/tools/gimpcolorpickertool.c:796 #: app/tools/selection_options.c:180 msgid "Sample Merged" msgstr "Vereinigung abtasten" -#: app/tools/gimpbucketfilltool.c:279 +#: app/tools/gimpbucketfilltool.c:280 msgid "FG Color Fill" msgstr "VG-Farbe" -#: app/tools/gimpbucketfilltool.c:282 +#: app/tools/gimpbucketfilltool.c:283 msgid "BG Color Fill" msgstr "HG-Farbe" -#: app/tools/gimpbucketfilltool.c:285 +#: app/tools/gimpbucketfilltool.c:286 msgid "Pattern Fill" msgstr "Muster" -#: app/tools/gimpbucketfilltool.c:365 +#: app/tools/gimpbucketfilltool.c:366 msgid "Bucket Fill operation failed." msgstr "Füllen schlug fehl." -#: app/tools/gimpbucketfilltool.c:487 +#: app/tools/gimpbucketfilltool.c:488 msgid "No available patterns for this operation." msgstr "Keine Muster verfügbar für diese Operation." -#: app/tools/gimpbycolorselecttool.c:178 +#: app/tools/gimpbycolorselecttool.c:179 #, fuzzy msgid "Select By Color" msgstr "/Auswahl/Nach Farbe..." -#: app/tools/gimpbycolorselecttool.c:179 +#: app/tools/gimpbycolorselecttool.c:180 msgid "Select regions by color" msgstr "Bereiche nach Farbe wählen" -#: app/tools/gimpbycolorselecttool.c:180 +#: app/tools/gimpbycolorselecttool.c:181 #, fuzzy msgid "/Tools/Selection Tools/By Color Select" msgstr "/Werkzeuge/Auswahlwerkzeuge/Bezier Auswahl" #. The shell and main vbox -#: app/tools/gimpbycolorselecttool.c:821 +#: app/tools/gimpbycolorselecttool.c:822 msgid "By Color Selection" msgstr "Auswahl nach Farbe" -#: app/tools/gimpbycolorselecttool.c:877 +#: app/tools/gimpbycolorselecttool.c:878 msgid "Inactive" msgstr "Inaktiv" -#: app/tools/gimpbycolorselecttool.c:885 +#: app/tools/gimpbycolorselecttool.c:886 msgid "Selection Mode" msgstr "Auswahlmodus" -#: app/tools/gimpbycolorselecttool.c:890 +#: app/tools/gimpbycolorselecttool.c:891 msgid "Replace" msgstr "Ersetzen" -#: app/tools/gimpbycolorselecttool.c:892 +#: app/tools/gimpbycolorselecttool.c:893 msgid "Subtract" msgstr "Subtraktion" -#: app/tools/gimpbycolorselecttool.c:893 +#: app/tools/gimpbycolorselecttool.c:894 msgid "Intersect" msgstr "Schnitt" -#: app/tools/gimpbycolorselecttool.c:904 +#: app/tools/gimpbycolorselecttool.c:905 msgid "Fuzziness Threshold" msgstr "Ungenauigkeits-Schwellwert" -#: app/tools/gimpbycolorselecttool.c:934 +#: app/tools/gimpbycolorselecttool.c:935 msgid "Invert" msgstr "Invertieren" -#: app/tools/gimpbycolorselecttool.c:942 +#: app/tools/gimpbycolorselecttool.c:943 msgid "All" msgstr "Alles" @@ -5460,293 +5458,293 @@ msgstr "Ausgerichtet" msgid "Registered" msgstr "Registriert" -#: app/tools/gimpcolorpickertool.c:156 app/tools/gimpcolorpickertool.c:294 +#: app/tools/gimpcolorpickertool.c:158 app/tools/gimpcolorpickertool.c:296 msgid "Color Picker" msgstr "Farbpipette" -#: app/tools/gimpcolorpickertool.c:157 +#: app/tools/gimpcolorpickertool.c:159 msgid "Pick colors from the image" msgstr "Farben aus dem Bild wählen" -#: app/tools/gimpcolorpickertool.c:158 +#: app/tools/gimpcolorpickertool.c:160 msgid "/Tools/Color Picker" msgstr "/Werkzeuge/Farbpipette" -#: app/tools/gimpcolorpickertool.c:301 app/tools/gimpcolorpickertool.c:310 +#: app/tools/gimpcolorpickertool.c:303 app/tools/gimpcolorpickertool.c:312 msgid "Red:" msgstr "Rot:" -#: app/tools/gimpcolorpickertool.c:302 app/tools/gimpcolorpickertool.c:311 +#: app/tools/gimpcolorpickertool.c:304 app/tools/gimpcolorpickertool.c:313 msgid "Green:" msgstr "Grün:" -#: app/tools/gimpcolorpickertool.c:303 app/tools/gimpcolorpickertool.c:312 +#: app/tools/gimpcolorpickertool.c:305 app/tools/gimpcolorpickertool.c:314 msgid "Blue:" msgstr "Blau:" -#: app/tools/gimpcolorpickertool.c:304 app/tools/gimpcolorpickertool.c:313 -#: app/tools/gimpcolorpickertool.c:319 +#: app/tools/gimpcolorpickertool.c:306 app/tools/gimpcolorpickertool.c:315 +#: app/tools/gimpcolorpickertool.c:321 msgid "Alpha:" msgstr "Alpha:" -#: app/tools/gimpcolorpickertool.c:314 +#: app/tools/gimpcolorpickertool.c:316 msgid "Hex Triplet" msgstr "Hex Triplet" -#: app/tools/gimpcolorpickertool.c:318 app/tools/gimphistogramtool.c:333 +#: app/tools/gimpcolorpickertool.c:320 app/tools/gimphistogramtool.c:334 msgid "Intensity:" msgstr "Intensität:" -#: app/tools/gimpcolorpickertool.c:809 +#: app/tools/gimpcolorpickertool.c:811 msgid "Sample Average" msgstr "Abtastgröße" -#: app/tools/gimpcolorpickertool.c:852 +#: app/tools/gimpcolorpickertool.c:854 msgid "Update Active Color" msgstr "Aktive Farbe auffrischen" -#: app/tools/gimpconvolvetool.c:175 +#: app/tools/gimpconvolvetool.c:173 msgid "Convolve" msgstr "Verknüpfen" -#: app/tools/gimpconvolvetool.c:176 +#: app/tools/gimpconvolvetool.c:174 #, fuzzy msgid "Blur or Sharpen" msgstr "Weichzeichnen oder Schärfen" -#: app/tools/gimpconvolvetool.c:177 +#: app/tools/gimpconvolvetool.c:175 msgid "/Tools/Paint Tools/Convolve" msgstr "/Werkzeuge/Malwerkzeuge/Verknüpfen" -#: app/tools/gimpconvolvetool.c:748 +#: app/tools/gimpconvolvetool.c:746 msgid "Convolve Type" msgstr "Verknüpfungsart" -#: app/tools/gimpconvolvetool.c:752 +#: app/tools/gimpconvolvetool.c:750 msgid "Blur" msgstr "Weichzeichnen" -#: app/tools/gimpconvolvetool.c:754 +#: app/tools/gimpconvolvetool.c:752 msgid "Sharpen" msgstr "Schärfen" -#: app/tools/gimpcroptool.c:175 +#: app/tools/gimpcroptool.c:177 #, fuzzy msgid "Crop Tool" msgstr "Klonen" -#: app/tools/gimpcroptool.c:176 +#: app/tools/gimpcroptool.c:178 #, fuzzy msgid "Crop or Resize an image" msgstr "Bildgöße ändern" -#: app/tools/gimpcroptool.c:177 +#: app/tools/gimpcroptool.c:179 #, fuzzy msgid "/Tools/Transform Tools/Crop Tool" msgstr "/Werkzeuge/Transformationen/Zuschneiden und Größe ändern" -#: app/tools/gimpcroptool.c:534 app/tools/gimpcroptool.c:542 +#: app/tools/gimpcroptool.c:536 app/tools/gimpcroptool.c:544 msgid "Crop: " msgstr "Zuschneiden: " -#: app/tools/gimpcroptool.c:855 +#: app/tools/gimpcroptool.c:857 msgid "Crop: 0 x 0" msgstr "Zuschneiden: 0 x 0" #. create the info dialog -#: app/tools/gimpcroptool.c:876 +#: app/tools/gimpcroptool.c:878 msgid "Crop & Resize Information" msgstr "Zuschneideinformationen" -#: app/tools/gimpcroptool.c:882 app/tools/gimpcroptool.c:1265 +#: app/tools/gimpcroptool.c:884 app/tools/gimpcroptool.c:1267 msgid "Crop" msgstr "Zuschneiden" -#: app/tools/gimpcroptool.c:884 app/tools/gimpcroptool.c:1267 +#: app/tools/gimpcroptool.c:886 app/tools/gimpcroptool.c:1269 msgid "Resize" msgstr "Größe ändern" #. add the information fields -#: app/tools/gimpcroptool.c:892 +#: app/tools/gimpcroptool.c:894 msgid "Origin X:" msgstr "Ursprung X:" -#: app/tools/gimpcroptool.c:935 +#: app/tools/gimpcroptool.c:937 msgid "From Selection" msgstr "Aus Auswahl" -#: app/tools/gimpcroptool.c:942 +#: app/tools/gimpcroptool.c:944 msgid "Auto Shrink" msgstr "Automatisch schrumpfen" -#: app/tools/gimpcroptool.c:1239 +#: app/tools/gimpcroptool.c:1241 msgid "Current Layer only" msgstr "Nur die aktive Ebene" #. enlarge toggle -#: app/tools/gimpcroptool.c:1250 +#: app/tools/gimpcroptool.c:1252 msgid "Allow Enlarging" msgstr "Vergrößern zulassen" #. tool toggle -#: app/tools/gimpcroptool.c:1261 app/tools/gimpfliptool.c:381 -#: app/tools/gimpmagnifytool.c:235 +#: app/tools/gimpcroptool.c:1263 app/tools/gimpfliptool.c:382 +#: app/tools/gimpmagnifytool.c:234 msgid "Tool Toggle" msgstr "Werkzeug-Modus" -#: app/tools/gimpdodgeburntool.c:142 +#: app/tools/gimpdodgeburntool.c:140 #, fuzzy msgid "Dodge/Burn" msgstr "Abwedeln oder Nachbelichten" -#: app/tools/gimpdodgeburntool.c:143 +#: app/tools/gimpdodgeburntool.c:141 #, fuzzy msgid "Dodge or Burn strokes" msgstr "Abwedeln oder Nachbelichten" -#: app/tools/gimpdodgeburntool.c:144 +#: app/tools/gimpdodgeburntool.c:142 msgid "/Tools/Paint Tools/DodgeBurn" msgstr "/Werkzeuge/Malwerkzeuge/Abwedeln-Nachbelichten" -#: app/tools/gimpdodgeburntool.c:668 +#: app/tools/gimpdodgeburntool.c:666 msgid "Exposure:" msgstr "Belichtung:" #. the type (dodge or burn) -#: app/tools/gimpdodgeburntool.c:688 app/tools/gimpinktool.c:507 +#: app/tools/gimpdodgeburntool.c:686 app/tools/gimpinktool.c:508 msgid "Type" msgstr "Typ" -#: app/tools/gimpdodgeburntool.c:693 +#: app/tools/gimpdodgeburntool.c:691 msgid "Dodge" msgstr "Abwedeln" -#: app/tools/gimpdodgeburntool.c:695 +#: app/tools/gimpdodgeburntool.c:693 msgid "Burn" msgstr "Nachbelichten" -#: app/tools/gimpdodgeburntool.c:705 +#: app/tools/gimpdodgeburntool.c:703 msgid "Mode" msgstr "Modus" -#: app/tools/gimpeditselectiontool.c:300 +#: app/tools/gimpeditselectiontool.c:301 msgid "Move: 0, 0" msgstr "Verschieben: 0, 0" -#: app/tools/gimpeditselectiontool.c:552 app/tools/gimpeditselectiontool.c:562 +#: app/tools/gimpeditselectiontool.c:553 app/tools/gimpeditselectiontool.c:563 msgid "Move: " msgstr "Verschieben: " -#: app/tools/gimpellipseselecttool.c:71 +#: app/tools/gimpellipseselecttool.c:72 msgid "Ellipse Select" msgstr "Elliptische Auswahl" -#: app/tools/gimpellipseselecttool.c:72 +#: app/tools/gimpellipseselecttool.c:73 msgid "Select elliptical regions" msgstr "Elliptischen Bereich wählen" -#: app/tools/gimpellipseselecttool.c:73 +#: app/tools/gimpellipseselecttool.c:74 #, fuzzy msgid "/Tools/Selection Tools/Ellipse Select" msgstr "/Werkzeuge/Auswahlwerkzeuge/Elliptische Auswahl" -#: app/tools/gimperasertool.c:108 +#: app/tools/gimperasertool.c:106 msgid "Eraser" msgstr "Radierer" -#: app/tools/gimperasertool.c:109 app/tools/gimppaintbrushtool.c:89 +#: app/tools/gimperasertool.c:107 app/tools/gimppaintbrushtool.c:87 msgid "Paint fuzzy brush strokes" msgstr "Weiche Pinselstriche zeichnen" -#: app/tools/gimperasertool.c:110 +#: app/tools/gimperasertool.c:108 msgid "/Tools/Paint Tools/Eraser" msgstr "/Werkzeuge/Malwerkzeuge/Radierer" #. the hard toggle -#: app/tools/gimperasertool.c:408 +#: app/tools/gimperasertool.c:406 msgid "Hard Edge" msgstr "Harte Kanten" #. the anti_erase toggle -#: app/tools/gimperasertool.c:418 +#: app/tools/gimperasertool.c:416 msgid "Anti Erase" msgstr "Un-Radieren" -#: app/tools/gimpfliptool.c:104 +#: app/tools/gimpfliptool.c:105 msgid "Flip Tool" msgstr "Spiegeln" -#: app/tools/gimpfliptool.c:105 +#: app/tools/gimpfliptool.c:106 msgid "Flip the layer or selection" msgstr "Ebene oder Auswahl spiegeln" -#: app/tools/gimpfliptool.c:106 +#: app/tools/gimpfliptool.c:107 msgid "/Tools/Transform Tools/Flip" msgstr "/Werkzeuge/Transformationen/Spiegeln" -#: app/tools/gimpfreeselecttool.c:97 +#: app/tools/gimpfreeselecttool.c:98 msgid "Free Select" msgstr "Freie Auswahl" -#: app/tools/gimpfreeselecttool.c:98 +#: app/tools/gimpfreeselecttool.c:99 msgid "Select hand-drawn regions" msgstr "Bereich frei Hand wählen" -#: app/tools/gimpfreeselecttool.c:99 +#: app/tools/gimpfreeselecttool.c:100 #, fuzzy msgid "/Tools/Selection Tools/Free Select" msgstr "/Werkzeuge/Auswahlwerkzeuge/Freie Auswahl" -#: app/tools/gimpfuzzyselecttool.c:96 +#: app/tools/gimpfuzzyselecttool.c:97 msgid "Fuzzy Select" msgstr "Unscharfe Auswahl" -#: app/tools/gimpfuzzyselecttool.c:97 +#: app/tools/gimpfuzzyselecttool.c:98 msgid "Select contiguous regions" msgstr "Zusammenhängenden Bereich wählen" -#: app/tools/gimpfuzzyselecttool.c:98 +#: app/tools/gimpfuzzyselecttool.c:99 #, fuzzy msgid "/Tools/Selection Tools/Fuzzy Select" msgstr "/Werkzeuge/Auswahlwerkzeuge/Unscharfe Auswahl" -#: app/tools/gimpinktool.c:238 +#: app/tools/gimpinktool.c:239 msgid "Ink Tool" msgstr "Tinte" -#: app/tools/gimpinktool.c:239 +#: app/tools/gimpinktool.c:240 msgid "Draw in ink" msgstr "Mit Tinte zeichnen" -#: app/tools/gimpinktool.c:240 +#: app/tools/gimpinktool.c:241 msgid "/Tools/Paint Tools/Ink" msgstr "/Werkzeuge/Malwerkzeuge/Tinte" #. adjust sliders -#: app/tools/gimpinktool.c:408 +#: app/tools/gimpinktool.c:409 msgid "Adjustment" msgstr "Justierung" -#: app/tools/gimpinktool.c:425 app/tools/gimpinktool.c:465 +#: app/tools/gimpinktool.c:426 app/tools/gimpinktool.c:466 #: app/tools/gimptexttool.c:291 msgid "Size:" msgstr "Größe:" #. sens sliders -#: app/tools/gimpinktool.c:448 +#: app/tools/gimpinktool.c:449 msgid "Sensitivity" msgstr "Empfindlichkeit" -#: app/tools/gimpinktool.c:479 +#: app/tools/gimpinktool.c:480 msgid "Tilt:" msgstr "Neigung:" -#: app/tools/gimpinktool.c:493 +#: app/tools/gimpinktool.c:494 msgid "Speed:" msgstr "Geschwindigkeit:" #. Brush shape widget -#: app/tools/gimpinktool.c:579 +#: app/tools/gimpinktool.c:580 msgid "Shape" msgstr "Form" @@ -5763,282 +5761,282 @@ msgstr "Umrisse aus Bild wählen" msgid "/Tools/Selection Tools/Intelligent Scissors" msgstr "/Werkzeuge/Auswahlwerkzeuge/Intelligente Schere" -#: app/tools/gimpmagnifytool.c:105 +#: app/tools/gimpmagnifytool.c:104 msgid "Magnify" msgstr "Vergrößern" -#: app/tools/gimpmagnifytool.c:106 +#: app/tools/gimpmagnifytool.c:105 msgid "Zoom in & out" msgstr "Hinein- und herauszoomen" -#: app/tools/gimpmagnifytool.c:107 +#: app/tools/gimpmagnifytool.c:106 #, fuzzy msgid "/Tools/Magnify" msgstr "Vergrößern" -#: app/tools/gimpmagnifytool.c:223 +#: app/tools/gimpmagnifytool.c:222 msgid "Allow Window Resizing" msgstr "Anpassen des Fensters erlauben" -#: app/tools/gimpmagnifytool.c:240 +#: app/tools/gimpmagnifytool.c:239 msgid "Zoom in" msgstr "Hineinzoomen" -#: app/tools/gimpmagnifytool.c:242 +#: app/tools/gimpmagnifytool.c:241 msgid "Zoom out" msgstr "Herauszoomen" -#: app/tools/gimpmeasuretool.c:123 app/tools/gimpmeasuretool.c:379 +#: app/tools/gimpmeasuretool.c:125 app/tools/gimpmeasuretool.c:381 msgid "Measure Tool" msgstr "Maßband" -#: app/tools/gimpmeasuretool.c:124 +#: app/tools/gimpmeasuretool.c:126 #, fuzzy msgid "Measure angles and lengths" msgstr "Distanzen und Winkel messen" -#: app/tools/gimpmeasuretool.c:125 +#: app/tools/gimpmeasuretool.c:127 msgid "/Tools/Measure" msgstr "/Werkzeuge/Messen" -#: app/tools/gimpmeasuretool.c:381 +#: app/tools/gimpmeasuretool.c:383 msgid "Distance:" msgstr "Abstand:" -#: app/tools/gimpmeasuretool.c:569 app/tools/gimpmeasuretool.c:574 -#: app/tools/gimpmeasuretool.c:583 app/tools/gimpmeasuretool.c:612 +#: app/tools/gimpmeasuretool.c:571 app/tools/gimpmeasuretool.c:576 +#: app/tools/gimpmeasuretool.c:585 app/tools/gimpmeasuretool.c:614 msgid "degrees" msgstr "Grad" -#: app/tools/gimpmeasuretool.c:799 +#: app/tools/gimpmeasuretool.c:801 msgid "Use Info Window" msgstr "Benutze Info-Fenster" -#: app/tools/gimpmovetool.c:84 +#: app/tools/gimpmovetool.c:85 msgid "Move Tool" msgstr "Verschieben" -#: app/tools/gimpmovetool.c:85 +#: app/tools/gimpmovetool.c:86 msgid "Move layers & selections" msgstr "Ebenen und Auswahlen verschieben" -#: app/tools/gimpmovetool.c:86 +#: app/tools/gimpmovetool.c:87 msgid "/Tools/Transform Tools/Move" msgstr "/Werkzeuge/Transformationen/Verschieben" -#: app/tools/gimppaintbrushtool.c:88 +#: app/tools/gimppaintbrushtool.c:86 msgid "Paintbrush" msgstr "Pinsel" -#: app/tools/gimppaintbrushtool.c:90 +#: app/tools/gimppaintbrushtool.c:88 msgid "/Tools/Paint Tools/Paintbrush" msgstr "/Werkzeuge/Malwerkzeuge/Pinsel" -#: app/tools/gimppainttool.c:909 +#: app/tools/gimppainttool.c:910 msgid "No brushes available for use with this tool." msgstr "Keine Pinsel für dieses Werkzeug vorhanden." -#: app/tools/gimppathtool.c:107 +#: app/tools/gimppathtool.c:108 #, fuzzy msgid "Path Tool" msgstr "Textwerkzeug" -#: app/tools/gimppathtool.c:108 +#: app/tools/gimppathtool.c:109 msgid "Path tool prototype" msgstr "" -#: app/tools/gimppathtool.c:109 +#: app/tools/gimppathtool.c:110 #, fuzzy msgid "/Tools/Path" msgstr "/Werkzeuge/Text" -#: app/tools/gimppenciltool.c:82 +#: app/tools/gimppenciltool.c:80 msgid "Pencil" msgstr "Stift" -#: app/tools/gimppenciltool.c:83 +#: app/tools/gimppenciltool.c:81 msgid "Paint hard edged pixels" msgstr "" -#: app/tools/gimppenciltool.c:84 +#: app/tools/gimppenciltool.c:82 msgid "/Tools/Paint Tools/Pencil" msgstr "/Werkzeuge/Malwerkzeuge/Stift" -#: app/tools/gimpperspectivetool.c:74 +#: app/tools/gimpperspectivetool.c:77 #, fuzzy msgid "Perspective Tool" msgstr "Perspektivisch" -#: app/tools/gimpperspectivetool.c:75 +#: app/tools/gimpperspectivetool.c:78 #, fuzzy msgid "Change perspective of the layer or selection" msgstr "Ebene oder Auswahl spiegeln" -#: app/tools/gimpperspectivetool.c:76 +#: app/tools/gimpperspectivetool.c:79 #, fuzzy msgid "/Tools/Transform Tools/Perspective" msgstr "/Werkzeuge/Transformationen/Verschieben" -#: app/tools/gimpperspectivetool.c:166 +#: app/tools/gimpperspectivetool.c:169 msgid "Perspective..." msgstr "Perspektivisch..." -#: app/tools/gimpperspectivetool.c:243 +#: app/tools/gimpperspectivetool.c:246 msgid "Perspective Transform Information" msgstr "Perspektivische Trafo Informationen" -#: app/tools/gimpperspectivetool.c:246 +#: app/tools/gimpperspectivetool.c:249 msgid "Matrix:" msgstr "Matrix:" -#: app/tools/gimpposterizetool.c:109 app/tools/gimpposterizetool.c:262 +#: app/tools/gimpposterizetool.c:110 app/tools/gimpposterizetool.c:263 msgid "Posterize" msgstr "Posterisieren" -#: app/tools/gimpposterizetool.c:110 +#: app/tools/gimpposterizetool.c:111 msgid "Reduce image to a fixed numer of colors" msgstr "Bild auf eine bestimmte Zahl von Farben reduzieren" -#: app/tools/gimpposterizetool.c:111 +#: app/tools/gimpposterizetool.c:112 msgid "/Image/Colors/Posterize..." msgstr "/Bild/Farben/Posterisieren..." -#: app/tools/gimpposterizetool.c:185 +#: app/tools/gimpposterizetool.c:186 msgid "Posterize does not operate on indexed drawables." msgstr "Posterisieren funktioniert nicht mit indizierten Bildern." -#: app/tools/gimpposterizetool.c:284 +#: app/tools/gimpposterizetool.c:285 msgid "Posterize Levels:" msgstr "Posterisieren Werte:" -#: app/tools/gimprectselecttool.c:98 +#: app/tools/gimprectselecttool.c:99 msgid "Rect Select" msgstr "Rechteckige Auswahl" -#: app/tools/gimprectselecttool.c:99 +#: app/tools/gimprectselecttool.c:100 msgid "Select rectangular regions" msgstr "Rechteckigen Bereich wählen" -#: app/tools/gimprectselecttool.c:100 +#: app/tools/gimprectselecttool.c:101 #, fuzzy msgid "/Tools/Selection Tools/Rect Select" msgstr "/Werkzeuge/Auswahlwerkzeuge/Rechteckige Auswahl" -#: app/tools/gimprectselecttool.c:323 +#: app/tools/gimprectselecttool.c:324 msgid "Selection: ADD" msgstr "Auswahl: Hinzufügen" -#: app/tools/gimprectselecttool.c:326 +#: app/tools/gimprectselecttool.c:327 msgid "Selection: SUBTRACT" msgstr "Auswahl: Abziehen" -#: app/tools/gimprectselecttool.c:329 +#: app/tools/gimprectselecttool.c:330 msgid "Selection: INTERSECT" msgstr "Auswahl: Schneiden" -#: app/tools/gimprectselecttool.c:332 +#: app/tools/gimprectselecttool.c:333 msgid "Selection: REPLACE" msgstr "Auswahl: Ersetzen" -#: app/tools/gimprectselecttool.c:555 app/tools/gimprectselecttool.c:562 +#: app/tools/gimprectselecttool.c:556 app/tools/gimprectselecttool.c:563 msgid "Selection: " msgstr "Auswahl: " -#: app/tools/gimprotatetool.c:99 +#: app/tools/gimprotatetool.c:100 #, fuzzy msgid "Rotate Tool" msgstr "Rotieren" -#: app/tools/gimprotatetool.c:100 +#: app/tools/gimprotatetool.c:101 #, fuzzy msgid "Rotate the layer or selection" msgstr "Ebene oder Auswahl spiegeln" -#: app/tools/gimprotatetool.c:101 +#: app/tools/gimprotatetool.c:102 #, fuzzy msgid "/Tools/Transform Tools/Rotate" msgstr "/Werkzeuge/Transformationen/Verschieben" -#: app/tools/gimprotatetool.c:187 +#: app/tools/gimprotatetool.c:188 msgid "Rotating..." msgstr "Rotiere..." -#: app/tools/gimprotatetool.c:221 +#: app/tools/gimprotatetool.c:222 msgid "Rotation Information" msgstr "Rotation Informationen" -#: app/tools/gimprotatetool.c:241 +#: app/tools/gimprotatetool.c:242 msgid "Center X:" msgstr "Zentrum X:" -#: app/tools/gimpscaletool.c:86 +#: app/tools/gimpscaletool.c:88 #, fuzzy msgid "Scale Tool" msgstr "Klonen" -#: app/tools/gimpscaletool.c:87 +#: app/tools/gimpscaletool.c:89 #, fuzzy msgid "Scale the layer or selection" msgstr "Ebene oder Auswahl spiegeln" -#: app/tools/gimpscaletool.c:88 +#: app/tools/gimpscaletool.c:90 #, fuzzy msgid "/Tools/Transform Tools/Scale" msgstr "/Werkzeuge/Transformationen/Spiegeln" -#: app/tools/gimpscaletool.c:188 +#: app/tools/gimpscaletool.c:190 msgid "Scaling Information" msgstr "Skalierungs Informationen" -#: app/tools/gimpscaletool.c:198 +#: app/tools/gimpscaletool.c:200 msgid "Current Width:" msgstr "Aktuelle Breite:" -#: app/tools/gimpscaletool.c:215 +#: app/tools/gimpscaletool.c:217 msgid "Scale Ratio X:" msgstr "Skalierungsfaktor X:" -#: app/tools/gimpscaletool.c:602 +#: app/tools/gimpscaletool.c:604 msgid "Scaling..." msgstr "Skalierung" -#: app/tools/gimpsheartool.c:96 +#: app/tools/gimpsheartool.c:97 #, fuzzy msgid "Shear Tool" msgstr "Maßband" -#: app/tools/gimpsheartool.c:97 +#: app/tools/gimpsheartool.c:98 #, fuzzy msgid "Shear the layer or selection" msgstr "Ebene oder Auswahl spiegeln" -#: app/tools/gimpsheartool.c:98 +#: app/tools/gimpsheartool.c:99 #, fuzzy msgid "/Tools/Transform Tools/Shear" msgstr "/Werkzeuge/Transformationen/Verschieben" -#: app/tools/gimpsheartool.c:179 +#: app/tools/gimpsheartool.c:180 msgid "Shearing..." msgstr "Scheren..." -#: app/tools/gimpsheartool.c:206 +#: app/tools/gimpsheartool.c:207 msgid "Shear Information" msgstr "Scherungs Informationen" -#: app/tools/gimpsheartool.c:211 +#: app/tools/gimpsheartool.c:212 msgid "Shear Magnitude X:" msgstr "Scherneigung X:" -#: app/tools/gimpsmudgetool.c:119 +#: app/tools/gimpsmudgetool.c:117 msgid "Smudge" msgstr "Verschmieren" -#: app/tools/gimpsmudgetool.c:120 +#: app/tools/gimpsmudgetool.c:118 #, fuzzy msgid "Smudge image" msgstr "Bild" -#: app/tools/gimpsmudgetool.c:121 +#: app/tools/gimpsmudgetool.c:119 msgid "/Tools/Paint Tools/Smudge" msgstr "/Werkzeuge/Malwerkzeuge/Verschmieren" @@ -6070,7 +6068,7 @@ msgstr "" msgid "Text Layer" msgstr "Textebene" -#: app/tools/gimptransformtool.c:453 +#: app/tools/gimptransformtool.c:455 msgid "" "Transformations do not work on\n" "layers that contain layer masks." @@ -6079,185 +6077,185 @@ msgstr "" "auf Ebenen, die Masken enthalten." #. FIXME: this does not belong here -#: app/tools/gimptransformtool.c:502 +#: app/tools/gimptransformtool.c:504 msgid "Rotate" msgstr "Rotieren" -#: app/tools/gimptransformtool.c:503 +#: app/tools/gimptransformtool.c:505 msgid "Scale" msgstr "Skalieren" -#: app/tools/gimptransformtool.c:504 +#: app/tools/gimptransformtool.c:506 msgid "Shear" msgstr "Scheren" -#: app/tools/gimptransformtool.c:505 +#: app/tools/gimptransformtool.c:507 msgid "Transform" msgstr "Transformation" -#: app/tools/gimptransformtool.c:1602 +#: app/tools/gimptransformtool.c:1606 msgid "Transformation" msgstr "Transformation" #. The shell and main vbox -#: app/tools/gimphistogramtool.c:94 app/tools/gimphistogramtool.c:343 +#: app/tools/gimphistogramtool.c:95 app/tools/gimphistogramtool.c:344 msgid "Histogram" msgstr "Histogramm" -#: app/tools/gimphistogramtool.c:95 +#: app/tools/gimphistogramtool.c:96 msgid "View image histogram" msgstr "Histogramm anzeigen" -#: app/tools/gimphistogramtool.c:96 +#: app/tools/gimphistogramtool.c:97 msgid "/Image/Histogram..." msgstr "/Bild/Histogramm..." -#: app/tools/gimphistogramtool.c:169 +#: app/tools/gimphistogramtool.c:170 msgid "Histogram does not operate on indexed drawables." msgstr "Histogramm funktioniert nicht mit indizierten Bildern." -#: app/tools/gimphistogramtool.c:329 +#: app/tools/gimphistogramtool.c:330 msgid "Mean:" msgstr "Durchschnitt:" -#: app/tools/gimphistogramtool.c:330 +#: app/tools/gimphistogramtool.c:331 msgid "Std Dev:" msgstr "Std.-Abweichung:" -#: app/tools/gimphistogramtool.c:331 +#: app/tools/gimphistogramtool.c:332 msgid "Median:" msgstr "Median:" -#: app/tools/gimphistogramtool.c:332 +#: app/tools/gimphistogramtool.c:333 msgid "Pixels:" msgstr "Pixel:" -#: app/tools/gimphistogramtool.c:334 +#: app/tools/gimphistogramtool.c:335 msgid "Count:" msgstr "Anzahl:" -#: app/tools/gimphistogramtool.c:335 +#: app/tools/gimphistogramtool.c:336 msgid "Percentile:" msgstr "Prozentsatz:" -#: app/tools/gimphistogramtool.c:367 +#: app/tools/gimphistogramtool.c:368 msgid "Information on Channel:" msgstr "Informationen über Kanal:" #. The shell and main vbox -#: app/tools/gimphuesaturationtool.c:132 app/tools/gimphuesaturationtool.c:445 +#: app/tools/gimphuesaturationtool.c:133 app/tools/gimphuesaturationtool.c:446 msgid "Hue-Saturation" msgstr "Farbton-Sättigung" -#: app/tools/gimphuesaturationtool.c:133 +#: app/tools/gimphuesaturationtool.c:134 msgid "Adjust hue and saturation" msgstr "Farbton und Sättigung einstellen" -#: app/tools/gimphuesaturationtool.c:134 +#: app/tools/gimphuesaturationtool.c:135 msgid "/Image/Colors/Hue-Saturation..." msgstr "/Bild/Farben/Farbton-Sättigung..." -#: app/tools/gimphuesaturationtool.c:210 +#: app/tools/gimphuesaturationtool.c:211 msgid "Hue-Saturation operates only on RGB color drawables." msgstr "Farbton-Sättigung funktioniert nur bei RGB Bildern." -#: app/tools/gimphuesaturationtool.c:431 +#: app/tools/gimphuesaturationtool.c:432 msgid "Master" msgstr "Gesamt" -#: app/tools/gimphuesaturationtool.c:433 +#: app/tools/gimphuesaturationtool.c:434 msgid "Y" msgstr "Y" -#: app/tools/gimphuesaturationtool.c:435 +#: app/tools/gimphuesaturationtool.c:436 msgid "C" msgstr "C" -#: app/tools/gimphuesaturationtool.c:437 +#: app/tools/gimphuesaturationtool.c:438 msgid "M" msgstr "M" -#: app/tools/gimphuesaturationtool.c:522 +#: app/tools/gimphuesaturationtool.c:523 msgid "Hue / Lightness / Saturation Adjustments" msgstr "Farbton / Helligkeit / Sättigung" #. Create the hue scale widget -#: app/tools/gimphuesaturationtool.c:534 +#: app/tools/gimphuesaturationtool.c:535 msgid "Hue:" msgstr "Farbton:" #. Create the lightness scale widget -#: app/tools/gimphuesaturationtool.c:568 +#: app/tools/gimphuesaturationtool.c:569 msgid "Lightness:" msgstr "Helligkeit:" #. Create the saturation scale widget -#: app/tools/gimphuesaturationtool.c:602 +#: app/tools/gimphuesaturationtool.c:603 msgid "Saturation:" msgstr "Sättigung:" #. The shell and main vbox -#: app/tools/gimplevelstool.c:208 app/tools/gimplevelstool.c:420 +#: app/tools/gimplevelstool.c:209 app/tools/gimplevelstool.c:421 msgid "Levels" msgstr "Werte" -#: app/tools/gimplevelstool.c:209 +#: app/tools/gimplevelstool.c:210 msgid "Adjust color levels" msgstr "Farbwerte einstellen" -#: app/tools/gimplevelstool.c:210 +#: app/tools/gimplevelstool.c:211 msgid "/Image/Colors/Levels..." msgstr "/Bild/Farben/Werte..." -#: app/tools/gimplevelstool.c:286 +#: app/tools/gimplevelstool.c:287 msgid "Levels for indexed drawables cannot be adjusted." msgstr "Werte für indizierte Bilder können nicht geändert werden. " -#: app/tools/gimplevelstool.c:449 +#: app/tools/gimplevelstool.c:450 msgid "Modify Levels for Channel:" msgstr "Verändere Werte für Kanal:" -#: app/tools/gimplevelstool.c:481 +#: app/tools/gimplevelstool.c:482 msgid "Input Levels:" msgstr "Quellwerte:" -#: app/tools/gimplevelstool.c:590 +#: app/tools/gimplevelstool.c:591 msgid "Output Levels:" msgstr "Zielwerte:" -#: app/tools/gimplevelstool.c:684 app/widgets/gimpimagedock.c:124 +#: app/tools/gimplevelstool.c:685 app/widgets/gimpimagedock.c:124 msgid "Auto" msgstr "Auto" -#: app/tools/gimplevelstool.c:1185 +#: app/tools/gimplevelstool.c:1186 msgid "Load Levels" msgstr "Werte öffnen" -#: app/tools/gimplevelstool.c:1200 +#: app/tools/gimplevelstool.c:1201 msgid "Save Levels" msgstr "Werte sichern" -#: app/tools/gimplevelstool.c:1532 +#: app/tools/gimplevelstool.c:1533 msgid "Load/Save Levels" msgstr "Werte öffnen/sichern" -#: app/tools/gimpthresholdtool.c:115 app/tools/gimpthresholdtool.c:350 +#: app/tools/gimpthresholdtool.c:116 app/tools/gimpthresholdtool.c:351 msgid "Threshold" msgstr "Schwellwert" -#: app/tools/gimpthresholdtool.c:116 +#: app/tools/gimpthresholdtool.c:117 msgid "Reduce image to two colors using a threshold" msgstr "Bild mittels Schwellwert auf zwei Farben reduzieren" -#: app/tools/gimpthresholdtool.c:117 +#: app/tools/gimpthresholdtool.c:118 msgid "/Image/Colors/Threshold..." msgstr "/Bild/Farben/Schwellwert..." -#: app/tools/gimpthresholdtool.c:191 +#: app/tools/gimpthresholdtool.c:192 msgid "Threshold does not operate on indexed drawables." msgstr "Schwellwert funktioniert nicht mit indizierten Bildern" -#: app/tools/gimpthresholdtool.c:372 +#: app/tools/gimpthresholdtool.c:373 msgid "Threshold Range:" msgstr "Schwellwert Bereich:" @@ -6509,6 +6507,18 @@ msgstr "Wasserfarbe" msgid "Pressure" msgstr "Druck:" +#~ msgid "-*-helvetica-medium-r-normal--*-140-*-*-*-*-*-*" +#~ msgstr "-*-helvetica-medium-r-normal--*-140-*-*-*-*-*-*" + +#~ msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" +#~ msgstr "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" + +#~ msgid "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" +#~ msgstr "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" + +#~ msgid "brought to you by" +#~ msgstr "wurde Euch gebracht von" + #~ msgid "Looking for data files" #~ msgstr "Suche nach Arbeitsdaten" diff --git a/po/po2tbl.sed.in b/po/po2tbl.sed.in new file mode 100644 index 0000000000..feb35382d4 --- /dev/null +++ b/po/po2tbl.sed.in @@ -0,0 +1,102 @@ +# po2tbl.sed - Convert Uniforum style .po file to lookup table for catgets +# Copyright (C) 1995 Free Software Foundation, Inc. +# Ulrich Drepper , 1995. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +1 { + i\ +/* Automatically generated by po2tbl.sed from @GETTEXT_PACKAGE NAME@.pot. */\ +\ +#if HAVE_CONFIG_H\ +# include \ +#endif\ +\ +#include "libgettext.h"\ +\ +const struct _msg_ent _msg_tbl[] = { + h + s/.*/0/ + x +} +# +# Write msgid entries in C array form. +# +/^msgid/ { + s/msgid[ ]*\(".*"\)/ {\1/ + tb +# Append the next line + :b + N +# Look whether second part is continuation line. + s/\(.*\)"\(\n\)"\(.*"\)/\1\2\3/ +# Yes, then branch. + ta +# Because we assume that the input file correctly formed the line +# just read cannot be again be a msgid line. So it's safe to ignore +# it. + s/\(.*\)\n.*/\1/ + bc +# We found a continuation line. But before printing insert '\'. + :a + s/\(.*\)\(\n.*\)/\1\\\2/ + P +# We cannot use D here. + s/.*\n\(.*\)/\1/ +# Some buggy seds do not clear the `successful substitution since last ``t''' +# flag on `N', so we do a `t' here to clear it. + tb +# Not reached + :c + x +# The following nice solution is by +# Bruno + td +# Increment a decimal number in pattern space. +# First hide trailing `9' digits. + :d + s/9\(_*\)$/_\1/ + td +# Assure at least one digit is available. + s/^\(_*\)$/0\1/ +# Increment the last digit. + s/8\(_*\)$/9\1/ + s/7\(_*\)$/8\1/ + s/6\(_*\)$/7\1/ + s/5\(_*\)$/6\1/ + s/4\(_*\)$/5\1/ + s/3\(_*\)$/4\1/ + s/2\(_*\)$/3\1/ + s/1\(_*\)$/2\1/ + s/0\(_*\)$/1\1/ +# Convert the hidden `9' digits to `0's. + s/_/0/g + x + G + s/\(.*\)\n\([0-9]*\)/\1, \2},/ + s/\(.*\)"$/\1/ + p +} +# +# Last line. +# +$ { + i\ +};\ + + g + s/0*\(.*\)/int _msg_tbl_length = \1;/p +} +d diff --git a/po/update.pl b/po/update.pl index bfda593aeb..54841c2366 100755 --- a/po/update.pl +++ b/po/update.pl @@ -8,7 +8,7 @@ $VERSION = "1.2.5 beta 2"; $LANG = $ARGV[0]; -$PACKAGE = "gimp"; +$PACKAGE = "gimp14"; if (! $LANG){ print "update.pl: missing file arguments\n"; diff --git a/po/update.sh b/po/update.sh index 4c56cca8df..fa67a0c72c 100755 --- a/po/update.sh +++ b/po/update.sh @@ -1,7 +1,7 @@ #!/bin/sh VERSION="1.2.5" -PACKAGE="gimp" +PACKAGE="gimp14" if [ "x$1" = "x--help" ]; then